Re: [E-devel] [Patch][Eina] eina_file_win32

2012-03-07 Thread Vincent Torri
On Wed, Mar 7, 2012 at 8:52 AM, Kim Shinwoo kimcinoo@gmail.com wrote: Thanks for your response. I just checked the eina_file_win32.c to resolve previous problem of elementary_test.exe. And I just found the eina_lock_release() is omitted. So I sent the patch. Actually I never met the map

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

2012-03-07 Thread Vincent Torri
shouldn't the doc be updated when signatures of exported functions are modified ? Vincent On Wed, Mar 7, 2012 at 9:13 AM, Enlightenment SVN no-re...@enlightenment.org wrote: Log: warn-- Author:       raster Date:         2012-03-07 00:13:06 -0800 (Wed, 07 Mar 2012) New Revision: 68892

Re: [E-devel] E SVN: tasn IN trunk/elementary: doc/widgets src/bin src/edje_externals src/lib

2012-03-07 Thread Daniel Juyung Seo
Good job! Jiyoun, please refer this when you work on removing deprecated apis from trunk. Thanks. Daniel Juyung Seo (SeoZ) On Tue, Mar 6, 2012 at 7:09 PM, Enlightenment SVN no-re...@enlightenment.org wrote: Log: Elm entry: Merge anchorview/anchorblock into entry.  And kill those damn

Re: [E-devel] anchor{block,view}

2012-03-07 Thread Daniel Juyung Seo
Actually you're right. Yes those are killed. It's meaningless to deprecate them now right before API freeze. But they needs to be in elm_deprecated.h. Jiyoun is working on removing/fixing deprecated apis from trunk. elm_deprecated.h is a reference for that job. Daniel Juyung Seo (SeoZ) On Wed,

Re: [E-devel] eina_file_mmap_faulty()

2012-03-07 Thread Cedric BAIL
Yop, On Wed, Mar 7, 2012 at 8:34 AM, Vincent Torri vincent.to...@gmail.com wrote: that function is in eina_file.c, but it is not used in that file, and it does not appear in eina_file.h. Should it be exported or removed ? It's a private function called by eina_mmap.c when a page fault occur

Re: [E-devel] [Patch] elm_genlist : Add tree effect APIs

2012-03-07 Thread The Rasterman
On Mon, 5 Mar 2012 20:00:29 +0900 chanwook jung jchanw...@gmail.com said: h poo. this doesnt apply anymore. we've been so busy working on the api. is it possible to update this patch so it applies to current svn? :) Dear All, I made a patch for Tree Effect in elm_genlist. This feature

Re: [E-devel] eina_file_mmap_faulty()

2012-03-07 Thread Vincent Torri
On Wed, Mar 7, 2012 at 9:36 AM, Cedric BAIL cedric.b...@free.fr wrote: Yop, On Wed, Mar 7, 2012 at 8:34 AM, Vincent Torri vincent.to...@gmail.com wrote: that function is in eina_file.c, but it is not used in that file, and it does not appear in eina_file.h. Should it be exported or removed ?

Re: [E-devel] [Patch][Eina] eina_file_win32

2012-03-07 Thread Kim Shinwoo
Yes. eleementary_test is still failing. 2012/3/7 Vincent Torri vincent.to...@gmail.com: On Wed, Mar 7, 2012 at 8:52 AM, Kim Shinwoo kimcinoo@gmail.com wrote: Thanks for your response. I just checked the eina_file_win32.c to resolve previous problem of elementary_test.exe. And I just

Re: [E-devel] [Patch] Elementary : New widget Elc_dayselector

2012-03-07 Thread ChunEon Park
in svn. 68868 Thank you very much!! -Regards, Hermet- -Original Message- From: ChunEon Parklt;her...@naver.comgt; To: EFLlt;enlightenment-devel@lists.sourceforge.netgt;; Mike

Re: [E-devel] eina_file_mmap_faulty()

2012-03-07 Thread Cedric BAIL
On Wed, Mar 7, 2012 at 9:41 AM, Vincent Torri vincent.to...@gmail.com wrote: On Wed, Mar 7, 2012 at 9:36 AM, Cedric BAIL cedric.b...@free.fr wrote: Yop, On Wed, Mar 7, 2012 at 8:34 AM, Vincent Torri vincent.to...@gmail.com wrote: that function is in eina_file.c, but it is not used in that

[E-devel] elc_multibuttonentry.h.patch

2012-03-07 Thread Jeremy Zurcher
elm_multibuttonentry_item_filter_del - elm_multibuttonentry_item_filter_remove Jeremy diff --git a/elementary/src/lib/elc_multibuttonentry.h b/elementary/src/lib/elc_multibuttonentry.h index dedc93a..e7eef74 100644 --- a/elementary/src/lib/elc_multibuttonentry.h +++

Re: [E-devel] eina_file_mmap_faulty()

2012-03-07 Thread Vincent Torri
On Wed, Mar 7, 2012 at 9:55 AM, Cedric BAIL cedric.b...@free.fr wrote: On Wed, Mar 7, 2012 at 9:41 AM, Vincent Torri vincent.to...@gmail.com wrote: On Wed, Mar 7, 2012 at 9:36 AM, Cedric BAIL cedric.b...@free.fr wrote: Yop, On Wed, Mar 7, 2012 at 8:34 AM, Vincent Torri vincent.to...@gmail.com

