Merge lp:~jonas-drange/ubuntu-system-settings/sound-other-vibrations into lp:ubuntu-system-settings
| Status: | Merged |
|---|---|
| Approved by: | Sebastien Bacher on 2015-01-28 |
| Approved revision: | 1163 |
| Merged at revision: | 1300 |
| Proposed branch: | lp:~jonas-drange/ubuntu-system-settings/sound-other-vibrations |
| Merge into: | lp:ubuntu-system-settings |
| Diff against target: |
115 lines (+44/-1) 4 files modified
debian/control (+1/-1) plugins/sound/PageComponent.qml (+16/-0) plugins/sound/sound.cpp (+20/-0) plugins/sound/sound.h (+7/-0) |
| To merge this branch: | bzr merge lp:~jonas-drange/ubuntu-system-settings/sound-other-vibrations |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| PS Jenkins bot | continuous-integration | Needs Fixing on 2015-01-28 | |
| Sebastien Bacher (community) | 2014-10-31 | Approve on 2015-01-28 | |
|
Review via email:
|
|||
Commit Message
[sound] let user toggle other vibrate setting
Description of the Change
[sound] let user toggle other vibrate setting
| Sebastien Bacher (seb128) wrote : | # |
| Jonas G. Drange (jonas-drange) wrote : | # |
> Thanks, could you drop the whitespace changes? Could you also give details on
> why is the Item{} needed, shouldn't a Divider{} be used there instead?
Dropped the whitespace. Divider was not used because I misinterpreted the design. Thanks!
| Sebastien Bacher (seb128) wrote : | # |
Thanks, sorry I didn't catch that during the first review but it looks like you should update the code with changes similar to the ones in https:/
24 + checked: backendInfo.
25 +
26 + onClicked: backendInfo.
is likely to have some backend/ui being out of sync issues
the new item should also probably not have "showDivider: false", the design has a separator after the bottom item it seems
| PS Jenkins bot (ps-jenkins) wrote : | # |
FAILED: Continuous integration, rev:1158
http://
Executed test runs:
UNSTABLE: http://
FAILURE: http://
SUCCESS: http://
UNSTABLE: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
FAILURE: http://
SUCCESS: http://
deb: http://
Click here to trigger a rebuild:
http://
| PS Jenkins bot (ps-jenkins) wrote : | # |
FAILED: Continuous integration, rev:1159
http://
Executed test runs:
UNSTABLE: http://
FAILURE: http://
SUCCESS: http://
UNSTABLE: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
FAILURE: http://
SUCCESS: http://
deb: http://
Click here to trigger a rebuild:
http://
| PS Jenkins bot (ps-jenkins) wrote : | # |
FAILED: Continuous integration, rev:1159
http://
Executed test runs:
UNSTABLE: http://
FAILURE: http://
SUCCESS: http://
UNSTABLE: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
FAILURE: http://
SUCCESS: http://
deb: http://
Click here to trigger a rebuild:
http://
| PS Jenkins bot (ps-jenkins) wrote : | # |
PASSED: Continuous integration, rev:1159
http://
Executed test runs:
SUCCESS: http://
SUCCESS: http://
SUCCESS: http://
SUCCESS: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
SUCCESS: http://
SUCCESS: http://
deb: http://
Click here to trigger a rebuild:
http://
| Sebastien Bacher (seb128) wrote : | # |
the bottom item should also not use "showDivider: false", the design has a line after it
do we need to update a recommends to the schemas for the new property used as well?
| Jonas G. Drange (jonas-drange) wrote : | # |
Thanks, @seb128. We indeed do. I've been told that we would land the schema, this branch as well as the UITK branch together. How would we determine what to recommend? gsettings-
| Sebastien Bacher (seb128) wrote : | # |
the usual way would be to update the gsettings-
| PS Jenkins bot (ps-jenkins) wrote : | # |
FAILED: Continuous integration, rev:1163
http://
Executed test runs:
FAILURE: http://
SUCCESS: http://
FAILURE: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
Click here to trigger a rebuild:
http://
- 1164. By Jonas G. Drange on 2015-02-11
-
hide othervibrate


Thanks, could you drop the whitespace changes? Could you also give details on why is the Item{} needed, shouldn't a Divider{} be used there instead?