Commit graph

16 commits

Author SHA1 Message Date
Joaquim Rocha
edc0a9b11f wacom: Fix discrepancy when switching monitors from g-c-c
The rotation was being set directly from g-c-c when switching
monitors but g-s-d already does this when the display is set to
the tablet. This resulted in a discrepancy between setting the
monitor from g-c-c or from g-s-d when the left-handed mode was on.

https://bugzilla.gnome.org/show_bug.cgi?id=700439
2013-06-10 11:06:43 +02:00
Olivier Fourdan
a2e515ea39 wacom: add different action types to mapping dialog
https://bugzilla.gnome.org/show_bug.cgi?id=679067
2012-08-21 18:00:22 +02:00
Olivier Fourdan
1612735104 wacom: apply display rotation to device
When an output is mapped to a device, match the device rotation
with the output (bug #676170)
2012-07-03 11:50:36 +02:00
Olivier Fourdan
786a36db1f wacom: Add keep aspect ratio option
Adjust tablet area to match the aspect ratio of the output
assigned to the tablet.

https://bugzilla.gnome.org/show_bug.cgi?id=668907
2012-06-11 17:55:04 +02:00
Sebastien Bacher
5a2daec0a3 wacom: Mark extra strings as translatable
https://bugzilla.gnome.org/show_bug.cgi?id=673854
2012-04-12 10:37:18 +01:00
Bastien Nocera
3844923a4b wacom: Fix crasher when XRandR isn't available
Spotted by Olivier Fourdan <ofourdan@redhat.com>
2012-03-01 10:26:18 +00:00
Olivier Fourdan
f1e3f0fea5 wacom: Pass -1 as monitor to reset the mapping to the entire screen 2012-02-27 15:27:38 +00:00
Bastien Nocera
4738872e04 wacom: Style fixes for signal handlers 2012-02-16 19:32:18 +01:00
Bastien Nocera
05ba7514ba wacom: Invert the meaning of the checkbox
So that we can disable the combobox if the checkbutton is disabled,
rather than having inverted meaning, which can be very confusing.

Also make sure that the combobox has the correct state if we
have an unconfigured tablet.
2012-02-16 19:32:18 +01:00
Bastien Nocera
6c5276b061 wacom: Put the whole desktop checkbox first 2012-02-16 19:32:18 +01:00
Bastien Nocera
784b1faf7e wacom: Make the label sensitive (or not) too
When making the combo box unsensitive, disable the label too.
Also make sure that both widgets are correctly made
sensitive again when we have monitors in the drop-down.
2012-02-16 19:32:18 +01:00
Bastien Nocera
15384a1ab8 wacom: Avoid warnings with default settings
By default, the tablets are mapped to the first monitor (unless
they're screen tablets). I think. Maybe. Let me know if I'm wrong.
2012-02-16 19:32:18 +01:00
Bastien Nocera
f167307efe wacom: Fix memleak
The list store was leaked as the combobox is supposed
to be the only one holding a reference.
2012-02-16 19:32:18 +01:00
Bastien Nocera
fda8864aa6 wacom: Fix declaration of functions with no args 2012-02-16 19:32:18 +01:00
Bastien Nocera
69584d5b17 wacom: Use symbolic names for columns 2012-02-16 18:50:49 +01:00
Jason Gerecke
2d0bf044e5 wacom: Barebones mapping panel implementation
Provides a barebones implementation of a panel for selecting the
display to map a tablet to. This implementation uses a combo box
instead of the Display-panel-like UI specified by the mockup since
my Cairo and GTK-fu are weak.

https://bugzilla.gnome.org/show_bug.cgi?id=668546
2012-02-16 17:36:33 +01:00