[E-devel] [PATCH] elm_index: removed unnecessary lines

2013-01-12 Thread Jaeun Choi
I removed some unnecessary lines from elm_index.c 1. in _index_box_auto_fill _index_box_clear(line 178) does nothing: if _index_box_clear is called, it means sd-gt;level_active[level] is false (line 116). if sd-gt;level_active[level] is false, _index_box_clear returns immediately (line

Re: [E-devel] efl merge and win32

2013-01-12 Thread Adrien Nader
On Fri, Jan 11, 2013, Carsten Haitzler wrote: On Fri, 11 Jan 2013 13:59:48 +1000 David Seikel onef...@gmail.com said: On Fri, 11 Jan 2013 11:51:04 +0900 Cedric BAIL cedric.b...@free.fr wrote: On Fri, Jan 11, 2013 at 11:46 AM, Carsten Haitzler ras...@rasterman.com wrote: On Fri,

[E-devel] [PATCH] elm_index: removed unnecessary lines

2013-01-12 Thread Jaeun Choi
I removed some unnecessary lines from elm_index.c 1. in _index_box_auto_fill _index_box_clear(line 178) does nothing: if _index_box_clear is called, it means sd-gt;level_active[level] is false (line 116). if sd-gt;level_active[level] is false, _index_box_clear returns immediately (line

[E-devel] [PATCH] elm_index: removed unnecessary lines

2013-01-12 Thread Jaeun Choi
I removed some unnecessary lines from elm_index.c 1. in _index_box_auto_fill _index_box_clear(line 178) does nothing: if _index_box_clear is called, it means sd-gt;level_active[level] is false (line 116). if sd-gt;level_active[level] is false, _index_box_clear returns

Re: [E-devel] [PATCH] elm_index: removed unnecessary lines

2013-01-12 Thread Jaeun Choi
sorry ignore this naver sucks Sent from my iPhone On 2013. 1. 12., at 오후 5:34, Jaeun Choi jaeun_c...@naver.com wrote: I removed some unnecessary lines from elm_index.c 1. in _index_box_auto_fill _index_box_clear(line 178) does nothing: if _index_box_clear is called, it

Re: [E-devel] [PATCH] elm_index: removed unnecessary lines

2013-01-12 Thread Jaeun Choi
sorry ignore this Sent from my iPhone On 2013. 1. 12., at 오후 5:21, Jaeun Choi jaeun_c...@naver.com wrote: I removed some unnecessary lines from elm_index.c 1. in _index_box_auto_fill _index_box_clear(line 178) does nothing: if _index_box_clear is called, it means

Re: [E-devel] [PATCH] elm_index: removed unnecessary lines

2013-01-12 Thread The Rasterman
On Sat, 12 Jan 2013 17:30:34 +0900 (KST) Jaeun Choi jaeun_c...@naver.com said: I removed some unnecessary lines from elm_index.c 1. in _index_box_auto_fill _index_box_clear(line 178) does nothing: if _index_box_clear is called, it means sd-gt;level_active[level] is false (line 116).

Re: [E-devel] [PATCH] elm_index: removed unnecessary lines

2013-01-12 Thread Jaeun Choi
thanks! 1. no whitespace change this time 2. include a backport to stable 1.7 branch -- Jaeun Choi -Original Message- From: Carsten Haitzlerlt;ras...@rasterman.comgt; To: Enlightenment developer listlt;enlightenment-devel@lists.sourceforge.netgt;; Cc: Jaeun

Re: [E-devel] Eet testsuite failures

2013-01-12 Thread Albin Tonnerre
On Tue, Jan 8, 2013 at 11:18 PM, Gustavo Sverzut Barbieri barbi...@profusion.mobi wrote: Hi Lutin, both seem correct to me. Let's wait for others to chime in, but they should be okay. I'd like to upload those fixes to Debian soon, so now would be a good time for anyone who'd like to object :)

Re: [E-devel] E SVN: discomfitor trunk/e/data/themes/edc

2013-01-12 Thread David Seikel
On Fri, 11 Jan 2013 13:59:24 -0800 Enlightenment SVN no-re...@enlightenment.org wrote: Log: unset color class for comp popups, onefangs rejoice again Author: discomfitor Date: 2013-01-11 13:59:24 -0800 (Fri, 11 Jan 2013) New Revision: 82673 Trac:

Re: [E-devel] Heads Up: EFL single tree is ready for tests!

2013-01-12 Thread Tom Hacohen
Cool news, what about elementary? On Sat, Jan 12, 2013 at 6:01 AM, Gustavo Sverzut Barbieri barbi...@profusion.mobi wrote: Hi all, Finally all the libs are in trunk/efl, making compilation hopefully faster and simpler. But as every major change, we need testers and cleanup. It would be

Re: [E-devel] check requirement for efl build

2013-01-12 Thread Tom Hacohen
I've mentioned it before, why the heck is that a configure thing and not just a make thing? On Sat, Jan 12, 2013 at 4:13 AM, Doug Newgard scimmi...@outlook.com wrote: It already is conditional. It only requires check if you build the tests, which the dev profile does by default. If you don't

Re: [E-devel] Issue with elm.Entry.entry_get and password = True

2013-01-12 Thread Tom Hacohen
Already replied to that... On Fri, Jan 11, 2013 at 9:20 PM, Jeff Hoogland jeffhoogl...@linux.comwrote: Ping. On Fri, Dec 21, 2012 at 5:34 PM, Jeff Hoogland jeffhoogl...@linux.com wrote: I ran into an issue this afternoon that gave me all sorts of headaches until I sorted through some

Re: [E-devel] Elementary Gesture Layer Input Variants? Trackpad vs. Touchscreen?

2013-01-12 Thread Tom Hacohen
We already talked about it in IRC. :) Patches are welcomed if you want the efl to recognise trackpad multitouch that are passed raw from the driver. On Fri, Jan 11, 2013 at 1:04 PM, Carsten Haitzler ras...@rasterman.comwrote: On Fri, 11 Jan 2013 12:44:19 + Rottsches, Dominik

Re: [E-devel] check requirement for efl build

2013-01-12 Thread Gustavo Sverzut Barbieri
On Saturday, January 12, 2013, Tom Hacohen wrote: I've mentioned it before, why the heck is that a configure thing and not just a make thing? Because it is a library and must be detected otherwise the tests won't compile. On Sat, Jan 12, 2013 at 4:13 AM, Doug Newgard

Re: [E-devel] Heads Up: EFL single tree is ready for tests!

2013-01-12 Thread Gustavo Sverzut Barbieri
On Saturday, January 12, 2013, Tom Hacohen wrote: Cool news, what about elementary? No plans as I'm always saying regarding more complex dependencies. Elm should be solo IMO. Also, it's just 2 packages now, very simple :-) If we agree on the mandatory options of EFL, then elm can be

