[PATCH libinput 6/9] doc: add state machine SVG to EXTRA_DIST

2014-03-28 Thread Peter Hutterer
Signed-off-by: Peter Hutterer peter.hutte...@who-t.net --- doc/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/Makefile.am b/doc/Makefile.am index 31b673b..75fa98a 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,3 +1,5 @@ +EXTRA_DIST =

[PATCH libinput 8/9] touchpad: Only enable clickfingers on Apple touchpads

2014-03-28 Thread Peter Hutterer
Apple touchpads don't have visible markings for the software button areas that almost all other vendors use. OS X provides clickfinger behaviour instead, where a click with two fingers on the touchpad generate a right button click. Use that same behaviour in libinput. For all other touchpads, use

[PATCH libinput 7/9] touchpad: save the active clickfinger button

2014-03-28 Thread Peter Hutterer
To avoid having a button left press and a button right release if the number of fingers changes. Signed-off-by: Peter Hutterer peter.hutte...@who-t.net --- src/evdev-mt-touchpad-buttons.c | 22 +- src/evdev-mt-touchpad.h | 1 + 2 files changed, 14 insertions(+), 9

[PATCH libinput 4/9] touchpad: don't allow tapping while any button is down

2014-03-28 Thread Peter Hutterer
Immediately set the state to DEAD, waiting for the tap release to go back to idle. Signed-off-by: Peter Hutterer peter.hutte...@who-t.net --- src/evdev-mt-touchpad-tap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/evdev-mt-touchpad-tap.c b/src/evdev-mt-touchpad-tap.c

[PATCH libinput 2/9] touchpad: after a click, lock the finger to its current position

2014-03-28 Thread Peter Hutterer
On clickpads, releasing the button usually causes some motion events. To avoid erroneous movements, lock the finger into position on the up event and don't allow for motion events until we move past a given threshold (currently 2% of the touchpad diagonal). Signed-off-by: Peter Hutterer

[PATCH libinput 3/9] touchpad: reset the tap timer_fd to -1 on destroy

2014-03-28 Thread Peter Hutterer
No real effect, just for safety Signed-off-by: Peter Hutterer peter.hutte...@who-t.net --- src/evdev-mt-touchpad-tap.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/evdev-mt-touchpad-tap.c b/src/evdev-mt-touchpad-tap.c index 5fa712f..bcc5700 100644 ---

Re: [ANNOUNCE] libxkbcommon-0.4.1

2014-03-28 Thread David Herrmann
Hi On Thu, Mar 27, 2014 at 11:41 PM, Ran Benita ran...@gmail.com wrote: Regarding intended use-case for multiple-keysyms, I consider it mainly to be for sequences with combining characters - not everything has precomposed codepoints, so if you want one of these, you don't have a way to do it

Re: [PATCH 0/3] Add wl_output name event

2014-03-28 Thread Pekka Paalanen
On Wed, 19 Mar 2014 12:01:42 -0500 Jason Ekstrand ja...@jlekstrand.net wrote: Quaxian, I looked over the latest versions, and I think they all look good now from a technical perspective. I'm still not 100% sure that this is needed, but I think I'm ok with it. --Jason Ekstrand Hi, yeah,

Re: [PATCH V2 1/8] wesston: Add weston randr protocol

2014-03-28 Thread Pekka Paalanen
On Mon, 24 Mar 2014 19:39:13 +0800 Quanxian Wang quanxian.w...@intel.com wrote: Weston protocol wrandr will provide interface to 1) Mode set of output (scale, transform, mode) 2) Position of output (currently support leftof, rightof) 3) New a custom mode 4) Delete mode This protocol is

Re: SynPS/2 Synaptics TouchPad firmware bug

2014-03-28 Thread Alexander E. Patrakov
2014-03-29 0:16 GMT+06:00 Alexander E. Patrakov patra...@gmail.com: No problem, I just did that for you. See the attached patch. Seems to work here, but I am not 100% sure, especially about the non-mt case. It does prevent sudden pointer jumps to the bottom left corner of the screen (survived

RE: ANNOUNCE: New Wayland live CD

2014-03-28 Thread Carlos Gomez, HCL America
nerdopolis - Thanks for the correction on the QT5 installation. I was able to run my test. I love what you did because I can do compile tests on the live distro and compare RBOS behavior to my Wayland development target. I am using the vanilla Weston desktop you provided because that is

Re: SynPS/2 Synaptics TouchPad firmware bug

2014-03-28 Thread Alexander E. Patrakov
2014-03-29 0:16 GMT+06:00 Alexander E. Patrakov patra...@gmail.com: I also get some click attempts mistreated as right-clicks. Probably because there are in fact some moments when the touchpad thinks that two fingers are on it. Recorded, verified that it is unrelated to my patch, reported as

Re: [PATCH libinput 6/8] test/Makefile.am: Use $(GCC_CFLAGS) from configure.ac

2014-03-28 Thread Jonas Ådahl
On Wed, Mar 26, 2014 at 04:21:47AM +0100, sardemff7+wayl...@sardemff7.net wrote: On 25/03/2014 21:45, Jonas Ådahl wrote: Signed-off-by: Jonas Ådahl jad...@gmail.com --- test/Makefile.am | 15 --- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/test/Makefile.am

Re: SynPS/2 Synaptics TouchPad firmware bug

2014-03-28 Thread Peter Hutterer
On 29/03/2014 04:54 , Alexander E. Patrakov wrote: 2014-03-29 0:16 GMT+06:00 Alexander E. Patrakov patra...@gmail.com: No problem, I just did that for you. See the attached patch. Seems to work here, but I am not 100% sure, especially about the non-mt case. It does prevent sudden pointer jumps