[E-devel] How to add elements to an external Elm List widget?

2010-10-12 Thread Andreas Volz
Hello, I'm just playing with the Edje externals features. I build a GUI with some Elm widgets and now try to change the widget text and content: Here is a part of my code: Evas_Object *ext_eo = edje_object_part_external_object_get (eo, Button01); elm_button_label_set (ext_eo, This is a

Re: [E-devel] How to add elements to an external Elm List widget?

2010-10-12 Thread Dave Andreoli
2010/10/12 Andreas Volz li...@brachttal.net: Hello, I'm just playing with the Edje externals features. I build a GUI with some Elm widgets and now try to change the widget text and content: Here is a part of my code:  Evas_Object *ext_eo = edje_object_part_external_object_get (eo,  

Re: [E-devel] How to add elements to an external Elm List widget?

2010-10-12 Thread Sachiel
On Tue, Oct 12, 2010 at 4:02 AM, Andreas Volz li...@brachttal.net wrote: Hello, I'm just playing with the Edje externals features. I build a GUI with some Elm widgets and now try to change the widget text and content: Here is a part of my code:  Evas_Object *ext_eo =

Re: [E-devel] Ecore IPC - error when building from cookbook recipe

2010-10-12 Thread Jesse L. Charbneau
Hello, Wanted to drop a note to the thread and let everyone know that switching to Eina_Bool for the return type worked perfect. Thanks Raster (and co ;-) ). Jess Carsten Haitzler (The Rasterman) wrote: On Mon, 6 Sep 2010 19:57:15 -0400 Jesse Charbneau j...@thecharbneaus.com said:

[E-devel] map bugs exposed by ephoto usage

2010-10-12 Thread Gustavo Sverzut Barbieri
Hi all, particularly Raster, Map seems to be buggy with some modes, in Ephoto we're using map to rotate images to apply EXIF and you can cycle between them with [] (rotation) and shift+[] (flip/mirror). Okay, seems that this flip idea is not the best, as the 90/270 rotations will produce wrong

Re: [E-devel] Swipe event for the elm_list

2010-10-12 Thread Flávio Ceolin
Would be great in elm_genlist too. That's the idea, so we can have swipe to show extra actions... like use the state concept from genlist to show extra actions one may use (in your case: forward, retweet, view profile, ...;  in my case I want to show action to add music to playlist, or in

Re: [E-devel] How to add elements to an external Elm List widget?

2010-10-12 Thread Andreas Volz
Am Tue, 12 Oct 2010 09:49:58 -0300 schrieb Iván Briano (Sachiel):  // - this doesn't change the List! Why?  ext_eo = edje_object_part_external_object_get (eo, List01);  assert (elm_list_item_append (ext_eo, 1. Line, NULL, NULL, NULL,  NULL)); assert (elm_list_item_append (ext_eo, 2. Line,

Re: [E-devel] How to add elements to an external Elm List widget?

2010-10-12 Thread Sachiel
On Tue, Oct 12, 2010 at 5:58 PM, Andreas Volz li...@brachttal.net wrote: Am Tue, 12 Oct 2010 09:49:58 -0300 schrieb Iván Briano (Sachiel):  // - this doesn't change the List! Why?  ext_eo = edje_object_part_external_object_get (eo, List01);  assert (elm_list_item_append (ext_eo, 1. Line,

Re: [E-devel] E SVN: devilhorns trunk/TMP/st/elementary/data/themes

2010-10-12 Thread Sachiel
On Tue, Oct 12, 2010 at 6:21 PM, Enlightenment SVN no-re...@enlightenment.org wrote: Log:  Don't use values that need computing for relative offset as this  would cause the computation to be needed every time the widget  (colorpicker) gets moved/resizedjust do the math and set the values.

Re: [E-devel] E SVN: devilhorns trunk/TMP/st/elementary/data/themes

2010-10-12 Thread Christopher Michael
On 10/12/2010 05:31 PM, Iván Briano (Sachiel) wrote: On Tue, Oct 12, 2010 at 6:21 PM, Enlightenment SVN no-re...@enlightenment.org wrote: Log: Don't use values that need computing for relative offset as this would cause the computation to be needed every time the widget (colorpicker)

