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
1=== modified file 'debian/control'
2--- debian/control 2014-09-22 21:12:32 +0000
3+++ debian/control 2014-10-01 13:27:26 +0000
4@@ -4,8 +4,7 @@
5 Maintainer: Michael Hall <mhall119@ubuntu.com>
6 Build-Depends: cmake (>= 2.8.9),
7 debhelper (>= 9),
8- libqt5webkit5-dev,
9- qml-module-qtwebkit,
10+ liboxideqt-qmlplugin (>= 1.2.0),
11 python (>= 2.7),
12 python-setuptools,
13 qt5-default,
14@@ -48,7 +47,7 @@
15 Package: ubuntu-html5-ui-toolkit-examples
16 Architecture: all
17 Depends: libjs-jquery,
18- qml-module-qtwebkit,
19+ liboxideqt-qmlplugin (>= 1.2.0),
20 qmlscene,
21 qtdeclarative5-qtquick2-plugin,
22 ubuntu-html5-ui-toolkit (= ${binary:Version}),
23@@ -66,7 +65,7 @@
24 libautopilot-qt (>= 1.4),
25 libjs-jquery,
26 libqt5test5,
27- qml-module-qtwebkit,
28+ liboxideqt-qmlplugin (>= 1.2.0),
29 python-xlib,
30 qmlscene,
31 qtdeclarative5-qtquick2-plugin,
32@@ -84,7 +83,7 @@
33 Package: ubuntu-html5-container
34 Architecture: any
35 Multi-Arch: foreign
36-Depends: qml-module-qtwebkit,
37+Depends: liboxideqt-qmlplugin (>= 1.2.0),
38 qmlscene,
39 qtdeclarative5-cordova-2.8-plugin,
40 qtdeclarative5-qtquick2-plugin,
41@@ -102,7 +101,7 @@
42 Architecture: all
43 Depends: libautopilot-qt (>= 1.4),
44 libqt5test5,
45- qml-module-qtwebkit,
46+ liboxideqt-qmlplugin (>= 1.2.0),
47 qtdeclarative5-qtquick2-plugin,
48 ubuntu-html5-container (>= ${binary:Version}),
49 ${misc:Depends},
50
51=== modified file 'tests/autopilot/tools/qml/webview.qml'
52--- tests/autopilot/tools/qml/webview.qml 2014-04-03 17:15:24 +0000
53+++ tests/autopilot/tools/qml/webview.qml 2014-10-01 13:27:26 +0000
54@@ -17,8 +17,7 @@
55 */
56
57 import QtQuick 2.0
58-import QtWebKit 3.0
59-import QtWebKit.experimental 1.0
60+import com.canonical.Oxide 1.0
61
62 Item {
63 id: root

Subscribers

People subscribed via source and target branches