Re: [E-devel] Evas map and the attribute "color" and clip

2011-01-06 Thread The Rasterman
On Sun, 14 Nov 2010 06:11:06 -0500 Atton Jonathan said: finally rolled around to this.. sorry for it being a while! fixed in svn now! :) > Here a application. The test here is a bit different from the case in my > appliaction. > > I have : > - 1 gengrid > - 1 elm layout as icon in the grid item

Re: [E-devel] Evas map and the attribute "color" and clip

2011-01-06 Thread Atton Jonathan
Very good and thank you. I will check later. 2011/1/6 Carsten Haitzler > On Sun, 14 Nov 2010 06:11:06 -0500 Atton Jonathan < > jonathan.at...@gmail.com> > said: > > finally rolled around to this.. sorry for it being a while! fixed in svn > now! :) > > > Here a application. The test here is a bi

Re: [E-devel] Everything and cgroup

2011-01-06 Thread The Rasterman
On Fri, 19 Nov 2010 11:56:52 +0100 Andrea Suisani said: > Hi Gustavo, > > On 11/19/2010 11:53 AM, Gustavo Sverzut Barbieri wrote: > > We already have code to launch processes at lower prio, we could > > easily extend to do cgroup as well > > Good to know ! > > /me going to look at actual code

Re: [E-devel] Elementary Layout confusing API

2011-01-06 Thread The Rasterman
On Sat, 20 Nov 2010 02:12:24 +0100 Dave Andreoli said: layouts can have multiple contents - how will you differentiate. sure a macro that assumes "elm.swallow.content" - but it really just saves a little bit of time. :) > Hi all ! > I'm tring to use the new canned styles for the layout widget, >

Re: [E-devel] [Patch] Group index support

2011-01-06 Thread The Rasterman
On Thu, 06 Jan 2011 14:34:34 +0900 Daniel Juyung Seo said: in svn! :) > Hello Raster, > Thanks. > > I added a small patch for Genlist Group. > I missed one. Thanks Govi! > Can you review this and apply it to upstream? > > Thanks. > Daniel Juyung Seo (SeoZ) > > -Original Message- > Fro

Re: [E-devel] [Patch] Group index support

