Re: [PATCH weston 4/5] evdev: Improve touchpad support and add motion filters

2012-05-15 Thread Mohamed Ikbel Boulabiar
On Mon, May 14, 2012 at 7:31 PM, Chase Douglas wrote: > Can we move the acceleration code to a library? The reason I ask is that > we will want acceleration to feel the same whether the display server or > a client wants to move objects. Yep, I think this is a good point. It avoids repeating the

Re: [PATCH weston 4/5] evdev: Improve touchpad support and add motion filters

2012-05-15 Thread Mohamed Ikbel Boulabiar
On Wed, May 9, 2012 at 11:31 PM, Jonas Ådahl wrote: > Touchpad related code has been rewritten and moved to its own file > accessed by evdev via the dispatch interface. > > The various functionality implemented are anti-flicker (don't jumping > around), smoother motions, touch detection, pointer a

Re: Touch events

2012-02-22 Thread Mohamed Ikbel Boulabiar
On Wed, Feb 22, 2012 at 1:21 AM, Daniel Stone wrote: >  Because for a three-finger swipe, there > will be a time when there's only one finger down, or two.  At which > point the client will say, 'ah yes, I'm interested in this!'.  And > then the third finger lands and you regret a terrible design

Re: GSoC: Hot-Replace Server

2011-04-05 Thread Mohamed Ikbel Boulabiar
Some months ago, I have discussed the Wayland Crash Scenario and how windows should reconnect to a newly started wayland either than being closed and losing the open work. I discussed with zhasha and daniels and below there is a resumé of some points that may be useful: ... wayland doesn't reall

Re: Looking for something to hack on to get started with Wayland

2011-02-04 Thread Mohamed Ikbel Boulabiar
On Fri, Feb 4, 2011 at 12:44 AM, Chris Morgan wrote: > I noticed the TODO file but nothing jumped out and I figured I might > as well just ask someone to pick for me a reasonable sized thing to > work on as a beginner. > Add documentation, work on input, search for use cases and write either exp

Wayland crash scenario

2010-12-13 Thread Mohamed Ikbel Boulabiar
Hi, I was wondering whether we can find a better solution to the scenarios where Wayland crashes. You all know that for the X case, when it crashes, everything open is lost, you need to re-login and you need to reopen your apps again. Non-saved work will be lost. Is it possible to change this for