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

2007-08-14 Thread Han, Jian
Hi, Ross
  As far as I known, Nokia has done something in GTK and change it name as 
Maemo_GTK. In that version of GTK, a new input method is supported. Base on 
that GTK, keyboard can be auto-launched easily.
  Now we need to use the GTK 2.11 in the main stream. Can I have the 
feature of auto-launch without doing anything either on gtk or on libhildon? 
  Or you mean that I can wait for a moment. Then the new version of GTK on 
gnome.org will have the code of Maemo_GTK. In that time, I can do nothing but 
have this feature. 
  
  I am not clear how I can get this 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 keyboard

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 keyboard, so you don't need to constantly kill and
> restart it.

I should say that this approach means that the keyboard automatically
appears/disappears for *every* widget *automatically*, thanks to using
the support GTK+ already has for input methods.  It is also the same
model as the Maemo approach, which at present is closed source (although
it is being opened at the moment).

Ross
-- 
Ross Burton mail: [EMAIL PROTECTED]
  jabber: [EMAIL PROTECTED]
 www: http://www.burtonini.com./
 PGP Fingerprint: 1A21 F5B0 D8D0 CFE3 81D4 E25A 2D09 E447 D0B4 33DF

-- 
Ubuntu-mobile mailing list
Ubuntu-mobile@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-mobile


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 keyboard, so you don't need to constantly kill and
> restart it.

I should say that this approach means that the keyboard automatically
appears/disappears for *every* widget *automatically*, thanks to using
the support GTK+ already has for input methods.  It is also the same
model as the Maemo approach, which at present is closed source (although
it is being opened at the moment).

Ross
-- 
Ross Burton mail: [EMAIL PROTECTED]
  jabber: [EMAIL PROTECTED]
 www: http://www.burtonini.com./
 PGP Fingerprint: 1A21 F5B0 D8D0 CFE3 81D4 E25A 2D09 E447 D0B4 33DF



signature.asc
Description: This is a digitally signed message part
-- 
Ubuntu-mobile mailing list
Ubuntu-mobile@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-mobile


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't be
> > doing it the same way?
> >
> > I'd like us to avoid deviating from upstream behaviour as much as
> > possible and rather adopt upstream's approach than invent our own.
>
> I include the hildon mailing list hildon-input-methods guys should be
> able to answer this.
>
> --
> Johan Bilien
> <[EMAIL PROTECTED]>
>
> --
> Ubuntu-mobile mailing list
> Ubuntu-mobile@lists.ubuntu.com
> Modify settings or unsubscribe at: 
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-mobile
>

Hey, hildon maintainer here.

Perhaps I'm not fully getting it, but how is that different than
standard gtk input methods stuff?


-- 
Michael.

-- 
Ubuntu-mobile mailing list
Ubuntu-mobile@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-mobile


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 deviating from upstream behaviour as much as
> possible and rather adopt upstream's approach than invent our own.

I include the hildon mailing list hildon-input-methods guys should be
able to answer this. 

-- 
Johan Bilien
<[EMAIL PROTECTED]>

-- 
Ubuntu-mobile mailing list
Ubuntu-mobile@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-mobile


Flash API support in mobile-flash-home-plugin

2007-08-14 Thread Michael Frey

Rusty,

Attached you will find a patch for some changes I made to the home  
mobile-basic-home-plugin.


The changes are to allow for a bi-directional method of communicating  
to a home plugin written in Flash.


These changes eliminate the need for the mobile application server  
process (mas).


I have attached the diff as well as the flash movie action script  
source.  The Flash movies (*.swf) files will need to be re- 
generated.  They are too big to attach.



Michael



flash-api.patch
Description: Binary data


gui.as
Description: Binary data
-- 
Ubuntu-mobile mailing list
Ubuntu-mobile@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-mobile


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 add a g_signal_connect to have this feature(include hildon.h). 
>   I think it is quite easy and useful. Hope there are someone get
> interesting on it and have a try.
>
>   I have submit the patch on the moblin.org. But it seems at a low
> version number and cannot be get by "apt-get". I hope it can be merger
> into the new version and I can do the further work on the it.

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 kill and
restart it.

Ross
-- 
Ross Burton mail: [EMAIL PROTECTED]
  jabber: [EMAIL PROTECTED]
 www: http://www.burtonini.com./
 PGP Fingerprint: 1A21 F5B0 D8D0 CFE3 81D4 E25A 2D09 E447 D0B4 33DF



signature.asc
Description: This is a digitally signed message part
-- 
Ubuntu-mobile mailing list
Ubuntu-mobile@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-mobile


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 upstream's approach than invent our own.

-- 
Tollef Fog Heen
UNIX is user friendly, it's just picky about who its friends are

-- 
Ubuntu-mobile mailing list
Ubuntu-mobile@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-mobile


Re: Dates (part of PIM) is now hildonized and working.

2007-08-14 Thread Adilson Oliveira
Matt Zimmerman wrote:
> Great news!  How soon can it be uploaded into Gutsy?
> 

