Re: [E-devel] [PATCH] ecore/ecore_fb: Tweaks in _ecore_fb_size_get

2012-03-22 Thread The Rasterman
On Wed, 21 Mar 2012 22:29:48 +0530 Vikram Narayanan vikram...@gmail.com said: On 3/21/2012 3:28 PM, Carsten Haitzler (The Rasterman) wrote: On Sat, 17 Mar 2012 15:16:49 +0530 Vikram Narayananvikram...@gmail.com said: As the width and height are defined as static, no need to initialize it

Re: [E-devel] create custom elementary widget

2012-03-22 Thread The Rasterman
On Wed, 21 Mar 2012 22:30:27 +0100 Andreas Volz li...@brachttal.net said: rotary.. what? Hi, I've some special widgets which I couldn't assemble from other existing widgets (rotary). So I like to create a new one. Could you tell me the way how to do this? Should I create a new one in

Re: [E-devel] create custom elementary widget

2012-03-22 Thread Vincent Torri
On Thu, Mar 22, 2012 at 7:09 AM, Carsten Haitzler ras...@rasterman.com wrote: On Wed, 21 Mar 2012 22:30:27 +0100 Andreas Volz li...@brachttal.net said: rotary.. what? Hi, I've some special widgets which I couldn't assemble from other existing widgets (rotary). So I like to create a new

Re: [E-devel] [Patch][elementary] elc_ctxpopup using elm_list internally.

2012-03-22 Thread Kim Shinwoo
Thank you for your response. I have attached revised patch. Please review this again, Thanks :) 2012/3/22 Carsten Haitzler ras...@rasterman.com: On Wed, 21 Mar 2012 18:19:26 +0900 cnook kimci...@gmail.com said: Dear All, Hello. The patch is for using elm_list as a item controller of

Re: [E-devel] create custom elementary widget

2012-03-22 Thread The Rasterman
On Thu, 22 Mar 2012 07:19:10 +0100 Vincent Torri vincent.to...@gmail.com said: On Thu, Mar 22, 2012 at 7:09 AM, Carsten Haitzler ras...@rasterman.com wrote: On Wed, 21 Mar 2012 22:30:27 +0100 Andreas Volz li...@brachttal.net said: rotary.. what? Hi, I've some special widgets which

Re: [E-devel] [Patch][Genlist] Tree effect bug fix

2012-03-22 Thread chanwook jung
I make new one using _item_position and resolved blank bug. Please review again. Thanks Joey 2012/3/21 Daniel Juyung Seo seojuyu...@gmail.com I got issue when I applied this patch. When I expanded items in the lower part, I got some blank items after auto scrolling. Can you please fix this?

Re: [E-devel] [Patch][elementary] elc_ctxpopup using elm_list internally.

2012-03-22 Thread The Rasterman
On Thu, 22 Mar 2012 16:40:39 +0900 Kim Shinwoo kimcinoo@gmail.com said: looks like its the exact same patch as before :) Thank you for your response. I have attached revised patch. Please review this again, Thanks :) 2012/3/22 Carsten Haitzler ras...@rasterman.com: On Wed, 21 Mar

Re: [E-devel] elm_genlist scrollto bottom

2012-03-22 Thread The Rasterman
On Wed, 21 Mar 2012 15:32:41 +0100 Leif Middelschulte leif.middelschu...@gmail.com said: Hello there, thanks to mike, I switched from elm_list to elm_genlist for my little project, for which I need to scroll to the bottom most element of a list, once it's realized. Turns out that genlist

Re: [E-devel] [Patch][elementary] elc_ctxpopup using elm_list internally.

2012-03-22 Thread Kim Shinwoo
OMG. I checked and revised whole elc_ctxpopup.c file to follow the coding style as bellows. Add parenthesis around all conditions: if (a) ... if (!a) ... if ((a) (b))... if ((!a) (b))... Please review the attached patch. Thanks! 2012/3/22 Carsten Haitzler

Re: [E-devel] [Patch][elementary] elc_ctxpopup using elm_list internally.

2012-03-22 Thread The Rasterman
On Thu, 22 Mar 2012 17:41:49 +0900 Kim Shinwoo kimcinoo@gmail.com said: i STILL see a if() (vs if ().. notice the SPACE) :) OMG. I checked and revised whole elc_ctxpopup.c file to follow the coding style as bellows. Add parenthesis around all conditions: if (a) ... if

