Re: [E-devel] evas_textblock text positioning.

2012-04-12 Thread David Seikel
On Thu, 12 Apr 2012 15:08:57 +1000 David Seikel onef...@gmail.com wrote: On Thu, 12 Apr 2012 12:52:56 +0900 Carsten Haitzler (The Rasterman) ras...@rasterman.com wrote: On Thu, 12 Apr 2012 01:14:37 +1000 David Seikel onef...@gmail.com said: query formatted geometry, place tb so

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

2012-04-12 Thread David Seikel
On Thu, 12 Apr 2012 14:54:53 +0900 Carsten Haitzler (The Rasterman) ras...@rasterman.com wrote: On Thu, 12 Apr 2012 14:18:04 +1000 David Seikel onef...@gmail.com said: On Thu, 12 Apr 2012 14:07:20 +1000 David Seikel onef...@gmail.com wrote: On Thu, 12 Apr 2012 12:57:10 +0900 Carsten

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

2012-04-12 Thread The Rasterman
On Tue, 10 Apr 2012 22:38:34 +1000 David Seikel onef...@gmail.com 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.

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

2012-04-12 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,

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

2012-04-12 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.

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

2012-04-12 Thread Michael Blumenkrantz
On Thu, 12 Apr 2012 15:39:16 +0900 Jérôme Pinot ngc...@gmail.com 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

[E-devel] r70118

2012-04-12 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

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

2012-04-12 Thread Tom Hacohen
On 12/04/12 04:43, David Seikel wrote: 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

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

2012-04-12 Thread Tom Hacohen
Fixed, in svn. Thanks. On 12/04/12 10:08, Tom Hacohen wrote: On 12/04/12 04:43, David Seikel wrote: 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

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

2012-04-12 Thread Daniel Juyung Seo
You are right. I just added warnings for content/text_set/unset for genlist. http://trac.enlightenment.org/e/changeset/70122 Thanks for reporting. Daniel Juyung Seo (SeoZ) On Thu, Apr 12, 2012 at 3:43 PM, Raoul Hecky raoul.he...@gmail.com wrote: elm_genlist_item_fields_update() I didn't catch

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

2012-04-12 Thread Vincent Torri
On Thu, Apr 12, 2012 at 6:18 AM, David Seikel onef...@gmail.com wrote: Still wondering why the autofoo of so much of the current alpha wants to include Exotic.h when it's not been built.  Hard for me to debug that at the moment.  I just patch it out for now. autofoo do not include anything.

Re: [E-devel] E SVN: tasn trunk/evas/src/lib/canvas

2012-04-12 Thread Vincent Torri
Changelog... On Thu, Apr 12, 2012 at 9:20 AM, Enlightenment SVN no-re...@enlightenment.org wrote: Log: Evas textblock: Fixed building without liblinebreak.  Thanks to David Seikel for spotting it and suggesting the solution. Author:       tasn Date:         2012-04-12 00:20:01 -0700 (Thu,

Re: [E-devel] E SVN: tasn trunk/evas/src/lib/canvas

2012-04-12 Thread Tom Hacohen
Since when do we mention small bug fixes in the changelog? -- Tom. On 12/04/12 10:22, Vincent Torri wrote: Changelog... On Thu, Apr 12, 2012 at 9:20 AM, Enlightenment SVN no-re...@enlightenment.org wrote: Log: Evas textblock: Fixed building without liblinebreak. Thanks to David Seikel

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

2012-04-12 Thread David Seikel
On Thu, 12 Apr 2012 09:21:16 +0200 Vincent Torri vincent.to...@gmail.com wrote: On Thu, Apr 12, 2012 at 6:18 AM, David Seikel onef...@gmail.com wrote: Still wondering why the autofoo of so much of the current alpha wants to include Exotic.h when it's not been built.  Hard for me to

Re: [E-devel] E SVN: tasn trunk/evas/src/lib/canvas

2012-04-12 Thread The Rasterman
On Thu, 12 Apr 2012 10:24:03 +0300 Tom Hacohen tom.haco...@samsung.com said: we mention bug fixes if the bug fix was for a but that was in the previous release (eg 1.1) and may have affected someone at that time. Since when do we mention small bug fixes in the changelog? -- Tom. On

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

2012-04-12 Thread David Seikel
On Thu, 12 Apr 2012 10:18:19 +0300 Tom Hacohen tom.haco...@samsung.com wrote: Fixed, in svn. Thanks. On 12/04/12 10:08, Tom Hacohen wrote: On 12/04/12 04:43, David Seikel wrote: Starting from line 6048 of evas_object_textblock.c there is a macro defined BREAK_AFTER, that, in the

Re: [E-devel] A rectangle clipping problem

2012-04-12 Thread The Rasterman
On Thu, 5 Apr 2012 22:04:48 +0900 (KST) ChunEon Park her...@naver.com said: with some ... fixes to your test case... fixed in svn! :) Dear. I found a bug about rectangle clipping. It's happened on the only gl backend (check the sample code.. super simple) The rectangle would be

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

2012-04-12 Thread Tom Hacohen
On 12/04/12 11:11, David Seikel wrote: rant I'll say again though, if I'm not using it, for ANYTHING, then it's just a waste of space and time to have on this embedded system that needs to be as small as possible. I don't need intl, it's only ever gonna be used in English. I probably don't

Re: [E-devel] E SVN: seoz trunk/elementary/src/lib

2012-04-12 Thread ChunEon Park
If you does not support those callbacks, then they does not need to be registered. I think it's enough to update the document only. -Regards, Hermet- -Original Message- From: Enlightenment SVNlt;no-re...@enlightenment.orggt; To:

Re: [E-devel] New evas image cache server

2012-04-12 Thread The Rasterman
On Wed, 4 Apr 2012 11:52:29 -0300 Rafael Antognolli antogno...@profusion.mobi said: i been lookin' at ur codez yo. :) general question... what's up with image saves? :) (makes sense to have them salved off but as a direct child of the process not of the resource loader?) so partly i see old

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

2012-04-12 Thread ChunEon Park
So I added the common API list to doxygen which are supported by the widget. Of course, we can print any warnings for users, but elm_widget can print it instead of other widgets simply. ex) elm_widget_content_part_set( ) { if (!sd-gt;content_set_func) WRN(XX);

Re: [E-devel] E SVN: seoz trunk/elementary/src/lib

2012-04-12 Thread Daniel Juyung Seo
You are right. We need to document this. But this is also a notice for the e-dev. If there is no sign like this someone will add setter again some time later without noticing why it does not exist. Anyhow, I will document this. Thanks! Daniel Juyung Seo (SeoZ) On Thu, Apr 12, 2012 at 8:29 PM,

Re: [E-devel] A rectangle clipping problem

2012-04-12 Thread ChunEon Park
Thank you. I checked it works good. and It fixed other one similar problem too. One Shot Two Kill -Original Message- From: Carsten Haitzlerlt;ras...@rasterman.comgt; To: Enlightenment developer listlt;enlightenment-devel@lists.sourceforge.netgt;; Cc: ChunEon

Re: [E-devel] A rectangle clipping problem

2012-04-12 Thread The Rasterman
On Thu, 12 Apr 2012 21:18:47 +0900 (KST) ChunEon Park her...@naver.com said: Thank you. I checked it works good. and It fixed other one similar problem too. One Shot Two Kill that's how i like it! :) -Original Message- From: Carsten Haitzlerlt;ras...@rasterman.comgt;

Re: [E-devel] r70118

2012-04-12 Thread The Rasterman
On Thu, 12 Apr 2012 15:56:58 +0900 Jérôme Pinot ngc...@gmail.com said: fxed :) 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

Re: [E-devel] E SVN: seoz trunk/elementary/src/lib

