nowrep
d5071215eb
Fixed "Don't quit upon closing last tab" with blank url on new tab.
...
- it now properly loads empty page
closes #400
2012-05-13 22:10:04 +02:00
nowrep
5b75c0e5a0
History completely rewritten into Model/View architecture.
...
- much faster history loading (loading history entries only when
needed - eg. expanding top level items)
- less memory usage (sidebar and manager are using the same model)
- searching is now performed on title and url
- clear private data -> clear history is now working properly
2012-04-30 16:33:14 +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
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
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
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
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
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
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
43cd497d3f
Using QStringBuilder now. Fixed speed dial dialogs for webkit 533.3
2012-03-30 12:01:12 +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
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
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
cb603f409a
Send Referer header when opening new tab from webview.
2012-03-10 13:57:50 +01:00
nowrep
ad4ba2b888
[Fix] Setting background of speed dial to paths with spaces.
2012-03-09 18:49:26 +01:00
nowrep
2582fff163
Updated translations
2012-03-08 17:17:41 +01:00
nowrep
03db6da1a9
Added option to create search engine from <input> element on page.
...
- accessible in context menu on input
- added translations for plugins into resources so they can be loaded
- in access keys navigation plugin: lower case chars are choose first
2012-03-08 13:05:57 +01:00
nowrep
b5db8a21c9
Fixed text in locationbar on HTTPS sites when using dark theme.
...
- added WheelEvent as another event in Plugin API
2012-03-07 12:19:08 +01:00
nowrep
6a3528e694
Extended Plugin API a bit.
2012-03-05 13:16:34 +01:00
nowrep
b1e38e859d
Alt+D shortcut for focusing locationbar. Closes #294
2012-03-03 21:35:02 +01:00
nowrep
a0b9c0fc69
Fixed building on Windows + whole compilation is now faster.
2012-02-29 18:33:50 +01:00
nowrep
6eac428266
Changed appearance of plugin list in Preferences.
2012-02-25 12:34:16 +01:00
nowrep
aa55fac706
Small cleanup ...
2012-02-24 21:13:06 +01:00
nowrep
af7a041714
Added new plugin: Mouse Gestures.
...
- setting building plugins as default now
- closes #255
2012-02-24 21:03:44 +01:00
Mladen Pejaković
74a5c4422b
Improvements to Dictionary and Translate webview menu entries
2012-02-24 20:56:19 +01:00
Mladen Pejaković
d145b50c17
Cosmetic changes in webview context menu
2012-02-24 20:55:35 +01:00
Mladen Pejaković
bd5f86bd6d
Add 'Search with...' in context menu
2012-02-24 20:54:05 +01:00
nowrep
9c789792f4
Rearranged directory structure. All sources are under src/ dir now.
...
- updated Italian homepage translation
2012-02-23 19:18:08 +01:00