2011-01-06 Thread Seunggyun Kim
Hello Raster, I added a small patch for Genlist group item clear. And I changed git->minh to git->h in item_block_position function. Thanks Govi Please review it and let me know if there is any problem in this patch. Thanks. Seunggyun Kim -Original Message- From: Carsten Haitzler (The R

Re: [E-devel] E SVN: etrunko trunk/ecore/src/lib/ecore_con

2011-01-06 Thread Vincent Torri
On Thu, 6 Jan 2011, Enlightenment SVN wrote: > Log: > Add basic cookie support to Ecore_Con_Url. we are in feature freeze. This code should be postoned after release Vincent > > This commit adds some simple wrapper functions for libcurl > cookie-related code to Ecore_Con_Url. > > It is now

[E-devel] Patches for i18n

2011-01-06 Thread Fabian Nowak
Hello, few weeks ago I got note that e17 has taken enormous steps since I last tried it out in 2008. So, i tried e17 and was deeply impressed. Overhauling some translations, I noticed some components lack i18n support. So attached you find patches to add i18n to some projects. Besides, I needed mo

[E-devel] Patches for e17: i18n, includes

2011-01-06 Thread Fabian Nowak
Hello, few weeks ago I obtained the message about e17 pre3 and tried it and was very impressed. However, when updating some translations, I found some un-i18n'ed components. Attached are the patches that should make them translatable. I declared many DBG / ERR messages as translatable because they

Re: [E-devel] Patches for e17: i18n, includes

2011-01-06 Thread Fabian Nowak
Sorry for this duplicate, Evolution is not working properly today :( Am Donnerstag, den 06.01.2011, 19:38 +0100 schrieb Fabian Nowak: > Hello, > > few weeks ago I obtained the message about e17 pre3 and tried it and was > very impressed. However, when updating some translations, I found some > u

Re: [E-devel] [e-users] Problem getting X Window ID.

2011-01-06 Thread Christopher Michael
On 01/06/2011 05:32 PM, Nicolas wrote: > Hi, > > I'm using Ecore_X and I'm trying to get the X window ID of the Ecore_Window. > > I do: > > int pm; > ecore_x_window_prop_xid_get(mywindow, NULL, NULL,&pm, 1); > > pm is not null but it doesn't seem to work. > Is this the correct way ? > > Ecore_X api

Re: [E-devel] Patches for e17: i18n, includes

2011-01-06 Thread Thomas Gstädtner
On Thu, Jan 6, 2011 at 19:52, Fabian Nowak wrote: > Sorry for this duplicate, Evolution is not working properly today :( > > > Am Donnerstag, den 06.01.2011, 19:38 +0100 schrieb Fabian Nowak: >> Hello, >> >> few weeks ago I obtained the message about e17 pre3 and tried it and was >> very impressed

[E-devel] [PATCH] Change the second parameter type of elm_slidershow_timeout_set

2011-01-06 Thread Jihoon Kim
Hi, All. Most of APIs related to timeout_set / get uses double type as parameter, but elm_slidershow uses integer type. For uniformity, the second parameter type of elm_slideshow_timeout_set is changed into double type. Please review this patch and apply in svn if it is ok. Thanks. Index: s

Re: [E-devel] how to do ecore_con_url POSTs?

2011-01-06 Thread Raphael Kubo da Costa
At Thu, 6 Jan 2011 15:34:24 +0900, Carsten Haitzler (The Rasterman) wrote: > > On Tue, 28 Dec 2010 15:39:41 +0900 Carsten Haitzler (The Rasterman) > said: > > http://trac.enlightenment.org/e/changeset/55926 > > comments? Only about the ecore stuff itself, as I've never touched the rest of the

Re: [E-devel] E SVN: raster trunk/e/src/bin

2011-01-06 Thread Lucas De Marchi
On Thu, Jan 6, 2011 at 1:58 AM, Enlightenment SVN wrote: > Log: > desklock - dont ret 1 on failure to auth. only on failure to init! > > > > Author:       raster > Date:         2011-01-05 19:58:58 -0800 (Wed, 05 Jan 2011) > New Revision: 55923 > Trac:         http://trac.enlightenment.org/e/chang

Re: [E-devel] how to do ecore_con_url POSTs?

2011-01-06 Thread The Rasterman
On Thu, 06 Jan 2011 23:18:09 -0200 Raphael Kubo da Costa said: > At Thu, 6 Jan 2011 15:34:24 +0900, > Carsten Haitzler (The Rasterman) wrote: > > > > On Tue, 28 Dec 2010 15:39:41 +0900 Carsten Haitzler (The Rasterman) > > said: > > > > http://trac.enlightenment.org/e/changeset/55926 > > > > c

Re: [E-devel] E SVN: discomfitor trunk/ecore/src/lib/ecore_con

2011-01-06 Thread Mike Blumenkrantz
On Thu, 6 Jan 2011 14:32:26 -0800 "Enlightenment SVN" wrote: > Log: > complete rewrite of c-ares fd handling: fixes an instance of ticket #637 and > also integrates with main loop much more nicely > > Author: discomfitor > Date: 2011-01-06 14:32:25 -0800 (Thu, 06 Jan 2011) > New R

Re: [E-devel] how to do ecore_con_url POSTs?

2011-01-06 Thread Raphael Kubo da Costa
At Fri, 7 Jan 2011 10:25:05 +0900, Carsten Haitzler (The Rasterman) wrote: > i know. i only cared about fixing up the api for 1.0 - internals can always be > changed. i just took the fastest path to getting api set up. > > one thing i was hoping you'd comment on... "we have get and post... where's

Re: [E-devel] how to do ecore_con_url POSTs?

2011-01-06 Thread The Rasterman
On Thu, 06 Jan 2011 23:57:53 -0200 Raphael Kubo da Costa said: > At Fri, 7 Jan 2011 10:25:05 +0900, > Carsten Haitzler (The Rasterman) wrote: > > i know. i only cared about fixing up the api for 1.0 - internals can always > > be changed. i just took the fastest path to getting api set up. > > >

Re: [E-devel] question about edje_message_queue

2011-01-06 Thread The Rasterman
On Thu, 23 Dec 2010 23:04:59 +0900 ChunEon Park said: hmm i checked the code... the code is in fact correct. it shouldnt process a message twice. its written in a safe way (seems i thought about this case already when implementing it). see _edje_message_queue_process() and edje_object_message_si

Re: [E-devel] [Patch] Group index support

2011-01-06 Thread The Rasterman
On Thu, 06 Jan 2011 22:05:00 +0900 Seunggyun Kim said: in svn! :) > Hello Raster, > > I added a small patch for Genlist group item clear. > And I changed git->minh to git->h in item_block_position function. > Thanks Govi > > Please review it and let me know if there is any problem in this patc

Re: [E-devel] [PATCH] elm_transit

2011-01-06 Thread The Rasterman
On Thu, 06 Jan 2011 15:21:30 +0900 ChunEon Park said: this is definitely an improvement i'd say - and yes - setting up a transit is setting up a pipeline. unlike timer and animators they are not 1-off setups. they require several calls to be set up. so this is better. as for elm animator... hmm