David Rosca
ce9d3983a0
Bring back Save Page action
...
Only with Qt >= 5.7
Closes #2083
10 years ago
Vlad
81aab60023
Add copy image option in context menu ( #2058 )
10 years ago
David Rosca
c004d52db1
Run js code in ApplicationWorld with QtWebEngine 5.7
10 years ago
David Rosca
838ec366de
Fix parenting WebPage when created from WebPage::createWindow
...
Closes #1949
10 years ago
David Rosca
90e72aa88f
Small cleanup in WebView
10 years ago
David Rosca
d8682ff51d
WebHitTestResult: Map position to page viewport coords
...
Closes #1927
10 years ago
David Rosca
71b6d922be
WebView: Handle create WebBrowserWindow
...
Instead of custom handling of shift + mouse click, use
QWebEngineView::createWindow. It should fix the issue with
JavaScript catching the mouse click performing some action
and QupZilla trying to open new window.
Closes #1898
10 years ago
David Rosca
3d5f45bfc5
Don't use custom script for toggle play/pause and mute
10 years ago
Kevin Kofler
a570beb667
Do not call loadRequest on an invalid URL
...
I expected that error to be handled gracefully. It's actually not, it
crashes the whole browser, and saves a state that will make it crash
again on startup. So just ignore invalid URLs if searchFromAddressBar is
set to false.
10 years ago
Kevin Kofler
fcae1fd3f5
Make automatic searching from the address bar optional
...
Some users (like me) really don't like it when their typos get sent to a
search engine without asking.
10 years ago
David Rosca
caefbcfa02
Another fix for older GCC
...
Closes #1790
10 years ago
David Rosca
626bf8f4bb
Fix searching for strings with special whitespaces from locationbar
...
This fixes eg. search terms with double byte space.
Closes #1622
11 years ago
David Rosca
27f0f9afac
WebView: Don't try to load invalid one-word urls
...
And also save the host lookup in case of invalid url.
11 years ago
David Rosca
638c22486c
WebView: Use correct check if the host lookup succeeds
11 years ago
David Rosca
bcf50f9343
WebView: Better HANDLE_EVENT macro
11 years ago
David Rosca
a6a6b33b09
WebView: Another take on forwarding events
...
Closes #1747
11 years ago
David Rosca
58d895e272
WebView: Always update site icon, even when icon is null
11 years ago
David Rosca
e052bda768
Remove remaining hunspell code
11 years ago
David Rosca
8d312ad132
WebView: Accept drops with urls and open them
...
First dropped url is opened with current webview, the others are
opened in new tabs
11 years ago
David Rosca
387aee12c2
SiteInfo: Only show on non-internal pages
11 years ago
David Rosca
36031c46e6
WebView: Store input widget as QWidget and not QObject
11 years ago
David Rosca
1a068e8c7d
Use QWebEnginePage::RequestClose action to close tabs
...
It is no longer to use hacky onbeforeunload javascript handling when
closing tabs.
11 years ago
David Rosca
56e5237697
WebView: Don't save blank page / speed dial into view history
11 years ago
David Rosca
54f31237a5
Fix build
11 years ago
David Rosca
db058ff194
Remove use of QNetworkRequest in LoadRequest
11 years ago
David Rosca
3d8b09653f
WebView: Clear icon when icon url changes
11 years ago
David Rosca
949faa5856
Add support for HTML FullScreen
...
Esc is used to leave fullscreen
11 years ago
David Rosca
9cb66878ff
Port to Qt 5.6
11 years ago
David Rosca
102ee62d3d
WebView: Enable download link/image/media actions with Qt 5.6
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
6ac34f74c1
WebView: Fix loading favicons that are on different hosts than site
11 years ago
David Rosca
7f101700ca
WebView: Check for m_clickedUrl.isEmpty() in mouseReleaseEvent
11 years ago
David Rosca
4d5808d915
Bring back AutoScroll plugin
...
This time implemented in C++ and not with userscript. There
is also no support for scrolling inside frames.
11 years ago
David Rosca
75fe50ca48
Bring back MouseGestures plugin
11 years ago
David Rosca
800cc14dcd
Bring back support for searching one-word terms from locationbar
11 years ago
David Rosca
5f6cfdc62a
Remove WebView::guessUrlFromString and use QUrl::fromUserInput instead
...
This also fixes setting homepage and new tab urls in preferences.
Closes #1710
11 years ago
David Rosca
8e39135920
WebView: Clear m_clickedUrl and m_clickedPos in mousePressEvent
11 years ago
David Rosca
aab8f1ea75
WebView: Shift + Left click now opens link in new window
...
Also handle left clicking on links in mouse release and not click
11 years ago
David Rosca
5e0ca7fed8
Preferences: Bring back external download manager option
11 years ago
David Rosca
b24303c00b
WebView: Bring back media context menu
11 years ago
David Rosca
d10c47a825
WebView: Don't cache form data when adding create search engine action
11 years ago
David Rosca
6a2579a22c
Cleanups
...
Remove PAC proxy option as it is hardly to ever be supported
in QtWebEngine.
11 years ago
David Rosca
7050ffc9e6
SearchEngines: Bring back creating search engines from forms on page
11 years ago
David Rosca
1115d02b37
WebView: Hide not working actions in context menu
11 years ago
David Rosca
bfad9eb0aa
WebView: Bring back support for unbeforeunload when closing tab
11 years ago
David Rosca
9072cc65c6
WebView: Bring back context menu
11 years ago
David Rosca
4cb9beecc4
WebView: Opening links in tabs now honor user new tab settings
11 years ago
David Rosca
d4e09d8840
Hack to make input events work
11 years ago
David Rosca
94bac52e1f
Changed CookieManager, SiteInfo and Preferences to QWidget
...
For some reason, QzTools::setWmClass on SiteInfo resulted
in all webviews turning black.
11 years ago
David Rosca
daee137862
Cleanups in WebView
11 years ago