Re: [E-devel] [Patch][elementary] elc_ctxpopup using elm_list internally.

2012-03-22 Thread Kim Shinwoo
AH!! sorry for this. now the patch follows.. - 1 space before parenthesis for keywords: if, for, while, switch Thanks for your response 2012/3/22 Carsten Haitzler ras...@rasterman.com: On Thu, 22 Mar 2012 17:41:49 +0900 Kim Shinwoo kimcinoo@gmail.com said: i STILL see a if() (vs if

Re: [E-devel] elm_list behavior

2012-03-22 Thread The Rasterman
On Mon, 19 Mar 2012 01:55:47 +0100 Leif Middelschulte leif.middelschu...@gmail.com said: bug in list - it didnt force a canvas calc. done. fixed. :) Hey everyone, I found more unexpected behavior in elm. This time it's about list_append, directly followed by list_item_bring_in. It just

Re: [E-devel] elm_list behavior

2012-03-22 Thread The Rasterman
On Sun, 18 Mar 2012 21:17:10 -0400 Michael Blumenkrantz michael.blumenkra...@gmail.com said: On Mon, 19 Mar 2012 01:55:47 +0100 Leif Middelschulte leif.middelschu...@gmail.com wrote: Hey everyone, I found more unexpected behavior in elm. This time it's about list_append, directly

Re: [E-devel] [Patch][elementary] elc_ctxpopup using elm_list internally.

2012-03-22 Thread The Rasterman
On Thu, 22 Mar 2012 18:44:40 +0900 Kim Shinwoo kimcinoo@gmail.com said: in svn! :) AH!! sorry for this. now the patch follows.. - 1 space before parenthesis for keywords: if, for, while, switch Thanks for your response 2012/3/22 Carsten Haitzler ras...@rasterman.com: On Thu,

Re: [E-devel] [Patch][elm_map] Add line, polygon, circle, scale overlay

