Re: [E-devel] [Patch][elm_map] Map overlay color & grouping & route Fix

2012-03-21 Thread Daniel Juyung Seo
Hello, On Wed, Mar 21, 2012 at 12:12 PM, Bluezery wrote: > I am not idle while waiting review :D > There are many remain jobs to do in elm_map.  So, wait longer, patch bigger... > Other patch is also waiting for you. Separating these are too harsh job. :( Actually slow review is a bad thing happ

[E-devel] [Patch][elm_list] bug fix: crash occurs when container which contains the elm_list is deleted on the "elm_list item clicked" callback

2012-03-21 Thread cnook
Dear All, Hello. I have resolved the elm_list issue(goto ELM_LIST_CRASH_ISSUE_MAIL below, I sent mail but I cannot find the previous mail -_-;). It would be related with double free issue. In the "sub-obejct-del" callback which name is _sub_del() sets item->icon to NULL. And in the EVAS_CALLBACK_M

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

2012-03-21 Thread cnook
Dear All, Hello. The patch is for using elm_list as a item controller of elc_ctxpopup. I have learned that there was an opinion to change the internal structure of ctxpopup using the list. It would be able to match up to your expectation. but it is just a draft version of using list in ctxpopup. S

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

2012-03-21 Thread The Rasterman
On Sat, 17 Mar 2012 15:16:49 +0530 Vikram Narayanan said: > As the width and height are defined as static, no need to initialize it > again to zero. Also removed checks for 'valid pointers' as it is redundant. question... why did you make these changes? did you get warnings or something from a

Re: [E-devel] [Patch][elementary] elm_list.c - item_content_set() related.

2012-03-21 Thread The Rasterman
On Tue, 20 Mar 2012 14:27:55 +0900 cnook said: yeah - you're right. the boolean was reversed. patch in svn! tnx! :) > Dear All, Hello. > > The Eina_Bool item->dummy_icon and item->dummy_end of Elm_List_Item > indicate whether the content has REAL object or not. > - "not" means.. if elm_object_i

[E-devel] [Question][Windows] Shift/Alt/Ctrl key press operation

2012-03-21 Thread cnook
Dear All, Hello. I have a question about shift/alt/ctrl key press operation. On the X environment, shift/alt/ctrl key press event(EVAS_CALLBACK_KEY_DOWN) does not occur repeatedly . But on the Windows, shift/alt/ctrl key press event occurs repeatedly. Now let's suppose you have an application whi

[E-devel] [patch] evas doc typos

2012-03-21 Thread Jérôme Pinot
3 typos in evas doc. -- Jérôme Pinot http://ngc891.blogdns.net/ Index: evas/src/lib/Evas.h === --- evas/src/lib/Evas.h (revision 69535) +++ evas/src/lib/Evas.h (working copy) @@ -2424,7 +2424,7 @@ * of this kind during the freeze

Re: [E-devel] [patch] elm_genlist - bugfix at flip_realize

2012-03-21 Thread The Rasterman
On Tue, 20 Mar 2012 16:53:37 +0900 Hyoyoung Chang said: this one seems good - in svn it is! tnx! :) > oops sorry. > in diff, i did a mistakes > it's refined version. > > On Tue, Mar 20, 2012 at 4:43 PM, Sanjeev BA wrote: > > how does EINA_LIST_FOREACH(*source, l, key) work without initializing

Re: [E-devel] [Question][Windows] Shift/Alt/Ctrl key press operation

2012-03-21 Thread The Rasterman
On Wed, 21 Mar 2012 19:53:30 +0900 cnook said: > Dear All, Hello. > > I have a question about shift/alt/ctrl key press operation. > On the X environment, shift/alt/ctrl key press > event(EVAS_CALLBACK_KEY_DOWN) does not occur repeatedly . > But on the Windows, shift/alt/ctrl key press event occu

Re: [E-devel] [Patch][Genlist] Add the moved.after/before signal instead of moved

2012-03-21 Thread The Rasterman
On Tue, 20 Mar 2012 16:40:56 +0900 chanwook jung said: ok - in svn, but you forgot to change the docs to match the . -> , change. fixed for you :) > I make a new patch. > I did not remove moved signal just add moved,after/before and change to ",". > > Thanks > Joey > > 2012/3/20 Hyoyoung Chang

Re: [E-devel] [patch] elm_genlist - bugfix at item_state_update

2012-03-21 Thread The Rasterman
On Mon, 19 Mar 2012 20:03:58 +0900 Hyoyoung Chang said: looked at patch. seems fine to me. in svn! tnx! :) > Dear all, > > I fixed minor error in _elm_genlist_item_state_update. > If item is selected, it sends signal to item and edit_obj. > But edit_obj is not checked by if statement. > I added

