Re: [E-devel] Design for Developers - PLEASE READ

2012-04-03 Thread Sanjeev BA
Very nice read indeed. Never heard of these subtle but powerful aspects before. Thanks for sharing. On Wed, Apr 4, 2012 at 7:08 AM, Rafael Antognolli wrote: > On Fri, Mar 30, 2012 at 5:12 PM, Gustavo Sverzut Barbieri > wrote: > > Hi Edevs, > > > > A friend shared this and after reading I reall

Re: [E-devel] [Patch][eina] Add -ldl to eina.pc

2012-04-03 Thread Bluezery
2012/4/4 Vincent Torri : > should be good, now Thanks. :) Anyway, can I know the differences between EFL_DLOPEN_LIBS and EFL_DLOPEN_LIBS ?? Those return same variable, "-ldl". So eina.pc has duplicated "-ldl" in Libs.private field. I think that if EFL_CHECK_DLOPEN() and EFL_CHECK_DLADDR() can s

Re: [E-devel] Bug in elementary-python Entry

2012-04-03 Thread Daniel Juyung Seo
Thanks for the report but can you attach any test code? I can't reproduce it and at least I got event_info with "anchor,clicked" callback in entry. Thanks. Daniel Juyung Seo (SeoZ) On Wed, Apr 4, 2012 at 1:15 AM, Kai Huuhko wrote: > The event signal for "anchor, clicked" isn't passing event_info

Re: [E-devel] Design for Developers - PLEASE READ

2012-04-03 Thread Rafael Antognolli
On Fri, Mar 30, 2012 at 5:12 PM, Gustavo Sverzut Barbieri wrote: > Hi Edevs, > > A friend shared this and after reading I really enjoyed it and its > truly worth for us, that do interface design (or tools to): > >    http://www.slideshare.net/Wolfr/design-for-developersonlineversionlong > > If you

Re: [E-devel] Design for Developers - PLEASE READ

2012-04-03 Thread Tom Hacohen
On 30/03/12 23:12, Gustavo Sverzut Barbieri wrote: > A friend shared this and after reading I really enjoyed it and its > truly worth for us, that do interface design (or tools to): > > http://www.slideshare.net/Wolfr/design-for-developersonlineversionlong > > If you're willing to create or c

Re: [E-devel] Possible bug with weight hints?

2012-04-03 Thread Gustavo Sverzut Barbieri
On Tue, Apr 3, 2012 at 11:56 AM, Tom Hacohen wrote: > On 03/04/12 16:09, Carsten Haitzler (The Rasterman) wrote: >> >> its not random. its very simple and logical. what you want is nastier and >> more >> complex. >> > > Thanks for your reply, makes sense. So why isn't it the default for evas box >

Re: [E-devel] Elementary's new (internal) widget hierarchy

2012-04-03 Thread Gustavo Chaves
Just a bump on the matter: git repo for analisys rebased and updated. On Tue, Apr 3, 2012 at 10:40 AM, Tom Hacohen wrote: > On 03/04/12 16:36, Gustavo Chaves wrote: > >> Will be done, don't worry :) >> > > I'm not worried, but this is probably the easiest thing to review and > gives a lot of info

Re: [E-devel] [Patch][eina] Add -ldl to eina.pc

2012-04-03 Thread Vincent Torri
should be good, now Vincent On Mon, Apr 2, 2012 at 11:07 AM, Vincent Torri wrote: > please, do not apply > > there is another problem with dlopen (because of autoconf cache). I'll > fix that this evening. > > Vincent > > On Mon, Apr 2, 2012 at 10:31 AM, Bluezery wrote: >> Hello, >> >> This patc

[E-devel] Bug in elementary-python Entry

2012-04-03 Thread Kai Huuhko
The event signal for "anchor, clicked" isn't passing event_info to the callback. I believe callback_anchor_clicked_add should have a conversion function and use it with _callback_add_full. This seems to be the case for the other anchor signals as well.

Re: [E-devel] New EFL release cycle 1.0/1.2/1.6 ALPHA

2012-04-03 Thread Gustavo Sverzut Barbieri
On Tue, Apr 3, 2012 at 7:23 AM, Tom Hacohen wrote: > On 03/04/12 01:53, Gustavo Sverzut Barbieri wrote: >> >> To clarify few things: >> >>  - Eina_Value: it's gold, really. No idea why it was mixed into Model >> discussion. Value purpose is not dependent on Model, although model >> does use it to

Re: [E-devel] Possible bug with weight hints?

2012-04-03 Thread Tom Hacohen
On 03/04/12 16:09, Carsten Haitzler (The Rasterman) wrote: > its not random. its very simple and logical. what you want is nastier and more > complex. > Thanks for your reply, makes sense. So why isn't it the default for evas box and we implement it on our own in elm box? -- Tom. --

