Re: [E-devel] Documentation in wiki

2009-10-11 Thread The Rasterman
On Sat, 19 Sep 2009 09:09:51 +0200 (CEST) Vincent Torri vto...@univ-evry.fr said: this is now the case: http://www.enlightenment.org/p.php?p=docsl=en the docs there (the black shiny buttons) are generated daily. yes formatting and style may not be right for all, but its getting there. i

Re: [E-devel] Moving gadgets over a gadcon

2009-10-11 Thread The Rasterman
On Wed, 16 Sep 2009 09:39:48 +0400 victor victor.scorp...@gmail.com said: Hi guys! Unfortunately subj is broken for a while. When trying to drag a gadget over a gadcon, it just doing a nasty things. Funny but seems useless. Hope attached patch will fix that. this seems to no longer be the

Re: [E-devel] [patch] more mime types in efm

2009-10-11 Thread The Rasterman
On Sun, 20 Sep 2009 16:30:47 +0200 Valentin Brault miran...@orange.fr said: looks good to me. in svn it is! Hello, I propose to add some common mime types in the Enlightenment File Manager, in particular video, audio and office mime types. A patch is (hopefully :D) attached. If not,

Re: [E-devel] Implementing default gadcon client size for EFM toolbar

2009-10-11 Thread The Rasterman
On Sat, 19 Sep 2009 20:04:31 +0400 victor victor.scorp...@gmail.com said: Hi guys On adding a gadcon client to EFM toolbar, its width used hardcoded value regardless of gadcon client type. Here is patchset allowing to define default (preferred) width for each type of EFM toolbar client. -

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

2009-10-11 Thread Vincent Torri
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 ? Vincent -- Come build with us! The BlackBerry(R) Developer

Re: [E-devel] Evas deadlock

2009-10-11 Thread The Rasterman
On Fri, 2 Oct 2009 05:43:30 -0400 Atton Jonathan jonathan.at...@gmail.com said: only way this can deadlock is if... 1. realloc() failed on the queue - this means u must be out of memory or memory space. u're in deep trouble if you get here. i've fixed this. it now unloack on abort if realloc

Re: [E-devel] Elementary genlist item selection behaviour

2009-10-11 Thread The Rasterman
On Tue, 22 Sep 2009 11:14:39 +0200 Nicolas Aguirre aguirre.nico...@gmail.com said: i think it makes perfect sense, though to be honest i think there is much more needed - like full keyboard control ability in elementary. right now it effectively has none. or close to none. no focus changing

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 michael.bouch...@gmail.com 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

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 vkojouha...@gmail.com 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

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 vto...@univ-evry.fr 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

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:

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 vto...@univ-evry.fr 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:

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 vkojouha...@gmail.com 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

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 ras...@rasterman.com wrote: On Tue, 15 Sep 2009 06:33:20 +0200 Marco

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 vkojouha...@gmail.com said: On Sun, 2009-10-11 at 17:58 +1100, Carsten Haitzler wrote: On Tue, 06 Oct 2009 18:02:22 +0300 Viktor Kojouharov vkojouha...@gmail.com said: what do you mean not run? it segvs? no. it just skips the rest of

Re: [E-devel] Elementary table regression

2009-10-11 Thread Gustavo Sverzut Barbieri
On Sat, Oct 10, 2009 at 9:56 AM, Atton Jonathan jonathan.at...@gmail.com 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

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 ras...@rasterman.com On Sat, 10 Oct 2009 12:01:13 -0400 Atton Jonathan jonathan.at...@gmail.com said: works for me every single time. :( hey It seems than the bring_in() method of

[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 m...@brain-dump.org --- 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

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 m...@brain-dump.org --- src/lib/ecore_file/ecore_file_download.c | 16

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 and if

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 one is better? It

[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

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 brian.wang.0...@gmail.com 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