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 u

Re: [E-devel] E17 configure.in desktop icon patch

2007-08-21 Thread Christopher Michael
Stéphane Bauland wrote: > Виктор Кожухаров wrote: >> Ð� вÑ�, 2007-08-21 в 21:21 +0200, Stéphane Bauland МапОÑ�а: >> >>> Hi guays. >>> >>> I was bored of having desktop icons (eh?!), and I think people who don't >>> want them could choose directly when compiling. So i write this patch to

Re: [E-devel] E17 configure.in desktop icon patch

2007-08-21 Thread Stéphane Bauland
Виктор Кожухаров wrote: > Ð� вÑ�, 2007-08-21 в 21:21 +0200, Stéphane Bauland МапОÑ�а: > >> Hi guays. >> >> I was bored of having desktop icons (eh?!), and I think people who don't >> want them could choose directly when compiling. So i write this patch to >> add a --enable/disable-deskt

Re: [E-devel] E17 configure.in desktop icon patch

2007-08-21 Thread Виктор Кожухаров
В вт, 2007-08-21 в 21:21 +0200, Stéphane Bauland написа: > Hi guays. > > I was bored of having desktop icons (eh?!), and I think people who don't > want them could choose directly when compiling. So i write this patch to > add a --enable/disable-desktop-icon that compile or not enlightenment > u

[E-devel] E17 configure.in desktop icon patch

2007-08-21 Thread Stéphane Bauland
Hi guays. I was bored of having desktop icons (eh?!), and I think people who don't want them could choose directly when compiling. So i write this patch to add a --enable/disable-desktop-icon that compile or not enlightenment using edbus/ehal. By the way, the default value is yes. So, if you do

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(

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 indee

Re: [E-devel] Nightly build log for E17 on 2007-08-21 07:04:18 -0700

2007-08-21 Thread David Seikel
On Tue, 21 Aug 2007 07:04:19 -0700 (PDT) Nightly build system <[EMAIL PROTECTED]> wrote: > Packages that failed to build: > evfs http://download.enlightenment.org/tests/logs/evfs.log Entropy should have failed as well, since it's dependency had failed. I had forgotten to clean out the previous i

[E-devel] Nightly build log for E17 on 2007-08-21 07:04:18 -0700

2007-08-21 Thread Nightly build system
Build log for Enlightenment DR 0.17 on 2007-08-21 07:04:18 -0700 Build logs are available at http://download.enlightenment.org/tests/logs Packages that failed to build: evfs http://download.enlightenment.org/tests/logs/evfs.log gevas2 http://download.enlightenment.org/tests/logs/gevas2.log Pack

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 r

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

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

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 > >>

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(),

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(),

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_uns