Re: [E-devel] [PATCH] Epsilon

2006-10-15 Thread Christopher Michael
Metrics wrote: > If epsilon can't connect to the server it exits, and if you're not in > debug mode, then you don't get a reason. Not cool at all. > > metrics > > > > > Index: epsilon_thumb.c >

[E-devel] [PATCH] Epsilon

2006-10-15 Thread Metrics
If epsilon can't connect to the server it exits, and if you're not in debug mode, then you don't get a reason. Not cool at all. metrics Index: epsilon_thumb.c === RCS file: /var/cvs/e/e17/libs/epsilon/src/lib/epsilon_thumb.c,v retriev

Re: [E-devel] "add shelf" to the main menu

2006-10-15 Thread Christopher Michael
Carsten Haitzler (The Rasterman) wrote: > On Sun, 15 Oct 2006 20:39:40 -0400 Christopher Michael <[EMAIL PROTECTED]> > babbled: > >> Carsten Haitzler (The Rasterman) wrote: >>> hmm both are good. but the lft ends up cluttering the main menu up more. i >>> think we want both - but the "Shelves" sub

Re: [E-devel] "add shelf" to the main menu

2006-10-15 Thread The Rasterman
On Sun, 15 Oct 2006 20:39:40 -0400 Christopher Michael <[EMAIL PROTECTED]> babbled: > Carsten Haitzler (The Rasterman) wrote: > > hmm both are good. but the lft ends up cluttering the main menu up more. i > > think we want both - but the "Shelves" submenu needs to maybe go into > > another submenu

Re: [E-devel] [PATCH] E Protected File Registry

2006-10-15 Thread Metrics
Modified version of the file registry, changed a hash for a list and basically simplified it all so it now operates with ref counts. Had to make some changes to setting and unsetting default desktops, but it's for the best as it is now all in e_bg.c and consistent. Any comments...you know where to

Re: [E-devel] "add shelf" to the main menu

2006-10-15 Thread Christopher Michael
Carsten Haitzler (The Rasterman) wrote: > hmm both are good. but the lft ends up cluttering the main menu up more. i > think we want both - but the "Shelves" submenu needs to maybe go into another > submenu. we need to reshuffle i think. the Desktops menu is a little > "underused" i think with edge

Re: [E-devel] "add shelf" to the main menu

2006-10-15 Thread The Rasterman
On Mon, 16 Oct 2006 01:46:07 +0200 Hannes Janetzek <[EMAIL PROTECTED]> babbled: > Am Sun, 15 Oct 2006 19:23:25 -0400 > schrieb Christopher Michael <[EMAIL PROTECTED]>: > > > I created 2 different versions for this: > > > > http://devilhorns.us/images/shelf_menu.png > > > > Version 1 has the she

Re: [E-devel] "add shelf" to the main menu

2006-10-15 Thread The Rasterman
On Sun, 15 Oct 2006 19:48:48 -0400 Christopher Michael <[EMAIL PROTECTED]> babbled: > Hannes Janetzek wrote: > > > i would go with the second one, as i don´t like to many too many items > > in the main menu, especially when they are seldom used, for aesthetical > > and practical reasons. > > > Bu

Re: [E-devel] "add shelf" to the main menu

2006-10-15 Thread Hannes Janetzek
Am Sun, 15 Oct 2006 19:48:48 -0400 schrieb Christopher Michael <[EMAIL PROTECTED]>: > Hannes Janetzek wrote: > > > i would go with the second one, as i don´t like to many too many > > items in the main menu, especially when they are seldom used, for > > aesthetical and practical reasons. > > > Bu

Re: [E-devel] "add shelf" to the main menu

