Commit graph

11293 commits

Author SHA1 Message Date
Bastien Nocera
6c304370eb wacom: Remove unnecessary duplication 2012-01-12 15:26:16 +00:00
Bastien Nocera
f256fe0096 wacom: Identation fixes 2012-01-12 15:23:53 +00:00
Bastien Nocera
13af3b18a2 wacom: Small coding style fixes 2012-01-12 15:22:04 +00:00
Bastien Nocera
aec7039858 wacom: Remove rectangle around main text 2012-01-12 15:04:05 +00:00
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
Daniel Mustieles
af12e12373 Updated Spanish translation 2012-01-12 10:29:53 +01:00
Timo Jyrinki
eba67d17d4 Updated Finnish translation by Jiri Grönroos 2012-01-12 08:44:17 +01:00
Bastien Nocera
956590dd8b wacom: Remove unused geometry struct member 2012-01-11 20:09:40 +00:00
Bastien Nocera
6c215019db wacom: Remove geometry option from test app 2012-01-11 20:09:20 +00:00
Bastien Nocera
6ff3fc49db wacom: Fix frame around error message 2012-01-11 19:55:10 +00:00
Bastien Nocera
1d6ce52ad7 wacom: Text is white 2012-01-11 19:54:42 +00:00
Bastien Nocera
80f78151f8 wacom: Translate error message 2012-01-11 19:46:25 +00:00
Bastien Nocera
da3080d910 wacom: Avoid confusing debug message
Don't print bogus values if the calibration didn't finish
2012-01-11 19:26:58 +00:00
Bastien Nocera
ea0410764a wacom: Move window creation to _new() 2012-01-11 19:23:06 +00:00
Bastien Nocera
9845e4d582 wacom: Hide the CalibArea structure
And typedef it
2012-01-11 19:17:14 +00:00
Bastien Nocera
6e179b433e wacom: Make the window a tiny bit transparent 2012-01-11 19:16:10 +00:00
Bastien Nocera
5feefb444d wacom: Remove the use of a drawing area
We don't need one, we can draw on the window directly.
2012-01-11 19:02:37 +00:00
Bastien Nocera
f6fa0ee689 wacom: Fix memory leak 2012-01-11 18:56:09 +00:00
Bastien Nocera
8843ad8fb2 wacom: Make escape key exit
And nothing else
2012-01-11 18:39:09 +00:00
Bastien Nocera
90c7881b5f wacom: More space between clock and help text 2012-01-11 18:38:49 +00:00
Bastien Nocera
420a068209 wacom: Match help text with mockups 2012-01-11 18:38:30 +00:00
Bastien Nocera
30536b4ec0 wacom: Defuzz lines and circles
By lining them up with the pixels.
2012-01-11 18:21:51 +00:00
Bastien Nocera
f958f8c713 wacom: Remove unneeded cairo_save()/restore() 2012-01-11 18:21:21 +00:00
Bastien Nocera
4d7bb61411 wacom: Set the text frame colour to be white 2012-01-11 18:20:27 +00:00
Bastien Nocera
ce61526b41 wacom: Black background by default 2012-01-11 18:19:49 +00:00
Bastien Nocera
c79b324d5e wacom: Tweak the size of circles 2012-01-11 18:16:36 +00:00
Bastien Nocera
65485f44ee wacom: Only the current calibration target is visible 2012-01-11 17:27:00 +00:00
Bastien Nocera
0e6e52f822 wacom: Add second larger outer circle 2012-01-11 17:19:18 +00:00
Bastien Nocera
2669ec6ead wacom: Make inner circle bigger 2012-01-11 17:18:36 +00:00
Bastien Nocera
5a69e99103 wacom: Make calibration targets bigger 2012-01-11 16:31:18 +00:00
Bastien Nocera
5d6fda8f52 wacom: Mark calibrator as to be translated 2012-01-11 16:23:07 +00:00
Bastien Nocera
1087c92a0a wacom: Debug output by default in test prog 2012-01-11 16:22:44 +00:00
Bastien Nocera
0cd211cfda wacom: Add i18n support to calibrator test prog 2012-01-11 16:22:24 +00:00
Bastien Nocera
f547c902b6 wacom: Add i18n support to the calibrator 2012-01-11 16:21:44 +00:00
Bastien Nocera
03a18c7dc4 wacom: Use Pango and GTK+ to render text
Rather than cairo directly, with all that it entails.
2012-01-11 16:13:13 +00:00
Bastien Nocera
d00e7ee0bd wacom: Remove private function from header 2012-01-11 12:04:02 +00:00
Bastien Nocera
469e6a610d wacom: Add COPYING file for calibrator code
From https://github.com/tias/xinput_calibrator
2012-01-11 12:03:43 +00:00
Bastien Nocera
a5f7b09106 wacom: Fix warning with unfinished timer
We need to remove the timeout once we're done, otherwise it
will keep on running.
2012-01-10 20:34:38 +00:00
Bastien Nocera
815635a3c2 wacom: Simplify run_calibration() 2012-01-10 20:16:33 +00:00
Bastien Nocera
7567d678f9 wacom: Simplify object creation 2012-01-10 20:14:50 +00:00
Bastien Nocera
f52a0c8104 wacom: Remove printf() calls 2012-01-10 20:13:20 +00:00
Bastien Nocera
ccdb171723 wacom: Remove dead expose-event code
It's unused, and wasn't called.
2012-01-10 20:00:34 +00:00
Bastien Nocera
b7cf2edd90 wacom: Fix indentation 2012-01-10 19:55:21 +00:00
Bastien Nocera
e70502cc3b wacom: Use updated _get_area() API 2012-01-10 19:55:01 +00:00
Bastien Nocera
82d6b9e809 wacom: _get_area() helper stylistic changes
Including fixing a leak XDevice.
2012-01-10 19:54:41 +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
0b0cc5bbfd wacom: Remove unused main.h 2012-01-10 19:21:30 +00:00