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 ras...@rasterman.com 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

Re: [E-devel] Everything and cgroup

2011-01-06 Thread The Rasterman
On Fri, 19 Nov 2010 11:56:52 +0100 Andrea Suisani sick...@opinioni.net 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

Re: [E-devel] Elementary Layout confusing API

2011-01-06 Thread The Rasterman
On Sat, 20 Nov 2010 02:12:24 +0100 Dave Andreoli d...@gurumeditation.it 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

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 juyung@samsung.com 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

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

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

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

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 is:

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 timyst...@arcor.de 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

[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:

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) ras...@rasterman.com said: http://trac.enlightenment.org/e/changeset/55926 comments? Only about the ecore stuff itself, as I've never touched

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 no-re...@enlightenment.org 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:        

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 k...@profusion.mobi 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) ras...@rasterman.com said:

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 no-re...@enlightenment.org 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,

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 k...@profusion.mobi 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

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 chuneon.p...@samsung.com 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()

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

2011-01-06 Thread The Rasterman
On Thu, 06 Jan 2011 22:05:00 +0900 Seunggyun Kim sgyun@samsung.com 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

Re: [E-devel] [PATCH] elm_transit

2011-01-06 Thread The Rasterman
On Thu, 06 Jan 2011 15:21:30 +0900 ChunEon Park chuneon.p...@samsung.com 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