Merge lp:~ken-vandine/gsettings-ubuntu-touch-schemas/dialpad_sounds into lp:gsettings-ubuntu-touch-schemas

Proposed by Ken VanDine
Status: Merged
Approved by: Sebastien Bacher
Approved revision: 45
Merged at revision: 46
Proposed branch: lp:~ken-vandine/gsettings-ubuntu-touch-schemas/dialpad_sounds
Merge into: lp:gsettings-ubuntu-touch-schemas
Diff against target: 13 lines (+4/-0)
1 file modified
accountsservice/com.ubuntu.touch.AccountsService.Sound.xml (+4/-0)
To merge this branch: bzr merge lp:~ken-vandine/gsettings-ubuntu-touch-schemas/dialpad_sounds
Reviewer Review Type Date Requested Status
PS Jenkins bot continuous-integration Approve
Sebastien Bacher (community) Approve
Gustavo Pichorim Boiko Pending
Review via email: mp+232596@code.launchpad.net

Commit message

Added an AccountsService boolean setting for DialpadSoundsEnabled, to toggle tone playback when dialing.

Description of the change

Added an AccountsService boolean setting for DialpadSoundsEnabled, to toggle tone playback when dialing.

To post a comment you must log in.
Revision history for this message
Sebastien Bacher (seb128) wrote :

Thanks, the description is not very useful there ... I guess it's a boolean value indicating if the diapad buttons should make a sound? Could you rework the commit message to be more descriptive? "setting for DialpadSounds" could be as well a filename of the sound to use than an on/off value...

Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
Revision history for this message
Sebastien Bacher (seb128) wrote :

Thanks ;-)

review: Approve
Revision history for this message
Sebastien Bacher (seb128) wrote :

in fact could you rename the property to e.g DialpadSoundsEnable or something that conveys the role

45. By Ken VanDine

renanmed DialpadSounds to DialpadSoundsEnabled

Revision history for this message
Ken VanDine (ken-vandine) wrote :

Makes sense, renamed

Revision history for this message
Sebastien Bacher (seb128) wrote :

thanks

review: Approve
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'accountsservice/com.ubuntu.touch.AccountsService.Sound.xml'
2--- accountsservice/com.ubuntu.touch.AccountsService.Sound.xml 2014-07-07 17:50:14 +0000
3+++ accountsservice/com.ubuntu.touch.AccountsService.Sound.xml 2014-08-28 17:25:53 +0000
4@@ -34,5 +34,9 @@
5 <annotation name="org.freedesktop.Accounts.DefaultValue" value="true"/>
6 </property>
7
8+ <property name="DialpadSoundsEnabled" type="b" access="readwrite">
9+ <annotation name="org.freedesktop.Accounts.DefaultValue" value="true"/>
10+ </property>
11+
12 </interface>
13 </node>

Subscribers

People subscribed via source and target branches