Re: [E-devel] [Patch] eina_array small patch

2011-11-08 Thread The Rasterman
On Tue, 08 Nov 2011 08:23:28 + (GMT) 윤정현 said: > Dear All. > > I found a bug in eina_array_remove function. > If array->data is NULL, eina_array_remove will be crashed. > I added handling code in eina_array_remove. > Please review this small patch. i think this is covering up another bug...

Re: [E-devel] EFL 1.1 roundup

2011-11-08 Thread Vincent Torri
On Tue, 8 Nov 2011, Mike Blumenkrantz wrote: > It's that time again! Everyone point your browsers to > http://dev.enlightenment.fr/~discomfitor/ > and start fixing the things you know! why is there some conftest.c files listed there ? Vincent > > -- > Mike Blumenkrantz > Zentific: Doctor rec

Re: [E-devel] sound api "plan"

2011-11-08 Thread The Rasterman
On Wed, 9 Nov 2011 14:56:48 +1000 David Seikel said: > On Tue, 8 Nov 2011 15:41:11 +0900 Carsten Haitzler (The Rasterman) > wrote: > > > On Tue, 8 Nov 2011 13:49:57 +1000 David Seikel > > said: > > > > > On Tue, 8 Nov 2011 12:15:44 +0900 Carsten Haitzler (The Rasterman) > > > wrote: > > > >

Re: [E-devel] E SVN: raster trunk/e_dbus/src/lib/notification

2011-11-08 Thread The Rasterman
On Tue, 8 Nov 2011 21:14:43 -0500 Mike Blumenkrantz said: > On Tue, 8 Nov 2011 05:00:51 -0800 > "Enlightenment SVN" wrote: > > > Log: > > THIS is the right way to handle the img data coming from notification > > msg's and objects and passing it into evas objects. take note! > > > > > >

Re: [E-devel] sound api "plan"

2011-11-08 Thread David Seikel
On Tue, 8 Nov 2011 15:41:11 +0900 Carsten Haitzler (The Rasterman) wrote: > On Tue, 8 Nov 2011 13:49:57 +1000 David Seikel > said: > > > On Tue, 8 Nov 2011 12:15:44 +0900 Carsten Haitzler (The Rasterman) > > wrote: > > > > > On Tue, 8 Nov 2011 00:13:18 +1000 David Seikel > > > said: > > > >

Re: [E-devel] E SVN: raster trunk/e_dbus/src/lib/notification

2011-11-08 Thread Mike Blumenkrantz
On Tue, 8 Nov 2011 05:00:51 -0800 "Enlightenment SVN" wrote: > Log: > THIS is the right way to handle the img data coming from notification > msg's and objects and passing it into evas objects. take note! > > > > Author: raster > Date: 2011-11-08 05:00:51 -0800 (Tue, 08 No

[E-devel] EFL 1.1 roundup

2011-11-08 Thread Mike Blumenkrantz
It's that time again! Everyone point your browsers to http://dev.enlightenment.fr/~discomfitor/ and start fixing the things you know! -- Mike Blumenkrantz Zentific: Doctor recommended, mother approved. -- RSA(R) Conferen

Re: [E-devel] [ecore_file] Add file remove for cleanup

2011-11-08 Thread Mike Blumenkrantz
On Wed, 9 Nov 2011 09:50:11 +0900 Bluezery wrote: > Hi, > > I add "ecore_file_remove()" for removing a NULL file opened by > "fopen(dst, "wb")". > > Please review below. > > > > Index: src/lib/ecore_file/ecore_file_download.c >

[E-devel] [ecore_file] Add file remove for cleanup

2011-11-08 Thread Bluezery
Hi, I add "ecore_file_remove()" for removing a NULL file opened by "fopen(dst, "wb")". Please review below. Index: src/lib/ecore_file/ecore_file_download.c === --- src/lib/ecore_file/ecore_file_download.c(리비전 64937) +++ src/li

Re: [E-devel] Improving Elementary for the release

2011-11-08 Thread Youness Alaoui
On Tue, Nov 8, 2011 at 9:18 AM, Gustavo Sverzut Barbieri < barbi...@profusion.mobi> wrote: > On Mon, Nov 7, 2011 at 10:40 PM, Youness Alaoui > wrote: > > Ok, I checked Ecore.h and I see what you mean, but that's only useful if > > you break the API, the padding is useful for not breaking the API

Re: [E-devel] E SVN: raster trunk/edje/src/modules/alsa_snd_player

2011-11-08 Thread Gustavo Sverzut Barbieri
On Mon, Nov 7, 2011 at 1:45 PM, Carsten Haitzler wrote: > On Mon, 7 Nov 2011 12:38:37 -0200 Gustavo Sverzut Barbieri > said: > > i didn't write it. it came that way. eina_log is also much less convenient as > i > have to set up a log domain id, create it, delete it, have all the > init/shutdown

Re: [E-devel] E SVN: raster trunk/edje/src/modules/alsa_snd_player

2011-11-08 Thread Gustavo Sverzut Barbieri
On Tue, Nov 8, 2011 at 5:14 AM, Enlightenment SVN wrote: > Log: > see how much morte code i had to add just to use eina_log gustavo? i >  had to add eina_init() and shutdown and init refcounting and log >  domain creating and add a macro.. so i can finally use it? eina being >  included here actua

