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

2008-06-23 Thread The Rasterman
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 wondering if anyone else has issues opening the Edit

Re: [E-devel] [RFC] EET crypto and signature support.

2008-06-23 Thread The Rasterman
On Tue, 24 Jun 2008 00:48:04 -0400 Simon Horman <[EMAIL PROTECTED]> babbled: > I'm not exactly sure what you are planing to push into and pull out of > this API, but it might be more sensible to provide the key on open. And > then use a scheme like CBC to encode a stream of data until it is done.

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

2008-06-23 Thread Ben Martin
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 wondering if anyone else has issues opening the Edit Current > > Profile window of gnome-terminal when running E17? The behaviour I am > > g

Re: [E-devel] [RFC] EET crypto and signature support.

2008-06-23 Thread Simon Horman
On Tue, Jun 24, 2008 at 02:32:22AM +1000, Carsten Haitzler wrote: > On Mon, 16 Jun 2008 15:33:23 +0200 "Cedric BAIL" <[EMAIL PROTECTED]> babbled: > > > Hi all, > > > > I want to add crypto and signature support inside EET. This could > > help us provide some secure way to store password for e

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

2008-06-23 Thread The Rasterman
On Sun, 15 Jun 2008 20:51:59 +1000 Ben Martin <[EMAIL PROTECTED]> babbled: > Hi, > I'm wondering if anyone else has issues opening the Edit Current > Profile window of gnome-terminal when running E17? The behaviour I am > getting is sometimes the properties window does not open, and when it > do

Re: [E-devel] [RFC] EET crypto and signature support.

2008-06-23 Thread The Rasterman
On Mon, 16 Jun 2008 15:33:23 +0200 "Cedric BAIL" <[EMAIL PROTECTED]> babbled: > Hi all, > > I want to add crypto and signature support inside EET. This could > help us provide some secure way to store password for example or the > possibility to add signature to theme. > > The first step bef

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

2008-06-23 Thread The Rasterman
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 you do, ask evas to load the data > of an image in memory before it is displayed (look at the sampl

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

2008-06-23 Thread DM
Hi, yep! nice spot!!! :))) another happy "same-here" report. it opens on second click. weird :) Thanks, Dan Ben Martin wrote: > Hi, > I'm wondering if anyone else has issues opening the Edit Current > Profile window of gnome-terminal when running E17? The behaviour I am > getting is someti

Re: [E-devel] Blender fullscreen mode

2008-06-23 Thread Kim Woelders
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. /Kim Carsten Haitzler (The Rasterman) wrote: > On Thu, 7 Feb 2008 20:38:07 +0100 Andreas Volz <[EMAIL PROTEC

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

2008-06-23 Thread Nightly build system
Build log for Enlightenment DR 0.17 on 2008-06-23 07:09:32 -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-23 Thread Dave Andreoli
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 xdnd. Thanks Dave - "Dave Andreoli" <[EMAIL PROTECTED]> ha scritto: > This commit has stopped all the

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

2008-06-23 Thread Dave Andreoli
This commit has stopped all the xdnd to work both in the shelf and in the gadcon :( DaveMDS - "Enlightenment CVS" <[EMAIL PROTECTED]> ha scritto: > Enlightenment CVS committal > > Author : englebass > Project : e17 > Module : apps/e > > Dir : e17/apps/e/src/bin > > > Modified Fi

[E-devel] [Annunce] E17 Trash Module + Efreet Trash Implementation

2008-06-23 Thread Dave Andreoli
As requested per irc I have composed a new efreet patch that make the trash implementation a separate lib (like efreet_mime is). This new patch also use the new ecore_file_dir_is_empty(), so you need a fresh ecore to test it. I'm not really sure about the autotools modification I'have made... p