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

2006-08-08 Thread Stafford Horne
On Tue, 8 Aug 2006 08:17:25 -0400 (EDT) Enlightenment CVS <[EMAIL PROTECTED]> wrote: > * BUG: Hiding the label of e_widget_slider causes the slider line to > disappear > +* BUG: in xinerama edge flip still seems to work while dragging a window. > ]]] So thats why I can't drag windows between

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

2006-08-08 Thread The Rasterman
On Tue, 8 Aug 2006 22:25:46 +0800 Stafford Horne <[EMAIL PROTECTED]> babbled: > On Tue, 8 Aug 2006 08:17:25 -0400 (EDT) > Enlightenment CVS <[EMAIL PROTECTED]> wrote: > > > * BUG: Hiding the label of e_widget_slider causes the slider line to > > disappear +* BUG: in xinerama edge flip still see

[E-devel] Patch to edvi to let it compile with older libdvi.

2006-08-08 Thread David Seikel
Cause caro asked for it. ? evdi.patch Index: configure.in === RCS file: /cvs/e/e17/proto/edvi/configure.in,v retrieving revision 1.1 diff -u -r1.1 configure.in --- configure.in 16 Jul 2006 20:51:17 - 1.1 +++ configure.in 8 Aug 2006

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

2006-08-08 Thread Stafford Horne
On Tue, 8 Aug 2006 23:51:24 +0900 Carsten Haitzler (The Rasterman) <[EMAIL PROTECTED]> wrote: > eh? you mean with xinerama enabled or not? with no xinerama edge flip works > fine. with xinerama it doesn't auto-disable edge flip for the axis along which > screens share a boundary (or zones). curren

[E-devel] Using freedesktop.org .desktop files.

2006-08-08 Thread David Seikel
There are a few TODO items for E17 - "* fm2 .desktop parser needs to handle i18n * use .desktop files and move eap editor to edit them etc. etc. instead to fix * if we want to do icons on the desktop - and as part of efm, i am thinking that we have little choice but to implement a .desktop file lo

Re: [E-devel] Using freedesktop.org .desktop files.

2006-08-08 Thread Essien Ita Essien
David Seikel wrote: It seems there are two things going on here, 1) parsing and 2)loading with the parsed information. I think striving to keep the two seperate will be good overall (i'm saying this without having a clear view of the situation that you have). Next below... > > I already have a

Re: [E-devel] Using freedesktop.org .desktop files.

2006-08-08 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 David Seikel schreef: Please think about having a cache (or db) for parsed .desktop files, since accessing a gazillion files is slow, especially on jffs2 where everything needs to go through gzip as well on load. The majority of the .desktop files i

Re: [E-devel] Using freedesktop.org .desktop files.

2006-08-08 Thread David Seikel
On Tue, 08 Aug 2006 22:59:23 +0100 Essien Ita Essien <[EMAIL PROTECTED]> wrote: > IMOHO, i think the parsing part belongs to ecore, and the loading > part to evas I agree, parsing and loading. We already have plenty of code for loading images from a file, that's the easy bit. I've spent most of

Re: [E-devel] Using freedesktop.org .desktop files.

2006-08-08 Thread Essien Ita Essien
David Seikel wrote: > On Tue, 08 Aug 2006 22:59:23 +0100 Essien Ita Essien > <[EMAIL PROTECTED]> wrote: > > >> IMOHO, i think the parsing part belongs to ecore, and the loading >> part to evas >> > > I agree, parsing and loading. We already have plenty of code for > loading images from a f

Re: [E-devel] strange bug with icons in modules..

2006-08-08 Thread The Rasterman
On Tue, 08 Aug 2006 23:06:51 +0200 Morten Nilsen <[EMAIL PROTECTED]> babbled: > I noticed it first in taskbar, but with the recent changes, I didn't > realize it was a bug.. > > with devian, the bug was very pronounced.. > > if anyone know what is causing it, great! :) is that edje element in a

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

2006-08-08 Thread The Rasterman
On Wed, 9 Aug 2006 00:44:16 +0800 Stafford Horne <[EMAIL PROTECTED]> babbled: > On Tue, 8 Aug 2006 23:51:24 +0900 > Carsten Haitzler (The Rasterman) <[EMAIL PROTECTED]> wrote: > > > eh? you mean with xinerama enabled or not? with no xinerama edge flip works > > fine. with xinerama it doesn't auto

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

2006-08-08 Thread Stafford Horne
On Wed, 9 Aug 2006 08:24:45 +0900 Carsten Haitzler (The Rasterman) <[EMAIL PROTECTED]> wrote: > On Wed, 9 Aug 2006 00:44:16 +0800 Stafford Horne <[EMAIL PROTECTED]> babbled: > > > On Tue, 8 Aug 2006 23:51:24 +0900 > > Carsten Haitzler (The Rasterman) <[EMAIL PROTECTED]> wrote: > > > > > eh? you

Re: [E-devel] E CVS: taskbar onefang

2006-08-08 Thread David Seikel
On Wed, 9 Aug 2006 03:39:46 -0400 (EDT) Enlightenment CVS <[EMAIL PROTECTED]> wrote: > Enlightenment CVS committal > > Author : onefang > Project : e_modules > Module : taskbar > > Dir : e_modules/taskbar > > > Modified Files: > config.h.in > > > Log Message: > cvsignore++. Da

Re: [E-devel] Using freedesktop.org .desktop files.

2006-08-08 Thread [EMAIL PROTECTED]
David writes: > According to the fdo specs, the user is allowed to select an > icon size and theme. The spec contains methods of looking > through the search paths to determine what icon themes and > sizes are available. There is a fallback size and theme that > every system must supply