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
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
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
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
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
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
>
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
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
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.
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
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.
--
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
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,
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
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
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
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
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
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.
--
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
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
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
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
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
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
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.
>
> --
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.
> -
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
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:
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.
--
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
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.
>
>
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
33 matches
Mail list logo