David Rosca
b9d5851ef5
Renamed src/webkit -> src/webengine
11 years ago
David Rosca
406f522c61
WebPage: Implement certificateError
11 years ago
David Rosca
b30b25b254
WebPage: Implement chooseFiles
11 years ago
David Rosca
431610215d
AdBlock: Bring back domain specific element hiding rules
11 years ago
David Rosca
b83c845bab
PluginInterface: Replace createRequest with acceptNavigationRequest
11 years ago
David Rosca
278b725571
Bring back support for downloading files
...
All files are now automatically downloaded to the specified
directory. Due to QtWebEngine API changes, it is not possible
to ask user where to save the file.
11 years ago
David Rosca
6da67fc53d
Correctly create off-the-record profile for private browsing
11 years ago
David Rosca
f90a40836c
PopupWindows: Port to QtWebEngine
...
It now correctly detects when to open tabs and when to open
popup windows.
Support for opening new browser windows is not yet implemented.
11 years ago
David Rosca
286c714593
WebPage: Bring back windowCloseRequested support
11 years ago
David Rosca
014d0d50ab
WebPage: Port feature permission notifications to QtWebEngine
...
Currently there are missing icons for new permission types
11 years ago
David Rosca
60b2386a6e
Initial port to QtWebEngine
...
This is first quick port to QtWebEngine, most of advanced features
are not working yet. Please read README.
For now, it will use separate profile directory as well as browser
session, that means you can use both QtWebEngine and QtWebKit versions
at the same time.
11 years ago
S. Razi Alavizadeh
9591754027
WebPage: Download unsupported content from FTP protocol.
11 years ago
David Rosca
5cf4d0d6e0
AdBlock: Use display:block when hiding blocked iframes
...
visibility:hidden leaves empty space in page
11 years ago
David Rosca
a750858ed7
AdBlock: Fix hiding iframes that have completely blocked contents
...
Closes #1552
11 years ago
David Rosca
35b2fb22b4
Remove unnecessary qDebugs
12 years ago
David Rosca
2730fd4b4a
AutoFill: Fix completing forms after recent change
...
Fix regression from 3360a531f1
12 years ago
David Rosca
3360a531f1
AutoFill: Rewrite AutoFill to complete each frame separately
...
Fixes crash from #1417
12 years ago
David Rosca
def26ad391
[WebPage] Fix searching for non-ascii one line term from addressbar
...
The search term (in url) needs to be decoded from punycode.
Closes #1396
12 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
Mladen Pejaković
ce7ea04f4a
Language strings fixes. Closes #1318 #1329 #1337
12 years ago
nowrep
5c2c90ae6d
[WebTab] More cleanup in detach/attach code.
...
TabbedWebView can now be used with null BrowserWindow pointer.
12 years ago
nowrep
84f117e68e
[AutoScroll] Fixed AutoScroll plugin after recent commits
...
Use WebView::overlayWidget for showing widgets over WebView
12 years ago
nowrep
7f3d8ee786
[Cleanup] Split src/lib/webview into tabwidget, webkit and webtab folders
12 years ago
nowrep
fe0b03fdb7
Include QDebug in qzcommon.h
...
It's annoying to always include it just to remove a moment after...
12 years ago
nowrep
bd0cc0e121
[Crash] Fixed crash after closing some tabs (eg. GMail)
...
QWebPage::networkAccessManager should be cleared in destructor, to avoid
using it after it was already deleted
This is regression from recent commits
12 years ago
nowrep
d2528417d1
[CodeCleanup] Removed all disconnectObjects() methods
...
I don't think we need this hack anymore.
12 years ago
nowrep
2e9ce1ba90
[CodeCleanup] Major cleanup in MainApplication class
12 years ago
nowrep
edbb87bd1f
[CodeCleanup] IconProvider now have static methods for getting icons
12 years ago
nowrep
82ca226127
[Code] Use QTime::elapsed() for timing
12 years ago
nowrep
404fa68a1b
[Cleanup] Renamed QupZilla class to BrowserWindow
12 years ago
nowrep
1a5fc6a1a1
[ExternalJsObject] Add window.external Js object to all pages
...
SpeedDial is now available with external.speeddial
12 years ago
nowrep
260447e414
[coverity] Fixes for issues found by scan.coverity.com
12 years ago
nowrep
d5ea5342cf
[SBI_JsIcon] Fix after 36724df3a6
...
Closes #1174
12 years ago
nowrep
36724df3a6
[QupZillaPages] Always enable JavaScript for qupzilla: pages
...
Closes #1150
12 years ago
Jonathan Hooverman
d917f43cf0
Updated copyright year to 2014
12 years ago
nowrep
da15e5868d
[CodingStyle] Don't use references when assigning to local variable
...
Let the compiler do the optimization
12 years ago
nowrep
3d4da9e4ea
[FileDialogs] Remember last path in all dialogs
...
Closes #1075
12 years ago
nowrep
136452ad2a
Properly test for USE_QTWEBKIT_2_2 define
13 years ago
nowrep
bd315afe9e
[AutoFill] Rewritten password management to support multiple backends.
13 years ago
nowrep
16d5917d43
[Code] Make it possible to move TabbedWebView to other window.
13 years ago
nowrep
1b617068b2
[AdBlock] Fixed hiding rules when more than 5000 rules in subscription.
...
Closes #873
13 years ago
nowrep
c073ce0094
Make it possible for plugins to reimplement mailto scheme.
13 years ago
nowrep
90c285c1ac
Added function to return focused element on page.
...
WebView/WebPage::activeElement
13 years ago
nowrep
7c57588738
Cancel upload when trying to upload non-readable files.
13 years ago
nowrep
67dbddedfe
[FileWatcher] Delay emition of file/dir changed signal.
...
Fixes reloading files edited by eg. vim.
13 years ago
nowrep
5f5cf7417d
[Code] Updated coding style with patched Astyle + normalized signals.
...
Code was formatted with patched astyle that correctly formats
foreach macro.
Normalize tool is now used to normalize all signal/slots signatures
to normalized format. It saves few reallocations on connections.
13 years ago
nowrep
d885444501
[Code] Use QVector instead of QList for elements bigger than pointer.
13 years ago
nowrep
f3c7f5a3ba
[Qt5] Fixed failing FormCompleter tests.
13 years ago
nowrep
67d6d380cd
[AutoFill] Added password icon into locationbar to choose username.
...
Closes #735
13 years ago
nowrep
3b648397b0
[code] Added checks before using QWebPage::view().
13 years ago