Re: [E-devel] E SVN: hermet IN trunk/elementary: data/themes/widgets src/lib

2012-02-20 Thread The Rasterman
On Sun, 19 Feb 2012 00:20:48 +0900 ChunEon Park said: it can be done with group names. eg: elm/button/base/default vs elm/button/base2/default vs elm/button/base3/default we can version things at runtime just by doing this. things will auto fall-back to the default themes more modern version if

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

2012-02-20 Thread The Rasterman
On Sat, 18 Feb 2012 01:28:21 +0900 Hyoyoung Chang said: ok in. i added 2 #defines though for the header values so if people want to have const classes in code this makes it easier to define without knowing what the header has. :) > well, that means you have expectations to this feature. > that's

[E-devel] [Patch][elementary_test] test_cnp

2012-02-20 Thread cnook
Dear All, The attachment is a patch to enhance the test_cnp in elementary_test. You can check how to use elm_cnp_selection_clear() through the patch. Thanks. Shinwoo Kim. Index: src/bin/test_cnp.c === --- src/bin/test_cnp.c (revision

[E-devel] [Patch][elm_win] elm_win_title_set(); can make a crash with NULL

2012-02-20 Thread cnook
Dear All, Have ever try to call elm_win_title_set(win, NULL)? Then try... :-] It makes "Segmentation Fault". Yeah, we can add patch in the Ecore side, but we can prevent the segmentation fault before go inside. Please check the patch and give any feedbacks. Thanks a lot. Sincerely, Shinwoo Kim. I

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

2012-02-20 Thread Youness Alaoui
On Sun, Feb 19, 2012 at 11:44 PM, Carsten Haitzler wrote: > On Fri, 17 Feb 2012 01:16:12 -0500 Youness Alaoui > said: > > > (FYI: for those who didn't read from IRC, when Carsten realized I meant > to > > transform exquisite into a library+tools, and not add a new library to > the > > set, he agr

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

2012-02-20 Thread Daniel Juyung Seo
no!! you committed other patches alongside. anyhow thanks for the genlist patch review. On Feb 20, 2012 5:26 PM, "Enlightenment SVN" wrote: > Log: > From: Hyoyoung Chang > Subject: [E-devel] [patch] elm_genlist - add item_class management > functions > > I make controversial apis for it

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

2012-02-20 Thread Jihoon Kim
is the difference just trailing space? 2012. 2. 20. 오후 5:25에 "Enlightenment SVN" 님이 작성: > Log: > why did someone add 2 indentically named funcs? > > > > Author: raster > Date: 2012-02-20 00:24:41 -0800 (Mon, 20 Feb 2012) > New Revision: 68146 > Trac: http://trac.enlightenment

Re: [E-devel] EFL on OSEK systems?

2012-02-20 Thread Cedric BAIL
On Sun, Feb 19, 2012 at 9:42 PM, Vincent Torri wrote: > On Sun, Feb 19, 2012 at 6:42 PM, Cedric BAIL wrote: >> On Fri, Feb 17, 2012 at 11:02 PM, Andreas Volz wrote: >>> I like to know you opinion about usage of EFL (edje) on OSEK systems? >>> >>> If you don't know what OSEK is here some links: >

Re: [E-devel] EFL on OSEK systems?

2012-02-20 Thread Vincent Torri
On Mon, Feb 20, 2012 at 10:46 AM, Cedric BAIL wrote: > On Sun, Feb 19, 2012 at 9:42 PM, Vincent Torri > wrote: >> On Sun, Feb 19, 2012 at 6:42 PM, Cedric BAIL wrote: >>> On Fri, Feb 17, 2012 at 11:02 PM, Andreas Volz wrote: I like to know you opinion about usage of EFL (edje) on OSEK syst

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

2012-02-20 Thread The Rasterman
On Mon, 20 Feb 2012 01:23:21 -0800 Jihoon Kim said: wtf... i had an extra func in mine.. aaargh. something odd happened to my src tree... :/ > is the difference just trailing space? > 2012. 2. 20. 오후 5:25에 "Enlightenment SVN" 님이 > 작성: > > > Log: > > why did someone add 2 indentically named func

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

2012-02-20 Thread The Rasterman
On Mon, 20 Feb 2012 04:00:16 -0500 Youness Alaoui said: > On Sun, Feb 19, 2012 at 11:44 PM, Carsten Haitzler > wrote: > > > On Fri, 17 Feb 2012 01:16:12 -0500 Youness Alaoui > > said: > > > > > (FYI: for those who didn't read from IRC, when Carsten realized I meant > > to > > > transform exquis

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

2012-02-20 Thread The Rasterman
On Mon, 20 Feb 2012 18:00:58 +0900 Daniel Juyung Seo said: i have no idea what happened there... :/ > no!! > you committed other patches alongside. > > anyhow thanks for the genlist patch review. > On Feb 20, 2012 5:26 PM, "Enlightenment SVN" > wrote: > > > Log: > > From: Hyoyoung Chang

Re: [E-devel] [Patch][elementary_test] test_check, test_clock

2012-02-20 Thread The Rasterman
On Mon, 20 Feb 2012 16:36:48 +0900 cnook said: > Dear All, Hello~ > > I have attached patch for elementary_test as following. > > - test_check: using elm_check_state_pointer_set(); > - test_clock: using elm_clock_interval_set(); > > Please review this. Thanks always. simple... in! :) tnx!

Re: [E-devel] [Patch][elementary_test] test_cnp

2012-02-20 Thread The Rasterman
On Mon, 20 Feb 2012 17:28:05 +0900 cnook said: > Dear All, > > The attachment is a patch to enhance the test_cnp in elementary_test. > You can check how to use elm_cnp_selection_clear() through the patch. in! tnx! :) -- - Codito, ergo sum - "I code, therefore I am" --

