Florian Bruhin
|
f0da508c21
|
Move searching out of WebView subclass
This also makes it work for QtWebEngine.
It also seems to fix #1050 though I'm not 100% sure why.
|
2016-07-12 16:29:50 +02:00 |
|
Florian Bruhin
|
cd4eff364a
|
Add printing to tab API
This fixes printing for QtWebKit, and hopefully will make printing to
PDF work with QtWebEngine with Qt >= 5.7
|
2016-07-12 12:54:11 +02:00 |
|
Florian Bruhin
|
f2c52f96a1
|
Fix _on_url_changed
|
2016-07-11 16:33:19 +02:00 |
|
Florian Bruhin
|
8b67d68d4a
|
Move qtutils.ensure_valid in WebView.openurl
|
2016-07-11 16:32:24 +02:00 |
|
Florian Bruhin
|
914f9db8ca
|
Actually connect _on_url_changed slot
|
2016-07-11 16:05:09 +02:00 |
|
Florian Bruhin
|
5d6eedcd49
|
Move URL/title handling to AbstractTab
|
2016-07-11 14:36:57 +02:00 |
|
Florian Bruhin
|
a470bfc3f3
|
Get rid of url_text_changed signal
Instead we simply use url_changed which (similar to Qt's urlChanged)
simply has a QUrl argument.
|
2016-07-11 14:28:51 +02:00 |
|
Florian Bruhin
|
e9d606a782
|
Move load_status / SSL errors to AbstractTab
|
2016-07-11 12:09:41 +02:00 |
|
Florian Bruhin
|
6ae232d8fc
|
Move 'progress' to AbstractTab
This makes load progress work with QtWebEngine.
|
2016-07-11 11:31:59 +02:00 |
|
Florian Bruhin
|
b791095324
|
Rename browser.tab module and classes
|
2016-07-10 17:27:02 +02:00 |
|