Re: [E-devel] [Patch] Align of Elm_Notify

2012-10-22 Thread Daniel Juyung Seo
Hello, I don't know if we can use this size hints stuffs to this kind of general alignment cases. But I have some other comments. 1. default behavior is broken Default position is top but it's now broken. Because 0.5 is the default value of align hints. You can easily reproduce this by removing th

Re: [E-devel] E SVN: sanjeev trunk/elementary/src/bin

2012-10-22 Thread Cedric BAIL
On Mon, Oct 22, 2012 at 3:00 PM, Enlightenment SVN wrote: > Log: > Make widget search instantaneous. > > Author: sanjeev That's just how it should always have been ! Thanks. -- Cedric BAIL -- Everyone hates slow w

Re: [E-devel] EFL 2.0 call for suggestions/changes

2012-10-22 Thread David Seikel
On Mon, 22 Oct 2012 15:54:06 -0200 Gustavo Sverzut Barbieri wrote: > On Mon, Oct 22, 2012 at 3:47 PM, Vincent Torri > wrote: > > On Mon, Oct 22, 2012 at 3:32 PM, Gustavo Sverzut Barbieri > > wrote: > >> On Sun, Oct 21, 2012 at 11:29 PM, Sanjeev BA > >> wrote: > >>> I would like to add a new wi

Re: [E-devel] [Patch] Align of Elm_Notify

2012-10-22 Thread Seunggyun Kim
Thanks for review. elm_notify_orient_set ‘s prototyle is current like below EAPI void elm_notify_orient_set(Evas_Object *obj, Elm_Notify_Orient orient); So, for compatibility, I remained that API. and I made elm_notify enable align set using evas_object_size_hint_align_set. And about dimme

Re: [E-devel] E SVN: hermet IN trunk/evas/src/lib: . canvas include

2012-10-22 Thread ChunEon Park
ahh mistake. do FALSE. evas_object_image_source_visible_set(source, EINA_FALSE); -Regards, Hermet- -Original Message- From: "ChunEon Park" To: "Enlightenment developer list"; Cc: Sen

Re: [E-devel] [Patch] Align of Elm_Notify

2012-10-22 Thread ChunEon Park
Yes, it will be better if the notify orientation can be set with 0 ~ 1.0 rather the fixed enum values. elm_notify_orient_set(obj, 0.5, 0.5); But notify has the dimmed area. size_hints should affect them also. So it's not proper to use size_hint for placing notify box. in my opinion. --

Re: [E-devel] E SVN: hermet IN trunk/evas/src/lib: . canvas include

2012-10-22 Thread ChunEon Park
Hi, I don't know about aborting. it doesn't happened here. please rebuild evas fully again or give me the scenario . And to show only proxy, Don't hide source. just call evas_object_image_source_visible_set(source, EINA_TRUE); ex) evas_object_image_source_visible_set(source, EINA_TRUE); evas_

Re: [E-devel] [PATCH][Elementary] elm-web: Extracted common code.

2012-10-22 Thread ryuan Choi
In the view point of basic behavior, right, they should be almost same. Now, There are three reasons not to keep the same structure 1. WebKit2/efl ignores or choose different(better?) API names from WebKit1/Efl. It's sad but true. For example, - reload_bypass_cache instead of reload_full ( https

Re: [E-devel] E SVN: caro trunk/efl

2012-10-22 Thread Vincent Torri
On Mon, Oct 22, 2012 at 11:52 PM, Gustavo Sverzut Barbieri wrote: > On Mon, Oct 22, 2012 at 7:45 PM, Vincent Torri > wrote: >> On Mon, Oct 22, 2012 at 11:40 PM, Gustavo Sverzut Barbieri >> wrote: >>> On Mon, Oct 22, 2012 at 7:31 PM, Enlightenment SVN >>> wrote: -# TODO: really? do we need

Re: [E-devel] E SVN: caro trunk/efl

