Re: [E-devel] E SVN: discomfitor trunk/elementary

2011-10-21 Thread ChunEon Park
but we have elm_object_content_part_set/get() already. i.e) #define ELM_BUTTON_ICON elm.swallow.icon elm_object_content_part_set(obj, ELM_BUTTON_ICON, icon); Let's run together for the best moment! -Regards, Hermet- -Original Message- From:

Re: [E-devel] E SVN: raster IN trunk/evas/src: lib lib/canvas lib/include modules/engines/gl_x11

2011-10-21 Thread Vincent Torri
On Fri, 21 Oct 2011, Enlightenment SVN wrote: Log: add call to get maximum image size (eg max texture size) changelog, and @since in the doc Vincent Author: raster Date: 2011-10-21 01:17:14 -0700 (Fri, 21 Oct 2011) New Revision: 64244 Trac:

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

2011-10-21 Thread ChunEon Park
SeoZ, you definitely need a lock, so somebody could not access your TODO list. or.. Set a deadly trap there to blow someone away when he open your TODO list. :p Let's run together for the best moment! -Regards, Hermet- -Original Message- From:

Re: [E-devel] E SVN: discomfitor trunk/elementary

2011-10-21 Thread Mike Blumenkrantz
On Fri, 21 Oct 2011 17:35:44 +0900 ChunEon Parkher...@naver.com wrote: but we have elm_object_content_part_set/get() already. i.e) #define ELM_BUTTON_ICON elm.swallow.icon elm_object_content_part_set(obj, ELM_BUTTON_ICON, icon); Let's run together for

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

2011-10-21 Thread Mike Blumenkrantz
On Fri, 21 Oct 2011 17:44:52 +0900 ChunEon Parkher...@naver.com wrote: SeoZ, you definitely need a lock, so somebody could not access your TODO list. or.. Set a deadly trap there to blow someone away when he open your TODO list. :p Let's run together for

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

2011-10-21 Thread Cedric BAIL
On Fri, Oct 21, 2011 at 12:00 PM, Enlightenment SVN no-re...@enlightenment.org wrote: Log: and disable invalidate optimization Author:       raster Date:         2011-10-21 03:00:03 -0700 (Fri, 21 Oct 2011) New Revision: 64249 Trac:         http://trac.enlightenment.org/e/changeset/64249

[E-devel] [patch] elm_entry - change content, text set

2011-10-21 Thread Hyoyoung Chang
Dear developers. I'd made a small patch of elm_entry. It's not a special code itself, however it modify some important policy of elm_entry. Current elm_entry only supports content sets to internal scroller's edc. However it can't be used if scrollable is not set. I think it's definitely a bug. So

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

2011-10-21 Thread The Rasterman
On Fri, 21 Oct 2011 12:34:05 +0200 Cedric BAIL cedric.b...@free.fr said: On Fri, Oct 21, 2011 at 12:00 PM, Enlightenment SVN no-re...@enlightenment.org wrote: Log: and disable invalidate optimization Author:       raster Date:         2011-10-21 03:00:03 -0700 (Fri, 21 Oct 2011)

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

2011-10-21 Thread Daniel Juyung Seo
Spank spank raster! This introduces trailing whitespaces. Daniel Juyung Seo (SeoZ) On Fri, Oct 21, 2011 at 2:50 PM, Enlightenment SVN no-re...@enlightenment.org wrote: Log: nicer formatting of async events Author:       raster Date:         2011-10-20 22:50:05 -0700 (Thu, 20 Oct 2011)

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

2011-10-21 Thread Daniel Juyung Seo
This is cool. Thanks zmike! Daniel Juyung Seo (SeoZ) 2011/10/21 Mike Blumenkrantz m...@zentific.com: On Fri, 21 Oct 2011 17:44:52 +0900 ChunEon Parkher...@naver.com wrote: SeoZ, you definitely need a lock, so somebody could not access your TODO list. or.. Set a deadly trap there to blow

Re: [E-devel] about removing trailing whitespaces

2011-10-21 Thread Youness Alaoui
Ha! I was about to start a thread about this specific issue! I don't know if you noticed but I added a 'efl-indent' script in FORMATTING which uses GNU's indent. That works very good, and is used by GStreamer to do their code formatting. GStreamer uses git and when you try to commit something that

