Re: The road to Wayland/Weston 1.6 and 1.5.1

2014-08-18 Thread Peter Hutterer
On Mon, Aug 18, 2014 at 02:35:49PM +0300, Pekka Paalanen wrote: > Hi all, > > in the release announcement of 1.5.0[1] it was said that the alpha > release towards 1.6 should come out mid-August. That time is now, so > how about we target Friday, Aug 22nd (European time)? > > I know the review pro

Re: [PATCH]wayland-web: Fix a typo for a package dependency

2014-08-18 Thread Pekka Paalanen
On Mon, 18 Aug 2014 09:40:28 -0700 Bill Spitzak wrote: > Yes that looks right. There is nothing called "libegl-" but plenty > called "libegl1-*" so I think that is the correct package name. > > Sorry I kept forgetting to test this on the mint machine but online > searches seem to show this is

Re: [Help]Question about graphics architecture for weson/wayland

2014-08-18 Thread Pekka Paalanen
On Tue, 19 Aug 2014 02:20:58 + Yang Andy wrote: > My senario is that my target device do not support hardware > accelerate.(do not use gpu) But i have to use EFL to develop > application in wayland/weston platform. > > In order to achieve my task,how do i setup weston? Oh, so this was your

[PATCH libinput] evdev: allow weird multitouch device without slots

2014-08-18 Thread Leonid Borisenko
HID device 'USB HID v1.11 Mouse' provided by Microsoft Wireless Optical Desktop® 2.20 (connected to USB and identified as vendor 0x45e, product 0xe3, version 0x111) is reported as supporting EV_ABS event with ABS_MT_SLOT code, but nevertheless libevdev_get_num_slots returns -1. Furthermore, all co

Re: [Help]Question about graphics architecture for weson/wayland

2014-08-18 Thread The Rasterman
On Tue, 19 Aug 2014 02:20:58 + Yang Andy said: > Hi Carsten > > Thank you very much for your reply. > > > EFL itself doesn't care what the compositor uses for acceleration. efl > > supports either software rendering using shm protocol with wayland that > > SHOULD work everywhere on all wayl

RE: [Help]Question about graphics architecture for weson/wayland

2014-08-18 Thread Yang Andy
Hi Carsten Thank you very much for your reply. > EFL itself doesn't care what the compositor uses for acceleration. efl > supports > either software rendering using shm protocol with wayland that SHOULD work > everywhere on all wayland compositors regardless of any driver infra, types, > acceler

[PATCH libinput 1/2] Use -no-install instead of -static for local noinst linking

2014-08-18 Thread Peter Hutterer
The goal of -static was to avoid the libtool wrappers for easier debugging. The -no-install flag does exactly that, without requiring static linking. Related to https://bugs.freedesktop.org/show_bug.cgi?id=82292 Signed-off-by: Peter Hutterer --- test/Makefile.am | 16 tools/Ma

[PATCH libinput 2/2] Disable static libraries

2014-08-18 Thread Peter Hutterer
Our static library leaks symbols like crazy, some of which are likely conflicts with users of this library (log_msg, open_restricted, ...). Disale static linking by default so we don't have to spend time debugging this. Related to: https://bugs.freedesktop.org/show_bug.cgi?id=82292 https://bugs.f

[PATCH] cliptest: Avoid use of uninitialized memory when regions don't intersect

2014-08-18 Thread Derek Foreman
Prevent attempting to draw the intersection polygon when it contains no vertices. Signed-off-by: Derek Foreman --- clients/cliptest.c | 12 +++- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/clients/cliptest.c b/clients/cliptest.c index a1928f4..dd0ea5c 100644 --- a/clien

Re: The road to Wayland/Weston 1.6 and 1.5.1

2014-08-18 Thread Bill Spitzak
On 08/18/2014 04:35 AM, Pekka Paalanen wrote: Obviously a stable first version of xdg_shell would be great to see in 1.6, but we shall see if we can beat it into shape in time. When I reviewed the XML spec not long ago, it was close but not ready in my opinion. When xdg_shell does stabilize,

Re: The road to Wayland/Weston 1.6 and 1.5.1

2014-08-18 Thread Jasper St. Pierre
On Mon, Aug 18, 2014 at 12:55 PM, Bill Spitzak wrote: > > > On 08/18/2014 04:35 AM, Pekka Paalanen wrote: > > Obviously a stable first version of xdg_shell would be great to see in >> 1.6, but we shall see if we can beat it into shape in time. When I >> reviewed the XML spec not long ago, it was