Re: [E-devel] [Patch][elm_win] elm_win_title_set(); can make a crash with NULL

2012-02-20 Thread The Rasterman
On Mon, 20 Feb 2012 17:39:38 +0900 cnook said: > Dear All, > > Have ever try to call elm_win_title_set(win, NULL)? Then try... :-] It > makes "Segmentation Fault". > Yeah, we can add patch in the Ecore side, but we can prevent the > segmentation fault before go inside. > Please check the patch a

Re: [E-devel] E SVN: leif IN trunk/ecore: . src/lib/ecore_x src/lib/ecore_x/xlib

2012-02-20 Thread Christopher Michael
On 02/19/2012 06:46 PM, Carsten Haitzler (The Rasterman) wrote: > On Sun, 19 Feb 2012 15:18:40 + (UTC) cpmicha...@comcast.net said: > >> >> >> - Original Message - >> From: "Michael Blumenkrantz" >> To: "Enlightenment developer list" >> Cc: ras...@rasterman.com >> Sent: Sunday, Februa

Re: [E-devel] [Patch][elm_win] elm_win_title_set(); can make a crash with NULL

2012-02-20 Thread ChunEon Park
how do we unset title name? ecore_evas title_func should be fixed maybe. -Regards, Hermet- -Original Message- From: "Carsten Haitzler" To: "Enlightenment developer list" Cc: "cnook"

Re: [E-devel] [Patch][elm_map] Refactoring Elementary Map

2012-02-20 Thread The Rasterman
On Thu, 16 Feb 2012 20:14:25 +0900 Bluezery said: full code review time. i started... ElmMapMarkerGetFunc ElmMapMarkerDelFunc ElmMapMarkerIconGetFunc ... etc ... ElmMapModuleCoordIntoGeoFunc add _'s ie Elm_Map_Marker_Get_Func sizeof(default_map_sources_tab)/sizeof(Map_Sources_Tab) change t

