Merge lp:~albaguirre/gsettings-ubuntu-touch-schemas/fix-1230345 into lp:gsettings-ubuntu-touch-schemas

Proposed by Alberto Aguirre
Status: Merged
Approved by: Ken VanDine
Approved revision: 44
Merged at revision: 42
Proposed branch: lp:~albaguirre/gsettings-ubuntu-touch-schemas/fix-1230345
Merge into: lp:gsettings-ubuntu-touch-schemas
Diff against target: 19 lines (+10/-0)
1 file modified
schemas/com.ubuntu.touch.system.gschema.xml.in.in (+10/-0)
To merge this branch: bzr merge lp:~albaguirre/gsettings-ubuntu-touch-schemas/fix-1230345
Reviewer Review Type Date Requested Status
Ken VanDine Approve
PS Jenkins bot continuous-integration Approve
Review via email: mp+230995@code.launchpad.net

Commit message

Add inactivity timeout keys for screen dimming and power-off.

Description of the change

Add inactivity timeout keys for screen dimming and power-off.

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
43. By Alberto Aguirre

Update changelog

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

You should drop the debian/changelog entry and in other packages that you need to depend on this change bump the depends to > 0.0.2+14.10.20140813

review: Needs Fixing
44. By Alberto Aguirre

Drop changelog entry

Revision history for this message
Alberto Aguirre (albaguirre) wrote :

> You should drop the debian/changelog entry and in other packages that you need
> to depend on this change bump the depends to > 0.0.2+14.10.20140813

Done.

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

Thanks, looks good.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'schemas/com.ubuntu.touch.system.gschema.xml.in.in'
2--- schemas/com.ubuntu.touch.system.gschema.xml.in.in 2014-08-12 18:00:06 +0000
3+++ schemas/com.ubuntu.touch.system.gschema.xml.in.in 2014-08-15 18:59:19 +0000
4@@ -28,5 +28,15 @@
5 light levels.
6 </_description>
7 </key>
8+ <key name="activity-timeout" type="u">
9+ <range min="0" max="3600"/>
10+ <default>60</default>
11+ <summary>Timeout in seconds for turning off the screen if there is no user activity. A value of 0 disables it.</summary>
12+ </key>
13+ <key name="dim-timeout" type="u">
14+ <range min="0" max="3600"/>
15+ <default>45</default>
16+ <summary>Timeout in seconds for dimming the screen if there is no user activity. A value of 0 disables auto-dimming.</summary>
17+ </key>
18 </schema>
19 </schemalist>

Subscribers

People subscribed via source and target branches