Re: [E-devel] elc_multibuttonentry.h.patch

2012-03-07 Thread Sanjeev BA
In svn, thanks. r68909 On Wed, Mar 7, 2012 at 5:57 PM, Jeremy Zurcher jer...@asynk.ch wrote: elm_multibuttonentry_item_filter_del - elm_multibuttonentry_item_filter_remove Jeremy -- Virtualization Cloud

[E-devel] [Patch][Evas][Edje][Elementary] typo issue

2012-03-07 Thread cnook
Dear All, Hello. _els_smart_icon_preload_set() and evas_object_image_preload() are ambiguous. Actually they disable and cancel the preload. So I have changed each names as attached patches. Please review patches and give any feedbacks. Thanks. Sincerely, Shinwoo Kim. Index:

[E-devel] [patch] gengrid - Some missing APIs is added

2012-03-07 Thread Hyoyoung Chang
Dear all. After api reivew, some api is missed in gengrid. So I add this apis to gengrid. patch file - 0001 +EAPI Eina_List *elm_gengrid_realized_items_get(const Evas_Object *obj); +EAPI void elm_gengrid_realized_items_update(Evas_Object *obj); patch file - 0002 +EAPI void

Re: [E-devel] [Patch][elm_map] Change Add map APIs

2012-03-07 Thread The Rasterman
On Mon, 5 Mar 2012 20:05:51 +0900 Bluezery ohpo...@gmail.com said: ergh. trouble. 1. never #ifdef things in a header - ie the emap apis - never make them optional based on a ifdef - ever. it broke for me as i dont have emap here. i modified this to always provide these funcs, but just have empty

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

2012-03-07 Thread Daniel Juyung Seo
On Wed, Mar 7, 2012 at 5:45 PM, Enlightenment SVN no-re...@enlightenment.org wrote: Log: elementary/dayselector - trivial changes Author:       hermet Date:         2012-03-07 00:45:49 -0800 (Wed, 07 Mar 2012) New Revision: 68903 Trac:        

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

2012-03-07 Thread The Rasterman
On Wed, 7 Mar 2012 09:16:56 +0100 Vincent Torri vincent.to...@gmail.com said: i missed 1 doc string. i fixed the others. shouldn't the doc be updated when signatures of exported functions are modified ? Vincent On Wed, Mar 7, 2012 at 9:13 AM, Enlightenment SVN

Re: [E-devel] anchor{block,view}

2012-03-07 Thread The Rasterman
On Wed, 7 Mar 2012 17:20:31 +0900 Daniel Juyung Seo seojuyu...@gmail.com said: they already are all gone from svn. headers, c files... the lot. :) Actually you're right. Yes those are killed. It's meaningless to deprecate them now right before API freeze. But they needs to be in

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

2012-03-07 Thread Michael Blumenkrantz
On Wed, 7 Mar 2012 18:31:49 +0900 Daniel Juyung Seo seojuyu...@gmail.com wrote: On Wed, Mar 7, 2012 at 5:45 PM, Enlightenment SVN no-re...@enlightenment.org wrote: Log: elementary/dayselector - trivial changes Author:       hermet Date:         2012-03-07 00:45:49 -0800 (Wed, 07

Re: [E-devel] anchor{block,view}

2012-03-07 Thread Tom Hacohen
On 07/03/12 11:30, Carsten Haitzler (The Rasterman) wrote: On Wed, 7 Mar 2012 17:20:31 +0900 Daniel Juyung Seoseojuyu...@gmail.com said: they already are all gone from svn. headers, c files... the lot. :) When I kill things, they stay dead! -- Tom.

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

2012-03-07 Thread Vincent Torri
if i'm not mistaken, a lot of that code (in ecore_x/cb_e.c is common to xlib and xcb. Shouldn't we factorize that a bit ? Vincent On Wed, Mar 7, 2012 at 11:13 AM, Enlightenment SVN no-re...@enlightenment.org wrote: Log: ecore/ecore_x - added ecore_x_illume clipboard stuff. Author:      

Re: [E-devel] [Patch] elm_genlist : Add tree effect APIs

2012-03-07 Thread chanwook jung
I made a new one using current svn. Thanks joey On Wed, Mar 7, 2012 at 5:38 PM, Carsten Haitzler ras...@rasterman.comwrote: On Mon, 5 Mar 2012 20:00:29 +0900 chanwook jung jchanw...@gmail.com said: h poo. this doesnt apply anymore. we've been so busy working on the api. is it possible

Re: [E-devel] : Elementary: Elm_colorpalette - New widget patch

2012-03-07 Thread The Rasterman
On Tue, 06 Mar 2012 22:06:18 +0900 ChunEon Parkher...@naver.com said: no no no! a color palette is a SEt of colors, 1, 2, 5, 20, 100 - look at gimp or photoshop - look t the palettes list. these have names. THATS what i am referring to. so you have a palette default it has: #ff #00

[E-devel] [Patch][elm_map] Fix warning Add a API

2012-03-07 Thread Bluezery
Hello, These can be final patch before elementary 1.0 release. 1) As raster's comment, I removed plug-in function prototypes and removed deprecated APIs in test_map.c 2) Add elm_map_region_to_canvas_convert(). This is reverse of elm_map_canvas_to_region_convert() 3) Remove all _geo_ in even

Re: [E-devel] E SVN: cedric trunk/eina/src/lib