2012-10-22 Thread Gustavo Sverzut Barbieri
On Mon, Oct 22, 2012 at 7:45 PM, Vincent Torri wrote: > On Mon, Oct 22, 2012 at 11:40 PM, Gustavo Sverzut Barbieri > wrote: >> On Mon, Oct 22, 2012 at 7:31 PM, Enlightenment SVN >> wrote: >>> -# TODO: really? do we need this? it's a local eina! >>> requirements_pc_eo="eina >= 1.7.99" >> >> this

Re: [E-devel] E SVN: caro trunk/efl

2012-10-22 Thread Vincent Torri
On Mon, Oct 22, 2012 at 11:40 PM, Gustavo Sverzut Barbieri wrote: > On Mon, Oct 22, 2012 at 7:31 PM, Enlightenment SVN > wrote: >> -# TODO: really? do we need this? it's a local eina! >> requirements_pc_eo="eina >= 1.7.99" > > this comment was useful, and the problem it spotted is not solved by

Re: [E-devel] E SVN: caro trunk/efl

2012-10-22 Thread Gustavo Sverzut Barbieri
On Mon, Oct 22, 2012 at 7:31 PM, Enlightenment SVN wrote: > -# TODO: really? do we need this? it's a local eina! > requirements_pc_eo="eina >= 1.7.99" this comment was useful, and the problem it spotted is not solved by removing it. right now we'll provide eo and eina from inside the same sourc

Re: [E-devel] ecore_x_screensaver_set wtf

2012-10-22 Thread Tomas Cech
Could you please tell me what bug or problem were you trying workaround? On Mon, Oct 22, 2012 at 09:27:55PM +0200, Tomas Cech wrote: Hi, 1] When I'm on AC, this bug causes blinking of backlight. This starts to be serious for HW now. 2] synergy is not the only way to start it, it happens very q

Re: [E-devel] ecore_x_screensaver_set wtf

2012-10-22 Thread Tomas Cech
Hi, 1] When I'm on AC, this bug causes blinking of backlight. This starts to be serious for HW now. 2] synergy is not the only way to start it, it happens very quickly for me without synergy and another way to always reproduce this for me can be switching to text console 3] I took the opportuni

Re: [E-devel] EFL 2.0 call for suggestions/changes

2012-10-22 Thread Gustavo Sverzut Barbieri
On Mon, Oct 22, 2012 at 3:47 PM, Vincent Torri wrote: > On Mon, Oct 22, 2012 at 3:32 PM, Gustavo Sverzut Barbieri > wrote: >> On Sun, Oct 21, 2012 at 11:29 PM, Sanjeev BA wrote: >>> I would like to add a new widget. >>> >>> (Pinterest, Flipboard) style cards. (Card >>> widget?) >>> >>> I would

Re: [E-devel] Testing

2012-10-22 Thread Daniel Juyung Seo
works for korean. Daniel Juyung Seo (SeoZ) On Tue, Oct 23, 2012 at 1:52 AM, Lucas De Marchi wrote: > On Mon, Oct 22, 2012 at 2:47 PM, Gustavo Sverzut Barbieri > wrote: >> it is... let's see if from Brazil it is as well > > . > > --

Re: [E-devel] EFL 2.0 call for suggestions/changes

2012-10-22 Thread Vincent Torri
On Mon, Oct 22, 2012 at 3:32 PM, Gustavo Sverzut Barbieri wrote: > On Sun, Oct 21, 2012 at 11:29 PM, Sanjeev BA wrote: >> I would like to add a new widget. >> >> (Pinterest, Flipboard) style cards. (Card >> widget?) >> >> I would like to add a new widget. >> Popularity aside, it is a really nice

Re: [E-devel] E SVN: discomfitor IN trunk/devs: . kuri

2012-10-22 Thread Daniel Juyung Seo
welcome to efl b0rker world! with great power comes great responsibility! Daniel Juyung Seo (SeoZ) On Mon, Oct 22, 2012 at 5:18 PM, Enlightenment SVN wrote: > Log: > welcome an unusual french developer, one who actually fixes things: kuri! > he has been working with me on shotgun/esql for a lo

Re: [E-devel] Testing

2012-10-22 Thread Lucas De Marchi
On Mon, Oct 22, 2012 at 2:47 PM, Gustavo Sverzut Barbieri wrote: > it is... let's see if from Brazil it is as well . -- Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynam

Re: [E-devel] Testing

2012-10-22 Thread Gustavo Sverzut Barbieri
it is... let's see if from Brazil it is as well On Mon, Oct 22, 2012 at 2:29 PM, Nicholas Hughart wrote: > This is a test message to confirm e-devel is ok! > > -- > Everyone hates slow websites. So do we. > Make your web

Re: [E-devel] E SVN: hermet IN trunk/evas/src/lib: . canvas include

2012-10-22 Thread Bruno Dilly
On Thu, Oct 18, 2012 at 8:30 AM, Enlightenment SVN wrote: > Log: > evas/proxy - +source visible set APIs > > Need to care some more cases. will be upstreamed additionally. > > > > Author: hermet > Date: 2012-10-18 04:30:04 -0700 (Thu, 18 Oct 2012) > New Revision: 78180 > Trac:

[E-devel] Testing

2012-10-22 Thread Nicholas Hughart
This is a test message to confirm e-devel is ok! -- Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_sfd2d_oct

Re: [E-devel] I reverted a broken patch to genlist (77944)

2012-10-22 Thread Daniel Juyung Seo
Thanks for the test/revert. I should look at the patch. Daniel Juyung Seo (SeoZ) On Mon, Oct 22, 2012 at 11:36 PM, Tom Hacohen wrote: > Hey, > > I reverted commit 77944 that was committed by raster (a patch from > Bluezery). That commit broke genlist and clouseau. > > How to reproduce: > Open "G

Re: [E-devel] [PATCH][Elementary] elm-web: Extracted common code.

2012-10-22 Thread Gustavo Sverzut Barbieri
On Mon, Oct 22, 2012 at 2:30 PM, ryuan Choi wrote: > Hi, > > As a second patch of elm-web for WK2, > I moved some elm-web APIs, which calls same APIs of ewebkt and ewbkit2, to > common area. > In addition, I extracted theme related code from elm_web to share. > > In order to share, I added elm_web

[E-devel] [PATCH][Elementary] elm-web: Extracted common code.

2012-10-22 Thread ryuan Choi
Hi, As a second patch of elm-web for WK2, I moved some elm-web APIs, which calls same APIs of ewebkt and ewbkit2, to common area. In addition, I extracted theme related code from elm_web to share. In order to share, I added elm_web_common.c. With this patch, elm-web for WK2 supports - back, for

Re: [E-devel] E SVN: englebass trunk/edbus/src/lib

2012-10-22 Thread Lucas De Marchi
On Mon, Oct 22, 2012 at 1:26 PM, Vincent Torri wrote: > On Mon, Oct 22, 2012 at 4:57 PM, Lucas De Marchi > wrote: >> On Sun, Oct 21, 2012 at 2:53 AM, Enlightenment SVN >> wrote: >>> Log: >>> edbus: Add initializers to stop warnings >>> >>> Author: englebass >>> Date: 2012-10-20 21:

Re: [E-devel] E SVN: stefan trunk/PROTO/elocation/src/lib

