[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] compilation error in evas_cache_image.c when no async preload

2009-11-07 Thread Vincent Torri
Hey, because the pending member of an Image_Entry_Flags is not available when there is no async preload, there is a compilation error in evas_cache_image.c line 940. Here is a patch below. Is it good enough ? (don't comment about indentation, i know it's not good, but i prefered to show the

Re: [E-devel] E SVN: caro trunk/edje/src/lib

2009-11-07 Thread Peter Wehrfritz
Gustavo Sverzut Barbieri wrote: On Tue, Nov 3, 2009 at 7:26 AM, Enlightenment SVN no-re...@enlightenment.org wrote: Log: * rename _edje_strbuf_append to _edje_strbuf_append1 and _edje_strbuf_append2 in edje_util.c and edje_textblock_styles.c respectiveley (for amalgamation. See

Re: [E-devel] E SVN: jeffdameth trunk/eterm/Eterm/src

2009-11-07 Thread Nick Hughart
On Thu, 5 Nov 2009 19:27:37 +1000 David Seikel onef...@gmail.com wrote: On Wed, 7 Oct 2009 14:06:34 +0200 hannes.janet...@gmail.com hannes.janet...@googlemail.com wrote: On Wed, Oct 7, 2009 at 3:42 AM, David Seikel onef...@gmail.com wrote: On Tue, 6 Oct 2009 17:17:10 -0700 Michael

Re: [E-devel] E SVN: devilhorns trunk/E-MODULES-EXTRA/skel/src

2009-11-07 Thread Christopher Michael
Gustavo Sverzut Barbieri wrote: On Fri, Nov 6, 2009 at 5:41 PM, Enlightenment SVN no-re...@enlightenment.org wrote: Log: Patch from Thanatermesis which adds more comments to the skeleton module. Still needs more filled in yet, but no time right now. Guys, why don't you take

[E-devel] Demo: Make a complete e17 module in 10 minutes

2009-11-07 Thread Thanatermesis
Now the skel module is a bit more documented, at least more useful for who try to look at its code for the first time and want to understand how that works? without previous knowledges of E/EFL Now there's only one thing needed to motivate new ppl to make e17 modules, something to see. The ppl

Re: [E-devel] E SVN: devilhorns trunk/E-MODULES-EXTRA/skel/src

2009-11-07 Thread Thanatermesis
Sounds very good :), If anybody is interessed on write it maybe can see useful the templates from emodule-creator, this is just a kind of script-replace system under base codes, nothing very powerful but very handy :) http://us.repository.elive-systems.com/pool/efl/e/emodule-creator/ You should