2012-03-22 Thread The Rasterman
On Thu, 22 Mar 2012 15:20:05 +0900 Bluezery ohpo...@gmail.com said: ok- i'll let this in as it is an addition that doesnt break api.. but i'm not going to feel too happy about adding more api from now on until after release. Hello, This patch adds new overlay APIs (line, polygon, circle,

Re: [E-devel] elm_genlist scrollto bottom

2012-03-22 Thread Leif Middelschulte
2012/3/22 Carsten Haitzler ras...@rasterman.com: On Wed, 21 Mar 2012 15:32:41 +0100 Leif Middelschulte leif.middelschu...@gmail.com said: Hello there, thanks to mike, I switched from elm_list to elm_genlist for my little project, for which I need to scroll to the bottom most element of a

Re: [E-devel] [Patch][Genlist] Tree effect bug fix

2012-03-22 Thread chanwook jung
I modified code for target. 2012/3/22 chanwook jung jchanw...@gmail.com I make new one using _item_position and resolved blank bug. Please review again. Thanks Joey 2012/3/21 Daniel Juyung Seo seojuyu...@gmail.com I got issue when I applied this patch. When I expanded items in the

Re: [E-devel] Screen Resolution - Restore on Login

2012-03-22 Thread Leif Middelschulte
2012/3/22 Jeff Hoogland jeffhoogl...@linux.com: Fixed as in it was removed or it now works? Either way thanks! Building the update now. I wasn't accurate here. Fixed, as in it works now :-) On Wed, Mar 21, 2012 at 6:42 PM, Leif Middelschulte leif.middelschu...@gmail.com wrote: 2012/3/21

[E-devel] [Patch][elm_map] Remove unused codes

2012-03-22 Thread Bluezery
Hello, Now, Elm_Map_Marker, Elm_Map_Marker_Class, Elm_Map_Group_Class, Marker_Bubble are not used anymore. So I removed all things related those in elm_map. Please review this patch. Thanks -- BRs, Kim. Index: src/lib/elm_map.c

Re: [E-devel] elm_genlist scrollto bottom

2012-03-22 Thread The Rasterman
On Thu, 22 Mar 2012 12:15:58 +0100 Leif Middelschulte leif.middelschu...@gmail.com said: 2012/3/22 Carsten Haitzler ras...@rasterman.com: On Wed, 21 Mar 2012 15:32:41 +0100 Leif Middelschulte leif.middelschu...@gmail.com said: Hello there, thanks to mike, I switched from elm_list to

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

2012-03-22 Thread Gustavo Chaves
On Thu, Mar 22, 2012 at 7:14 AM, Enlightenment SVN no-re...@enlightenment.org wrote: Log: From: cnook kimci...@gmail.com Subject: [E-devel] [Patch][elementary] elc_ctxpopup using elm_list internally. The patch is for using elm_list as a item controller of elc_ctxpopup. I have learned

Re: [E-devel] create custom elementary widget

2012-03-22 Thread Gustavo Chaves
On Thu, Mar 22, 2012 at 3:19 AM, Vincent Torri vincent.to...@gmail.comwrote: On Thu, Mar 22, 2012 at 7:09 AM, Carsten Haitzler ras...@rasterman.com wrote: On Wed, 21 Mar 2012 22:30:27 +0100 Andreas Volz li...@brachttal.net said: rotary.. what? Hi, I've some special widgets which

Re: [E-devel] elm_genlist scrollto bottom

2012-03-22 Thread Leif Middelschulte
2012/3/22 Carsten Haitzler ras...@rasterman.com: On Thu, 22 Mar 2012 12:15:58 +0100 Leif Middelschulte leif.middelschu...@gmail.com said: 2012/3/22 Carsten Haitzler ras...@rasterman.com: On Wed, 21 Mar 2012 15:32:41 +0100 Leif Middelschulte leif.middelschu...@gmail.com said: Hello

Re: [E-devel] create custom elementary widget

2012-03-22 Thread Andreas Volz
Am Wed, 21 Mar 2012 18:54:39 -0300 schrieb Gustavo Chaves: On Wed, Mar 21, 2012 at 6:30 PM, Andreas Volz li...@brachttal.net wrote: Hi, Hi. I've some special widgets which I couldn't assemble from other existing widgets (rotary). So I like to create a new one. Could you tell

Re: [E-devel] create custom elementary widget

2012-03-22 Thread Gustavo Sverzut Barbieri
On Thu, Mar 22, 2012 at 6:06 PM, Andreas Volz li...@brachttal.net wrote: Am Wed, 21 Mar 2012 18:54:39 -0300 schrieb Gustavo Chaves: On Wed, Mar 21, 2012 at 6:30 PM, Andreas Volz li...@brachttal.net wrote: Hi, Hi. I've some special widgets which I couldn't assemble from other

Re: [E-devel] create custom elementary widget

2012-03-22 Thread Andreas Volz
Am Thu, 22 Mar 2012 15:09:05 +0900 schrieb Carsten Haitzler (The Rasterman): On Wed, 21 Mar 2012 22:30:27 +0100 Andreas Volz li...@brachttal.net said: rotary.. what? Hmm, how should I explain it? Maybe some pictures tell more then words:

Re: [E-devel] create custom elementary widget

2012-03-22 Thread Michael Blumenkrantz
On Thu, 22 Mar 2012 18:30:57 -0300 Gustavo Sverzut Barbieri barbi...@profusion.mobi wrote: On Thu, Mar 22, 2012 at 6:15 PM, Andreas Volz li...@brachttal.net wrote: Am Thu, 22 Mar 2012 15:09:05 +0900 schrieb Carsten Haitzler (The Rasterman): On Wed, 21 Mar 2012 22:30:27 +0100 Andreas Volz

Re: [E-devel] create custom elementary widget

2012-03-22 Thread Andreas Volz
Am Thu, 22 Mar 2012 22:54:12 +0100 schrieb Leif Middelschulte: 2012/3/22 Andreas Volz li...@brachttal.net: Am Thu, 22 Mar 2012 15:09:05 +0900 schrieb Carsten Haitzler (The Rasterman): On Wed, 21 Mar 2012 22:30:27 +0100 Andreas Volz li...@brachttal.net said: rotary.. what? Hmm,

Re: [E-devel] create custom elementary widget

2012-03-22 Thread David Seikel
On Thu, 22 Mar 2012 23:27:01 +0100 Andreas Volz li...@brachttal.net wrote: Am Thu, 22 Mar 2012 22:54:12 +0100 schrieb Leif Middelschulte: 2012/3/22 Andreas Volz li...@brachttal.net: Am Thu, 22 Mar 2012 15:09:05 +0900 schrieb Carsten Haitzler (The Rasterman): On Wed, 21 Mar 2012

Re: [E-devel] create custom elementary widget

2012-03-22 Thread Daniel Juyung Seo
Check trunk/EXAMPLES/elementary/volume_knob_slider from raoul. This looks very similar and I like that. Daniel Juyung Seo (SeoZ) On Fri, Mar 23, 2012 at 7:27 AM, Andreas Volz li...@brachttal.net wrote: Am Thu, 22 Mar 2012 22:54:12 +0100 schrieb Leif Middelschulte: 2012/3/22 Andreas Volz

Re: [E-devel] elm_genlist scrollto bottom

2012-03-22 Thread Daniel Juyung Seo
Hello, On Thu, Mar 22, 2012 at 12:38 AM, Leif Middelschulte leif.middelschu...@gmail.com wrote: 2012/3/21 Daniel Juyung Seo seojuyu...@gmail.com: Oh.. Genlist is designed to handle this kind of situation without trick. It's a genlist bug. In case you have more than 34 items, genlist will

Re: [E-devel] elm_genlist scrollto bottom

2012-03-22 Thread Daniel Juyung Seo
On Thu, Mar 22, 2012 at 10:08 PM, Carsten Haitzler ras...@rasterman.com wrote: On Thu, 22 Mar 2012 12:15:58 +0100 Leif Middelschulte leif.middelschu...@gmail.com said: 2012/3/22 Carsten Haitzler ras...@rasterman.com: On Wed, 21 Mar 2012 15:32:41 +0100 Leif Middelschulte

Re: [E-devel] elm_genlist scrollto bottom

2012-03-22 Thread Daniel Juyung Seo
On Fri, Mar 23, 2012 at 12:42 AM, Leif Middelschulte leif.middelschu...@gmail.com wrote: 2012/3/22 Carsten Haitzler ras...@rasterman.com: On Thu, 22 Mar 2012 12:15:58 +0100 Leif Middelschulte leif.middelschu...@gmail.com said: 2012/3/22 Carsten Haitzler ras...@rasterman.com: On Wed, 21 Mar

Re: [E-devel] create custom elementary widget

2012-03-22 Thread The Rasterman
On Thu, 22 Mar 2012 22:15:06 +0100 Andreas Volz li...@brachttal.net said: Am Thu, 22 Mar 2012 15:09:05 +0900 schrieb Carsten Haitzler (The Rasterman): On Wed, 21 Mar 2012 22:30:27 +0100 Andreas Volz li...@brachttal.net said: rotary.. what? Hmm, how should I explain it? Maybe

Re: [E-devel] elm_genlist scrollto bottom

2012-03-22 Thread The Rasterman
On Thu, 22 Mar 2012 16:42:32 +0100 Leif Middelschulte leif.middelschu...@gmail.com said: 2012/3/22 Carsten Haitzler ras...@rasterman.com: On Thu, 22 Mar 2012 12:15:58 +0100 Leif Middelschulte leif.middelschu...@gmail.com said: 2012/3/22 Carsten Haitzler ras...@rasterman.com: On Wed,

Re: [E-devel] create custom elementary widget

2012-03-22 Thread The Rasterman
On Thu, 22 Mar 2012 11:20:45 -0300 Gustavo Chaves gl...@profusion.mobi said: On Thu, Mar 22, 2012 at 3:19 AM, Vincent Torri vincent.to...@gmail.comwrote: On Thu, Mar 22, 2012 at 7:09 AM, Carsten Haitzler ras...@rasterman.com wrote: On Wed, 21 Mar 2012 22:30:27 +0100 Andreas Volz

Re: [E-devel] create custom elementary widget

2012-03-22 Thread The Rasterman
On Thu, 22 Mar 2012 22:54:12 +0100 Leif Middelschulte leif.middelschu...@gmail.com said: 2012/3/22 Andreas Volz li...@brachttal.net: Am Thu, 22 Mar 2012 15:09:05 +0900 schrieb Carsten Haitzler (The Rasterman): On Wed, 21 Mar 2012 22:30:27 +0100 Andreas Volz li...@brachttal.net said:

Re: [E-devel] create custom elementary widget

2012-03-22 Thread David Seikel
On Fri, 23 Mar 2012 09:59:10 +0900 Carsten Haitzler (The Rasterman) ras...@rasterman.com wrote: On Thu, 22 Mar 2012 22:15:06 +0100 Andreas Volz li...@brachttal.net said: Am Thu, 22 Mar 2012 15:09:05 +0900 schrieb Carsten Haitzler (The Rasterman): On Wed, 21 Mar 2012 22:30:27 +0100

Re: [E-devel] [Patch][elm_map] Remove unused codes

2012-03-22 Thread Daniel Juyung Seo
Thanks, in SVN! http://trac.enlightenment.org/e/changeset/69571 Daniel Juyung Seo (SeoZ) On Thu, Mar 22, 2012 at 9:38 PM, Bluezery ohpo...@gmail.com wrote: Hello, Now, Elm_Map_Marker, Elm_Map_Marker_Class, Elm_Map_Group_Class, Marker_Bubble are not used anymore.  So I removed all things

[E-devel] size hints

2012-03-22 Thread Michael Blumenkrantz
hi, I have finally created a size hints page on the wiki as I've said I would do for as long as I've been with the project, and it can now be found here: http://trac.enlightenment.org/e/wiki/SizeHints and is linked to in very large letters from the top of here:

Re: [E-devel] size hints

2012-03-22 Thread Sanjeev BA
Like. On Fri, Mar 23, 2012 at 11:46 AM, Michael Blumenkrantz michael.blumenkra...@gmail.com wrote: hi, I have finally created a size hints page on the wiki as I've said I would do for as long as I've been with the project, and it can now be found here:

Re: [E-devel] size hints

2012-03-22 Thread Daniel Juyung Seo
I'm loving it! Great job! Thanks. Daniel Juyung Seo (SeoZ) On Fri, Mar 23, 2012 at 11:46 AM, Michael Blumenkrantz michael.blumenkra...@gmail.com wrote: hi, I have finally created a size hints page on the wiki as I've said I would do for as long as I've been with the project, and it can now

Re: [E-devel] size hints

2012-03-22 Thread Gustavo Sverzut Barbieri
There are somethings to be improved, but it's a start and will motivate me to help. Thanks :-) On Thursday, March 22, 2012, Michael Blumenkrantz michael.blumenkra...@gmail.com wrote: hi, I have finally created a size hints page on the wiki as I've said I would do for as long as I've been

[E-devel] [Patch][elm_map] Bug fix

2012-03-22 Thread Bluezery
Hello, This is simple bug fix patch Callback parameter should be Widget_Data, not Evas_Object. Thanks. -- BRs, Kim. Index: src/lib/elm_map.c === --- src/lib/elm_map.c (리비전 69574) +++ src/lib/elm_map.c (작업 사본) @@ -4284,9 +4284,9 @@

Re: [E-devel] [Patch][Genlist] Tree effect bug fix

2012-03-22 Thread chanwook jung
I changed the code for performance. 2012/3/22 chanwook jung jchanw...@gmail.com I modified code for target. 2012/3/22 chanwook jung jchanw...@gmail.com I make new one using _item_position and resolved blank bug. Please review again. Thanks Joey 2012/3/21 Daniel Juyung Seo

Re: [E-devel] create custom elementary widget

2012-03-22 Thread The Rasterman
On Fri, 23 Mar 2012 11:02:09 +1000 David Seikel onef...@gmail.com said: You type with your steering wheel and horn? that'd explain the kind of driving i see in korea. :) -- - Codito, ergo sum - I code, therefore I am -- The Rasterman (Carsten Haitzler)

Re: [E-devel] [Patch][elm_map] Bug fix

2012-03-22 Thread Sanjeev BA
This patch seems to change behaviour of the callbacks, by returning a different callback param. Widget_Data makes sense, but are you sure it doesn't affect exisiting users of this API ? On Fri, Mar 23, 2012 at 1:00 PM, Bluezery ohpo...@gmail.com wrote: Hello, This is simple bug fix patch

Re: [E-devel] [Patch][elm_map] Bug fix

2012-03-22 Thread The Rasterman
On Fri, 23 Mar 2012 14:16:40 +0900 Sanjeev BA eflel...@gmail.com said: no - its callbacks that are internal - not called TO api users. this patch is fine. This patch seems to change behaviour of the callbacks, by returning a different callback param. Widget_Data makes sense, but are you sure