summaryrefslogtreecommitdiffstats
path: root/lib/quick
Commit message (Expand)AuthorAgeFilesLines
* Add a WebEngine.experimental QtQuick plugin library.Jocelyn Turcotte2013-11-186-0/+127
* Add an intermediate Qt5WebEngine module library.Jocelyn Turcotte2013-11-188-8/+149
* Remove the need for application to set an RPATH.Jocelyn Turcotte2013-11-181-1/+1
* Add some QQuickWebView graphics stack tests.Jocelyn Turcotte2013-11-152-2/+11
* Delegated renderer: enable by default for QQuickWebView.Jocelyn Turcotte2013-11-152-4/+4
* Delegated renderer: Fix remaining synchronization issues.Jocelyn Turcotte2013-11-152-26/+0
* Mark functions with Q_DECL_OVERRIDE where necessary.Zeno Albisser2013-11-142-19/+19
* Delegated renderer: Put textures on those quads.Jocelyn Turcotte2013-11-112-0/+24
* Make RenderWidgetHostViewQtDelegate a pure interface.Jocelyn Turcotte2013-11-064-27/+30
* QtWebEngine Dev Tools (Web Inspector)Chris Hutten-Czapski2013-10-293-0/+18
* Implement popup dialogMary Wu2013-10-291-0/+9
* Implement inputMethodQueryAndras Becsi2013-10-251-0/+17
* Pass popup geometry along for new window creationPierre Rossi2013-10-242-2/+2
* Add windowCloseRequested() supportPierre Rossi2013-10-242-0/+6
* Add javascript dialogs supportPierre Rossi2013-10-171-0/+1
* Render delegated renderer frames using the Qt scene graph.Jocelyn Turcotte2013-10-143-14/+49
* Add preliminary context menu supportPierre Rossi2013-10-111-0/+1
* We should still be able to build with Qt 5.1 for the time being.Andras Becsi2013-10-071-0/+3
* Remove v8-private private dependencyPierre Rossi2013-10-041-1/+1
* Add loadProgress APIArvid Nilsson2013-10-043-0/+19
* Quick: Add Favicon APIArvid Nilsson2013-10-033-0/+18
* Ground work for splitting RenderWidgetHostViewQtDelegateQuick.Jocelyn Turcotte2013-09-274-168/+141
* Use an enum at creation to initialize the compositing mode.Jocelyn Turcotte2013-09-252-2/+2
* Add Qt namespace macros QtWebEngine classes.Michael BrĂ¼ning2013-09-174-2/+16
* Fix rendering on Retina displaysAndras Becsi2013-09-022-1/+7
* Implement window creation through QWebEnginePage::createWindow.Jocelyn Turcotte2013-09-022-1/+10
* Ref-count WebContentsAdapter.Jocelyn Turcotte2013-08-291-2/+2
* Implement the basic parts of QWebEngineHistory.Jocelyn Turcotte2013-08-201-2/+2
* Use QObject::d_ptr for public API classesJocelyn Turcotte2013-08-204-9/+6
* Change "Contents" to "Engine" in API class names.Jocelyn Turcotte2013-08-196-66/+66
* Delay the RWHVDelegate parenting until it's been attached to its RWHV.Jocelyn Turcotte2013-08-124-5/+12
* Avoid keeping a RWHVDelegate pointer in WebContentsViewQt.Jocelyn Turcotte2013-08-122-0/+7
* Implement more detailed load information handling.Michael BrĂ¼ning2013-08-022-0/+8
* Don't pass the RWHV to the AdapterClientPierre Rossi2013-08-024-4/+16
* Handle basic cursor changes.Jocelyn Turcotte2013-08-012-0/+6
* Forward mouse hover events to the page.Jocelyn Turcotte2013-08-012-0/+7
* Enable accelerated composition with QtWidgets view for testing.Jocelyn Turcotte2013-08-011-1/+4
* Split out the Widgets and QtQuick integrationPierre Rossi2013-07-318-0/+680