ubuntu-touch-coreapps-reviewers team mailing list archive
-
ubuntu-touch-coreapps-reviewers team
-
Mailing list archive
-
Message #08900
[Merge] lp:~ken-vandine/ubuntu-clock-app/lp1554621 into lp:ubuntu-clock-app
Ken VanDine has proposed merging lp:~ken-vandine/ubuntu-clock-app/lp1554621 into lp:ubuntu-clock-app.
Commit message:
Bump Ubuntu.Content import to 1.3 to fix theme issue
Requested reviews:
Ubuntu Clock Developers (ubuntu-clock-dev)
Related bugs:
Bug #1554621 in Ubuntu Clock App: "Invalid use of palette apparent with new SDK in content-hub"
https://bugs.launchpad.net/ubuntu-clock-app/+bug/1554621
For more details, see:
https://code.launchpad.net/~ken-vandine/ubuntu-clock-app/lp1554621/+merge/289246
Bump Ubuntu.Content import to 1.3 to fix theme issue
--
Your team Ubuntu Clock Developers is requested to review the proposed merge of lp:~ken-vandine/ubuntu-clock-app/lp1554621 into lp:ubuntu-clock-app.
=== modified file 'app/alarm/AlarmSound.qml'
--- app/alarm/AlarmSound.qml 2016-03-03 00:28:40 +0000
+++ app/alarm/AlarmSound.qml 2016-03-16 16:17:38 +0000
@@ -19,7 +19,7 @@
import QtQuick 2.4
import Alarm 1.0
import QtMultimedia 5.0
-import Ubuntu.Content 1.1
+import Ubuntu.Content 1.3
import Ubuntu.Components 1.3
import Qt.labs.folderlistmodel 2.1
=== modified file 'app/alarm/SoundPeerPicker.qml'
--- app/alarm/SoundPeerPicker.qml 2016-02-25 22:16:54 +0000
+++ app/alarm/SoundPeerPicker.qml 2016-03-16 16:17:38 +0000
@@ -18,7 +18,7 @@
import QtQuick 2.4
import Ubuntu.Components 1.3
-import Ubuntu.Content 1.1
+import Ubuntu.Content 1.3
Page {
id: picker
Follow ups