nowrep
1b5b930bd1
Updated CHANGELOG and README.md for 1.4.2 release.
13 years ago
nowrep
d681e33f81
[Windows] Updated Windows installer.
13 years ago
David Rosca
b320ae6d0d
Merge pull request #859 from pejakm/spatn
...
Add spatial navigation option
13 years ago
Mladen Pejaković
aac0956a0f
Add spatial navigation option
13 years ago
nowrep
655259456c
Properly fix 5740873ed6
...
Previous commit introduced new bug, background tabs didn't have close
buttons.
13 years ago
nowrep
812437ddcb
Fixed building with Qt 4.7
13 years ago
nowrep
482cb18ce4
[Crash] Fixed occasional crash when extracting form data from page.
...
Apparently, QWebFrame::childFrames can return NULL frame.
13 years ago
nowrep
9861af4d64
[Oxygen] Set rounded corners for custom tooltips.
...
Show custom tooltips with rounded corners when using Oxygen
theme.
Tab previews and popup statusbar message are now painted with
rounded corners.
13 years ago
David Rosca
beaf05f28e
Merge pull request #855 from laoch/master
...
Small fix for portable Windows builds.
13 years ago
laoch
ad33d353af
Fix issue with missing semicolon with portable Windows builds.
13 years ago
nowrep
5740873ed6
Fixed incorrectly showing close buttons on tabs after restoring session.
...
Only reproducible when tabs overflows the tabbar.
Also fixed build warning on Windows.
13 years ago
S. Razi Alavizadeh
ffdbb49444
Fixed executing order of queries by dbWriter()
...
-also added index tables bookmarksTitle and bookmarksUrl to
default database.
-and removed a double check from saveBookmark()
13 years ago
S. Razi Alavizadeh
2fdce1ed81
[Windows] Fixed compile issue about mocinclude target.
...
-see #849
13 years ago
nowrep
ee42199669
Fixed crash upon closing private browsing window.
...
Also updated translations for previous commits.
13 years ago
Mladen Pejaković
b6f4aed233
Refactoring private browsing menu action v2
13 years ago
Mladen Pejaković
6681a9156b
Add icon to private browsing menu action, and add the action to super menu
13 years ago
nowrep
373050bef0
[Regression] Fixed handling key press events in webview.
...
Regression from 7c9b30c443
13 years ago
nowrep
4a72f493bf
[Icon] Fixed incorrect sRGB profile in 16x16 icon.
...
Closes #843
13 years ago
nowrep
f09fc7fcec
[AdBlock] Make it possible to remove EasyList.
...
Closes #534
13 years ago
nowrep
901bdac85d
[Plugins] Added possibility to unregister scheme handlers.
...
It is important to unregister scheme handler when unloading
a plugin, otherwise it will crash on next createRequest call.
13 years ago
nowrep
c073ce0094
Make it possible for plugins to reimplement mailto scheme.
13 years ago
nowrep
672c388407
[Plugins] Print error message when failed to load plugin.
...
Prints QPluginLoader's error message to the stderr.
13 years ago
nowrep
83b7f6d1c0
[Portable] Save loaded plugins with relative path.
...
It is now possible to correctly load plugins even when
eg. disk label on Windows changes.
13 years ago
nowrep
db6f4333f2
[Code] Added comment for previous commit (Crash fix)
13 years ago
S. Razi Alavizadeh
7c9b30c443
Fixed, sent correct event for right/left key on RTL layouts.
...
-see #839
13 years ago
nowrep
fe6e450a44
[Oxygen] Fix crash on close with tabs on top enabled.
...
See #838
13 years ago
nowrep
90c285c1ac
Added function to return focused element on page.
...
WebView/WebPage::activeElement
13 years ago
nowrep
a73ad89f9e
Allow using wildcards (*,?) in proxy exceptions.
...
Closes #788
13 years ago
nowrep
35ceee25ee
[Preferences][Win] Changed labels on "Set as default" button.
...
Also renamed QtSingleApplication::removeLockedFile to removeLockFile
13 years ago
nowrep
43d514a647
[QtSingleApplication] Correctly remove lockfile only on app close.
...
Fixes regression when multiple instances of browser were opened.
13 years ago
nowrep
7c57588738
Cancel upload when trying to upload non-readable files.
13 years ago
nowrep
faeba013bc
Fixed building with Qt 5
13 years ago
nowrep
67dbddedfe
[FileWatcher] Delay emition of file/dir changed signal.
...
Fixes reloading files edited by eg. vim.
13 years ago
nowrep
2e853beef4
[GreaseMonkey] Fixed loading invalid script when script file is deleted
...
Also fixed copyright in gm_jsobect.{cpp,h}
13 years ago
nowrep
51f0232ca3
[GreaseMonkey] Added support for GM_Settings functions.
...
Closes #814
13 years ago
nowrep
08f3456e28
[Preferences] Fixed size of dialog on low-res screens.
...
Preferences content moved into QScrollArea
Closes #818
13 years ago
nowrep
6604be5f53
Updated translations.
...
Also removed whitespace in src/lib/network/networkmanager.cpp
13 years ago
nowrep
82f3c4159d
Disabling HttpPipelining fixes video loading issue on YouTube.
...
Closes #830
13 years ago
nowrep
28d697b94c
[PAC] Don't copy local PAC files into profile.
13 years ago
nowrep
41616486a6
[NetworkProxy] Always use direct connection as fallback.
13 years ago
nowrep
a9326eadc5
Added support for Proxy Auto-Config (PAC).
...
.pac files will be downloaded and executed to get
proxy configuration for each url.
Closes #747
13 years ago
nowrep
953ca726bd
[ProfileUpdater] No changes in profile structure in 1.4.x versions.
13 years ago
David Rosca
8d29f46376
Merge pull request #824 from srazi/master
...
Fixed Windows related issues.
13 years ago
S. Razi Alavizadeh
334f90b12b
[Windows] Fixed first moment black background of new tab.
13 years ago
S. Razi Alavizadeh
dc659e2fa4
[Windows] Fixed issues about window positioning
...
-Fixed #821 and also position of new window
13 years ago
nowrep
1c36390e3f
[Linux] Install libs into /usr/lib/arch-linux-gnu if exists.
...
Installing into /usr/lib/i386-linux-gnu, /usr/lib/x86_64-linux-gnu
according to build platform if this directory exists.
If not or build architecture cannot be determined, falling back to
/usr/lib directory.
13 years ago
nowrep
1d5d480c85
Added support for building with Wayland.
...
See NO_X11 define in BUILDING.
13 years ago
nowrep
02b22acde0
[Windows] Don't set PeerVerifyNone SSL socket verifyMode anymore.
13 years ago
David Rosca
90923d5127
Merge pull request #822 from srazi/master
...
Fixed a few shortcuts problems.
Closes #809
13 years ago
Oliver Gerlich
eecbc352c4
Added option to open another private window from private window.
...
Closes #776
Closes #772
13 years ago