Re: [E-devel] simpler search for elementary test.

2012-10-21 Thread Daniel Juyung Seo
As an author of elementary_test search feature, this looks ok. I also considered this feature when I created that but wondered whether this affected the performance on low end devices. Anyway, +1 here. Daniel Juyung Seo (SeoZ) On Mon, Oct 22, 2012 at 1:36 PM, Sanjeev BA wrote: > Hi, > > I would

[E-devel] simpler search for elementary test.

2012-10-21 Thread Sanjeev BA
Hi, I would like to change the "search" bar operation in elementary test from <"enter text" + Enter> (or) <"enter text" + "Go"> to only . Instead of showing menu on "activated" or btn "clicked" event, I would like to do it in "changed,user" event. One less keystoke/click to get to the widget, whil

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

2012-10-21 Thread Daniel Juyung Seo
On Mon, Oct 22, 2012 at 11:00 AM, Cedric BAIL wrote: > On Mon, Oct 22, 2012 at 10:29 AM, 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 pres

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

2012-10-21 Thread Daniel Juyung Seo
On Mon, Oct 22, 2012 at 10:29 AM, 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] build issue

2012-10-21 Thread Sanjeev BA
And it is fixed with an update. Thanks. On Mon, Oct 22, 2012 at 11:17 AM, Carsten Haitzler wrote: > On Mon, 22 Oct 2012 11:01:23 +0900 Cedric BAIL said: > > > On Mon, Oct 22, 2012 at 10:30 AM, Sanjeev BA wrote: > > > Found this issue today morning after the update. > > > > > > source/e/trunk/te

Re: [E-devel] 1.7.1 release

2012-10-21 Thread Cedric BAIL
On Mon, Oct 22, 2012 at 5:24 AM, Simon wrote: > On 10/21/2012 04:53 PM, > enlightenment-devel-requ...@lists.sourceforge.net wrote: >> From: Cedric BAIL >> Subject: [E-devel] 1.7.1 release >> To: e-devel, E Users >> >> Message-ID: >> >> Content-Type: text/plain; charset=UTF-8 >>

Re: [E-devel] build issue

2012-10-21 Thread The Rasterman
On Mon, 22 Oct 2012 11:01:23 +0900 Cedric BAIL said: > On Mon, Oct 22, 2012 at 10:30 AM, Sanjeev BA wrote: > > Found this issue today morning after the update. > > > > source/e/trunk/terminology/src/bin/main.c:51: undefined reference to > > `cursor_focus_out_emit' > > terminology-main.o: In func

Re: [E-devel] E SVN: ceolin IN trunk/terminology: . data/themes src/bin

2012-10-21 Thread The Rasterman
On Fri, 19 Oct 2012 15:04:01 -0700 "Enlightenment SVN" said: u.. i've reverted this... because you totally broke the build - i don't know what it is - you missed something but every func like background_about(), background_bell_emit(), cursor_key_down_emit() etc. is an undefined reference. yo

Re: [E-devel] [e-users] 1.7.1 release

2012-10-21 Thread Cedric BAIL
On Mon, Oct 22, 2012 at 10:31 AM, Jérôme Pinot wrote: > On 10/20/12 16:58, Cedric BAIL wrote: >> Hello every one, >> >> As some of you may have already noticed, I have just pushed 1.7.1 >> outside. I did test its compilation on Ubuntu 12.04 and Ubuntu 12.10, >> but that's not enough. We need to te

Re: [E-devel] build issue

2012-10-21 Thread Cedric BAIL
On Mon, Oct 22, 2012 at 10:30 AM, Sanjeev BA wrote: > Found this issue today morning after the update. > > source/e/trunk/terminology/src/bin/main.c:51: undefined reference to > `cursor_focus_out_emit' > terminology-main.o: In function `_cb_cmdbox': > source/e/trunk/terminology/src/bin/main.c:176:

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

2012-10-21 Thread Cedric BAIL
On Mon, Oct 22, 2012 at 10:29 AM, 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] EFL pre-requisite packages.

2012-10-21 Thread Cedric BAIL
Yop, On Mon, Oct 22, 2012 at 9:49 AM, Daniel Juyung Seo wrote: > it looks like there are new pre-requisites for EFL libraries. > > libcurl4-openssl-dev for trunk/efl > libfribidi-dev for trunk/evas > > It fails to build EFL libraries without those packages. Is this > correct? If so we need to upd

Re: [E-devel] 1.7.1 release

2012-10-21 Thread Simon
On 10/21/2012 04:53 PM, enlightenment-devel-requ...@lists.sourceforge.net wrote: > From: Cedric BAIL > Subject: [E-devel] 1.7.1 release > To: e-devel, E Users > > Message-ID: > > Content-Type: text/plain; charset=UTF-8 > > Hello every one, > > As some of you may have already no

Re: [E-devel] [e-users] 1.7.1 release

2012-10-21 Thread Jérôme Pinot
On 10/20/12 16:58, Cedric BAIL wrote: > Hello every one, > > As some of you may have already noticed, I have just pushed 1.7.1 > outside. I did test its compilation on Ubuntu 12.04 and Ubuntu 12.10, > but that's not enough. We need to test this release on as many system > as possible. The 1.7 is g

[E-devel] build issue

2012-10-21 Thread Sanjeev BA
Found this issue today morning after the update. source/e/trunk/terminology/src/bin/main.c:51: undefined reference to `cursor_focus_out_emit' terminology-main.o: In function `_cb_cmdbox': source/e/trunk/terminology/src/bin/main.c:176: undefined reference to `background_command_box_show_emit' termi

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

