Franz Fellner
e9a8b8d7d8
Move switchToTab to QzSettings.
2012-12-04 16:16:45 +01:00
S. Razi Alavizadeh
a81419921c
Windows: Check to see if QupZilla is the default web browser.
...
-Added 'registerqappassociation.h' and 'registerqappassociation.cpp' that contain 'RegisterQAppAssociation' and 'CheckMessageBox' classes.
2012-12-01 10:27:55 +03:30
Alec Moskvin
4b2081ef5b
Link to libX11 explicitly to prevent underlinking
2012-09-20 20:28:09 -04:00
Franz Fellner
4bb87822cf
Highlight host in locationbar.
...
To simplify color computation I simply imported the "blib/colors.*" from bespin.
2012-09-19 20:24:41 +02:00
Franz Fellner
f3221c70d6
Introduce LocationBarPopup as base for - popups in the location bar.
...
The switch is needed due to palette problems on some color schemes (e.g. inverted look for popupmenus or tooltips), which could lead to unreadable text.
2012-09-15 17:39:54 +02:00
nowrep
6d997220c7
Added support for listing directories with file: scheme
...
closes #435
2012-08-23 16:17:56 +02:00
nowrep
8d2391da6f
Moved scheme handlers into own directory network/schemehandlers
2012-08-23 11:36:36 +02:00
nowrep
80e89b2644
New Restore Session GUI - allows choosing to/not to restore each tab
...
- added as new qupzilla:restore page
- thanks a lot for work by Franz Fellner
closes #515
2012-08-21 20:28:38 +02:00
nowrep
e517b9ec65
New User Agent Manager allows setting per-site User Agents.
...
closes #399
2012-08-17 20:56:01 +02:00
nowrep
3f5b6382a3
Backend support for setting per-domain UserAgent.
...
see #399
2012-08-16 23:15:31 +02:00
nowrep
e709e17d5c
Small cleanup in code (classes holding settings as static variables)
...
- merged LocationBarSettings and WebSettings into one class
- new class QzSettings no longer uses static variables
2012-08-10 21:16:43 +02:00
nowrep
2d5c9bcc2b
Building: Option to build without QtDBUS module.
...
- more info in BUILDING
- desktop notifications will be disabled with this option
2012-07-10 11:56:24 +02:00
nowrep
189193a8b8
PluginsList: Sorting plugins alphabetically
2012-07-06 14:37:49 +02:00
nowrep
fbc44d2889
AdBlock: Show correct subscription when opening dialog with rule
...
- from AdBlock context menu or icon
2012-07-01 18:13:49 +02:00
nowrep
c01604ffe9
RSS: Added support for adding feeds into external applications
...
- including some web applications (Google Reader, My AOL, Yahoo! ...)
- Liferea and Akregator are support from desktop readers
* akregator needs testing (i don't use kde)
closes #364
2012-06-28 17:16:45 +02:00
nowrep
e471bfd5d4
AdBlock: Support for adding new subscriptions.
...
- you can add subscriptions in AdBlock dialog or with
abp: scheme links
- however, AdBlock rules are not yet optimized for performance
so you shouldn't add too much subscriptions
performance optimizations will come in next commits
- support for element hiding is still yet to come too
closes #266
2012-06-24 23:46:32 +02:00
nowrep
0cba7628de
Initial work on support for 3rdparty AdBlock lists.
...
- also fixed one minor gcc warning
2012-06-15 17:03:37 +02:00
nowrep
cf5d399f00
Added possibility to change icon of bookmarks
...
- created new IconChooser class with option to choose
icon from file or icon from database
Closes #401
2012-05-22 11:46:22 +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
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
a40062fde6
Completely changed look of address bar popup.
...
- using QStyledItemDelegate for rendering
2012-04-19 22:42:35 +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
ba1cf804eb
Address bar now searches also in bookmarks.
...
closes #79
2012-04-15 15:41:48 +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
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
f94e69d557
Updated Georgian translation + fixed plugin system loading.
2012-04-04 21:12:52 +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
0afd53e4f6
Fixed compilation + renamed libqupzilla to libQupZilla
...
- closes #362
2012-04-02 21:21:50 +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
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
60c5b81f88
Improved source viewer, it now shows lines and fixed go to line.
...
- plugins can now register scheme handlers
- tweaked javascript alert window
- initial support for Geolocation & Notifications API
* question to ask user for permission needs not implemented yet
2012-03-15 19:35:37 +01:00
nowrep
eb7de9a104
Various enhancements in Bookmark Importing.
...
- when importing from Html file, also bookmark folders are imported
- bookmark tree now shows folder structure
- fixed importing from UTF8 files
- loading icons in own thread = dialog won't freeze anymore
2012-03-06 15:28:52 +01:00
nowrep
e5e5cec7a5
Added Access Keys Navigation plugin. Closes #288
2012-03-04 18:30:34 +01:00
nowrep
39575cf2ab
Added statusbar message overly also in popup window.
...
- added progressbar into statusbar in popup window
2012-03-04 14:25:52 +01:00
nowrep
a0b9c0fc69
Fixed building on Windows + whole compilation is now faster.
2012-02-29 18:33:50 +01:00
nowrep
8752adfc3d
Updated translations
2012-02-25 12:39:24 +01:00
nowrep
6eac428266
Changed appearance of plugin list in Preferences.
2012-02-25 12:34:16 +01:00
nowrep
b65819dbed
Updated translations
2012-02-23 22:18:02 +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