Re: [E-devel] [Patch][elm_win] elm_win_title_set(); can make a crash with NULL

2012-02-20 Thread The Rasterman
On Mon, 20 Feb 2012 21:22:22 +0900 ChunEon Park said: there is no "unset" - setting it to "" is the best u can do. :) u dont WANT an unset title anyway :) > how do we unset title name? > ecore_evas title_func should be fixed maybe. > > -Regards, Hermet- > >

Re: [E-devel] E SVN: cedric IN trunk/ecore: . src/lib/ecore

2012-02-20 Thread Vincent Torri
On Mon, Feb 20, 2012 at 4:57 PM, Enlightenment SVN wrote: > Log: > ecore: rewrite of Ecore_Thread internal to use Eina_Lock and > ecore_main_loop_thread_safe_call_async. > >  NOTES: It is now safer and faster. I doubt I will have more time before the > release to finish >  ecore_thread_message_r

Re: [E-devel] E SVN: cedric IN trunk/ecore: . src/lib/ecore

2012-02-20 Thread Cedric BAIL
On Mon, Feb 20, 2012 at 5:58 PM, Vincent Torri wrote: > On Mon, Feb 20, 2012 at 4:57 PM, Enlightenment SVN > wrote: >> Log: >> ecore: rewrite of Ecore_Thread internal to use Eina_Lock and >> ecore_main_loop_thread_safe_call_async. >> >>  NOTES: It is now safer and faster. I doubt I will have mor

Re: [E-devel] infinite loop somewhere below evas_tiler rect_list_add_split_fuzzy

2012-02-20 Thread David Seikel
On Mon, 20 Feb 2012 08:07:50 +0100 Martin Jansa wrote: > On Mon, Feb 20, 2012 at 01:25:14PM +0900, Carsten Haitzler wrote: > > On Mon, 20 Feb 2012 13:59:49 +1000 David Seikel > > said: > > > > > On Mon, 20 Feb 2012 08:38:10 +0900 Carsten Haitzler (The > > > Rasterman) wrote: > > > > > > > On

[E-devel] genlist tooltips

2012-02-20 Thread Michael Blumenkrantz
so I ran across this oddity recently: * create genlist item * try to elm_object_item_tooltip_content_cb_set * error: VIEW(it) is NULL the workaround for this is obviously to hook the "realized" smart cb and set it then, but this means the cb gets re-set whenever the item is re-created, which is o

[E-devel] elm toolbar vertical mode broken

2012-02-20 Thread Michael Blumenkrantz
this used to work okay, seems to be broken now. see toolbar test 6 for details. -- Try before you buy = See our experts in action! The most comprehensive online learning library for Microsoft developers is just $99.99! Vis

[E-devel] elm focus still broken

2012-02-20 Thread Michael Blumenkrantz
haven't tested with other widgets, but entry focus is barely functional. base entry test sets focus on the entry to start, focus is not present. this is probably caused by the same thing that causes the rest of entry focus problems. -

[E-devel] Fixes for latest eina and eet

2012-02-20 Thread Lionel Orry
Hi, while trying to install a fresh new efl stack on an old Fedora 10, I got stuck on two errors that I could fix quite easliy. Please review and apply if possible... - eina: the __gnu_printf__ format attribute is only valid since GCC 4.4. However, we can find __printf__ format before. I'm not su

Re: [E-devel] Fixes for latest eina and eet

2012-02-20 Thread Joerg Sonnenberger
On Mon, Feb 20, 2012 at 11:28:28PM +0100, Lionel Orry wrote: > - eina: the __gnu_printf__ format attribute is only valid since GCC > 4.4. However, we can find __printf__ format before. I'm not sure they > are equivalent though, so any hints on the fix appreciated... (tested > with GCC 4.3.4) They

Re: [E-devel] Fixes for latest eina and eet

