After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 657810 - Allow to flip orientation for left handed people
Allow to flip orientation for left handed people
Status: RESOLVED FIXED
Product: gnome-control-center
Classification: Core
Component: Wacom
3.1.x
Other Linux
: Normal enhancement
: ---
Assigned To: Peter Hutterer
Control-Center Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-08-31 12:08 UTC by Jakub Steiner
Modified: 2011-09-06 20:38 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Add a rotation radiobutton (9.33 KB, patch)
2011-09-01 06:09 UTC, Peter Hutterer
needs-work Details | Review
Add a left-handed switch (8.54 KB, patch)
2011-09-01 22:51 UTC, Peter Hutterer
committed Details | Review

Description Jakub Steiner 2011-08-31 12:08:51 UTC
Some models* feature hardware buttons on the side and allow to rotate the hardware 180° for left handed people. Unless rotated, left handed people will accidentally hit the hardware buttons. I have updated the design** to add a control for the models where this applies. Just like with the case of the 'calibrate' button, this should not be shown for the majority models where this doesn't apply.

This is a show stopper for left handers with certain models of tablets, but the design did come late, so I'm not sure about targeting 3.2

* http://www.designophy.com/uploadedimages/tmn/2009/04/05/designophy_com_a1_1000001536_102.jpg
** https://live.gnome.org/Design/SystemSettings/Tablet
Comment 1 Peter Hutterer 2011-09-01 06:09:55 UTC
Created attachment 195362 [details] [review]
Add a rotation radiobutton

Notes:
As per design, only left/right-handed is shown. if the user preconfigured cw/ccw, the right-handed button is selected but doesn't modify the gsettings value. I tried with an invisible radio button for this case but that didn't work.

Design suggests to only show this for tablets with buttons on one side. that's the vast majority and we don't have a good database for which tablets this affects.

For future patches, if we implement actual rotation (e.g. for built-in tablets) this will have to be synchronised so that rotation + left-handed has some defined meaning.
Comment 2 Bastien Nocera 2011-09-01 09:59:15 UTC
Review of attachment 195362 [details] [review]:

As mentioned on IRC, instead of 2 radio buttons we should have a:
Left-handed [ ON | OFF ]
GtkSwitch instead.
Comment 3 Hylke Bons 2011-09-01 11:52:12 UTC
Can we change the terms a bit?
A think something like "Left-handed orientation [ ON | OFF ]" is clearer because it says what it affects.
Comment 4 Bastien Nocera 2011-09-01 15:13:25 UTC
(In reply to comment #3)
> Can we change the terms a bit?
> A think something like "Left-handed orientation [ ON | OFF ]" is clearer
> because it says what it affects.

I'm fine with it if Peter thinks it's a good fit.
Comment 5 Peter Hutterer 2011-09-01 22:51:50 UTC
Created attachment 195446 [details] [review]
Add a left-handed switch

not sure if the label is supposed to be dim or not here, the radio buttons weren't so I left this one black too
Comment 6 F Wolff 2011-09-02 14:31:13 UTC
Review of attachment 195446 [details] [review]:

::: panels/wacom/gnome-wacom-properties.ui
@@ +226,3 @@
+                    <property name="visible">True</property>
+                    <property name="can_focus">False</property>
+                    <property name="label">Left-Handed Orientation:</property>

If I read this correctly this label should be marked for translation.
Comment 7 Bastien Nocera 2011-09-02 14:33:21 UTC
(In reply to comment #6)
> Review of attachment 195446 [details] [review]:
> 
> ::: panels/wacom/gnome-wacom-properties.ui
> @@ +226,3 @@
> +                    <property name="visible">True</property>
> +                    <property name="can_focus">False</property>
> +                    <property name="label">Left-Handed Orientation:</property>
> 
> If I read this correctly this label should be marked for translation.

Will fix before committing, thanks.
Comment 8 Bastien Nocera 2011-09-02 15:47:26 UTC
Comment on attachment 195446 [details] [review]
Add a left-handed switch

Pushed to master
Comment 9 Bastien Nocera 2011-09-06 20:38:06 UTC
Pushed to gnome-3-2 as well.