Re: [E-devel] raster, you broke slider.

2013-07-25 Thread The Rasterman
On Fri, 26 Jul 2013 14:46:24 +0900 Carsten Haitzler (The Rasterman) said: > On Fri, 26 Jul 2013 12:44:41 +0900 (KST) ChunEon Park said: > > it's working perfectly for me... ? default theme problem it looks like. works on dark. > > raster, after this commit, > > slider doen't work properly. >

Re: [E-devel] raster, you broke slider.

2013-07-25 Thread The Rasterman
On Fri, 26 Jul 2013 12:44:41 +0900 (KST) ChunEon Park said: it's working perfectly for me... ? > raster, after this commit, > slider doen't work properly. > > commit 6756c08c03b8435d02186fe6e88bd6dfde12e669 > Author: Carsten Haitzler (Rasterman) > Date: Thu Jul 18 22:19:44 2013 +0900 > >

[E-devel] raster, you broke slider.

2013-07-25 Thread ChunEon Park
raster, after this commit, slider doen't work properly. commit 6756c08c03b8435d02186fe6e88bd6dfde12e669 Author: Carsten Haitzler (Rasterman) Date: Thu Jul 18 22:19:44 2013 +0900 work on slider issues like not showing units brought up by player test elementary test -> slider -> Horizontal

Re: [E-devel] Eo: potential improvements

2013-07-25 Thread Cedric BAIL
On Fri, Jul 26, 2013 at 8:54 AM, Carsten Haitzler wrote: > On Thu, 25 Jul 2013 14:58:30 -0300 Gustavo Sverzut Barbieri > said: > >> On Thu, Jul 25, 2013 at 1:46 PM, Tom Hacohen wrote: >> > On 24/07/13 03:09, Carsten Haitzler (The Rasterman) wrote: >> >> On Tue, 23 Jul 2013 18:22:02 +0200 Jérémy

Re: [E-devel] Eo: potential improvements

2013-07-25 Thread Gustavo Sverzut Barbieri
Occurs to me Go language calls this "deferred", in it we could defer a call to be called at every exit point. Maybe there is an defer extension to compilers providing deferred calls in c? --Gustavo Sent from my iPhone On 25/07/2013, at 20:54, Carsten Haitzler (The Rasterman) wrote: > On Thu

Re: [E-devel] [EGIT] [themes/dark] master 01/01: theme/dark - added font color macros

2013-07-25 Thread The Rasterman
On Thu, 25 Jul 2013 10:11:29 -0300 "Eduardo Lima (Etrunko)" said: actually. the reason i didn't do this (yet) is... colorclasses.edc - it should actually go in here. :) well ok - every colorclass there, and not in the parts themselves. :) > s/HILIGHT/HIGHLIGHT/g > > On Thu, Jul 25, 2013 at 7:1

Re: [E-devel] Eo: potential improvements

2013-07-25 Thread The Rasterman
On Thu, 25 Jul 2013 14:58:30 -0300 Gustavo Sverzut Barbieri said: > On Thu, Jul 25, 2013 at 1:46 PM, Tom Hacohen wrote: > > On 24/07/13 03:09, Carsten Haitzler (The Rasterman) wrote: > >> On Tue, 23 Jul 2013 18:22:02 +0200 Jérémy Zurcher said: > >> > >>> just to clarify a few points: > >>> > >>

Re: [E-devel] Eo: potential improvements

2013-07-25 Thread Gustavo Sverzut Barbieri
On Thu, Jul 25, 2013 at 1:46 PM, Tom Hacohen wrote: > On 24/07/13 03:09, Carsten Haitzler (The Rasterman) wrote: >> On Tue, 23 Jul 2013 18:22:02 +0200 Jérémy Zurcher said: >> >>> just to clarify a few points: >>> >>> - I think the less macro we have in an eo class declaration the best, >>>act

Re: [E-devel] eldbus bug