2012-02-20 Thread Vincent Torri
On Mon, Feb 20, 2012 at 11:28 PM, Lionel Orry wrote: > Hi, > > while trying to install a fresh new efl stack on an old Fedora 10, I > got stuck on two errors that I could fix quite easliy. > Please review and apply if possible... > > - eina: the __gnu_printf__ format attribute is only valid since

Re: [E-devel] Fixes for latest eina and eet

2012-02-20 Thread Vincent Torri
On Mon, Feb 20, 2012 at 11:38 PM, Joerg Sonnenberger wrote: > On Mon, Feb 20, 2012 at 11:28:28PM +0100, Lionel Orry wrote: >> - eina: the __gnu_printf__ format attribute is only valid since GCC >> 4.4. However, we can find __printf__ format before. I'm not sure they >> are equivalent though, so an

Re: [E-devel] Fixes for latest eina and eet

2012-02-20 Thread Vincent Torri
On Tue, Feb 21, 2012 at 12:07 AM, Vincent Torri wrote: > On Mon, Feb 20, 2012 at 11:28 PM, Lionel Orry wrote: >> Hi, >> >> while trying to install a fresh new efl stack on an old Fedora 10, I >> got stuck on two errors that I could fix quite easliy. >> Please review and apply if possible... >> >>

Re: [E-devel] Fixes for latest eina and eet

2012-02-20 Thread Lionel Orry
it works for me, actually my first attempt was nearly the same but I thought the nested conditionals would maybe not be appreciated. Ok for me so. Lionel On Tue, Feb 21, 2012 at 12:21 AM, Vincent Torri wrote: > On Tue, Feb 21, 2012 at 12:07 AM, Vincent Torri > wrote: >> On Mon, Feb 20, 2012 at

Re: [E-devel] E SVN: sanjeev IN trunk: devs/sanjeev elementary/src/lib

2012-02-20 Thread Daniel Juyung Seo
Dear Sanjeev, these panes APIs are deprecated. They're already in elm_deprecated.h. I think this needs to be rollbacked. Can you check that? (reported by marcellus1) Daniel Juyung Seo (SeoZ) On Wed, Feb 15, 2012 at 1:48 PM, Enlightenment SVN wrote: > Log: > Add missing documentation for elm_pan

Re: [E-devel] Fixes for latest eina and eet

2012-02-20 Thread Joerg Sonnenberger
On Tue, Feb 21, 2012 at 12:10:47AM +0100, Vincent Torri wrote: > On Mon, Feb 20, 2012 at 11:38 PM, Joerg Sonnenberger > wrote: > > On Mon, Feb 20, 2012 at 11:28:28PM +0100, Lionel Orry wrote: > >> - eina: the __gnu_printf__ format attribute is only valid since GCC > >> 4.4. However, we can find __

Re: [E-devel] [Patch][elementary_test] test_actionslider, test_bg, test_box

2012-02-20 Thread Daniel Juyung Seo
I can't apply this patch because raster committed previous patch by accident. I give a big SPANK to raster. Well.. Shinwoo, can you please make a new patch with latest svn if you're ok? Or I'll just ignore it. Thanks in advance. Daniel Juyung Seo (SeoZ) On Mon, Feb 20, 2012 at 2:33 PM, Kim Shinwo

[E-devel] [Patch][Evil] evil_util.c and build errors

2012-02-20 Thread cnook
Dear All, Hello~ #include Evil.h is removed 3days before. and there is no #include limints.h (for ULONG_MAX) instead of removing. So I have added as attached... Please review the patch and give any feedbacks. And.. build errors in evil_printa.c, __mingw_strtold, __mingw_strtof make build error I

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

2012-02-20 Thread Daniel Juyung Seo
This introduces following warnings. elm_gesture_layer.c: In function '_add_device_pending': elm_gesture_layer.c:859:13: warning: passing argument 3 of 'eina_list_search_unsorted_list' makes pointer from integer without a cast /usr/local/include/eina-1/eina/eina_list.h:1163:28: note: expected 'cons

