Merge lp:~abreu-alexandre/ubuntu-html5-theme/port-to-oxide into lp:ubuntu-html5-theme

Proposed by Alexandre Abreu
Status: Superseded
Proposed branch: lp:~abreu-alexandre/ubuntu-html5-theme/port-to-oxide
Merge into: lp:ubuntu-html5-theme
Diff against target: 63 lines (+6/-8)
2 files modified
debian/control (+5/-6)
tests/autopilot/tools/qml/webview.qml (+1/-2)
To merge this branch: bzr merge lp:~abreu-alexandre/ubuntu-html5-theme/port-to-oxide
Reviewer Review Type Date Requested Status
Ubuntu HTML5 Theme Developers Pending
Review via email: mp+236708@code.launchpad.net

This proposal has been superseded by a proposal from 2014-10-20.

To post a comment you must log in.
176. By Alexandre Abreu

merge lp:~jfmoy/ubuntu-html5-theme/webview-component

177. By Alexandre Abreu

Make other files visible to qtc

178. By Alexandre Abreu

Fix AP tests; finish port to oxide

179. By Alexandre Abreu

strengthn init

Unmerged revisions

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'debian/control'
--- debian/control 2014-09-22 21:12:32 +0000
+++ debian/control 2014-10-01 13:27:26 +0000
@@ -4,8 +4,7 @@
4Maintainer: Michael Hall <mhall119@ubuntu.com>4Maintainer: Michael Hall <mhall119@ubuntu.com>
5Build-Depends: cmake (>= 2.8.9),5Build-Depends: cmake (>= 2.8.9),
6 debhelper (>= 9),6 debhelper (>= 9),
7 libqt5webkit5-dev,7 liboxideqt-qmlplugin (>= 1.2.0),
8 qml-module-qtwebkit,
9 python (>= 2.7),8 python (>= 2.7),
10 python-setuptools,9 python-setuptools,
11 qt5-default,10 qt5-default,
@@ -48,7 +47,7 @@
48Package: ubuntu-html5-ui-toolkit-examples47Package: ubuntu-html5-ui-toolkit-examples
49Architecture: all48Architecture: all
50Depends: libjs-jquery,49Depends: libjs-jquery,
51 qml-module-qtwebkit,50 liboxideqt-qmlplugin (>= 1.2.0),
52 qmlscene,51 qmlscene,
53 qtdeclarative5-qtquick2-plugin,52 qtdeclarative5-qtquick2-plugin,
54 ubuntu-html5-ui-toolkit (= ${binary:Version}),53 ubuntu-html5-ui-toolkit (= ${binary:Version}),
@@ -66,7 +65,7 @@
66 libautopilot-qt (>= 1.4),65 libautopilot-qt (>= 1.4),
67 libjs-jquery,66 libjs-jquery,
68 libqt5test5,67 libqt5test5,
69 qml-module-qtwebkit,68 liboxideqt-qmlplugin (>= 1.2.0),
70 python-xlib,69 python-xlib,
71 qmlscene,70 qmlscene,
72 qtdeclarative5-qtquick2-plugin,71 qtdeclarative5-qtquick2-plugin,
@@ -84,7 +83,7 @@
84Package: ubuntu-html5-container83Package: ubuntu-html5-container
85Architecture: any84Architecture: any
86Multi-Arch: foreign85Multi-Arch: foreign
87Depends: qml-module-qtwebkit,86Depends: liboxideqt-qmlplugin (>= 1.2.0),
88 qmlscene,87 qmlscene,
89 qtdeclarative5-cordova-2.8-plugin,88 qtdeclarative5-cordova-2.8-plugin,
90 qtdeclarative5-qtquick2-plugin,89 qtdeclarative5-qtquick2-plugin,
@@ -102,7 +101,7 @@
102Architecture: all101Architecture: all
103Depends: libautopilot-qt (>= 1.4),102Depends: libautopilot-qt (>= 1.4),
104 libqt5test5,103 libqt5test5,
105 qml-module-qtwebkit,104 liboxideqt-qmlplugin (>= 1.2.0),
106 qtdeclarative5-qtquick2-plugin,105 qtdeclarative5-qtquick2-plugin,
107 ubuntu-html5-container (>= ${binary:Version}),106 ubuntu-html5-container (>= ${binary:Version}),
108 ${misc:Depends},107 ${misc:Depends},
109108
=== modified file 'tests/autopilot/tools/qml/webview.qml'
--- tests/autopilot/tools/qml/webview.qml 2014-04-03 17:15:24 +0000
+++ tests/autopilot/tools/qml/webview.qml 2014-10-01 13:27:26 +0000
@@ -17,8 +17,7 @@
17 */17 */
1818
19import QtQuick 2.019import QtQuick 2.0
20import QtWebKit 3.020import com.canonical.Oxide 1.0
21import QtWebKit.experimental 1.0
2221
23Item {22Item {
24 id: root23 id: root

Subscribers

People subscribed via source and target branches