I'll organize everything today so it should be there on the next run.

[]s

Adilson.

-- 
Ubuntu-mobile mailing list
Ubuntu-mobile@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-mobile


Re: Dates (part of PIM) is now hildonized and working.

2007-08-14 Thread Adilson Oliveira
Ross Burton wrote:

> 
> Ah yes, of course.  Can you throw the patch towards me or the Pimlico
> list so we can integrate it?
> 

Sure thing, let me just put everything together.

[]s

Adilson.

-- 
Ubuntu-mobile mailing list
Ubuntu-mobile@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-mobile


RE: USB Client Blueprint

2007-08-14 Thread Yuan, Hang
We have a little update on the schedule. Will release it after finalize.

Regards,
Henry 

>-Original Message-
>From: [EMAIL PROTECTED] 
>[mailto:[EMAIL PROTECTED] On Behalf Of Amit Kucheria
>Sent: 2007年8月14日 17:21
>To: Yuan, Hang
>Cc: ubuntu-mobile@lists.ubuntu.com; Lynch, Rusty
>Subject: Re: USB Client Blueprint
>
>On 8/3/07, Lynch, Rusty <[EMAIL PROTECTED]> wrote:
>
>> Just to be sure I understand correctly, you will:
>>
>> Provide a new peripheral controller kernel driver
>> Provide a patch to the CDC Ethernet gadget kernel driver
>> Provide a patch to the  file-backed storage gadget kernel driver
>> Make a sample suite of both client and host applications 
>available that use
>> the above kernel components to create a specific solution.  
>This solution
>
>Yuan,
>
>Could you also comment on the schedule for the above kernel 
>drivers and patches?
>
>Regards,
>Amit
>

-- 
Ubuntu-mobile mailing list
Ubuntu-mobile@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-mobile


Re: Dates (part of PIM) is now hildonized and working.

2007-08-14 Thread Ross Burton
On Tue, 2007-08-14 at 11:21 +0200, Loïc Minier wrote:
> On Mon, Aug 13, 2007, Ross Burton wrote:
> > Did you notice the existing Maemo packaging on
> > maemo.debian.org (although it is trivial to package with cdbs)?
>   
>   Not sure which site you meant.

Ha, sorry about that.  I really should stop mailing at 7am.

http://maemo.o-hand.com/ is what I meant.

Ross
-- 
Ross Burton mail: [EMAIL PROTECTED]
  jabber: [EMAIL PROTECTED]
 www: http://www.burtonini.com./
 PGP Fingerprint: 1A21 F5B0 D8D0 CFE3 81D4 E25A 2D09 E447 D0B4 33DF



signature.asc
Description: This is a digitally signed message part
-- 
Ubuntu-mobile mailing list
Ubuntu-mobile@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-mobile


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). 
  I think it is quite easy and useful. Hope there are someone get
interesting on it and have a try.
   
  I have submit the patch on the moblin.org. But it seems at a low
version number and cannot be get by "apt-get". I hope it can be merger
into the new version and I can do the further work on the it.
  
  Wish to hear your voice!

Thanks
Han Jian


autolaunch_keyboard.patch
Description: autolaunch_keyboard.patch
-- 
Ubuntu-mobile mailing list
Ubuntu-mobile@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-mobile


Re: Dates (part of PIM) is now hildonized and working.

2007-08-14 Thread Loïc Minier
On Mon, Aug 13, 2007, Ross Burton wrote:
> Did you notice the existing Maemo packaging on
> maemo.debian.org (although it is trivial to package with cdbs)?
  
  Not sure which site you meant.

-- 
Loïc Minier

-- 
Ubuntu-mobile mailing list
Ubuntu-mobile@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-mobile


Re: USB Client Blueprint

2007-08-14 Thread Amit Kucheria
On 8/3/07, Lynch, Rusty <[EMAIL PROTECTED]> wrote:

> Just to be sure I understand correctly, you will:
>
> Provide a new peripheral controller kernel driver
> Provide a patch to the CDC Ethernet gadget kernel driver
> Provide a patch to the  file-backed storage gadget kernel driver
> Make a sample suite of both client and host applications available that use
> the above kernel components to create a specific solution.  This solution

Yuan,

Could you also comment on the schedule for the above kernel drivers and patches?

Regards,
Amit

-- 
Ubuntu-mobile mailing list
Ubuntu-mobile@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-mobile


Re: Dates (part of PIM) is now hildonized and working.

2007-08-14 Thread Matt Zimmerman
Great news!  How soon can it be uploaded into Gutsy?

On Mon, Aug 13, 2007 at 05:39:33PM -0300, Adilson Oliveira wrote:
> Hi guys.
> 
> I had a good day today :) Our first hildonized application is up and
> running. It's Dates, part of Pimlico, our PIM of choice.
> Now that I believe that I dominated that matter, the other applications
> should start to come out very fast.
> Tomorrow I'll organize the hackadom, create proper packaging and start
> spill out the rest of the applications.
> 
> []s
> 
> Adilson.
> 
> -- 
> Ubuntu-mobile mailing list
> Ubuntu-mobile@lists.ubuntu.com
> Modify settings or unsubscribe at: 
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-mobile

