Re: [E-devel] RFC: evas smart signal signatures/types

2009-07-30 Thread Cedric BAIL
Hi, On Thu, Jul 30, 2009 at 12:46 AM, Gustavo Sverzut Barbieri wrote: > = Solution = > I would like to avoid breaking current code, so changing things > drastically is a no go. I could also propose a new system with signal > inheritance and index access to speed up dispatching and all, but I > gue

Re: [E-devel] RFC: evas smart signal signatures/types

2009-07-30 Thread Christopher Michael
Gustavo Sverzut Barbieri wrote: > Hello all, > > I'm planning to bootstrap the guarana + elementary merge* soon** but I > want to solve an unsolved problem first: help bindings and users of > evas_object_smart_callback*. > > If you're out of time to read it in detail, skip to end and read > "Summ

Re: [E-devel] RFC: evas smart signal signatures/types

2009-07-30 Thread Christopher Michael
Gustavo Sverzut Barbieri wrote: > On Wed, Jul 29, 2009 at 7:46 PM, Gustavo Sverzut > Barbieri wrote: >> Hello all, >> >> I'm planning to bootstrap the guarana + elementary merge* soon** but I >> want to solve an unsolved problem first: help bindings and users of >> evas_object_smart_callback*. >> >

Re: [E-devel] ploting data

2009-07-30 Thread nomaafa
Library of functions is good idee, so we can call them from programmes doing calculus to plot resulting data and they can also be used to build an independant interface to plot data files. my knowledge is far from requiring the construction of a library. I am therefore on my first idea, it allo

Re: [E-devel] RFC: evas smart signal signatures/types

2009-07-30 Thread Gustavo Sverzut Barbieri
On Thu, Jul 30, 2009 at 6:28 AM, Cedric BAIL wrote: > Hi, > > On Thu, Jul 30, 2009 at 12:46 AM, Gustavo Sverzut > Barbieri wrote: >> = Solution = >> I would like to avoid breaking current code, so changing things >> drastically is a no go. I could also propose a new system with signal >> inheritanc

Re: [E-devel] RFC: evas smart signal signatures/types

2009-07-30 Thread Gustavo Sverzut Barbieri
On Thu, Jul 30, 2009 at 7:14 AM, Christopher Michael wrote: > Gustavo Sverzut Barbieri wrote: >> >> Hello all, >> >> I'm planning to bootstrap the guarana + elementary merge* soon** but I >> want to solve an unsolved problem first: help bindings and users of >> evas_object_smart_callback*. >> >> If

Re: [E-devel] RFC: evas smart signal signatures/types

2009-07-30 Thread Gustavo Sverzut Barbieri
On Thu, Jul 30, 2009 at 7:17 AM, Christopher Michael wrote: > Gustavo Sverzut Barbieri wrote: >> I hate replying to myself, but I clearly missed an important thing >> here: making the Evas_Smart_Class have a pointer to parent, that way >> we basically solve the problem of copying callback definitio

Re: [E-devel] RFC: evas smart signal signatures/types

2009-07-30 Thread Cedric BAIL
On Thu, Jul 30, 2009 at 1:58 PM, Gustavo Sverzut Barbieri wrote: > On Thu, Jul 30, 2009 at 6:28 AM, Cedric BAIL wrote: >> Hi, >> >> On Thu, Jul 30, 2009 at 12:46 AM, Gustavo Sverzut >> Barbieri wrote: >>> = Solution = >>> I would like to avoid breaking current code, so changing things >>> drastical

[E-devel] New libraries on PROTO: Eon and Ekeko

2009-07-30 Thread Jorge Luis Zapata Muga
As you have seen I've added a few more libraries to the repository, ill summarize what got it ;) Ekeko: Ekeko is an object/property system. The initial code was taken from etk and its internal type system, it has several differences: - Support for a private area on every type, all the attributes a

Re: [E-devel] RFC: evas smart signal signatures/types