[E-devel] gnome-terminal exit code

2011-10-21 Thread Sebastian Dransfeld
Hi, Why does gnome-terminal exit with code 255 when executed from the menu in E, but not when executed from a terminal? S. -- The demand for IT networking professionals continues to grow, and the demand for specialized

Re: [E-devel] gnome-terminal exit code

2011-10-21 Thread Tom Hacohen
On 21/10/11 21:27, Sebastian Dransfeld wrote: Hi, Why does gnome-terminal exit with code 255 when executed from the menu in E, but not when executed from a terminal? I'm also having issues with exit codes, premature exits, and etc. For example, when running libreoffice from e (using a

Re: [E-devel] gnome-terminal exit code

2011-10-21 Thread Bruno
On Fri, 21 October 2011 Tom Hacohen t...@stosb.com wrote: On 21/10/11 21:27, Sebastian Dransfeld wrote: Why does gnome-terminal exit with code 255 when executed from the menu in E, but not when executed from a terminal? I'm also having issues with exit codes, premature exits, and etc.

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

2011-10-21 Thread Mike Blumenkrantz
On Fri, 21 Oct 2011 09:53:01 -0700 Enlightenment SVN no-re...@enlightenment.org wrote: Log: elm gengrid: Changed widget data member 'self' to 'obj'. Sync with genlist. Author: seoz Date: 2011-10-21 09:53:01 -0700 (Fri, 21 Oct 2011) New Revision: 64262 Trac:

Re: [E-devel] gnome-terminal exit code

2011-10-21 Thread Tom Hacohen
On 21/10/11 22:10, Bruno wrote: Is it a matter of those apps forking (LibreOffice) and possibly the environment they are seeing? stracing enlightenment (and looking at the clone which execs the app + further children) might shed some more precise light on it. If it was only

Re: [E-devel] gnome-terminal exit code

2011-10-21 Thread Ross Vandegrift
On Fri, 2011-10-21 at 21:27 +0200, Sebastian Dransfeld wrote: Why does gnome-terminal exit with code 255 when executed from the menu in E, but not when executed from a terminal? Bug in gnome-terminal, has nothing to do with menu launching. See:

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

2011-10-21 Thread The Rasterman
On Sat, 22 Oct 2011 00:47:33 +0900 Daniel Juyung Seo seojuyu...@gmail.com said: Spank spank raster! This introduces trailing whitespaces. turn off your annoyance mode in your editor. fyi if u mean trailing white spaces at the START of blank lines - thats actually HOW many editors work on

Re: [E-devel] gnome-terminal exit code

2011-10-21 Thread The Rasterman
On Fri, 21 Oct 2011 21:16:33 -0400 Ross Vandegrift r...@kallisti.us said: On Fri, 2011-10-21 at 21:27 +0200, Sebastian Dransfeld wrote: Why does gnome-terminal exit with code 255 when executed from the menu in E, but not when executed from a terminal? Bug in gnome-terminal, has nothing

Re: [E-devel] about removing trailing whitespaces

2011-10-21 Thread The Rasterman
On Fri, 21 Oct 2011 14:44:31 -0400 Youness Alaoui kakar...@kakaroto.homelinux.net said: Ha! I was about to start a thread about this specific issue! I don't know if you noticed but I added a 'efl-indent' script in FORMATTING which uses GNU's indent. That works very good, and is used by

Re: [E-devel] about removing trailing whitespaces

2011-10-21 Thread Youness Alaoui
Yeah, I've seen ecrustify but I think when testing it, it didn't give good results and from what I could perceive, other devs don't seem to trust it to work reliably which is why I put efl-indent in there. Also I believe using a tested and used GNU app is better than using a custom made one that

Re: [E-devel] about removing trailing whitespaces

2011-10-21 Thread The Rasterman
On Sat, 22 Oct 2011 01:38:35 -0400 Youness Alaoui kakar...@kakaroto.homelinux.net said: Yeah, I've seen ecrustify but I think when testing it, it didn't give good results and from what I could perceive, other devs don't seem to trust it to work reliably which is why I put efl-indent in there.