2006-10-15 Thread Christopher Michael
Hannes Janetzek wrote: > i would go with the second one, as i don´t like to many too many items > in the main menu, especially when they are seldom used, for aesthetical > and practical reasons. > But how do you determine seldom used ? Me for instance, I never use the Desktops menu item (for swit

Re: [E-devel] "add shelf" to the main menu

2006-10-15 Thread The Rasterman
On Sun, 15 Oct 2006 19:23:25 -0400 Christopher Michael <[EMAIL PROTECTED]> babbled: > I created 2 different versions for this: > > http://devilhorns.us/images/shelf_menu.png > > Version 1 has the shelves listed as a sub-menu. Clicking on an > individual shelf will take you to the config dialog

Re: [E-devel] "add shelf" to the main menu

2006-10-15 Thread Hannes Janetzek
Am Sun, 15 Oct 2006 19:23:25 -0400 schrieb Christopher Michael <[EMAIL PROTECTED]>: > I created 2 different versions for this: > > http://devilhorns.us/images/shelf_menu.png > > Version 1 has the shelves listed as a sub-menu. Clicking on an > individual shelf will take you to the config dialog

[E-devel] "add shelf" to the main menu

2006-10-15 Thread Christopher Michael
I created 2 different versions for this: http://devilhorns.us/images/shelf_menu.png Version 1 has the shelves listed as a sub-menu. Clicking on an individual shelf will take you to the config dialog for that shelf. Clicking "Add a shelf" will add a new shelf, and clicking "Delete a shelf" will

Re: [E-devel] bytecode hinting and desktop files

2006-10-15 Thread The Rasterman
On Sun, 15 Oct 2006 21:31:09 +0200 Massimo Maiurana <[EMAIL PROTECTED]> babbled: > David Seikel, il 15/10/2006 19:38, scrisse: > > >> just rebuilt my e17 installation and found that bytecode hinting is > >> not available anymore :( > >> my freetype installation hasn't changed lately and I've alwa

Re: [E-devel] bytecode hinting and desktop files

2006-10-15 Thread Massimo Maiurana
David Seikel, il 15/10/2006 19:38, scrisse: >> just rebuilt my e17 installation and found that bytecode hinting is >> not available anymore :( >> my freetype installation hasn't changed lately and I've always used >> bytecode in the last 2/3 months, now in the font configuration >> dialog the byte

Re: [E-devel] E CVS: apps/e onefang

2006-10-15 Thread David Seikel
On Sun, 15 Oct 2006 19:46:56 +0200 Beber <[EMAIL PROTECTED]> wrote: > > - if (strcasecmp(p, "desktop")) > > + if ((strcasecmp(p, "desktop") != 0) && (strcasecmp(p, > > "desktop") != 0)) > > Shouldn't it be : > + if ((strcasecmp(p, "desktop") != 0) && (strcasecmp(p, > "directory") != 0)) Co

Re: [E-devel] E CVS: apps/e onefang

2006-10-15 Thread Beber
Le Sat, 14 Oct 2006 08:20:52 -0400 (EDT), Enlightenment CVS <[EMAIL PROTECTED]> a écrit : > Enlightenment CVS committal > > Author : onefang > Project : e17 > Module : apps/e > > Dir : e17/apps/e/src/bin > > > Modified Files: > e_apps.c e_fm.c e_thumb_main.c > > > Log Message: >

Re: [E-devel] bytecode hinting and desktop files

2006-10-15 Thread David Seikel
On Sun, 15 Oct 2006 14:35:12 +0200 Massimo Maiurana <[EMAIL PROTECTED]> wrote: > just rebuilt my e17 installation and found that bytecode hinting is > not available anymore :( > my freetype installation hasn't changed lately and I've always used > bytecode in the last 2/3 months, now in the font c

[E-devel] bytecode hinting and desktop files

2006-10-15 Thread Massimo Maiurana
just rebuilt my e17 installation and found that bytecode hinting is not available anymore :( my freetype installation hasn't changed lately and I've always used bytecode in the last 2/3 months, now in the font configuration dialog the bytecode radio button is greyed out (though still selected). al