David Rosca
|
087c98343e
|
Remove compatibility code with Qt older than 5.9
|
8 years ago |
David Rosca
|
40d42f1230
|
LoadRequest: Replace isEmpty with isValid
Also test for QUrl being valid, not just not empty
|
9 years ago |
David Rosca
|
d00e769749
|
Initial rename to Falkon
|
9 years ago |
David Rosca
|
f0b8ac2daa
|
Use QWebEngineHttpRequest with Qt 5.9
|
9 years ago |
David Rosca
|
db058ff194
|
Remove use of QNetworkRequest in LoadRequest
|
11 years ago |
David Rosca
|
b9d5851ef5
|
Renamed src/webkit -> src/webengine
|
11 years ago |
David Rosca
|
b75e8a8451
|
Actually, this is much better solution to previous commit.
|
11 years ago |
David Rosca
|
7384ed2685
|
Fix searching for strings with non-ascii characters from locationbar
Closes #1587
|
11 years ago |
David Rosca
|
9502810404
|
[UrlLoading] Make sure to correctly load one-word hosts without dot
One-word hosts without the dot may be valid url. So let's try to load
it first before using a websearch.
Closes #1317
|
12 years ago |
nowrep
|
7f3d8ee786
|
[Cleanup] Split src/lib/webview into tabwidget, webkit and webtab folders
|
12 years ago |
nowrep
|
e36697eedf
|
[SearchEngines] Support for loading POST engines from LocationBar
Added new class LoadRequest, that holds network request with its
operation type and POST data.
|
12 years ago |