Re: [Linuxwacom-devel] libwacom not recognizing touch(screen) devices

2013-06-27 Thread Peter Hutterer
On Tue, Jun 11, 2013 at 12:07:10AM +0200, Sjoerd Simons wrote: On Fri, 2013-05-31 at 16:44 +1000, Peter Hutterer wrote: On Fri, May 24, 2013 at 10:47:32PM +0200, Sjoerd Simons wrote: Attached is an updated version of the patch which prevents false-positives by checking whether a

Re: [Linuxwacom-devel] libwacom not recognizing touch(screen) devices

2013-06-10 Thread Sjoerd Simons
On Fri, 2013-05-31 at 16:44 +1000, Peter Hutterer wrote: On Fri, May 24, 2013 at 10:47:32PM +0200, Sjoerd Simons wrote: Attached is an updated version of the patch which prevents false-positives by checking whether a touchscreen device uses the wacom kernel driver (by checking the

Re: [Linuxwacom-devel] libwacom not recognizing touch(screen) devices

2013-05-31 Thread Peter Hutterer
On Fri, May 24, 2013 at 10:47:32PM +0200, Sjoerd Simons wrote: On Tue, 2013-04-16 at 10:35 +1000, Peter Hutterer wrote: On Mon, Mar 25, 2013 at 09:22:20AM +0100, Sjoerd Simons wrote: Making libwacom recognize the touch device as a wacom device solves this issue (As it makes gnome set the

Re: [Linuxwacom-devel] libwacom not recognizing touch(screen) devices

2013-05-24 Thread Sjoerd Simons
On Tue, 2013-04-16 at 10:35 +1000, Peter Hutterer wrote: On Mon, Mar 25, 2013 at 09:22:20AM +0100, Sjoerd Simons wrote: Making libwacom recognize the touch device as a wacom device solves this issue (As it makes gnome set the wacom rotation for it) sorry, too simple a fix and too many

Re: [Linuxwacom-devel] libwacom not recognizing touch(screen) devices

2013-04-16 Thread Ritesh Khadgaray
Hi Let me know, if this would work fine ? reference: https://sourceforge.net/p/linuxwacom/bugs/227/ -- --ritz (paradoxum) % Most bacteria have the decency to be microscopic. Epulopiscium fishelsoni is not among them. The newly identified one-celled macro-microorganism is a full .5

[Linuxwacom-devel] libwacom not recognizing touch(screen) devices

2013-03-25 Thread Sjoerd Simons
Hey, When playing with the latest gnome on an X220t i noticed that the pen input on the built-in tablet nicely follows the rotation of the screen but the finger touch input does not. Making libwacom recognize the touch device as a wacom device solves this issue (As it makes gnome set the wacom

Re: [Linuxwacom-devel] libwacom: [PATCH] test: check number of switches against number of modes

2012-12-19 Thread Peter Hutterer
On Fri, Dec 14, 2012 at 12:16:41PM +0100, Olivier Fourdan wrote: From 5fe5a58ad6eada45471e670625b60cd10b52b0be Mon Sep 17 00:00:00 2001 From: Olivier Fourdan ofour...@redhat.com Date: Fri, 14 Dec 2012 12:08:09 +0100 Subject: [PATCH] test: check number of switches against number of modes

[Linuxwacom-devel] libwacom: [PATCH] test: check number of switches against number of modes

2012-12-14 Thread Olivier Fourdan
From 5fe5a58ad6eada45471e670625b60cd10b52b0be Mon Sep 17 00:00:00 2001 From: Olivier Fourdan ofour...@redhat.com Date: Fri, 14 Dec 2012 12:08:09 +0100 Subject: [PATCH] test: check number of switches against number of modes Most tablets have one mode-switch button and multiple modes, but some

[Linuxwacom-devel] libwacom: Mode-switches and libwacom API

2012-12-13 Thread Olivier Fourdan
Hi all, It seems GNOME settings daemon was modelled after the I4, where you have multiple modes (4 on the I4) and a single mode-switch button. Pressing the mode-switch will cycle between the mode, 1, 2, 3, 4, 1, 2, etc. The hardware on the 24HD is different, there are 3 modes per ring, and 3

Re: [Linuxwacom-devel] libwacom: Mode-switches and libwacom API

2012-12-13 Thread Bastien Nocera
On Thu, 2012-12-13 at 11:52 +0100, Olivier Fourdan wrote: Hi all, It seems GNOME settings daemon was modelled after the I4, where you have multiple modes (4 on the I4) and a single mode-switch button. snip The hardware on the 24HD is different Blame work, which bought me the wrong kind of

Re: [Linuxwacom-devel] libwacom: Mode-switches and libwacom API

2012-12-13 Thread Olivier Fourdan
Hi Bastien, Bastien Nocera said the following on 12/13/2012 12:12 PM: [...] The hardware on the 24HD is different Blame work, which bought me the wrong kind of hardware. Oh, sorry, I really did not mean to blame anything or anybody, sorry if my email sounded like that, it was not my

Re: [Linuxwacom-devel] libwacom: Mode-switches and libwacom API

2012-12-13 Thread Olivier Fourdan
Olivier Fourdan said the following on 12/13/2012 01:26 PM: [...] What I am after is really a way to fix this, without introducing too many ugly hacks in gnome-settings-daemon... Thus my question about using the API in libwacom to detect the different use cases. Well, it proved easier than I

[Linuxwacom-devel] libwacom: [PATCH] test: warn if a tablet has buttons but no layout

2012-12-12 Thread Olivier Fourdan
From 67ff0a18b8807d4d254b8e074f0d3d83a8b64547 Mon Sep 17 00:00:00 2001 From: Olivier Fourdan ofour...@redhat.com Date: Wed, 12 Dec 2012 09:55:07 +0100 Subject: [PATCH] test: warn if a tablet has buttons but no layout so we can quickly spot the layouts to contribute, but do not assert since

[Linuxwacom-devel] libwacom: [PATCH 2/2] data: fix wrong size in intuos4 6x9 layout

2012-12-12 Thread Olivier Fourdan
From 2ffeca2fb6954eccb02dc8844eee5f9cd037d1af Mon Sep 17 00:00:00 2001 From: Olivier Fourdan ofour...@redhat.com Date: Wed, 12 Dec 2012 09:54:00 +0100 Subject: [PATCH 2/2] data: fix wrong size in intuos4 6x9 layout and adjust buttons' position accordingly. Signed-off-by: Olivier Fourdan

[Linuxwacom-devel] libwacom: [PATCH 1/2] data: add layout for intuos4 4x9 wireless

2012-12-12 Thread Olivier Fourdan
From 2b5578af252629c573f353225004159646a21b98 Mon Sep 17 00:00:00 2001 From: Olivier Fourdan ofour...@redhat.com Date: Wed, 12 Dec 2012 09:53:18 +0100 Subject: [PATCH 1/2] data: add layout for intuos4 4x9 wireless Signed-off-by: Olivier Fourdan ofour...@redhat.com ---

Re: [Linuxwacom-devel] libwacom: [PATCH 1/6] data: add layout for Wacom Graphire4 4x5

2012-12-12 Thread Peter Hutterer
On Tue, Dec 11, 2012 at 08:09:38PM +0100, Olivier Fourdan wrote: From b6f902ea9b358ace5599e408e1906e08f8e4ee6a Mon Sep 17 00:00:00 2001 From: Olivier Fourdan ofour...@redhat.com Date: Tue, 11 Dec 2012 15:50:37 +0100 Subject: [PATCH 1/6] data: add layout for Wacom Graphire4 4x5

Re: [Linuxwacom-devel] libwacom: [PATCH] test: warn if a tablet has buttons but no layout

2012-12-12 Thread Peter Hutterer
On Wed, Dec 12, 2012 at 10:03:35AM +0100, Olivier Fourdan wrote: From 67ff0a18b8807d4d254b8e074f0d3d83a8b64547 Mon Sep 17 00:00:00 2001 From: Olivier Fourdan ofour...@redhat.com Date: Wed, 12 Dec 2012 09:55:07 +0100 Subject: [PATCH] test: warn if a tablet has buttons but no layout so we

Re: [Linuxwacom-devel] libwacom: [PATCH 1/2] data: add layout for intuos4 4x9 wireless

2012-12-12 Thread Peter Hutterer
On Wed, Dec 12, 2012 at 10:12:26AM +0100, Olivier Fourdan wrote: From 2b5578af252629c573f353225004159646a21b98 Mon Sep 17 00:00:00 2001 From: Olivier Fourdan ofour...@redhat.com Date: Wed, 12 Dec 2012 09:53:18 +0100 Subject: [PATCH 1/2] data: add layout for intuos4 4x9 wireless

Re: [Linuxwacom-devel] libwacom: [PATCH 0/3]: Add layouts for Cintiq 20WSX/24HD and DTI-520

2012-12-11 Thread Peter Hutterer
On Mon, Dec 10, 2012 at 05:40:18PM +0100, Olivier Fourdan wrote: merged, thanks. can't push atm, sf seems to be down, but expect this upstream soon. btw, if you're leaving the cover letter for a patch series empty you can just skip it altogether. Cheers, Peter

Re: [Linuxwacom-devel] libwacom: [PATCH 0/3] Add Cintiq 21UX/21UX2/22HD layouts

2012-12-11 Thread Peter Hutterer
On Fri, Dec 07, 2012 at 03:42:39PM +0100, Olivier Fourdan wrote: Missing 24HD, that's for next week :) series merged, thanks Cheers, Peter -- LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial

Re: [Linuxwacom-devel] libwacom: [PATCH] data: fix 2mm offset in label positioning

2012-12-11 Thread Peter Hutterer
On Fri, Dec 07, 2012 at 05:17:39PM +0100, Olivier Fourdan wrote: merged, thanks Cheers, Peter From dc81f18b8ccc62ab8440563c641d759825ce461f Mon Sep 17 00:00:00 2001 From: Olivier Fourdan ofour...@redhat.com Date: Fri, 7 Dec 2012 17:15:23 +0100 Subject: [PATCH] data: fix 2mm offset in

[Linuxwacom-devel] libwacom: [PATCH 1/6] data: add layout for Wacom Graphire4 4x5

2012-12-11 Thread Olivier Fourdan
From b6f902ea9b358ace5599e408e1906e08f8e4ee6a Mon Sep 17 00:00:00 2001 From: Olivier Fourdan ofour...@redhat.com Date: Tue, 11 Dec 2012 15:50:37 +0100 Subject: [PATCH 1/6] data: add layout for Wacom Graphire4 4x5 Signed-off-by: Olivier Fourdan ofour...@redhat.com --- data/graphire4-4x5.tablet

[Linuxwacom-devel] libwacom: [PATCH 2/6] data: add layout for Wacom Graphire Wireless

2012-12-11 Thread Olivier Fourdan
From 84cf6438d239eb25b322428641a0955204f82902 Mon Sep 17 00:00:00 2001 From: Olivier Fourdan ofour...@redhat.com Date: Tue, 11 Dec 2012 15:51:14 +0100 Subject: [PATCH 2/6] data: add layout for Wacom Graphire Wireless Signed-off-by: Olivier Fourdan ofour...@redhat.com ---

[Linuxwacom-devel] libwacom: [PATCH 3/6] data: add layout for Bamboo Craft CTH-461

2012-12-11 Thread Olivier Fourdan
From 4a5ac8df3255aa05cfe4715be1e00cb9236815ae Mon Sep 17 00:00:00 2001 From: Olivier Fourdan ofour...@redhat.com Date: Tue, 11 Dec 2012 20:06:19 +0100 Subject: [PATCH 3/6] data: add layout for Bamboo Craft CTH-461 Signed-off-by: Olivier Fourdan ofour...@redhat.com --- data/bamboo-craft.tablet

[Linuxwacom-devel] libwacom: [PATCH 5/6] data: add layout for Bamboo 2fg 6x8 CTH-661

2012-12-11 Thread Olivier Fourdan
From c8501a8cc9e0dcb7dc38103055d8b4232553dc96 Mon Sep 17 00:00:00 2001 From: Olivier Fourdan ofour...@redhat.com Date: Tue, 11 Dec 2012 20:07:06 +0100 Subject: [PATCH 5/6] data: add layout for Bamboo 2fg 6x8 CTH-661 Signed-off-by: Olivier Fourdan ofour...@redhat.com ---

[Linuxwacom-devel] libwacom: [PATCH 4/6] data: add layout for Bamboo 2fg CTT-460

2012-12-11 Thread Olivier Fourdan
From 50d9f75464a09a6f0708c317b5643295210542c0 Mon Sep 17 00:00:00 2001 From: Olivier Fourdan ofour...@redhat.com Date: Tue, 11 Dec 2012 20:06:46 +0100 Subject: [PATCH 4/6] data: add layout for Bamboo 2fg CTT-460 Signed-off-by: Olivier Fourdan ofour...@redhat.com --- data/bamboo-2fg.tablet

[Linuxwacom-devel] libwacom: [PATCH 6/6] data: add layout for Bamboo 2fg 4x5 CTH-460

2012-12-11 Thread Olivier Fourdan
From 9b79ae9d2b68ac93e4aae902ddf3bd6f5650e15c Mon Sep 17 00:00:00 2001 From: Olivier Fourdan ofour...@redhat.com Date: Tue, 11 Dec 2012 20:07:34 +0100 Subject: [PATCH 6/6] data: add layout for Bamboo 2fg 4x5 CTH-460 Signed-off-by: Olivier Fourdan ofour...@redhat.com ---

[Linuxwacom-devel] libwacom: [PATCH 0/3]: Add layouts for Cintiq 20WSX/24HD and DTI-520

2012-12-10 Thread Olivier Fourdan
-- LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial Remotely access PCs and mobile devices and provide instant support Improve your efficiency, and focus on delivering more value-add services Discover

[Linuxwacom-devel] libwacom: [PATCH 1/3] data: add layout for Cintiq 20WSX

2012-12-10 Thread Olivier Fourdan
From c6135a7dee6b0e88d5eed89c75f4de0250d41eae Mon Sep 17 00:00:00 2001 From: Olivier Fourdan ofour...@redhat.com Date: Mon, 10 Dec 2012 15:51:55 +0100 Subject: [PATCH 1/3] data: add layout for Cintiq 20WSX Signed-off-by: Olivier Fourdan ofour...@redhat.com --- data/cintiq-20wsx.tablet |

[Linuxwacom-devel] libwacom: [PATCH 3/3] data: add layout for DTI-520

2012-12-10 Thread Olivier Fourdan
From 656ecf22f210c191677f7f7139d989c56452a97e Mon Sep 17 00:00:00 2001 From: Olivier Fourdan ofour...@redhat.com Date: Mon, 10 Dec 2012 17:36:09 +0100 Subject: [PATCH 3/3] data: add layout for DTI-520 Signed-off-by: Olivier Fourdan ofour...@redhat.com --- data/dti-520.tablet |1 +

[Linuxwacom-devel] libwacom: [PATCH 2/3] data: add layout for Cintiq 24HD

2012-12-10 Thread Olivier Fourdan
From da7b5353d845ce33f113885628184ea8083d04d2 Mon Sep 17 00:00:00 2001 From: Olivier Fourdan ofour...@redhat.com Date: Mon, 10 Dec 2012 15:52:18 +0100 Subject: [PATCH 2/3] data: add layout for Cintiq 24HD and Cintiq 24HD touch Signed-off-by: Olivier Fourdan ofour...@redhat.com ---

[Linuxwacom-devel] libwacom: [PATCH 1/3] data: add layout for Cintiq 21UX2

2012-12-07 Thread Olivier Fourdan
From 9d23ad138c7f6b77ff1c18919aa6622a21ec3e24 Mon Sep 17 00:00:00 2001 From: Olivier Fourdan ofour...@redhat.com Date: Fri, 7 Dec 2012 15:34:24 +0100 Subject: [PATCH 1/3] data: add layout for Cintiq 21UX2 Signed-off-by: Olivier Fourdan ofour...@redhat.com --- data/cintiq-21ux2.tablet |

[Linuxwacom-devel] libwacom: [PATCH 3/3] data: add layout for Cintiq 21UX

2012-12-07 Thread Olivier Fourdan
From 24f585f3c7c93bb4be6b9f039fddadd8308a5398 Mon Sep 17 00:00:00 2001 From: Olivier Fourdan ofour...@redhat.com Date: Fri, 7 Dec 2012 15:35:54 +0100 Subject: [PATCH 3/3] data: add layout for Cintiq 21UX Signed-off-by: Olivier Fourdan ofour...@redhat.com --- data/cintiq-21ux.tablet |1

[Linuxwacom-devel] libwacom: [PATCH 0/3] Add Cintiq 21UX/21UX2/22HD layouts

2012-12-07 Thread Olivier Fourdan
Missing 24HD, that's for next week :) -- LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial Remotely access PCs and mobile devices and provide instant support Improve your efficiency, and focus on

[Linuxwacom-devel] libwacom: [PATCH 2/3] data: add layout for Cintiq 22HD

2012-12-07 Thread Olivier Fourdan
From 2e416405f513dfa978ebcb0b35007bc16644720f Mon Sep 17 00:00:00 2001 From: Olivier Fourdan ofour...@redhat.com Date: Fri, 7 Dec 2012 15:34:50 +0100 Subject: [PATCH 2/3] data: add layout for Cintiq 22HD Signed-off-by: Olivier Fourdan ofour...@redhat.com --- data/cintiq-22hd.tablet |3

[Linuxwacom-devel] libwacom: [PATCH] data: fix 2mm offset in label positioning

2012-12-07 Thread Olivier Fourdan
From dc81f18b8ccc62ab8440563c641d759825ce461f Mon Sep 17 00:00:00 2001 From: Olivier Fourdan ofour...@redhat.com Date: Fri, 7 Dec 2012 17:15:23 +0100 Subject: [PATCH] data: fix 2mm offset in label positioning on Wacom Intuos5 M/L Signed-off-by: Olivier Fourdan ofour...@redhat.com ---

[Linuxwacom-devel] libwacom: [PATCH 1/7] data: add layout for Intuos3-4x5

2012-12-06 Thread Olivier Fourdan
From 84e6a0a6982401b5379f36700fe7c15aa46db0fb Mon Sep 17 00:00:00 2001 From: Olivier Fourdan ofour...@redhat.com Date: Thu, 6 Dec 2012 15:22:56 +0100 Subject: [PATCH 1/7] data: add layout for Intuos3-4x5 Signed-off-by: Olivier Fourdan ofour...@redhat.com --- data/intuos3-4x5.tablet |1

[Linuxwacom-devel] libwacom: [PATCH 6/7] data: add layout for Intuos3-12x12

2012-12-06 Thread Olivier Fourdan
From c19d1fa2fd70e00f879864e6e47ff5c79ef9bed4 Mon Sep 17 00:00:00 2001 From: Olivier Fourdan ofour...@redhat.com Date: Thu, 6 Dec 2012 15:24:29 +0100 Subject: [PATCH 6/7] data: add layout for Intuos3-12x12 Signed-off-by: Olivier Fourdan ofour...@redhat.com --- data/intuos3-12x12.tablet |

[Linuxwacom-devel] libwacom: [PATCH 7/7] data: add layout for Intuos3-12x19

2012-12-06 Thread Olivier Fourdan
From a77f11208a4c6eb1b3a9eda67fd9fd58dd933c07 Mon Sep 17 00:00:00 2001 From: Olivier Fourdan ofour...@redhat.com Date: Thu, 6 Dec 2012 15:24:41 +0100 Subject: [PATCH 7/7] data: add layout for Intuos3-12x19 Signed-off-by: Olivier Fourdan ofour...@redhat.com --- data/intuos3-12x19.tablet |

[Linuxwacom-devel] libwacom: [PATCH 5/7] data: add layout for Intuos3-9x12

2012-12-06 Thread Olivier Fourdan
From 51164cc89bc2d9e843c0b5c2b31588b134a69199 Mon Sep 17 00:00:00 2001 From: Olivier Fourdan ofour...@redhat.com Date: Thu, 6 Dec 2012 15:24:09 +0100 Subject: [PATCH 5/7] data: add layout for Intuos3-9x12 Signed-off-by: Olivier Fourdan ofour...@redhat.com --- data/intuos3-9x12.tablet |

Re: [Linuxwacom-devel] libwacom: [PATCH 0/7] data: add layouts for Intuos3

2012-12-06 Thread Peter Hutterer
On Thu, Dec 06, 2012 at 03:34:35PM +0100, Olivier Fourdan wrote: 3dd6c47..f2b27c1 master - master thanks Cheers, Peter -- LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial Remotely access PCs

[Linuxwacom-devel] libwacom: [PATCH 0/6] data: add more new layouts for Intuos4 and Intuos5

2012-12-05 Thread Olivier Fourdan
-- LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial Remotely access PCs and mobile devices and provide instant support Improve your efficiency, and focus on delivering more value-add services Discover

[Linuxwacom-devel] libwacom: [PATCH 1/6] data: add layout for Intuos5 S/Intuos5 S touch

2012-12-05 Thread Olivier Fourdan
From 6b566054552e38bfe807263a8004412a0221f6c1 Mon Sep 17 00:00:00 2001 From: Olivier Fourdan ofour...@redhat.com Date: Wed, 5 Dec 2012 17:39:09 +0100 Subject: [PATCH 1/6] data: add layout for Intuos5 S/Intuos5 S touch Signed-off-by: Olivier Fourdan ofour...@redhat.com --- data/intuos5-s.tablet

[Linuxwacom-devel] libwacom: [PATCH 2/6] data: add layout for Intuos5 L touch

2012-12-05 Thread Olivier Fourdan
From bd06c376f46cfed308704baf856ca0716ca1a1f6 Mon Sep 17 00:00:00 2001 From: Olivier Fourdan ofour...@redhat.com Date: Wed, 5 Dec 2012 17:40:44 +0100 Subject: [PATCH 2/6] data: add layout for Intuos5 L touch Signed-off-by: Olivier Fourdan ofour...@redhat.com --- data/intuos5-touch-l.tablet |

[Linuxwacom-devel] libwacom: [PATCH 4/6] data: add layout for Intuos4 M/Intuos4 6x9

2012-12-05 Thread Olivier Fourdan
From c3f3132642007a078b7f29d9c4a855fdc2a0f1e1 Mon Sep 17 00:00:00 2001 From: Olivier Fourdan ofour...@redhat.com Date: Wed, 5 Dec 2012 17:42:53 +0100 Subject: [PATCH 4/6] data: add layout for Intuos4 M/Intuos4 6x9 Signed-off-by: Olivier Fourdan ofour...@redhat.com --- data/intuos4-6x9.tablet

[Linuxwacom-devel] libwacom: [PATCH 3/6] data: add layout for Intuos4 S/Intuos4 4x6

2012-12-05 Thread Olivier Fourdan
From 8d967a8c3ea33d71a7ab3651bf32bd40508198b0 Mon Sep 17 00:00:00 2001 From: Olivier Fourdan ofour...@redhat.com Date: Wed, 5 Dec 2012 17:42:03 +0100 Subject: [PATCH 3/6] data: add layout for Intuos4 S/Intuos4 4x6 Signed-off-by: Olivier Fourdan ofour...@redhat.com --- data/intuos4-4x6.tablet

[Linuxwacom-devel] libwacom: [PATCH 5/6] data: add layout for Intuos4 L/Intuos4 8x13

2012-12-05 Thread Olivier Fourdan
From aef8d4da49d2719b393a8ac105859257db857ef4 Mon Sep 17 00:00:00 2001 From: Olivier Fourdan ofour...@redhat.com Date: Wed, 5 Dec 2012 17:43:34 +0100 Subject: [PATCH 5/6] data: add layout for Intuos4 L/Intuos4 8x13 Signed-off-by: Olivier Fourdan ofour...@redhat.com --- data/intuos4-8x13.tablet

[Linuxwacom-devel] libwacom: [PATCH 6/6] data: add layout for Intuos4 XL/Intuos4 12x19

2012-12-05 Thread Olivier Fourdan
From a90b1738a49788a6a15c023bcc11b247e2f2beef Mon Sep 17 00:00:00 2001 From: Olivier Fourdan ofour...@redhat.com Date: Wed, 5 Dec 2012 17:44:15 +0100 Subject: [PATCH 6/6] data: add layout for Intuos4 XL/Intuos4 12x19 Signed-off-by: Olivier Fourdan ofour...@redhat.com ---

Re: [Linuxwacom-devel] libwacom: [PATCH 0/2] data: update SVG layouts

2012-12-05 Thread Peter Hutterer
On Tue, Dec 04, 2012 at 09:16:14AM +0100, Olivier Fourdan wrote: Peter Hutterer said the following on 12/04/2012 04:13 AM: I've merged these and all the standalone patches. Let me know if I forgot any. 37d5fd6..1366904 master - master Perfect! Many thanks for this! Only thing is,

Re: [Linuxwacom-devel] libwacom: [PATCH 0/6] data: add more new layouts for Intuos4 and Intuos5

2012-12-05 Thread Peter Hutterer
On Wed, Dec 05, 2012 at 05:48:50PM +0100, Olivier Fourdan wrote: 1366904..3dd6c47 master - master thanks Cheers, Peter -- LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial Remotely access PCs

Re: [Linuxwacom-devel] libwacom: [PATCH] data: rename serial WACf004 to generic serial

2012-12-05 Thread Peter Hutterer
On Tue, Dec 04, 2012 at 11:29:34AM +0100, Olivier Fourdan wrote: Hi, It's been reported [1] that some serial tablet are wrongly seen as Wacom Serial Tablet WACf004. Looking at the device definition in libwacom, it appears that the DeviceMatch for the serial-wacf004.tablet is

Re: [Linuxwacom-devel] libwacom: [PATCH 0/2] data: update SVG layouts

2012-12-04 Thread Olivier Fourdan
Peter Hutterer said the following on 12/04/2012 04:13 AM: I've merged these and all the standalone patches. Let me know if I forgot any. 37d5fd6..1366904 master - master Perfect! Many thanks for this! Only thing is, I dunno why, but the copyright © sign gets replaced by ?? here, after

[Linuxwacom-devel] libwacom: [PATCH] data: rename serial WACf004 to generic serial

2012-12-04 Thread Olivier Fourdan
Hi, It's been reported [1] that some serial tablet are wrongly seen as Wacom Serial Tablet WACf004. Looking at the device definition in libwacom, it appears that the DeviceMatch for the serial-wacf004.tablet is serial:: so I suspect any unknown serial tablet will be reported as a

Re: [Linuxwacom-devel] libwacom: [PATCH] data: rename serial WACf004 to generic serial

2012-12-04 Thread Ping Cheng
On Tue, Dec 4, 2012 at 2:29 AM, Olivier Fourdan ofour...@redhat.com wrote: Hi, It's been reported [1] that some serial tablet are wrongly seen as Wacom Serial Tablet WACf004. Looking at the device definition in libwacom, it appears that the DeviceMatch for the serial-wacf004.tablet is

[Linuxwacom-devel] libwacom: [PATCH] lib: use integration flags from device info

2012-12-03 Thread Olivier Fourdan
Following the comments from Peter regarding /not/ changing the integration flags when set in the database. From 63808789de413dc4ea60fadc7bb897cc870b008d Mon Sep 17 00:00:00 2001 From: Olivier Fourdan ofour...@redhat.com Date: Mon, 3 Dec 2012 10:25:11 +0100 Subject: [PATCH] lib: use integration

[Linuxwacom-devel] libwacom: [PATCH] lib: use integration flags from device info

2012-12-03 Thread Olivier Fourdan
Resend, sorry the commit message was the opposite of what I meant... From 378edbc1b5caec1e27164d33dd4135a38b32f003 Mon Sep 17 00:00:00 2001 From: Olivier Fourdan ofour...@redhat.com Date: Mon, 3 Dec 2012 10:25:11 +0100 Subject: [PATCH] lib: use integration flags from device info if and only if

[Linuxwacom-devel] libwacom: set of patches...

2012-12-03 Thread Olivier Fourdan
Hi all, I admit I tend to get lost a bit myself with all the patches I sent, so if you're like me, I placed the full list of patches here: http://people.redhat.com/ofourdan/libwacom/patches/ These patches are meant to go on top of current (as of today) git master. Hope it helps :)

Re: [Linuxwacom-devel] libwacom: [PATCH] lib: constify parameters in API

2012-12-03 Thread Peter Hutterer
On Thu, Nov 29, 2012 at 07:07:18PM +0100, Olivier Fourdan wrote: [...] Olivier Fourdan said the following on 11/29/2012 05:49 PM: sorry, I didn't spot this earlier, this should be const WacomDevice *device. (only noticed that when doing some printf testing on my device). Given that

Re: [Linuxwacom-devel] libwacom: [PATCH 0/3] data: add leaders to layouts

2012-12-03 Thread Peter Hutterer
On Fri, Nov 30, 2012 at 02:56:40PM +0100, Olivier Fourdan wrote: Separated patches for the addition of leaders in layout files. c5c38f1..37d5fd6 master - master thanks Cheers, Peter -- LogMeIn Rescue:

Re: [Linuxwacom-devel] libwacom: [PATCH] tools: increase timeout for animation

2012-12-03 Thread Peter Hutterer
On Fri, Nov 30, 2012 at 03:06:05PM +0100, Olivier Fourdan wrote: From 06ff3bab2f21f9b25191fb280ae5f25741c21cd1 Mon Sep 17 00:00:00 2001 From: Olivier Fourdan ofour...@redhat.com Date: Fri, 30 Nov 2012 11:37:17 +0100 Subject: [PATCH] tools: increase timeout for animation Signed-off-by:

Re: [Linuxwacom-devel] libwacom: [PATCH] lib: use integration flags from device info

2012-12-03 Thread Peter Hutterer
On Mon, Dec 03, 2012 at 10:53:31AM +0100, Olivier Fourdan wrote: Resend, sorry the commit message was the opposite of what I meant... From 378edbc1b5caec1e27164d33dd4135a38b32f003 Mon Sep 17 00:00:00 2001 From: Olivier Fourdan ofour...@redhat.com Date: Mon, 3 Dec 2012 10:25:11 +0100 Subject:

Re: [Linuxwacom-devel] libwacom: [PATCH 0/2] data: update SVG layouts

2012-12-03 Thread Peter Hutterer
On Fri, Nov 30, 2012 at 03:12:12PM +0100, Olivier Fourdan wrote: I never really liked the indentation for the SVG layouts, having one SVG object per single line with attributes aligned induces way too long lines that are harder to read and a burden to modify (believe me, it's a pain to keep

[Linuxwacom-devel] libwacom: [PATCH 0/3] data: add leaders to layouts

2012-11-30 Thread Olivier Fourdan
Separated patches for the addition of leaders in layout files. -- Keep yourself connected to Go Parallel: TUNE You got it built. Now make it sing. Tune shows you how. http://goparallel.sourceforge.net

[Linuxwacom-devel] libwacom: [PATCH 1/3] data: add leaders to layouts

2012-11-30 Thread Olivier Fourdan
From cc6712c8941f039d3456742e536d3c75ad21fd19 Mon Sep 17 00:00:00 2001 From: Olivier Fourdan ofour...@redhat.com Date: Fri, 30 Nov 2012 09:16:44 +0100 Subject: [PATCH 1/3] data: add leaders to layouts To match the buttons with their corresponding labels, the layout SVG must also provide a

[Linuxwacom-devel] libwacom: [PATCH 2/3] test: add check for leaders and ring circular motion

2012-11-30 Thread Olivier Fourdan
From b0ee69086912223e2027ecb0879e9fc4fe40cc08 Mon Sep 17 00:00:00 2001 From: Olivier Fourdan ofour...@redhat.com Date: Fri, 30 Nov 2012 10:01:34 +0100 Subject: [PATCH 2/3] test: add check for leaders and ring circular motion Check for the presence of the leaders in the SVG layouts and changes

[Linuxwacom-devel] libwacom: [PATCH 3/3] tools: add leaders to CSS

2012-11-30 Thread Olivier Fourdan
From 516bf02a63d444766625e131ba0fac6e44804599 Mon Sep 17 00:00:00 2001 From: Olivier Fourdan ofour...@redhat.com Date: Fri, 30 Nov 2012 11:18:43 +0100 Subject: [PATCH 3/3] tools: add leaders to CSS and adjust CSS to differentiate leaders from regular buttons. Signed-off-by: Olivier Fourdan

[Linuxwacom-devel] libwacom: [PATCH] tools: adjust colors and CSS for show-svg-image

2012-11-30 Thread Olivier Fourdan
From a9f392f5fa93fee859b5dcf6aa10b976cebf1ed0 Mon Sep 17 00:00:00 2001 From: Olivier Fourdan ofour...@redhat.com Date: Fri, 30 Nov 2012 11:36:35 +0100 Subject: [PATCH] tools: adjust colors and CSS for show-svg-image Signed-off-by: Olivier Fourdan ofour...@redhat.com --- tools/show-svg-image.c

[Linuxwacom-devel] libwacom: [PATCH] tools: show touchring and touchring labels

2012-11-30 Thread Olivier Fourdan
From ee49ab918b64fd17638bb7c83572111a668439d9 Mon Sep 17 00:00:00 2001 From: Olivier Fourdan ofour...@redhat.com Date: Fri, 30 Nov 2012 11:34:43 +0100 Subject: [PATCH] tools: show touchring and touchring labels in show-svg-image tool. Signed-off-by: Olivier Fourdan ofour...@redhat.com ---

[Linuxwacom-devel] libwacom: [PATCH] tools: increase timeout for animation

2012-11-30 Thread Olivier Fourdan
From 06ff3bab2f21f9b25191fb280ae5f25741c21cd1 Mon Sep 17 00:00:00 2001 From: Olivier Fourdan ofour...@redhat.com Date: Fri, 30 Nov 2012 11:37:17 +0100 Subject: [PATCH] tools: increase timeout for animation Signed-off-by: Olivier Fourdan ofour...@redhat.com --- tools/show-svg-image.c |2 +-

[Linuxwacom-devel] libwacom: [PATCH] tools: simplify label printing

2012-11-30 Thread Olivier Fourdan
From b5bfc43aec5cae79d8c3e257f62b0556607a0cdd Mon Sep 17 00:00:00 2001 From: Olivier Fourdan ofour...@redhat.com Date: Fri, 30 Nov 2012 11:55:30 +0100 Subject: [PATCH] tools: simplify label printing Signed-off-by: Olivier Fourdan ofour...@redhat.com --- tools/show-svg-image.c |7 +++ 1

[Linuxwacom-devel] libwacom: [PATCH] tools: check for librsvg version 2.36.2

2012-11-30 Thread Olivier Fourdan
From 898c8f9f43e5057857cebe4b5ae5ab2659b1895a Mon Sep 17 00:00:00 2001 From: Olivier Fourdan ofour...@redhat.com Date: Fri, 30 Nov 2012 12:04:40 +0100 Subject: [PATCH] tools: check for librsvg version 2.36.2 to avoid a warning at build time as including librsvg/rsvg-cairo.h directly is

[Linuxwacom-devel] libwacom: [PATCH 0/2] data: update SVG layouts

2012-11-30 Thread Olivier Fourdan
I never really liked the indentation for the SVG layouts, having one SVG object per single line with attributes aligned induces way too long lines that are harder to read and a burden to modify (believe me, it's a pain to keep all those x/y/wifth/height aligned, and it doesn't even help with

[Linuxwacom-devel] libwacom: [PATCH 1/2] data: change colors and default style in SVG layouts

2012-11-30 Thread Olivier Fourdan
From a21be4bb34c881f63735b7443e218da9a6e1bf51 Mon Sep 17 00:00:00 2001 From: Olivier Fourdan ofour...@redhat.com Date: Fri, 30 Nov 2012 09:49:20 +0100 Subject: [PATCH 1/2] data: change colors and default style in SVG layouts To improve rendering in graphical tools such as Inkscape.

[Linuxwacom-devel] libwacom: [PATCH 2/2] data: reindent SVG layout files

2012-11-30 Thread Olivier Fourdan
From ef8fcb07d8cb57fe3b91b615ac0d1faf138cc118 Mon Sep 17 00:00:00 2001 From: Olivier Fourdan ofour...@redhat.com Date: Fri, 30 Nov 2012 09:50:51 +0100 Subject: [PATCH 2/2] data: reindent SVG layout files Having one SVG object per single line with attributes aligned induces way too long lines

Re: [Linuxwacom-devel] libwacom: [PATCH 0/3] data: add leaders to layouts

2012-11-30 Thread Ping Cheng
On Fri, Nov 30, 2012 at 5:56 AM, Olivier Fourdan ofour...@redhat.comwrote: Separated patches for the addition of leaders in layout files. Nice to see so many libwacom patchsets ready to be merged. Hope they can get in the tree soon so we can move forward. Thank you, Olivier. Ping

Re: [Linuxwacom-devel] libwacom: [PATCH] data: Add caption indicators to layouts

2012-11-29 Thread Olivier Fourdan
Favux ... said the following on 11/29/2012 07:08 AM: In drafting there is a technical name for lines connecting labels to the object they reference. Leaders Leaders or leader lines indicate the part or area of a drawing to which a number, note or other reference applies. They are solid lines

Re: [Linuxwacom-devel] libwacom: [PATCH] data: Add caption indicators to layouts

2012-11-29 Thread Olivier Fourdan
Hi Peter, Peter Hutterer said the following on 11/29/2012 06:34 AM: As Ping said, up/down on a ring is ambiguous. we use that terminology in the driver, but I do think we have the chance here to use CW/CCW instead. Right, but is is it guaranteed that {Abs,Rel}Wheel*UP as received by the

Re: [Linuxwacom-devel] libwacom: [PATCH 3/3] lib: add IntegratedIn to device group

2012-11-29 Thread Olivier Fourdan
Hi Peter, Peter Hutterer said the following on 11/28/2012 01:43 AM: [...] I have to admit, this confused me quite a bit during testing (reason was that I forgot to install the data files at first, so list-local-devices gave me wrong values). turns out integration_flags is the one read from

Re: [Linuxwacom-devel] libwacom: [PATCH 3/3] lib: add IntegratedIn to device group

2012-11-29 Thread Olivier Fourdan
Olivier Fourdan said the following on 11/29/2012 05:49 PM: [...] It should be the other way around. The kernel flags are used only if the integration flags are not set in the database. Sorry please ignore that sentence in my previous reply, it was left over from a first draft... meh :(

[Linuxwacom-devel] libwacom: [PATCH] lib: constify parameters in API

2012-11-29 Thread Olivier Fourdan
[...] Olivier Fourdan said the following on 11/29/2012 05:49 PM: sorry, I didn't spot this earlier, this should be const WacomDevice *device. (only noticed that when doing some printf testing on my device). Given that is_builtin, is_reversible, etc aren't const we should update all of them

Re: [Linuxwacom-devel] libwacom: [PATCH] data: Add caption indicators to layouts

2012-11-29 Thread Olivier Fourdan
Olivier Fourdan said the following on 11/29/2012 05:34 PM: Updated patch. Uses CW and CCW instead of Up and Down for touch rings, adds (optional) arrows to show rotation on touch rings, renamed indicator as leader as per previous reviews. Patch is slightly larger than the limit for the

Re: [Linuxwacom-devel] libwacom: [PATCH] data: Add caption indicators to layouts

2012-11-29 Thread Jason Gerecke
On Thu, Nov 29, 2012 at 12:45 AM, Olivier Fourdan ofour...@redhat.comwrote: Hi Peter, Peter Hutterer said the following on 11/29/2012 06:34 AM: As Ping said, up/down on a ring is ambiguous. we use that terminology in the driver, but I do think we have the chance here to use CW/CCW

Re: [Linuxwacom-devel] libwacom: [PATCH] data: Add caption indicators to layouts

2012-11-29 Thread Peter Hutterer
On Thu, Nov 29, 2012 at 05:34:28PM +0100, Olivier Fourdan wrote: Updated patch. Uses CW and CCW instead of Up and Down for touch rings, adds (optional) arrows to show rotation on touch rings, renamed indicator as leader as per previous reviews. ack to the leader part of it, but the other

Re: [Linuxwacom-devel] libwacom: [PATCH] data: Add caption indicators to layouts

2012-11-29 Thread Olivier Fourdan
Updated patch. Uses CW and CCW instead of Up and Down for touch rings, adds (optional) arrows to show rotation on touch rings, renamed indicator as leader as per previous reviews. From b877ff84ee108ce2115a40b4d7c8edfd47382b73 Mon Sep 17 00:00:00 2001 From: Olivier Fourdan ofour...@redhat.com

Re: [Linuxwacom-devel] libwacom: [PATCH] data: Add caption indicators to layouts

2012-11-28 Thread Peter Hutterer
On Tue, Nov 27, 2012 at 11:25:15AM +0100, Olivier Fourdan wrote: Hi, After review of the proposed on-screen help display window for the Wacom plug-in in GNOME settings daemon (aka OSD), the GNOME design team came back with some requirements that need an enhancement in the layouts

Re: [Linuxwacom-devel] libwacom: [PATCH] data: Add caption indicators to layouts

2012-11-28 Thread Favux ...
In drafting there is a technical name for lines connecting labels to the object they reference. Leaders Leaders or leader lines indicate the part or area of a drawing to which a number, note or other reference applies. They are solid lines and usually terminate in a single arrowhead.

[Linuxwacom-devel] libwacom: [PATCH] data: Add caption indicators to layouts

2012-11-27 Thread Olivier Fourdan
Hi, After review of the proposed on-screen help display window for the Wacom plug-in in GNOME settings daemon (aka OSD), the GNOME design team came back with some requirements that need an enhancement in the layouts definitions. Basically, what's required is a caption indicator, i.e. a line

Re: [Linuxwacom-devel] libwacom: [PATCH 3/3] lib: add IntegratedIn to device group

2012-11-27 Thread Olivier Fourdan
Peter Hutterer said the following on 11/27/2012 12:27 AM: [...] + device-integration_flags = WACOM_DEVICE_INTEGRATED_NONE; + for (i = 0; string_list[i]; i++) { + for (n = 0; n G_N_ELEMENTS (integration_flags); n++) { +

Re: [Linuxwacom-devel] libwacom: [PATCH 3/3] lib: add IntegratedIn to device group

2012-11-27 Thread Peter Hutterer
On Tue, Nov 27, 2012 at 11:02:03AM +0100, Olivier Fourdan wrote: Peter Hutterer said the following on 11/27/2012 12:27 AM: [...] +device-integration_flags = WACOM_DEVICE_INTEGRATED_NONE; +for (i = 0; string_list[i]; i++) { +for (n = 0; n

Re: [Linuxwacom-devel] libwacom: [PATCH] data: Add caption indicators to layouts

2012-11-27 Thread Ping Cheng
I like the layout. Thank you for your effort. Some nitpicking inline. Ping On Tuesday, November 27, 2012, Olivier Fourdan wrote: Hi, After review of the proposed on-screen help display window for the Wacom plug-in in GNOME settings daemon (aka OSD), the GNOME design team came back with

Re: [Linuxwacom-devel] libwacom: [PATCH 3/3] lib: add IntegratedIn to device group

2012-11-26 Thread Olivier Fourdan
Olivier Fourdan said the following on 11/26/2012 08:44 AM: So how about making UNSET internal-only (in which case you can leave it as -1) but filter it to NONE before returning it to the client? Yeap, agreed, updated patch attached. Not USER is filtered out and NONE is returned to the

Re: [Linuxwacom-devel] libwacom: [PATCH 3/3] lib: add IntegratedIn to device group

2012-11-26 Thread Peter Hutterer
On Mon, Nov 26, 2012 at 08:44:56AM +0100, Olivier Fourdan wrote: Hi Peter, Peter Hutterer said the following on 11/26/2012 07:47 AM: [...] I'd like to get this API right before we make it public and have clients depend on it, with all the lag that entails (I know you already have something

Re: [Linuxwacom-devel] libwacom: [PATCH 3/3] lib: add IntegratedIn to device group

2012-11-25 Thread Peter Hutterer
On Fri, Nov 23, 2012 at 09:28:26AM +0100, Olivier Fourdan wrote: Hey Peter, Peter Hutterer said the following on 11/23/2012 12:21 AM: [...] two things: I'd like to see a test that screams bloody murder when the flag is in fact unset. presumably if we add new devices we known whether

Re: [Linuxwacom-devel] libwacom: [PATCH 3/3] lib: add IntegratedIn to device group

2012-11-23 Thread Olivier Fourdan
Hey Peter, Peter Hutterer said the following on 11/23/2012 12:21 AM: [...] two things: I'd like to see a test that screams bloody murder when the flag is in fact unset. presumably if we add new devices we known whether they're built-in and the test should complain if we forget to add this.

Re: [Linuxwacom-devel] libwacom: [PATCH 2/3] data: add the IntegratedIn field to the tablet definitions

2012-11-23 Thread Olivier Fourdan
Peter Hutterer said the following on 11/23/2012 12:27 AM: this should be a ';' right? Yes. To be consistent with my previous definition of unset (and to why we want to differentiate devices where the flag are explicitly set and those where it is not), I have now added IntegratedIn= (empty)

Re: [Linuxwacom-devel] libwacom: [PATCH 3/3] lib: add IntegratedIn to device group

2012-11-22 Thread Peter Hutterer
On Wed, Nov 07, 2012 at 01:22:11PM +0100, Olivier Fourdan wrote: From 15f93f5d3bd9f2aefd59a5087b2ce44a3c53403c Mon Sep 17 00:00:00 2001 From: Olivier Fourdan ofour...@redhat.com Date: Thu, 11 Oct 2012 12:04:45 +0200 Subject: [PATCH 3/3] lib: add IntegratedIn to device group to describe

Re: [Linuxwacom-devel] libwacom: [PATCH] data: install layouts in the appropriate directory

2012-11-20 Thread Peter Hutterer
On Fri, Nov 16, 2012 at 02:46:19PM +0100, Olivier Fourdan wrote: Sorry I forgot to change the destination dir when renaming images to layouts , this patch fixes the issue so that the files are actually found where they ought to be. From 3242e408577aa4d08ee6a5a3b4c4503625b42287 Mon Sep 17

[Linuxwacom-devel] libwacom: [PATCH] data: install layouts in the appropriate directory

2012-11-16 Thread Olivier Fourdan
Sorry I forgot to change the destination dir when renaming images to layouts , this patch fixes the issue so that the files are actually found where they ought to be. From 3242e408577aa4d08ee6a5a3b4c4503625b42287 Mon Sep 17 00:00:00 2001 From: Olivier Fourdan ofour...@redhat.com Date: Fri, 16

Re: [Linuxwacom-devel] libwacom: [PATCH 2/3] data: add the IntegratedIn field to the tablet definitions

2012-11-15 Thread Olivier Fourdan
Updated patch for data to include newly added definitions in master, namely cintiq-24hd-touch.tablet, isdv4-100.tablet, isdv4-101.tablet and isdv4-e5.tablet From 2b5b09ec4691e1fa239bee43fcf038c679b3eeeb Mon Sep 17 00:00:00 2001 From: Olivier Fourdan ofour...@redhat.com Date: Mon, 8 Oct 2012

[Linuxwacom-devel] libwacom: [PATCH 0/3] Resend the integration series of patches

2012-11-07 Thread Olivier Fourdan
Hi While reviewing the pending patches here, I realised that the ones relative to the integration bits were never merged. I am resending these updated to apply to current git master (after the merge of the layout patches) Cheers, Olivier.

  1   2   >