2012-03-07 Thread Vincent Torri
is that patch for win32 correct ? Index: eina_file_win32.c === --- eina_file_win32.c (revision 68885) +++ eina_file_win32.c (working copy) @@ -922,7 +922,7 @@ file = eina_hash_find(_eina_file_cache, filename); if (file

Re: [E-devel] E SVN: cedric trunk/eina/src/lib

2012-03-07 Thread Cedric BAIL
On Wed, Mar 7, 2012 at 11:48 AM, Vincent Torri vincent.to...@gmail.com wrote: is that patch for win32 correct ? I think yes, as the delete_me should be triggered only when the file changed not the other way around... Index: eina_file_win32.c

Re: [E-devel] : Elementary: Elm_colorpalette - New widget patch

2012-03-07 Thread SHILPA ONKAR SINGH
On Wed Mar 07, 2012 19:29 Carsten Haitzler said: Hi Raster, Exactly the samething is done. but instead of loading/saving colors in the form of hexa string #ff, a color structure with RGBA values is taken in accordance with APIs. There is a main structure with parameters palette_name and

Re: [E-devel] : Elementary: Elm_colorpalette - New widget patch

2012-03-07 Thread The Rasterman
On Tue, 06 Mar 2012 22:06:18 +0900 ChunEon Parkher...@naver.com said: wait - i sent my mail after a short read ans seeing _elm_config_color_set()... but now i read some more.. that doesnt set a color.. that APPENDS a color to the named palette. ok ok - this was right. ignore my previous mail.

[E-devel] removing latest bits of edje_convert

2012-03-07 Thread Vincent Torri
hey edje_convert is not compiled, nor used. So I would like to remove them. Here is the patch (i'll delete the 2 files too) no problem with that ? Vincent Index: src/bin/Makefile.am === --- src/bin/Makefile.am (revision 68881) +++

Re: [E-devel] [Patch][elm_map] Change Add map APIs

2012-03-07 Thread Daniel Juyung Seo
I updated PatchReview wiki for no #ifdef for headers http://trac.enlightenment.org/e/wiki/PatchReview Thanks :) Daniel Juyung Seo (SeoZ) On Wed, Mar 7, 2012 at 6:26 PM, Carsten Haitzler ras...@rasterman.com wrote: On Mon, 5 Mar 2012 20:05:51 +0900 Bluezery ohpo...@gmail.com said: ergh.

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

2012-03-07 Thread Daniel Juyung Seo
http://i.imgur.com/HhGdB.jpg Daniel Juyung Seo (SeoZ) On Wed, Mar 7, 2012 at 7:13 PM, Enlightenment SVN no-re...@enlightenment.org wrote: Log: ecore/ecore_x - added ecore_x_illume clipboard stuff. Author:       hermet Date:         2012-03-07 02:13:24 -0800 (Wed, 07 Mar 2012) New

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

2012-03-07 Thread ChunEon Park
Some parts are wrote differently in the dayselector.edc I modified to keep a consistency. let's modify or please modify all of them in correct. -Regards, Hermet- -Original Message- From: Daniel Juyung Seolt;seojuyu...@gmail.comgt; To:

Re: [E-devel] : Elementary: Elm_colorpalette - New widget patch

2012-03-07 Thread The Rasterman
On Tue, 06 Mar 2012 22:06:18 +0900 ChunEon Parkher...@naver.com said: ok. looking at the overall api its good except use int not unisnged int for g, b, and a - just convention thats done in evas too. no - there is no sense in color values 0 or 255, but hey - its extra headroom to do funky

Re: [E-devel] elm_entry patch : typedef Elm_Entry_Item_Provider_Cb

2012-03-07 Thread The Rasterman
On Wed, 7 Mar 2012 01:01:18 +0100 Jérémy Zurcher jer...@asynk.ch said: in svn - good stuff. added @return doc too as well. :) this improves readability and helps for ruby binding maintenance hope the doc is good enough though. Jérémy -- - Codito, ergo sum - I code,

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

2012-03-07 Thread ChunEon Park
Thank you I missed them :) -Regards, Hermet- -Original Message- From: Enlightenment SVNlt;no-re...@enlightenment.orggt; To: enlightenment-...@lists.sourceforge.net Cc: Sent: 12-03-07(수) 20:25:16 Subject: E SVN: raster trunk/ecore/src/lib/ecore_x

Re: [E-devel] [Patch] Elementary : New widget Elc_dayselector

2012-03-07 Thread The Rasterman
On Wed, 07 Mar 2012 17:49:39 +0900 ChunEon Parkher...@naver.com said: adjusted default config a bit.. but werd. done in svn. 68868 Thank you very much!! -Regards, Hermet- -Original Message- From: ChunEon Parklt;her...@naver.comgt; To:

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

2012-03-07 Thread Gustavo Sverzut Barbieri
On Wed, Mar 7, 2012 at 9:03 AM, Enlightenment SVN no-re...@enlightenment.org wrote: Log: aaah bugger - i was wrong. 0 is sn, not mon. fix. now days start on  monday.. how it SHOULD be.. thats why we call it a weekEND..  it  happens at the.. END of a week... :S can't you get this from Locale?

Re: [E-devel] [Patch] elm_genlist : Add tree effect APIs

2012-03-07 Thread The Rasterman
On Wed, 7 Mar 2012 19:27:35 +0900 chanwook jung jchanw...@gmail.com said: in svn! tnx muchly! attach patch file. On Wed, Mar 7, 2012 at 7:23 PM, chanwook jung jchanw...@gmail.com wrote: I made a new one using current svn. Thanks joey On Wed, Mar 7, 2012 at 5:38 PM, Carsten

Re: [E-devel] anchor{block,view}

2012-03-07 Thread The Rasterman
On Wed, 07 Mar 2012 11:43:47 +0200 Tom Hacohen tom.haco...@samsung.com said: On 07/03/12 11:30, Carsten Haitzler (The Rasterman) wrote: On Wed, 7 Mar 2012 17:20:31 +0900 Daniel Juyung Seoseojuyu...@gmail.com said: they already are all gone from svn. headers, c files... the lot. :)

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

2012-03-07 Thread The Rasterman
On Wed, 7 Mar 2012 11:17:42 +0100 Vincent Torri vincent.to...@gmail.com said: we should. just give me 80hrs in a day :) if i'm not mistaken, a lot of that code (in ecore_x/cb_e.c is common to xlib and xcb. Shouldn't we factorize that a bit ? Vincent On Wed, Mar 7, 2012 at 11:13 AM,

Re: [E-devel] removing latest bits of edje_convert

2012-03-07 Thread The Rasterman
On Wed, 7 Mar 2012 12:16:19 +0100 Vincent Torri vincent.to...@gmail.com said: not yet. someone literally asked about old edje files only a few weeks back. i pointed them to edje_convert.c hey edje_convert is not compiled, nor used. So I would like to remove them. Here is the patch (i'll

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

2012-03-07 Thread The Rasterman
On Wed, 7 Mar 2012 09:07:14 -0300 Gustavo Sverzut Barbieri barbi...@profusion.mobi said: On Wed, Mar 7, 2012 at 9:03 AM, Enlightenment SVN no-re...@enlightenment.org wrote: Log: aaah bugger - i was wrong. 0 is sn, not mon. fix. now days start on  monday.. how it SHOULD be.. thats why we

Re: [E-devel] anchor{block,view}

2012-03-07 Thread Tom Hacohen
On 07/03/12 14:18, Carsten Haitzler (The Rasterman) wrote: thats what you get when you put some israelis on the team. :) Haha. Yeah, I guess we are useful after all.. :) -- Tom. -- Virtualization Cloud Management

Re: [E-devel] [patch] elm_gen{list, grid} - add elm_genlist_select_mode_set

2012-03-07 Thread Daniel Juyung Seo
Good patch. It has conflicts, can you update your patch up-to-date svn? One comment for API deprecation. @see elm_gengrid_no_select_mode_get() @ingroup gengrid -- @deprecated elm_gengrid_select_mode_get() Thanks. Daniel Juyung Seo (SeoZ) On Wed, Mar 7, 2012 at 1:53 PM, Hyoyoung Chang

Re: [E-devel] [patch] elm_gen{list, grid} - add elm_genlist_select_mode_set

2012-03-07 Thread The Rasterman
On Wed, 7 Mar 2012 13:36:05 +0900 Hyoyoung Chang hyoyo...@gmail.com said: in svn. tnx. pls send fix for edje_externals asap. :) Dear all As discussed in irc, I made a patch about unifying always_select_mode_set and no_select_mode_set. I'm introducing two apis in genlist (also in gengrid)

[E-devel] [patch] elm_gengrid - add item_index_get func

2012-03-07 Thread Hyoyoung Chang
Dear all. I made a patch that's adding elm_gengrid_item_index_get function. +EAPI int +elm_gengrid_item_index_get(const Elm_Object_Item *it) It works like elm_genlist_item_index_get() Thanks From 0d4e445288c21768541cffae58ad40af2e319c09 Mon Sep 17 00:00:00 2001 From: Hyoyoung Chang

Re: [E-devel] [patch] elm_toolbar - add elm_toolbar_select_mode_set

2012-03-07 Thread The Rasterman
On Wed, 7 Mar 2012 13:55:25 +0900 Hyoyoung Chang hyoyo...@gmail.com said: yup yup. ion svn! tnx muchly! Dear all, As already sent genlist select_mode_set patch, I applied same apis to elm_toolbar. +EAPI void +elm_toolbar_select_mode_set(Evas_Object *obj, Elm_Object_Select_Mode_Type

Re: [E-devel] [patch] elm_gen{list, grid} - add no_highlight_mode_set/get

2012-03-07 Thread The Rasterman
On Wed, 7 Mar 2012 14:12:57 +0900 Hyoyoung Chang hyoyo...@gmail.com said: i agree, except it should be inverted to elm_gengrid/list_hilight_mode_set/get. i did this and put it in. :) Dear all, After seperated select_mode, there'are some needs to manipulate highlight mode at item selecting.

Re: [E-devel] [patch] elm_genlist - add no_finger_size_calc and item_select_mode

2012-03-07 Thread The Rasterman
On Wed, 7 Mar 2012 16:04:12 +0900 Hyoyoung Chang hyoyo...@gmail.com said: why? here i disagree. this is too much direct control. this way the programmer easily can make selectable itmes too small for a user to select. the ELM_OBJECT_NO_SELECT should be and is enough. reject! :) Dear all. I

Re: [E-devel] Genlist bring_in merge patch

2012-03-07 Thread The Rasterman
On Wed, 7 Mar 2012 16:26:38 +0900 Sanjeev BA eflel...@gmail.com said: approved. please commit it! Hi, Kindly review the patch for merging bring_in APIs in genlist into single API. I have verified its functionality and am planning to commit it unless I get any comments by end of today.

Re: [E-devel] [Patch][Evas][Edje][Elementary] typo issue

2012-03-07 Thread The Rasterman
On Wed, 7 Mar 2012 18:07:29 +0900 cnook kimci...@gmail.com said: Dear All, Hello. _els_smart_icon_preload_set() and evas_object_image_preload() are ambiguous. Actually they disable and cancel the preload. So I have changed each names as attached patches. Please review patches and give any

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

2012-03-07 Thread Vincent Torri
On Wed, Feb 29, 2012 at 9:32 AM, Kim Shinwoo kimcinoo@gmail.com wrote: Oh, so you are not on the IRC.. then, please inform me or update wiki later.. Have a GOD trip! :) 2012/2/29 Vincent Torri vincent.to...@gmail.com: On Wed, Feb 29, 2012 at 9:05 AM, Kim Shinwoo

Re: [E-devel] [patch] gengrid - Some missing APIs is added

2012-03-07 Thread The Rasterman
On Wed, 7 Mar 2012 18:13:02 +0900 Hyoyoung Chang hyoyo...@gmail.com said: yup! right! in svn it goes! thanks very muchly! Dear all. After api reivew, some api is missed in gengrid. So I add this apis to gengrid. patch file - 0001 +EAPI Eina_List *elm_gengrid_realized_items_get(const

Re: [E-devel] [Patch][elm_map] Fix warning Add a API

2012-03-07 Thread The Rasterman
On Wed, 7 Mar 2012 19:38:32 +0900 Bluezery ohpo...@gmail.com said: this adds a warning though... i removed the warning again :) in svn! tnx! Hello, These can be final patch before elementary 1.0 release. 1) As raster's comment, I removed plug-in function prototypes and removed deprecated

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

2012-03-07 Thread The Rasterman
On Wed, 7 Mar 2012 16:43:52 +0900 cnook kimci...@gmail.com said: Dear All, Hello! I have attached a patch for test_label. Please review the patch and give any feedbacks. Thanks. yup! in svn! tnx! :) -- - Codito, ergo sum - I code, therefore I am -- The Rasterman

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

2012-03-07 Thread The Rasterman
On Tue, 6 Mar 2012 14:22:18 +0900 cnook kimci...@gmail.com said: in svn it goes (2nd version of patch) tnx! :) Dear All, Hello. I have attached a patch for test_icon. please review the patch and give any feedbacks. Thanks. Sincerely, Shinwoo Kim. -- - Codito, ergo sum - I

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

2012-03-07 Thread The Rasterman
On Tue, 6 Mar 2012 10:47:49 +0900 Kim Shinwoo kimcinoo@gmail.com said: donest apply anymore :( fix/resend? :) Thanks for your response. I have attached refined patch. Please review the patch and give any feedbacks. Sincerely, Shinwoo Kim. 2012/3/5 Elevate Efl eflel...@gmail.com: +

Re: [E-devel] [patch] elm_gengrid - add item_index_get func

2012-03-07 Thread The Rasterman
On Wed, 7 Mar 2012 22:14:31 +0900 Hyoyoung Chang hyoyo...@gmail.com said: yup. 100%! in! :) Dear all. I made a patch that's adding elm_gengrid_item_index_get function. +EAPI int +elm_gengrid_item_index_get(const Elm_Object_Item *it) It works like elm_genlist_item_index_get() Thanks

Re: [E-devel] [patch] elm_gen{list, grid} - add no_highlight_mode_set/get

2012-03-07 Thread Daniel Juyung Seo
no_highlight is correct because it's highlight by default. such as if it's enabled by default, we name the api disabled_set. if it's disabled by default, we name the api enabled_set. Daniel Juyung Seo (SeoZ) On Wed, Mar 7, 2012 at 10:35 PM, Carsten Haitzler ras...@rasterman.com wrote: On Wed, 7

Re: [E-devel] [Patch][elm_map] Fix warning Add a API

2012-03-07 Thread Daniel Juyung Seo
On Wed, Mar 7, 2012 at 10:49 PM, Carsten Haitzler ras...@rasterman.com wrote: On Wed, 7 Mar 2012 19:38:32 +0900 Bluezery ohpo...@gmail.com said: Hi, this adds a warning though... i removed the warning again :) in svn! tnx! wow. fixing warning creates warning. it's like a poem. Daniel Juyung

Re: [E-devel] [Patch] Ecore, Elementary: Supporting indicator opacity mode

2012-03-07 Thread The Rasterman
On Wed, 7 Mar 2012 11:44:45 +0900 myoungwoon kim myoungw...@gmail.com said: ok - i'm not 100% i like these, but then i'm not 100% able to argue against - so it'll go in and we'll see in future. :) thanks! (p.s you forgot the changes to Ecore_X_Atoms.h - i added them in for you) Dear All,

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

2012-03-07 Thread ChunEon Park
Agree. will do it later. -Regards, Hermet- -Original Message- From: Carsten Haitzlerlt;ras...@rasterman.comgt; To: Enlightenment developer listlt;enlightenment-devel@lists.sourceforge.netgt; Cc: Sent: 12-03-07(수) 21:20:32 Subject: Re: [E-devel] E

