[E-devel] r70118

2012-04-11 Thread Jérôme Pinot
Please, Raster: Index: eet/src/lib/Eet.h === --- eet/src/lib/Eet.h (revision 70117) +++ eet/src/lib/Eet.h (revision 70118) @@ -585,12 +585,16 @@ * * This function will flush any pending writes to disk if the eet file * was o

Re: [E-devel] [patch] ecore doxygen doc (3)

2012-04-11 Thread Michael Blumenkrantz
On Thu, 12 Apr 2012 15:39:16 +0900 Jérôme Pinot wrote: > Some leftovers, fix: > > /tmp/ecore/src/lib/ecore_x/xlib/ecore_x_randr_12.c:1202: warning: The > following parameters of ecore_x_randr_crtc_pos_relative_set(Ecore_X_Window > root, Ecore_X_Randr_Crtc crtc_r1, Ecore_X_Randr_Crtc crtc_r2, > E

Re: [E-devel] [Patch] text_set for elm_genlist items

2012-04-11 Thread Raoul Hecky
elm_genlist_item_fields_update() I didn't catch this one... I can live with it. Anyway, I lost some time figuring out why elm_object_item_part_text_set() was not woking with genlist items, maybe we should print some warning when these general functions are not defined for an elm widget? Thanks.

[E-devel] [patch] ecore doxygen doc (3)

2012-04-11 Thread Jérôme Pinot
Some leftovers, fix: /tmp/ecore/src/lib/ecore_x/xlib/ecore_x_randr_12.c:1202: warning: The following parameters of ecore_x_randr_crtc_pos_relative_set(Ecore_X_Window root, Ecore_X_Randr_Crtc crtc_r1, Ecore_X_Randr_Crtc crtc_r2, Ecore_X_Randr_Output_Policy policy, Ecore_X_Randr_Relative_Alignmen

Re: [E-devel] eet keeping file locks on closed files?

2012-04-11 Thread The Rasterman
On Tue, 10 Apr 2012 22:38:34 +1000 David Seikel said: > In my embedded project, I have a flash disk partition just for some eet > files. I mount it at the beginning of execution, read and write to > them, then unmount it when the program finishes. Or try to, the > unmount fails. > > From what

[E-devel] General autofoo breakage in the absence of stuff it's SUPPOSED to be checking for.

2012-04-11 Thread David Seikel
On Thu, 12 Apr 2012 14:54:53 +0900 Carsten Haitzler (The Rasterman) wrote: > On Thu, 12 Apr 2012 14:18:04 +1000 David Seikel > said: > > > On Thu, 12 Apr 2012 14:07:20 +1000 David Seikel > > wrote: > > > > > On Thu, 12 Apr 2012 12:57:10 +0900 Carsten Haitzler (The > > > Rasterman) wrote: > >

Re: [E-devel] evas_textblock text positioning.

2012-04-11 Thread David Seikel
On Thu, 12 Apr 2012 15:08:57 +1000 David Seikel wrote: > On Thu, 12 Apr 2012 12:52:56 +0900 Carsten Haitzler (The Rasterman) > wrote: > > > On Thu, 12 Apr 2012 01:14:37 +1000 David Seikel > > said: > > > > query formatted geometry, place tb so BOTTOM to tb aligns to the > > region u want it i

Re: [E-devel] evas textblock broken without linebreak

2012-04-11 Thread The Rasterman
On Thu, 12 Apr 2012 14:18:04 +1000 David Seikel said: > On Thu, 12 Apr 2012 14:07:20 +1000 David Seikel > wrote: > > > On Thu, 12 Apr 2012 12:57:10 +0900 Carsten Haitzler (The Rasterman) > > wrote: > > > > > On Thu, 12 Apr 2012 11:43:20 +1000 David Seikel > > > said: > > > > > > > Starting

Re: [E-devel] E SVN: leif IN trunk/E-MODULES-EXTRA: . eektool eektool/images eektool/m4 eektool/po eektool/src

2012-04-11 Thread Daniel Juyung Seo
Btw, how can I use eektool module? I loaded that module and added the gadget but have no idea what to do now. Daniel Juyung Seo (SeoZ) On Thu, Apr 12, 2012 at 11:59 AM, David Seikel wrote: > On Thu, 12 Apr 2012 05:25:27 +1000 David Seikel > wrote: > >> On Wed, 11 Apr 2012 21:01:39 +0200 Davide

Re: [E-devel] evas_textblock text positioning.

2012-04-11 Thread David Seikel
On Thu, 12 Apr 2012 12:52:56 +0900 Carsten Haitzler (The Rasterman) wrote: > On Thu, 12 Apr 2012 01:14:37 +1000 David Seikel > said: > > query formatted geometry, place tb so BOTTOM to tb aligns to the > region u want it in and use a clip object to clip out only that > region -stuff at the top

Re: [E-devel] [Patch] text_set for elm_genlist items

2012-04-11 Thread Daniel Juyung Seo
Raster is right. Genlist's model is to update the texts and contents of a genlist item from the registered callbacks. So just use elm_genlist_item_fields_update() and return the proper text from the genlist item text callback. Thanks. Daniel Juyung Seo (SeoZ) On Thu, Apr 12, 2012 at 12:59 PM, Car

Re: [E-devel] evas textblock broken without linebreak

2012-04-11 Thread Michael Blumenkrantz
On Thu, 12 Apr 2012 14:18:04 +1000 David Seikel wrote: > On Thu, 12 Apr 2012 14:07:20 +1000 David Seikel > wrote: > > > On Thu, 12 Apr 2012 12:57:10 +0900 Carsten Haitzler (The Rasterman) > > wrote: > > > > > On Thu, 12 Apr 2012 11:43:20 +1000 David Seikel > > > said: > > > > > > > Starting

Re: [E-devel] evas textblock broken without linebreak

2012-04-11 Thread David Seikel
On Thu, 12 Apr 2012 14:07:20 +1000 David Seikel wrote: > On Thu, 12 Apr 2012 12:57:10 +0900 Carsten Haitzler (The Rasterman) > wrote: > > > On Thu, 12 Apr 2012 11:43:20 +1000 David Seikel > > said: > > > > > Starting from line 6048 of evas_object_textblock.c there is a > > > macro defined BRE

Re: [E-devel] evas textblock broken without linebreak

2012-04-11 Thread David Seikel
On Thu, 12 Apr 2012 12:57:10 +0900 Carsten Haitzler (The Rasterman) wrote: > On Thu, 12 Apr 2012 11:43:20 +1000 David Seikel > said: > > > Starting from line 6048 of evas_object_textblock.c there is a macro > > defined BREAK_AFTER, that, in the absence of HAVE_LINEBREAK, refers > > to a non exi

Re: [E-devel] elev8 commit tsunami

2012-04-11 Thread Daniel Juyung Seo
Any enhancement is good even this is way too big for a sudden tick of commit. But just curious if this was discussed with Sanjeev who started elev8 with Mike McCormack. After Mike's leaving, Sanjeev was the sole maintainer of elev8 project and he has been working on elev8 so far. And this kind of b

Re: [E-devel] [Patch] text_set for elm_genlist items

2012-04-11 Thread The Rasterman
On Tue, 10 Apr 2012 16:53:22 +0200 Raoul Hecky said: i dont think we want this - because genlist works on the model of getting test from the test label provider function from the class - you just update the item to get genlist to re-query. if its realized it'll show the new text AND if needed re-

Re: [E-devel] evas textblock broken without linebreak

2012-04-11 Thread The Rasterman
On Thu, 12 Apr 2012 11:43:20 +1000 David Seikel said: > Starting from line 6048 of evas_object_textblock.c there is a macro > defined BREAK_AFTER, that, in the absence of HAVE_LINEBREAK, refers to > a non existant "str" array. Yep, I'm trying to compile it on an > embedded system that has no lin

Re: [E-devel] evas_textblock text positioning.

2012-04-11 Thread The Rasterman
On Thu, 12 Apr 2012 01:14:37 +1000 David Seikel said: query formatted geometry, place tb so BOTTOM to tb aligns to the region u want it in and use a clip object to clip out only that region -stuff at the top is clipped off, invisible and not rendered. exactly what u want. > I've been looking and

Re: [E-devel] [patch] ecore doxygen doc (2)

2012-04-11 Thread Michael Blumenkrantz
On Thu, 12 Apr 2012 12:46:04 +0900 Jérôme Pinot wrote: > Hi, > > This is a big patch. It fixes: > - undef #EINA_{TRUE,FALSE} links > - @c for NULL and EINA_{TRUE,FALSE} > - some formatting/spello > - several missing return types > in ---

Re: [E-devel] E SVN: leif IN trunk/E-MODULES-EXTRA: . eektool eektool/images eektool/m4 eektool/po eektool/src

2012-04-11 Thread David Seikel
On Thu, 12 Apr 2012 05:25:27 +1000 David Seikel wrote: > On Wed, 11 Apr 2012 21:01:39 +0200 Davide Andreoli > wrote: > > > Il giorno 09 aprile 2012 00:55, Enlightenment SVN < > > no-re...@enlightenment.org> ha scritto: > > > > > Log: > > > New gadget that displays results of a command line > >

[E-devel] evas textblock broken without linebreak

2012-04-11 Thread David Seikel
Starting from line 6048 of evas_object_textblock.c there is a macro defined BREAK_AFTER, that, in the absence of HAVE_LINEBREAK, refers to a non existant "str" array. Yep, I'm trying to compile it on an embedded system that has no linebreak thingy (library?). -- A big old stinking pile of genius

[E-devel] elev8 commit tsunami

2012-04-11 Thread Leandro Pereira
Heya. As you've probably noticed, I just flooded your inbox with elev8 commits. Sorry for that, but it's for a good cause. For those that don't know, elev8 is the next gen JavaScript bindings for EFL. It is based on Google's V8 engine (hence the name), and includes a module that allows creating El

Re: [E-devel] E SVN: leif IN trunk/E-MODULES-EXTRA: . eektool eektool/images eektool/m4 eektool/po eektool/src

2012-04-11 Thread David Seikel
On Wed, 11 Apr 2012 21:01:39 +0200 Davide Andreoli wrote: > Il giorno 09 aprile 2012 00:55, Enlightenment SVN < > no-re...@enlightenment.org> ha scritto: > > > Log: > > New gadget that displays results of a command line > > > > This gadget is inspired by Geektool for Mac OS. > > Yet, it misses

Re: [E-devel] E SVN: leif IN trunk/E-MODULES-EXTRA: . eektool eektool/images eektool/m4 eektool/po eektool/src

2012-04-11 Thread Davide Andreoli
Il giorno 09 aprile 2012 00:55, Enlightenment SVN < no-re...@enlightenment.org> ha scritto: > Log: > New gadget that displays results of a command line > > This gadget is inspired by Geektool for Mac OS. > Yet, it misses > - A GUI font configuration (/inline styles for edje TEXTBLOCKs?) >

Re: [E-devel] eet keeping file locks on closed files?

2012-04-11 Thread David Seikel
On Wed, 11 Apr 2012 01:33:46 +1000 David Seikel wrote: > On Tue, 10 Apr 2012 17:01:27 +0200 Cedric BAIL > wrote: > > > On Tue, Apr 10, 2012 at 2:38 PM, David Seikel > > wrote: > > > In my embedded project, I have a flash disk partition just for > > > some eet files.  I mount it at the beginnin

[E-devel] evas_textblock text positioning.

2012-04-11 Thread David Seikel
I've been looking and experimenting, can't find what I'm looking for. Is there a way to get an evas textblock to display the last lines of the text if it is longer than the textblocks object height? Or even to get it to shov the text at the bottom if it's shorter than the object height? I'm show