2013-07-25 Thread Jose Souza
Huuum, so you called eldbus_proxy_properties_monitor() in a proxy and before the internal property_get_all() received a response the proxy and they object was removed. So it will cancel all pending call of that object, calling all callbacks with a error message. I push a patch to not start read me

Re: [E-devel] Eo: potential improvements

2013-07-25 Thread Tom Hacohen
On 24/07/13 03:09, Carsten Haitzler (The Rasterman) wrote: > On Tue, 23 Jul 2013 18:22:02 +0200 Jérémy Zurcher said: > >> just to clarify a few points: >> >> - I think the less macro we have in an eo class declaration the best, >>actually we have nothing but that extra first parameter called e

Re: [E-devel] Eo: potential improvements

2013-07-25 Thread Tom Hacohen
On 23/07/13 17:04, Jérémy Zurcher wrote: > On Tuesday 23 July 2013 15:47, Tom Hacohen wrote : >> On 12/07/13 07:42, Carsten Haitzler (The Rasterman) wrote: >>> On Mon, 08 Jul 2013 18:00:15 +0100 Tom Hacohen >>> said: >>> >>> ok. looked at eo2test.c >>> >>> eo2_do(obj, >>>a = ins

Re: [E-devel] [EGIT] [core/elementary] master 01/01: add throttle policy settings to elm

2013-07-25 Thread Daniel Juyung Seo
SPANK SPANK. No NEWS no ChangeLog! :) Daniel Juyung Seo (SeoZ) On Thu, Jul 25, 2013 at 10:18 PM, Carsten Haitzler - Enlightenment Git < no-re...@enlightenment.org> wrote: > raster pushed a commit to branch master. > > commit fd0648286f9fad13ab8f8cf2ef56ba4d95c9920a > Author: Carsten Haitzler (

Re: [E-devel] [EGIT] [themes/dark] master 01/01: theme/dark - added font color macros

2013-07-25 Thread Daniel Juyung Seo
Fixed. Done! Yay! Daniel Juyung Seo (SeoZ) On Thu, Jul 25, 2013 at 10:22 PM, Daniel Juyung Seo wrote: > > > > On Thu, Jul 25, 2013 at 10:11 PM, Eduardo Lima (Etrunko) > wrote: > >> s/HILIGHT/HIGHLIGHT/g >> > > +1 > > :) > > Daniel Juyung Seo (SeoZ) > > >> >> On Thu, Jul 25, 2013 at 7:16 AM, Ch

Re: [E-devel] [EGIT] [themes/dark] master 01/01: theme/dark - added font color macros

2013-07-25 Thread Daniel Juyung Seo
On Thu, Jul 25, 2013 at 10:11 PM, Eduardo Lima (Etrunko) wrote: > s/HILIGHT/HIGHLIGHT/g > +1 :) Daniel Juyung Seo (SeoZ) > > On Thu, Jul 25, 2013 at 7:16 AM, ChunEon Park - Enlightenment Git > wrote: > > hermet pushed a commit to branch master. > > > > commit 71ed19b7154dee9cb51a07ca51431464

Re: [E-devel] [EGIT] [themes/dark] master 01/01: theme/dark - added font color macros

2013-07-25 Thread Eduardo Lima (Etrunko)
s/HILIGHT/HIGHLIGHT/g On Thu, Jul 25, 2013 at 7:16 AM, ChunEon Park - Enlightenment Git wrote: > hermet pushed a commit to branch master. > > commit 71ed19b7154dee9cb51a07ca514314642af4e813 > Author: ChunEon Park > Date: Thu Jul 25 19:15:40 2013 +0900 > > theme/dark - added font color macr

Re: [E-devel] eldbus bug

2013-07-25 Thread Michael Blumenkrantz
ERR<828>:eldbus lib/eldbus/eldbus_message.c:754 _eldbus_message_iter_arguments_vget() Type in iterator different of signature Program received signal SIGABRT, Aborted. 0x768ef425 in __GI_raise (sig=) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64 64 ../nptl/sysdeps/unix/sysv/linux/raise.c: