nowrep
2d5b0c0bc0
Don't check for null pointer before deleting objects.
...
- as delete 0 is safe
2012-09-11 11:43:11 +02:00
nowrep
a046ec4ece
Show better icons in Preferences for oxygen icon theme
...
- only when oxygen icon theme is actually used
2012-09-05 19:58:30 +02:00
nowrep
528f398cbe
Using QLatin1String and QLatin1Char now everywhere
...
- it saves few unnecessary allocations
2012-09-04 12:42:45 +02:00
nowrep
7b21bf61f1
Q_OS_X11 macro is invalid in both Qt 4 & 5.
...
- so for now, use just Q_WS_X11
2012-09-04 10:54:39 +02:00
nowrep
c7cdaf824f
Qt5: Changing Q_WS_* macros to Q_OS_*
...
- Q_WS_* macros have been removed in Qt 5
2012-09-03 23:03:20 +02:00
nowrep
c71cf910cb
TabBar: If not enough space, show close button only on current tab
...
- removed "Show close button on tabs" option as it is now redundant
2012-09-03 22:40:52 +02:00
nowrep
3065d58b25
Fixed width of pinned tab with Oxygen theme.
...
- also added runtime check of current Qt theme in use
2012-09-03 13:24:29 +02:00
nowrep
b2181f0bab
Coding style: Use empty QString() constructor instead of "" everywhere
2012-09-02 11:42:41 +02:00
nowrep
9f376ac14c
Enabling sorting for Table/Tree Widgets everywhere.
2012-09-01 13:56:00 +02:00
nowrep
cf2c28cfdb
Updated coding style
2012-08-31 15:19:07 +02:00
nowrep
58a07aed81
New option to hide close button on tabs
...
closes #526
2012-08-27 14:01:17 +02:00
nowrep
dd84a84bc0
New option to show loading progress in address bar.
...
- enable it in Preferences -> Tabs -> Address Bar
- patch by Franz Fellner
closes #236
2012-08-24 20:53:53 +02:00
nowrep
20c03ba459
Fixed width of combo box in Add User Agent dialog.
...
closes #523
2012-08-24 14:55:06 +02:00
nowrep
5ca2e2d75f
Using prepare SQL statements everywhere it is needed.
2012-08-23 15:37:43 +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
a6564b5eea
Preferences: Save last page even when closing preferences with "Cancel"
2012-08-17 20:55:11 +02:00
nowrep
064fa19097
Preferences: Remember last selected section.
2012-08-16 23:14:04 +02:00
nowrep
2458cb8469
Disabled showing plugin's settigns with double clicking on plugin name.
...
closes #504
2012-08-14 12:21:54 +02:00
S. Razi Alavizadeh
d72e7bed7b
Added RTL support to PluginListDelegate class.
2012-08-14 01:51:37 +04:30
nowrep
e6a5b18675
Don't proceed to fetching icons if exported bookmarks list is empty
2012-08-11 17:45:56 +02:00
nowrep
1f225de11c
Added option to choose what to suggest in address bar
...
- History and Bookmarks
History only
Bookmarks only
Nothing
2012-08-10 18:06:29 +02:00
nowrep
59a05f16a7
Fixed issue with showing warning after creating new profile
...
- warning noticing about unknown profile version
2012-08-01 23:02:04 +02:00
Mladen Pejaković
dc236daf13
Ability to remove sweb search bar, as per #440
2012-07-20 20:23:34 +02:00
nowrep
b0e741447d
Preferences: Fixed issue with setting native notifications
2012-07-12 23:19:06 +02:00
nowrep
f65b30fda7
Another Windows fixes + added qt_uk.qm (ukrainian qt translation)
2012-07-12 12:55:22 +02:00
nowrep
edb2e6d624
Preferences: Fixed showing current language twice in list.
2012-07-10 22:26:59 +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
8a5880c77d
Plugins: Fixed disabling all plugins when saving preferences
...
- and not going to extensions tab
2012-07-09 12:47:27 +02:00
nowrep
0e12433c0e
PluginsManager: Opens plugin settings with double click in ListWidget
2012-07-08 17:57:06 +02:00
nowrep
f9b38c4376
Fixed compilation from previous commit
2012-07-06 20:28:10 +02:00
nowrep
19f34ecd4c
Fixed potentional issue with starting external download manager
2012-07-06 20:22:08 +02:00
nowrep
189193a8b8
PluginsList: Sorting plugins alphabetically
2012-07-06 14:37:49 +02:00
nowrep
dd170f653f
Using QChar instead of 1-char QString everywhere
2012-07-01 18:50:18 +02:00
nowrep
1a5ad1413b
Preferences: New option "Automatically switch to newly opened tabs"
...
- also removed unnecessary option to make tabs movable
* everyone wants the tabs to be movable :-)
closes #382
2012-06-26 23:39:23 +02:00
nowrep
38ef828b82
Private browsing now opens new browser window (in own process)
...
- closes #415
2012-06-26 11:49:39 +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
e6da887f1a
Updated translations
2012-04-22 21:02:25 +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
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
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
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
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
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
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
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
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
f09e5c981c
Fixed recalculating size of tabs after unpinning tab.
...
+ other small improvements / fixes
2012-03-14 14:04:20 +01:00
nowrep
f590ad1925
Removed use of whatsThis() and other code cleanups
2012-03-13 17:51:06 +01:00
nowrep
17d70adfa5
Various changes in starting application.
...
- constantly renaimed app plugins to Extensions
2012-03-13 15:10:18 +01:00
nowrep
9161945d97
Various fixes regarding "Don't load tabs until selected" option
...
- fixed typo in Access Keys Navigation plugin
2012-03-12 18:22:01 +01:00
nowrep
36f90f0404
Loading info about all plugins when necessary, not on startup.
...
- should slightly improve starting time when bigger amount of
plugins is available
2012-03-12 18:21:00 +01:00
nowrep
efab78ae5e
Added option "Don't load tabs until selected" when restoring session.
2012-03-11 15:17:12 +01:00
nowrep
2582fff163
Updated translations
2012-03-08 17:17:41 +01:00
nowrep
805187f4e1
Finally fixes issue with rendering plugins list on KDE!
...
- uploaded correct qt german translation (qt_de.qm)
2012-03-07 21:28:31 +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
63ed2573f4
Fixed rendering of Plugin List on KDE.
2012-03-05 23:34:00 +01:00
nowrep
7dff6ad103
TabBar now accepts drops so you can drop url on it and open new tab.
...
- small modifications in locationbar regarding focus handling
2012-03-05 11:30:18 +01:00
nowrep
e5e5cec7a5
Added Access Keys Navigation plugin. Closes #288
2012-03-04 18:30:34 +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
783d49ce64
[Fix] Fixed showing plugin icons when plugin is not loaded.
2012-02-25 10:22:23 +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
nowrep
9c789792f4
Rearranged directory structure. All sources are under src/ dir now.
...
- updated Italian homepage translation
2012-02-23 19:18:08 +01:00