Re: [E-devel] Problem with list

2012-01-13 Thread Daniel Juyung Seo
here is one more comment. You do need to call size hint for bg to resize the window according to the size of bg. evas_object_size_hint_weight_set(bg, EVAS_HINT_EXPAND, EVAS_HINT_EXPAND); Note: do this before you call elm_win_resize_object_add(). Thanks. Daniel Juyung Seo (SeoZ) On Fri, Jan

Re: [E-devel] Bug when changing style

2012-01-13 Thread Guilherme Silveira
Hi, Ok, a will open a bug.. And about my code, I re-read the documentation and it's clear what happens with this function.. I will fix my code, thanks about the suggest and the bug.. Regards, 2012/1/13 Daniel Juyung Seo seojuyu...@gmail.com This smells like a bug. Oh yeah it's a bug! Sorry I

Re: [E-devel] Problem with list

2012-01-13 Thread Guilherme Silveira
Hi, I didn't like to make a timer because my user can remain mouse pressed for a time.. So i tried what you say about make list unfocusable, and it works, I make unfocusable while a button is with focus.. and when I need I put focus back to the list.. I fix the problem with that, thanks for all..

[E-devel] [PATCH 4/4] azy: Enable silent_rules if installed automake supports it

2012-01-13 Thread Stefan Schmidt
Signed-off-by: Stefan Schmidt ste...@datenfreihafen.org --- PROTO/azy/configure.ac |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/PROTO/azy/configure.ac b/PROTO/azy/configure.ac index e7e352a..197bfb7 100644 --- a/PROTO/azy/configure.ac +++ b/PROTO/azy/configure.ac @@

[E-devel] [PATCH 2/4] ecore: Remove two set but unused variables.

2012-01-13 Thread Stefan Schmidt
There are more problems like this in ecore, but many been reported due to not enabled configure flags on my side. Like cacoa or gestures. Leave them as is for now. Signed-off-by: Stefan Schmidt ste...@datenfreihafen.org --- ecore/src/lib/ecore_con/ecore_con_info.c |4

Re: [E-devel] [PATCH 1/4] evas_blend_ops: Fix gcc complains about static used in non static inline functions.

2012-01-13 Thread Gustavo Sverzut Barbieri
On Fri, Jan 13, 2012 at 9:39 AM, Stefan Schmidt ste...@datenfreihafen.org wrote: With the static attribute set gcc 4.6 complains like this: warning: 'ALPHA_SSE3' is static but used in inline function 'sub4_alpha_sse3' which is not static did not look at the code, but I wonder if there is a

Re: [E-devel] [PATCH 1/4] evas_blend_ops: Fix gcc complains about static used in non static inline functions.

2012-01-13 Thread Stefan Schmidt
Hello. On Fri, 2012-01-13 at 10:28, Gustavo Sverzut Barbieri wrote: On Fri, Jan 13, 2012 at 9:39 AM, Stefan Schmidt ste...@datenfreihafen.org wrote: With the static attribute set gcc 4.6 complains like this: warning: 'ALPHA_SSE3' is static but used in inline function 'sub4_alpha_sse3'

Re: [E-devel] Edje aspect.preference big-endian issue

2012-01-13 Thread Cedric BAIL
Hi, On Fri, Jan 13, 2012 at 8:12 AM, Youness Alaoui kakar...@kakaroto.homelinux.net wrote: I've had an issue recently when I tried to run my app (using edje) on the PS3, the aspect ratio of all the images were wrong, and it looked really bad. I investigated the issue and found out that the

Re: [E-devel] E SVN: devilhorns trunk/ecore/src/lib/ecore_x/xcb

2012-01-13 Thread Cedric BAIL
On Fri, Jan 13, 2012 at 2:42 AM, Michael Blumenkrantz michael.blumenkra...@gmail.com wrote: On Thu, 12 Jan 2012 17:34:39 -0800 Enlightenment SVN no-re...@enlightenment.org wrote: Log: Ecore_X(cb): Fix formatting. (whoever did this should lose a finger or   two). Author:       devilhorns

