David Rosca
0f6720a32c
Bring back KWallet password backend test
11 years ago
David Rosca
2b05641430
PasswordBackendTest: Add more checks to prevent crashes on fail
11 years ago
David Rosca
7b2575f809
Bring back autotests
11 years ago
David Rosca
3f3d202194
AutoScroll: Fix position of scroll indicator when site notification is visible
11 years ago
David Rosca
d0f662d599
GreaseMonkey: Use url interceptor for downloading scripts
11 years ago
David Rosca
03399c7b2c
Use acceptNavigationRequest to handle abp: urls
...
QtWebEngine now sends external urls through acceptNavigationRequest
so it is no longer needed to install scheme handler.
11 years ago
David Rosca
afa59f1a45
1.8.7 is now latest stable release
11 years ago
David Rosca
de0dd7fb2d
Fix build with latest QtWebEngine 5.6
11 years ago
David Rosca
4a96fd7073
Bring back full README
...
master is now default branch
11 years ago
David Rosca
c3e0f39c9b
ProfileManager: Drop support for old profiles
11 years ago
David Rosca
54f31237a5
Fix build
11 years ago
David Rosca
d2a84319e7
Fix pointer flicker when enabling mouse lock
11 years ago
David Rosca
b4972955ce
HTML5Permissions: Fix granting MouseLock permissions
11 years ago
David Rosca
83db3c1988
WebPage: Always grant MouseLock permission in fullscreen
11 years ago
David Rosca
6b02cd4cab
AdBlockRule: Correctly disable third-party option
11 years ago
David Rosca
4efbc54cac
UserAgentDialog: Hide per-site options
11 years ago
David Rosca
dd71761854
Remove no longer used classes
11 years ago
David Rosca
6d026969f7
Remove QFtp
11 years ago
David Rosca
db058ff194
Remove use of QNetworkRequest in LoadRequest
11 years ago
David Rosca
1a87d443c0
WebTab: Fix pinning tabs that are not yet restored
11 years ago
David Rosca
9fd7c271e4
ToolButton: Fix showing both context menu and button menu on right click
11 years ago
David Rosca
3ec6da6103
Bring back support for sending DNT header to servers
11 years ago
David Rosca
39c920f3ce
Preferences: Remove Send Referer option
11 years ago
David Rosca
8778ddc2dd
Bring back support for setting AcceptLanguage header
11 years ago
David Rosca
3d8b09653f
WebView: Clear icon when icon url changes
11 years ago
David Rosca
4d05c1105a
Bring back support for managing cookies
11 years ago
David Rosca
8ba58860db
README: Note that Qt 5.6 is required
11 years ago
David Rosca
226b29b0c6
Set empty page icon to qupzilla:speeddial
11 years ago
David Rosca
88c5b271e2
AdBlockRule: Add support for script, stylesheet and object-subrequest
11 years ago
David Rosca
3050913d21
WebHitTestResult: Fix isContentSelected
...
Was returning always true on right click
11 years ago
David Rosca
150252aea9
Don't store blocked entries in WebPage
...
It is not possible in this way with QtWebEngine
11 years ago
David Rosca
e91d6482d1
Bring back AdBlock blocking network requests
11 years ago
David Rosca
40eb1281f8
Add UrlInterceptor interface
11 years ago
David Rosca
a6c9ca7b4c
Workaround error handling in scheme handlers
11 years ago
David Rosca
5829318774
AdBlock: Bring back support for adding new subscription with abp: links
11 years ago
David Rosca
79dd0d5899
Removed ftp scheme handler
...
ftp is internal scheme, so it is not possible to use custom scheme
handler with QtWebEngine
11 years ago
David Rosca
949faa5856
Add support for HTML FullScreen
...
Esc is used to leave fullscreen
11 years ago
David Rosca
637f38684d
Settings: Bring back support for plugins (eg. Flash)
11 years ago
David Rosca
9cb66878ff
Port to Qt 5.6
11 years ago
David Rosca
94d89e4fa6
DownloadManager: Use shorter timeout for updating window title
11 years ago
David Rosca
510f521074
Downloads: Bring back option to choose path / open downloads
11 years ago
David Rosca
35f002efb4
DownloadManager: Fix clearing download items
11 years ago
David Rosca
c24b0e92fd
Remove TODO comment
11 years ago
David Rosca
a1d9740caf
Allow to start more instances of the same profile with --no-remote
11 years ago
David Rosca
e161e45c41
WebPage: Add Q_UNREACHABLE to createWindow(WebBrowserWindow)
11 years ago
David Rosca
6857270057
WebInspector: Fix searching with Ctrl+F in inspector
...
Don't eat key events so inspector's search function can be used.
11 years ago
David Rosca
102ee62d3d
WebView: Enable download link/image/media actions with Qt 5.6
11 years ago
David Rosca
e60daf072b
WebPage: Remove disabled form resubmitted warning
...
Looks like it won't come back in QtWebEngine and it wasn't
really that much useful feature.
11 years ago
David Rosca
7a512918f8
WebView: Prevent handling input events twice
...
This fixes site info being opened twice when pressing Ctrl+I while
having focus in webview.
This makes the input events handling code very fragile, so let's hope
this won't break anything .. and QtWebEngine won't change the behavior
in following releases.
11 years ago
David Rosca
75cb70d049
Don't cache icons for qupzilla: scheme
...
Also remove icon from SpeedDial page
11 years ago