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

2012-07-17 Thread The Rasterman
On Wed, 18 Jul 2012 01:34:26 -0300 Gustavo Sverzut Barbieri said: > On Wednesday, July 18, 2012, Carsten Haitzler wrote: > > > On Tue, 17 Jul 2012 08:42:51 -0300 Gustavo Sverzut Barbieri > > > said: > > > > > On Tuesday, July 17, 2012, Enlightenment SVN wrote: > > > > > > > Log: > > > > hell no.

[E-devel] [PATCH] elm_icon is disappeared when theme hook is called.

2012-07-17 Thread Seunggyun Kim
Dear All, [Current Issue] - The elm_icon can be disappeared when theme hook is called. You can see the problem in the below situation. a) elementary_test -> Layout select b) elementary_config -> Fonts(toolbar) -> select some font class, font, style, size c) Select "Apply" button

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

2012-07-17 Thread Gustavo Sverzut Barbieri
On Wednesday, July 18, 2012, Carsten Haitzler wrote: > On Tue, 17 Jul 2012 08:42:51 -0300 Gustavo Sverzut Barbieri > > said: > > > On Tuesday, July 17, 2012, Enlightenment SVN wrote: > > > > > Log: > > > hell no. printf. not eina-log. this is test exampels, not debug from > > > an app. they prin

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

2012-07-17 Thread The Rasterman
On Tue, 17 Jul 2012 08:42:51 -0300 Gustavo Sverzut Barbieri said: > On Tuesday, July 17, 2012, Enlightenment SVN wrote: > > > Log: > > hell no. printf. not eina-log. this is test exampels, not debug from > > an app. they printf as OUTPUT. alkso u broke build: > > > > /home/raster/C/elm/src/b

Re: [E-devel] [PATCH] Add frame size when calculating minimized elm_win size

2012-07-17 Thread Juan Zhao
This patch also resolved http://trac.enlightenment.org/e/ticket/1176 Thanks, Juan On Tue, 2012-07-17 at 19:50 -0700, yan.w...@linux.intel.com wrote: > Hi, > I found frame size including width and height isn't counted in > _elm_win_resize_objects_eval() when calculating minimized elm_window > s

[E-devel] [PATCH] Add frame size when calculating minimized elm_win size

2012-07-17 Thread yan . wang
Hi, I found frame size including width and height isn't counted in _elm_win_resize_objects_eval() when calculating minimized elm_window size. It is OK for X engine because elementary only draw client area and X provides widow frame. So both the width and height from evas_output_framespace_get a

Re: [E-devel] E SVN: sachiel IN trunk/evas/src: bin lib/cserve2

2012-07-17 Thread Daniel Juyung Seo
Ah.. so we do not use it until we set the environment variable - EVAS_CSERVE2. Thanks a lot. Daniel Juyung Seo (SeoZ) On Wed, Jul 18, 2012 at 10:52 AM, Cedric BAIL wrote: > On Wed, Jul 18, 2012 at 10:38 AM, Daniel Juyung Seo > wrote: >> According to --disable-evas-cserve2 option, it looks like

Re: [E-devel] E SVN: sachiel IN trunk/evas/src: bin lib/cserve2

2012-07-17 Thread Cedric BAIL
On Wed, Jul 18, 2012 at 10:38 AM, Daniel Juyung Seo wrote: > According to --disable-evas-cserve2 option, it looks like cserve2 is > enabled by default. > Is that right? If that's true we are already using it? Yes, build by default. Disable at runtime. It need an explicit environment variable to r

Re: [E-devel] E SVN: sachiel IN trunk/evas/src: bin lib/cserve2

2012-07-17 Thread Daniel Juyung Seo
According to --disable-evas-cserve2 option, it looks like cserve2 is enabled by default. Is that right? If that's true we are already using it? Daniel Juyung Seo (SeoZ) On Tue, Jul 17, 2012 at 11:55 PM, Iván Briano wrote: > 2012/7/17 Cedric BAIL : >> On Tue, Jul 17, 2012 at 2:23 PM, Enlightenmen

Re: [E-devel] edje multisense

2012-07-17 Thread Daniel Juyung Seo
Looks great! But it crashed when I clicked my mouse. I built elemies without sound support. Here is the backtrace. http://slexy.org/view/s2tFeewyv1 x is 5 and y is 4363412 in the following code. if (ev->button == 1 && matrix[x][y][2] == 0) Daniel Juyung Seo (SeoZ) On Wed, Jul 18, 2012 at 12:

Re: [E-devel] @seoz

2012-07-17 Thread Daniel Juyung Seo
Stu! Did you summon me? Daniel Juyung Seo (SeoZ) On Wed, Jul 18, 2012 at 1:13 AM, Michael Blumenkrantz wrote: > http://i.imgur.com/9RPIM.jpg > > -- > Live Security Virtual Conference > Exclusive live event will cover all

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

2012-07-17 Thread Gustavo Lima Chaves
* Daniel Juyung Seo [2012-07-17 08:29:24 +0900]: > Wow this is a big job. Especially I like "all the bugs and feature > were kept" part :) > Thanks! You're welcome :) -- Gustavo Lima Chaves Computer Engineer @ ProFUSION Embedded Systems -

Re: [E-devel] Bug

2012-07-17 Thread Sebastian Dransfeld
On 07/16/2012 02:30 PM, kanenas tipota wrote: > Hello everybody! There is a bug on removing icon themes(i had it with > bodhie-lynx-black). Removing with synaptic althought it indicates of the > icon theme gone... on the settings>all>look>icon theme dialog its still > there with a paper like icon a