Re: [E-devel] [patch] evas doc typos

2012-03-21 Thread The Rasterman
On Wed, 21 Mar 2012 20:00:18 +0900 Jérôme Pinot said: > 3 typos in evas doc. hehehe. that typo is funny. :) in svn! tnx muchly! :) -- - Codito, ergo sum - "I code, therefore I am" -- The Rasterman (Carsten Haitzler)ras...@rasterman.com

Re: [E-devel] DNS in Ubuntu 12.04.

2012-03-21 Thread The Rasterman
On Wed, 21 Mar 2012 09:45:39 +0900 Sanjeev BA said: > Hi, > > I found the following info useful to fix my DNS issue in Ubuntu 12.04, > today morning. > > http://www.stgraber.org/2012/02/24/dns-in-ubuntu-12-04/ ummm... aaarrrh you had a dns issue? what was your issue? -- - Cod

Re: [E-devel] [Patch][elm_list] bug fix: crash occurs when container which contains the elm_list is deleted on the "elm_list item clicked" callback

2012-03-21 Thread Hyoyoung Chang
I think previous your mail is in another your mail account :P btw, i have a question. +if (it->icon) + evas_object_event_callback_del(it->icon, + EVAS_CALLBACK_CHANGED_SIZE_HINTS, + _changed_size_hi

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

2012-03-21 Thread Hyoyoung Chang
yeap, it seems nice. btw, i have a question. - if (eina_list_count(wd->items) < 1) + list = elm_object_item_widget_get(ctxpopup_it->list_item); + + if (eina_list_count(elm_list_items_get(list)) < 2) { +elm_object_item_del(ctxpopup_it->list_item); evas_object_hide(WIDGE

[E-devel] elm_genlist scrollto bottom

2012-03-21 Thread Leif Middelschulte
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 can't do this, while elm_list can _if_ you iterate the main loop once. Code that demonstrates it

Re: [E-devel] elm_genlist scrollto bottom

2012-03-21 Thread Daniel Juyung Seo
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 handle this correctly. I will fix this soon. (very busy at the moment.) So you don't even need to use "realized" callback. Genlist will do all the things fo

Re: [E-devel] elm_genlist scrollto bottom

2012-03-21 Thread Leif Middelschulte
2012/3/21 Daniel Juyung Seo : > 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 > handle this correctly. What an arbitraty number, isn't it?! > I will fix this soon. (very busy at the moment.) Even in y

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

2012-03-21 Thread Vikram Narayanan
On 3/21/2012 3:28 PM, Carsten Haitzler (The Rasterman) wrote: > On Sat, 17 Mar 2012 15:16:49 +0530 Vikram Narayanan > said: > >> As the width and height are defined as static, no need to initialize it >> again to zero. Also removed checks for 'valid pointers' as it is redundant. > > question... w

[E-devel] Screen Resolution - Restore on Login

2012-03-21 Thread Jeff Hoogland
Can we please get the "restore on login" option in the screen resolution tool to actually work or else remove it until it is functional? It causes confusion among users every now and then with it being there, but not functioning. -- ~Jeff Hoogland Thoughts on Technolog

[E-devel] create custom elementary widget

2012-03-21 Thread Andreas Volz
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 elementary/src/lib/ (I won't commit it without permission!) or is there some elementary-extras librar

Re: [E-devel] create custom elementary widget

2012-03-21 Thread Gustavo Chaves
On Wed, Mar 21, 2012 at 6:30 PM, Andreas Volz 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 me the > way how to do this? > > Should I create a new one in elementary/src/lib/ (I won

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

2012-03-21 Thread Leif Middelschulte
2012/3/21 Jeff Hoogland : > Can we please get the "restore on login" option in the screen resolution > tool to actually work or else remove it until it is functional? > > It causes confusion among users every now and then with it being there, but > not functioning. Fixed in r69547. > > -- > ~Jeff

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

2012-03-21 Thread The Rasterman
On Wed, 21 Mar 2012 14:10:38 -0500 Jeff Hoogland said: > Can we please get the "restore on login" option in the screen resolution > tool to actually work or else remove it until it is functional? > > It causes confusion among users every now and then with it being there, but > not functioning.

Re: [E-devel] [Patch][elm_list] bug fix: crash occurs when container which contains the elm_list is deleted on the "elm_list item clicked" callback

2012-03-21 Thread Kim Shinwoo
OMG. Thanks for your response. You're definitely right. I have attached revised patch. Please review the patch. Anyhow.. Are you alive?!! 2012/3/21 Hyoyoung Chang : > I think previous your mail is in another your mail account :P > btw, i have a question. > > +        if (it->icon) > +          

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

2012-03-21 Thread Kim Shinwoo
Thanks for your response. It is for hiding ctxpopup if there is no item.. 2012/3/21 Hyoyoung Chang : > yeap, it seems nice. > btw, i have a question. > > -   if (eina_list_count(wd->items) < 1) > +   list = elm_object_item_widget_get(ctxpopup_it->list_item); > + > +   if (eina_list_count(elm_list

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

2012-03-21 Thread Jeff Hoogland
Fixed as in it was removed or it now works? Either way thanks! Building the update now. On Wed, Mar 21, 2012 at 6:42 PM, Leif Middelschulte < leif.middelschu...@gmail.com> wrote: > 2012/3/21 Jeff Hoogland : > > Can we please get the "restore on login" option in the screen resolution > > tool to a

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

2012-03-21 Thread The Rasterman
On Tue, 20 Mar 2012 16:11:28 +0900 Bluezery said: seems like this is in svn... :/ it'd be nice if ppl reply TO THE LIST... when they put things in svn :) saves me re-reviewing this :) > I resend map patch! > Thanks for your comments! ! > > 2012/3/20 Bluezery : > > 2012/3/19 Bluezery : > >> 2012

Re: [E-devel] [Patch][elm_map] Map overlay color & grouping & route Fix

2012-03-21 Thread The Rasterman
On Wed, 21 Mar 2012 12:12:45 +0900 Bluezery said: ok 1 thing. + ELM_MAP_OVERLAY_TYPE_GROUP, should be added to the END of the enum list. you just broke abi. i fixed it for you. :) in svn now :) > I am not idle while waiting review :D > There are many remain jobs to do in elm_map. So, wait

Re: [E-devel] [Patch][elm_map] Map overlay color & grouping & route Fix

2012-03-21 Thread The Rasterman
On Wed, 21 Mar 2012 15:59:32 +0900 Daniel Juyung Seo said: > Hello, > > On Wed, Mar 21, 2012 at 12:12 PM, Bluezery wrote: > > I am not idle while waiting review :D > > There are many remain jobs to do in elm_map.  So, wait longer, patch > > bigger... Other patch is also waiting for you. Separat

Re: [E-devel] [Bug Report] when elm_list deletes its container.

2012-03-21 Thread The Rasterman
On Wed, 21 Mar 2012 10:53:47 +0900 Kim Shinwoo said: do you have a more complete test case with code? that'd be awesome! > Dear All, Hello. > > If the elm_list is contained in the container - can be popup, ctxpopup > and so on - which has item with icon object such as a elm_radio > and evas_obj

Re: [E-devel] [Patch][elm_map] Map overlay color & grouping & route Fix

2012-03-21 Thread Bluezery
On Wed, 21 Mar 2012 15:59:32 +0900 Daniel Juyung Seo said: > Actually slow review is a bad thing happening in EFL. I need more reviewers. > But big patch makes review even slower and you won't get correct > review for your big patch. > > Just separate your job. > Do not split the patch after you

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

2012-03-21 Thread The Rasterman
On Wed, 21 Mar 2012 18:19:26 +0900 cnook said: > Dear All, Hello. > > The patch is for using elm_list as a item controller of elc_ctxpopup. > I have learned that there was an opinion to change the internal structure > of ctxpopup using the list. > It would be able to match up to your expectation

Re: [E-devel] [Patch][elm_list] bug fix: crash occurs when container which contains the elm_list is deleted on the "elm_list item clicked" callback

2012-03-21 Thread The Rasterman
On Thu, 22 Mar 2012 09:51:49 +0900 Kim Shinwoo said: in svn it is! tnx! :) > OMG. Thanks for your response. You're definitely right. > I have attached revised patch. Please review the patch. > > Anyhow.. Are you alive?!! > > > 2012/3/21 Hyoyoung Chang : > > I think previous your mail is in an

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

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

Re: [E-devel] create custom elementary widget

2012-03-21 Thread The Rasterman
On Wed, 21 Mar 2012 22:30:27 +0100 Andreas Volz 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 elementary/src/

Re: [E-devel] create custom elementary widget

2012-03-21 Thread Vincent Torri
On Thu, Mar 22, 2012 at 7:09 AM, Carsten Haitzler wrote: > On Wed, 21 Mar 2012 22:30:27 +0100 Andreas Volz 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 >> w