summaryrefslogtreecommitdiffstats
path: root/src/webenginewidgets
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.4' into devAndras Becsi2014-12-011-0/+6
|\
| * Doc: Fix issues related to example docsTopi Reinio2014-11-171-0/+6
* | Support TransferableResource::is_softwareJocelyn Turcotte2014-11-252-0/+6
* | Avoid relying on QOpenGL classes to handle RenderPassesJocelyn Turcotte2014-11-253-2/+17
* | 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-118-29/+35
|\|
| * Fix enum names of audio/video featuresAllan Sandfeld Jensen2014-11-073-19/+21
| * Make url handling consistent in widget and quick APIPeter Varga2014-10-282-5/+5
| * Add setting ErrorPageEnabledAndras Becsi2014-10-143-1/+5
| * Doc: Correct snippets for QWebEngineView API doc.Michael BrĂ¼ning2014-10-091-4/+4
* | Unglobalize browserContextAllan Sandfeld Jensen2014-11-062-0/+8
* | Implement acceptNavigationRequest for the widgets API.Andras Becsi2014-10-204-1/+51
|/
* Replace QStringLiteral with QLatin1String where appropriateKai Koehne2014-10-071-1/+1
* Doc: Fix issues in .qdocconf filesTopi Reinio2014-10-031-1/+1
* Doc: Use proper module name for Qt WebEngine WidgetsTopi Reinio2014-10-035-6/+12
* Import the Qt WebKit porting guide from the wikiJocelyn Turcotte2014-09-293-1/+295
* Various doc tweaksJocelyn Turcotte2014-09-293-20/+9
* Fix issues on HiDPI displaysAndras Becsi2014-09-241-2/+3
* Hide QWebEngineCallback from the docsPierre Rossi2014-09-185-7/+91
* Add widgets settings doc plus revive QWeb(Engine)View::settingsPierre Rossi2014-09-178-2/+246
* Remove unnecessary private header includesJocelyn Turcotte2014-09-111-1/+1
* 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-296-0/+219
* Update license headers.Pierre Rossi2014-08-282-28/+18
* [OSX] Buildfix: Classes used with templates must be fully qualified.Zeno Albisser2014-08-212-7/+5
* Update License Headers for Qt WebEngine to LGPLv3.Zeno Albisser2014-08-2112-194/+196
* Propagate the page's screen coordinates when the top-level window movedJocelyn Turcotte2014-08-204-10/+30
* 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-127-24/+408
* Ground work for Settings/PreferencesPierre Rossi2014-08-092-0/+26
* Use QSGEngine instead of the private QSGRenderContextJocelyn Turcotte2014-08-062-29/+25
* 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-044-15/+4
* Don't inherit from Qt private typesJocelyn Turcotte2014-08-046-11/+19
* Switch to the public QOpenGLWidget APILaszlo Agocs2014-08-022-1/+17
* Don't use QAuthenticator private APIJocelyn Turcotte2014-08-011-4/+2
* Fix tab focus in the widgets and QML webviewsJocelyn Turcotte2014-08-013-2/+9
* Add loadVisuallyCommitted signal to the experimental Quick APISzabolcs David2014-08-011-0/+1
* Add api to get the favicon URLAllan Sandfeld Jensen2014-07-306-1/+53
* Fix RenderWidgetHostViewQt::GetViewBoundsFrederik Gladhorn2014-07-142-0/+7
* Fix the indexOfChild function for the web documentFrederik Gladhorn2014-07-112-0/+8
* Fix duplicate document roleFrederik Gladhorn2014-07-111-1/+1