Re: [E-devel] [Patch][eina_module] Add eina_module_resident() API

2012-04-03 Thread The Rasterman
On Tue, 3 Apr 2012 11:28:58 +0900 Bluezery said: > You think that it's better to do not unload the module than adding new > API such as eina_module_resident. correct. just never unload. keep list of loaded modules GLOBALLY (outside of the widget) and register there, never unregister. :) > Actua

Re: [E-devel] Internationalization

2012-04-03 Thread The Rasterman
On Mon, 2 Apr 2012 10:10:27 -0300 Guilherme Silveira said: > I use theme because i created a lot of different layouts to each window > that i need.. > so some static texts i put in the theme.. and why can the app not set the text, as it already has to handle other internationalized text anyway,

Re: [E-devel] Possible bug with weight hints?

2012-04-03 Thread The Rasterman
On Sun, 01 Apr 2012 18:40:57 +0300 Tom Hacohen said: > Hey, > > Look at this piece of code: http://pastebin.com/1Ai8htsS > > Shouldn't the first button be twice the size of the second one? Because > it isn't... no. weight controls the amount of EXTRA SPACE divided up. so subtract min size fro

Re: [E-devel] Possible bug with weight hints?

2012-04-03 Thread The Rasterman
On Tue, 03 Apr 2012 15:52:00 +0300 Tom Hacohen said: > On 03/04/12 14:31, Gustavo Sverzut Barbieri wrote: > > Agreed. But I think the problems remain :-( > > > > If someone can try, replace the layout function in elm_box_add > > Doesn't work well, the main list of elementary test looks awful. I

Re: [E-devel] E SVN: jihoon trunk/evas/src/lib

2012-04-03 Thread Tom Hacohen
On 03/04/12 17:25, Gustavo Sverzut Barbieri wrote: > Given that the callbacks are not shared, I wonder why they went in the > same enumeration. > > We could fix it by creating another enumeration, but we need to be > careful and maintain the same numbers as they are now otherwise the > ABI will be

Re: [E-devel] E SVN: jihoon trunk/evas/src/lib

2012-04-03 Thread Gustavo Sverzut Barbieri
On Tue, Apr 3, 2012 at 11:19 AM, Jihoon Kim wrote: > Some events such as EVAS_CALLBACK_CANVAS_FOCUS_IN, OUT in > Evas_Callback_Type can be belong to Evas_Canvas_Events group, > Others such as EVAS_CALLBACK_MOUSE_IN, OUT can be belong to > Evas_Object_Group_Events. > > Evas_Callback_Type has object

Re: [E-devel] E SVN: jihoon trunk/evas/src/lib

2012-04-03 Thread Jihoon Kim
Some events such as EVAS_CALLBACK_CANVAS_FOCUS_IN, OUT in Evas_Callback_Type can be belong to Evas_Canvas_Events group, Others such as EVAS_CALLBACK_MOUSE_IN, OUT can be belong to Evas_Object_Group_Events. Evas_Callback_Type has object event and canvas event, so It's hard to decide. At this moment

Re: [E-devel] Elementary's new (internal) widget hierarchy

2012-04-03 Thread Tom Hacohen
On 03/04/12 16:36, Gustavo Chaves wrote: > Will be done, don't worry :) I'm not worried, but this is probably the easiest thing to review and gives a lot of info. > > I'll make # of semicolon comparisons per widget file, later. > Yay, thanks. > Perfectly working. Great. :) -- Tom. --

Re: [E-devel] Elementary's new (internal) widget hierarchy

2012-04-03 Thread Gustavo Chaves
On Tue, Apr 3, 2012 at 4:01 AM, Tom Hacohen wrote: > On 02/04/12 19:39, Gustavo Sverzut Barbieri wrote: > > the graphics should come... I've asked it since the beginning, but it > > changed a bit and then glima hold it for a while until it settles. > > Sure. Was just saying I'd love to see it too

Re: [E-devel] E SVN: jihoon trunk/evas/src/lib

2012-04-03 Thread Daniel Juyung Seo
Hello, On Tue, Apr 3, 2012 at 8:35 PM, Gustavo Sverzut Barbieri wrote: > Is image unloaded a canvas event? Seems like object event from name > Yes it looks like the event comes from object event. Daniel Juyung Seo (SeoZ) > On Tuesday, April 3, 2012, Enlightenment SVN wrote: > >> Log: >> Evas.h

Re: [E-devel] Possible bug with weight hints?

2012-04-03 Thread Tom Hacohen
On 03/04/12 14:31, Gustavo Sverzut Barbieri wrote: > Agreed. But I think the problems remain :-( > > If someone can try, replace the layout function in elm_box_add Doesn't work well, the main list of elementary test looks awful. I wonder if we should just fix the layout function of els_box to wor

Re: [E-devel] E SVN: jihoon trunk/evas/src/lib

2012-04-03 Thread Gustavo Sverzut Barbieri
Is image unloaded a canvas event? Seems like object event from name On Tuesday, April 3, 2012, Enlightenment SVN wrote: > Log: > Evas.h: fix doxygen > > Author: jihoon > Date: 2012-04-02 21:15:44 -0700 (Mon, 02 Apr 2012) > New Revision: 69885 > Trac: http://trac.enlightenmen

Re: [E-devel] Possible bug with weight hints?

2012-04-03 Thread Gustavo Sverzut Barbieri
On Tuesday, April 3, 2012, Tom Hacohen wrote: > On 02/04/12 19:29, Gustavo Sverzut Barbieri wrote: > >> it was proposed and rejected by raster as it breaks existing apps (?) >> and 3rd party code (?) using the current behavior. >> >> AFAIR it was not an issue with sole weighting, but also the >> j

Re: [E-devel] New EFL release cycle 1.0/1.2/1.6 ALPHA

2012-04-03 Thread Tom Hacohen
On 03/04/12 01:53, Gustavo Sverzut Barbieri wrote: > To clarify few things: > > - Eina_Value: it's gold, really. No idea why it was mixed into Model > discussion. Value purpose is not dependent on Model, although model > does use it to exchange properties in a safe way. When designing it > I've r

Re: [E-devel] [patch] elm_genlist - renaming _decorate_mode to _decorate_all_mode (2/3)

2012-04-03 Thread Daniel Juyung Seo
In SVN! Thanks! Daniel Juyung Seo (SeoZ) On Mon, Apr 2, 2012 at 8:39 PM, Hyoyoung Chang wrote: > Dear all > > It renames genlist internal variables/functions. > > decorate_mode->decorate_all_mode > _decorate_mode_item_*->_decorate_all_item_* > > thanks. > > --

Re: [E-devel] [patch] elm_genlist - renaming vars/funcs - mode_set -> decorate_it_set

2012-04-03 Thread Daniel Juyung Seo
In SVN! Thanks. Daniel Juyung Seo (SeoZ) On Mon, Apr 2, 2012 at 8:44 PM, Hyoyoung Chang wrote: > Dear all > > It renames genlist internal variables and functions. > > decorate_type -> decorate_it_type > mode_set -> decorate_it_set > > It also includes that a api arguments' naming is changed. > -

Re: [E-devel] [patch] elm_genlist - renaming vars - mode_view -> deco_it_view (1/3)

2012-04-03 Thread Daniel Juyung Seo
In SVN! Thanks. Daniel Juyung Seo (SeoZ On Mon, Apr 2, 2012 at 8:39 PM, Hyoyoung Chang wrote: > Oops sorry. > Adding attachment patch file. > > On Mon, Apr 2, 2012 at 8:36 PM, Hyoyoung Chang wrote: >> Dear all >> >> it renames genlist internal variables. >> >> mode_view ->deco_it_view >> decora

Re: [E-devel] different possible bugs after upgrade

2012-04-03 Thread Thanatermesis
Forget this email, bug 2 is confirmed and reported in a ticket, the other one seems to work for now 2012/4/3 Thanatermesis > Today I upgraded E17 and I noticed 2 strange behaviours, can somebody > confirm those bugs to see if is just me or it is by the upgrade ? > > 1) Remember don't remember:

Re: [E-devel] [e-users] New EFL release cycle 1.0/1.2/1.6 ALPHA

2012-04-03 Thread Tom Hacohen
On 03/04/12 09:45, Daniel Juyung Seo wrote: > I think this API is ok and needed in some cases. > glib main loop also has this kind of API. We need to "copy" the good parts from other people, not the bad parts. :) -- Tom. --

[E-devel] different possible bugs after upgrade

2012-04-03 Thread Thanatermesis
Today I upgraded E17 and I noticed 2 strange behaviours, can somebody confirm those bugs to see if is just me or it is by the upgrade ? 1) Remember don't remember: when you enter on the "remembers" configuration of a window/application, you see the options listed but they simply not works (for ex

Re: [E-devel] Possible bug with weight hints?

2012-04-03 Thread Tom Hacohen
On 02/04/12 19:29, Gustavo Sverzut Barbieri wrote: > it was proposed and rejected by raster as it breaks existing apps (?) > and 3rd party code (?) using the current behavior. > > AFAIR it was not an issue with sole weighting, but also the > justify/fill that one requires and the other did not. > >

Re: [E-devel] Elementary's new (internal) widget hierarchy

2012-04-03 Thread Tom Hacohen
On 02/04/12 19:39, Gustavo Sverzut Barbieri wrote: > the graphics should come... I've asked it since the beginning, but it > changed a bit and then glima hold it for a while until it settles. Sure. Was just saying I'd love to see it too. :) > > the lines of change/diff do not help much to understa