[E-devel] @seoz

2012-07-17 Thread Michael Blumenkrantz
http://i.imgur.com/9RPIM.jpg -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include en

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

2012-07-17 Thread Gustavo Sverzut Barbieri
> - if (s->smart_class->add) s->smart_class->add(obj); > - > for (i = 0; i < s->interfaces.size; i++) > { > const Evas_Smart_Interface *iface; > @@ -466,6 +464,8 @@ >} > } > > + if (s->smart_class->add) s->smart_class->add(obj); > + > return obj; indee

Re: [E-devel] edje multisense

2012-07-17 Thread Vincent Torri
On Tue, Jul 17, 2012 at 5:33 PM, Jérôme Pinot wrote: > On 07/17/12 12:47, jls legalize wrote: >> Thank you very much Cedric >> Where can I find this app? I tried searching but I cannot find it. > > It is not released yet, but you can give it a try. To test the sound, > you must compile with --enab

Re: [E-devel] edje multisense

2012-07-17 Thread Jérôme Pinot
On 07/17/12 12:47, jls legalize wrote: > Thank you very much Cedric > Where can I find this app? I tried searching but I cannot find it. It is not released yet, but you can give it a try. To test the sound, you must compile with --enable-sound and have recent EFL. http://ngc891.blogdns.net/cgit/e

Re: [E-devel] E SVN: sachiel IN trunk/evas/src: bin lib/cserve2

2012-07-17 Thread Iván Briano
2012/7/17 Cedric BAIL : > On Tue, Jul 17, 2012 at 2:23 PM, Enlightenment SVN > wrote: >> Log: >> Move image opening/loading to the new requests system >> A lot going on here: >>- Request callbacks were adapted to fit the new scheme >>- The old requests systems in the cache was wiped out

Re: [E-devel] E SVN: sachiel IN trunk/evas/src: bin lib/cserve2

2012-07-17 Thread Cedric BAIL
On Tue, Jul 17, 2012 at 2:23 PM, Enlightenment SVN wrote: > Log: > Move image opening/loading to the new requests system > A lot going on here: >- Request callbacks were adapted to fit the new scheme >- The old requests systems in the cache was wiped out >- Old slave handling in evas

Re: [E-devel] Bug regarding evas map and smart objects

2012-07-17 Thread Bruno Dilly
On Tue, Jul 17, 2012 at 12:36 AM, Cedric BAIL wrote: > On Thu, Jul 5, 2012 at 10:15 AM, Cedric BAIL wrote: >> On Thu, Jul 5, 2012 at 3:34 AM, Bruno Dilly wrote: >>> I've faced an issue while working on EPhysics, basically, when we move >>> a smart object to somewhere outside the screen, it keeps

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

2012-07-17 Thread Vincent Torri
On Tue, Jul 17, 2012 at 1:42 PM, Gustavo Sverzut Barbieri wrote: > On Tuesday, July 17, 2012, Enlightenment SVN wrote: > >> Log: >> hell no. printf. not eina-log. this is test exampels, not debug from >> an app. they printf as OUTPUT. alkso u broke build: >> >> /home/raster/C/elm/src/bin/test_

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

2012-07-17 Thread Michael Blumenkrantz
73974 On Tue, Jul 17, 2012 at 12:42 PM, Gustavo Sverzut Barbieri < barbi...@profusion.mobi> wrote: > On Tuesday, July 17, 2012, Enlightenment SVN wrote: > > > Log: > > hell no. printf. not eina-log. this is test exampels, not debug from > > an app. they printf as OUTPUT. alkso u broke build: >

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

2012-07-17 Thread Gustavo Sverzut Barbieri
On Tuesday, July 17, 2012, Enlightenment SVN wrote: > Log: > hell no. printf. not eina-log. this is test exampels, not debug from > an app. they printf as OUTPUT. alkso u broke build: > > /home/raster/C/elm/src/bin/test_genlist.c:2862: undefined reference to > _elm_log_dom' > > of course t

Re: [E-devel] edje multisense

2012-07-17 Thread jls legalize
Thank you very much Cedric Where can I find this app? I tried searching but I cannot find it. 2012/7/17, Cedric BAIL : > On Tue, Jul 17, 2012 at 7:13 PM, jls legalize > wrote: >> thank you Rajeev for the answer. >> I'm the "e" package mantainer for Tiny Core Linux, so my question is >> where shou

Re: [E-devel] edje multisense

2012-07-17 Thread Cedric BAIL
On Tue, Jul 17, 2012 at 7:13 PM, jls legalize wrote: > thank you Rajeev for the answer. > I'm the "e" package mantainer for Tiny Core Linux, so my question is > where should I enable or not multisense. Do I need sndfile, remix, > vorbis and alsa in edje? At this point in time and for the coming r

Re: [E-devel] edje multisense

2012-07-17 Thread jls legalize
thank you Rajeev for the answer. I'm the "e" package mantainer for Tiny Core Linux, so my question is where should I enable or not multisense. Do I need sndfile, remix, vorbis and alsa in edje? 2012/7/17, Rajeev Ranjan : > > Hi, > Multisense in edje is for supporting various type of feedbacks li

Re: [E-devel] edje multisense

2012-07-17 Thread Rajeev Ranjan
Hi, Multisense in edje is for supporting various type of feedbacks like sound, vibration etc at edje level based on the events. This feature can be used by applications using edje's edc interfaces. Each type of multisense feedback can have various attributes eg. sound can have amplitude as a p

[E-devel] edje multisense

2012-07-17 Thread jls legalize
Hi What do I need multisense in edje for? Is there any app that uses it? Thanks -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT