Bastien Nocera
1638319802
wacom: Fix wrong gsize print format
2012-01-12 13:53:45 +00:00
Bastien Nocera
d099ded276
wacom: Update for calibration API change
2012-01-12 13:53:45 +00:00
Bastien Nocera
815635a3c2
wacom: Simplify run_calibration()
2012-01-10 20:16:33 +00:00
Bastien Nocera
e70502cc3b
wacom: Use updated _get_area() API
2012-01-10 19:55:01 +00:00
Bastien Nocera
41d73eb43c
wacom: Fix gsize warnings
2012-01-10 19:45:02 +00:00
Bastien Nocera
256d57f6ef
wacom: Remove unused variable
2012-01-10 19:44:43 +00:00
Bastien Nocera
7533c6876b
wacom: Fix out-of-scope usage
...
The output of g_variant_get_fixed_array() is only valid as long
as the GVariant is valid. Outside the function, anything goes.
2012-01-10 19:43:08 +00:00
Bastien Nocera
7b82472645
wacom: s/axys/axis/
2012-01-10 19:19:24 +00:00
Bastien Nocera
8516b6a1f9
wacom: Remove custom boolean type
2012-01-10 19:12:18 +00:00
Jason Gerecke
39b2b3e469
wacom: Show calibration button for display tablets
...
https://bugzilla.gnome.org/show_bug.cgi?id=657423
2012-01-10 18:28:27 +00:00
Jason Gerecke
4fecb4c01d
wacom: Implement g-c-c calibration functionality
...
Adds and handles callback from the "Calibrate" button.
When clicked, we get the current calibration and feed
it in to the calibration utility. After it completes
we get back a modified calibration and an indication
of success. If it was successful we apply the changes,
if not, we ignore the modifed calibration.
https://bugzilla.gnome.org/show_bug.cgi?id=657423
2012-01-10 18:28:27 +00:00
Bastien Nocera
1ecd6575e9
wacom: Fix startup warnings
...
g_variant_new_array() creates a floating reference and
g_settings_set_value() consumes it, so don't unref the GVariant
ourselves.
2012-01-10 10:28:03 +00:00
Bastien Nocera
ce8186dba1
wacom: Add navigation button to navigate between styli
...
Looks a bit rough, but functionality is present.
2011-11-28 18:24:15 +00:00
Bastien Nocera
6255fccc8c
wacom: Remove unused finalize function
2011-11-28 18:24:15 +00:00
Bastien Nocera
54849a9e97
wacom: Only the stylus and eraser tools need to exist
...
And then again, not even sure about the eraser. But there
are devices we support that don't need the pad tool, such as the
Thinkpad X201 tablet.
2011-11-25 17:04:05 +00:00
Bastien Nocera
2e989dbe96
wacom: Use icon-name from tablet and stylus
2011-11-25 17:04:04 +00:00
Bastien Nocera
2baac2b28e
wacom: Follow the GsdWacomDevice reversible property
2011-11-24 19:15:14 +00:00
Bastien Nocera
12f0e30dcb
wacom: Get the tablet name from the device
2011-11-24 19:15:13 +00:00
Bastien Nocera
8f6fc0e317
wacom: Create CcWacomPage from GsdWacomDevices
...
Instead of hard-coding the location of settings.
2011-11-24 19:15:13 +00:00
Bastien Nocera
46bfcd1bc3
wacom: Split out the tablet page
...
So we can reuse it for separate tablet configurations.
2011-11-24 19:15:13 +00:00