Merge lp:~mterry/gsettings-ubuntu-touch-schemas/enable-edges-while-locked into lp:gsettings-ubuntu-touch-schemas

Proposed by Michael Terry
Status: Merged
Approved by: Sebastien Bacher
Approved revision: 44
Merged at revision: 44
Proposed branch: lp:~mterry/gsettings-ubuntu-touch-schemas/enable-edges-while-locked
Merge into: lp:gsettings-ubuntu-touch-schemas
Diff against target: 38 lines (+16/-1)
2 files modified
accountsservice/com.ubuntu.AccountsService.SecurityPrivacy.xml (+9/-1)
debian/changelog (+7/-0)
To merge this branch: bzr merge lp:~mterry/gsettings-ubuntu-touch-schemas/enable-edges-while-locked
Reviewer Review Type Date Requested Status
Sebastien Bacher (community) Approve
PS Jenkins bot continuous-integration Approve
Review via email: mp+231562@code.launchpad.net

Commit message

Add two fields to control the edges of the screen while locked. (LP: #1358340)

Description of the change

Add two fields to control the edges of the screen while locked. (LP: #1358340)

I also clarified the comment on a previous field, while I was there.

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

looks fine, thanks

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'accountsservice/com.ubuntu.AccountsService.SecurityPrivacy.xml'
2--- accountsservice/com.ubuntu.AccountsService.SecurityPrivacy.xml 2014-07-06 04:24:53 +0000
3+++ accountsservice/com.ubuntu.AccountsService.SecurityPrivacy.xml 2014-08-20 13:32:17 +0000
4@@ -7,10 +7,18 @@
5 value="com.ubuntu.AccountsService.GreeterReadAny"/>
6
7 <!-- 0: Keyboard password prompt (traditional entry)
8- 1: Numeric password prompt (like a PIN pad) -->
9+ 1: 4-digit numeric password prompt (like a PIN pad) -->
10 <property name="PasswordDisplayHint" type="i" access="readwrite">
11 <annotation name="org.freedesktop.Accounts.DefaultValue" value="0"/>
12 </property>
13
14+ <property name="EnableLauncherWhileLocked" type="b" access="readwrite">
15+ <annotation name="org.freedesktop.Accounts.DefaultValue" value="true"/>
16+ </property>
17+
18+ <property name="EnableIndicatorsWhileLocked" type="b" access="readwrite">
19+ <annotation name="org.freedesktop.Accounts.DefaultValue" value="true"/>
20+ </property>
21+
22 </interface>
23 </node>
24
25=== modified file 'debian/changelog'
26--- debian/changelog 2014-08-15 19:39:55 +0000
27+++ debian/changelog 2014-08-20 13:32:17 +0000
28@@ -1,3 +1,10 @@
29+gsettings-ubuntu-touch-schemas (0.0.3) UNRELEASED; urgency=medium
30+
31+ * Add EnableLauncherWhileLocked and EnableIndicatorsWhileLocked properties
32+ to com.ubuntu.AccountsService.SecurityPrivacy (LP: #1358340)
33+
34+ -- Michael Terry <mterry@ubuntu.com> Tue, 19 Aug 2014 11:19:42 -0400
35+
36 gsettings-ubuntu-touch-schemas (0.0.2+14.10.20140815-0ubuntu1) utopic; urgency=low
37
38 [ Alberto Aguirre ]

Subscribers

People subscribed via source and target branches