[yocto] [matchbox-keyboard][PATCH] applet: Port to ScalingImage2

2016-07-13 Thread Jussi Kukkonen
Signed-off-by: Jussi Kukkonen --- applet/applet.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/applet/applet.c b/applet/applet.c index 0de5634..69cc600 100644 --- a/applet/applet.c +++ b/applet/applet.c @@ -19,7 +19,7 @@ #include #include -#include +#include #

Re: [yocto] [matchbox-keyboard][PATCH ] Support of "caps" tag

2016-05-18 Thread Herve Jourdain
OK, thanks, v2 is on the way... Herve -Original Message- From: Jussi Kukkonen [mailto:jussi.kukko...@intel.com] Sent: mercredi 18 mai 2016 09:55 To: Herve Jourdain Cc: Yocto Project Subject: Re: [yocto] [matchbox-keyboard][PATCH ] Support of "caps" tag On 18 May 2016 at 08

[yocto] [matchbox-keyboard][PATCH v2 1/1] Support of "caps" tag

2016-05-18 Thread Herve Jourdain
This patch allows the support of a "caps" tag, that defines the value of the key when the CAPS action modifier is in effect. This feature is needed for the french keyboard - at least - in order to handle the uppercase accented letters, that are the ones accessible when caps is on, for some keys.

[yocto] [matchbox-keyboard][PATCH v2 0/1] Support of "caps" tag

2016-05-18 Thread Herve Jourdain
This patch allows the support of a "caps" tag, that defines the value of the key when the CAPS action modifier is in effect. This feature is needed for the french keyboard - at least - in order to handle the uppercase accented letters, that are the ones accessible when caps is on, for some keys.

Re: [yocto] [matchbox-keyboard][PATCH 1/1] Addition of french keyboard

2016-05-18 Thread Jussi Kukkonen
On 18 May 2016 at 09:03, Herve Jourdain wrote: > I believe you’re aware there is another patch, 1 line patch, by Jussi > Kukkonen, applied to matchbox-keyboard, > “0001-desktop-file-Hide-the-keyboard-from-app-list.patch”, that adds > “NoDisplay=true” to matchbox-keyboard.desktop. > > Should anyone

Re: [yocto] [matchbox-keyboard][PATCH ] Support of "caps" tag

2016-05-18 Thread Jussi Kukkonen
On 18 May 2016 at 08:51, Herve Jourdain wrote: > This patch allows the support of a "caps" tag, that defines the value of the > key when the CAPS action modifier is in effect. > This feature is needed for the french keyboard - at least - in order to > handle the uppercase accented letters, that

Re: [yocto] [matchbox-keyboard][PATCH 1/1] Addition of french keyboard

2016-05-17 Thread Herve Jourdain
[mailto:ross.bur...@intel.com] Sent: mardi 17 mai 2016 14:14 To: Herve Jourdain Cc: yocto@yoctoproject.org Subject: Re: [yocto] [matchbox-keyboard][PATCH 1/1] Addition of french keyboard Hi Herve, Can you submit the two patches (caps behaviour, and french layout) against the matchbox-keyboard

[yocto] [matchbox-keyboard][PATCH ] Support of "caps" tag

2016-05-17 Thread Herve Jourdain
Signed-off-by: Herve Jourdain --- src/config-parser.c | 5 + src/matchbox-keyboard-key.c | 11 --- src/matchbox-keyboard-ui-cairo-backend.c | 10 +++--- src/matchbox-keyboard-ui-xft-backend.c | 10 +++--- src/matchbox-keyboard.c

[yocto] [matchbox-keyboard][PATCH ] Support of "caps" tag

2016-05-17 Thread Herve Jourdain
This patch allows the support of a "caps" tag, that defines the value of the key when the CAPS action modifier is in effect. This feature is needed for the french keyboard - at least - in order to handle the uppercase accented letters, that are the ones accessible when caps is on, for some keys.

[yocto] [matchbox-keyboard][PATCH 1/1] Addition of french keyboard

2016-05-17 Thread Herve Jourdain
Signed-off-by: Herve Jourdain --- layouts/Makefile.am | 2 +- layouts/keyboard-fr.xml | 343 2 files changed, 344 insertions(+), 1 deletion(-) create mode 100644 layouts/keyboard-fr.xml diff --git a/layouts/Makefile.am b/layouts/Makefile.am

[yocto] [matchbox-keyboard][PATCH 0/1] Addition of french keyboard

2016-05-17 Thread Herve Jourdain
The layout added is the one for French (France). The behaviour for the CAPS keys is the same as Ubuntu (which is different from the behaviour in Windows). This layout uses the "caps" tag, that sets the value of the key when the CAPS action modifier is in effect. Tests have been done using sato.

Re: [yocto] [matchbox-keyboard][PATCH 1/1] Addition of french keyboard

2016-05-17 Thread Herve Jourdain
Hi Ross, Oh, OK, I’ll do that, please allow me to do it tomorrow though. Herve From: Burton, Ross [mailto:ross.bur...@intel.com] Sent: mardi 17 mai 2016 14:14 To: Herve Jourdain Cc: yocto@yoctoproject.org Subject: Re: [yocto] [matchbox-keyboard][PATCH 1/1] Addition of french keyboard

Re: [yocto] [matchbox-keyboard][PATCH 1/1] Addition of french keyboard

2016-05-17 Thread Burton, Ross
Hi Herve, Can you submit the two patches (caps behaviour, and french layout) against the matchbox-keyboard-0.1 branch directly to this list please? Then we can just bump the srcrev in the recipe instead of carrying patches against our own software. Ross On 17 May 2016 at 10:43, Herve Jourdain

