Merge lp:~ubuntu-clock-dev/ubuntu-clock-app/stopwatch-feature-extended into lp:~ubuntu-clock-dev/ubuntu-clock-app/stopwatch-feature-staging
Proposed by
Nekhelesh Ramananthan
Status: | Merged |
---|---|
Approved by: | Nekhelesh Ramananthan |
Approved revision: | 382 |
Merged at revision: | 379 |
Proposed branch: | lp:~ubuntu-clock-dev/ubuntu-clock-app/stopwatch-feature-extended |
Merge into: | lp:~ubuntu-clock-dev/ubuntu-clock-app/stopwatch-feature-staging |
Diff against target: |
460 lines (+284/-16) 11 files modified
app/MainPage.qml (+15/-0) app/stopwatch/LapListView.qml (+1/-1) app/stopwatch/StopwatchPage.qml (+8/-14) backend/CMakeLists.txt (+25/-0) backend/modules/Stopwatch/LapHistory/backend.cpp (+34/-0) backend/modules/Stopwatch/LapHistory/backend.h (+35/-0) backend/modules/Stopwatch/LapHistory/history.cpp (+97/-0) backend/modules/Stopwatch/LapHistory/history.h (+64/-0) backend/modules/Stopwatch/LapHistory/qmldir (+2/-0) debian/changelog (+1/-0) debian/control (+2/-1) |
To merge this branch: | bzr merge lp:~ubuntu-clock-dev/ubuntu-clock-app/stopwatch-feature-extended |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Nekhelesh Ramananthan | Approve | ||
Bartosz Kosiorek | Approve | ||
Review via email: mp+268171@code.launchpad.net |
Commit message
Added stopwatch feature to keep working in the background even if clock app is closed / phone is switched off.
Description of the change
Added stopwatch feature to keep working in the background even if clock app is closed / phone is switched off.
To post a comment you must log in.
@bartosz I made the following changes to your MP,
1. Renamed plugin to Stopwatch. LapHistory. (Much before our discussion yesterday. We can get back to this in a MP during the weekend) For now let's leave it as such
2. Added comments, fixme to the plugin for better understandability.
3. Stopwatch laps are stored in com.ubuntu. clock.conf file itself in the [Stopwatch] category.
4. Removed the int count() function since we don't need it anymore in the QML side.
Personally I think this branch is ready and so I am approving. Feel free to go through it once more on your own, test it and then top-approve it. Then we merge it into the stopwatch-staging branch and the merge that branch to trunk tonight.