summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Use WebContentsViewQt::SetPageTitle for title change notificationsAndras Becsi2013-06-254-18/+7
* Deduplicate data in private view classesAndras Becsi2013-06-257-32/+72
* Extract QQuickWebContentsViewPrivate declaration into its own headerAndras Becsi2013-06-253-14/+65
* Adding some missing license headersSergio Ahumada2013-06-251-0/+41
* Fix build with ToTAndras Becsi2013-06-241-1/+1
* Fix the regression introduced by the previous build fix.Michael BrĂ¼ning2013-06-212-15/+4
* Fix build due to new pure virtuals in RenderWidgetHostView.Michael BrĂ¼ning2013-06-212-0/+11
* Use QStackedLayout instead of QVBoxLayout.Jocelyn Turcotte2013-06-191-4/+3
* Fix the build.Jocelyn Turcotte2013-06-191-0/+1
* Move RenderWidgetHostViewQt out of the content namespace.Jocelyn Turcotte2013-06-1910-29/+13
* Use Q_PRIVATE_SLOT for QWebContentsViewPrivate.Jocelyn Turcotte2013-06-193-8/+8
* Add missing license headers.Jocelyn Turcotte2013-06-194-0/+164
* Move API layer-only classes back from the shared static lib.Jocelyn Turcotte2013-06-1913-9/+1525
* Simplify the BackingStore handling.Jocelyn Turcotte2013-06-194-38/+18
* Allow the API class to provide the page widget rendering implementation.Jocelyn Turcotte2013-06-1910-25/+377
* Remove an unused member from WebContentsDelegateQt.Jocelyn Turcotte2013-06-194-7/+4
* Hide the p-impl pointer the same way as QObject to be able to use Q_D and Q_Q.Jocelyn Turcotte2013-06-195-27/+66
* define CONTENT_IMPLEMENTATION directly in the common .gypi filePierre Rossi2013-06-192-6/+0
* Disable the back/forward buttons when appropriate.Zeno Albisser2013-06-182-0/+12
* Use QQmlProperty::write instead of Binding item.Zeno Albisser2013-06-181-0/+2
* Add initial API layer for widgets.Zeno Albisser2013-06-187-12/+115
* Add initial API layer for QtQuick and connect the signals accordingly.Zeno Albisser2013-06-185-27/+115
* cleaner content margins for the nested layoutsPierre Rossi2013-06-181-0/+1
* Support QApplication command line argsPierre Rossi2013-06-141-6/+9
* Quick cleanup.Jocelyn Turcotte2013-06-127-98/+7
* Start simplifying WebContentsDelegateQtPierre Rossi2013-06-125-111/+33
* Don't depend on QApplication for cursorFlashTimePierre Rossi2013-06-121-2/+4
* Rename remaining references of blinq to QtWebEngine.Jocelyn Turcotte2013-06-112-7/+7
* Get rid of BlinqApplication.Jocelyn Turcotte2013-06-116-47/+85
* Use QUrl::fromUserInput in the QtQuick viewPierre Rossi2013-06-111-4/+1
* Add more missing license headersPierre Rossi2013-06-117-0/+287
* And shell is out !Pierre Rossi2013-06-1012-42/+434
* Cleanup unneeded global variables.Jocelyn Turcotte2013-06-104-27/+0
* Fix undefined symbols in debug builds.Jocelyn Turcotte2013-06-1017-2184/+9
* Replace Shell with WebContentsDelegateQt.Zeno Albisser2013-06-107-203/+266
* Make sure NativeViewQt constructors are being called on delete.Zeno Albisser2013-06-071-0/+1
* Call WebContents directly in API classes instead of delegating through ShellJocelyn Turcotte2013-06-062-8/+25
* Properly implement a QWidget and QtQuick APIJocelyn Turcotte2013-06-0610-306/+305
* Introduce BrowserMainPartsQt to prepare for Shell removal.Zeno Albisser2013-06-062-2/+69
* remove blinqpageZeno Albisser2013-06-063-196/+0
* Implement support for QtQuick2.Zeno Albisser2013-06-0513-124/+701
* Fix the build with ToT.Jocelyn Turcotte2013-06-051-1/+2
* Stop relying on ShellBrowserClientPierre Rossi2013-06-048-92/+223
* Add standard license boilerplateSimon Hausmann2013-05-3116-4/+578
* Integrate the event loop with QApplication.Jocelyn Turcotte2013-05-316-227/+252
* Update window titlePierre Rossi2013-05-311-0/+2
* Create the RasterWindowContainer in WebContentsViewQt.Zeno Albisser2013-05-312-6/+4
* Do not derive from ShellMainDelegate.Zeno Albisser2013-05-311-2/+2
* Remove Qt specific m_window member from Shell.Zeno Albisser2013-05-312-9/+10
* remove Gtk left overs.Zeno Albisser2013-05-313-44/+7