2012-04-12 Thread Hyoyoung Chang
How about to add that printing warning in elm_widget? On Thu, Apr 12, 2012 at 9:11 PM, Daniel Juyung Seo seojuyu...@gmail.com wrote: You are right. We need to document this. But this is also a notice for the e-dev. If there is no sign like this someone will add setter again some time later

Re: [E-devel] E SVN: seoz trunk/elementary/src/lib

2012-04-12 Thread Daniel Juyung Seo
You are right. I'm working on it as Hermet suggested. Thanks. Daniel Juyung Seo (SeoZ) On Thu, Apr 12, 2012 at 10:02 PM, Hyoyoung Chang hyoyo...@gmail.com wrote: How about to add that printing warning in elm_widget? On Thu, Apr 12, 2012 at 9:11 PM, Daniel Juyung Seo seojuyu...@gmail.com

Re: [E-devel] Eobj - Request for review/comments

2012-04-12 Thread Jorge Luis Zapata Muga
On Mon, Apr 2, 2012 at 11:58 AM, Tom Hacohen tom.haco...@samsung.com wrote: Dear, As some of you may know, my team and I have been working on Eobj, a new objecting system for EFL. The current concept of varargs and having eobj_do (you'll see what I'm talking about) was suggested to me by

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

2012-04-12 Thread Daniel Juyung Seo
Thanks. That sounds better. In SVN but I used ERR instead of WRN. It's better to notice devs about mis-usage. Daniel Juyung Seo (SeoZ) On Thu, Apr 12, 2012 at 8:55 PM, ChunEon Park her...@naver.com wrote: So I added the common API list to doxygen which are supported by the widget. Of

Re: [E-devel] elev8 commit tsunami

2012-04-12 Thread Leandro Pereira
Daniel, On 04/12/2012 01:01 AM, Daniel Juyung Seo wrote: But just curious if this was discussed with Sanjeev who started elev8 with Mike McCormack. We are working with Samsung in order to develop a framework on top of Elev8. Unfortunately, the foundations were not solid enough and we had to

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

2012-04-12 Thread Davide Andreoli
Il giorno 12 aprile 2012 07:17, Daniel Juyung Seo seojuyu...@gmail.com ha scritto: Btw, how can I use eektool module? I loaded that module and added the gadget but have no idea what to do now. Just right click on the gadget - config - set your (non blocking) command Daniel Juyung Seo

Re: [E-devel] elev8 commit tsunami

2012-04-12 Thread Gustavo Sverzut Barbieri
On Thu, Apr 12, 2012 at 2:41 PM, Leandro Pereira lean...@profusion.mobi wrote: Daniel, On 04/12/2012 01:01 AM, Daniel Juyung Seo wrote: But just curious if this was discussed with Sanjeev who started elev8 with Mike McCormack. We are working with Samsung in order to develop a framework on

Re: [E-devel] New evas image cache server

