summaryrefslogtreecommitdiffstats
path: root/src/webenginewidgets
Commit message (Expand)AuthorAgeFilesLines
* 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
* Widget based accessibility glue codeFrederik Gladhorn2014-07-103-0/+40
* Add core accessibilityFrederik Gladhorn2014-07-092-0/+6
* Fix the build with recent qtbaseAndras Becsi2014-07-071-0/+2
* Remove stray semicolonsFrederik Gladhorn2014-07-071-3/+3
* Add missing header file to .proFrederik Gladhorn2014-07-071-0/+1
* OS X: Fix the build with the Qt SDKAndras Becsi2014-06-271-1/+1
* Avoid black flashes when showing a new QWebEngineViewJocelyn Turcotte2014-05-281-1/+1
* Fix some more documentation.Michael Brüning2014-05-194-110/+132
* [Widgets] Tooltip word wrap fixupPierre Rossi2014-05-161-1/+6
* Remove the webpage snippet for now.Michael Brüning2014-05-163-115/+0
* Add linkHovered support for Widgets APISzabolcs David2014-05-153-1/+8
* Remove the xPath argument from runJavaScriptJocelyn Turcotte2014-05-122-6/+6
* Fix up some more documentation.Michael Brüning2014-05-124-158/+95
* Append MessageLevel postfix to the JavaScriptConsoleMessageLevel.Michael Brüning2014-05-121-3/+3
* Fix double clicks needing three presses in QWebEngineViewJocelyn Turcotte2014-05-081-1/+14
* Add test_baseUrlAfterLoadHtml QML test caseSzabolcs David2014-05-081-1/+1
* Properly cleanup the old page when attaching a new oneJocelyn Turcotte2014-05-072-0/+8
* Add linkHovered signal to the QQuickWebEngineViewSzabolcs David2014-05-051-0/+1
* WebRTC Widgets APIPierre Rossi2014-04-293-1/+61
* Add WebRTC supportPierre Rossi2014-04-291-0/+1
* Add a way of using UI dialogs for authorizationPierre Rossi2014-04-291-0/+3
* Cleanup the QtWebEngineWidgets public headers and APIJocelyn Turcotte2014-04-1518-3404/+8
* Replace uses of QWebEngineFrame with a security origin URLJocelyn Turcotte2014-04-153-18/+18
* Update QWebEnginePage::WebWindowTypeJocelyn Turcotte2014-04-153-4/+21
* Fix how NewPopupDisposition is exposed in QQuickWebEngineViewJocelyn Turcotte2014-04-152-2/+3
* Map Javascript console message level to enum values.Michael Brüning2014-04-143-5/+12
* First iteration of adujsting widgets docs and snipperts.Michael Brüning2014-04-104-26/+18
* Fix an false positive assertion with context menuPierre Rossi2014-04-101-0/+3
* Widgets: Fix a crash on shutdownJocelyn Turcotte2014-04-092-2/+3