Re: [E-devel] E SVN: sung IN trunk/efl: . src/modules/evas/engines/gl_common

2012-12-07 Thread ChunEon Park
Hi, sung. I added that code. If you wonder, then please test this code. http://pastebin.com/US4nizya and compare the result gl and software. Without the fidding line coordinate, you can see the different result. -Regards, Hermet- -Original Message

Re: [E-devel] Fwd: Naviframe item title bar visibility behavior.

2012-12-07 Thread ChunEon Park
I've found many breakage and bugs in naviframe since the class hierachy has applied. And this one is caused by it. Need to fix it. And i pushed this one into my job queue. thank you. -Regards, Hermet- -Original Message- From: "Fábio Mello"

Re: [E-devel] Fwd: Naviframe item title bar visibility behavior.

2012-12-07 Thread ChunEon Park
Not actually class hierarchy but since it. :) -Regards, Hermet- -Original Message- From: "ChunEon Park" To: "Enlightenment developer list"; Cc: Sent: 2012-12-07 (금) 20:32:38 Subject: R

Re: [E-devel] E SVN: mello IN trunk/PROTO/elev8: . data/javascript src/modules src/modules/dbus

2012-12-07 Thread Fábio Mello
Hi all, I forgot to mention here, d-bus module is already working on elev8 and a simple connman gui was implemented by Ederson on easyui. Elev8 and easyUI are in proto repository. You will need elementary and EDBus installed to build the elev8. Since easyui is a javascript framework, once install

Re: [E-devel] [Elm_colorselector]: saturation bar change from low to high

2012-12-07 Thread ChunEon Park
Even the concept may not be good, the previous one is not bug. We cannot change this for compatibility. -Regards, Hermet- -Original Message- From: "SHILPA ONKAR SINGH" To: "Michael Blumenkrantz"

Re: [E-devel] [Elc_Naviframe]: Crash on evas_object_del fix.

2012-12-07 Thread ChunEon Park
in. 80442 thank you. -Regards, Hermet- -Original Message- From: "SHILPA ONKAR SINGH" To: "Daniel Juyung Seo"; "Enlightenment developer list"; Cc: Sent: 2

Re: [E-devel] building efl with debug profile

2012-12-07 Thread Leandro Dorileo
Hi Cedric, On Fri, Dec 07, 2012 at 11:32:32AM +0900, Cedric BAIL wrote: > Yop, > > On Fri, Dec 7, 2012 at 1:55 AM, Leandro Dorileo > wrote: > > While trying to build the efl merged tree with --profile=debug I got the > > following errors: > > > > lib/ecore/ecore_timer.c:540:4: warning: 'return'

Re: [E-devel] Fwd: Naviframe item title bar visibility behavior.

2012-12-07 Thread Gustavo Lima Chaves
* ChunEon Park [2012-12-07 20:37:21 +0900]: > Not actually class hierarchy but since it. :) > Mello told me it's recent. Mello, can you remember more or less the date of you Elm build since when it started to misbehave? > > > > > -Regards, Hermet- > > -

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

2012-12-07 Thread Michael Blumenkrantz
while (emotion_bugs != fixed) spank(antognolli); On Fri, Dec 7, 2012 at 1:54 PM, Enlightenment SVN < no-re...@enlightenment.org> wrote: > Log: > Fix Elm's build. antognolli += spank. > > > > Author: glima > Date: 2012-12-07 05:54:38 -0800 (Fri, 07 Dec 2012) > New Revision: 80455 > T

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

2012-12-07 Thread Bruno Dilly
On Fri, Dec 7, 2012 at 11:56 AM, Michael Blumenkrantz wrote: > while (emotion_bugs != fixed) spank(antognolli); while (1) spank(antognolli); =D > > On Fri, Dec 7, 2012 at 1:54 PM, Enlightenment SVN < > no-re...@enlightenment.org> wrote: > >> Log: >> Fix Elm's build. antognolli += spank. >> >> >

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

2012-12-07 Thread David Seikel
On Fri, 7 Dec 2012 12:06:33 -0200 Bruno Dilly wrote: > On Fri, Dec 7, 2012 at 11:56 AM, Michael Blumenkrantz > wrote: > > while (emotion_bugs != fixed) spank(antognolli); > > while (1) spank(antognolli); while (is_svn_Borked()) spank(antognolli); > > > > On Fri, Dec 7, 2012 at 1:54 PM, Enligh

[E-devel] [Announce] Enlightenment DR 0.17 Beta

2012-12-07 Thread Michael Blumenkrantz
After over a decade of development, E17 has finally reached beta status. Big thanks to everyone who helped it to get this far. Changelog: * Translation updates * Solaris build fixes * Improved performance during secure deletion * Various small memory leaks plugged * Keyboard config now supports "e

Re: [E-devel] [PATCH] ecore_evas_wayland: Fix incorrect handling of touch down event.

2012-12-07 Thread Eduardo Lima (Etrunko)
On Thu, Nov 29, 2012 at 11:41 AM, Christopher Michael wrote: > On 29/11/12 13:27, Eduardo Lima (Etrunko) wrote: >> >> On Thu, Nov 29, 2012 at 5:46 AM, Christopher Michael >> wrote: >>> >>> On 29/11/12 03:11, zhiwen...@linux.intel.com wrote: From: Alex Wu Every touch down event

Re: [E-devel] ecore-wayland: Fix monitoring ECORE_FD_WRITE defaultly on wayland display fd lead to 100% cpu usage

