[E-devel] New E17 CVS Updater version online

2007-02-02 Thread Alexander Griesser
Hi folks! Today I took some time to update the E17 CVS Updater (originally from Andrew Sevcsik) and bumped the release up to 0.8. Currently, it supports much more CVS modules, fixes path specifications for old ones and adds some other things. I uploaded it to my website, so if anyone is interest

Re: [E-devel] New E17 CVS Updater version online

2007-02-02 Thread Brian 'morlenxus' Miculcy
Hi, is this really a message for the developer mailing list? There are much more install scripts out there, if everyone would post news about his own little script here... - you get the point. Greets, Brian 'morlenxus' Miculcy On Fri, Feb 02, 2007 at 02:38:23PM +0100, Alexander Griesser wrote: >

Re: [E-devel] New E17 CVS Updater version online

2007-02-02 Thread Alexander Griesser
Brian 'morlenxus' Miculcy schrieb: > is this really a message for the developer mailing list? No, it isn't. Sorry, got the wrong list (damn autocompletion in thunderbird...). Wanted to call it back afterwards, but that didn't work somehow... Sorry again :) ciao, Alex --

[E-devel] Bling Patch

2007-02-02 Thread Zachary Goldberg
Adds config options to set opacity levels for active and inactive windows. patch Description: Binary data - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated

[E-devel] Minor bug fix for evas_module.c

2007-02-02 Thread Glen Larsen
Index: evas_module.c === RCS file: /var/cvs/e/e17/libs/evas/src/lib/file/evas_module.c,v retrieving revision 1.20 diff -u -r1.20 evas_module.c --- evas_module.c 18 Sep 2006 09:47:34 - 1.20 +++ evas_module.c 3 Feb 2

[E-devel] Makefile patch -- fixes CVS.

2007-02-02 Thread Zachary Goldberg
Devilhorns removed e_deskpreview.c the other day -- didn't remove it from POTFILES.in -- causes make install to crash. Removing the line from POTFILES works like a charm --Zgold makefilepatch Description: Binary data - Us

Re: [E-devel] Minor bug fix for evas_module.c

2007-02-02 Thread Nathan Ingersoll
Patch in CVS. Thanks, Nathan On 2/2/07, Glen Larsen <[EMAIL PROTECTED]> wrote: > Index: evas_module.c > === > RCS file: /var/cvs/e/e17/libs/evas/src/lib/file/evas_module.c,v > retrieving revision 1.20 > diff -u -r1.20 evas_module.c >

Re: [E-devel] Bling Patch

2007-02-02 Thread Zachary Goldberg
Minor addition to that -- now it works even after E restarts :) (Attatched diff is a replacement -- it is NOT a patch ontop of the previous patch) --Zgold On 2/2/07, Zachary Goldberg <[EMAIL PROTECTED]> wrote: Adds config options to set opacity levels for active and inactive windows. patch2