Re: [E-devel] E SVN: barbieri IN trunk/ephoto: data data/themes/default src/bin

2010-10-12 Thread Gustavo Sverzut Barbieri
On Tue, Oct 12, 2010 at 8:04 PM, Carsten Haitzler ras...@rasterman.com wrote: On Tue, 12 Oct 2010 15:54:20 -0700 Enlightenment SVN no-re...@enlightenment.org said: far far far from ready. :) run it with no arguments... get a blank window with red and green rectangles at the bottom-left

Re: [E-devel] E SVN: barbieri IN trunk/ephoto: data data/themes/default src/bin

2010-10-12 Thread The Rasterman
On Tue, 12 Oct 2010 20:39:30 -0300 Gustavo Sverzut Barbieri barbi...@profusion.mobi said: On Tue, Oct 12, 2010 at 8:04 PM, Carsten Haitzler ras...@rasterman.com wrote: On Tue, 12 Oct 2010 15:54:20 -0700 Enlightenment SVN no-re...@enlightenment.org said: far far far from ready. :)

Re: [E-devel] E SVN: barbieri IN trunk/ephoto: data data/themes/default src/bin

2010-10-12 Thread Gustavo Sverzut Barbieri
On Tue, Oct 12, 2010 at 8:51 PM, Carsten Haitzler ras...@rasterman.com wrote: On Tue, 12 Oct 2010 20:39:30 -0300 Gustavo Sverzut Barbieri barbi...@profusion.mobi said: On Tue, Oct 12, 2010 at 8:04 PM, Carsten Haitzler ras...@rasterman.com wrote: On Tue, 12 Oct 2010 15:54:20 -0700

Re: [E-devel] E SVN: barbieri IN trunk/ephoto: data data/themes/default src/bin

2010-10-12 Thread The Rasterman
On Tue, 12 Oct 2010 20:39:30 -0300 Gustavo Sverzut Barbieri barbi...@profusion.mobi said: ok. fixed eio. bad eio!. and ephoto is CRAWLING with valgrind complaints. just try list a directory with photos first - then go back to parent dir... it's accessing deleted datya all over the shop (gendrid

Re: [E-devel] E SVN: bdilly IN trunk/TMP/st/elementary: data/objects data/themes src/bin src/lib

2010-10-12 Thread Daniel Juyung Seo
Dear bdilly, this is Daniel Juyung Seo. I'm curious why the contributor's name is missing. Thank you. Best Regards, Daniel Juyung Seo. On Wed, Oct 13, 2010 at 5:38 AM, Enlightenment SVN no-re...@enlightenment.org wrote: Log:  Elementary Colorpicker, widget designed to select a color.  This

Re: [E-devel] E SVN: barbieri IN trunk/ephoto: data data/themes/default src/bin

2010-10-12 Thread Gustavo Sverzut Barbieri
On Tue, Oct 12, 2010 at 9:48 PM, Carsten Haitzler ras...@rasterman.com wrote: On Tue, 12 Oct 2010 20:39:30 -0300 Gustavo Sverzut Barbieri barbi...@profusion.mobi said: ok. fixed eio. bad eio!. and ephoto is CRAWLING with valgrind complaints. just try list a directory with photos first - then

Re: [E-devel] E SVN: barbieri IN trunk/ephoto: data data/themes/default src/bin

2010-10-12 Thread The Rasterman
On Tue, 12 Oct 2010 23:42:58 -0300 Gustavo Sverzut Barbieri barbi...@profusion.mobi said: On Tue, Oct 12, 2010 at 9:48 PM, Carsten Haitzler ras...@rasterman.com wrote: On Tue, 12 Oct 2010 20:39:30 -0300 Gustavo Sverzut Barbieri barbi...@profusion.mobi said: ok. fixed eio. bad eio!. and

Re: [E-devel] E SVN: bdilly IN trunk/TMP/st/elementary: data/objects data/themes src/bin src/lib

2010-10-12 Thread The Rasterman
On Wed, 13 Oct 2010 11:30:46 +0900 Daniel Juyung Seo seojuyu...@gmail.com said: that's actually my fault - they have all the patches but not the original emails they were in. i actually have some advice... include your name and email in the patch as a patch to the AUTHORS file. that's basically