RE: A patch for libhildon -- for auto-launch keyboard

2007-08-16 Thread Ross Burton
On Wed, 2007-08-15 at 16:26 -0700, Spencer, Bob wrote: > What is required from the application in order to have the "automatic" > behavior? Are the text input fields derived from a different class? In general, nothing. Correctly written widgets automatically work, so for every standard widget it

RE: A patch for libhildon -- for auto-launch keyboard

2007-08-15 Thread Spencer, Bob
Ross Burton wrote: > On Tue, 2007-08-14 at 15:23 +0100, Ross Burton wrote: >> In Poky we start the keyboard in the X session, and install the GTK+ >> input method (part of the matchbox-keyboard source) so that the >> keyboard is toggled as required. The keyboard is toggled via IPC >> between the i

Re: A patch for libhildon -- for auto-launch keyboard

2007-08-15 Thread Tollef Fog Heen
* "Michael Dominic K." | Perhaps I'm not fully getting it, but how is that different than | standard gtk input methods stuff? It's not; I'm slowly beginning to understand how those bits fit together now. :-) -- Tollef Fog Heen UNIX is user friendly, it's just picky about who its friends are -

RE: A patch for libhildon -- for auto-launch keyboard

2007-08-15 Thread Matthew Allum
On Wed, 2007-08-15 at 17:35 +0800, Han, Jian wrote: > Hi, > You may try the matchbox-keyboard on moblin.org. > I have done some job on make matchbox-keyboard look pretty. > Waiting for your feedback^_^ > It would be good to see patches for this upstream. From the look of the sh

Re: A patch for libhildon -- for auto-launch keyboard

2007-08-15 Thread Matthew Allum
Hi; On Wed, 2007-08-15 at 09:37 +0200, Tollef Fog Heen wrote: > > Only problem is the keyboard ends up consuming quite a lot of screen > real estate, see http://err.no/tmp/DSC_5932.2.JPG for a picture. (The > resolution on that device is 1024x600.) > > I think we could manage to shave off a com

Re: A patch for libhildon -- for auto-launch keyboard

2007-08-15 Thread Ross Burton
On Wed, 2007-08-15 at 09:37 +0200, Tollef Fog Heen wrote: > This looks great; I have a test package, based off current SVN, > working here which I'll proceed to upload. Any take on whether I > should enable the panel applet as well? The panel applet is only really useful for non-GTK+ applications

Re: A patch for libhildon -- for auto-launch keyboard

2007-08-15 Thread Tollef Fog Heen
* Ross Burton | In Poky we start the keyboard in the X session, and install the GTK+ | input method (part of the matchbox-keyboard source) so that the keyboard | is toggled as required. The keyboard is toggled via IPC between the | input method and the keyboard, so you don't need to constantly k

RE: A patch for libhildon -- for auto-launch keyboard

2007-08-14 Thread Han, Jian
feature. Please tell something more detail! Thank you very much! Best wishes, Han Jian -Original Message- From: Ross Burton [mailto:[EMAIL PROTECTED] Sent: 2007年8月15日 4:47 To: Han, Jian Cc: ubuntu-mobile@lists.ubuntu.com; Tollef Fog Heen Subject: Re: A patch for libhildon -- for auto-launch

Re: A patch for libhildon -- for auto-launch keyboard

2007-08-14 Thread Ross Burton
On Tue, 2007-08-14 at 15:23 +0100, Ross Burton wrote: > In Poky we start the keyboard in the X session, and install the GTK+ > input method (part of the matchbox-keyboard source) so that the keyboard > is toggled as required. The keyboard is toggled via IPC between the > input method and the keybo

Re: A patch for libhildon -- for auto-launch keyboard

2007-08-14 Thread Michael Dominic K.
On 8/14/07, Johan Bilien <[EMAIL PROTECTED]> wrote: > On Tue, Aug 14, 2007, Tollef Fog Heen wrote: > > * "Han, Jian" > > > > | Hi, all > > | I write a patch for libhildon. It add the feature of auto-launch > > | keyboard. > > > > How is upstream hildon doing this? Is there any reason we can'

Re: A patch for libhildon -- for auto-launch keyboard

2007-08-14 Thread Johan Bilien
On Tue, Aug 14, 2007, Tollef Fog Heen wrote: > * "Han, Jian" > > | Hi, all > | I write a patch for libhildon. It add the feature of auto-launch > | keyboard. > > How is upstream hildon doing this? Is there any reason we can't be > doing it the same way? > > I'd like us to avoid deviatin

Re: A patch for libhildon -- for auto-launch keyboard

2007-08-14 Thread Ross Burton
On Tue, 2007-08-14 at 17:21 +0800, Han, Jian wrote: > Hi, all > I write a patch for libhildon. It add the feature of auto-launch > keyboard. > Any one use the widgets in libhildon will have this feature. > It also have an common callback function. Any standard gtk widget > can a

Re: A patch for libhildon -- for auto-launch keyboard

2007-08-14 Thread Tollef Fog Heen
* "Han, Jian" | Hi, all | I write a patch for libhildon. It add the feature of auto-launch | keyboard. How is upstream hildon doing this? Is there any reason we can't be doing it the same way? I'd like us to avoid deviating from upstream behaviour as much as possible and rather adopt up

A patch for libhildon -- for auto-launch keyboard

2007-08-14 Thread Han, Jian
Hi, all I write a patch for libhildon. It add the feature of auto-launch keyboard. Any one use the widgets in libhildon will have this feature. It also have an common callback function. Any standard gtk widget can add a g_signal_connect to have this feature(include hildon.h).