[E-devel] update-docs by ewww

2012-01-13 Thread Gustavo Sverzut Barbieri
Hi all, Who used ewww user at enlightenment.org to run dbus-daemon? Seems it was used to run update-docs, but endede spawing multiple servers. I've killed them. Is the dbus-daemon needed? why? -- Gustavo Sverzut Barbieri http://profusion.mobi embedded systems

Re: [E-devel] update-docs by ewww

2012-01-13 Thread Sachiel
2012/1/13 Gustavo Sverzut Barbieri barbi...@profusion.mobi: Hi all, Who used ewww user at enlightenment.org to run dbus-daemon? Seems it was used to run update-docs, but endede spawing multiple servers. I've killed them. Is the dbus-daemon needed? why? It's needed to get the screenshots

[E-devel] devilhorms: elementary broken

2012-01-13 Thread Youness Alaoui
Hi, According to a user on #edevelop, the latest SVN version of elementary is broken since SVN r67129, the following chang eintroduced by devilhorns broke it : http://trac.enlightenment.org/e/changeset/67129 This removes an API from ecore_evas which causes an undefined symbol in libelementary :

Re: [E-devel] Edje aspect.preference big-endian issue

2012-01-13 Thread Youness Alaoui
On Fri, Jan 13, 2012 at 10:32 AM, Cedric BAIL cedric.b...@free.fr wrote: Hi, On Fri, Jan 13, 2012 at 8:12 AM, Youness Alaoui kakar...@kakaroto.homelinux.net wrote: I've had an issue recently when I tried to run my app (using edje) on the PS3, the aspect ratio of all the images were wrong,

Re: [E-devel] Edje aspect.preference big-endian issue

2012-01-13 Thread Cedric BAIL
On Fri, Jan 13, 2012 at 8:30 PM, Youness Alaoui kakar...@kakaroto.homelinux.net wrote: On Fri, Jan 13, 2012 at 10:32 AM, Cedric BAIL cedric.b...@free.fr wrote: On Fri, Jan 13, 2012 at 8:12 AM, Youness Alaoui kakar...@kakaroto.homelinux.net wrote: I've had an issue recently when I tried to run

Re: [E-devel] E SVN: devilhorns trunk/ecore/src/lib/ecore_x/xcb

2012-01-13 Thread Michael Blumenkrantz
On Fri, 13 Jan 2012 16:34:57 +0100 Cedric BAIL cedric.b...@free.fr wrote: On Fri, Jan 13, 2012 at 2:42 AM, Michael Blumenkrantz michael.blumenkra...@gmail.com wrote: On Thu, 12 Jan 2012 17:34:39 -0800 Enlightenment SVN no-re...@enlightenment.org wrote: Log: Ecore_X(cb): Fix

Re: [E-devel] E SVN: hermet IN trunk/elementary: doc/widgets src/bin src/examples src/lib

2012-01-13 Thread Michael Blumenkrantz
On Mon, 9 Jan 2012 00:37:31 -0800 Enlightenment SVN no-re...@enlightenment.org wrote: Log: elementary/hover - deprecated elm_hover_content_set/get/unset Author: hermet Date: 2012-01-09 00:37:29 -0800 (Mon, 09 Jan 2012) New Revision: 66989 Trac:

Re: [E-devel] [PATCH 4/4] azy: Enable silent_rules if installed automake supports it

2012-01-13 Thread Michael Blumenkrantz
On Fri, 13 Jan 2012 12:39:28 +0100 Stefan Schmidt ste...@datenfreihafen.org wrote: Signed-off-by: Stefan Schmidt ste...@datenfreihafen.org --- PROTO/azy/configure.ac |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/PROTO/azy/configure.ac b/PROTO/azy/configure.ac

Re: [E-devel] [PATCH 3/4] e_dbus: API change from eina_array_count_get() to eina_array_count()

