Commit graph

59 commits

Author SHA1 Message Date
Jason Gerecke
e50dbea195 wacom: Bring over files from xinput-calibrator and build utility
Copies over files from a trimmed version of xinput-calibrator and
modifies the Makefile.am to build the program as a seperate utility.
This is just to verify the functionality of the code when built with
gnome-control-center.

https://bugzilla.gnome.org/show_bug.cgi?id=657423
2012-01-10 18:26:55 +00:00
Bastien Nocera
a54c382377 wacom: Make test app fixed width 2012-01-10 14:32:51 +00:00
Bastien Nocera
9caefabf2d wacom: Make closing the test app work 2012-01-10 14:27:43 +00:00
Bastien Nocera
5b277e7728 wacom: Avoid resizing when changing tablet
Or stylus. Otherwise the width of the panel is dependent on the
width of the tablet model label.
2012-01-10 11:07:16 +00:00
Bastien Nocera
ce05ad7281 wacom: Fix nav buttons not appearing correctly
Need to show the innards as well
2012-01-10 11:04:14 +00:00
Bastien Nocera
145079dc1e wacom: Update from g-s-d
Re-adds the fake devices to the test application.
2012-01-10 10:48:34 +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
Jason Gerecke
fbe03baa43 wacom: Add trailing slash to schema path
Path names must end in a trailing slash. Without it, the varous
g_settings_* functions get confused about where to seperate the
key and value.

https://bugzilla.gnome.org/show_bug.cgi?id=667609
2012-01-10 09:59:14 +00:00
Florian Müllner
4cd7b6c6dc .desktop: Drop prefix from X-GNOME-Keywords
The field has now been included in the spec, so use the standardized
name.
2011-12-19 16:26:40 +01:00
Bastien Nocera
1ffb3ffdc1 wacom: Update from gnome-settings-daemon 2011-12-14 18:55:43 +00:00
Bastien Nocera
eab81355a0 wacom: Update gsd-wacom-device.[ch] from g-s-d
Bringing us per-tablet and per-styli settings and support for multiple
styli.
2011-12-12 18:20:04 +00:00
Bastien Nocera
6296a0f522 wacom: Add gsd-input-helper.[ch] from g-s-d 2011-12-12 18:20:04 +00:00
Bastien Nocera
d5623b731e wacom: Don't crash if created devices don't exist 2011-12-12 18:20:03 +00:00
Cosimo Cecchi
b39356f69c wacom: add some spacing between the panel sections
https://bugzilla.gnome.org/show_bug.cgi?id=665079
2011-11-28 15:07:36 -05:00
Cosimo Cecchi
87297edb39 wacom: fix packing for the left handed switch section
https://bugzilla.gnome.org/show_bug.cgi?id=665079
2011-11-28 15:07:36 -05:00
Cosimo Cecchi
62e670963e wacom: make sure description labels are right-aligned and dim
As in the mockups.

https://bugzilla.gnome.org/show_bug.cgi?id=665079
2011-11-28 15:07:36 -05:00
Cosimo Cecchi
5b86a93dfd wacom: add the LINKED style class to the navigation widget
GTK+ defines a LINKED style class for linked containers now; set it on
the navigation widget so that the theme can render the buttons
connected.

https://bugzilla.gnome.org/show_bug.cgi?id=665079
2011-11-28 15:07:36 -05: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
46a3b9697b wacom: Add navigation button 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
da26a8e1cf wacom: Add test program for the pages
No need to carry hardware around, cheers!
2011-11-25 17:04:05 +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
d17cc86ce9 wacom: Add Thinkpad X201 fake device 2011-11-25 17:04:05 +00:00
Bastien Nocera
b583f5c07f wacom: Add Wacom BT fake device 2011-11-25 17:04:05 +00:00
Bastien Nocera
4b137420ae wacom: Add FIXME 2011-11-25 17:04:04 +00:00
Bastien Nocera
05546dd3ff wacom: Add functions to create fake devices 2011-11-25 17:04:04 +00:00
Bastien Nocera
2e989dbe96 wacom: Use icon-name from tablet and stylus 2011-11-25 17:04:04 +00:00
Bastien Nocera
627f17226c wacom: Install new assets 2011-11-25 17:04:04 +00:00
Bastien Nocera
e88ec64942 wacom: Fix creation of eraser 2011-11-25 17:04:04 +00:00
Bastien Nocera
19228ed072 wacom: Add icon-name property to tablets 2011-11-25 14:06:34 +00:00
Bastien Nocera
e999a08a4e wacom: Add icon-name property to styli 2011-11-25 14:06:07 +00:00
Jakub Steiner
527b4a10a9 wacom: inking pen, +tweaks to color/grid snapping. 2011-11-25 14:46:34 +01:00
Jakub Steiner
dac37d92c1 wacom: add more generic device gfx
- wacom-tablet is a regular type (intuos family), wacom-tablet-cintiq is the screen tablet family, wacom-tablet-pc is the tablet pcs (laptops)
- added airbrush stylus (more to come)
- tweaked pixel snapping on stylus
2011-11-25 14:02:21 +01:00
Bastien Nocera
6ab73fd36a wacom: Reversible by default
As that was the default in 3.2
2011-11-24 19:15:14 +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
87fc4c9a60 wacom: Update for CcWacomPage changes
Pages are now created dynamically, and the UI supports multiple
different types of tablets (even though GsdWacomDevice doesn't, and
we don't have any UI to switch devices).
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
7976938fc6 wacom: Remove unused finalize function 2011-11-24 19:15:13 +00:00
Bastien Nocera
d44d5939b4 wacom: Add copy/paste GsdWacomDevice from g-s-d 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
Bastien Nocera
9d96073023 wacom: Minimum port to latest g-s-d code
Just so that we don't crash on startup.
2011-11-22 18:16:45 +00:00
Bastien Nocera
6665b60422 panels: Update for Shell API changes 2011-11-07 18:03:14 +00:00
Bastien Nocera
4ef431c34f wacom: Show "stand-by" page when Wacom not available
https://bugzilla.gnome.org/show_bug.cgi?id=657424
2011-09-20 09:53:32 +01:00
Bastien Nocera
cf49cbc990 wacom: Make string as translatable 2011-09-02 16:59:08 +01:00
Peter Hutterer
a4c96614bf wacom: add a left-handed switch
Add a switch for left-handed orientation (read: no/180 degree
rotation). g-s-d and  the driver allow for 4 orientations, so this only
activates the switch as "on" if the rotation is "half".

https://bugzilla.gnome.org/show_bug.cgi?id=657810
2011-09-02 16:47:02 +01:00
Jakub Steiner
e3dbbef480 wacom: Improve alignment of lines and widgets
Use SVG image instead of PNG so that it will scale with the font size.

https://bugzilla.gnome.org/show_bug.cgi?id=657425
2011-09-02 15:34:54 +01:00
Peter Hutterer
98550289a3 wacom: dim the labels (grey, not black)
https://bugzilla.gnome.org/show_bug.cgi?id=657812
2011-09-01 10:29:14 +01:00
Bastien Nocera
ea562b93d5 wacom: Rename the Wacom panel
to "Wacom Graphics Tablet", as proposed by Richard Hughes.

https://bugzilla.gnome.org/show_bug.cgi?id=657443
2011-08-29 12:27:26 +01:00
Bastien Nocera
05ffef7347 wacom: Fix strange bottom padding
Spotted by Matthias Clasen <mclasen@redhat.com>

https://bugzilla.gnome.org/show_bug.cgi?id=657426
2011-08-27 12:27:02 +01:00