From 103374518ba08313e81d75ea7238967293520b46 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Fri, 5 Sep 2014 14:47:57 -0500 Subject: Something must change --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.3 From 8212ff2bf58a5a01ad85dacdd7ececa05b5eb2a7 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Fri, 5 Sep 2014 15:21:31 -0500 Subject: Do a split build by default --- .bzr-builddeb/default.conf | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .bzr-builddeb/default.conf 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 -- cgit v1.2.3 From 3f3be6441a3a0801fffbfc4903ecf0be04917b8e Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Fri, 5 Sep 2014 17:12:51 -0500 Subject: Put in disclaimer about current builds --- tests/manual | 2 ++ 1 file changed, 2 insertions(+) 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
On the phone, enable the orientation lock in ubuntu-system-settings.
The rotation lock indicator should appear, and its switch menuitem should be set to 'true'.
+
NOTE: Current builds this is broken, until it is fixed in system settings you can set it with: gsettings set com.ubuntu.touch.system orientation-lock 'LandscapeOrientation'
With the orientation locked, click on the indicator's switch menuitem to toggle from locked to unlocked.
The rotation lock indicator should disappear
In ubuntu-system-settings, the orientation lock control should change to 'none'.
+
NOTE: Current builds this is broken, until it is fixed in system settings you can get it with: gsettings get com.ubuntu.touch.system orientation-lock
-- cgit v1.2.3