Commit graph

78 commits

Author SHA1 Message Date
Joaquim Rocha
d78bc9772a wacom: Re-write gui_gtk in Clutter to introduce animations
The name of the file was also changed to calibratorgui.c/h to avoid
it being inconsistent, this way it is no longer dependent on the
the technology.

https://bugzilla.gnome.org/show_bug.cgi?id=667797
2013-05-17 16:36:59 +02:00
Joaquim Rocha
3cf0addbfe wacom: Do not unref variant consumed by GSettings
This avoids a critical warning.

https://bugzilla.gnome.org/show_bug.cgi?id=700511
2013-05-17 16:18:43 +02:00
Przemo Firszt
16c0a66acf wacom: Add basic OLED handling for Intuos4
This sets the OLED to the keyboard shortcut when a
custom keyboard shortcut is used.

https://bugzilla.gnome.org/show_bug.cgi?id=671072
2013-05-17 09:38:30 +02:00
Joaquim Rocha
2b34736ea8 wacom: Set the last-calibrated-resolution key after calibrating
So g-s-d will know if calibration is needed when the monitor resolution
changes.

This is related to https://bugzilla.gnome.org/show_bug.cgi?id=677095
2013-05-16 11:26:29 +02:00
Joaquim Rocha
c74a65acb5 wacom: Prevent failure when device's area cannot be retrieved
It also uses fake data from the screen's area. This functionality is
dictated by the definition of FAKE_AREA in CPPFLAGS.

https://bugzilla.gnome.org/show_bug.cgi?id=689686
2013-04-16 14:44:08 +02:00
Joaquim Rocha
9031c41784 wacom: add a link to the mouse settings panel
Based on previous work by Olivier Fourdan.
2013-04-16 12:33:16 +02:00
Olivier Fourdan
1f42956437 wacom: small code clean-up
we already set a local variable so better use it, it helps with
code readability.

https://bugzilla.gnome.org/show_bug.cgi?id=689684
2013-01-17 11:06:02 +01:00
Cosimo Cecchi
82f8c136c0 wacom: use a GResource for GtkBuilder UI definition and icons
https://bugzilla.gnome.org/show_bug.cgi?id=691132
2013-01-07 10:57:17 +01:00
Bastien Nocera
8a0f14b969 wacom: Remove extraneous semi-colon 2012-12-20 16:22:01 +01:00
Bastien Nocera
7d147e06a6 wacom: Clean up action type sanity check 2012-12-20 12:07:00 +01:00
Olivier Fourdan
f5e8101dbd wacom: check for the action type value
Action type comes from GSettings and may have been changed
to some invalid value, causing a segmentation fault in
control-center if the value is larger than the known action
types. This can also occur when downgrading from a version
with more possible actions.

Adds a sanity check to verify the given action type value
is within the bounds of the known action types.

https://bugzilla.gnome.org/show_bug.cgi?id=689265
2012-12-20 11:47:47 +01:00
Bastien Nocera
3ecbd9b3e1 wacom: Better strings for the touchring/touchstrips
Use ↺ and ↻ for the touchring buttons, and add context to the
touchstrip labels.
2012-12-20 11:29:33 +01:00
Olivier Fourdan
45d1ca8439 wacom: Use CW and CCW for ring circular motion
Using "up" and "down" on a ring is ambiguous, better
use "CW" or "CCW" to indicate the circular motion on
touch rings.

https://bugzilla.gnome.org/show_bug.cgi?id=689264
2012-12-20 10:38:59 +01:00
Olivier Fourdan
bae5488909 wacom: Add show help window to the list of actions
for pad buttons, once the OSD window patch is
merged in gnome-settings-daemon.

https://bugzilla.gnome.org/show_bug.cgi?id=683567
2012-12-20 10:38:59 +01:00
Jiro Matsuzawa
ce53dc7fd9 wacom: add translation context for Wacom action type
https://bugzilla.gnome.org/show_bug.cgi?id=682876
2012-08-28 16:51:46 +01: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
06554439b7 wacom: Do calibration for the selected tool only
As different tools may have different resolutions (e.g.
touch vs. stylus on tablets which support both).

https://bugzilla.gnome.org/show_bug.cgi?id=680114
2012-07-19 16:39:36 +01:00
Olivier Fourdan
f004ecb17d wacom: Fix critical warning after calibration
g_variant_new_array() creates a floating reference and
g_settings_set_value() consumes it, so don't unref the GVariant
ourselves.

