Re: [PATCH weston-ivi-shell v4 5/9] A reference implementation how to use weston-layout library.

2014-07-08 Thread Nobuhiko Tanibata
2014-07-07 16:58 に Pekka Paalanen さんは書きました: On Tue, 20 May 2014 18:57:46 +0900 Nobuhiko Tanibata wrote: 2014-04-25 20:38 に Pekka Paalanen さんは書きました: > On Mon, 17 Mar 2014 15:28:22 +0900 > Nobuhiko Tanibata wrote: > >> The library is used to manage layout of surfaces/layers. Layout change >> is

Re: [PATCH weston-ivi-shell v5 6/9] A reference implementation of UI client how to use ivi-hmi-controller.

2014-07-08 Thread Nobuhiko Tanibata
2014-07-07 17:04 に Pekka Paalanen さんは書きました: On Tue, 20 May 2014 19:02:56 +0900 Nobuhiko Tanibata wrote: 2014-04-25 20:55 に Pekka Paalanen さんは書きました: > On Thu, 20 Mar 2014 16:00:57 +0900 > Nobuhiko Tanibata wrote: > >> This is launched from hmi-controller by using hmi_client_start and >> create

Re: [PATCH weston-ivi-shell v4 3/9] ivi-shell supports a type of shell for In-Vehicle Infotainment system.

2014-07-08 Thread Nobuhiko Tanibata
2014-07-07 16:34 に Pekka Paalanen さんは書きました: On Tue, 20 May 2014 14:05:10 +0900 Nobuhiko Tanibata wrote: Hi pq, I applied your comments except for several ones, >> +struct ivi_shell *shell = wl_resource_get_user_data(resource); >> +struct ivi_shell_surface *ivisurf = NULL; >> +str

Re: [PATCH weston-ivi-shell v5 2/9] The weston-layout library supports

