Re: [E-devel] E SVN: barbieri IN trunk/eina: . src/include src/lib src/tests

2012-01-10 Thread Michael Blumenkrantz
On Tue, 10 Jan 2012 18:20:26 -0800 "Enlightenment SVN" wrote: > Log: > add eina_value. > > eina value is a generic value storage, it's quite efficient to space > (16 bytes) and speed (inlines for basic types). > > It's basically a structure describing how to manage memory > (Eina_Va

Re: [E-devel] Genlist relative insertion bugs

2012-01-10 Thread Daniel Juyung Seo
On Sat, Jan 7, 2012 at 9:34 PM, Cedric BAIL wrote: > Hey, > > On Sat, Jan 7, 2012 at 3:22 AM, Gustavo Sverzut Barbieri > wrote: >> Doing some simple changes to enjoy resulted in lots of bugs with >> genlist... who is using it for more than a simple demo? Seems totally >> unusable for real work us

Re: [E-devel] Genlist relative insertion bugs

2012-01-10 Thread Daniel Juyung Seo
On Sat, Jan 7, 2012 at 11:22 AM, Gustavo Sverzut Barbieri wrote: > Hi guys, > > Doing some simple changes to enjoy resulted in lots of bugs with > genlist... who is using it for more than a simple demo? Seems totally > unusable for real work usage :-( > > Aside from previous bug that have genlist

Re: [E-devel] E SVN: barbieri IN trunk/eina: . src/include src/lib src/tests

2012-01-10 Thread Lucas De Marchi
On Wed, Jan 11, 2012 at 12:20 AM, Enlightenment SVN wrote: > Log: > add eina_value. > >  eina value is a generic value storage, it's quite efficient to space >  (16 bytes) and speed (inlines for basic types). > >  It's basically a structure describing how to manage memory >  (Eina_Value_Type), wit

Re: [E-devel] [Patch][elm_map] Fix zoom & rotated coordinates bug

2012-01-10 Thread Bluezery
Thanks~! I changed the name elm_map_convert_canvas_into_geo() --> elm_map_canvas_to_geo_convert() And I deprecate elm_map_utils_rotate_coord() function. Instead recommend elm_map_canvas_to_geo_convert() to use in doc. Acutally, rotation is not needed to know. Please review again :D 2012/1/11 Car

Re: [E-devel] [Patch] elc_ctxpopup, add restacking feature

2012-01-10 Thread The Rasterman
On Mon, 2 Jan 2012 20:08:47 +0900 Kim Shinwoo said: in svn! thanks! :) > Hey, > > I have attached example code for checking restacking feature of ctxpopup. > Please review the code and give any feedbacks. Thanks. > > > 2011/12/22 Daniel Juyung Seo > > > We need more test! Anyhow thanks! > >

Re: [E-devel] [patch] elm_gen{list, grid} - adding item_class management functions

2012-01-10 Thread Gustavo Sverzut Barbieri
On Tue, Jan 10, 2012 at 2:23 PM, Hyoyoung Chang wrote: > On Tue, Jan 10, 2012 at 11:03 PM, Cedric BAIL wrote: >> On Fri, Jan 6, 2012 at 5:14 PM, Gustavo Sverzut Barbieri >> wrote: >>> On Fri, Jan 6, 2012 at 1:46 PM, Cedric BAIL wrote: On Fri, Jan 6, 2012 at 4:23 PM, Gustavo Sverzut Barbier

Re: [E-devel] [Patch][elm_map] Fix zoom & rotated coordinates bug

2012-01-10 Thread The Rasterman
On Mon, 9 Jan 2012 17:28:21 +0900 Bluezery said: sorry - been busy for the past week or so and havent had time to deal with my backlog. i'm onto it now. comment: elm_map_convert_canvas_into_geo() -> should rename to be more efl strict oo like: elm_map_canvas_to_geo_convert() while i'm at it

Re: [E-devel] [patch] elm_gen{list, grid} - adding item_class management functions

2012-01-10 Thread Gustavo Sverzut Barbieri
On Tue, Jan 10, 2012 at 12:03 PM, Cedric BAIL wrote: > On Fri, Jan 6, 2012 at 5:14 PM, Gustavo Sverzut Barbieri > wrote: >> On Fri, Jan 6, 2012 at 1:46 PM, Cedric BAIL wrote: >>> On Fri, Jan 6, 2012 at 4:23 PM, Gustavo Sverzut Barbieri >>> wrote: On Fri, Jan 6, 2012 at 12:49 PM, Cedric BAI

Re: [E-devel] E SVN: barbieri IN trunk/eina/src: include lib

2012-01-10 Thread Gustavo Sverzut Barbieri
On Tue, Jan 10, 2012 at 1:31 PM, Vincent Torri wrote: > On Tue, Jan 10, 2012 at 2:19 PM, Gustavo Sverzut Barbieri > wrote: >> On Tue, Jan 10, 2012 at 6:58 AM, Vincent Torri >> wrote: >>> NEWS ? ChangeLog ? >> >> don't think it's worth. When we remove the deprecated we add it. > > but you added

Re: [E-devel] [patch] elm_store - fix eina_lock ptr handling

2012-01-10 Thread Daniel Juyung Seo
This is right patch. In SVN! http://trac.enlightenment.org/e/changeset/67030 Thanks! Daniel Juyung Seo (SeoZ) On Tue, Jan 10, 2012 at 8:15 PM, Hyoyoung Chang wrote: > Dear all, > > When i run 'store' menu in elementary_test, i met some segfault. > it's due to inappropriate eina_lock ptr handlin

Re: [E-devel] [patch] elm_store - fix eina_lock ptr handling

2012-01-10 Thread Daniel Juyung Seo
In SVN! http://trac.enlightenment.org/e/changeset/67032 Thanks! On Tue, Jan 10, 2012 at 8:40 PM, Hyoyoung Chang wrote: > It's another patch file that describes a method to get a store example files. > If it's ok, plz commit it. > Thanks > > On Tue, Jan 10, 2012 at 8:15 PM, Hyoyoung Chang wrote

Re: [E-devel] E SVN: seoz trunk/elementary/src/lib

2012-01-10 Thread Daniel Juyung Seo
Reverted! Thanks for reporting and sorry for my mistake. Daniel Juyung Seo (SeoZ) On Wed, Jan 11, 2012 at 7:32 AM, Daniel Juyung Seo wrote: > oh my god! > sorry i will revert this and commit a right patch. > > On Jan 11, 2012 5:09 AM, "Iván Briano (Sachiel)" wrote: >> >> 2012/1/10 Enlightenment

Re: [E-devel] E SVN: seoz trunk/elementary/src/lib

2012-01-10 Thread Daniel Juyung Seo
oh my god! sorry i will revert this and commit a right patch. On Jan 11, 2012 5:09 AM, "Iván Briano (Sachiel)" wrote: > 2012/1/10 Enlightenment SVN : > > Log: > > enki: Turn off edje_cc verbose mode. > > > > This patch is not doing that. And it looks wrong. On many levels. > > > Author: seo

Re: [E-devel] E SVN: seoz trunk/elementary/src/lib

2012-01-10 Thread Sachiel
2012/1/10 Enlightenment SVN : > Log: > enki: Turn off edje_cc verbose mode. > This patch is not doing that. And it looks wrong. On many levels. > Author:       seoz > Date:         2012-01-10 07:34:04 -0800 (Tue, 10 Jan 2012) > New Revision: 67016 > Trac:         http://trac.enlightenment.org/e/c

Re: [E-devel] [patch] elm_gen{list, grid} - adding item_class management functions

2012-01-10 Thread Hyoyoung Chang
On Tue, Jan 10, 2012 at 11:03 PM, Cedric BAIL wrote: > On Fri, Jan 6, 2012 at 5:14 PM, Gustavo Sverzut Barbieri > wrote: >> On Fri, Jan 6, 2012 at 1:46 PM, Cedric BAIL wrote: >>> On Fri, Jan 6, 2012 at 4:23 PM, Gustavo Sverzut Barbieri >>> wrote: On Fri, Jan 6, 2012 at 12:49 PM, Cedric BAI

Re: [E-devel] E SVN: barbieri IN trunk/eina/src: include lib

2012-01-10 Thread Vincent Torri
On Tue, Jan 10, 2012 at 2:19 PM, Gustavo Sverzut Barbieri wrote: > On Tue, Jan 10, 2012 at 6:58 AM, Vincent Torri > wrote: >> NEWS ? ChangeLog ? > > don't think it's worth. When we remove the deprecated we add it. but you added a function, right ? Vincent > > -- > Gustavo Sverzut Barbieri > h

Re: [E-devel] E SVN: kakaroto trunk/edje/src/lib

2012-01-10 Thread Youness Alaoui
Alright, we reached the deadline (actually it was yesterday but I was busy) and there's still no real agreement about this, however it seems most of you want the patch reverted, so I will remove it and document it properly. Thanks for your input. On Mon, Jan 9, 2012 at 5:14 PM, Youness Alaoui < k

Re: [E-devel] [patch] elm_gen{list, grid} - adding item_class management functions

2012-01-10 Thread Cedric BAIL
On Fri, Jan 6, 2012 at 5:14 PM, Gustavo Sverzut Barbieri wrote: > On Fri, Jan 6, 2012 at 1:46 PM, Cedric BAIL wrote: >> On Fri, Jan 6, 2012 at 4:23 PM, Gustavo Sverzut Barbieri >> wrote: >>> On Fri, Jan 6, 2012 at 12:49 PM, Cedric BAIL wrote: On Fri, Jan 6, 2012 at 3:34 PM, Gustavo Sverzut

Re: [E-devel] [patch] elm_gen{list, grid} - adding item_class management functions

2012-01-10 Thread Daniel Juyung Seo
On Tue, Jan 10, 2012 at 10:21 PM, Gustavo Sverzut Barbieri wrote: > On Tue, Jan 10, 2012 at 11:03 AM, Iván Briano (Sachiel) > wrote: >> 2012/1/10 Daniel Juyung Seo : >>> On Fri, Jan 6, 2012 at 11:34 PM, Gustavo Sverzut Barbieri >>> wrote: On Fri, Jan 6, 2012 at 6:48 AM, Hyoyoung Chang wrot

Re: [E-devel] E SVN: barbieri IN trunk/eina/src: include lib

2012-01-10 Thread Cedric BAIL
On Tue, Jan 10, 2012 at 2:19 PM, Gustavo Sverzut Barbieri wrote: > On Tue, Jan 10, 2012 at 6:58 AM, Vincent Torri > wrote: >> NEWS ? ChangeLog ? > > don't think it's worth. When we remove the deprecated we add it. I disagree with you. The deprecated one will no go away easily (at least not befo

Re: [E-devel] [patch] elm_gen{list, grid} - adding item_class management functions

2012-01-10 Thread Gustavo Sverzut Barbieri
On Tue, Jan 10, 2012 at 11:03 AM, Iván Briano (Sachiel) wrote: > 2012/1/10 Daniel Juyung Seo : >> On Fri, Jan 6, 2012 at 11:34 PM, Gustavo Sverzut Barbieri >> wrote: >>> On Fri, Jan 6, 2012 at 6:48 AM, Hyoyoung Chang wrote: Dear all This patch introduces four new apis about elm_ge

Re: [E-devel] E SVN: barbieri IN trunk/eina/src: include lib

2012-01-10 Thread Gustavo Sverzut Barbieri
On Tue, Jan 10, 2012 at 6:58 AM, Vincent Torri wrote: > NEWS ? ChangeLog ? don't think it's worth. When we remove the deprecated we add it. -- Gustavo Sverzut Barbieri http://profusion.mobi embedded systems -- MSN: barbi...@gmail.com Skype: gsbarbieri Mobile:

Re: [E-devel] [patch] elm_gen{list, grid} - adding item_class management functions

2012-01-10 Thread Sachiel
2012/1/10 Daniel Juyung Seo : > On Fri, Jan 6, 2012 at 11:34 PM, Gustavo Sverzut Barbieri > wrote: >> On Fri, Jan 6, 2012 at 6:48 AM, Hyoyoung Chang wrote: >>> Dear all >>> >>> This patch introduces four new apis about elm_gen{list, grid} item >>> class managements. >>> itc_add function makes a n

[E-devel] [patch] elc_multibuttonentry - checking focus before elm_widget_show_region_set

2012-01-10 Thread Hyoyoung Chang
Dear All In elc_multibuttonentry, there're some elm_widget_show_region_set callings. However it's not checking whether it got focused or not, sometimes it's bugging users when the user's trying to move scroller. So I changed to check focused. Thanks Index: elementary/src/lib/elc_multibuttonentry.

Re: [E-devel] [patch] elm_store - fix eina_lock ptr handling

2012-01-10 Thread Hyoyoung Chang
It's another patch file that describes a method to get a store example files. If it's ok, plz commit it. Thanks On Tue, Jan 10, 2012 at 8:15 PM, Hyoyoung Chang wrote: > Dear all, > > When i run 'store' menu in elementary_test, i met some segfault. > it's due to inappropriate eina_lock ptr handlin

[E-devel] [patch] elm_store - fix eina_lock ptr handling

2012-01-10 Thread Hyoyoung Chang
Dear all, When i run 'store' menu in elementary_test, i met some segfault. it's due to inappropriate eina_lock ptr handling. Thanks Index: elementary/src/lib/elm_store.c === --- elementary/src/lib/elm_store.c (리비전 67007) +++ ele

Re: [E-devel] [Patch][Notify] Remove Unnecessary Code

2012-01-10 Thread Jaehwan Kim
in svn. Thanks :-) 2012년 1월 10일 화요일에 cnook님이 작성: > Dear All, Hello~ > > I have attached a patch for removing unnecessary code in the elm_notify. > There is no swallow area for the parent In the notify.edc also. > Even if the removed line is necessary, then it will cause an improper > result. > So

Re: [E-devel] E SVN: barbieri IN trunk/eina/src: include lib

2012-01-10 Thread Vincent Torri
NEWS ? ChangeLog ? Vincent On Tue, Jan 10, 2012 at 12:13 AM, Enlightenment SVN wrote: > Log: > Add eina_array_count(), deprecate eina_array_count_get(). > >  This makes the API more uniform. > > > > Author:       barbieri > Date:         2012-01-09 15:13:06 -0800 (Mon, 09 Jan 2012) > New Revisio