Merge lp:~ubuntu-clock-dev/ubuntu-clock-app/1-migrate-to-15.04-framework into lp:ubuntu-clock-app
Proposed by
Nekhelesh Ramananthan
Status: | Merged |
---|---|
Approved by: | Nicholas Skaggs |
Approved revision: | 273 |
Merged at revision: | 300 |
Proposed branch: | lp:~ubuntu-clock-dev/ubuntu-clock-app/1-migrate-to-15.04-framework |
Merge into: | lp:ubuntu-clock-app |
Diff against target: |
764 lines (+87/-92) 48 files modified
app/alarm/AlarmDelegate.qml (+2/-2) app/alarm/AlarmLabel.qml (+2/-2) app/alarm/AlarmList.qml (+2/-2) app/alarm/AlarmModelComponent.qml (+2/-2) app/alarm/AlarmPage.qml (+2/-2) app/alarm/AlarmRepeat.qml (+2/-2) app/alarm/AlarmSettingsPage.qml (+2/-2) app/alarm/AlarmSound.qml (+2/-2) app/alarm/AlarmUtils.qml (+2/-2) app/alarm/EditAlarmPage.qml (+2/-2) app/clock/ClockPage.qml (+2/-2) app/clock/MainClock.qml (+2/-2) app/components/AnalogMode.qml (+2/-2) app/components/AnalogShadow.qml (+2/-2) app/components/Background.qml (+2/-2) app/components/Clock.qml (+2/-2) app/components/ClockCircle.qml (+2/-2) app/components/DigitalMode.qml (+2/-2) app/components/DigitalShadow.qml (+2/-2) app/components/EmptyState.qml (+2/-2) app/components/ExpandableListItem.qml (+2/-2) app/components/HeaderButton.qml (+2/-2) app/components/Shadow.qml (+2/-2) app/components/SubtitledListItem.qml (+2/-2) app/ubuntu-clock-app.qml (+2/-3) app/upstreamcomponents/FakeHeader.qml (+2/-2) app/upstreamcomponents/FastScroll.qml (+2/-2) app/upstreamcomponents/ListItemWithActions.qml (+2/-2) app/upstreamcomponents/ListItemWithActionsCheckBox.qml (+2/-2) app/upstreamcomponents/MultipleSelectionListView.qml (+2/-2) app/upstreamcomponents/MultipleSelectionVisualModel.qml (+1/-1) app/upstreamcomponents/PageWithBottomEdge.qml (+1/-1) app/worldclock/AddWorldCityButton.qml (+2/-2) app/worldclock/UserWorldCityDelegate.qml (+2/-2) app/worldclock/UserWorldCityList.qml (+2/-2) app/worldclock/WorldCityList.qml (+2/-2) debian/changelog (+1/-0) manifest.json.in (+1/-1) po/com.ubuntu.clock.pot (+1/-1) tests/unit/ClockTestCase.qml (+1/-1) tests/unit/MockClockApp.qml (+2/-3) tests/unit/tst_alarm.qml (+2/-3) tests/unit/tst_alarmLabel.qml (+2/-3) tests/unit/tst_alarmRepeat.qml (+1/-2) tests/unit/tst_alarmSound.qml (+2/-3) tests/unit/tst_alarmUtils.qml (+2/-2) tests/unit/tst_worldClock.qml (+1/-1) ubuntu-clock-app.json (+1/-1) |
To merge this branch: | bzr merge lp:~ubuntu-clock-dev/ubuntu-clock-app/1-migrate-to-15.04-framework |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Ubuntu Phone Apps Jenkins Bot | continuous-integration | Approve | |
Nekhelesh Ramananthan | Needs Fixing | ||
Review via email:
|
Commit message
Migrate to ubuntu 15.04 sdk framework and QtQuick 2.4
Description of the change
This MP implements the following,
- Migrate to the ubuntu-sdk-15.04 framework
- Migrate to QtQuick 2.4
To post a comment you must log in.
#blocked
This MP is blocked until,
- Jenkins moves to Vivid since we need QtQuick 2.4 and Ubuntu.Components 1.2 which is not available in utopic.
- AP tests needs to be updated similar to what has been done here [1]. However I am unable to figure out how to fix it after trying for a few days.
[1] https:/ /code.launchpad .net/~ahayzen/ music-app/ refactor- bump-framework- 1504/+merge/ 258126
[2] Couple of qml tests failing constantly