Re: [E-devel] [PATCH] elm_index: removed unnecessary lines

2013-01-12 Thread Daniel Juyung Seo
Coolz :) This may help you write patches. http://trac.enlightenment.org/e/wiki/PatchReview Daniel Juyung Seo (SeoZ) On Sat, Jan 12, 2013 at 7:00 PM, Jaeun Choi jaeun_c...@naver.com wrote: thanks! 1. no whitespace change this time 2. include a backport to stable 1.7 branch -- Jaeun Choi

Re: [E-devel] ecore.Exe() example

2013-01-12 Thread Davide Andreoli
2013/1/11 Jeff Hoogland jeffhoogl...@linux.com Can anyone provide me with a simple example that uses ecore.Exe to fire a system command using the python bindings? I'm reading over help(ecore.Exe) and it isn't very straight forward how I just make it run a command of my choosing. Hi, you can

[E-devel] [PATCH] desklock is not working on idle timer

2013-01-12 Thread Mariusz Bialonczyk
Hi guys, I currently have set Lock when idle timer exceeded and Lock even on fullscreen windows settings enabled for a desklock. It doesn't work, so i debugged it a little and with the above options set i've got: e_config-screen_actions_fullscreen_windows_ignore = 1 e_util_fullscreen_any() = 0

[E-devel] Error building efl/

2013-01-12 Thread Eduardo Lima (Etrunko)
Making all in po *** error: gettext infrastructure mismatch: using a Makefile.in.in from gettext version 0.17 but the autoconf macros are from gettext version 0.18 make[2]: *** [check-macro-version] Error 1 How do I fix the build without patching configure.ac like this?

Re: [E-devel] Error building efl/

2013-01-12 Thread Eduardo Lima (Etrunko)
Taking a look on elementary and e, it seems that the version definition is under m4_ifdef([AM_GNU_GETTEXT_VERSION], [ AM_GNU_GETTEXT_VERSION([0.17]) ]) Patching configure.ac solves the issue. On Sat, Jan 12, 2013 at 11:02 PM, Eduardo Lima (Etrunko) ebl...@gmail.com wrote: Making all in po ***

Re: [E-devel] Error building efl/

2013-01-12 Thread Eduardo Lima (Etrunko)
On Sat, Jan 12, 2013 at 11:10 PM, Eduardo Lima (Etrunko) ebl...@gmail.com wrote: Taking a look on elementary and e, it seems that the version definition is under m4_ifdef([AM_GNU_GETTEXT_VERSION], [ AM_GNU_GETTEXT_VERSION([0.17]) ]) Patching configure.ac solves the issue. Actually no,

Re: [E-devel] Error building efl/

2013-01-12 Thread The Rasterman
On Sat, 12 Jan 2013 23:28:05 -0200 Eduardo Lima (Etrunko) ebl...@gmail.com said: On Sat, Jan 12, 2013 at 11:10 PM, Eduardo Lima (Etrunko) ebl...@gmail.com wrote: Taking a look on elementary and e, it seems that the version definition is under m4_ifdef([AM_GNU_GETTEXT_VERSION], [

Re: [E-devel] Issue with elm.Entry.entry_get and password = True

2013-01-12 Thread Jeff Hoogland
I never got a response in my inbox - care to forward it to me? On Sat, Jan 12, 2013 at 7:25 AM, Tom Hacohen t...@stosb.com wrote: Already replied to that... On Fri, Jan 11, 2013 at 9:20 PM, Jeff Hoogland jeffhoogl...@linux.com wrote: Ping. On Fri, Dec 21, 2012 at 5:34 PM, Jeff

Re: [E-devel] git.e.org is not synced anymore

2013-01-12 Thread Daniel Juyung Seo
git.enlightenment.org is still not working... Is there any chance any body fixes this? Daniel Juyung Seo (SeoZ) On Fri, Jan 4, 2013 at 6:34 PM, Daniel Juyung Seo seojuyu...@gmail.comwrote: On Fri, Jan 4, 2013 at 5:52 PM, Tomas Cech tc...@suse.cz wrote: Hi, On Fri, Jan 04, 2013 at