nowrep
2c19884efe
Fixed: Showing newly added RSS feed in RSS manager
2012-04-26 12:35:03 +02:00
nowrep
e4e9639406
Fixed "Hide tabs when there is only one tab" option.
...
- fixed hiding tabbar when using "Close other tabs" action
2012-04-25 11:35:13 +02:00
nowrep
bacca991e0
SpeedDial: fixed removing bg image when changing background position
2012-04-25 11:20:41 +02:00
nowrep
642f42424e
Regression: Fixed external download manager option.
2012-04-24 16:40:21 +02:00
nowrep
23613ab310
Fixed issue with completer when writing "ch" into location bar.
...
- ?? for some reason, it selected random items when typing "ch" ??
2012-04-24 15:58:36 +02:00
nowrep
96af9e6f7f
Updated Italian translation.
...
- added Facebook into list of servers to send fake user agent
2012-04-23 15:50:21 +02:00
nowrep
bcce0326fc
Fixed issue with showing "Error code 200" error page
2012-04-22 21:23:51 +02:00
nowrep
e6da887f1a
Updated translations
2012-04-22 21:02:25 +02:00
nowrep
2055621f2a
Show star icon in completer when item is from bookmarks.
...
- IconProvider has no longer static members
- new macro qIconProvider for accessing IconProvider instance
2012-04-22 20:51:28 +02:00
nowrep
64bdafde87
Completely rewritten whole completion for address bar.
...
- fixed occasional flickering when typing in address bar
- support for opening completions with pressing Down key
- support for selecting completions with Tab key
closes #105
2012-04-22 17:09:43 +02:00
nowrep
98d51b0661
Code cleanups
2012-04-21 22:19:35 +02:00
nowrep
556c6804ca
Extended support for Content-Disposition header (downloads)
2012-04-20 16:03:00 +02:00
nowrep
a1ff0c0dc4
Saving state of Clear Private Data dialog
2012-04-20 15:29:04 +02:00
nowrep
835926cc9e
Added option to import certificate in Certificate Manager
...
- Cookies manager, browsing library and download manager
can now be closed with Esc key press
2012-04-20 14:49:16 +02:00
nowrep
0a5c245811
Simplified location completer (it is now QListView)
...
- make sure items won't be duplicated - in case you
have the same url in bookmarks and history
2012-04-20 14:03:08 +02:00
nowrep
a40062fde6
Completely changed look of address bar popup.
...
- using QStyledItemDelegate for rendering
2012-04-19 22:42:35 +02:00
nowrep
30f97be3b1
Plugin list is now painted with QStyledItemDelegate.
2012-04-19 18:07:00 +02:00
nowrep
cdf73b01b5
Auto selection on focus in search toolbar's line edit.
...
closes #381
2012-04-19 15:58:23 +02:00
nowrep
018a4d5d7b
Updated translations
2012-04-17 18:26:01 +02:00
nowrep
d02318382a
Fixed saving passwords on some sites.
...
- WebKit sometimes sends data in its own format so it is
neccessary to convert it to url query items
closes #301
2012-04-17 17:54:51 +02:00
nowrep
2c4b6e3d42
Tweaked Click2Flash replacing script.
...
- it now creates temporary empty element that has the same size and
occupies the same position as original flash object
2012-04-17 15:11:26 +02:00
nowrep
e204af30c6
Closing last tab on second window will always close the window.
...
- even if you have option "Don't quit upon last closed tab"
it will only works for last window
2012-04-17 14:00:32 +02:00
Mladen Pejaković
356d4b24c9
Setting minimal width on site database detail info
2012-04-16 20:42:36 +02:00
nowrep
8432432b4b
Updated links to correct address (QupZilla Organization)
2012-04-16 15:11:31 +02:00
nowrep
8e76ba5a47
Ensuring tab previews are painted without scrollbars.
...
- it finally works now
2012-04-15 22:08:41 +02:00
nowrep
82bd695d3a
Click2Flash: Calling setTimeout with 250ms time.
...
- let's be sure it will be asynchronous
2012-04-15 15:52:10 +02:00
nowrep
75a004499e
Click2Flash: Fixed browser window flashing on loading some flash objects
...
- this bug so far occurs only on X11
- implemented asynchronous JavaScript element replacing
2012-04-15 15:44:08 +02:00
nowrep
ba1cf804eb
Address bar now searches also in bookmarks.
...
closes #79
2012-04-15 15:41:48 +02:00
nowrep
431782a147
Improved "Go to web address" action.
...
- newlines are stripped from string
closes #379
2012-04-14 10:54:03 +02:00
nowrep
99722aa7aa
Added option to open external protocols in system apps.
...
- so for example, links with apt: or tomahawk: protocol can be opened
- it will ask user whether he wants to open link in external app
and give option to remember the choice
2012-04-13 13:26:32 +02:00
nowrep
48b7aed86b
Fixed regression from last commit when page thumbnail could be rendered
...
with scrollbars.
2012-04-12 15:41:28 +02:00
nowrep
a34057d1ea
Using faster thumbnail generation also in Speed Dial.
...
- thanks to Ariya Hidayat #378
2012-04-12 15:24:57 +02:00
Ariya Hidayat
7d1f8a4ae4
More memory efficient and faster preview generation.
...
There is no need to allocate a very large image buffer, just enough for
the thumbnail preview. For a little filtering, use the two-stage
scaling. See http://labs.qt.nokia.com/2009/01/26/creating-thumbnail-preview/
for the details.
This tecnique is adopted from my live preview implementation for Arora:
http://ariya.ofilabs.com/2008/07/be-my-mirror-my-sword-and-shield.html .
2012-04-11 21:28:54 -07:00
nowrep
73dce1d2d2
Always using position from QContextMenuEvent when showing menus.
...
- so it will show menu on proper position even if you create context
menu event eg. from keyboard
2012-04-11 18:06:50 +02:00
nowrep
0b98562c22
Using QTimeLine for animations in Tab preview.
...
- QPropertyAnimation is now never used in our code, it should
fix issue when tab moving animation break without reason
2012-04-11 16:38:46 +02:00
nowrep
3d1b490cc5
Using QTimeLine in AnimatedWidget instead of QPropertyAnimation
2012-04-10 20:52:10 +02:00
nowrep
90870cff11
Added option to completely disable tab previews.
...
- only classic tooltip contains full page title will be
displayed
closes #374
2012-04-10 18:29:22 +02:00
nowrep
0a50c2d9ef
Showing tab previews on ToolTip event now.
...
- added Alexander Samilov into contributors
2012-04-09 19:45:00 +02:00
nowrep
d03700f917
Added opacity effect on tab previews.
2012-04-09 14:09:40 +02:00
nowrep
e5ce2f5e3d
Added animated tab previews (by Alexander Samilovskih)
...
- thanks a lot for his work!
- option to disable animations in preferences -> tabs
2012-04-08 21:45:40 +02:00
nowrep
60cf1db7ac
Fixed setting background image on speed dial on Windows.
...
- closes #369
2012-04-07 18:41:16 +02:00
nowrep
a800d8a1f3
Added possibility to open .xhtml files from Open File dialog.
...
- fixed issue with showing one plugin more than once if you have
duplicated plugins in plugin directories
- remove obsolete translations from *.ts files
2012-04-06 10:15:17 +02:00
nowrep
ecec41d647
Correct release of version 1.2.0
2012-04-05 14:26:44 +02:00
nowrep
7e3ff6f126
Version 1.2.0
2012-04-05 13:22:19 +02:00
nowrep
8f6979e06e
Fixing the crash from #367 (hopefully) now.
2012-04-05 12:43:48 +02:00
nowrep
88f7086325
Don't use QSTRINGBUILDER as it may cause crashes ...
...
- closes #367
2012-04-05 11:44:01 +02:00
nowrep
b1d0cd9228
Improved performance of bookmarks import and bookmarks deleting.
...
- moved general defines into qz_namespace.h file
- fixed showing default theme to be "default" on mac in
theme manager instead of "mac" theme
2012-04-05 10:27:35 +02:00
nowrep
ec973d960a
USE_LIBPATH option is now finally fixed.
2012-04-05 09:36:37 +02:00
nowrep
67907b5cea
Fixed USE_LIBPATH building define + restore cursor on delete bookmarks.
2012-04-04 23:43:37 +02:00
nowrep
b287c5f829
Fixed importing Html bookmarks from various browsers.
...
- fixed one potentional crash in importing
2012-04-04 23:28:19 +02:00
nowrep
f94e69d557
Updated Georgian translation + fixed plugin system loading.
2012-04-04 21:12:52 +02:00
nowrep
9778773199
Using better method for loading translations.
...
- it can now load xx_CC translation even if xx_DD is
user's system locale
2012-04-04 18:48:54 +02:00
nowrep
1c883e4ec3
Mac OS X building tweaks + fixing valgrind warnings.
...
- in mousegestures plugin, don't start gesture when mouse
is at scrollbar's position
2012-04-04 17:41:33 +02:00
nowrep
c9b28f31e6
Fixed bug when page with null icon could get "error page" siteicon
...
- also fixed deleting history entries
2012-04-04 14:45:45 +02:00
nowrep
6b79ca55bf
Fixed history in frames. Closes #361
2012-04-04 13:21:53 +02:00
nowrep
79a548b365
Command line option to open url in current tab.
...
-ct=URL or --current-tab=URL
2012-04-03 20:41:07 +02:00
nowrep
7c7c1787bc
Fixed saving settings in plugins.
2012-04-03 20:23:15 +02:00
nowrep
6560459418
Fixed loading plugins when using USE_LIBPATH define
...
- reverted displaying page url with QWebFrame::baseUrl()
2012-04-03 19:28:12 +02:00
nowrep
0afd53e4f6
Fixed compilation + renamed libqupzilla to libQupZilla
...
- closes #362
2012-04-02 21:21:50 +02:00
nowrep
0142c3ba9f
Added option to change path to install library on Linux.
...
- read BUILDING - define USE_LIBPATH
2012-04-02 21:05:06 +02:00
nowrep
31e31b703a
Fixed building on Windows & shoudl fix crash in #334
2012-04-02 19:33:05 +02:00
nowrep
47ec2b57f7
Fixed potentional crash on history/cookies loading
...
- changed settings path for plugins to PROFILE/extensions/
2012-04-02 16:00:08 +02:00
nowrep
ff99129667
Updated Polish & Hungarian translation
2012-04-01 18:57:42 +02:00
nowrep
e608bc0e1f
Enhanced Plugins API - possibility to add sidebar
...
- example implementation is now in TestPlugin
2012-04-01 16:36:38 +02:00
nowrep
841c05f8f7
Little improvements in context menu on page and in history.
...
- in history menus, it shows arrow when you hover at current
history item
2012-04-01 10:48:50 +02:00
nowrep
f0a686306e
Send Page now also adds page title as a subject in mail.
...
- fixed setting fake user agent for google sites
2012-03-31 22:16:20 +02:00
nowrep
aa6962f8cb
Sending "correct" UA to assure full functionality of Google services
...
- also fixed startup issue with QtCurve theme
2012-03-31 21:36:27 +02:00
nowrep
8f9ac49dd4
Updated Russian translation
2012-03-31 09:09:42 +02:00
nowrep
1744eb759e
Fixed issue when history & url haven't been updated sometimes.
...
- workarounded QtWebKit bug: it didn't emit urlChanged signal
closes #358
2012-03-30 13:43:47 +02:00
nowrep
a554d48e45
Saving user defined default text encoding from menu view -> encoding
...
- closes #357
2012-03-30 12:03:11 +02:00
nowrep
43cd497d3f
Using QStringBuilder now. Fixed speed dial dialogs for webkit 533.3
2012-03-30 12:01:12 +02:00
nowrep
fa4be83ea9
Little improvements + showing also Netscape plugins in qupzilla:config
...
- implemented JHooverman's suggestion from #202
2012-03-29 20:02:21 +02:00
nowrep
82e989aa74
Fixed building issue. Closes #354
2012-03-28 19:43:59 +02:00
nowrep
abcfc455de
Fixed showing icons in some dialogs on KDE + removing local certificates
...
- also no longer faking double click on middle mouse click on Windows
to activate "autoscroll" - it could interfere with mouse gestures
2012-03-28 16:42:50 +02:00
nowrep
b3a21536d7
Added Venezulean Spanish translation.
...
- thanks to Piccoro McKay Lenz
2012-03-28 14:38:50 +02:00
nowrep
b6af3bd7d3
Fixed crash introduced in previous commit ...
2012-03-26 18:13:03 +02:00
nowrep
4d96a6760c
No longer using global event filters, instead filtering widget events.
...
- using guarded pointers in plugins now
2012-03-26 17:47:28 +02:00
nowrep
9ed4a89ca0
Fixed building & added plugins translations into resources.
...
- removed obsolete "Dont save icons" entry in preferences
2012-03-25 21:45:16 +02:00
nowrep
13e9b47b7f
Fixed showing context menu on labels without selectable flag.
2012-03-25 18:00:06 +02:00
nowrep
1873771106
Added Hungarian translation (not finished yet)
...
- thanks to Gábor Oberle
- see #341
2012-03-25 15:04:36 +02:00
nowrep
176d5695d2
Updated Dutch and Swedish translations
2012-03-25 14:21:45 +02:00
nowrep
99a6b5de86
Fixed loading utf urls from command line.
...
- updated Brazilian Portuguese translation
2012-03-24 22:08:17 +01:00
nowrep
ef07116915
Added missing icon for databases in site info.
2012-03-24 13:26:31 +01:00
nowrep
8e9293e475
Added new page into Site Info: Databases.
...
- shows all used web databases on the site
2012-03-23 17:29:12 +01:00
nowrep
83c76e26cc
Improved performance of importing passwords.
...
- also fixed issue when successful import shown "error in import"
error message
2012-03-23 14:23:54 +01:00
nowrep
373d6162d7
Improved suggesting file name when downloading page / links.
...
- it now appends .html ONLY when you are attempting to download
the whole page and when there is no suffix set in url
2012-03-23 13:58:31 +01:00
nowrep
9dc38ca000
Reverted adding ".html" to downloads without suffix from 60d063a320
2012-03-22 19:41:12 +01:00
nowrep
1c270046ec
Navigating in tabs with Ctrl + PgUp/PgDown.
...
- closes #331
2012-03-22 17:19:10 +01:00
nowrep
c664ea076b
Added option to separate http and https proxy configuration.
...
- also fixed building of akn plugin
- closes #314
2012-03-21 15:05:04 +01:00
nowrep
c7187bf064
AKN plugin now correctly shows keys on pages with more frames
...
- it works fine now for example on gmail
- status bar overlay now hides after small delay (500ms)
2012-03-21 13:00:30 +01:00
Stefan Comanescu
569bff5ff2
Added myself to translators list
2012-03-18 23:43:39 +02:00
nowrep
2da66c222f
Updated translations (app + homepage)
2012-03-18 11:14:36 +01:00
nowrep
60d063a320
Removed qt_id.qm file + implemented suggestion from #319
...
= append .html when downloading file without suffix
2012-03-18 11:06:09 +01:00
nowrep
4bff3fba24
Merge branch 'master' of github.com:nowrep/QupZilla
2012-03-17 16:01:30 +01:00
nowrep
3898f7f3f7
Improved dialogs in Speed Dial + fixed issue with saving page screen.
...
- closes #319
- closes #318
2012-03-17 16:01:12 +01:00
Jonathan Hooverman
ed31890136
Updated German translation, fixed some strings
2012-03-17 13:19:43 +01:00
nowrep
471ac7ba1f
Fixed building with NONBLOCK_JS_DIALOGS + other small fixes.
2012-03-16 23:28:23 +01:00
nowrep
bb8e1ffdb5
Fixed toggling WebInspector. It now shows correct inspector everytime.
2012-03-16 16:57:24 +01:00
nowrep
cf973c46fb
Fixed bad behaviour of QWebPage on leaveEvent.
...
- when leaving web widget, QWebPagePrivate generates fake
mouse move event, but unfortunately with bad coordinates.
So sometimes it just hovered a link and the link's url got
stuck in status bar message.
2012-03-16 15:55:34 +01:00
nowrep
dbfc09538c
Fixed compilation with QtWebKit < 2.2 and AKN plugin.
2012-03-16 13:53:49 +01:00