summaryrefslogtreecommitdiffstats
path: root/src/webenginewidgets/api
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headersJani Heikkinen2015-02-1621-135/+135
* Add QWebChannel setter and getter to QWebEnginePagePierre Rossi2015-02-132-0/+35
* Reverse the logic for download cancellationAndras Becsi2015-02-061-2/+2
* Add settings to WebEngineProfilesAllan Sandfeld Jensen2015-02-057-145/+68
* Propagate unhandled key events to the QtWebEngine view's parentJocelyn Turcotte2015-02-052-0/+7
* Fix widgets download state updateAndras Becsi2015-02-022-1/+2
* Add widgets download APIAndras Becsi2015-02-026-2/+577
* Add Qt WebEngine Quick API for allowing certificate errorsPaulo Pinheiro2015-02-022-2/+2
* Document geolocation featureAllan Sandfeld Jensen2015-01-281-1/+1
* Enable building Qt WebEngine without accessiblity enabled.Michael BrĂ¼ning2015-01-235-2/+14
* Introduce ASSERT_ENUMS_MATCH macroPierre Rossi2015-01-222-12/+12
* Widgets: Implement mouse lock permission APISzabolcs David2015-01-163-1/+15
* Merge "Merge remote-tracking branch 'origin/5.4' into dev" into refs/staging/devFrederik Gladhorn2015-01-141-0/+33
|\
| * Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-01-021-0/+33
| |\
| | * Add class and enum documentation to QWebEngineCertificateErrorAllan Sandfeld Jensen2014-12-031-0/+33
* | | API for controlling tracking of visited linksAllan Sandfeld Jensen2015-01-082-0/+37
|/ /
* | Introduce QWebEngineProfile APIAllan Sandfeld Jensen2014-12-126-5/+525
* | Wire the geolocation API to QtPositioningPierre Rossi2014-11-242-0/+13
* | Use Q_GLOBAL_STATIC instead of local statics for singletonsAndras Becsi2014-11-203-16/+21
* | Merge remote-tracking branch 'origin/5.4' into devAllan Sandfeld Jensen2014-11-115-20/+27
|\|
| * Fix enum names of audio/video featuresAllan Sandfeld Jensen2014-11-072-14/+18
| * Make url handling consistent in widget and quick APIPeter Varga2014-10-282-5/+5
| * Add setting ErrorPageEnabledAndras Becsi2014-10-142-1/+4
* | Unglobalize browserContextAllan Sandfeld Jensen2014-11-062-0/+8
* | Implement acceptNavigationRequest for the widgets API.Andras Becsi2014-10-203-1/+27
|/
* Hide QWebEngineCallback from the docsPierre Rossi2014-09-182-0/+19
* Add widgets settings doc plus revive QWeb(Engine)View::settingsPierre Rossi2014-09-174-2/+26
* Fix url stored in LoadRequestPeter Varga2014-09-052-4/+5
* Don't forward loading of error pages to the API layerPierre Rossi2014-09-022-2/+6
* Add Qt WebEngine Widgets API for allowing certificate errorsAllan Sandfeld Jensen2014-08-295-0/+217
* Update license headers.Pierre Rossi2014-08-282-28/+18
* Update License Headers for Qt WebEngine to LGPLv3.Zeno Albisser2014-08-2110-164/+176
* Propagate the page's screen coordinates when the top-level window movedJocelyn Turcotte2014-08-202-6/+0
* Add iconUrl() to QWebEngineHistoryItemAllan Sandfeld Jensen2014-08-192-0/+7
* Remove unsupport DeveloperExtrasEnabled settingAllan Sandfeld Jensen2014-08-191-1/+0
* Add missing include to qwebenginesettings.hAllan Sandfeld Jensen2014-08-181-0/+1
* Use Q_DECLARE_PRIVATE to wrap the p-impl in QWebEngineSettingsJocelyn Turcotte2014-08-153-10/+20
* Fix a crash in WebEngineSettings when opening a new windowJocelyn Turcotte2014-08-154-17/+7
* Fix unused parameter warnings in qwebenginepage_p.hJocelyn Turcotte2014-08-151-1/+1
* Widgets settings implementationPierre Rossi2014-08-126-24/+405
* Ground work for Settings/PreferencesPierre Rossi2014-08-092-0/+26
* Add QQuick API for intercepting navigation requestsAndras Becsi2014-08-061-0/+1
* s/QWebEngine/QtWebEngine/gPierre Rossi2014-08-041-1/+4
* Do away without QWebEngineWidgets::initializePierre Rossi2014-08-042-7/+4
* Don't inherit from Qt private typesJocelyn Turcotte2014-08-046-11/+19
* Don't use QAuthenticator private APIJocelyn Turcotte2014-08-011-4/+2
* Fix tab focus in the widgets and QML webviewsJocelyn Turcotte2014-08-012-1/+7
* Add loadVisuallyCommitted signal to the experimental Quick APISzabolcs David2014-08-011-0/+1
* Add api to get the favicon URLAllan Sandfeld Jensen2014-07-304-1/+21
* Fix the indexOfChild function for the web documentFrederik Gladhorn2014-07-112-0/+8