summaryrefslogtreecommitdiff
path: root/lib/qwebcontentsview.cpp
Commit message (Expand)AuthorAgeFilesLines
* Split out the Widgets and QtQuick integrationPierre Rossi2013-07-311-164/+0
* Fix linking of QtWebEngineProcessAndras Becsi2013-07-041-1/+0
* Deduplicate data in private view classesAndras Becsi2013-06-251-7/+1
* Use QStackedLayout instead of QVBoxLayout.Jocelyn Turcotte2013-06-191-4/+3
* Move RenderWidgetHostViewQt out of the content namespace.Jocelyn Turcotte2013-06-191-1/+1
* Use Q_PRIVATE_SLOT for QWebContentsViewPrivate.Jocelyn Turcotte2013-06-191-2/+4
* Allow the API class to provide the page widget rendering implementation.Jocelyn Turcotte2013-06-191-6/+15
* 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/+33
* define CONTENT_IMPLEMENTATION directly in the common .gypi filePierre Rossi2013-06-191-3/+0
* Disable the back/forward buttons when appropriate.Zeno Albisser2013-06-181-0/+10
* Add initial API layer for widgets.Zeno Albisser2013-06-181-7/+18
* Add initial API layer for QtQuick and connect the signals accordingly.Zeno Albisser2013-06-181-1/+1
* cleaner content margins for the nested layoutsPierre Rossi2013-06-181-0/+1
* Quick cleanup.Jocelyn Turcotte2013-06-121-4/+1
* Start simplifying WebContentsDelegateQtPierre Rossi2013-06-121-1/+8
* Get rid of BlinqApplication.Jocelyn Turcotte2013-06-111-0/+4
* And shell is out !Pierre Rossi2013-06-101-2/+2
* Cleanup unneeded global variables.Jocelyn Turcotte2013-06-101-7/+0
* Replace Shell with WebContentsDelegateQt.Zeno Albisser2013-06-101-15/+11
* Call WebContents directly in API classes instead of delegating through ShellJocelyn Turcotte2013-06-061-4/+13
* Properly implement a QWidget and QtQuick APIJocelyn Turcotte2013-06-061-0/+107