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 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 creation failure. :

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 wrote: > Log: > warn-- > > > > Author:       raster > Date:         2012-03-07 00:13:06 -0800 (Wed, 07 Mar 2012) > New Revision: 68892 > Trac:         htt

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 wrote: > Log: > Elm entry: Merge anchorview/anchorblock into entry. > >  And kill those damn widgets. > > Author:       ta

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, M

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 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 (detected by a SIGBUS on

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 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 shows the flip ef

Re: [E-devel] eina_file_mmap_faulty()

2012-03-07 Thread Vincent Torri
On Wed, Mar 7, 2012 at 9:36 AM, Cedric BAIL wrote: > Yop, > > On Wed, Mar 7, 2012 at 8:34 AM, Vincent Torri 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 b

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 : > On Wed, Mar 7, 2012 at 8:52 AM, Kim Shinwoo 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.

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 Park" To: "EFL"; "Mike Blumenkrantz"

Re: [E-devel] eina_file_mmap_faulty()

2012-03-07 Thread Cedric BAIL
On Wed, Mar 7, 2012 at 9:41 AM, Vincent Torri wrote: > On Wed, Mar 7, 2012 at 9:36 AM, Cedric BAIL wrote: >> Yop, >> >> On Wed, Mar 7, 2012 at 8:34 AM, Vincent Torri >> 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

[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 +++ b/elementary/src/lib/elc_mult

Re: [E-devel] eina_file_mmap_faulty()

2012-03-07 Thread Vincent Torri
On Wed, Mar 7, 2012 at 9:55 AM, Cedric BAIL wrote: > On Wed, Mar 7, 2012 at 9:41 AM, Vincent Torri wrote: >> On Wed, Mar 7, 2012 at 9:36 AM, Cedric BAIL wrote: >>> Yop, >>> >>> On Wed, Mar 7, 2012 at 8:34 AM, Vincent Torri >>> wrote: that function is in eina_file.c, but it is not used in

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 wrote: > elm_multibuttonentry_item_filter_del -> > elm_multibuttonentry_item_filter_remove > > Jeremy > > > -- > Virtualization & Cloud Management Usi

[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: src/lib/canvas/evas_ob

[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 elm_gengrid_scroller_p

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 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 implementations i

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 wrote: > Log: > elementary/dayselector - trivial changes > > > > Author:       hermet > Date:         2012-03-07 00:45:49 -0800 (Wed, 07 Mar 2012) > New Revision: 68903 > Trac:         http://trac.enlightenment.org/e/changeset/68903 > > Modified: >

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 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 > wrote: > > Log: > > warn-- > > > > >

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

2012-03-07 Thread The Rasterman
On Wed, 7 Mar 2012 17:20:31 +0900 Daniel Juyung Seo 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 elm_deprecated.h. Jiyoun is w

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 wrote: > On Wed, Mar 7, 2012 at 5:45 PM, Enlightenment SVN > wrote: > > Log: > > elementary/dayselector - trivial changes > > > > > > > > Author:       hermet > > Date:         2012-03-07 00:45:49 -0800 (Wed, 07 Mar 2012) > > New Revision: 6890

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 Seo > 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 wrote: > Log: > ecore/ecore_x - added ecore_x_illume clipboard stuff. > > > > Author:       hermet > Date:        

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 wrote: > On Mon, 5 Mar 2012 20:00:29 +0900 chanwook jung > 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 applie

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 Park 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 #88 #ff #ff

[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 inte

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 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 c

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 Park 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. > > Here is shilp

[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 wrote: > On Mon, 5 Mar 2012 20:05:51 +0900 Bluezery said: > > ergh. trouble. > > 1. never #ifdef things in

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 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 Revision: 68920 > Trac:  

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 Seo" To: enlightenment-deve

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 Park 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 things with later.

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 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, therefore I am" --

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 SVN" To: enlightenment-...@lists.sourceforge.net Cc: Sent: 12-03-07(수) 20:25:16 Subject: E SVN: raster trunk/ecore/src/lib/ecore_x Log: l

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 Park said: adjusted default config a bit.. but werd. done > in svn. 68868 > Thank you very much!! > > -Regards, Hermet- > > -Original Message- > From: "ChunEon Park" > To: "EFL"

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 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? In Brazil it starts on

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 said: in svn! tnx muchly! > attach patch file. > > On Wed, Mar 7, 2012 at 7:23 PM, chanwook jung wrote: > > > I made a new one using current svn. > > > > Thanks > > joey > > > > > > On Wed, Mar 7, 2012 at 5:38 PM, Carsten Haitzler > > wrote: > >

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

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

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 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, Enlightenment SVN > wr

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 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 delete the 2 files too)

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 said: > On Wed, Mar 7, 2012 at 9:03 AM, Enlightenment SVN > 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

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 U

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 wrote

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 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) > > +EAPI v

[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 Date: Wed,

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 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 > mode) > > >

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 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. > So i add a n

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 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 made a patch about

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 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. > > Regards, > Sanje

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 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 feedbacks. Th

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 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 : >> On Wed, Feb 29, 2012 at 9:05 AM, Kim Shinwoo wrote: >>> The configuration option as bellows. >>> >>> -

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 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 Evas_Object *

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 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 APIs in test_m

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

2012-03-07 Thread The Rasterman
On Wed, 7 Mar 2012 16:43:52 +0900 cnook 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 (Carsten Haitzl

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

2012-03-07 Thread The Rasterman
On Tue, 6 Mar 2012 14:22:18 +0900 cnook 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 code, ther

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 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 : > > +   GRID_TOOLTIP_ETC, > > > > Doe

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 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 wrote: > On Wed, 7 Mar 2012 14:12:57 +

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 wrote: > On Wed, 7 Mar 2012 19:38:32 +0900 Bluezery 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 Seo (SeoZ) > >> Hello, >> >> The

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 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, > > This is Myoungwoon

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 Haitzler" To: "Enlightenment developer list" Cc: Sent: 12-03-07(수) 21:20:32 Subject: Re: [E-devel] E SVN: h

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 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 default. > such as >

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 wrote: > On Wed, 7 Mar 2012 23:18:45 +0900 Daniel Juyung Seo > said: > > but i inverted the logic... hmm i prefer hilight  - the "no" feels odd there. > there is no real right or wr

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 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 > wrote: > >

[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, always_se

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 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 > +elm_list_sele

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 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 fork() they will inherit

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 wrote: > Log: > From: myoungwoon kim >  Subject: [E-devel] [Patch] Ecore, Elementary: Supporting indicator >  opacity mode > >  This is Myoungwoon Roy Kim. > >  This patches are for supporting the indicator's opacity mode and made by >  Jeonhoon

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 said: > On Wed, Mar 7, 2012 at 6:05 AM, Enlightenment SVN > 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 >

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 said: > On Wed, Mar 7, 2012 at 11:27 AM, Enlightenment SVN > wrote: > > Log: > > From: myoungwoon kim > >  Subject: [E-devel] [Patch] Ecore, Elementary: Supporting indicator > >  opacity mode > > > >  This is Myoungwoon Roy Kim. > > > >

[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 +elm_genlist_item_select_mode_ge

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 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, > + Elm_Object_Select_Mode_T

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 wrote: > On Wed, 7 Mar 2012 12:44:37 -0300 Gustavo Sverzut Barbieri > said: > >> On Wed, Mar 7, 2012 at 11:27 AM, Enlightenment SVN >> wrote: >> > Log: >> > From: myoungwoon kim >> >  Subject: [E-devel] [Patch] Ecore, Elementary: Supporting indi

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 wrote: > Log: > exotic: fix some prototype and remove code. > > > Author:       cedric > Date:         2012-03-07 08:13:52 -0800 (Wed, 07 Mar 2012) > New Revision: 68988

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 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, > + Elm_Object_

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 said: > On Wed, Mar 7, 2012 at 12:55 PM, Carsten Haitzler > wrote: > > On Wed, 7 Mar 2012 12:44:37 -0300 Gustavo Sverzut Barbieri > > said: > > > >> On Wed, Mar 7, 2012 at 11:27 AM, Enlightenment SVN > >> wrote: > >> > Log: > >> > From

[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) +++ elementary/src

[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 === --- elem

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 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 Haitzler)ra

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 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! -- - Codito,

[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 a

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 > said: > > > On Wed, Mar 7, 2012 at 6:05 AM, Enlightenment SVN > > wrote: > > > Log: > > > to be paranoid - ensure umask for mkstemp allows no other uids oir > > >  grp

[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 Chang" To: "Enlightenment developer list" Cc: Sent: 12-03-08(목) 01:59:10 Subject: [E-devel] [patch] elm_genlist

[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 upd

[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 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 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 > > said: > > > > > On Wed, Mar 7, 2012 at 6:05 AM, Enlightenment SVN > > > wrote: > > > > Log: > > > >

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 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 found old un

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 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 (Carsten Haitzle

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" 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 performance issue but I

[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. http://ww

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 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] elm entry bug

2012-03-07 Thread Michael Blumenkrantz
On Wed, 07 Mar 2012 23:06:37 +0200 Tom Hacohen wrote: > On 07/03/12 19:28, Michael Blumenkrantz wrote: > > On Wed, 7 Mar 2012 11:49:03 -0500 > > Michael Blumenkrantz wrote: > > > >> right click menu no longer dismisses properly from clicking outside the > >> menu > > > > followup: this only ha

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 : > On Wed, Feb 29, 2012 at 9:32 AM, Kim Shinwoo wrote: >> Oh, so you a

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" wrote: > > > Log: > > elm genlist: Deprecated elm_genlist_compress_mode_set

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 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 `/mkdeb/build/libeina/libei

[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   >