Re: [E-devel] Choice of a Window Manager

2009-10-11 Thread Brian Wang
On Mon, Oct 12, 2009 at 11:30 AM, David Seikel wrote: > On Mon, 12 Oct 2009 10:49:03 +0800 Brian Wang > wrote: > >> We are running Elementary/EFL on our target device (ARM926EJS @ >> 400MHz).  We would like to run a window manager to simply the windows >> management. >> >> I have seen some e17+Il

Re: [E-devel] Choice of a Window Manager

2009-10-11 Thread David Seikel
On Mon, 12 Oct 2009 10:49:03 +0800 Brian Wang wrote: > We are running Elementary/EFL on our target device (ARM926EJS @ > 400MHz). We would like to run a window manager to simply the windows > management. > > I have seen some e17+Illume demo videos on the web and would love to > see its function

[E-devel] Choice of a Window Manager

2009-10-11 Thread Brian Wang
Hello all, We are running Elementary/EFL on our target device (ARM926EJS @ 400MHz). We would like to run a window manager to simply the windows management. I have seen some e17+Illume demo videos on the web and would love to see its functionalities on our device. However, it is the boot time th

Re: [E-devel] [PATCH] ecore-file: don't use ecore-con if it is disabled

2009-10-11 Thread Vincent Torri
On Mon, 12 Oct 2009, Marc Andre Tanner wrote: > On Sun, Oct 11, 2009 at 11:43:50PM +0200, Vincent Torri wrote: >> >> >> On Sun, 11 Oct 2009, Marc Andre Tanner wrote: >> >>> This makes ecore-file useable without ecore-con. >> >> better one : http://pastebin.ca/1613582 > > Why do you think this on

Re: [E-devel] [PATCH] ecore-file: don't use ecore-con if it is disabled

2009-10-11 Thread Marc Andre Tanner
On Sun, Oct 11, 2009 at 11:43:50PM +0200, Vincent Torri wrote: > > > On Sun, 11 Oct 2009, Marc Andre Tanner wrote: > > >This makes ecore-file useable without ecore-con. > > better one : http://pastebin.ca/1613582 Why do you think this one is better? It clutters the source with more #ifdef's an

Re: [E-devel] [PATCH] ecore-file: don't use ecore-con if it is disabled

2009-10-11 Thread Vincent Torri
On Sun, 11 Oct 2009, Marc Andre Tanner wrote: > This makes ecore-file useable without ecore-con. better one : http://pastebin.ca/1613582 is it working for you ? Vincent > > Signed-off-by: Marc Andre Tanner > --- > src/lib/ecore_file/ecore_file_download.c | 16 > 1 files ch

[E-devel] [PATCH] ecore-file: don't use ecore-con if it is disabled

2009-10-11 Thread Marc Andre Tanner
This makes ecore-file useable without ecore-con. Signed-off-by: Marc Andre Tanner --- src/lib/ecore_file/ecore_file_download.c | 16 1 files changed, 16 insertions(+), 0 deletions(-) diff --git a/src/lib/ecore_file/ecore_file_download.c b/src/lib/ecore_file/ecore_file_downlo

Re: [E-devel] Elm scroller and bring_in

2009-10-11 Thread Atton Jonathan
A recent commit has fixed the problem. Maybe it was link to the box bug. 2009/10/10 Carsten Haitzler > On Sat, 10 Oct 2009 12:01:13 -0400 Atton Jonathan < > [email protected]> > said: > > works for me every single time. :( > > > hey > > > > It seems than the bring_in() method of the scrol

Re: [E-devel] Elementary table regression

2009-10-11 Thread Gustavo Sverzut Barbieri
On Sat, Oct 10, 2009 at 9:56 AM, Atton Jonathan wrote: > The size of the clipper can't be set by dynamically ? yes, it is possible, just implement the Evas_Smart_Class->resize to resize it based on the current size... add some more room if you want to avoid clip at object boundaries (just use the

Re: [E-devel] Weird jpeg error on evas_object_image_file_set

2009-10-11 Thread The Rasterman
On Sun, 11 Oct 2009 12:04:21 +0300 Viktor Kojouharov said: > On Sun, 2009-10-11 at 17:58 +1100, Carsten Haitzler wrote: > > On Tue, 06 Oct 2009 18:02:22 +0300 Viktor Kojouharov > > said: > > > > what do you mean "not run"? it segvs? > no. it just skips the rest of the code. I was looking at it

Re: [E-devel] [PATCH] Elementary widget scale fix

2009-10-11 Thread Gustavo Sverzut Barbieri
I remember adding that code to fix another problem that was related to objects that had no specific scale set not using the default (ELM_SCALE) when flagged as scale-able. On Sun, Oct 11, 2009 at 2:43 AM, Carsten Haitzler wrote: > On Tue, 15 Sep 2009 06:33:20 +0200 Marco Trevisan (Treviño) > sa

Re: [E-devel] Weird jpeg error on evas_object_image_file_set

2009-10-11 Thread Viktor Kojouharov
On Sun, 2009-10-11 at 17:58 +1100, Carsten Haitzler wrote: > On Tue, 06 Oct 2009 18:02:22 +0300 Viktor Kojouharov > said: > > what do you mean "not run"? it segvs? no. it just skips the rest of the code. I was looking at it through gdb, and after trying to read the image, it does this longjump th

Re: [E-devel] E SVN: raster IN trunk/TMP/st/elementary: . doc

2009-10-11 Thread The Rasterman
On Sun, 11 Oct 2009 09:26:22 +0200 (CEST) Vincent Torri said: in. :) > > it remains michael bouchaud :) > > On Sun, 11 Oct 2009, Enlightenment SVN wrote: > > > Log: > > athors <-> dox match up + add marco - those with svn access should be > > adding themselves! > > > > > > Author: rast

Re: [E-devel] E SVN: raster IN trunk/TMP/st/elementary: . doc

2009-10-11 Thread Vincent Torri
it remains michael bouchaud :) On Sun, 11 Oct 2009, Enlightenment SVN wrote: Log: athors <-> dox match up + add marco - those with svn access should be adding themselves! Author: raster Date: 2009-10-11 00:05:01 -0700 (Sun, 11 Oct 2009) New Revision: 43017 Modified: trunk/T

Re: [E-devel] E SVN: raster IN trunk/TMP/st/elementary: data/themes src/lib

2009-10-11 Thread The Rasterman
On Sun, 11 Oct 2009 08:28:00 +0200 (CEST) Vincent Torri said: > > > On Sat, 10 Oct 2009, Enlightenment SVN wrote: > > > Log: > > thanks to marco - wrapped (line wrapped) label mode too. > > shouldn't you update the AUTHORS file ? > yeah.. though the documentation actually has a longer more

Re: [E-devel] Weird jpeg error on evas_object_image_file_set

2009-10-11 Thread The Rasterman
On Tue, 06 Oct 2009 18:02:22 +0300 Viktor Kojouharov said: what do you mean "not run"? it segvs? > Hi, > > I've started getting a strange error when using > evas_object_image_file_set on non-image files. Before evas provided a > load error in case it couldn't load a file. Now anything beyond >

Re: [E-devel] patch for elementary progressbar theme

2009-10-11 Thread The Rasterman
On Fri, 9 Oct 2009 09:58:40 +0200 michael bouchaud said: thanks! in svn! > Hi, I just do some correction on progressbar in elementary for the state > where progression is 0%. > Index: data/themes/default.edc > === > --- data/themes/