Bastien Nocera
81ad779084
wacom: Fix tablet layout problems for "screen" type
2012-01-30 17:02:26 +00:00
Bastien Nocera
fd54ab6e5d
wacom: Expand the button box horizontally
2012-01-30 17:02:26 +00:00
Bastien Nocera
9cb225c466
wacom: Only 3 columns for the tablet section
2012-01-30 17:02:25 +00:00
Bastien Nocera
f3bd46f7a5
wacom: Stylus section only has 3 columns
2012-01-30 17:02:25 +00:00
Bastien Nocera
decc5cf668
wacom: Make .ui files load the images properly
...
So it's easier to see what it looks like in glade.
2012-01-30 17:02:25 +00:00
Bastien Nocera
eb82ee2205
wacom: Make images have a width of 1
...
So they're the same width as the navigation buttons
2012-01-30 16:11:10 +00:00
Bastien Nocera
485dc70e28
wacom: Have a label even when we have 1 page
...
To make the layout work even when hidden.
2012-01-30 16:08:44 +00:00
Bastien Nocera
32f0b08c5c
wacom: Widen the tablet images
...
So that they are the same width as the styli, and we avoid
layout problems this way.
2012-01-30 16:05:41 +00:00
Bastien Nocera
7cb5d85595
wacom: Install the new stylus artwork
2012-01-30 16:02:50 +00:00
Bastien Nocera
20308f1c58
wacom: Update from gnome-settings-daemon
2012-01-30 15:59:46 +00:00
Bastien Nocera
87005e3f75
wacom: Fix excessive top padding
...
https://bugzilla.gnome.org/show_bug.cgi?id=668881
2012-01-30 15:23:28 +00:00
Bastien Nocera
26901fda58
wacom: Fix 1-button stylus' button mapping
...
Oopsie. We weren't setting the default value for the only
button if you only had that button.
2012-01-27 11:14:06 +00:00
Bastien Nocera
289d1e90c5
wacom: Implement switching to Display settings
2012-01-26 19:10:11 +00:00
Bastien Nocera
304c10d901
wacom: Add link to Display settings
2012-01-26 19:10:10 +00:00
Bastien Nocera
61314e26f7
wacom: Add "Map Buttons..." button
2012-01-26 19:10:10 +00:00
Bastien Nocera
740cd38fa5
wacom: Hide tracking mode for screen tablets
2012-01-26 19:10:10 +00:00
Bastien Nocera
139289c767
wacom: Fix layout problems for some styli
...
When we just hide items inside a GtkGrid, they still take space
in the layout. So we need to remove those widgets, and change
the location in the grid of those widgets.
Finally, as some widgets are removed. the layout doesn't expand as
it used to, so make the rows homogeneous to line up with the drawings.
2012-01-26 15:48:32 +00:00
Bastien Nocera
e091f68b70
wacom: Update from gnome-settings-daemon
2012-01-25 19:12:13 +00:00
Bastien Nocera
abbc0210e6
wacom: Add "update-from-gsd" target
...
To update common files from gnome-settings-daemon
2012-01-25 19:11:52 +00:00
Bastien Nocera
1c9a29f5c0
wacom: Make it easier to copy/paste gsd files
2012-01-25 19:01:46 +00:00
Bastien Nocera
befe9f1190
wacom: Scroll Up/Down actions are mapped inverted
...
https://bugzilla.gnome.org/show_bug.cgi?id=668619
2012-01-25 12:24:34 +00:00
Bastien Nocera
f1775d373d
wacom: Hide cursor when calibrating
...
Otherwise the cursor might get in the way.
https://bugzilla.gnome.org/show_bug.cgi?id=668609
2012-01-24 20:23:31 +00:00
Cosimo Cecchi
71f5b96667
wacom: fix again packing for the main panel grid
...
Last fix was wrong; make packing equal to the stylus GtkGrid, which gets
this right.
2012-01-23 12:30:52 -05:00
Cosimo Cecchi
c6ccecf526
wacom: set a right margin to the tablet/stylus GtkImage
...
We want some more padding between the image and the descriptions.
2012-01-23 12:30:22 -05:00
Cosimo Cecchi
a21e302f3c
wacom: add back margin-top/bottom for title/stylus labels
...
Since we don't know whether the navigation button will be shown or not,
set a margin on these labels as well.
2012-01-23 12:29:30 -05:00
Cosimo Cecchi
257c5c0a14
wacom: remove useless xpad
2012-01-23 12:02:19 -05:00
Cosimo Cecchi
e524bc2ad5
wacom: fix packing for widgets in the panel main grid
...
Main grid has 3 columns, not four. Also, make sure to expand the main
combobox.
2012-01-23 12:02:19 -05:00
Cosimo Cecchi
101957934b
wacom: add dim-label style classes for stylus page labels
2012-01-23 12:02:19 -05:00
Cosimo Cecchi
5dec19e907
wacom: set margin directly on the navigation button label
...
Instead of setting it in the main label for each UI file. This ensures
the navigation button is automatically made bigger inside the grid.
2012-01-23 12:02:19 -05:00
Cosimo Cecchi
e84325a8d3
wacom: change the packing of the back/forward buttons
...
Back/Forward buttons need to live in a box on their own if we want the
linked effect to work correctly.
2012-01-23 12:02:19 -05:00
Jakub Steiner
e56b92191d
wacom: inking has no eraser, 2 new stylii images.
2012-01-20 14:44:33 +01:00
Jason Gerecke
f2e9b90eaa
wacom: Fix nav label's maximum page number
...
The label "X of Y" pages is incorrect when multiple tablets are plugged
in, with Y being one too small. The "num_pages" variable is already
decremented if necessary on line 70, making the ternary excessive.
https://bugzilla.gnome.org/show_bug.cgi?id=668231
2012-01-20 12:54:37 +00:00
Jakub Steiner
ad949df62e
wacom: skip the pressure wheel for now. expose buttons only.
2012-01-19 16:45:17 +01:00
Jason Gerecke
af2c94ced5
wacom: Specify monitor to use when calling run_calibration
...
Changes the signature of run_calibration to require the monitor
that calibration should take place on.
https://bugzilla.gnome.org/show_bug.cgi?id=657423
2012-01-18 23:42:23 +00:00
Jason Gerecke
611a91b91f
wacom: Get monitor tablet has ben mapped to before calibrating
...
More precisely, this patch checks if the tablet *could* be mapped.
gsd_wacom_device_get_display_monitor has a side-effect of
automatically mapping the tablet if it is necessary and possible
to ensure that it *is* mapped.
If the tablet isn't and can't be mapped, calibration is pointless.
https://bugzilla.gnome.org/show_bug.cgi?id=657423
2012-01-18 23:41:18 +00:00
Jason Gerecke
4eae26e967
wacom: Bring over files from g-s-d
...
https://bugzilla.gnome.org/show_bug.cgi?id=657423
2012-01-18 23:40:12 +00:00
Bastien Nocera
f79284b0f6
wacom: Add label to nav button
...
As per mockups
2012-01-16 17:47:35 +00:00
Bastien Nocera
5a51341ae0
wacom: Fix Stylus section layout
2012-01-16 17:46:43 +00:00
Bastien Nocera
b732da14d8
wacom: Split off the stylus page creation
...
Show configuration for multiple styli in the configuration UI.
2012-01-16 17:30:33 +00:00
Bastien Nocera
5d680981de
wacom: Update files from g-s-d
...
More stylus metadata exported.
2012-01-16 17:30:33 +00:00
Bastien Nocera
a771f350d6
wacom: Remove unused definitions
2012-01-16 17:30:33 +00:00
Jason Gerecke
bb38492e52
wacom: Have calibrator take into account window geometry
...
Current calculations assume the window is anchored at 0,0. This
obviously poses a problem in a multi-monitor setup.
2012-01-16 11:55:00 +00:00
Bastien Nocera
e722c5066d
wacom: Fix white space for some tablets
2012-01-13 17:48:09 +00:00
Bastien Nocera
a9db665dc1
wacom: Add Intuos4 to test app
2012-01-13 17:48:08 +00:00
Bastien Nocera
44865d1082
wacom: Don't use "show_all" in test
2012-01-13 17:48:08 +00:00
Bastien Nocera
ac86cd36cd
wacom: Add Intuos4 test device
2012-01-13 17:48:08 +00:00
Bastien Nocera
425b5040ea
wacom: Use symbolic name for click threshold
2012-01-13 17:48:08 +00:00
Jeremy Bicha
5ee2c07f57
Show wacom and bluetooth panels in Unity too
2012-01-12 16:05:23 -05:00
Bastien Nocera
fdac29e034
wacom: Add i18n to wacom test app
2012-01-12 19:45:29 +00:00
Bastien Nocera
0905cb347a
wacom: Add FIXME for monitor placement
2012-01-12 19:00:08 +00:00