2012-01-13 Thread Michael Blumenkrantz
On Fri, 13 Jan 2012 12:39:27 +0100 Stefan Schmidt ste...@datenfreihafen.org wrote: From: Stefan Schmidt ste...@datenfreihafen.org To: enlightenment-devel@lists.sourceforge.net Subject: [E-devel] [PATCH 3/4] e_dbus: API change from eina_array_count_get() to eina_array_count() Date: Fri, 13 Jan

Re: [E-devel] [PATCH 2/4] ecore: Remove two set but unused variables.

2012-01-13 Thread Michael Blumenkrantz
On Fri, 13 Jan 2012 12:39:26 +0100 Stefan Schmidt ste...@datenfreihafen.org wrote: There are more problems like this in ecore, but many been reported due to not enabled configure flags on my side. Like cacoa or gestures. Leave them as is for now. Signed-off-by: Stefan Schmidt

Re: [E-devel] devilhorms: elementary broken

2012-01-13 Thread Michael Blumenkrantz
On Fri, 13 Jan 2012 14:29:20 -0500 Youness Alaoui kakar...@kakaroto.homelinux.net wrote: Hi, According to a user on #edevelop, the latest SVN version of elementary is broken since SVN r67129, the following chang eintroduced by devilhorns broke it :

Re: [E-devel] [patch] elm_layout - set default style to new cursor obj

2012-01-13 Thread Michael Blumenkrantz
On Thu, 12 Jan 2012 17:29:39 +0900 Hyoyoung Chang hyoyo...@gmail.com wrote: Dear all. I made a small patch to add default style to new cursor obj. Normally it's not useful but sometimes _part_cursor_part_apply() is needed. Also duplicated layout setting is removed in cursor testing at

Re: [E-devel] [patch] elm_map - bugfix small errors

2012-01-13 Thread Michael Blumenkrantz
On Mon, 9 Jan 2012 20:00:02 +0900 Hyoyoung Chang hyoyo...@gmail.com wrote: Dear all After run map menu in elementary_test, i found some minor errors 1. some passing data ptr is wrong at obj_rotate_zoom 2. clipped part isn't set by rect thanks in

Re: [E-devel] [PATCH] fix build error of ecore_imf_xim when using --disable-xim option

2012-01-13 Thread Michael Blumenkrantz
On Mon, 9 Jan 2012 19:53:17 +0900 Jihoon Kim imfin...@gmail.com wrote: Hello, EFL developers. When building ecore with --disable-xim option, build error occurs. This patch will solve this build error problem. Would you please review and apply in svn? in. if you submit a small patch in

Re: [E-devel] devilhorms: elementary broken

2012-01-13 Thread Christopher Michael
On 01/13/12 18:38, Michael Blumenkrantz wrote: On Fri, 13 Jan 2012 14:29:20 -0500 Youness Alaouikakar...@kakaroto.homelinux.net wrote: Hi, According to a user on #edevelop, the latest SVN version of elementary is broken since SVN r67129, the following chang eintroduced by devilhorns broke

Re: [E-devel] E SVN: discomfitor trunk/THEMES/efenniht/elm

2012-01-13 Thread Michael Blumenkrantz
On Fri, 13 Jan 2012 19:55:41 -0800 Enlightenment SVN no-re...@enlightenment.org wrote: Log: efenniht frame collapsing is GO Author: discomfitor Date: 2012-01-13 19:55:41 -0800 (Fri, 13 Jan 2012) New Revision: 67204 Trac:

Re: [E-devel] E SVN: discomfitor IN trunk: THEMES/darkness/elm/widgets THEMES/detourious/elm/widgets THEMES/efenniht/elm elementary/data/themes/widgets elementary/src/lib

2012-01-13 Thread Michael Blumenkrantz
On Fri, 13 Jan 2012 20:12:45 -0800 Enlightenment SVN no-re...@enlightenment.org wrote: Log: add elm_frame_collapse_go() to trigger frame animations, elm_frame_collapse_set() now bypasses them Author: discomfitor Date: 2012-01-13 20:12:45 -0800 (Fri, 13 Jan 2012) New