Re: Porting to Chinook: Hildon API changes

2007-11-05 Thread Xan López
On Sun, 2007-11-04 at 23:32 +, ext Graham Cobb wrote:
 We are currently porting GPE to chinook.  I am fairly confident I have 
 resolved the issues with changed libraries but there seem to be some HIldon 
 API changes and I am not a Hildon programmer.  We would appreciate any 
 pointers to documentation or other suggestions for making these changes.  I 
 haven't found much useful information on these changes using Google.
 
 There are three specific issues in GPE applications...
 
 1) This must be the easiest: the code currently turns off capitalisation in a 
 hildon input window using:
 
 g_object_set (G_OBJECT (w), HILDON_AUTOCAP, FALSE, NULL);
 
 Is there an equivalent of this in Chinook?
 

Please see http://live.gnome.org/Maemo/Gtk210Migration#M24

In general it's a good idea to run hildon-audit in your code, it should
point out all these issues
(https://stage.maemo.org/svn/maemo/projects/haf/trunk/hildon-audit/)

See http://live.gnome.org/Hildon/TwoPointZero for a general overview of
the changes.

Btw, I think 2 out of 3 of your problems have been deprecated since Bora
at least :)

Cheers, Xan

 2) hildon-app and hildon-appview seem to have gone away.  Any guide to 
 porting 
 that code to use hildon-program and hildon-window?
 
 3) hildon-home-plugin seems to have disappeared.  I presume this mechanism 
 has 
 changed.  Any guide to how to port that code?
 
 By the way, if you have access to a device running chinook and would be 
 interested in helping test the GPE port, let me know.
 
 Graham
 ___
 maemo-users mailing list
 maemo-users@maemo.org
 https://lists.maemo.org/mailman/listinfo/maemo-users

___
maemo-users mailing list
maemo-users@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-users


Porting to Chinook: Hildon API changes

2007-11-04 Thread Graham Cobb
We are currently porting GPE to chinook.  I am fairly confident I have 
resolved the issues with changed libraries but there seem to be some HIldon 
API changes and I am not a Hildon programmer.  We would appreciate any 
pointers to documentation or other suggestions for making these changes.  I 
haven't found much useful information on these changes using Google.

There are three specific issues in GPE applications...

1) This must be the easiest: the code currently turns off capitalisation in a 
hildon input window using:

g_object_set (G_OBJECT (w), HILDON_AUTOCAP, FALSE, NULL);

Is there an equivalent of this in Chinook?

2) hildon-app and hildon-appview seem to have gone away.  Any guide to porting 
that code to use hildon-program and hildon-window?

3) hildon-home-plugin seems to have disappeared.  I presume this mechanism has 
changed.  Any guide to how to port that code?

By the way, if you have access to a device running chinook and would be 
interested in helping test the GPE port, let me know.

Graham
___
maemo-users mailing list
maemo-users@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-users


Fwd: Porting to Chinook: Hildon API changes

2007-11-04 Thread Terje Bergström
Sorry, forgot to include the mailing list to the list of recipients.

On 11/5/07, Graham Cobb [EMAIL PROTECTED] wrote:

 1) This must be the easiest: the code currently turns off capitalisation
 in a
 hildon input window using:
 g_object_set (G_OBJECT (w), HILDON_AUTOCAP, FALSE, NULL);
 Is there an equivalent of this in Chinook?


Might be the easiest, but I don't know the answer here. :-)

2) hildon-app and hildon-appview seem to have gone away.  Any guide to
 porting
 that code to use hildon-program and hildon-window?


Did you check 
http://maemo.org/development/sdks/api_changes_between_maemo_3_2_and_maemo_4_0.html
? It has links to live.gnome.org, and there's a document about this.
Especially http://live.gnome.org/Hildon/TwoPointZero/WindowAndProgram in
this case.

3) hildon-home-plugin seems to have disappeared.  I presume this mechanism
 has
 changed.  Any guide to how to port that code?


This one should be covered by the answer to 2), especially
http://maemo.org/community/wiki/hildondesktoppluginhowto
.

Best regards,
Terje
___
maemo-users mailing list
maemo-users@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-users


Re: Porting to Chinook: Hildon API changes

2007-11-04 Thread Quim Gil
Just comment: can you please direct developer questions to maemo
developers? It helps.

PS: we are also asking user requests in the developers list to be posted
in maemo-users.

Thank you.

-- 
Quim Gil - http://maemo.org

___
maemo-users mailing list
maemo-users@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-users