2009-07-30 Thread Gustavo Sverzut Barbieri
On Thu, Jul 30, 2009 at 9:20 AM, Cedric BAIL wrote: > On Thu, Jul 30, 2009 at 1:58 PM, Gustavo Sverzut > Barbieri wrote: >> On Thu, Jul 30, 2009 at 6:28 AM, Cedric BAIL wrote: >>> Hi, >>> >>> On Thu, Jul 30, 2009 at 12:46 AM, Gustavo Sverzut >>> Barbieri wrote: = Solution = I would like t

Re: [E-devel] elementary progressbar

2009-07-30 Thread The Rasterman
On Tue, 30 Jun 2009 17:27:52 +0200 michael bouchaud said: > Hi everybody, I'm be back with a new patch for progressbar in elementary. > This time the progressbar can do: horizontal, vertical and invert display. > I don't modify the call to change the position of the dragable object (I > don't hav

Re: [E-devel] Sugested patch for Elementary

2009-07-30 Thread The Rasterman
On Sat, 11 Jul 2009 15:35:56 -0300 Thiago said: elm_widget_type_get() :) this checks if its a elm_widget smart type (if not returns "") and if so... returns the type. this is really whats should be added to checks everywhere: if (elm_widget_type_get()[0]) { it's an elm widget! } nb - also you

Re: [E-devel] Elementary - Object add/remove

2009-07-30 Thread The Rasterman
On Fri, 17 Jul 2009 11:13:00 +0200 Andreas Volz said: > Hello, > > while wrapping Elementary to C++ I have this problem: > > How could I find out in the parent container widget that a child widget > has been added or removed. I tried the "sub-object-add" and > "sub-object-del" callback, but it'

Re: [E-devel] RFC: evas smart signal signatures/types

2009-07-30 Thread Christopher Michael
Gustavo Sverzut Barbieri wrote: > On Thu, Jul 30, 2009 at 7:14 AM, Christopher > Michael wrote: >> Gustavo Sverzut Barbieri wrote: >>> Hello all, >>> >>> I'm planning to bootstrap the guarana + elementary merge* soon** but I >>> want to solve an unsolved problem first: help bindings and users of >>

[E-devel] RE : Re: elementary progressbar

2009-07-30 Thread michael bouchaud
Sorry about this missing in the previous match. I have more cleaner patch at home (without min max set function). But I'm in holiday at this time, so I prefered wait to send you this. I don't forget ;) I'm be back wednesday. Le 30 juil. 2009, 5:24 PM, "Carsten Haitzler" a écrit : On Tue, 30 Jun

Re: [E-devel] e backgrounds & module events

2009-07-30 Thread The Rasterman
On Wed, 29 Jul 2009 18:33:34 +0200 Valentin Brault said: > Hello everybody. > > I have a small suggestion about backgrounds. > > I currently play with animated backgrounds, and I have thought it would > be nice if backgrounds could interact with modules and their events. > > Example : a backgr

Re: [E-devel] Sugested patch for Elementary

2009-07-30 Thread Thiago
On Thu, Jul 30, 2009 at 12:37 PM, Carsten Haitzler wrote: > On Sat, 11 Jul 2009 15:35:56 -0300 Thiago said: > > elm_widget_type_get() :) this checks if its a elm_widget smart type (if not > returns "") and if so... returns the type. this is really whats should be > added > to checks everywhere: >

Re: [E-devel] Sugested patch for Elementary

2009-07-30 Thread The Rasterman
On Thu, 30 Jul 2009 22:24:14 -0300 Thiago said: > On Thu, Jul 30, 2009 at 12:37 PM, Carsten Haitzler > wrote: > > > On Sat, 11 Jul 2009 15:35:56 -0300 Thiago said: > > > > elm_widget_type_get() :) this checks if its a elm_widget smart type (if not > > returns "") and if so... returns the type.