Re: [E-devel] [patch] elm_gen{list, grid} - add no_highlight_mode_set/get

2012-03-07 Thread The Rasterman
On Wed, 7 Mar 2012 23:18:45 +0900 Daniel Juyung Seo seojuyu...@gmail.com said: but i inverted the logic... hmm i prefer hilight - the no feels odd there. there is no real right or wrong here - but disabled is a single word. no hilight is 2. no_highlight is correct because it's highlight by

Re: [E-devel] [patch] elm_gen{list, grid} - add no_highlight_mode_set/get

2012-03-07 Thread Daniel Juyung Seo
ok but still hilight - highlight Daniel Juyung Seo (SeoZ) On Wed, Mar 7, 2012 at 11:40 PM, Carsten Haitzler ras...@rasterman.com wrote: On Wed, 7 Mar 2012 23:18:45 +0900 Daniel Juyung Seo seojuyu...@gmail.com said: but i inverted the logic... hmm i prefer hilight  - the no feels odd there.

Re: [E-devel] [patch] elm_gen{list, grid} - add no_highlight_mode_set/get

2012-03-07 Thread The Rasterman
On Wed, 7 Mar 2012 23:41:43 +0900 Daniel Juyung Seo seojuyu...@gmail.com said: its a lazy thing in english - we use hilight often :) well i light it as its less typing (gh--) :) ok but still hilight - highlight Daniel Juyung Seo (SeoZ) On Wed, Mar 7, 2012 at 11:40 PM, Carsten Haitzler

[E-devel] [patch] elm_list - add select_mode_set and some remove deprecated apis in examples