https://bugzilla.gnome.org/show_bug.cgi?id=680171
2012-07-19 16:37:02 +01:00
Olivier Fourdan
3083fda606 wacom: Destroy display mapping dialogue on unplug
https://bugzilla.gnome.org/show_bug.cgi?id=679159
2012-07-04 14:48:54 +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
Bastien Nocera
5a2b411255 wacom: Fix crasher using link to display panel
->panel was never set within the page object.
2012-05-25 12:16:24 +01:00
Bastien Nocera
aa161bacc9 wacom: Destroy button mapping dialogue on unplug
https://bugzilla.gnome.org/show_bug.cgi?id=676790
2012-05-25 11:19:37 +01:00
Peter Hutterer
17c2e2c257 wacom: Make "Calibrate" button insensitive if there is no screen match
If no match is found for the screen tablet, calibration will fail anyway.

https://bugzilla.gnome.org/show_bug.cgi?id=673892
2012-05-18 10:35:45 +01:00
Peter Hutterer
ff31b771bb wacom: update the UI if a new tool comes in
The device_added_cb is called once for each tool added. The wacom driver
hotplugs tools in the order stylus, eraser, cursor, pad.

update_current_page will add a new page once a tablet has stylus and
eraser, before cursor and pad exist. priv->pad is thus always NULL,
causing, cc_wacom_page's update_tablet_ui to remove the "Map Buttons..."
button for any device.

Change the code to update the tool list for every new tool we get,
merely triggering the visibility of the button instead of destroying it
completely.

https://bugzilla.gnome.org/show_bug.cgi?id=672691
2012-04-12 14:43:34 +01:00
Bastien Nocera
865d322865 wacom: Add FIXME 2012-02-28 11:38:03 +00:00
Bastien Nocera
c8a24f514e wacom: Add elevator buttons to the list 2012-02-28 11:37:52 +00:00
Bastien Nocera
dbef08e360 wacom: Remove right-hand margin from nav button
https://bugzilla.gnome.org/show_bug.cgi?id=668881
2012-02-27 16:51:36 +00:00
Bastien Nocera
88f743cf45 wacom: Reorder the widgets as per mockup
https://bugzilla.gnome.org/show_bug.cgi?id=668881
2012-02-27 16:51:35 +00:00
Bastien Nocera
338fd409ee wacom: Swap nav button and label for tablet
https://bugzilla.gnome.org/show_bug.cgi?id=668881
2012-02-27 16:51:33 +00:00
Bastien Nocera
8a8492ea26 wacom: Monitor the last used stylus
And switch to its page on startup, or when drawn near the device
2012-02-20 17:58:14 +01:00
Cosimo Cecchi
d451559391 wacom: align the navigation button box to the end of their row
https://bugzilla.gnome.org/show_bug.cgi?id=668881
2012-02-20 11:23:46 +01:00
Cosimo Cecchi
41e55372a9 wacom: split the main page controls in a separate GtkGrid
The effect we want to achieve is to have the model name and button box
padded 16px to the left of the tablet controls below.
Pack all the tablet controls in a separate GtkGrid, so we can just set a
margin on that and offset its contents from the model above.

https://bugzilla.gnome.org/show_bug.cgi?id=668881
2012-02-20 11:23:44 +01:00
Bastien Nocera
a13a85b7bb wacom: Coding style fixes 2012-02-19 16:06:39 +01:00
Bastien Nocera
e0a55d2216 wacom: Make edition match that in the keyboard panel 2012-02-18 16:27:29 +01:00
Bastien Nocera
a3a96fa0f0 wacom: Fix label for hard-coded and disabled buttons 2012-02-18 14:43:04 +01:00
Bastien Nocera
5743f2098c wacom: Implement basic display mapping dialogue 2012-02-16 17:40:09 +01:00
Bastien Nocera
2bb25a7cd9 wacom: Add "Display Mapping" button
Non-operational
2012-02-16 17:36:33 +01:00
Bastien Nocera
d7bf7f8ed9 wacom: Remove extraneous linefeed 2012-02-16 17:36:33 +01:00
Bastien Nocera
55c1a44dae wacom: Implement closing the mapping dialogue 2012-02-14 19:37:53 +00:00
Bastien Nocera
27ea364ea7 wacom: Hide elevator buttons until we can handle them 2012-02-14 19:37:53 +00:00
Bastien Nocera
f100c98488 wacom: Implement saving keyboard shortcuts 2012-02-14 19:37:53 +00:00
Bastien Nocera
9df8c7cf62 wacom: Add "pad" argument to cc_wacom_page_new() 2012-02-14 19:37:53 +00:00
Bastien Nocera
16b872c8dd wacom: Add stub button mapping dialogue 2012-02-14 15:51:54 +00:00
Bastien Nocera
ca1e72c9a3 wacom: Ignore puck devices 2012-01-31 15:04:24 +00:00
Bastien Nocera
81ad779084 wacom: Fix tablet layout problems for "screen" type 2012-01-30 17:02:26 +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
289d1e90c5 wacom: Implement switching to Display settings 2012-01-26 19:10:11 +00:00
Bastien Nocera
740cd38fa5 wacom: Hide tracking mode for screen tablets 2012-01-26 19:10:10 +00: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