David Rosca
15bb39689c
Remove History::optimizeHistory() function
...
It is no longer needed, this function was little confusing
as it actually only executed VACUUM.
Instead, execute VACUUM after clearing all history in
History::clearHistory()
12 years ago
David Rosca
1a54cda705
ClearPrivateData: Delete old favicons in Optimize DB option
...
This should help anyone having issues with slow loading of bookmarks
or searching in locationbar.
12 years ago
David Rosca
e5065185fd
AdBlock: Add DuckDuckGo ad whitelist rules to custom list
...
Those rules cannot be deleted, but can be disabled.
Please consider not disabling those rules. Thanks!
12 years ago
David Rosca
26f466ed0d
AdBlock: Don't block user triggered network requests
...
Disable AdBlock when user tries to load the url from locationbar,
clicking on link, opening new tab, ...
Only block web content not explicitly requested by user - images,
scripts, redirects, ...
12 years ago
David Rosca
a61e3ff0ad
AdBlockTree: Fixed coloring CSS exception rules
...
CSS exception rules are now green (as exceptions) instead of
blue (as CSS rules)
12 years ago
David Rosca
ce528cfe66
CookieManager: Fix the title for "Filter 3rd Party Cookies" option
...
It actually should be "Allow 3rd Party Cookies". Also change
the default value to 0 = Allways allow 3rd party cookies.
12 years ago
David Rosca
160190dfb3
master branch is now 1.9.0 development version
12 years ago
David Rosca
5404985dba
Do not force keyboard text navigation in editable elements
...
Keyboard text navigation is handled automatically by QtWebKit
in editable elements.
This fixes issue in some custom html code editors.
Closes #1489
12 years ago
David Rosca
ee3322c64a
Fix crash when passing messages to running instance from commandline
12 years ago
David Rosca
30146476d6
Use bigger default font sizes
12 years ago
David Rosca
b6f913dafe
HistoryMenu: Don't crash in aboutToShow() when m_window is null
...
Closes #1487
12 years ago
David Rosca
21fb7bff31
Preferences: Don't crash when opening with null BrowserWindow
...
Closes #1488
12 years ago
David Rosca
6390eb215b
Mac: Fix crash on startup due to invalid m_mainMenu pointer
...
Closes #1485
12 years ago
David Rosca
aac873bbb6
Show error message when QSQLITE plugin is not available
12 years ago
David Rosca
6d06975ccb
DataPaths: Coding style fixes
12 years ago
David Rosca
021b90f7b3
CookieManager: Switch to QDialog
...
This fixes issue when Cookie Manager may have been opened
under current window (eg. in Preferences)
12 years ago
S. Razi Alavizadeh
768e3ac143
Correct fix for #1479 and finally fix compile issue from two recent commits.
...
- Closes #1482
12 years ago
S. Razi Alavizadeh
a21d803b94
Fix compile issue after last commit.
12 years ago
S. Razi Alavizadeh
04721c6478
Make sure the Config and Temp pathes exist.
...
- Closes #1479
12 years ago
David Rosca
2efc6914e5
Revert "[DNT] Enable sending DoNotTrack header by default"
...
This reverts commit 12948cd0a4 .
12 years ago
David Rosca
8506a2cce0
Added Ferhat AYDIN to translators
12 years ago
David Rosca
6cb8717fd6
Fix Internet Explorer Bookmarks Importer
...
It is now possible to select the whole Favorites folder
and it will now also import all subfolder structure.
Closes #1475
12 years ago
David Rosca
52f3811916
SpeedDial: Save using AutoSaver
...
Prevents losing dials in case of crash.
12 years ago
David Rosca
dc29f6bde5
QzTools: Add function to obtain url of QWebFrame
...
QWebFrame::url() may be empty, and in that case QWebFrame::baseUrl()
should be used
The issue with empty frame url caused AutoFill to not complete
such frames.
Closes #1465
12 years ago
David Rosca
fdd38e81a0
Fix build on Mac
12 years ago
Dmitry Marakasov
9fcf8e677f
Fix platform check
...
Include <QtGlobal> which defines Q_OS_* before the check, otherwise it may (and does on FreeBSD) work incorrectly
12 years ago
David Rosca
eec67d1941
Fix building with Qt 4.7
12 years ago
David Rosca
cf044356fa
Version 1.8.0
12 years ago
David Rosca
35b2fb22b4
Remove unnecessary qDebugs
12 years ago
David Rosca
2730fd4b4a
AutoFill: Fix completing forms after recent change
...
Fix regression from 3360a531f1
12 years ago
David Rosca
61bc7f4543
BookmarksIcon: Don't disable clicking on icon on qupzilla: pages
12 years ago
David Rosca
b4f9a354d7
Plugins: Load plugins before creating first window
12 years ago
David Rosca
01b4fd971f
MainMenu: Fix shortcuts for toggling sidebars
12 years ago
David Rosca
68087d5a3f
QzCommon: Export all static strings (appname, buildtime, ..)
12 years ago
David Rosca
56dcdfe4a2
Mac: SuperMenu button is now available on Mac
12 years ago
David Rosca
e83d75f251
Mac: Re-enable system-wide menu menu bar
12 years ago
David Rosca
13b1614e11
Use std::sort instead of obsolete qSort
12 years ago
David Rosca
767e01fd22
Mac: Re-enable dock menu with New Tab, New Window and New Private Window actions
12 years ago
David Rosca
c607a2f717
FileMenu: Fix showing state of Work offline action
12 years ago
David Rosca
3360a531f1
AutoFill: Rewrite AutoFill to complete each frame separately
...
Fixes crash from #1417
12 years ago
David Rosca
40e476e626
Coding style
...
[ci-skip]
12 years ago
David Rosca
545e0cd6b9
OperaImporter: Also import bookmark description and keyword
12 years ago
David Rosca
ef01247a80
OperaImporter: Set bookmark file filter to *.adr
12 years ago
David Rosca
c45b301844
LineEdit: Fix enabling Select All action
...
This fixes Select All action in LocationBar and WebSearchBar
12 years ago
David Rosca
8c8789a05f
BrowserWindow: Always set "private" property to browser window
...
Set this property also when private mode is disabled
12 years ago
David Rosca
b8c5f6f75d
BookmarksManager: Move cursor at the start in bookmark edit inputs
...
Title, Address, Keyword and Description inputs will now always
show the text from the start
12 years ago
David Rosca
357c5baec3
PageScreen: Fixed out-of-sync format combobox and filename input on Qt5
...
See #1454
12 years ago
David Rosca
e3a8e9edc9
PageScreen: Use Save dialog instead of Open dialog
...
[ci-skip]
Closes #1454
12 years ago
David Rosca
464f05962e
Plugins: Use settings path without trailing slash
12 years ago
David Rosca
6ae0109115
AdBlockRule: Add copy() method
...
Faster method to copy rule than parse again the filter.
12 years ago