2012-10-21 Thread Sanjeev BA
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 existing widgets, using some combination. If it exists already, igno

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

2012-10-21 Thread Daniel Juyung Seo
Dear all, I just created EFL2.0TODO wiki page. http://trac.enlightenment.org/e/wiki/EFL2.0TODO I know EFL 2.0 is not going to come in a couple of years but I want to write some comments here for further convenience. You can add any items here with regarding to EFL 2.0 TODO list. Make API and ABI b

[E-devel] EFL pre-requisite packages.

2012-10-21 Thread Daniel Juyung Seo
Dear EFL folks, it looks like there are new pre-requisites for EFL libraries. libcurl4-openssl-dev for trunk/efl libfribidi-dev for trunk/evas It fails to build EFL libraries without those packages. Is this correct? If so we need to update the websites. http://www.enlightenment.org/p.php?p=contri

Re: [E-devel] E SVN: englebass IN trunk/efreet: . src/bin src/lib

2012-10-21 Thread Daniel Juyung Seo
vtorri fixed this. http://trac.enlightenment.org/e/changeset/78302 Thanks. Daniel Juyung Seo (SeoZ) On Sun, Oct 21, 2012 at 4:33 PM, Daniel Juyung Seo wrote: > Build break! > After this commit, efreet fails to build if there is no edbus2. > http://pastebin.com/DESGhnwh > > Can you fix this? > >

Re: [E-devel] efreet build issue on ubuntu 12.10

2012-10-21 Thread Daniel Juyung Seo
Fixed. Special thanks to vtorri. http://trac.enlightenment.org/e/changeset/78302 Daniel Juyung Seo (SeoZ) On Sun, Oct 21, 2012 at 4:34 PM, Daniel Juyung Seo wrote: > I found the reason. > http://trac.enlightenment.org/e/changeset/78294 > It should be fixed. > > Daniel Juyung Seo (SeoZ) > > On Su

Re: [E-devel] E SVN: discomfitor trunk/e/src/bin

2012-10-21 Thread Daniel Juyung Seo
So this usage is not proper? Daniel Juyung Seo (SeoZ) On Sun, Oct 21, 2012 at 4:36 PM, Michael Blumenkrantz wrote: > On Sun, 21 Oct 2012 16:35:15 +0900 > Daniel Juyung Seo wrote: > >> But e_icon_object_set() is deprecated. >> >> Daniel Juyung Seo (SeoZ) >> >> On Sun, Oct 21, 2012 at 4:27 PM, Mi

Re: [E-devel] E SVN: discomfitor trunk/e/src/bin

2012-10-21 Thread Michael Blumenkrantz
On Sun, 21 Oct 2012 16:35:15 +0900 Daniel Juyung Seo wrote: > But e_icon_object_set() is deprecated. > > Daniel Juyung Seo (SeoZ) > > On Sun, Oct 21, 2012 at 4:27 PM, Michael Blumenkrantz > wrote: > > On Sun, 21 Oct 2012 16:04:39 +0900 > > Daniel Juyung Seo wrote: > > > >> Dear discomfitor, >

Re: [E-devel] E SVN: discomfitor trunk/e/src/bin

2012-10-21 Thread Daniel Juyung Seo
But e_icon_object_set() is deprecated. Daniel Juyung Seo (SeoZ) On Sun, Oct 21, 2012 at 4:27 PM, Michael Blumenkrantz wrote: > On Sun, 21 Oct 2012 16:04:39 +0900 > Daniel Juyung Seo wrote: > >> Dear discomfitor, >> I found another use case for e_icon_object_set. >> >>it->o_proxy = e_icon_ad

Re: [E-devel] efreet build issue on ubuntu 12.10

2012-10-21 Thread Daniel Juyung Seo
I found the reason. http://trac.enlightenment.org/e/changeset/78294 It should be fixed. Daniel Juyung Seo (SeoZ) On Sun, Oct 21, 2012 at 3:23 PM, Daniel Juyung Seo wrote: > Dear all, I just upgraded my Ubuntu 12.04 to Ubuntu 12.10 and got > build issue with efreet. > >> make[2]: *** No rule to m

Re: [E-devel] E SVN: englebass IN trunk/efreet: . src/bin src/lib

2012-10-21 Thread Daniel Juyung Seo
Build break! After this commit, efreet fails to build if there is no edbus2. http://pastebin.com/DESGhnwh Can you fix this? Daniel Juyung Seo (SeoZ) On Sun, Oct 21, 2012 at 1:53 PM, Enlightenment SVN wrote: > Log: > efreet: Add dbus efreet daemon > > Not working yet. > > Author: engleba

Re: [E-devel] E SVN: discomfitor trunk/e/src/bin

2012-10-21 Thread Michael Blumenkrantz
On Sun, 21 Oct 2012 16:04:39 +0900 Daniel Juyung Seo wrote: > Dear discomfitor, > I found another use case for e_icon_object_set. > >it->o_proxy = e_icon_add(ng->evas); >o = evas_object_image_add(ng->evas); >evas_object_image_source_set(o, it->base.obj); >evas_object_resize(o, 12

Re: [E-devel] E SVN: discomfitor trunk/e/src/bin

2012-10-21 Thread Daniel Juyung Seo
Dear discomfitor, I found another use case for e_icon_object_set. it->o_proxy = e_icon_add(ng->evas); o = evas_object_image_add(ng->evas); evas_object_image_source_set(o, it->base.obj); evas_object_resize(o, 128, 128); evas_object_image_fill_set(o, 0,0,128,128); e_icon_object_set