[yocto] [matchbox-keyboard][PATCH 1/1] Addition of french keyboard

2016-05-17 Thread Herve Jourdain
Signed-off-by: Herve Jourdain --- .../files/0002-add-french-keyboard.patch | 477 + .../matchbox-keyboard/matchbox-keyboard_git.bb | 1 + 2 files changed, 478 insertions(+) create mode 100644 meta/recipes-sato/matchbox-keyboard/files/0002-add-french-keyboard.

[yocto] [matchbox-keyboard][PATCH 0/1] Addition of french keyboard

2016-05-17 Thread Herve Jourdain
The layout added is the one for French (France). The behaviour for the CAPS keys is the same as Ubuntu (which is different from the behaviour in Windows). In addition to the layout, a patch has been necessary to support a "caps" tag, that sets the value of the key when the CAPS action modifier is

[yocto] [matchbox-keyboard][PATCH 0/1] Add support for GTK3 IM

2016-04-14 Thread Jussi Kukkonen
The patch adds --enable-gtk3-im flag which builds a GTK+3 input method module. I wasn't sure which branch Yocto would be using going forward but there's a corresponding patch for the matchbox-keyboard-0-1 branch in case that's useful: git://github.com/jku/matchbox-keyboard gtk3-im/matchbox-keyb

[yocto] [matchbox-keyboard][PATCH 1/1] gtk-im: Add support for GTK+3 as well as GTK+2

2016-04-14 Thread Jussi Kukkonen
* A few changes to avoid deprecated macros, otherwise the code works for both versions * add --enable-gtk3-im configure flag Signed-off-by: Jussi Kukkonen --- Makefile.am | 6 +- configure.ac | 29 + gtk-im/Makefile.am | 29 ++

Re: [yocto] [matchbox-keyboard][PATCH] config-parser: Use matching printf format

2016-01-18 Thread Burton, Ross
On 13 January 2016 at 23:11, Khem Raj wrote: > XML_GetCurrentLineNumber() returns unsigned long as clang is telling us > here > > src/config-parser.c:603:6: warning: format specifies type 'int' but the > argument has type 'XML_Size' (aka 'unsigned long') [-Wformat] > XML_GetCurrentLin

[yocto] [matchbox-keyboard][PATCH] config-parser: Use matching printf format

2016-01-13 Thread Khem Raj
XML_GetCurrentLineNumber() returns unsigned long as clang is telling us here src/config-parser.c:603:6: warning: format specifies type 'int' but the argument has type 'XML_Size' (aka 'unsigned long') [-Wformat] XML_GetCurrentLineNumber(p), ^~~ Signe

Re: [yocto] matchbox-keyboard documentation

2013-08-13 Thread Burton, Ross
On 13 August 2013 10:05, tom schuring wrote: > thanks Ross, > > is there an example that uses the API ? is it the matchbox-keyboard-im ? The only example I'm aware of is a piece of closed source software, sorry. You can try contacting the maintainer of matchbox-keyboard, to...@sleepfive.com. Ro

Re: [yocto] matchbox-keyboard documentation

2013-08-13 Thread tom schuring
thanks Ross, is there an example that uses the API ? is it the matchbox-keyboard-im ? > There isn't any real documentation, but the latest version of the > keyboard has an embedded API available. > > Ross ___ yocto mailing list yocto@yoctoproject.org

Re: [yocto] matchbox-keyboard documentation

2013-08-13 Thread Burton, Ross
On 13 August 2013 07:08, tom schuring wrote: > could you please point me in the right location of where i could find some > documentation about the matchbox-keyboard ? for example is there an API for > the keyboard ? There isn't any real documentation, but the latest version of the keyboard has a

[yocto] matchbox-keyboard documentation

2013-08-12 Thread tom schuring
hello, could you please point me in the right location of where i could find some documentation about the matchbox-keyboard ? for example is there an API for the keyboard ? best regards, tom ___ yocto mailing list yocto@yoctoproject.org https://lists.yo

Re: [yocto] Matchbox keyboard

2013-02-05 Thread Tomas Frydrych
On 05/02/13 19:19, Gary Thomas wrote: > On 2013-02-05 12:00, Tomas Frydrych wrote: >> On 05/02/13 18:47, Gary Thomas wrote: >>> Sorry if this isn't the best place to ask... >>> >>> I have a GUI application running on Poky/Yocto with Sato using >>> only a touch screen. My application window takes u

Re: [yocto] Matchbox keyboard

2013-02-05 Thread Gary Thomas
On 2013-02-05 12:00, Tomas Frydrych wrote: On 05/02/13 18:47, Gary Thomas wrote: Sorry if this isn't the best place to ask... I have a GUI application running on Poky/Yocto with Sato using only a touch screen. My application window takes up the whole display which is *very* small (320x240). I

Re: [yocto] Matchbox keyboard

2013-02-05 Thread Tomas Frydrych
On 05/02/13 18:47, Gary Thomas wrote: > Sorry if this isn't the best place to ask... > > I have a GUI application running on Poky/Yocto with Sato using > only a touch screen. My application window takes up the whole > display which is *very* small (320x240). If I try and accept > text input, I c

[yocto] Matchbox keyboard

2013-02-05 Thread Gary Thomas
Sorry if this isn't the best place to ask... I have a GUI application running on Poky/Yocto with Sato using only a touch screen. My application window takes up the whole display which is *very* small (320x240). If I try and accept text input, I can see the matchbox keyboard try to pop up, but i