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
David Rosca
f0408e9c13
Bring back SiteInfo
...
Security and Databases tabs are removed. Image previews only
works for local images.
11 years ago
David Rosca
67b5a5337b
Another cleanups
...
Includes enabling again SpeedDial integration in Bookmarks
star icon in locationbar.
11 years ago
David Rosca
fc85caff57
Add QWebPage::view() that returns WebView *
11 years ago
David Rosca
7e1a0d7720
Another cleanups
11 years ago
David Rosca
496c46d067
Fix saving & restoring tabs with urls hidden in locationbar
...
That is eg. qupzilla:speeddial
11 years ago
David Rosca
ff28f1f211
Another cleanup
...
- bring back support for Speed Dial Ctrl shortcuts
- bring back support for one key shortcuts
11 years ago
David Rosca
b53bf49f75
Old code cleanup
11 years ago
David Rosca
e83734069b
Bring back support for sending POST data
...
This fixes searching with engines that use POST method
11 years ago
David Rosca
eec26c9af4
Bring back support for web inspector
...
QtWebEngine only supports remote web inspector, so this
starts it on port 33417.
11 years ago
David Rosca
1756c51546
Remove remaining RSS code
11 years ago
David Rosca
869e1ff758
Fix QWebChannel connection after restoring history
11 years ago