Re: [E-devel] [RFC] Async preload of image data

2008-06-24 Thread Jose Gonzalez
Gustavo wrote: > On Tue, Jun 24, 2008 at 2:40 PM, Hisham Mardam Bey > <[EMAIL PROTECTED]> wrote: > >> On Tue, Jun 24, 2008 at 12:55 PM, Gustavo Sverzut Barbieri >> <[EMAIL PROTECTED]> wrote: >> >>> On Tue, Jun 24, 2008 at 1:46 PM, Jose Gonzalez <[EMAIL PROTECTED]> wrote: >>>

Re: [E-devel] [RFC] Async preload of image data

2008-06-24 Thread Gustavo Sverzut Barbieri
On Tue, Jun 24, 2008 at 2:40 PM, Hisham Mardam Bey <[EMAIL PROTECTED]> wrote: > On Tue, Jun 24, 2008 at 12:55 PM, Gustavo Sverzut Barbieri > <[EMAIL PROTECTED]> wrote: >> On Tue, Jun 24, 2008 at 1:46 PM, Jose Gonzalez <[EMAIL PROTECTED]> wrote: >>> >>> >>> Gustavo has a point here. This kind o

Re: [E-devel] Blender fullscreen mode

2008-06-24 Thread Kim Woelders
Diego Hernan Borghetti wrote: > On Mon, 23 Jun 2008, Kim Woelders wrote: > > Hello all: > >> blender (-w) sets _NET_WM_STATE_MAXIMIZED_VERT and >> _NET_WM_STATE_MAXIMIZED_HORZ (and WM_NORMAL_HINTS x,y = (0,0) w,h = >> (screen size)) before mapping. >> This might not be handled properly. > > And

Re: [E-devel] Blender fullscreen mode

2008-06-24 Thread Diego Hernan Borghetti
On Mon, 23 Jun 2008, Kim Woelders wrote: Hello all: > > blender (-w) sets _NET_WM_STATE_MAXIMIZED_VERT and > _NET_WM_STATE_MAXIMIZED_HORZ (and WM_NORMAL_HINTS x,y = (0,0) w,h = > (screen size)) before mapping. > This might not be handled properly. And it's not correct, the current code in blende

Re: [E-devel] [RFC] Async preload of image data

2008-06-24 Thread Hisham Mardam Bey
On Tue, Jun 24, 2008 at 2:28 PM, Jose Gonzalez <[EMAIL PROTECTED]> wrote: > > Not at all. This could be made to fit in well with evas too, though > it doesn't have to be (and evas could do its own sync loading if desired > as well). Eventually, there could be many benefits from this, even apar

Re: [E-devel] [RFC] Async preload of image data

2008-06-24 Thread Jose Gonzalez
Gustavo wrote: > Here is a patch that add support for background preloading of a data > image. You can now, if you know what you do, ask evas to load the data > of an image in memory before it is displayed (look at the sample code > for expedite). > > The code is qui

Re: [E-devel] [RFC] Async preload of image data

2008-06-24 Thread Hisham Mardam Bey
On Tue, Jun 24, 2008 at 12:55 PM, Gustavo Sverzut Barbieri <[EMAIL PROTECTED]> wrote: > On Tue, Jun 24, 2008 at 1:46 PM, Jose Gonzalez <[EMAIL PROTECTED]> wrote: >> >> >> Gustavo has a point here. This kind of thing can easily get out of hand >> in complexity and obscurity.. for what kinds of

Re: [E-devel] [RFC] Async preload of image data

2008-06-24 Thread Gustavo Sverzut Barbieri
On Tue, Jun 24, 2008 at 1:46 PM, Jose Gonzalez <[EMAIL PROTECTED]> wrote: > Here is a patch that add support for background preloading of a data image. You can now, if you know what you do, ask evas to load the data of an image in memory before it is displayed (look at the sample c

Re: [E-devel] [RFC] Async preload of image data

2008-06-24 Thread Jose Gonzalez
>>> Here is a patch that add support for background preloading of a data >>> image. You can now, if you know what you do, ask evas to load the data >>> of an image in memory before it is displayed (look at the sample code >>> for expedite). >>> >>> The code is quite simple, we have now a work

Re: [E-devel] gnome-terminal Edit Current Profile window

2008-06-24 Thread Ag. System Administrator
Carsten Haitzler (The Rasterman) wrote: > On Tue, 24 Jun 2008 15:02:45 +1000 Ben Martin <[EMAIL PROTECTED]> > babbled: > >> On Tue, 2008-06-24 at 02:33 +1000, Carsten Haitzler wrote: >>> On Sun, 15 Jun 2008 20:51:59 +1000 Ben Martin >>> <[EMAIL PROTECTED]> babbled: >>> Hi, I'm wonder

[E-devel] entraced freezes up

2008-06-24 Thread Ross Vandegrift
Hey, Has anyone done any debugging on entraced freezing up after sitting idle at a login screen for a while? I can reproduce it easy enough, but haven't bolted strace/gdb on to peek under the hood yet. Took easy to zap the Xserver and get a fresh login box :). Just curious! -- Ross Vandegrift

[E-devel] Nightly build log for E17 on 2008-06-24 07:09:38 -0700

2008-06-24 Thread Nightly build system
Build log for Enlightenment DR 0.17 on 2008-06-24 07:09:38 -0700 Build logs are available at http://download.enlightenment.org/tests/logs Packages that failed to build: edvi http://download.enlightenment.org/tests/logs/edvi.log enna http://download.enlightenment.org/tests/logs/enna.log epdf htt

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

2008-06-24 Thread Sebastian Dransfeld
I rather think we might use the wrong window for dnd on the desktop. Sebastian Dave Andreoli wrote: > Ok, the problem happend only when the shelf is stacked on the background. > The attached patch fix it, I'm not sure this is the right way, but seems > that _e_drag_win_matches is not needed by xd

Re: [E-devel] [RFC] Async preload of image data

2008-06-24 Thread Gustavo Sverzut Barbieri
On Mon, Jun 23, 2008 at 1:14 PM, The Rasterman Carsten Haitzler <[EMAIL PROTECTED]> wrote: > On Wed, 18 Jun 2008 18:53:06 +0200 "Cedric BAIL" <[EMAIL PROTECTED]> babbled: > >> Hi, >> >> Here is a patch that add support for background preloading of a data >> image. You can now, if you know what yo