Re: [E-devel] [Patch][elementary_test] test_actionslider, test_bg, test_box

2012-02-20 Thread Kim Shinwoo
Dear Daniel, Hello. I have attached. based on r68179. Please review this and give any feedbacks. Thanks always. Shinwoo Kim. 2012/2/21 Daniel Juyung Seo > I can't apply this patch because raster committed previous patch by > accident. I give a big SPANK to raster. > Well.. Shinwoo, can you ple

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

2012-02-20 Thread ChunEon Park
We may need to use (size_t) data types. If there are no definitions of the above things, then our configuration can define them based on the CPU architecture. -Regards, Hermet- -Original Message- From: "Daniel Juyung Seo" To: en

Re: [E-devel] [Patch][elementary_test] test_actionslider, test_bg, test_box

2012-02-20 Thread Daniel Juyung Seo
Thanks, btw why did you remove bg? bg is needed for all windows. You can just use elm_win_util_standard_add(). It creates bg internally so you don't need to create bg explicitly. Thanks. Daniel Juyung Seo (SeoZ) On Tue, Feb 21, 2012 at 11:02 AM, Kim Shinwoo wrote: > Dear Daniel, Hello. > > I hav

Re: [E-devel] E SVN: sanjeev trunk/devs/sanjeev

2012-02-20 Thread Daniel Juyung Seo
On Tue, Feb 21, 2012 at 11:59 AM, Enlightenment SVN wrote: > Log: > Update email and modules. > >  Signed-off-by: Sanjeev BA > > Author:       sanjeev > Date:         2012-02-20 18:59:22 -0800 (Mon, 20 Feb 2012) > New Revision: 68188 > Trac:         http://trac.enlightenment.org/e/changeset/68188

Re: [E-devel] [Patch][elementary_test] test_actionslider, test_bg, test_box

2012-02-20 Thread Kim Shinwoo
Oops. I have refined. Please check the attached file. Sincerely, Shinwoo Kim. 2012/2/21 Daniel Juyung Seo > Thanks, btw why did you remove bg? > bg is needed for all windows. You can just use > elm_win_util_standard_add(). It creates bg internally so you don't > need to create bg explicitly. >

Re: [E-devel] [Patch][elm_map] Refactoring Elementary Map

2012-02-20 Thread Bluezery
I fixed the coding convention as your suggestions. And actually I did not touched almost those codes related with track & route yet :D. Those will be fixed later ASAP. Please review this formatting patch. 2012/2/20 Carsten Haitzler : > On Thu, 16 Feb 2012 20:14:25 +0900 Bluezery said: > > full co

[E-devel] [Qustion][Windows] Cannot execute elementary_test.exe

2012-02-20 Thread cnook
Dear All, I have a problem as following. You guys have any idea? Would you kindly ENLIGHTEN me on this question? I tested using r68179. $ ELM_ENGINE=gdi elementary_test.exe CRI: eina_share_common.c:542 _eina_share_common_node_from_str() *** Eina Magic Check Failed !!! Input handle is wrong t

Re: [E-devel] [Patch] Elementary : New widget Elm_datetime patch

2012-02-20 Thread Sumanth Krishna Mannam
Can any one check this datetime patch and commit it to svn, please ..!! Thanks & Regards, Sumanth M.V.K --- Original Message --- Sender : Gustavo Sverzut Barbieri Date : Feb 17, 2012 21:49 (GMT+05:30) Title : Re: [E-devel] [Patch] Elementary : New widget Elm_datetime patch On Fri, Feb 1

Re: [E-devel] Fixes for latest eina and eet

2012-02-20 Thread Vincent Torri
On Tue, Feb 21, 2012 at 1:18 AM, Joerg Sonnenberger wrote: > On Tue, Feb 21, 2012 at 12:10:47AM +0100, Vincent Torri wrote: >> On Mon, Feb 20, 2012 at 11:38 PM, Joerg Sonnenberger >> wrote: >> > On Mon, Feb 20, 2012 at 11:28:28PM +0100, Lionel Orry wrote: >> >> - eina: the __gnu_printf__ format a

