Re: [E-devel] [patch] elm_genlist - add item_class management functions

2012-02-10 Thread Hyoyoung Chang
On Fri, Feb 10, 2012 at 8:34 PM, Gustavo Sverzut Barbieri wrote: > On Fri, Feb 10, 2012 at 7:26 AM, Hyoyoung Chang wrote: >> Dear all. >> >> I make controversial apis for item class management. >> As raster and other guys suggest, I simplify APIs and its behaviors. >> >> First, Two public apis an

Re: [E-devel] calender module

2012-02-10 Thread Thomas Gstädtner
2012/2/10 المسالم المسالمة : > hello developers > > can i ask you a favor > > can you add saturday in calender module week first day list > > there is sunday and monday and i just want add saturday > > because there are some countries are using this way > > i mean > > saturday is the first day in t

Re: [E-devel] E SVN: barbieri trunk/eina/src/tests

2012-02-10 Thread Gustavo Sverzut Barbieri
On Fri, Feb 10, 2012 at 10:45 PM, Michael Jennings wrote: > On Friday, 10 February 2012, at 16:42:00 (-0800), > Enlightenment SVN wrote: > >> Log: >> one day I'll be less stupid... >> >>   ... or one day we'll move to git so I can rewrite stupid commits :-D > > Okay, who's going to run the betting

Re: [E-devel] E SVN: barbieri trunk/eina/src/tests

2012-02-10 Thread Michael Jennings
On Friday, 10 February 2012, at 16:42:00 (-0800), Enlightenment SVN wrote: > Log: > one day I'll be less stupid... > > ... or one day we'll move to git so I can rewrite stupid commits :-D Okay, who's going to run the betting pool on which one is more likely to happen? ;-) (Sorry, you opene

[E-devel] calender module

2012-02-10 Thread المسالم المسالمة
hello developers can i ask you a favor can you add saturday in calender module week first day list there is sunday and monday and i just want add saturday because there are some countries are using this way i mean saturday is the first day in the week and friday is the last day in it

Re: [E-devel] E SVN: hermet trunk/evas/src/lib/canvas

2012-02-10 Thread Christopher Michael
On 02/10/12 08:39, Enlightenment SVN wrote: > Log: > evas/evas_events - do not call the up event when obj is freezed and removed > useless codes. > Good job Hermet !! ;) Make sure we are not calling down (or any other mouse events either) when things are frozen. Frozen should be just that ... fr

Re: [E-devel] [Patch] ecore_ipc - remove potential risk in ecore_ipc_shutdown

2012-02-10 Thread Sachiel
2012/2/10 윤정현 : > I found a problem this infinite loop case. > > If server is deleted, then ECORE_IPC_EVENT_SERVER_DEL callback function will > be called in client side. > It will happen infinite loop in ecore_ipc_shutdown if ecore_ipc_shutdown > called in this ECORE_IPC_EVENT_SERVER_DEL callback

Re: [E-devel] [patch] elm_genlist - add item_class management functions

2012-02-10 Thread Gustavo Sverzut Barbieri
On Fri, Feb 10, 2012 at 7:26 AM, Hyoyoung Chang wrote: > Dear all. > > I make controversial apis for item class management. > As raster and other guys suggest, I simplify APIs and its behaviors. > > First, Two public apis and two internal apis are introduced > > +EAPI Elm_Genlist_Item_Class * > +e

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

2012-02-10 Thread Vincent Torri
On Fri, Feb 10, 2012 at 11:48 AM, Enlightenment SVN wrote: > Modified: trunk/eina/configure.ac > === > --- trunk/eina/configure.ac     2012-02-10 10:37:28 UTC (rev 67820) > +++ trunk/eina/configure.ac     2012-02-10 10:48:39 UTC (rev

Re: [E-devel] [e-users] Exquisite bootsplash release

2012-02-10 Thread P Purkayastha
On Friday, February 10, 2012 4:40:33 PM UTC+8, The Rasterman Carsten Haitzler wrote: > > On Thu, 9 Feb 2012 23:04:00 -0800 (PST) P Purkayastha > said: > > > Is there some guide on how to set this up? I know that Exquisite has > > existed for many years but I could never set it up due to the la

[E-devel] [patch] elm_genlist - add item_class management functions

2012-02-10 Thread Hyoyoung Chang
Dear all. I make controversial apis for item class management. As raster and other guys suggest, I simplify APIs and its behaviors. First, Two public apis and two internal apis are introduced +EAPI Elm_Genlist_Item_Class * +elm_genlist_item_class_new(void) +EAPI void +elm_genlist_item_class_fre

[E-devel] [patch] elm_genlist - bugfix at genlist rotation.

2012-02-10 Thread Hyoyoung Chang
Dear all. It's about genlist items which are backed from rotation. After rotating and items width is extending, genlist doesn't shrink its items. So adding some routines to check if item min width is bigger than genlist's width. If then recalc items width. Thank you. Index: elementary/src/lib/elm

Re: [E-devel] [e-users] Exquisite bootsplash release

2012-02-10 Thread The Rasterman
On Thu, 9 Feb 2012 23:04:00 -0800 (PST) P Purkayastha said: > Is there some guide on how to set this up? I know that Exquisite has > existed for many years but I could never set it up due to the lack of a > noobie-friendly guide. read README? look at the run-demo.sh as such you only want to b