[PATCH weston] configure.ac: Check the version of libxkb = 0.3.0

2013-10-25 Thread Brian Lovin
When we would build weston with libxkb 0.2.0 it would succesfully compile, but the keybaord and desktop-shell wouldn't load, and Weston wouldn't run. Signed-off-by: Brian Lovin brian.j.lo...@intel.com --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[PATCH weston] desktop-shell: Add touch support for unlock

2013-08-26 Thread Brian Lovin
Added support for touching the green unlock button. Signed-off-by: Brian Lovin brian.j.lo...@intel.com --- clients/desktop-shell.c | 15 +++ 1 file changed, 15 insertions(+) diff --git a/clients/desktop-shell.c b/clients/desktop-shell.c index 319382d..3f49f7d 100644 --- a/clients

[PATCH weston V2] desktop-shell: Add support for touch unlock

2013-08-26 Thread Brian Lovin
From: Brian J Lovin brian.j.lo...@intel.com Add support for unlocking on touch up using the green button on the unlock dialog Signed-off-by: Brian J Lovin brian.j.lo...@intel.com --- clients/desktop-shell.c | 29 + 1 file changed, 29 insertions(+) diff --git

[PATCH weston v2] terminal.c: Check if fdopen() fails

2013-08-08 Thread Brian Lovin
If fdopen() fails we just close the fd and return, failing the copy-and-paste. Signed-off-by: Brian Lovin brian.j.lo...@intel.com --- clients/terminal.c | 4 1 file changed, 4 insertions(+) diff --git a/clients/terminal.c b/clients/terminal.c index 1cc26d0..acf7b85 100644 --- a/clients

[PATCH weston 2/2] terminal.c: check if fdopen() fails

2013-08-07 Thread Brian Lovin
We never verify that fdopen() succeeds in terminal_send_selection(). Signed-off-by: Brian Lovin brian.j.lo...@intel.com --- clients/terminal.c | 4 1 file changed, 4 insertions(+) diff --git a/clients/terminal.c b/clients/terminal.c index 1cc26d0..5f9ee55 100644 --- a/clients/terminal.c

[PATCH weston 1/2] clients: use xmalloc in more places

2013-08-07 Thread Brian Lovin
For the clients continue to use xmalloc() to simplify OOM-handling. Signed-off-by: Brian Lovin brian.j.lo...@intel.com --- clients/dnd.c | 6 ++ clients/editor.c | 3 ++- clients/keyboard.c | 4 ++-- clients/resizor.c | 4 +--- clients/screenshot.c | 2

[PATCH v2 wfits] test_dayselector: Add user test

2013-06-04 Thread Brian Lovin
Signed-off-by: Brian Lovin brian.j.lo...@intel.com --- src/test/efl/test_dayselector.cpp | 112 +- 1 file changed, 111 insertions(+), 1 deletion(-) diff --git a/src/test/efl/test_dayselector.cpp b/src/test/efl/test_dayselector.cpp index 254991f..172926d

[PATCH wfits] test_dayselector: Add user test

2013-05-31 Thread Brian Lovin
Signed-off-by: Brian Lovin brian.j.lo...@intel.com --- src/test/efl/test_dayselector.cpp | 114 +- 1 file changed, 113 insertions(+), 1 deletion(-) diff --git a/src/test/efl/test_dayselector.cpp b/src/test/efl/test_dayselector.cpp index 254991f..c8f4e35

[PATCH wfits] gtk: Add test_button.cpp and gtk/ButtonClickTest

2013-05-30 Thread Brian Lovin
Added test_button.cpp and the gtk+ test case ButtonClickTest Signed-off-by: Brian Lovin brian.j.lo...@intel.com --- src/test/gtk+/Makefile.am | 3 +- src/test/gtk+/test_button.cpp | 138 ++ 2 files changed, 140 insertions(+), 1 deletion(-) create

[PATCH v2 wfits] gtk: Add test_button.cpp and gtk/ButtonClickTest

2013-05-30 Thread Brian Lovin
Added test_button.cpp and the gtk+ test case ButtonClickTest Signed-off-by: Brian Lovin brian.j.lo...@intel.com --- src/test/gtk+/Makefile.am | 3 +- src/test/gtk+/test_button.cpp | 138 ++ 2 files changed, 140 insertions(+), 1 deletion(-) create