Re: [E-devel] Important change in python elementary

2009-11-23 Thread Nicolas Cavallari
Boris 'billiob' Faure a écrit : On Mon, Nov 23, 2009 at 09:58, Vaudano Luca vaud...@gmail.com wrote: Thanks for the important info! Could you confirm that the change is made in the 43903 revision? Thanks cheers Luca It's made in both 43900 and 43903. wasn't it possible to add backward

[E-devel] [PATCH] add python binding for elm_list_item_label_set

2009-11-09 Thread Nicolas Cavallari
This patch adds the python equivalent for elm_list_item_label_set() by adding the method label_set() to elementary.ListItem When i finish this elm project i'm working on, i plan to add more of those. Index: include/elementary/c_elementary.pxd

Re: [E-devel] E SVN: billiob trunk/BINDINGS/python/python-elementary/elementary

2009-11-08 Thread Nicolas Cavallari
Gustavo Sverzut Barbieri a écrit : Also, we need to review this in whole Elementary... it was complicate to get right for evas/edje/ecore, but they are correct now... you need to check them or ask me, if we start to spread minor errors like this then we'll have hard time tracking these beasts

[E-devel] [PATCH] add python binding for elm_list_item_label_set

2009-11-07 Thread Nicolas Cavallari
This patch adds the python equivalent for elm_list_item_label_set() by adding the method label_set() to elementary.ListItem When I finish this elm project i'm working on, i plan to add more of those. Index: include/elementary/c_elementary.pxd

[E-devel] [PATCH] python-elementary: add elementary.Check.changed callback

2009-10-30 Thread Nicolas Cavallari
This patch add the property 'changed' to elementary.Check. This patch also makes tests/test.py show the use of this property. Index: tests/test.py === --- tests/test.py (revision 43338) +++ tests/test.py (working copy) @@ -1420,6