2012-12-07 Thread Eduardo Lima (Etrunko)
On Fri, Dec 7, 2012 at 3:41 AM, Alex Wu wrote: > Hi, > > In ecore_wl_init(), adding wayland display fd with ECORE_FD_WRITE flag > make CPU usage 100%. This is true for all efl app running on wayland. > > The proper way to monitor the ECORE_FD_WRITE is when the > wl_display_flush() return value < 0

Re: [E-devel] E SVN: etrunko branches/ecore-1.7/src/lib/ecore_wayland

2012-12-07 Thread Eduardo Lima (Etrunko)
Shit, missed the release for 5min. :/ On Fri, Dec 7, 2012 at 3:55 PM, Enlightenment SVN wrote: > Log: > Backport 80476. > > ecore-wayland: Fix monitoring ECORE_FD_WRITE defaultly on > wayland display fd lead to 100% cpu usage > > In ecore_wl_init(), adding wayland display fd

Re: [E-devel] E SVN: etrunko branches/ecore-1.7/src/lib/ecore_wayland

2012-12-07 Thread Luis Felipe Strano Moraes
Damn, it was commited while I was in the middle of doing the release, but we will have a 1.7.4 really soon to match the final release of E17, so no worries. --lf On Fri, Dec 7, 2012 at 3:57 PM, Eduardo Lima (Etrunko) wrote: > Shit, missed the release for 5min. :/ > > On Fri, Dec 7, 2012 at 3:55

[E-devel] [Announce] EFL 1.7.3

2012-12-07 Thread Michael Blumenkrantz
We are happy to announce a new minor series of updates to the Enlightenment Foundation Libraries in order to match the newly release E17 BETA. Packages which had bug fixes were: Ecore, Edje, Eet, Eina, Eio, Elementary, Emotion, Ethumb, Evas and Efreet. The others did not have changes but new tarba

[E-devel] Ecore_Getopt NEW FEATURE! MOST_WANTED

2012-12-07 Thread Deon Thomas
So k-s and I have been working on this today, [i've been reading ecore_getopts for days now]. this is the end product. Patch 1 [EFL ECORE] This patch adds the new feature ECORE_GETOPT_BREAK and ECORE_GETOPT_BREAK_STR , basically what it does is tall ecore_getopts hey, the rest of the argument are

Re: [E-devel] Ecore_Getopt NEW FEATURE! MOST_WANTED

2012-12-07 Thread Deon Thomas
updated terminology patch remove commented things Thank You. --- --- --- --- --- --- --- --- --- Deon Thomas [ http://www.elivecd.org ] Programmer / Network Admin / Microsoft Certified Technology Specialist On Fri, Dec 7, 2012 at 3:12 PM, Deon Thomas wrote: > So k-s and I have been working on t

Re: [E-devel] [e] FreeBSD patch

2012-12-07 Thread rustyBSD
Le 01/12/2012 10:02, rustyBSD a écrit : > We can also fix leaks. > > > I. Removed useless 'buf[sizeof(buf) - 1] = 0;', fgets() > already does that > > II. Ensure file descriptors are closed before 'goto error' > > III.We don't need to nullcheck before freeing a buf, as it's > already d

[E-devel] [PATCH] e: Return EINA_FALSE if icon path was not found

2012-12-07 Thread José Roberto de Souza
--- src/bin/e_icon.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/e_icon.c b/src/bin/e_icon.c index 4252f88..3c0bc40 100644 --- a/src/bin/e_icon.c +++ b/src/bin/e_icon.c @@ -444,7 +444,7 @@ e_icon_fdo_icon_set(Evas_Object *obj, const char *icon) if (!sd->fdo)

Re: [E-devel] E SVN: lfelipe branches/elementary-1.7/src/lib

2012-12-07 Thread woohyun
omg I'm sorry for my mistake.. and Thanks for fixing !!! -Original Message- From: "Enlightenment SVN" To: ; Cc: Sent: 2012-12-08 (토) 00:53:50 Subject: E SVN: lfelipe branches/elementary-1.7/src/lib Log: Fix b

Re: [E-devel] efl single tree configure.ac review

2012-12-07 Thread David Seikel
On Tue, 4 Dec 2012 15:42:01 +1000 David Seikel wrote: > On Tue, 4 Dec 2012 11:51:18 +0900 Cedric BAIL > wrote: > > > On Tue, Dec 4, 2012 at 10:17 AM, Gustavo Sverzut Barbieri > > wrote: > > > David, > > > > > > Your case is extreme and really an onus we shouldn't take. You can > > > maintain a

Re: [E-devel] merge status: ecore added

2012-12-07 Thread David Seikel
On Tue, 4 Dec 2012 15:35:10 +1000 David Seikel wrote: > On Tue, 4 Dec 2012 12:22:00 +0900 Carsten Haitzler (The Rasterman) > wrote: > > > On Tue, 4 Dec 2012 09:50:25 +1000 David Seikel > > said: > > > > > On Mon, 3 Dec 2012 20:23:48 +0900 Carsten Haitzler (The Rasterman) > > > wrote: > > >

Re: [E-devel] Naviframe: Complex broken.

2012-12-07 Thread ChunEon Park
Please check it again. I can't reproduce this anymore. Naviframe has been modified a lot recently. One modification might fix that problem or whatever else did. -Regards, Hermet- -Original Message- From: "ChunEon Park" To: "E

Re: [E-devel] Fwd: Naviframe item title bar visibility behavior.

2012-12-07 Thread ChunEon Park
Fixed. Mello, don't need to check. This was caused by my recent naviframe modification. :=) -Regards, Hermet- -Original Message- From: "Gustavo Lima Chaves" To: "Enlightenment developer list"