summaryrefslogtreecommitdiffstats
path: root/lib/qquickwebcontentsview.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix linking of QtWebEngineProcessAndras Becsi2013-07-041-1/+0
* Deduplicate data in private view classesAndras Becsi2013-06-251-6/+0
* Extract QQuickWebContentsViewPrivate declaration into its own headerAndras Becsi2013-06-251-14/+1
* Move RenderWidgetHostViewQt out of the content namespace.Jocelyn Turcotte2013-06-191-2/+2
* Allow the API class to provide the page widget rendering implementation.Jocelyn Turcotte2013-06-191-10/+29
* Remove an unused member from WebContentsDelegateQt.Jocelyn Turcotte2013-06-191-1/+1
* Hide the p-impl pointer the same way as QObject to be able to use Q_D and Q_Q.Jocelyn Turcotte2013-06-191-4/+22
* define CONTENT_IMPLEMENTATION directly in the common .gypi filePierre Rossi2013-06-191-3/+0
* Use QQmlProperty::write instead of Binding item.Zeno Albisser2013-06-181-0/+2
* Add initial API layer for widgets.Zeno Albisser2013-06-181-1/+1
* Add initial API layer for QtQuick and connect the signals accordingly.Zeno Albisser2013-06-181-3/+45
* Quick cleanup.Jocelyn Turcotte2013-06-121-3/+1
* Start simplifying WebContentsDelegateQtPierre Rossi2013-06-121-2/+5
* Get rid of BlinqApplication.Jocelyn Turcotte2013-06-111-0/+10
* Use QUrl::fromUserInput in the QtQuick viewPierre Rossi2013-06-111-4/+1
* And shell is out !Pierre Rossi2013-06-101-2/+2
* Cleanup unneeded global variables.Jocelyn Turcotte2013-06-101-8/+0
* Replace Shell with WebContentsDelegateQt.Zeno Albisser2013-06-101-15/+12
* Call WebContents directly in API classes instead of delegating through ShellJocelyn Turcotte2013-06-061-4/+12
* Properly implement a QWidget and QtQuick APIJocelyn Turcotte2013-06-061-0/+114