2014-07-08 Thread Nobuhiko Tanibata
2014-07-07 16:10 に Pekka Paalanen さんは書きました: On Tue, 20 May 2014 13:52:55 +0900 Nobuhiko Tanibata wrote: Hi, I apply review comments as v5 except following comments. >> + >> +struct link_layerPropertyNotification { >> +layerPropertyNotificationFunc callback; >> +void *userdata; >> +

[PATCH libinput] tablet: Rename TILT_VERTICAL and TILT_HORIZONTAL to TILT_X and TILT_Y

2014-07-08 Thread Stephen Chandler Paul
Since the orientation of the tablet can potentially change, this naming scheme makes a lot more sense then VERTICAL and HORIZONTAL does since they don't reflect the actual physical movement. Signed-off-by: Stephen Chandler Paul --- src/evdev-tablet.c | 4 ++-- src/evdev-tablet.h | 8

[PATCH 02/11] weston-eventdemo --help works

2014-07-08 Thread Bill Spitzak
Also defaults to printing all events if you specify none. Removed incorrect "-0" switch which would turn on one of them. --- clients/eventdemo.c | 42 +- 1 file changed, 33 insertions(+), 9 deletions(-) diff --git a/clients/eventdemo.c b/clients/eventdemo

[PATCH 04/11] Made weston-subsurfaces --help work

2014-07-08 Thread Bill Spitzak
--- clients/subsurfaces.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clients/subsurfaces.c b/clients/subsurfaces.c index 66a10f2..833030f 100644 --- a/clients/subsurfaces.c +++ b/clients/subsurfaces.c @@ -775,8 +775,8 @@ main(int argc, char *argv[]) struct d

[PATCH 00/11] Fix parse_options, add --help to many clients

2014-07-08 Thread Bill Spitzak
This replaces my previous single patch. This version does not change parse_options return value, and discards the attempt to print automatic help from the option list, as that was rarely used. Also split all the client changes into individual patches. Bill Spitzak (11): Fixes to parse_options

[PATCH 03/11] Made weston-nested --help work

2014-07-08 Thread Bill Spitzak
--- clients/nested.c |7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/clients/nested.c b/clients/nested.c index 2a952be..f094237 100644 --- a/clients/nested.c +++ b/clients/nested.c @@ -1115,8 +1115,11 @@ main(int argc, char *argv[]) struct display *display;

[PATCH 11/11] weston-scaler --help works even if not run inside wayland

2014-07-08 Thread Bill Spitzak
--- clients/scaler.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/clients/scaler.c b/clients/scaler.c index 3939022..f6d45c7 100644 --- a/clients/scaler.c +++ b/clients/scaler.c @@ -274,12 +274,6 @@ main(int argc, char *argv[]) struct timeval tv;

[PATCH 09/11] weston-editor --help works

2014-07-08 Thread Bill Spitzak
--- clients/editor.c | 15 ++- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/clients/editor.c b/clients/editor.c index 08d1203..66cba0b 100644 --- a/clients/editor.c +++ b/clients/editor.c @@ -1331,11 +1331,16 @@ main(int argc, char *argv[]) for (i = 1; i < a

[PATCH 06/11] weston-terminal --help and other command-line options

2014-07-08 Thread Bill Spitzak
Option array existed but was unused. Added --font-size. --- clients/terminal.c | 11 +++ 1 file changed, 11 insertions(+) diff --git a/clients/terminal.c b/clients/terminal.c index eb133cd..1915c9f 100644 --- a/clients/terminal.c +++ b/clients/terminal.c @@ -2991,6 +2991,7 @@ terminal_r

[PATCH 05/11] Made weston-screensaver --help work

2014-07-08 Thread Bill Spitzak
--- clients/wscreensaver.c |8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/clients/wscreensaver.c b/clients/wscreensaver.c index 47f6c8a..f75d0d8 100644 --- a/clients/wscreensaver.c +++ b/clients/wscreensaver.c @@ -310,8 +310,12 @@ int main(int argc, char *argv[])

[PATCH 10/11] weston-image --help works. Also help if no filename is given

2014-07-08 Thread Bill Spitzak
--- clients/image.c |5 + 1 file changed, 5 insertions(+) diff --git a/clients/image.c b/clients/image.c index 112b93d..573117c 100644 --- a/clients/image.c +++ b/clients/image.c @@ -412,6 +412,11 @@ main(int argc, char *argv[]) int i; int image_counter = 0; + if (

[PATCH 01/11] Fixes to parse_options

2014-07-08 Thread Bill Spitzak
Fail on malformed numbers, such as --width=100mm Fail on = after booleans, such as --flag=false Multiple single-letter booleans in one switch allowed, ie -xyz is the same as -x -y -z. For wayland modules they all have to belong to the same module. Previous version could use text after the null a

[PATCH 07/11] weston-cliptest --help works. You must use -b to run benchmark

2014-07-08 Thread Bill Spitzak
--- clients/cliptest.c |8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/clients/cliptest.c b/clients/cliptest.c index a1928f4..51a4075 100644 --- a/clients/cliptest.c +++ b/clients/cliptest.c @@ -893,8 +893,12 @@ main(int argc, char *argv[]) struct display *d;

[PATCH 08/11] weston-dnd --help works

2014-07-08 Thread Bill Spitzak
--- clients/dnd.c | 14 +- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/clients/dnd.c b/clients/dnd.c index 620cfff..cb13697 100644 --- a/clients/dnd.c +++ b/clients/dnd.c @@ -652,7 +652,14 @@ main(int argc, char *argv[]) { struct display *d; struct

RE: Global shortkeys and keyboard focus

2014-07-08 Thread Dodier-Lazaro, Steve
A couple of notes on the previous emails, Fabrice, so long as your app ensures that no third-party code can programmatically grab a shortcut without user agreement, it would make sense to let it have a privilege. Quite obviously a compo should have the last word and be able to refuse a request

Re: [PATCH libinput 4/5] touchpad: don't feed 0/0 deltas into the accel filters

2014-07-08 Thread Hans de Goede
Hi, On 07/08/2014 06:20 AM, Peter Hutterer wrote: > The resolution-based scaling may result in deltas of 0. The accel code doesn't > handle 0 deltas too well. 0/0 deltas can't happen for EV_REL devices, so the > code just isn't designed for it. > > Most notably, events with delta 0/0 have no dire