2012-04-12 Thread Iván Briano
Wauuup 2012/4/12 Carsten Haitzler ras...@rasterman.com: On Wed, 4 Apr 2012 11:52:29 -0300 Rafael Antognolli antogno...@profusion.mobi said: i been lookin' at ur codez yo. :) general question... what's up with image saves? :) (makes sense to have them salved off but as

Re: [E-devel] E SVN: tasn trunk/evas/src/lib/canvas

2012-04-12 Thread David Seikel
On Thu, 12 Apr 2012 16:40:26 +0900 Carsten Haitzler (The Rasterman) ras...@rasterman.com wrote: On Thu, 12 Apr 2012 10:24:03 +0300 Tom Hacohen tom.haco...@samsung.com said: we mention bug fixes if the bug fix was for a but that was in the previous release (eg 1.1) and may have affected

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

2012-04-12 Thread David Seikel
On Thu, 12 Apr 2012 11:31:58 +0300 Tom Hacohen tom.haco...@samsung.com wrote: On 12/04/12 11:11, David Seikel wrote: rant I'll say again though, if I'm not using it, for ANYTHING, then it's just a waste of space and time to have on this embedded system that needs to be as small as

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

2012-04-12 Thread Leif Middelschulte
2012/4/12 David Seikel onef...@gmail.com: On Thu, 12 Apr 2012 05:25:27 +1000 David Seikel onef...@gmail.com wrote: On Wed, 11 Apr 2012 21:01:39 +0200 Davide Andreoli d...@gurumeditation.it wrote: Il giorno 09 aprile 2012 00:55, Enlightenment SVN no-re...@enlightenment.org ha scritto:

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

2012-04-12 Thread David Seikel
On Thu, 12 Apr 2012 17:34:21 +1000 David Seikel onef...@gmail.com wrote: On Thu, 12 Apr 2012 09:21:16 +0200 Vincent Torri vincent.to...@gmail.com wrote: On Thu, Apr 12, 2012 at 6:18 AM, David Seikel onef...@gmail.com wrote: Still wondering why the autofoo of so much of the current

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

2012-04-12 Thread David Seikel
On Thu, 12 Apr 2012 15:18:51 +0900 Carsten Haitzler (The Rasterman) ras...@rasterman.com wrote: On Tue, 10 Apr 2012 22:38:34 +1000 David Seikel onef...@gmail.com said: In my embedded project, I have a flash disk partition just for some eet files. I mount it at the beginning of execution,

[E-devel] [patch] fix exquisite build

2012-04-12 Thread Jérôme Pinot
Hi, This patch correct the autofoo files in order to build exquisite. -- Jérôme Pinot http://ngc891.blogdns.net/ Index: exquisite/src/bin/Makefile.am === --- exquisite/src/bin/Makefile.am (revision 70154) +++

Re: [E-devel] [patch] fix exquisite build

2012-04-12 Thread Vincent Torri
On Fri, Apr 13, 2012 at 1:28 AM, Jérôme Pinot ngc...@gmail.com wrote: Hi, This patch correct the autofoo files in order to build exquisite. exquisite builds correctly. What is your problem ? Vincent -- For

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

2012-04-12 Thread Daniel Juyung Seo
Oh... The gadget was just hidden inside the desktop icons. I had a bunch of eettool gadget. (e's gadget creation policy needs to be changed like avoiding geometry conflicts.) Anyhow, can you suggest any good use of this gadget? Daniel Juyung Seo (SeoZ) On Fri, Apr 13, 2012 at 2:52 AM, Davide

Re: [E-devel] [patch] fix exquisite build

2012-04-12 Thread Jérôme Pinot
On 04/13/12 01:32, Vincent Torri wrote: On Fri, Apr 13, 2012 at 1:28 AM, Jérôme Pinot ngc...@gmail.com wrote: Hi, This patch correct the autofoo files in order to build exquisite. exquisite builds correctly. What is your problem ? The ldflags are not passed to the makefile. Moreover,

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

2012-04-12 Thread P Purkayastha
On 04/12/2012 03:01 AM, 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 - A GUI font

[E-devel] question about elm_cnp_selection_set in elm_cnp

2012-04-12 Thread Minseok Kim
I have a question. elm_cnp.c : 418 --- if (format == ELM_SEL_FORMAT_IMAGE) { sel-selbuf = malloc(buflen+1); memcpy(sel-selbuf, selbuf, buflen); }

Re: [E-devel] [patch] fix exquisite build

2012-04-12 Thread Vincent Torri
then your patch is wrong as you should have use ECORE_FB_*** instead of ECORE_*** anyway, try the attached patch, please Vincent On Fri, Apr 13, 2012 at 2:52 AM, Jérôme Pinot ngc...@gmail.com wrote: On 04/13/12 01:32, Vincent Torri wrote: On Fri, Apr 13, 2012 at 1:28 AM, Jérôme Pinot

Re: [E-devel] question about elm_cnp_selection_set in elm_cnp

2012-04-12 Thread Hyoyoung Chang
it's image type. that means some null char can be contained in the buffer. it's not char string so its not need to null terminated. On Fri, Apr 13, 2012 at 2:01 PM, Minseok Kim minseok3@samsung.com wrote: I have a question. elm_cnp.c : 418