Re: [PATCH]wayland-web: Fix a typo for a package dependency

2014-08-18 Thread Bill Spitzak
Yes that looks right. There is nothing called "libegl-" but plenty called "libegl1-*" so I think that is the correct package name. Sorry I kept forgetting to test this on the mint machine but online searches seem to show this is correct. On 08/18/2014 01:17 AM, Pekka Paalanen wrote: On Wed,

Re: [PATCH wayland] protocol: define the concept of wl_surface role

2014-08-18 Thread Jasper St. Pierre
On Mon, Aug 18, 2014 at 10:14 AM, Pekka Paalanen wrote: > From: Pekka Paalanen > > Define what a role is, and what restrictions there are. > > A change to existing behaviour is that a role cannot be changed at all > once set. However, this is unlikely to cause problems, as there is no > reason t

[PATCH wayland] protocol: define the concept of wl_surface role

2014-08-18 Thread Pekka Paalanen
From: Pekka Paalanen Define what a role is, and what restrictions there are. A change to existing behaviour is that a role cannot be changed at all once set. However, this is unlikely to cause problems, as there is no reason to re-use wl_surfaces in clients. Signed-off-by: Pekka Paalanen ---

Re: The road to Wayland/Weston 1.6 and 1.5.1

2014-08-18 Thread Boyan Ding
Hi, On Mon, 2014-08-18 at 14:35 +0300, Pekka Paalanen wrote: > Hi all, > > in the release announcement of 1.5.0[1] it was said that the alpha > release towards 1.6 should come out mid-August. That time is now, so > how about we target Friday, Aug 22nd (European time)? > [...] > > Also, it was s

Re: [PATCH weston] shell: Update focused surface pointer coordinates in popup grab

2014-08-18 Thread Pekka Paalanen
On Mon, 11 Aug 2014 22:44:02 +0200 Jonas Ă…dahl wrote: > The commit 'input: Send leave and enter pair when the surface moves > under the cursor' introduced focused surface local pointer coordinates > to keep track of if a surface had been moved or transformed in a way > that the pointer posititon

Re: [PATCH v3 weston] gears: fix invalid calculation of the first FPS

2014-08-18 Thread Pekka Paalanen
On Sun, 10 Aug 2014 23:47:45 +0900 Ryo Munakata wrote: > At the calculation of the first FPS, gears has initialized last > FPS time with gettimeofday(). > But the callback_data passed in the callback of wl_surface_frame() > is the current time, in milliseconds, with an undefined base. > Because o

Re: The road to Wayland/Weston 1.6 and 1.5.1

2014-08-18 Thread Giulio Camuffo
2014-08-18 15:14 GMT+03:00 Pekka Paalanen : > On Mon, 18 Aug 2014 14:57:37 +0300 > Giulio Camuffo wrote: > >> 2014-08-18 14:35 GMT+03:00 Pekka Paalanen : >> > Hi all, >> > >> > in the release announcement of 1.5.0[1] it was said that the alpha >> > release towards 1.6 should come out mid-August. T

Re: The road to Wayland/Weston 1.6 and 1.5.1

2014-08-18 Thread Pekka Paalanen
On Mon, 18 Aug 2014 14:57:37 +0300 Giulio Camuffo wrote: > 2014-08-18 14:35 GMT+03:00 Pekka Paalanen : > > Hi all, > > > > in the release announcement of 1.5.0[1] it was said that the alpha > > release towards 1.6 should come out mid-August. That time is now, so > > how about we target Friday, Au

Re: The road to Wayland/Weston 1.6 and 1.5.1