-- 
 - mdz

-- 
Ubuntu-mobile mailing list
Ubuntu-mobile@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-mobile


RE: USB Client Blueprint

2007-08-14 Thread Yuan, Hang
 

>-Original Message-
>From: [EMAIL PROTECTED] 
>[mailto:[EMAIL PROTECTED] On Behalf Of 
>Matt Zimmerman
>Sent: 2007年8月14日 16:32
>To: ubuntu-mobile@lists.ubuntu.com
>Subject: Re: USB Client Blueprint
>
>On Tue, Aug 14, 2007 at 10:25:46AM +0800, Yuan, Hang wrote:
>> Please see my answer inline. 
>
>This lack of quoting is very confusing; can your mail client 
>be configured
>to work like most others in this respect?
>

Ok. I found the option in Outlook.

>> -Original Message-
>> From: [EMAIL PROTECTED] 
>[mailto:[EMAIL PROTECTED] On Behalf Of 
>Matt Zimmerman
>> Sent: 2007年8月13日 21:30
>> To: ubuntu-mobile@lists.ubuntu.com
>> Subject: Re: USB Client Blueprint
>> 
>> On Mon, Aug 06, 2007 at 06:39:59PM +0800, Yuan, Hang wrote:
>> > On Mon, Aug 06, 2007 at 01:35:51PM +0800, Yuan, Hang wrote:
>> > > The blueprint is updated.
>> > >  
>> > > You understanding is mostly correct. One patch to 
>makefile is also provided.
>> > >  
>> > > For your questions:
>> > > 1. The targeted host system for Host side utility is Red 
>Hat FC6, Ubuntu MID distro and Red Flag MID distro.
>> > 
>> > Ubuntu Mobile Edition only runs on devices; it does not 
>run on host systems.
>> > Surely you mean Ubuntu desktop?
>> > 
>> > [Henry] No, it doesn't mean Ubuntu desktop. Only Linux MID 
>connecting with Linux MID is considered. So Ubuntu Mobile 
>Edition is the host system. RHFC6 is listed because it's 
>current software development environment. 
>> 
>> I see.  Is there some reason not to support Ubuntu desktop 
>as the host
>> system?
>> 
>> [Henry] I don't see any special reason listed in the PRD 
>developed by marketing. Maybe just because only consider MID distros.  
>
>Is Red Hat FC6 an MID distro?  That seems unlikely as it is 
>nearly a year
>old.
>

As I said before, RHFC6 is supported just because it's the environment to 
develop utilities when we havn't MID specified SW development environment.

>-- 
> - mdz
>
>-- 
>Ubuntu-mobile mailing list
>Ubuntu-mobile@lists.ubuntu.com
>Modify settings or unsubscribe at: 
>https://lists.ubuntu.com/mailman/listinfo/ubuntu-mobile
>

-- 
Ubuntu-mobile mailing list
Ubuntu-mobile@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-mobile


Re: USB Client Blueprint

2007-08-14 Thread Matt Zimmerman
On Tue, Aug 14, 2007 at 10:25:46AM +0800, Yuan, Hang wrote:
> Please see my answer inline. 

This lack of quoting is very confusing; can your mail client be configured
to work like most others in this respect?

> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Matt Zimmerman
> Sent: 2007年8月13日 21:30
> To: ubuntu-mobile@lists.ubuntu.com
> Subject: Re: USB Client Blueprint
> 
> On Mon, Aug 06, 2007 at 06:39:59PM +0800, Yuan, Hang wrote:
> > On Mon, Aug 06, 2007 at 01:35:51PM +0800, Yuan, Hang wrote:
> > > The blueprint is updated.
> > >  
> > > You understanding is mostly correct. One patch to makefile is also 
> > > provided.
> > >  
> > > For your questions:
> > > 1. The targeted host system for Host side utility is Red Hat FC6, Ubuntu 
> > > MID distro and Red Flag MID distro.
> > 
> > Ubuntu Mobile Edition only runs on devices; it does not run on host systems.
> > Surely you mean Ubuntu desktop?
> > 
> > [Henry] No, it doesn't mean Ubuntu desktop. Only Linux MID connecting with 
> > Linux MID is considered. So Ubuntu Mobile Edition is the host system. RHFC6 
> > is listed because it's current software development environment. 
> 
> I see.  Is there some reason not to support Ubuntu desktop as the host
> system?
> 
> [Henry] I don't see any special reason listed in the PRD developed by 
> marketing. Maybe just because only consider MID distros.  

Is Red Hat FC6 an MID distro?  That seems unlikely as it is nearly a year
old.

-- 
 - mdz

-- 
Ubuntu-mobile mailing list
Ubuntu-mobile@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-mobile