Re: [E-devel] BUG in evas or e17

2009-10-10 Thread Mathieu Taillefumier
On 10/10/2009 12:22 PM, Carsten Haitzler (The Rasterman) wrote: > On Sat, 10 Oct 2009 11:39:53 +0200 Mathieu Taillefumier > said: > > >> > Hi, > > I am preparing a patch for evas that improves my previous patch on evas > that converted all messages to eina_log. The patch

Re: [E-devel] BUG in evas or e17

2009-10-10 Thread The Rasterman
On Sat, 10 Oct 2009 12:33:25 +0200 Mathieu Taillefumier said: > On 10/10/2009 12:22 PM, Carsten Haitzler (The Rasterman) wrote: > > On Sat, 10 Oct 2009 11:39:53 +0200 Mathieu Taillefumier > > said: > > > > > >> > > Hi, > > > > I am preparing a patch for evas that improves

[E-devel] edje_editor

2009-10-10 Thread Andreas Volz
Hello, I noticed that edje_editor is not longer compiling as Etk has been moved to OLD. Sure I could compile Etk from OLD, but it seems to be unmaintained. One on IRC told me that it's planned to rewrite it with elementary. Does anyone know the status? Any news about this task? regards A

[E-devel] Packaging status for ubuntu

2009-10-10 Thread Laszlo KREKACS
Hi! What is really needed to get new packages for ubuntu up on the packages.enlightenment.org? Is there somewhere a step-by-step tutorial how to generate the packages? Maybe I could help out. I know quaker66 generated the last packages, but seems like he is really busy these days. How can I help y

Re: [E-devel] Elementary table regression

2009-10-10 Thread Atton Jonathan
The size of the clipper can't be set by dynamically ? 2009/10/9 Iván Briano (Sachiel) > On Fri, Oct 9, 2009 at 4:02 PM, Nicolas Aguirre > wrote: > > 2009/10/9 Nicolas Aguirre : > >> Hi guys, > >> > >> Since the switch to evas_table, I have issues with elm_table. > >> The problem can be easily r

[E-devel] Elm scroller and bring_in

2009-10-10 Thread Atton Jonathan
hey It seems than the bring_in() method of the scroller does not end properly. I have made some test and sometimes at the end all the content is not displayed, like if a clip was not centered in the scroll. I have look the y returns by region_get() and example I have : - at the end of the scrollin

Re: [E-devel] Elm scroller and bring_in

2009-10-10 Thread The Rasterman
On Sat, 10 Oct 2009 12:01:13 -0400 Atton Jonathan said: works for me every single time. :( > hey > > It seems than the bring_in() method of the scroller does not end properly. I > have made some test and sometimes at the end all the content is not > displayed, like if a clip was not centered in

Re: [E-devel] patch ecore_pipe_read

2009-10-10 Thread The Rasterman
On Mon, 14 Sep 2009 13:18:28 -0400 Atton Jonathan said: hmm while i see the point of this... it's convenient. it's a bit simple, but then again a more complex queue with N messages on the pipe can be implemented co-operatively with the thread suspending itself once N items are in the queue. when

Re: [E-devel] [PATCH] Elementary widgets focus switch fix

2009-10-10 Thread The Rasterman
On Thu, 8 Oct 2009 20:20:58 +0200 Vaudano Luca said: > This bug is quite annoying and well-know for the Illume environment. > Could someone check this patch and put on svn? i dont see the bug. this patch doesnt make sense. not to mention the patch also doesnt track a focused object per window. i

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

2009-10-10 Thread The Rasterman
On Tue, 15 Sep 2009 06:33:20 +0200 Marco Trevisan (Treviño) said: indeed true. fix in svn. > Hello, according to the Elm docs elm_object_scale_get() should return > the widget scale value that is a double value which is relative to just > that object and that should be independent from the elm_s

Re: [E-devel] [PATCH] Elementary entry context menu

2009-10-10 Thread The Rasterman
On Tue, 15 Sep 2009 19:55:11 +0200 Marco Trevisan (Treviño) said: > I've made two patches for the elementary entry context menu. > > The first one disables the "Paste" and "Cut" hoversel items if the > selected entry is not editable (otherwise anyone could edit it by using > the context menu). >

Re: [E-devel] [PATCH] Elementary widgets focus switch fix

2009-10-10 Thread The Rasterman
On Tue, 15 Sep 2009 01:53:24 +0200 Marco Trevisan (Treviño) said: ok... hmmm... 1. i dont see any issue with focus and entires and illume. the kbd comes up when u click an entry - it stays up when u focus more than 1 entry (ie click on another entry if one entry is already focused) and it goes do

Re: [E-devel] [PATCH] Elementary label wrapping support

2009-10-10 Thread The Rasterman
On Tue, 15 Sep 2009 20:43:10 +0200 Marco Trevisan (Treviño) said: > I've made a small patch to give to elm_label the same text wrapping > functionality that elm_entry has. > > So a new API has been defined: >EAPI void elm_label_line_wrap_set(Evas_Object *obj, Eina_Bool wrap); > > Maybe it s

Re: [E-devel] Documentation in wiki

2009-10-10 Thread The Rasterman
On Sat, 19 Sep 2009 09:09:51 +0200 (CEST) Vincent Torri said: this is now the case: http://www.enlightenment.org/p.php?p=docs&l=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 encourage people to help

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

2009-10-10 Thread The Rasterman
On Wed, 16 Sep 2009 09:39:48 +0400 victor 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 case :) code is no lo

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

2009-10-10 Thread The Rasterman
On Sun, 20 Sep 2009 16:30:47 +0200 Valentin Brault 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, pastebin : > http

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

2009-10-10 Thread The Rasterman
On Sat, 19 Sep 2009 20:04:31 +0400 victor 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. > - edje changed so a c

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

2009-10-10 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 Confe

Re: [E-devel] Evas & deadlock

2009-10-10 Thread The Rasterman
On Fri, 2 Oct 2009 05:43:30 -0400 Atton Jonathan 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 fails, but i dont think this

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

2009-10-10 Thread The Rasterman
On Tue, 22 Sep 2009 11:14:39 +0200 Nicolas Aguirre 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 ability etc. etc. this would b