2012-03-07 Thread Hyoyoung Chang
Dear all. Like other widget (genlist, gengrid...), I add select_mode to elm_list. +elm_list_select_mode_set(Evas_Object *obj, Elm_Object_Select_Mode_Type mode) +EAPI Elm_Object_Select_Mode_Type +elm_list_select_mode_get(const Evas_Object *obj) And I removed deprecated apis (no_select,

Re: [E-devel] [patch] elm_list - add select_mode_set and some remove deprecated apis in examples

2012-03-07 Thread The Rasterman
On Thu, 8 Mar 2012 00:16:36 +0900 Hyoyoung Chang hyoyo...@gmail.com said: in svn!! tnx! Dear all. Like other widget (genlist, gengrid...), I add select_mode to elm_list. +elm_list_select_mode_set(Evas_Object *obj, Elm_Object_Select_Mode_Type mode) +EAPI Elm_Object_Select_Mode_Type

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

2012-03-07 Thread Gustavo Sverzut Barbieri
On Wed, Mar 7, 2012 at 6:05 AM, Enlightenment SVN no-re...@enlightenment.org wrote: Log: to be paranoid - ensure umask for mkstemp allows no other uids oir  grps access. Ugh, isn't there any other way to do this? What you did break if people are using other threads to open files, and if they

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

2012-03-07 Thread Gustavo Sverzut Barbieri
On Wed, Mar 7, 2012 at 11:27 AM, Enlightenment SVN no-re...@enlightenment.org wrote: Log: From: myoungwoon kim myoungw...@gmail.com  Subject: [E-devel] [Patch] Ecore, Elementary: Supporting indicator  opacity mode  This is Myoungwoon Roy Kim.  This patches are for supporting the

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

2012-03-07 Thread The Rasterman
On Wed, 7 Mar 2012 12:37:42 -0300 Gustavo Sverzut Barbieri barbi...@profusion.mobi said: On Wed, Mar 7, 2012 at 6:05 AM, Enlightenment SVN no-re...@enlightenment.org wrote: Log: to be paranoid - ensure umask for mkstemp allows no other uids oir  grps access. Ugh, isn't there any other

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

2012-03-07 Thread The Rasterman
On Wed, 7 Mar 2012 12:44:37 -0300 Gustavo Sverzut Barbieri barbi...@profusion.mobi said: On Wed, Mar 7, 2012 at 11:27 AM, Enlightenment SVN no-re...@enlightenment.org wrote: Log: From: myoungwoon kim myoungw...@gmail.com  Subject: [E-devel] [Patch] Ecore, Elementary: Supporting indicator

[E-devel] [patch] elm_genlist - add item_select_mode_set/get

2012-03-07 Thread Hyoyoung Chang
Dear all I added two apis for item selecting mode. It almost same with elm_genlist_select_mode. +EAPI void +elm_genlist_item_select_mode_set(Elm_Object_Item *it, + Elm_Object_Select_Mode_Type mode) +EAPI Elm_Object_Select_Mode_Type

Re: [E-devel] [patch] elm_genlist - add item_select_mode_set/get

2012-03-07 Thread Michael Blumenkrantz
On Thu, 8 Mar 2012 01:06:10 +0900 Hyoyoung Chang hyoyo...@gmail.com wrote: Dear all I added two apis for item selecting mode. It almost same with elm_genlist_select_mode. +EAPI void +elm_genlist_item_select_mode_set(Elm_Object_Item *it, +

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

2012-03-07 Thread Gustavo Sverzut Barbieri
On Wed, Mar 7, 2012 at 12:55 PM, Carsten Haitzler ras...@rasterman.com wrote: On Wed, 7 Mar 2012 12:44:37 -0300 Gustavo Sverzut Barbieri barbi...@profusion.mobi said: On Wed, Mar 7, 2012 at 11:27 AM, Enlightenment SVN no-re...@enlightenment.org wrote: Log: From: myoungwoon kim

Re: [E-devel] E SVN: cedric IN trunk/PROTO/exotic/src: include lib/coyote

2012-03-07 Thread Vincent Torri
there is an mkstemp implementation in evil in case it interests you Vincent On Wed, Mar 7, 2012 at 5:13 PM, Enlightenment SVN no-re...@enlightenment.org wrote: Log: exotic: fix some prototype and remove code. Author:       cedric Date:         2012-03-07 08:13:52 -0800 (Wed, 07 Mar 2012)

Re: [E-devel] [patch] elm_genlist - add item_select_mode_set/get

2012-03-07 Thread The Rasterman
On Thu, 8 Mar 2012 01:06:10 +0900 Hyoyoung Chang hyoyo...@gmail.com said: in svn! tnx! Dear all I added two apis for item selecting mode. It almost same with elm_genlist_select_mode. +EAPI void +elm_genlist_item_select_mode_set(Elm_Object_Item *it, +

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

2012-03-07 Thread The Rasterman
On Wed, 7 Mar 2012 13:16:13 -0300 Gustavo Sverzut Barbieri barbi...@profusion.mobi said: On Wed, Mar 7, 2012 at 12:55 PM, Carsten Haitzler ras...@rasterman.com wrote: On Wed, 7 Mar 2012 12:44:37 -0300 Gustavo Sverzut Barbieri barbi...@profusion.mobi said: On Wed, Mar 7, 2012 at 11:27

[E-devel] [patch] elm_genlist - fix typos and remove display_only variable

2012-03-07 Thread Hyoyoung Chang
Dear all. I found a mistake in example. and display_only value is remained. It's fixed some trivial errors. Thanks. Index: elementary/src/lib/elm_gen_common.h === --- elementary/src/lib/elm_gen_common.h (리비전 68995) +++

[E-devel] [patch] elm_web - using elm_list_select_mode

2012-03-07 Thread Hyoyoung Chang
Dear all it's one line patch about elm_web to use select_mode. - elm_list_always_select_mode_set(list, EINA_TRUE); + elm_list_select_mode_set(data, ELM_OBJECT_SELECT_MODE_ALWAYS); Index: elementary/src/lib/elm_web.c === ---

Re: [E-devel] [patch] elm_genlist - fix typos and remove display_only variable

2012-03-07 Thread The Rasterman
On Thu, 8 Mar 2012 01:33:29 +0900 Hyoyoung Chang hyoyo...@gmail.com said: I found a mistake in example. and display_only value is remained. It's fixed some trivial errors. in svn! tnx (with fix) -- - Codito, ergo sum - I code, therefore I am -- The Rasterman (Carsten

Re: [E-devel] [patch] elm_web - using elm_list_select_mode

2012-03-07 Thread The Rasterman
On Thu, 8 Mar 2012 01:37:26 +0900 Hyoyoung Chang hyoyo...@gmail.com said: Dear all it's one line patch about elm_web to use select_mode. - elm_list_always_select_mode_set(list, EINA_TRUE); + elm_list_select_mode_set(data, ELM_OBJECT_SELECT_MODE_ALWAYS); in svn! tnx! --

[E-devel] elm entry bug

2012-03-07 Thread Michael Blumenkrantz
right click menu no longer dismisses properly from clicking outside the menu -- Virtualization Cloud Management Using Capacity Planning Cloud computing makes use of virtualization - but cloud computing also focuses on

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

2012-03-07 Thread Joerg Sonnenberger
On Thu, Mar 08, 2012 at 12:51:19AM +0900, Carsten Haitzler wrote: On Wed, 7 Mar 2012 12:37:42 -0300 Gustavo Sverzut Barbieri barbi...@profusion.mobi said: On Wed, Mar 7, 2012 at 6:05 AM, Enlightenment SVN no-re...@enlightenment.org wrote: Log: to be paranoid - ensure umask for

[E-devel] [patch] elm_genlist - fix display_only_set comment

2012-03-07 Thread Hyoyoung Chang
Dear all I fixed some typos in comments about display_only_set mode. Thanks. Index: elementary/src/lib/elm_genlist.h === --- elementary/src/lib/elm_genlist.h(리비전 69006) +++ elementary/src/lib/elm_genlist.h(작업 사본) @@ -1830,11

Re: [E-devel] [patch] elm_genlist - fix display_only_set comment

2012-03-07 Thread ChunEon Park
in 69006. thank you. -Regards, Hermet- -Original Message- From: Hyoyoung Changlt;hyoyo...@gmail.comgt; To: Enlightenment developer listlt;enlightenment-devel@lists.sourceforge.netgt; Cc: Sent: 12-03-08(목) 01:59:10 Subject: [E-devel] [patch]

[E-devel] [Patch] TEST: Update old test case and add more test case for uncovered ecore_file_xxx APIs.

2012-03-07 Thread myoungwoon kim
Dear All, This is Myoungwoon Roy Kim. This patches are for updating the old test case and adding new test cases for uncovered APIs related to the ecore_file_xxx. I found old unit test cases at /trunk/TEST/unit directory. I believe more and more test cases make EFL reliable. So I'm going to

[E-devel] [patch] Elm_Object_Select_Mode comment update

2012-03-07 Thread Hyoyoung Chang
Dear all. After updated Elm_Object_Select_Mode naming, some comments are outdated. I changed it. Thanks. Index: src/lib/elm_genlist.h === --- src/lib/elm_genlist.h (리비전 69008) +++ src/lib/elm_genlist.h (작업 사본) @@ -193,9

Re: [E-devel] elm entry bug

2012-03-07 Thread Michael Blumenkrantz
On Wed, 7 Mar 2012 11:49:03 -0500 Michael Blumenkrantz michael.blumenkra...@gmail.com wrote: right click menu no longer dismisses properly from clicking outside the menu followup: this only happens when right clicking anchors in text, and it is not a theme bug.

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

2012-03-07 Thread The Rasterman
On Wed, 7 Mar 2012 17:58:48 +0100 Joerg Sonnenberger jo...@britannica.bec.de said: On Thu, Mar 08, 2012 at 12:51:19AM +0900, Carsten Haitzler wrote: On Wed, 7 Mar 2012 12:37:42 -0300 Gustavo Sverzut Barbieri barbi...@profusion.mobi said: On Wed, Mar 7, 2012 at 6:05 AM, Enlightenment

Re: [E-devel] [Patch] TEST: Update old test case and add more test case for uncovered ecore_file_xxx APIs.

2012-03-07 Thread The Rasterman
On Thu, 8 Mar 2012 02:08:55 +0900 myoungwoon kim myoungw...@gmail.com said: and a big thanks for this! in svn it goes! :) Dear All, This is Myoungwoon Roy Kim. This patches are for updating the old test case and adding new test cases for uncovered APIs related to the ecore_file_xxx. I

Re: [E-devel] [patch] Elm_Object_Select_Mode comment update

2012-03-07 Thread The Rasterman
On Thu, 8 Mar 2012 02:16:11 +0900 Hyoyoung Chang hyoyo...@gmail.com said: Dear all. After updated Elm_Object_Select_Mode naming, some comments are outdated. I changed it. approved! in svn! tnx! :) -- - Codito, ergo sum - I code, therefore I am -- The Rasterman

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

2012-03-07 Thread Michael Blumenkrantz
On Wed, 7 Mar 2012 08:07:34 -0800 Enlightenment SVN no-re...@enlightenment.org wrote: Log: elm genlist: Deprecated elm_genlist_compress_mode_set/get and elm_genlist_height_for_width_mode_set/get. Use elm_genlist_mode_set(obj, ELM_LIST_COMPRESS) instead. This may introduce bugs or

[E-devel] toolbar 7 broken again

2012-03-07 Thread Michael Blumenkrantz
not a theme problem -- Virtualization Cloud Management Using Capacity Planning Cloud computing makes use of virtualization - but cloud computing also focuses on allowing computing to be delivered as a service.

Re: [E-devel] elm entry bug

2012-03-07 Thread Tom Hacohen
On 07/03/12 19:28, Michael Blumenkrantz wrote: On Wed, 7 Mar 2012 11:49:03 -0500 Michael Blumenkrantz michael.blumenkra...@gmail.com wrote: right click menu no longer dismisses properly from clicking outside the menu followup: this only happens when right clicking anchors in text, and it

Re: [E-devel] elm entry bug

2012-03-07 Thread Michael Blumenkrantz
On Wed, 07 Mar 2012 23:06:37 +0200 Tom Hacohen t...@stosb.com wrote: On 07/03/12 19:28, Michael Blumenkrantz wrote: On Wed, 7 Mar 2012 11:49:03 -0500 Michael Blumenkrantz michael.blumenkra...@gmail.com wrote: right click menu no longer dismisses properly from clicking outside the menu

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

2012-03-07 Thread Kim Shinwoo
Wow~ that sounds pretty good to me. I will try to build using the latest revision. If you don't mind.. please let me know the way of cross compiling and nsis installer to increase efficiency.. Thanks :) 2012/3/7 Vincent Torri vincent.to...@gmail.com: On Wed, Feb 29, 2012 at 9:32 AM, Kim Shinwoo

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

2012-03-07 Thread Daniel Juyung Seo
i know that. it was the last minute show. this is not the only one though. On Mar 8, 2012 5:32 AM, Michael Blumenkrantz michael.blumenkra...@gmail.com wrote: On Wed, 7 Mar 2012 08:07:34 -0800 Enlightenment SVN no-re...@enlightenment.org wrote: Log: elm genlist: Deprecated

Re: [E-devel] Eina with --disable-safety-checks fails in compilation

2012-03-07 Thread The Rasterman
On Thu, 1 Mar 2012 09:08:46 +0100 Thanatermesis thanatermesis.e...@gmail.com said: unless someone fixed this... it works for me (atm) :) If you add the parameter --disable-safety-checks to the configure options of libeina, the compilation fails: $ make V=1 make[3]: Entering directory

[E-devel] Build logs

2012-03-07 Thread Jérôme Pinot
Hi, Well, I guess it's freeze time. I know there is a build bot somewhere, but it may help to have other logs for compilation bug tracking. You can, from now, find the build logs of SlackE17 here: http://slacke17.git.sourceforge.net/git/gitweb.cgi?p=slacke17/slacke17;a=tree;f=BUILD/logs/build

  1   2   >