Re: Qt 4.8 on Wayland ?

2013-06-17 Thread Abhijit Potnis
Hi Thaigo, On Fri, Jun 14, 2013 at 8:28 PM, Thiago Macieira thiago.macie...@intel.comwrote: On sexta-feira, 14 de junho de 2013 12.53.25, Abhijit Potnis wrote: Hello, As Qt 4.8 does support Platform Abstraction, is it possible to run Qt 4.8 on Wayland straight away. I made some

Re: Destroyed surfaces and focus events

2013-06-17 Thread Jason Ekstrand
Hi All, After looking into it a bit more, it appears as if the proper thing to do is to allow a null surface in wl_pointer.leave, wl_keyboard.leave, etc. Right now, that's what the clients are seeing anyway because wl_surface_destroy destroys the associated proxy so there is no valid way to call a

[GSoC] Color management support in Wayland

2013-06-17 Thread Rafael Fonseca
Hey guys, I'm Rafael Fonseca, a brazilian Master's degree in Computer Science student, and I was accepted in this year Google Summer of Code to work in Gnome and Wayland. I'll be working on porting the color management done in Gnome (and X) to Wayland. I'm still on the studying and understanding

Re: weston and hardware keyboard

2013-06-17 Thread Daniel Stone
Hi Marc, On 17 June 2013 17:08, Marc Chalain marc.chal...@gmail.com wrote: I already wrote an email on this mailing list about the use of xkbcommon for embedded solution. I had the same problem as Robert, and I disabled the check of the keymap. The problem is that we have number of keyboards

Re: [PATCH weston 2/3] input: Add support for making libxkbcommon optional

2013-06-17 Thread Kristian Høgsberg
On Sun, Jun 16, 2013 at 01:29:36PM +0300, Pekka Paalanen wrote: On Fri, 14 Jun 2013 17:42:08 +0100 Rob Bradford robert.bradf...@intel.com wrote: From: Matt Roper matthew.d.ro...@intel.com In embedded environments, devices that appear as evdev keyboards often have no resemblence to

Re: Qt 4.8 on Wayland ?

2013-06-17 Thread Thiago Macieira
On segunda-feira, 17 de junho de 2013 12.14.39, Abhijit Potnis wrote: :). I know Qt5.0 is already old ! It's my employers client who has this requirement for Qt 4.8 ! That's exactly the problem. Are you modifying an existing application? It's probably an application using Qt for X11 or Qt for

Re: [PATCH weston 2/3] input: Add support for making libxkbcommon optional

2013-06-17 Thread Daniel Stone
Hi, On 14 June 2013 17:42, Rob Bradford robert.bradf...@intel.com wrote: In embedded environments, devices that appear as evdev keyboards often have no resemblence to PC-style keyboards. It is not uncommon for such environments to have no concept of modifier keys and no need for XKB key

[PATCH] Allow null surface arguments in wl_pointer.leave and wl_keyboard.leave

2013-06-17 Thread Jason Ekstrand
The current specified behavior does not allow a null surface in either of these events. However, if the client calls wl_surface.destroy while the surface has focus then the leave handler will get a null surface anyway because the proxy corresponding to the wl_surface no longer exists. This

Re: weston and hardware keyboard

2013-06-17 Thread Michael Hasselmann
On Mon, 2013-06-17 at 18:08 +0200, Marc Chalain wrote: Hello, My first observation is we need a PC keyboard support at the end ( often a virtual keyboard). There's an input method procotol that we intended to use for virtual keyboards. Try weston's clients/editor.c together with the example