Re: [E-devel] Improving Elementary for the release

2011-11-08 Thread Gustavo Sverzut Barbieri
On Mon, Nov 7, 2011 at 10:40 PM, Youness Alaoui wrote: > Ok, I checked Ecore.h and I see what you mean, but that's only useful if > you break the API, the padding is useful for not breaking the API but > keeping the .so ABI-compatible. > For example, if you only add a function to the API, you add

Re: [E-devel] Query and set elementary.Entry cursor position

2011-11-08 Thread The Rasterman
On Tue, 8 Nov 2011 14:13:43 +0100 Laszlo KREKACS said: elm_entry_cursor_pos_set() elm_entry_cursor_pos_get() entry also supports filters to approve or deny text going in - u can filter out undesired chars: elm_entry_text_filter_append() works by callbacks. for race condition... can you expand

[E-devel] Query and set elementary.Entry cursor position

2011-11-08 Thread Laszlo KREKACS
Hey, Is there a way to set elementary.Entry's cursor position? When I hit Ctrl-S, Ctrl-R elementary injects 0x12, 0x13, etc bytes in the entry, so I get the entry's content (entry_get()), I removes the 0x13 bytes and I set the entry again with entry_set() function. The problem is, when I hit short

Re: [E-devel] Improving Elementary for the release

2011-11-08 Thread Mike Blumenkrantz
On Tue, 8 Nov 2011 18:31:23 +0900 Carsten Haitzler (The Rasterman) wrote: > On Mon, 7 Nov 2011 14:12:42 +0100 Cedric BAIL said: > > > Hi all, > > > >We are going to try releasing Elementary soon after the release of > > the EFL 1.1. I would like to start a discussion now on what should be

Re: [E-devel] E SVN: cedric trunk/e_dbus/src/lib/hal

2011-11-08 Thread Mike Blumenkrantz
On Tue, 8 Nov 2011 10:03:11 +0100 Cedric BAIL wrote: > On Tue, Nov 8, 2011 at 3:39 AM, Mike Blumenkrantz wrote: > > On Sun,  6 Nov 2011 02:21:57 -0800 > > "Enlightenment SVN" wrote: > >> Log: > >> e_dbus: e_hal use some e_ukit function so we should init it. > >> > >> > >> Author:       cedric >

Re: [E-devel] svn account access kill list

2011-11-08 Thread The Rasterman
On Fri, 28 Oct 2011 15:43:00 +0900 Carsten Haitzler (The Rasterman) said: ok - lfelipe begged for mercy, so his life shall be spared... THIS TIME! :) kill list is: 3v1n0 adam cmarcelo cobra dieb dottedmag emfox helen horms jethomas josch kaethorn kiwi lmunch lucho manowarrior mcalamelli morphis

Re: [E-devel] Improving Elementary for the release

2011-11-08 Thread The Rasterman
On Mon, 7 Nov 2011 14:12:42 +0100 Cedric BAIL said: > Hi all, > >We are going to try releasing Elementary soon after the release of > the EFL 1.1. I would like to start a discussion now on what should be > done to prepare Elementary for a release. >I have been doing a quick overview of E

Re: [E-devel] E SVN: cedric trunk/e_dbus/src/lib/hal

2011-11-08 Thread Boris Faure
On Tue, Nov 8, 2011 at 10:03, Cedric BAIL wrote: > On Tue, Nov 8, 2011 at 3:39 AM, Mike Blumenkrantz wrote: >> On Sun,  6 Nov 2011 02:21:57 -0800 >> "Enlightenment SVN" wrote: >>> Log: >>> e_dbus: e_hal use some e_ukit function so we should init it. >>> >>> >>> Author:       cedric >>> Date:    

Re: [E-devel] E SVN: cedric trunk/e_dbus/src/lib/hal

2011-11-08 Thread Cedric BAIL
On Tue, Nov 8, 2011 at 3:39 AM, Mike Blumenkrantz wrote: > On Sun,  6 Nov 2011 02:21:57 -0800 > "Enlightenment SVN" wrote: >> Log: >> e_dbus: e_hal use some e_ukit function so we should init it. >> >> >> Author:       cedric >> Date:         2011-11-06 02:21:57 -0800 (Sun, 06 Nov 2011) >> New Rev

Re: [E-devel] Ethumb

2011-11-08 Thread The Rasterman
On Mon, 7 Nov 2011 16:17:48 +0100 Cedric BAIL said: > On Mon, Nov 7, 2011 at 4:05 PM, Gustavo Sverzut Barbieri > wrote: > > Post 1.1 but before elm? Actually I'm more worried with elm. It will be the > > biggest user and want a release that works wit it > > I want to push eio, ethumb and emotio

[E-devel] [Patch] eina_array small patch

2011-11-08 Thread 윤정현
Dear All. I found a bug in eina_array_remove function. If array->data is NULL, eina_array_remove will be crashed. I added handling code in eina_array_remove. Please review this small patch. Thanks. eina_array.patch Description: Binary data ---

Re: [E-devel] Improving Elementary for the release

2011-11-08 Thread Tom Hacohen
On 08/11/11 03:20, SANJEEV BA wrote: > -- Insightful. -- Tom. -- RSA(R) Conference 2012 Save $700 by Nov 18 Register now http://p.sf.net/sfu/rsa