Re: [E-devel] Elementary is the right choice?

2009-10-30 Thread Carlo Ascani
On Thu, 29 Oct 2009 10:50:01 -0400 Atton Jonathan jonathan.at...@gmail.com wrote: So i've started working on the project this morning, so here are some initial stupid questions: 1. Is there some elm app that uses a custom edje theme to study its code? See elementary_test for something

Re: [E-devel] Elementary is the right choice?

2009-10-30 Thread Atton Jonathan
2009/10/29 Carlo Ascani carlo.r...@gmail.com On Thu, 29 Oct 2009 10:50:01 -0400 Atton Jonathan jonathan.at...@gmail.com wrote: So i've started working on the project this morning, so here are some initial stupid questions: 1. Is there some elm app that uses a custom edje theme to

[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

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

2009-10-30 Thread Boris 'billiob' Faure
On Fri, Oct 30, 2009 at 10:37, Nicolas Cavallari batch...@free.fr wrote: This patch add the property 'changed' to elementary.Check. This patch also makes tests/test.py show the use of this property. in svn :) Thank you. -- Boris 'billiob' Faure

Re: [E-devel] [PATCH] Fix default value of vars in ethumb_calculate_fill_from_ratio()

2009-10-30 Thread Rafael Antognolli
Applied too, thanks =) 2009/10/27 João Paulo Rechi Vita jprv...@profusion.mobi: As of ethumb_calculate_aspect_from_ratio(), even if initial aspect is zero, default values should be assigned to the return variables. -- João Paulo Rechi Vita ProFUSION embedded systems jprv...@profusion.mobi

[E-devel] [PATCH] Make ethumb match case-insensitive.

2009-10-30 Thread João Paulo Rechi Vita
Ethumb wasn't matching files to plugins if the extension were not composed of all lowercase chars. This patch makes the ethumb match case-insensitive. -- João Paulo Rechi Vita ProFUSION embedded systems jprv...@profusion.mobi Index: src/lib/Ethumb.c

[E-devel] Problem with edje_edit_group_add()

2009-10-30 Thread Andreas Volz
Hello, I get a segfault at edje_edit_group_add() in edje_edit.c line 662: EINA_LIST_FOREACH(ed-file-collection_dir-entries, l, d) file = NULL I think first problem in edje_edit_group_add() is not to test ed-file for NULL as in other edje_edit function. Then I don't understand why it is