summaryrefslogtreecommitdiffstats
path: root/lib/widgets
Commit message (Expand)AuthorAgeFilesLines
* Remove the need for application to set an RPATH.Jocelyn Turcotte2013-11-181-1/+1
* Delegated renderer: enable by default for QQuickWebView.Jocelyn Turcotte2013-11-152-3/+3
* Mark functions with Q_DECL_OVERRIDE where necessary.Zeno Albisser2013-11-142-15/+15
* Move implemented properties aroundPierre Rossi2013-11-131-3/+3
* Remove the native window hardware acceleration support for widgets.Jocelyn Turcotte2013-11-133-20/+6
* Make RenderWidgetHostViewQtDelegate a pure interface.Jocelyn Turcotte2013-11-064-10/+14
* Implement QWebEnginePage::runJavaScriptPierre Rossi2013-11-042-3/+53
* Implement popup dialogMary Wu2013-10-292-0/+9
* Silence a warningPierre Rossi2013-10-292-2/+1
* Implement inputMethodQueryAndras Becsi2013-10-252-0/+18
* Pass popup geometry along for new window creationPierre Rossi2013-10-242-2/+4
* Add windowCloseRequested() supportPierre Rossi2013-10-242-0/+7
* Add javascript dialogs supportPierre Rossi2013-10-173-3/+42
* Add preliminary context menu supportPierre Rossi2013-10-116-0/+106
* Add loadProgress APIArvid Nilsson2013-10-043-0/+8
* Quick: Add Favicon APIArvid Nilsson2013-10-032-0/+6
* Widgets: implement zoomFactorPierre Rossi2013-10-012-0/+23
* Use an enum at creation to initialize the compositing mode.Jocelyn Turcotte2013-09-254-6/+7
* Add Qt namespace macros QtWebEngine classes.Michael Brüning2013-09-1715-3/+57
* Implement sizeHint for widgets API.Michael Brüning2013-09-121-0/+2
* Fix rendering on Retina displaysAndras Becsi2013-09-022-1/+10
* Implement window creation through QWebEnginePage::createWindow.Jocelyn Turcotte2013-09-025-3/+35
* Ref-count WebContentsAdapter.Jocelyn Turcotte2013-08-291-2/+2
* Implement the basic parts of QWebEngineHistory.Jocelyn Turcotte2013-08-205-2/+241
* Use the WebContentsAdapter directly in QWebEngineHistory.Jocelyn Turcotte2013-08-204-16/+11
* Implement QWebEnginePage::action for basic navigation.Jocelyn Turcotte2013-08-204-43/+149
* Implement QWebEngineView/Page::url/setUrl.Jocelyn Turcotte2013-08-202-0/+21
* Implement QWebEngineView::title and QWebEnginePage::title.Jocelyn Turcotte2013-08-202-5/+16
* Move the WebContentsAdapter to QWebEnginePage.Jocelyn Turcotte2013-08-208-88/+116
* Merge QWebEngineFrame into QWebEnginePage.Jocelyn Turcotte2013-08-202-219/+157
* Import QtWebKit public headers.Jocelyn Turcotte2013-08-2015-63/+1462
* Use QObject::d_ptr for public API classesJocelyn Turcotte2013-08-204-12/+12
* Change "Contents" to "Engine" in API class names.Jocelyn Turcotte2013-08-195-54/+54
* Move QWEBENGINEWIDGETS_EXPORT to qtwebkitwidgetsglobal.hJocelyn Turcotte2013-08-133-1/+58
* Delay the RWHVDelegate parenting until it's been attached to its RWHV.Jocelyn Turcotte2013-08-125-6/+13
* Avoid keeping a RWHVDelegate pointer in WebContentsViewQt.Jocelyn Turcotte2013-08-122-0/+7
* Implement more detailed load information handling.Michael Brüning2013-08-022-2/+8
* Don't pass the RWHV to the AdapterClientPierre Rossi2013-08-024-3/+15
* Handle basic cursor changes.Jocelyn Turcotte2013-08-012-0/+6
* Forward mouse hover events to the page.Jocelyn Turcotte2013-08-011-0/+1
* Enable accelerated composition with QtWidgets view for testing.Jocelyn Turcotte2013-08-011-0/+16
* Split out the Widgets and QtQuick integrationPierre Rossi2013-07-316-0/+513