summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Bump versionv5.5.15.5Christian Strømme2015-08-181-1/+1
* iOS: Enable zooming of web content.Christian Strømme2015-06-241-1/+1
* Fix typo in QQuickViewControllerChristian Strømme2015-06-221-6/+6
* Import qml tests from WebEngineChristian Strømme2015-06-2215-0/+744
* Fix item listenerChristian Strømme2015-06-221-1/+5
* Android: Make sure we send a load request update when we start loading.Christian Strømme2015-06-221-0/+3
* Android: Fix load request state tracking.Christian Strømme2015-06-221-15/+22
* Add revison to the loading propertyChristian Strømme2015-06-221-1/+1
* Reset progress to 0 when loading fails.Christian Strømme2015-06-221-0/+3
* Added a macro to conveniently check and skip tests on Android.Christian Strømme2015-06-221-0/+10
* Initialize the progress value to 0 on creation.Christian Strømme2015-06-222-4/+5
* Remove inclusion of internal only module in the WebView auto test.Christian Strømme2015-06-221-1/+1
* Android: Add protection against deadlocking and/or triggering ANR.Christian Strømme2015-06-151-4/+11
* Doc: Updated the example screenshotVenugopal Shivashankar2015-06-093-1/+1
* Fix crash on destruction of QWebView instances.v5.5.0Christian Strømme2015-06-035-10/+13
* Re-introduce the default WebView implementation.Christian Strømme2015-05-274-69/+12
* Hide the WebView when the scene is invalidated.Christian Strømme2015-05-222-0/+12
* Doc: Remove comment about supported platforms.Topi Reinio2015-05-201-2/+0
* Bump the qml revision number.Christian Strømme2015-05-063-21/+49
* Fix linking on msvc2013Christian Strømme2015-05-061-3/+6
* Move webengine details to the qml plugin.Christian Strømme2015-05-052-23/+14
* Clean-up webview-lib.priChristian Strømme2015-05-051-5/+0
* OS X: Fix header name.Christian Strømme2015-05-051-1/+1
* Doc: Remove the line that list supported platforms.Christian Strømme2015-04-271-2/+0
* Make the geometryChanged() function protected.Christian Strømme2015-04-241-2/+1
* Android: Fix setting geometry and clip rect.Christian Strømme2015-04-242-2/+55
* Update the geometry of the native view when the scene changes.Christian Strømme2015-04-2411-3/+50
* Fix include in qquickwebviewloadrequest.hChristian Strømme2015-04-241-1/+1
* Add item change listenerChristian Strømme2015-04-153-1/+122
* Fix the geometry source in QQuickViewController.Christian Strømme2015-03-311-2/+1
* Fix visible property set incorrecly on iOSJacek Całusiński2015-03-141-1/+1
* Fix license headersSergio Ahumada2015-03-026-36/+36
* Return progress, title and url from the cached values in QWebView.Christian Strømme2015-02-241-6/+3
* Merge remote-tracking branch 'origin/5.4' into devChristian Strømme2015-02-186-38/+41
|\
| * Update FDL headersChristian Strømme2015-02-176-38/+41
* | Update license headers.Christian Strømme2015-02-174-32/+32
* | Merge remote-tracking branch 'origin/5.4' into devChristian Strømme2015-02-1525-116/+1193
|\|
| * Fix license headersChristian Strømme2015-02-1517-86/+86
| * iOS: Fix url handling on iOS.Christian S2015-02-102-7/+5
| * Update license headers and add new licenses.Christian Strømme2015-02-1021-36/+951
| * Example: Made a few cosmetic changesVenugopal Shivashankar2015-02-099-4/+164
* | Add common property checks in QWebView.Christian Strømme2015-02-126-17/+61
* | OS X Implementation.Morten Johan Sørvig2015-02-127-5/+361
* | Add loadRequest item and necessary classes to enable status reporting.Christian Strømme2015-02-1016-17/+476
* | Android: Fix isLoading() and progress tracking.Christian Strømme2015-02-102-16/+32
* | Be consistent with the signal & slot syntaxChristian Strømme2015-02-091-5/+5
* | Add loadHtml() function on Android and iOS.Christian Strømme2015-02-0911-0/+77
* | Add runJavaScript() on Android and iOS.Christian Strømme2015-02-0913-1/+244
* | Fix auto tests on desktopChristian Strømme2015-02-091-0/+7
* | Refactor QWebView code.Christian Strømme2015-02-0918-613/+948