David Rosca
db888e2b2f
SpeedDial: Minor design fixes
11 years ago
David Rosca
869e1ff758
Fix QWebChannel connection after restoring history
11 years ago
David Rosca
495ebc785e
Don't link to unused Qt modules
11 years ago
David Rosca
ef71be2a0e
Scripts: Only emit created Event when external is not null
11 years ago
David Rosca
832bd37114
SpeedDial: Implement loading page thumbnails
...
QWebEngineView must be visible in order to grab page contents, so
loading thumbnails is creating a new background window that is loading
the page.
11 years ago
David Rosca
fc204b3b46
SpeedDial: Fix to work with QWebChannel
...
Page thumbnails are not yet implemented, otherwise it more or less
works.
11 years ago
David Rosca
15279a3641
WebView: Don't show source on qrc: scheme
11 years ago
David Rosca
a672771cef
WebPage: Remove isPointerSafeToUse hack
...
Pointers are no longer stored as void* in network requests
11 years ago
David Rosca
b9d5851ef5
Renamed src/webkit -> src/webengine
11 years ago
David Rosca
adea1139b9
StatusBarIcons: Update NetworkIcon to work with QNetworkProxy
...
This should make it work with proxy config in Qt 5.6
11 years ago
David Rosca
c04adb2a96
Travis: Use Qt 5.5 PPA
11 years ago
David Rosca
43a15ff547
Fix creating new config directory
11 years ago
David Rosca
6a16cff13e
msghandler: Output log context only when not null
11 years ago
David Rosca
f35f17fa96
Link explicitly to x11extras
11 years ago
David Rosca
e5ec3cea90
Revert [AdBlock] Add Malware Domain List and Malware domains subscription
...
This reverts commits 7c66b3176c and
2f2d2850cd
11 years ago
David Rosca
250166d2fc
Merge pull request #1681 from PeterDaveHello/addLists
...
Add adblock known subscription
11 years ago
Peter Dave Hello
2f2d2850cd
[AdBlock] Add "Malware domains" subscription
11 years ago
Peter Dave Hello
7c66b3176c
[AdBlock] Add "Malware Domain List" subscription
11 years ago
Peter Dave Hello
cc58aa49f8
[AdBlock] Add "Anti-Adblock Killer" subscription
11 years ago
David Rosca
a745e4776f
Fix build with Qt 5.5rc
11 years ago
David Rosca
f747ce3e9d
Use better fallback for styleName() when proxy style is null
11 years ago
David Rosca
a0b84a5cd3
TabBar: Don't use ProxyStyle directly
11 years ago
David Rosca
0723deb2fc
SearchToolbar: Remove "Highlight" option
...
It is no longer available with QWebEngine.
Also rewrite callback to use lambda instead of invoke wrapper.
11 years ago
David Rosca
406f522c61
WebPage: Implement certificateError
11 years ago
David Rosca
b30b25b254
WebPage: Implement chooseFiles
11 years ago
David Rosca
2d6ba21c03
AdBlockIcon: Set minimum size
...
See #1655
11 years ago
David Rosca
458c131170
AdBlockRule: Disable copy
...
Closes #1654
11 years ago
David Rosca
878ed65753
GreaseMonkey: Show script dialog when creating new user script
11 years ago
David Rosca
146fdc953f
GreaseMonkey: Allow userscripts with empty body (just metadata header)
11 years ago
David Rosca
26f0912845
GM_Settings: Add button to create new user script
11 years ago
David Rosca
1c6e9fd036
GM_Script: Parse @updateURL metadata entry
11 years ago
David Rosca
fc606e2019
GreaseMonkey: Don't parse pattern in GM_UrlMatcher
...
Url matching is now done by QtWebEngine
11 years ago
David Rosca
9c7bfb1c94
GreaseMonkey: Fix removing/updating userscripts
11 years ago
David Rosca
431610215d
AdBlock: Bring back domain specific element hiding rules
11 years ago
David Rosca
c75eb32367
Bring back support for user style sheet
...
This also means that AdBlock global hiding rules are
working again.
11 years ago
David Rosca
ad86572fff
Bump GreaseMonkey version number
...
GreaseMonkey now works the same (or even better) as with QtWebKit.
The only difference is that GM_setClipboard is not implemented
and GM_value functions are saving only to localStorage.
11 years ago
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