Re: [E-devel] [Patch][Evil] evil_util.c and build errors

2012-02-20 Thread Vincent Torri
On Tue, Feb 21, 2012 at 2:55 AM, cnook wrote: > Dear All, Hello~ > > #include Evil.h is removed 3days before. > and there is no #include limints.h (for ULONG_MAX) instead of removing. > So I have added as attached... Please review the patch and give any feedbacks. > > And.. build errors > in evil_

Re: [E-devel] E SVN: woohyun IN trunk: edje edje/src/lib elementary/src/lib

2012-02-20 Thread Vincent Torri
On Tue, Feb 21, 2012 at 1:40 AM, Enlightenment SVN wrote: > Log: > [edje] Change APIs name from from >  edje_object_markup_filter_callback_{add,del,del_full} to >  edje_object_text_markup_filter_callback_{add,del,del_full}. > > > Author:       woohyun > Date:         2012-02-20 16:40:55 -0800 (Mon

[E-devel] [Patch][ecore_con] ecore_con_url Bug fix & Add timeout check

2012-02-20 Thread Bluezery
Hello, Previously discomfitor complained about ecore_con_url' bug. I think that It comes from environment differences and relates with timing. I found something can be a solution. In previous ecore_con_url, if no file descriptors are set, It waits forever. libcurl sometimes do not set these (

Re: [E-devel] E SVN: sanjeev trunk/espionnage/src/bin

2012-02-20 Thread Vincent Torri
On Tue, Feb 21, 2012 at 6:53 AM, Enlightenment SVN wrote: > Log: > Fix elm_video_uri_set usage in esopinage. > >  Signed-off-by: Sanjeev BA > > Author:       sanjeev > Date:         2012-02-20 21:53:08 -0800 (Mon, 20 Feb 2012) > New Revision: 68201 > Trac:         http://trac.enlightenment.org/e/

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

2012-02-20 Thread Daniel Juyung Seo
raster just created "inserting trailing white space" group. this is not enough to join svn borker group :P Daniel Juyung Seo (SeoZ) On Mon, Feb 20, 2012 at 7:12 PM, Carsten Haitzler wrote: > On Mon, 20 Feb 2012 01:23:21 -0800 Jihoon Kim said: > > wtf... i had an extra func in mine.. aaargh. som

Re: [E-devel] [Patch][ecore_con] ecore_con_url Bug fix & Add timeout check

2012-02-20 Thread Michael Blumenkrantz
On Tue, 21 Feb 2012 15:32:50 +0900 Bluezery wrote: > Hello, > > Previously discomfitor complained about ecore_con_url' bug. I think > that It comes from environment differences and relates with timing. > > I found something can be a solution. > In previous ecore_con_url, if no file descriptors

Re: [E-devel] E SVN: sanjeev trunk/espionnage/src/bin

2012-02-20 Thread Elevate Efl
As per emotion_smart.c -> emotion_object_last_position_load(), it should. On Tue, Feb 21, 2012 at 3:34 PM, Vincent Torri wrote: > On Tue, Feb 21, 2012 at 6:53 AM, Enlightenment SVN > wrote: > > Log: > > Fix elm_video_uri_set usage in esopinage. > > > > Signed-off-by: Sanjeev BA > > > > Author

Re: [E-devel] [Patch][elementary_test] test_actionslider, test_bg, test_box

2012-02-20 Thread Daniel Juyung Seo
Dear Shinwoo Kim. Thanks for the patch. I fixed some parts and committed. Now in SVN! 1. indentation for(i = 0; i < 3; i++) { => for(i = 0; i < 3; i++) { 2. fixed more indentation here and there. 3. number of icons limitation i limited the number of icons up to 24 because elementary has only