| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Reviewed-by: Andreas Kling
|
| |
|
|
|
|
|
|
|
|
|
| |
Flickable steals the grab, but the timer was not stopped and the
keepGrab flag is set and the mouse grabbed. This means that the WebView
now has the grab and subsequent clicks on another element are ignored.
Task-number: QTBUG-15529
Reviewed-by: Joona Petrell
|
|
|
|
|
|
|
|
|
|
| |
If QDeclarativeWebView was instantiated twice
an assert was triggered by QWebSettings::enablePersistentStorage();
This patch is crtical for tooling (Bauhaus)
Task-number: QTBUG-14278
Reviewed-by: Aaron Kennedy
|
|\ |
|
| |
| |
| |
| |
| | |
Task-number: QTBUG-13342
Reviewed-by: Michael Brasser
|
| | |
|
|/ |
|
|
|
|
| |
...and a set of functional group pages.
|
|
|
|
| |
Reviewed-by: Trust Me
|
|
|
|
|
| |
Task: QTBUG-11396
RevBy: Simon Hausmann
|
| |
|
|
|
|
|
| |
Reviewed-by: Alessandro Portale <alessandro.portale@nokia.com>
Reviewed-by: Janne Koskinen <janne.p.koskinen@digia.com>
|
|
|
|
|
|
| |
* Build fixes for package builds
* Fix build with QT_NO_COMBOBOX
* Upstream David's doc fix
|
|
|
|
|
|
|
|
| |
Integrated changes:
|| <https://webkit.org/b/40714> || [Qt] Compilation in QWebPagePrivate::timerEvent with clang ||
|| <https://webkit.org/b/40717> || [Qt] Bridge documentation: some snippets have the wrong indentation ||
|| <https://webkit.org/b/40662> || [Qt] Avoid truncation of zoom factor in QWebFrame's print function. ||
|
|
|
|
| |
Doc fixes from Alexis :)
|
|
|
|
|
|
| |
Doc and build fixes:
http://trac.webkit.org/changeset/61400
|
|
|
|
| |
* Build fixes from the trunk
|
|
Integrated:
|| <https://webkit.org/b/40050> || [Qt] Upstream the WebKit QML integration plugin ||
|