- 31 Jul, 2013 - 1 commit
-
-
Pierre Rossi authored
It's quite convenient when one wants to test if navigating works. Change-Id: I89404df3a9a878701180fdd5b5144b46b3f68df5 Reviewed-by:
Zeno Albisser <zeno.albisser@digia.com>
-
- 03 Jul, 2013 - 1 commit
-
-
Zeno Albisser authored
Use the same icons for the widgets and qtquick example. Remove the styling as it does not work on all platforms anyway. Change-Id: Iff59455689619ae45823eb835768d7c4fc75bd93 Reviewed-by:
Andras Becsi <andras.becsi@digia.com>
-
- 18 Jun, 2013 - 4 commits
-
-
Zeno Albisser authored
-
Pierre Rossi authored
-
Zeno Albisser authored
-
Pierre Rossi authored
also remove QQUICKWEBENGINE env var
-
- 17 Jun, 2013 - 1 commit
-
-
Pierre Rossi authored
Cleaner than deciding on startup with an env variable
-
- 12 Jun, 2013 - 1 commit
-
-
Jocelyn Turcotte authored
-
- 06 Jun, 2013 - 1 commit
-
-
Jocelyn Turcotte authored
This layers things properly to be able to implement the UI in the example application instead of directly in shell_qt.cpp. This is still using global variables to allow the Shell platform code to do callbacks to the API classes. This should go away once we properly implemented a WebContentsDelegate.
-
- 05 Jun, 2013 - 1 commit
-
-
Zeno Albisser authored
The current preliminary implementation uses the QQuickPaintedItem. The RasterWindow is being replaced by an abstract NativeViewQt class, which can be instantiated as QWidgetNativeView or QQuickNativeView. The NativeViewContainerQt builds a wrapper around an instance of these classes and serves as a common api towards chromium. Due to the current design where the view is being created by the shell, we introduce a browser_window.qml which provides a very basic browser UI. The content is then being injected into an item within that browser window. Just executing the example the "regular" way will launch the Widgets example. To launch the QtQuick2 example, the environment variable QQUICKWEBENGINE must be defined.
-
- 31 May, 2013 - 1 commit
-
-
Simon Hausmann authored
-
- 15 May, 2013 - 1 commit
-
-
Zeno Albisser authored
-