[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 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 leader line for each lab

[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 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 the naming of touch

[Linuxwacom-devel] libwacom: [PATCH] tools: move label printing into a separate function

2012-11-30 Thread Olivier Fourdan
>From d73b54d5986eb48fe7345ab374f57c9287bbb81b Mon Sep 17 00:00:00 2001 From: Olivier Fourdan Date: Fri, 30 Nov 2012 11:32:05 +0100 Subject: [PATCH] tools: move label printing into a separate function in show-svg-image.c Signed-off-by: Olivier Fourdan --- tools/show-svg-image.c | 111 ++

[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 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 --- tools/show-svg-i

[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 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 --- tools/show-svg-image.c | 27 --- 1

[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 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 --- tools/show-svg-image.c | 19 +++

[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 Date: Fri, 30 Nov 2012 11:37:17 +0100 Subject: [PATCH] tools: increase timeout for animation Signed-off-by: Olivier Fourdan --- tools/show-svg-image.c |2 +- 1 files changed, 1 insertions(+), 1 d

[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 Date: Fri, 30 Nov 2012 11:55:30 +0100 Subject: [PATCH] tools: simplify label printing Signed-off-by: Olivier Fourdan --- tools/show-svg-image.c |7 +++ 1 files changed, 3 insertions(+), 4 del

[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 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 directly is deprecated in version 2.36.2 or later. Signed-

[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 cl

[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 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. Signed-off-by: Olivier Fourdan

[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 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 that are harder to re

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 wrote: > 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 -