Re: [E-devel] E CVS: slideshow devilhorns

2007-08-20 Thread Zachary Goldberg
DH, Can you do me a favor and check to see if the third option (Xinerama Support) works at all on your machine? Even with only a single monitor it should change the background on all your virtual desktops. Mine mysteriously stopped working 3-4 days ago. --ZGold On 8/20/07, Enlightenment CVS <[E

[E-devel] Nightly build log for E17 on 2007-08-20 07:03:27 -0700

2007-08-20 Thread Nightly build system
Build log for Enlightenment DR 0.17 on 2007-08-20 07:03:27 -0700 Build logs are available at http://download.enlightenment.org/tests/logs Packages that failed to build: gevas2 http://download.enlightenment.org/tests/logs/gevas2.log Packages with no supported build system: eflame, esmart_rsvg, eu

[E-devel] Maemo-EFL website

2007-08-20 Thread Gustavo Sverzut Barbieri
Hi guys, I kinda copied e.org to create the main (and so far unique) webpage of Maemo-EFL, it's full of links to official (e.org) website, so I don't think we have any problem, do you? http://maemo-efl.garage.maemo.org/ (it's a project to provide packages for maemo) -- Gustavo Sverzut Barbieri

Re: [E-devel] E CVS: proto/e_dbus englebass

2007-08-20 Thread The Rasterman
On Mon, 20 Aug 2007 13:08:18 -0400 (EDT) Enlightenment CVS <[EMAIL PROTECTED]> babbled: from libdbus dbus-types.h: typedef dbus_uint32_t dbus_bool_t; ... so isn't it better we use the bool type and let libdbus abstract as needed? > Enlightenment CVS committal > > Author : englebass > Projec

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

2007-08-20 Thread 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 really great thing to do since when we implement these methods f

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

2007-08-20 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 in

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

2007-08-20 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