summaryrefslogtreecommitdiffstats
path: root/lib/widgets/Api
Commit message (Expand)AuthorAgeFilesLines
* Delegated renderer: enable by default for QQuickWebView.Jocelyn Turcotte2013-11-152-3/+3
* Mark functions with Q_DECL_OVERRIDE where necessary.Zeno Albisser2013-11-141-1/+1
* Move implemented properties aroundPierre Rossi2013-11-131-3/+3
* Remove the native window hardware acceleration support for widgets.Jocelyn Turcotte2013-11-131-1/+2
* Make RenderWidgetHostViewQtDelegate a pure interface.Jocelyn Turcotte2013-11-062-3/+3
* Implement QWebEnginePage::runJavaScriptPierre Rossi2013-11-042-3/+53
* Silence a warningPierre Rossi2013-10-292-2/+1
* 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-115-0/+104
* 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-252-3/+3
* Add Qt namespace macros QtWebEngine classes.Michael Brüning2013-09-1714-3/+54
* Implement sizeHint for widgets API.Michael Brüning2013-09-121-0/+2
* 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-207-85/+111
* Merge QWebEngineFrame into QWebEnginePage.Jocelyn Turcotte2013-08-202-219/+157
* Import QtWebKit public headers.Jocelyn Turcotte2013-08-2014-63/+1458
* Use QObject::d_ptr for public API classesJocelyn Turcotte2013-08-203-12/+11
* Change "Contents" to "Engine" in API class names.Jocelyn Turcotte2013-08-193-48/+48
* Move QWEBENGINEWIDGETS_EXPORT to qtwebkitwidgetsglobal.hJocelyn Turcotte2013-08-132-1/+57
* Delay the RWHVDelegate parenting until it's been attached to its RWHV.Jocelyn Turcotte2013-08-122-5/+2
* 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-022-3/+9
* Split out the Widgets and QtQuick integrationPierre Rossi2013-07-313-0/+293