Re: [E-devel] Evas smart-objects future plans?

2007-09-10 Thread The Rasterman
On Tue, 4 Sep 2007 13:23:51 +0200 Simon TRENY [EMAIL PROTECTED] babbled: On Sat, 25 Aug 2007 12:41:02 +0900, Carsten Haitzler (The Rasterman) [EMAIL PROTECTED] wrote : On Tue, 21 Aug 2007 00:58:58 +0200 Simon TRENY [EMAIL PROTECTED] babbled: Hi, I've seen in Evas.h that most

Re: [E-devel] Evas smart-objects future plans?

2007-08-24 Thread The Rasterman
On Tue, 21 Aug 2007 00:58:58 +0200 Simon TRENY [EMAIL PROTECTED] babbled: Hi, I've seen in Evas.h that most of the methods of Evas_Smart_Class are marked as to-be-deleted in the future (FIXME: DELETE ME). This concerns show(), hide(), color_set(), clip_set() and clip_unset(). mmm -

Re: [E-devel] Evas smart-objects future plans?

2007-08-23 Thread Andreas Volz
Am Wed, 22 Aug 2007 09:03:07 +1000 schrieb Brett Nash: I disagree here. You are correct in that 95+% of cases are just hide/show the clip and the like. However we have a number of widgets that do things like stop animations, release resources or similar actions on hide calls, also

Re: [E-devel] Evas smart-objects future plans?

2007-08-23 Thread The Rasterman
On Tue, 21 Aug 2007 00:58:58 +0200 Simon TRENY [EMAIL PROTECTED] babbled: i'll get to this on the weekend - so don't think i'm ignoring it - it just needs a longer reply than i have time for right now :) Hi, I've seen in Evas.h that most of the methods of Evas_Smart_Class are marked as

Re: [E-devel] Evas smart-objects future plans?

2007-08-21 Thread Andreas Volz
Am Tue, 21 Aug 2007 00:58:58 +0200 schrieb Simon TRENY: Hi, I've seen in Evas.h that most of the methods of Evas_Smart_Class are marked as to-be-deleted in the future (FIXME: DELETE ME). This concerns show(), hide(), color_set(), clip_set() and clip_unset(). I think it will be indeed a

Re: [E-devel] Evas smart-objects future plans?

2007-08-21 Thread Peter Wehrfritz
Simon TRENY schrieb: Hi, I've seen in Evas.h that most of the methods of Evas_Smart_Class are marked as to-be-deleted in the future (FIXME: DELETE ME). This concerns show(), hide(), color_set(), clip_set() and clip_unset(). I think it will be indeed a really great thing to do since when we

Re: [E-devel] Evas smart-objects future plans?

2007-08-21 Thread Chady Kassouf
On 8/21/07, Peter Wehrfritz [EMAIL PROTECTED] wrote: Simon TRENY schrieb: Hi, I've seen in Evas.h that most of the methods of Evas_Smart_Class are marked as to-be-deleted in the future (FIXME: DELETE ME). This concerns show(), hide(), color_set(), clip_set() and clip_unset(). I

Re: [E-devel] Evas smart-objects future plans?

2007-08-21 Thread Peter Wehrfritz
Chady Kassouf schrieb: On 8/21/07, Peter Wehrfritz [EMAIL PROTECTED] wrote: Simon TRENY schrieb: Hi, I've seen in Evas.h that most of the methods of Evas_Smart_Class are marked as to-be-deleted in the future (FIXME: DELETE ME). This concerns show(), hide(), color_set(), clip_set()

Re: [E-devel] Evas smart-objects future plans?

2007-08-21 Thread Simon TRENY
On Tue, 21 Aug 2007 08:50:46 +0200, Peter Wehrfritz [EMAIL PROTECTED] wrote : Simon TRENY schrieb: Hi, I've seen in Evas.h that most of the methods of Evas_Smart_Class are marked as to-be-deleted in the future (FIXME: DELETE ME). This concerns show(), hide(), color_set(), clip_set()

Re: [E-devel] Evas smart-objects future plans?

2007-08-21 Thread Simon TRENY
On Tue, 21 Aug 2007 10:26:16 +0200, Peter Wehrfritz [EMAIL PROTECTED] wrote : Chady Kassouf schrieb: On 8/21/07, Peter Wehrfritz [EMAIL PROTECTED] wrote: Simon TRENY schrieb: Hi, I've seen in Evas.h that most of the methods of Evas_Smart_Class are marked as to-be-deleted

Re: [E-devel] Evas smart-objects future plans?

2007-08-21 Thread Simon TRENY
On Tue, 21 Aug 2007 10:02:03 +1000, Brett Nash [EMAIL PROTECTED] wrote : On Tue, 2007-08-21 at 00:58 +0200, Simon TRENY wrote: Hi, I've seen in Evas.h that most of the methods of Evas_Smart_Class are marked as to-be-deleted in the future (FIXME: DELETE ME). This concerns show(),

Re: [E-devel] Evas smart-objects future plans?

2007-08-21 Thread Peter Wehrfritz
Simon TRENY schrieb: On Tue, 21 Aug 2007 10:26:16 +0200, Peter Wehrfritz [EMAIL PROTECTED] wrote : Chady Kassouf schrieb: On 8/21/07, Peter Wehrfritz [EMAIL PROTECTED] wrote: Simon TRENY schrieb: Hi, I've seen in Evas.h that most of the methods of

Re: [E-devel] Evas smart-objects future plans?

2007-08-21 Thread Gustavo Sverzut Barbieri
On 8/20/07, Simon TRENY [EMAIL PROTECTED] wrote: Hi, I've seen in Evas.h that most of the methods of Evas_Smart_Class are marked as to-be-deleted in the future (FIXME: DELETE ME). This concerns show(), hide(), color_set(), clip_set() and clip_unset(). I think it will be indeed a really

Re: [E-devel] Evas smart-objects future plans?

2007-08-21 Thread Brett Nash
On Tue, 2007-08-21 at 00:58 +0200, Simon TRENY wrote: Hi, I've seen in Evas.h that most of the methods of Evas_Smart_Class are marked as to-be-deleted in the future (FIXME: DELETE ME). This concerns show(), hide(), color_set(), clip_set() and clip_unset(). I think it will be indeed a

Re: [E-devel] Evas smart-objects future plans?

2007-08-21 Thread Gustavo Sverzut Barbieri
On 8/20/07, Brett Nash [EMAIL PROTECTED] wrote: On Tue, 2007-08-21 at 00:58 +0200, Simon TRENY wrote: Hi, I've seen in Evas.h that most of the methods of Evas_Smart_Class are marked as to-be-deleted in the future (FIXME: DELETE ME). This concerns show(), hide(), color_set(), clip_set()

Re: [E-devel] Evas smart-objects future plans?

2007-08-21 Thread Brett Nash
I disagree here. You are correct in that 95+% of cases are just hide/show the clip and the like. However we have a number of widgets that do things like stop animations, release resources or similar actions on hide calls, also more complex widgets delay layout recalculations until the