Merge lp:~nik90/ubuntu-clock-app/new-bottom-edge into lp:ubuntu-clock-app
| Status: | Merged |
|---|---|
| Approved by: | Bartosz Kosiorek on 2016-02-25 |
| Approved revision: | 453 |
| Merged at revision: | 444 |
| Proposed branch: | lp:~nik90/ubuntu-clock-app/new-bottom-edge |
| Merge into: | lp:ubuntu-clock-app |
| Diff against target: |
1940 lines (+252/-771) 73 files modified
app/MainPage.qml (+23/-7) app/alarm/AlarmDelegate.qml (+1/-1) app/alarm/AlarmLabel.qml (+1/-1) app/alarm/AlarmList.qml (+3/-3) app/alarm/AlarmModelComponent.qml (+1/-1) app/alarm/AlarmPage.qml (+87/-84) app/alarm/AlarmRepeat.qml (+1/-1) app/alarm/AlarmSettingsPage.qml (+1/-1) app/alarm/AlarmUtils.qml (+1/-55) app/alarm/EditAlarmPage.qml (+20/-16) app/alarm/SoundPeerPicker.qml (+1/-1) app/clock/ClockPage.qml (+3/-3) app/clock/MainClock.qml (+1/-1) app/components/ActionIcon.qml (+1/-1) app/components/AnalogMode.qml (+1/-1) app/components/AnalogShadow.qml (+1/-1) app/components/Clock.qml (+3/-3) app/components/ClockCircle.qml (+1/-1) app/components/DigitalMode.qml (+1/-1) app/components/DigitalShadow.qml (+1/-1) app/components/EmptyState.qml (+1/-1) app/components/ExpandableListItem.qml (+1/-1) app/components/HeaderNavigation.qml (+1/-1) app/components/Shadow.qml (+1/-1) app/stopwatch/LapListView.qml (+1/-1) app/stopwatch/StopwatchFace.qml (+1/-1) app/stopwatch/StopwatchPage.qml (+1/-1) app/ubuntu-clock-app.qml (+1/-3) app/upstreamcomponents/CMakeLists.txt (+0/-2) app/upstreamcomponents/FakeHeader.qml (+0/-39) app/upstreamcomponents/PageWithBottomEdge.qml (+0/-449) app/upstreamcomponents/README.components (+0/-4) app/worldclock/AddWorldCityButton.qml (+1/-1) app/worldclock/UserWorldCityDelegate.qml (+2/-1) app/worldclock/UserWorldCityList.qml (+3/-2) app/worldclock/WorldCityList.qml (+1/-1) backend/modules/Alarm/backend.cpp (+1/-1) backend/modules/Alarm/backend.h (+1/-1) backend/modules/Alarm/settings.cpp (+1/-1) backend/modules/Alarm/settings.h (+1/-1) backend/modules/Alarm/sound.cpp (+1/-1) backend/modules/Alarm/sound.h (+1/-1) backend/modules/Stopwatch/backend.cpp (+1/-1) backend/modules/Stopwatch/backend.h (+1/-1) backend/modules/Stopwatch/engine.cpp (+2/-2) backend/modules/Stopwatch/engine.h (+2/-2) backend/modules/Stopwatch/formattime.cpp (+1/-1) backend/modules/Stopwatch/formattime.h (+1/-1) backend/modules/WorldClock/backend.cpp (+1/-1) backend/modules/WorldClock/backend.h (+1/-1) backend/modules/WorldClock/datetime.cpp (+1/-1) backend/modules/WorldClock/datetime.h (+1/-1) backend/modules/WorldClock/generictimezonemodel.cpp (+1/-1) backend/modules/WorldClock/generictimezonemodel.h (+1/-1) backend/modules/WorldClock/geolocation.cpp (+1/-1) backend/modules/WorldClock/geolocation.h (+1/-1) backend/modules/WorldClock/jsontimezonemodel.cpp (+1/-1) backend/modules/WorldClock/jsontimezonemodel.h (+1/-1) backend/modules/WorldClock/statictimezonemodel.cpp (+1/-1) backend/modules/WorldClock/statictimezonemodel.h (+1/-1) backend/modules/WorldClock/timezonemodel.cpp (+1/-1) backend/modules/WorldClock/timezonemodel.h (+1/-1) debian/changelog (+16/-0) po/com.ubuntu.clock.pot (+31/-41) tests/unit/ClockTestCase.qml (+1/-1) tests/unit/MockClockApp.qml (+1/-1) tests/unit/tst_alarm.qml (+1/-1) tests/unit/tst_alarmLabel.qml (+1/-1) tests/unit/tst_alarmRepeat.qml (+1/-1) tests/unit/tst_alarmSound.qml (+1/-1) tests/unit/tst_alarmUtils.qml (+1/-1) tests/unit/tst_stopwatchUtils.qml (+1/-1) tests/unit/tst_worldClock.qml (+1/-1) |
| To merge this branch: | bzr merge lp:~nik90/ubuntu-clock-app/new-bottom-edge |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Jenkins Bot | continuous-integration | Approve on 2016-02-25 | |
| Bartosz Kosiorek | 2016-02-25 | Approve on 2016-02-25 | |
|
Review via email:
|
|||
Commit Message
- Use the new bottom edge
- Updated copyright years of all files
- Updated debian changelog
Description of the Change
Use the new bottom edge
The new SDK Bottom edge allows us to remove the PageWithBottomEdge custom component.
- 446. By Nekhelesh Ramananthan on 2016-02-25
-
Removed PageWithBottomEdge upstream component
- 447. By Nekhelesh Ramananthan on 2016-02-25
-
Updated copyright years
- 448. By Nekhelesh Ramananthan on 2016-02-25
-
Updated debian changelog
FAILED: Continuous integration, rev:448
https:/
Executed test runs:
None: https:/
Click here to trigger a rebuild:
https:/
- 449. By Nekhelesh Ramananthan on 2016-02-25
-
Updated cmake file
- 450. By Nekhelesh Ramananthan on 2016-02-25
-
Make hint text translatable
FAILED: Continuous integration, rev:449
https:/
Executed test runs:
None: https:/
Click here to trigger a rebuild:
https:/
- 451. By Nekhelesh Ramananthan on 2016-02-25
-
Show hint for two seconds at app startup
FAILED: Continuous integration, rev:450
https:/
Executed test runs:
None: https:/
Click here to trigger a rebuild:
https:/
FAILED: Continuous integration, rev:451
https:/
Executed test runs:
None: https:/
Click here to trigger a rebuild:
https:/
- 452. By Nekhelesh Ramananthan on 2016-02-25
-
Merged lp:ubuntu-clock-app
- 453. By Nekhelesh Ramananthan on 2016-02-25
-
Updated debian changelog
FAILED: Continuous integration, rev:453
https:/
Executed test runs:
None: https:/
Click here to trigger a rebuild:
https:/


FAILED: Continuous integration, rev:446 /core-apps- jenkins. ubuntu. com/job/ clock-app- ci/57/ /core-apps- jenkins. ubuntu. com/job/ generic- update- mp/618/ console
https:/
Executed test runs:
None: https:/
Click here to trigger a rebuild: /core-apps- jenkins. ubuntu. com/job/ clock-app- ci/57/rebuild
https:/