2012-10-22 Thread Stefan Schmidt
Hello. On 19/10/12 19:26, Lucas De Marchi wrote: > On Fri, Oct 19, 2012 at 12:02 PM, Enlightenment SVN > wrote: >> >> msg = edbus_proxy_method_call_new(meta_geocode, "AddressToPosition"); >> iter = edbus_message_iter_get(msg); >> - edbus_message_iter_arguments_set(iter, "a{ss}", &dict

Re: [E-devel] E SVN: englebass trunk/edbus/src/lib

2012-10-22 Thread Vincent Torri
On Mon, Oct 22, 2012 at 4:57 PM, Lucas De Marchi wrote: > On Sun, Oct 21, 2012 at 2:53 AM, Enlightenment SVN > wrote: >> Log: >> edbus: Add initializers to stop warnings >> >> Author: englebass >> Date: 2012-10-20 21:52:59 -0700 (Sat, 20 Oct 2012) >> New Revision: 78292 >> Trac:

Re: [E-devel] E SVN: englebass trunk/edbus/src/lib

2012-10-22 Thread Lucas De Marchi
On Sun, Oct 21, 2012 at 2:53 AM, Enlightenment SVN wrote: > Log: > edbus: Add initializers to stop warnings > > Author: englebass > Date: 2012-10-20 21:52:59 -0700 (Sat, 20 Oct 2012) > New Revision: 78292 > Trac: http://trac.enlightenment.org/e/changeset/78292 > > Modified: >

[E-devel] I reverted a broken patch to genlist (77944)

2012-10-22 Thread Tom Hacohen
Hey, I reverted commit 77944 that was committed by raster (a patch from Bluezery). That commit broke genlist and clouseau. How to reproduce: Open "Genlist 2" test, click on the "X" button, and then click on the "+" button. Cheers, Tom. -

Re: [E-devel] Successive init / shutdown fails on 2nd call

2012-10-22 Thread Tom Hacohen
On 22/10/12 15:42, Pierre-Olivier Huguet wrote: > Ok, thanks all for your answers. > Works fine with a global init() and shutdown() in main app. > This hasn't been done before 'cause somme apps were old and never > migrated to EFL. That's done now, so no more an issue here. np. -- Tom.

Re: [E-devel] Successive init / shutdown fails on 2nd call

2012-10-22 Thread Pierre-Olivier Huguet
Ok, thanks all for your answers. Works fine with a global init() and shutdown() in main app. This hasn't been done before 'cause somme apps were old and never migrated to EFL. That's done now, so no more an issue here. Thx again for your help ! On 22/10/2012 15:25, Cedric BAIL wrote: > Cedric B

Re: [E-devel] EFL 2.0 call for suggestions/changes

2012-10-22 Thread Gustavo Sverzut Barbieri
On Sun, Oct 21, 2012 at 11:29 PM, Sanjeev BA wrote: > I would like to add a new widget. > > (Pinterest, Flipboard) style cards. (Card > widget?) > > I would like to add a new widget. > Popularity aside, it is a really nice way to present information > effectively. > It may already be doable using

Re: [E-devel] Successive init / shutdown fails on 2nd call

2012-10-22 Thread Tom Hacohen
On 22/10/12 15:25, Cedric BAIL wrote: > Cedric Bail > On Oct 22, 2012 9:55 PM, "Tom Hacohen" wrote: >> >> On 22/10/12 14:48, Tom Hacohen wrote: >>> On 22/10/12 14:36, Pierre-Olivier Huguet wrote: Hi all, I have a program which uses partially ecore_main_loop; it runs several tas

Re: [E-devel] Successive init / shutdown fails on 2nd call

2012-10-22 Thread Cedric BAIL
Cedric Bail On Oct 22, 2012 9:55 PM, "Tom Hacohen" wrote: > > On 22/10/12 14:48, Tom Hacohen wrote: > > On 22/10/12 14:36, Pierre-Olivier Huguet wrote: > >> Hi all, > >> > >> I have a program which uses partially ecore_main_loop; it runs several > >> tasks like this : > >> > >> eina_init(); > >> e

Re: [E-devel] Successive init / shutdown fails on 2nd call

2012-10-22 Thread Tom Hacohen
On 22/10/12 14:48, Tom Hacohen wrote: > On 22/10/12 14:36, Pierre-Olivier Huguet wrote: >> Hi all, >> >> I have a program which uses partially ecore_main_loop; it runs several >> tasks like this : >> >> eina_init(); >> ecore_ini(); >> ecore_con_init(); >> ecore_con_url_init(); >> >> [do some stuff]

Re: [E-devel] Successive init / shutdown fails on 2nd call

2012-10-22 Thread Tom Hacohen
On 22/10/12 14:36, Pierre-Olivier Huguet wrote: > Hi all, > > I have a program which uses partially ecore_main_loop; it runs several > tasks like this : > > eina_init(); > ecore_ini(); > ecore_con_init(); > ecore_con_url_init(); > > [do some stuff] > ecore_main_loop_begin(); > > ecore_con_url_shutd

Re: [E-devel] Successive init / shutdown fails on 2nd call

2012-10-22 Thread daniel.za...@samsung.com
Hi Pierre-Olivier, We are looking at this and hope that today, we will be able to give you a response. Best regards Daniel On 10/22/2012 02:36 PM, Pierre-Olivier Huguet wrote: > Hi all, > > I have a program which uses partially ecore_main_loop; it runs several > tasks like this : > > eina_init

[E-devel] Successive init / shutdown fails on 2nd call

2012-10-22 Thread Pierre-Olivier Huguet
Hi all, I have a program which uses partially ecore_main_loop; it runs several tasks like this : eina_init(); ecore_ini(); ecore_con_init(); ecore_con_url_init(); [do some stuff] ecore_main_loop_begin(); ecore_con_url_shutdown(); ecore_con_shutdown(); ecore_shutdown(); eina_shutdown(); (I k

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

2012-10-22 Thread Michael Blumenkrantz
On Mon, Oct 22, 2012 at 9:38 AM, Sebastian Dransfeld wrote: > On 10/22/2012 10:32 AM, Enlightenment SVN wrote: > > Log: > > add note about text/icon only modes for tasks gadget > > > > > > Author: discomfitor > > Date: 2012-10-22 01:32:20 -0700 (Mon, 22 Oct 2012) > > New Revision: 7

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

2012-10-22 Thread Michael Blumenkrantz
oh whoops On Mon, Oct 22, 2012 at 9:38 AM, Sebastian Dransfeld wrote: > On 10/22/2012 10:32 AM, Enlightenment SVN wrote: > > Log: > > add note about text/icon only modes for tasks gadget > > > > > > Author: discomfitor > > Date: 2012-10-22 01:32:20 -0700 (Mon, 22 Oct 2012) > > New

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

2012-10-22 Thread Sebastian Dransfeld
On 10/22/2012 10:32 AM, Enlightenment SVN wrote: > Log: > add note about text/icon only modes for tasks gadget > > > Author: discomfitor > Date: 2012-10-22 01:32:20 -0700 (Mon, 22 Oct 2012) > New Revision: 78320 > Trac: http://trac.enlightenment.org/e/changeset/78320 > > Modif

[E-devel] [elementary][patch] panel - access feature.

2012-10-22 Thread Kim Shinwoo
dear all, hello. i would like to add access feature to the panel. please review the attached. if there are no objections, I will commit it. cordially, shinwoo kim. panel.access.diff Description: Binary data -- Everyone

Re: [E-devel] E SVN: discomfitor IN trunk/devs: . kuri

2012-10-22 Thread Cedric BAIL
On Mon, Oct 22, 2012 at 5:20 PM, Michael Blumenkrantz wrote: > from IRC immediately after this commit: > > yeah! ill fucking commit everywhere in eina! > Ha Ha Ha! > > hoo boy Seems like he want to join our team quickly :-) -- Cedric BAIL --

Re: [E-devel] E SVN: discomfitor IN trunk/devs: . kuri

2012-10-22 Thread Guillaume Friloux
On 22/10/2012 10:20, Michael Blumenkrantz wrote: from IRC immediately after this commit: yeah! ill fucking commit everywhere in eina! Ha Ha Ha! hoo boy Really, really, bad photoshop over IRC skills. I of course never said that. <>-

Re: [E-devel] E SVN: discomfitor IN trunk/devs: . kuri

2012-10-22 Thread Michael Blumenkrantz
from IRC immediately after this commit: yeah! ill fucking commit everywhere in eina! Ha Ha Ha! hoo boy On Mon, Oct 22, 2012 at 9:18 AM, Enlightenment SVN < no-re...@enlightenment.org> wrote: > Log: > welcome an unusual french developer, one who actually fixes things: kuri! > he has been

[E-devel] [Patch] Align of Elm_Notify

2012-10-22 Thread Seunggyun Kim
Hi. I attached elm_notify's patch supporting hint align set. Current elm_notify's position has being controlled only by elm_notify_orient_set API . This API are supporting 9 direction and showing only child's min size's layout. So I made elm_notify patch for supporting various GUI scenarios. Cha