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
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
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
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
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
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,
>
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
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
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?
>
>
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
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
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
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
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
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
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
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
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:
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
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
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
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
>>
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
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
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
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
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
27 matches
Mail list logo