David Rosca
3ccb529117
Updated empty.ts
12 years ago
David Rosca
d0aafd78c0
SpellCheck: Fix loading dictionaries after user saves the spellcheck dialog
12 years ago
David Rosca
1e3556696c
Qt5: Enable HighDPI pixmaps
12 years ago
David Rosca
24ff9285f5
Use desktop availableGeometry for default window size calculation
12 years ago
David Rosca
63b7e41713
Save geometry of Preferences window
...
Closes #1514
12 years ago
David Rosca
03c875b229
Set default window size to be desktop size / 1.3
12 years ago
David Rosca
4320eb202f
Fixed "Open blank tab" on new tab option on OS/2
12 years ago
David Rosca
addd5d1f43
OpenSearchEngine: Use Json class instead QScriptEngine to parse suggestions
12 years ago
David Rosca
476bd93f55
Mac: Open new window when clicking on Dock icon
...
Closes #1517
12 years ago
David Rosca
478b5ddb84
Use open() instead of exec() in all dialogs
...
Avoid blocking exec().
Closes #1515
12 years ago
David Rosca
05c1fec5c6
Preferences: Prevent opening more than one window
12 years ago
Jonathan Hooverman
fbcb3022ee
ChinaList is deprecated and has been replaced by Easylist China
...
Fixes #1516
12 years ago
David Rosca
f698c0a78f
LineEdit: Fix slow text selection with mouse
...
Regression from 2c0582b9a1
12 years ago
David Rosca
b81c45486f
Fix build on Mac with Qt4
...
QKeySequence::FullScreen was only added in Qt5
Closes #1513
12 years ago
Jonathan Hooverman
528af49753
1.8.4 is current stable now
12 years ago
Jonathan Hooverman
769561c83b
1.8.4 is latest stable release
12 years ago
David Rosca
2ed002cb2a
Fix build with Qt 4.7
12 years ago
David Rosca
1ff1969941
Mac: Fix Preferences... action in application menu
...
Make sure the Configuration Information action won't be
detected as "Preferences..." action.
Also use native shortcut for fullscreen (Ctrl+Meta+F)
Closes #1332
12 years ago
David Rosca
3a9f2f9e78
Settings: Allow nesting instances without breaking groups
...
Closes #1511
12 years ago
David Rosca
9359977d8b
Cleanup displayed build configuration flags in qupzilla:config
...
Removed KDE Integration and WebGL. Both flags don't have much use now.
KDE Integration only enables KWallet plugin building (and only when
KWallet-dev is available).
WebGL is now enabled by default by any recent QtWebKit versions.
Also show Win7API flag only on Windows.
12 years ago
David Rosca
5779b6b835
Adjust default font sizes
12 years ago
David Rosca
ebb2544142
Remove live.com from list to force SSLv3
12 years ago
David Rosca
a0dd1ddcb7
AdBlock: Use one cache for all subscriptions
...
Added new class AdBlockMatcher that holds the cache of
all subscriptions with rules.
This moves the matching logic from AdBlockSubscription into
separate class.
It also fixes issue that CSS exception rules weren't able to
affect rules from different subscription.
12 years ago
David Rosca
613d18ed16
Remove hdi.de from list to force SSLv3
12 years ago
David Rosca
a70a03272f
Building: Use system QtFtp module when available with Qt5
...
See #1503
12 years ago
David Rosca
3962c63927
Plugins: Don't exclude allowed plugins from available plugins list
...
This fixes issue that the allowed plugin (enabled by user) would
disappear from the all plugins list (in preferences) after failing
to load on startup.
12 years ago
Jonathan Hooverman
5cf75ce2c0
1.8.3 is latest stable release
12 years ago
Jonathan Hooverman
c80ff55e52
1.8.3 is current stable now
12 years ago
David Rosca
d29861fdff
Windows: Fix crash when unloading AutoScroll plugin
12 years ago
David Rosca
55b9f2c515
Fix building with Qt 4.7 on Linux
12 years ago
David Rosca
2c0582b9a1
LineEdit: Cleanup text edit actions code
12 years ago
David Rosca
ada212bc59
LineEdit: Fix text edit shortcuts not working on non-latin keyboard layout
...
This fixes Ctrl+C/V/X/A shortcuts in LocationBar and WebSearchBar
Followup to #1494
12 years ago
Jonathan Hooverman
79ddfbafa2
1.8.2 is latest stable release
12 years ago
David Rosca
f6b679585e
WebView: Fix text edit shortcuts not working on non-latin keyboard layout
...
Closes #1494
12 years ago
David Rosca
bcc9f3f431
Portable: Fix auto-loading saved plugins on startup
12 years ago
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
b353c1a748
1.8.2 is current stable now
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
dac236d70b
Mac: Add version info to Info.plist
...
Closes #1486
12 years ago
David Rosca
6390eb215b
Mac: Fix crash on startup due to invalid m_mainMenu pointer
...
Closes #1485
12 years ago