David Rosca
038e4f5014
GreaseMonkey: Implement GM_ functions for userscripts
11 years ago
David Rosca
f95d46953f
GreaseMonkey: Disable building JSObject
11 years ago
David Rosca
bb995d7984
Fix some warnings
11 years ago
David Rosca
e825f0268b
Bring back GreaseMonkey
...
Everything seems to work just fine. The only thing that doesn't
work now are GM_setValue and GM_getValue functions.
11 years ago
David Rosca
1387dbef64
Bring back TestPlugin
11 years ago
David Rosca
8f353d7c21
Bring back TabManager plugin
11 years ago
David Rosca
b83c845bab
PluginInterface: Replace createRequest with acceptNavigationRequest
11 years ago
David Rosca
7d9a07b379
Bring back show source support (using view-source: url)
11 years ago
David Rosca
b6fcfba09a
SpeedDial: First try to port it to QtWebEngine
...
It now just loads the page, but it does not even correctly
shows all the dials.
11 years ago
David Rosca
89dedf0a0e
Bring back qupzilla: scheme pages
11 years ago
David Rosca
406e0f670a
Downloader: Drop code for FTP downloads
...
FTP listing and downloading is now supported by QtWebEngine itself
11 years ago
David Rosca
278b725571
Bring back support for downloading files
...
All files are now automatically downloaded to the specified
directory. Due to QtWebEngine API changes, it is not possible
to ask user where to save the file.
11 years ago
David Rosca
6da67fc53d
Correctly create off-the-record profile for private browsing
11 years ago
David Rosca
a601223d15
Travis: Fix package names for Qt 5.5
11 years ago
David Rosca
645dd3b825
Travis: Use PPA with Qt 5.5
11 years ago
David Rosca
f90a40836c
PopupWindows: Port to QtWebEngine
...
It now correctly detects when to open tabs and when to open
popup windows.
Support for opening new browser windows is not yet implemented.
11 years ago
David Rosca
e854afb5d3
TabbedWebView: Bring back showing hovered link url in statusbar
11 years ago
David Rosca
286c714593
WebPage: Bring back windowCloseRequested support
11 years ago
David Rosca
014d0d50ab
WebPage: Port feature permission notifications to QtWebEngine
...
Currently there are missing icons for new permission types
11 years ago
David Rosca
bbc7628de0
Implement changing custom user agent
...
Per-domain user agent is however not working
11 years ago
David Rosca
c08a584333
Set correct paths for cache and persistent data
...
Also disable persistent data storage when in private mode
11 years ago
David Rosca
0eab2dfb68
Bump minimum Qt version to 5.5
11 years ago
David Rosca
4bd92d1403
Port StatusBarIcons plugin to QtWebEngine
...
Network icon is disabled.
11 years ago
David Rosca
05fcc35658
Fix build with Qt 5.5
...
Also enable plugins: FlashCookieManager, Gnome and KWallet passwords.
11 years ago
David Rosca
deb7251231
KWalletPasswords: Fix KF5 KWallet includes
11 years ago
Jonathan Hooverman
610dd28ae1
Removed outdated AdBlock Fanboy subscription, closes #1637
11 years ago
David Rosca
395a5f6da8
Merge pull request #1640 from javierllorente/forthissite
...
change wording from 'on this site' to 'for this site'
11 years ago
Javier Llorente
3a8b0a1d86
change wording from 'on this site' to 'for this site'
11 years ago
David Rosca
8d34cbc02e
SuperMenu: Fix enabling Select All and Find actions
11 years ago
David Rosca
f1a6499b07
Merge pull request #1628 from javierllorente/sendlink
...
Fix sendLink() on main menu. Closes #1625
11 years ago
Javier Llorente
44af6ef806
fix for bug #1625
11 years ago
David Rosca
8d7cfb0e2a
Remove some Qt 4 specific code
11 years ago
David Rosca
ab506ea83a
Travis: Fix url of Qt 5.4 PPA
11 years ago
David Rosca
d15bac20a4
README.md: Fix type except -> expect
11 years ago
David Rosca
7f27f95a1a
Fix build
11 years ago
David Rosca
e3deb6cfd5
More cleanups + remove now unusued WebHistoryInterface
11 years ago
David Rosca
226c721d57
BrowserWindow: Remove static WEBKITVERSION
11 years ago
David Rosca
f366dbd11f
Encoding: Make character encoding menu working again
11 years ago
David Rosca
8c068b1f87
Preferences: Fix font settings
11 years ago
David Rosca
e4852e7d88
MainApp: Fix loading fonts settings
11 years ago
David Rosca
b94135ead5
WebView: Implement icon loading
11 years ago
David Rosca
41d9c418e9
lib: Enable C++11
11 years ago
David Rosca
f67348fac8
TabWidget: Don't try to load empty url when adding a tab
...
Fixes showing titles of other tabs when restoring session
11 years ago
David Rosca
72438755a2
AboutDialog: Show QtWebEngine version
...
For now, it will only show version of Qt
11 years ago
David Rosca
c35b27e590
Add back build status to README
...
[ci skip]
11 years ago
David Rosca
c3beb165fd
Travis: Add qt54script module
11 years ago
David Rosca
4173ff2c3e
Travis: Fix running qmake
11 years ago
David Rosca
ebdea578aa
Try to enable Qt 5.4 builds on Travis
11 years ago
David Rosca
81639ea923
Port settings to use QWebEngineSettings
11 years ago
David Rosca
5c552a2724
Disable travis builds
11 years ago