Merge lp:~seb128/gsettings-ubuntu-touch-schemas/shared-sound-setting into lp:gsettings-ubuntu-touch-schemas

Proposed by Sebastien Bacher
Status: Merged
Merged at revision: 26
Proposed branch: lp:~seb128/gsettings-ubuntu-touch-schemas/shared-sound-setting
Merge into: lp:gsettings-ubuntu-touch-schemas
Diff against target: 47 lines (+13/-0)
4 files modified
po/POTFILES.in (+1/-0)
po/POTFILES.skip (+3/-0)
schemas/Makefile.am (+1/-0)
schemas/com.ubuntu.sound.gschema.xml.in.in (+8/-0)
To merge this branch: bzr merge lp:~seb128/gsettings-ubuntu-touch-schemas/shared-sound-setting
Reviewer Review Type Date Requested Status
PS Jenkins bot continuous-integration Approve
Lars Karlitski (community) Approve
Review via email: mp+207900@code.launchpad.net

Commit message

List "allow-amplified-volume" there rather than in indicator-sound,
that way we avoid having unity-control-center depending on the indicator
only to use that one key

Description of the change

List "allow-amplified-volume" there rather than in indicator-sound,
that way we avoid having unity-control-center depending on the indicator
only to use that one key

To post a comment you must log in.
Revision history for this message
Iain Lane (laney) wrote :

On Mon, Feb 24, 2014 at 11:39:44AM -0000, Sebastien Bacher wrote:
> Sebastien Bacher has proposed merging lp:~seb128/gsettings-ubuntu-touch-schemas/shared-sound-setting into lp:gsettings-ubuntu-touch-schemas.
>
> Commit message:
> List "allow-amplified-volume" there rather than in indicator-sound,
> that way we avoid having unity-control-center depending on the indicator
> only to use that one key

Looks good, apart from missing adding the files in po/POTFILES.* (just
noticed that touch.sound is missing from .skip)

(... translations should be set up here; I'll look into doing that.)

--
Iain Lane [ <email address hidden> ]
Debian Developer [ <email address hidden> ]
Ubuntu Developer [ <email address hidden> ]

27. By Sebastien Bacher

Lists new schemas for translation

28. By Sebastien Bacher

Update skip list as well

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

Looks good. 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 'po/POTFILES.in'
2--- po/POTFILES.in 2014-02-13 19:29:09 +0000
3+++ po/POTFILES.in 2014-02-24 12:02:24 +0000
4@@ -3,4 +3,5 @@
5 schemas/com.ubuntu.touch.network.gschema.xml.in.in
6 schemas/com.ubuntu.touch.sound.gschema.xml.in.in
7 schemas/com.ubuntu.touch.system.gschema.xml.in.in
8+schemas/com.ubuntu.sound.gschema.xml.in.in
9 schemas/com.ubuntu.user-interface.gschema.xml.in.in
10
11=== modified file 'po/POTFILES.skip'
12--- po/POTFILES.skip 2014-02-13 19:29:09 +0000
13+++ po/POTFILES.skip 2014-02-24 12:02:24 +0000
14@@ -2,5 +2,8 @@
15 # translated.
16 # Please keep this file sorted alphabetically.
17 schemas/com.ubuntu.touch.network.gschema.xml.in
18+schemas/com.ubuntu.touch.sound.gschema.xml.in
19 schemas/com.ubuntu.touch.system.gschema.xml.in
20+schemas/com.ubuntu.sound.gschema.xml.in
21 schemas/com.ubuntu.user-interface.gschema.xml.in
22+
23
24=== modified file 'schemas/Makefile.am'
25--- schemas/Makefile.am 2014-02-13 17:32:04 +0000
26+++ schemas/Makefile.am 2014-02-24 12:02:24 +0000
27@@ -2,6 +2,7 @@
28 com.ubuntu.touch.network.gschema.xml.in.in \
29 com.ubuntu.touch.sound.gschema.xml.in.in \
30 com.ubuntu.touch.system.gschema.xml.in.in \
31+ com.ubuntu.sound.gschema.xml.in.in \
32 com.ubuntu.user-interface.gschema.xml.in.in
33
34 @INTLTOOL_XML_NOMERGE_RULE@
35
36=== added file 'schemas/com.ubuntu.sound.gschema.xml.in.in'
37--- schemas/com.ubuntu.sound.gschema.xml.in.in 1970-01-01 00:00:00 +0000
38+++ schemas/com.ubuntu.sound.gschema.xml.in.in 2014-02-24 12:02:24 +0000
39@@ -0,0 +1,8 @@
40+<schemalist gettext-domain="gsettings-ubuntu-touch-schemas">
41+ <schema id="com.ubuntu.sound" path="/com/ubuntu/sound/">
42+ <key name="allow-amplified-volume" type="b">
43+ <default>false</default>
44+ <summary>Whether the volume slider allows setting the volume above 100%</summary>
45+ </key>
46+ </schema>
47+</schemalist>

Subscribers

People subscribed via source and target branches