aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2014-09-05 22:17:58 +0000
committerCI bot <ps-jenkins@lists.canonical.com>2014-09-05 22:17:58 +0000
commite847ed293fd74ce846b2bf64996aed8309370ba2 (patch)
treecf420054491e7543b971538674212aa5e004d875
parentaa563d76b9cf4bf42f15ebef0c660ec9a5854ef6 (diff)
parent3f3be6441a3a0801fffbfc4903ecf0be04917b8e (diff)
downloadayatana-indicator-display-e847ed293fd74ce846b2bf64996aed8309370ba2.tar.gz
ayatana-indicator-display-e847ed293fd74ce846b2bf64996aed8309370ba2.tar.bz2
ayatana-indicator-display-e847ed293fd74ce846b2bf64996aed8309370ba2.zip
First release in CI Train
Approved by: PS Jenkins bot
-rw-r--r--.bzr-builddeb/default.conf2
-rw-r--r--README2
-rw-r--r--tests/manual2
3 files changed, 5 insertions, 1 deletions
diff --git a/.bzr-builddeb/default.conf b/.bzr-builddeb/default.conf
new file mode 100644
index 0000000..6c96a98
--- /dev/null
+++ b/.bzr-builddeb/default.conf
@@ -0,0 +1,2 @@
+[BUILDDEB]
+split = True
diff --git a/README b/README
index 4e4925e..1497a9b 100644
--- a/README
+++ b/README
@@ -1 +1 @@
-Control of display related things.
+Control of display related things, currently rotation lock.
diff --git a/tests/manual b/tests/manual
index f175b22..ff283cb 100644
--- a/tests/manual
+++ b/tests/manual
@@ -3,10 +3,12 @@ Test-case indicator-display/rotation-indicator
<dl>
<dt>On the phone, enable the orientation lock in ubuntu-system-settings.</dt>
<dd>The rotation lock indicator should appear, and its switch menuitem should be set to 'true'.</dd>
+ <dd>NOTE: Current builds this is broken, until it is fixed in system settings you can set it with: <tt>gsettings set com.ubuntu.touch.system orientation-lock 'LandscapeOrientation'</tt></dd>
<dt>With the orientation locked, click on the indicator's switch menuitem to toggle from locked to unlocked.</dd>
<dd>The rotation lock indicator should disappear</dd>
<dd>In ubuntu-system-settings, the orientation lock control should change to 'none'.</dd>
+ <dd>NOTE: Current builds this is broken, until it is fixed in system settings you can get it with: <tt>gsettings get com.ubuntu.touch.system orientation-lock</tt></dd>
</dl>