2014-08-18 Thread Giulio Camuffo
2014-08-18 14:57 GMT+03:00 Giulio Camuffo : > 2014-08-18 14:35 GMT+03:00 Pekka Paalanen : >> Hi all, >> >> in the release announcement of 1.5.0[1] it was said that the alpha >> release towards 1.6 should come out mid-August. That time is now, so >> how about we target Friday, Aug 22nd (European tim

Re: The road to Wayland/Weston 1.6 and 1.5.1

2014-08-18 Thread Giulio Camuffo
2014-08-18 14:35 GMT+03:00 Pekka Paalanen : > Hi all, > > in the release announcement of 1.5.0[1] it was said that the alpha > release towards 1.6 should come out mid-August. That time is now, so > how about we target Friday, Aug 22nd (European time)? > > I know the review process has been lagging

The road to Wayland/Weston 1.6 and 1.5.1

2014-08-18 Thread Pekka Paalanen
Hi all, in the release announcement of 1.5.0[1] it was said that the alpha release towards 1.6 should come out mid-August. That time is now, so how about we target Friday, Aug 22nd (European time)? I know the review process has been lagging behind badly, and we probably won't see e.g. IVI-shell m

Re: [PATCH 3/3] tests: add one more test for event-loop signal source

2014-08-18 Thread Pekka Paalanen
On Mon, 18 Aug 2014 12:23:07 +0200 Marek Chalupa wrote: > Hi, > > thanks for reviewing. > > The failure you got is not introduced by this patch, I reported it some > time ago here: > https://bugs.freedesktop.org/show_bug.cgi?id=80594 Whoops! Sorry, I obviously didn't read the error message I q

Re: [PATCH weston] desktop-shell: add option to avoid creating the panel

2014-08-18 Thread Pekka Paalanen
On Tue, 12 Aug 2014 15:07:51 +0200 Jonny Lamb wrote: > This option is so we can disable showing any panel at all. The default > is to continue showing the panel and no example is added to weston.ini > because it's an uncommon request. > --- > clients/desktop-shell.c | 38

Re: [PATCH weston] desktop-shell: add close-animation config option for destroying surfaces

2014-08-18 Thread Pekka Paalanen
On Tue, 12 Aug 2014 15:13:30 +0200 Jonny Lamb wrote: > At the moment when surfaces are destroyed they are faded out but let's > make it configurable! > --- > desktop-shell/shell.c | 11 +-- > desktop-shell/shell.h | 1 + > man/weston.ini.man| 6 ++ > 3 files changed, 16 inserti

Re: [PATCH 3/3] tests: add one more test for event-loop signal source

2014-08-18 Thread Marek Chalupa
Hi, thanks for reviewing. The failure you got is not introduced by this patch, I reported it some time ago here: https://bugs.freedesktop.org/show_bug.cgi?id=80594 On 18 August 2014 12:18, Pekka Paalanen wrote: > On Tue, 12 Aug 2014 11:35:07 +0200 > Marek Chalupa wrote: > > > Test if when we

Re: [PATCH 3/3] tests: add one more test for event-loop signal source

2014-08-18 Thread Pekka Paalanen
On Tue, 12 Aug 2014 11:35:07 +0200 Marek Chalupa wrote: > Test if when we get a signal, all signal sources for that signal > get dispatched. > > Signed-off-by: Marek Chalupa > --- > tests/event-loop-test.c | 38 ++ > 1 file changed, 38 insertions(+) > > dif

Re: [PATCH] Implemented support for mouse scrolling in weston-terminal

2014-08-18 Thread Magnus Hoff
Thanks :) I'll keep these style issues in mind :) -m On Fri, Aug 15, 2014 at 3:10 PM, Pekka Paalanen wrote: > On Tue, 5 Aug 2014 15:05:59 +0200 > maghoff+wayl...@gmail.com wrote: > >> From: Magnus Hoff >> >> --- >> clients/terminal.c | 48 >>

Re: [PATCH wayland 2/2] scanner: Make emit_structs more explicit

2014-08-18 Thread Pekka Paalanen
On Mon, 11 Aug 2014 10:04:01 +0200 Marek Chalupa wrote: > The code looks clearer, seems working and I haven't found any issue in the > code, therefore: > > Reviewed-by: Marek Chalupa > > For both patches I checked that the scanner output in both Wayland and Weston stays identical. Both patche

Re: [PATCH]wayland-web: Fix a typo for a package dependency

2014-08-18 Thread Pekka Paalanen
On Wed, 13 Aug 2014 23:07:19 +0530 Seedo Eldho Paul wrote: > The package 'libegl-mesa-dev' should be 'libegl1-mesa-dev' > > Signed-off-by: Seedo Eldho Paul > --- > mint17.html | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/mint17.html b/mint17.html > index 3de8857..1

Re: [PATCH 1/1] build: handle special characters when building from git

2014-08-18 Thread Manuel Bachmann
Hi Pekka and thanks for the review, Hmm strange, wasn't what I observed when I submitted the patch, will look at that and let you know. 2014-08-15 15:33 GMT+02:00 Pekka Paalanen : > On Wed, 30 Jul 2014 00:28:52 +0200 > Manuel Bachmann wrote: > > > When building from a git repository, in Makefi