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

2012-02-29 Thread Kim Shinwoo
The configuration option as bellows. --disable-async-preload --disable-async-render I did not use --host=i686-w64-mingw32 yet.. I will.. and.. It would be better to follow Installation and configuration of MinGW on Linux of http://trac.enlightenment.org/e/wiki/EFLWindowsXP Can I get more

[E-devel] elm_win.c.patch function name typo

2012-02-29 Thread J??r??my Zurcher
elm_win_widthdrawn_get - elm_win_withdrawn_get Jeremy --- elm_win.c.orig 2012-02-29 09:07:02.447900339 +0100 +++ elm_win.c 2012-02-29 09:08:07.007900059 +0100 @@ -2393,7 +2393,7 @@ } EAPI Eina_Bool -elm_win_widthdrawn_get(const Evas_Object *obj) +elm_win_withdrawn_get(const Evas_Object

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

2012-02-29 Thread Vincent Torri
On Wed, Feb 29, 2012 at 9:05 AM, Kim Shinwoo kimcinoo@gmail.com wrote: The configuration option as bellows. --disable-async-preload --disable-async-render I did not use --host=i686-w64-mingw32 yet.. I will.. and.. It would be better to follow Installation and configuration of MinGW on

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

2012-02-29 Thread Christopher Michael
On 02/29/2012 01:57 AM, Carsten Haitzler (The Rasterman) wrote: On Tue, 28 Feb 2012 19:51:37 -0500 Christopher Michaelcpmicha...@comcast.net said: btw.. i noticed wayland_shm/egl engines dont implement the alpha_set engine funcs! :( ie turn dest alpha on/off on canvas (and buffers/surfaces

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

2012-02-29 Thread Christopher Michael
On 02/29/2012 02:02 AM, Carsten Haitzler (The Rasterman) wrote: On Wed, 29 Feb 2012 15:52:07 +0900 Daniel Juyung Seoseojuyu...@gmail.com said: On Wed, Feb 29, 2012 at 2:59 PM, Christopher Michaelcpmicha...@comcast.net wrote: On 02/29/2012 12:05 AM, Enlightenment SVN wrote: Log: elm win:

[E-devel] Windows EFL leaking Handles

2012-02-29 Thread HariHara Sudhan
Hello Devs, I have a strange problem. EFL running on windows minGw starts leaking handles (constantly creates handles crossing 400+ over a few minutes time) when you run a timer or animator. Any guesses on why this is happening? I am running this example -

Re: [E-devel] Windows EFL leaking Handles

2012-02-29 Thread HariHara Sudhan
Also with GDI the leak is very high while with directx handles leak slower. Nevertheless there is some kind of a leak. Am I doing something wrong? On Wed, Feb 29, 2012 at 1:50 PM, HariHara Sudhan h...@emo2.com wrote: Hello Devs, I have a strange problem. EFL running on windows minGw starts

Re: [E-devel] elm_win.c.patch function name typo

2012-02-29 Thread Daniel Juyung Seo
Thanks! In SVN! spank raster :) Daniel Juyung Seo (SeoZ) On Wed, Feb 29, 2012 at 5:10 PM, J??r??my Zurcher jer...@asynk.ch wrote: elm_win_widthdrawn_get - elm_win_withdrawn_get Jeremy -- Virtualization Cloud

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

2012-02-29 Thread Daniel Juyung Seo
Thanks but what's m4 slience and how can I set that? Thanks in advance. Daniel Juyung Seo (SeoZ) On Wed, Feb 29, 2012 at 5:38 PM, Christopher Michael cpmicha...@comcast.net wrote: On 02/29/2012 02:02 AM, Carsten Haitzler (The Rasterman) wrote: On Wed, 29 Feb 2012 15:52:07 +0900 Daniel

[E-devel] [elementary] Deprecated API

2012-02-29 Thread Kim Shinwoo
Dear All, Hello~ The followings should be deprecated. Am I right? but it is not in the elm_deprecated.h elm_gengrid_item_cursor_engine_only_set elm_gengrid_item_cursor_style_set elm_gengrid_item_cursor_unset Please check these APIs and give any feedbacks. Thanks. Sincerely, Shinwoo

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

2012-02-29 Thread Christopher Michael
On 02/29/2012 03:58 AM, Daniel Juyung Seo wrote: Thanks but what's m4 slience and how can I set that? Thanks in advance. It's an m4 macro that silences normal (clean) build output so you don't see (or need to) all the -I/usr/include output during build (or other such define things).

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

2012-02-29 Thread Vincent Torri
On Wed, Feb 29, 2012 at 10:13 AM, Christopher Michael cpmicha...@comcast.net wrote: On 02/29/2012 03:58 AM, Daniel Juyung Seo wrote: Thanks but what's m4 slience and how can I set that? Thanks in advance. It's an m4 macro that silences normal (clean) build output so you don't see (or need

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

2012-02-29 Thread Christopher Michael
On 02/29/2012 04:26 AM, Vincent Torri wrote: On Wed, Feb 29, 2012 at 10:13 AM, Christopher Michael cpmicha...@comcast.net wrote: On 02/29/2012 03:58 AM, Daniel Juyung Seo wrote: Thanks but what's m4 slience and how can I set that? Thanks in advance. It's an m4 macro that silences normal

Re: [E-devel] timeline is not in line

2012-02-29 Thread P Purkayastha
On Wednesday, February 29, 2012 10:58:39 AM UTC+8, Daniel Juyung Seo wrote: Hello, On Tue, Feb 28, 2012 at 7:08 PM, Carsten Haitzler ras...@rasterman.com wrote: On Tue, 28 Feb 2012 14:56:13 +0800 P Purkayastha ppu...@gmail.com said: yeah - i know. sometimes it gets stuck. this time

Re: [E-devel] [elementary] Deprecated API

2012-02-29 Thread ChunEon Park
I hope to replace them with object_item common APIs. For now, impossible because of the item realization. The genlist, gengrid would not be applied with elm_object_item_cursor/tooltip_xxx APIs totally. Need to refactor gens or keep the APIs. -Regards, Hermet-

Re: [E-devel] Fwd: timeline is not in line

2012-02-29 Thread Bertrand Jacquin
I can see that kind of things in logs : Feb 29 02:01:16 enlightenment2 Trac[svn_fs] DEBUG: Subversion bindings imported Feb 29 02:01:16 enlightenment2 Trac[cache] INFO: repos rev [68544] != cached rev [68387] Feb 29 02:01:17 enlightenment2 Trac[api] INFO: Synchronized '' repository in 0.05

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

2012-02-29 Thread The Rasterman
On Wed, 29 Feb 2012 03:25:18 -0500 Christopher Michael cpmicha...@comcast.net said: On 02/29/2012 01:57 AM, Carsten Haitzler (The Rasterman) wrote: On Tue, 28 Feb 2012 19:51:37 -0500 Christopher Michaelcpmicha...@comcast.net said: btw.. i noticed wayland_shm/egl engines dont implement

Re: [E-devel] elm_win.c.patch function name typo

2012-02-29 Thread The Rasterman
On Wed, 29 Feb 2012 17:56:57 +0900 Daniel Juyung Seo seojuyu...@gmail.com said: you can see that my fingers are trained to just write width no matter what is actually meant to be written. i've been doing graphics for too long - my fingers have a mind of their own. Thanks! In SVN! spank raster

Re: [E-devel] timeline is not in line

2012-02-29 Thread Daniel Juyung Seo
On Wed, Feb 29, 2012 at 7:07 PM, P Purkayastha ppu...@gmail.com wrote: On Wednesday, February 29, 2012 10:58:39 AM UTC+8, Daniel Juyung Seo wrote: Hello, On Tue, Feb 28, 2012 at 7:08 PM, Carsten Haitzler ras...@rasterman.com wrote: On Tue, 28 Feb 2012 14:56:13 +0800 P

Re: [E-devel] elm_win.c.patch function name typo

2012-02-29 Thread ChunEon Park
so u are rasterman -Regards, Hermet- -Original Message- From: Carsten Haitzlerlt;ras...@rasterman.comgt; To: Enlightenment developer listlt;enlightenment-devel@lists.sourceforge.netgt; Cc: Sent: 12-02-29(수) 19:55:38 Subject: Re: [E-devel]

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

2012-02-29 Thread Michael Blumenkrantz
On Wed, 29 Feb 2012 16:03:00 +0900 Jaehwan Kim jaehwan.kim@gmail.com wrote: Hi, I fixed the scale bug. Please test it is work well. And thanks for reporting :) The reason I changed toolbar is the focus problem. In order to use focus next hook, the items should be able to be focused.

Re: [E-devel] elm_win.c.patch function name typo

2012-02-29 Thread Jihoon Kim
We need spelling checker! :) On Wednesday, February 29, 2012, ChunEon Park wrote: so u are rasterman -Regards, Hermet- -Original Message- From: Carsten Haitzlerlt;ras...@rasterman.com javascript:;gt; To: Enlightenment developer list

[E-devel] [patch] elm_genlist - add item flip set/get

2012-02-29 Thread Hyoyoung Chang
Dear all. I made a patch to introduce new genlist item mode. Two public apis are added. +EAPI void elm_genlist_item_flip_set(Elm_Object_Item *it, Eina_Bool flip); +EAPI Eina_Bool elm_genlist_item_flip_get(Elm_Object_Item *it); It provides on-the-flying item change. It works like that a new item

Re: [E-devel] Fwd: timeline is not in line

2012-02-29 Thread Bertrand Jacquin
This is now up to date. Beber D'ar Wednesday 29 a viz February 2012 e 11 eur 18, « Bertrand Jacquin » he deus skrivet : I can see that kind of things in logs : Feb 29 02:01:16 enlightenment2 Trac[svn_fs] DEBUG: Subversion bindings imported Feb 29 02:01:16 enlightenment2 Trac[cache] INFO:

Re: [E-devel] Fwd: timeline is not in line

2012-02-29 Thread The Rasterman
On Wed, 29 Feb 2012 13:20:29 +0100 Bertrand Jacquin be...@meleeweb.net said: awesome... but why did ti get stuck? This is now up to date. Beber D'ar Wednesday 29 a viz February 2012 e 11 eur 18, « Bertrand Jacquin » he deus skrivet : I can see that kind of things in logs : Feb 29

Re: [E-devel] Fwd: timeline is not in line

2012-02-29 Thread Bertrand Jacquin
D'ar Wednesday 29 a viz February 2012 e 13 eur 49, « Carsten Haitzler » he deus skrivet : On Wed, 29 Feb 2012 13:20:29 +0100 Bertrand Jacquin be...@meleeweb.net said: awesome... but why did ti get stuck? Cache corruption, can't find the origin, hope to have some time to do it this week end.

Re: [E-devel] elm_win.c.patch function name typo

2012-02-29 Thread David Seikel
On Wed, 29 Feb 2012 19:55:38 +0900 Carsten Haitzler (The Rasterman) ras...@rasterman.com wrote: On Wed, 29 Feb 2012 17:56:57 +0900 Daniel Juyung Seo seojuyu...@gmail.com said: you can see that my fingers are trained to just write width no matter what is actually meant to be written. i've

Re: [E-devel] Fwd: timeline is not in line

2012-02-29 Thread P Purkayastha
On Wednesday, February 29, 2012 8:20:29 PM UTC+8, Bertrand Jacquin wrote: This is now up to date. Beber Nice! Thanks. Trac is back to its old self :) -- Virtualization Cloud Management Using Capacity Planning Cloud

[E-devel] elm_entry typedef Elm_Entry_Item_Provider_Cb

2012-02-29 Thread Jeremy Zurcher
Improve callbacks readability in elm_entry, elm_anchorblock and elm_anchorview using typedefs. typedef Evas_Object* (*Elm_Entry_Item_Provider_Cb) (void *data, Evas_Object * entry, const char *item); impacts - elm_entry.h - elm_entry.c - elc_anchorblock.h - elc_anchorblock.c -

[E-devel] Several elementary API renames

2012-02-29 Thread Pau Espin Pedrol
Hi everybody, I'd like to introduce some little API elementary rename changes to add more consistency with the rest of the API and makes it easier to write bindings for them. elm_map.h: Elm_Map_Route_Sources - Elm_Map_Route_Source Elm_Map_Name_Sources - Elm_Map_Name_Source elm_menu.h

Re: [E-devel] Fwd: timeline is not in line

2012-02-29 Thread Davide Andreoli
Il giorno 29 febbraio 2012 13:20, Bertrand Jacquin be...@meleeweb.net ha scritto: This is now up to date. Beber Super!! thnks ! D'ar Wednesday 29 a viz February 2012 e 11 eur 18, « Bertrand Jacquin » he deus skrivet : I can see that kind of things in logs : Feb 29 02:01:16

Re: [E-devel] Several elementary API renames

2012-02-29 Thread Pau Espin Pedrol
I attach the patches for those changes. -- Pau Espin Pedrol mail/jabber: pespin.s...@gmail.com http://blog.espeweb.net Index: elm_map.h === --- elm_map.h (revision 68557) +++ elm_map.h (working copy) @@ -108,7 +108,7 @@ {

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

2012-02-29 Thread Christopher Michael
On 02/29/2012 05:05 AM, Carsten Haitzler (The Rasterman) wrote: On Wed, 29 Feb 2012 03:25:18 -0500 Christopher Michaelcpmicha...@comcast.net said: On 02/29/2012 01:57 AM, Carsten Haitzler (The Rasterman) wrote: On Tue, 28 Feb 2012 19:51:37 -0500 Christopher Michaelcpmicha...@comcast.net

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

2012-02-29 Thread Michael Blumenkrantz
On Wed, 29 Feb 2012 06:41:58 -0500 Michael Blumenkrantz michael.blumenkra...@gmail.com wrote: On Wed, 29 Feb 2012 16:03:00 +0900 Jaehwan Kim jaehwan.kim@gmail.com wrote: Hi, I fixed the scale bug. Please test it is work well. And thanks for reporting :) The reason I changed

Re: [E-devel] Fwd: timeline is not in line

2012-02-29 Thread Elevate Efl
Awesome. On Mar 1, 2012 3:56 AM, Davide Andreoli d...@gurumeditation.it wrote: Il giorno 29 febbraio 2012 13:20, Bertrand Jacquin be...@meleeweb.net ha scritto: This is now up to date. Beber Super!! thnks ! D'ar Wednesday 29 a viz February 2012 e 11 eur 18, « Bertrand Jacquin

Re: [E-devel] [patch] elm_genlist - add item flip set/get

2012-02-29 Thread Elevate Efl
Const for param? On Feb 29, 2012 9:19 PM, Hyoyoung Chang hyoyo...@gmail.com wrote: Dear all. I made a patch to introduce new genlist item mode. Two public apis are added. +EAPI void elm_genlist_item_flip_set(Elm_Object_Item *it, Eina_Bool flip); +EAPI Eina_Bool

[E-devel] Patch for deprecating enum.

2012-02-29 Thread Elevate Efl
Kindly suggest if there is a better way. Regards, Sanjeev From e416dc65d91ade776aa83bcb558faebf84045939 Mon Sep 17 00:00:00 2001 From: Sanjeev BA iamsanj...@gmail.com Date: Thu, 1 Mar 2012 11:22:55 +0900 Subject: [PATCH 3/3] Rename enum based on review comment. Signed-off-by: Sanjeev BA

Re: [E-devel] Patch for deprecating enum.

2012-02-29 Thread Daniel Juyung Seo
This looks good :) 1. I kindly recommend to add below line to elm_deprecated.h typedef _Elm_Calendar_Mark_Repeat_Type Elm_Calendar_Mark_Repeat EINA_DEPRECATED; 2. Why did you make this change? -typedef struct _Elm_Calendar_Mark Elm_Calendar_Mark;/** Item handle for a calendar mark. Created

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

2012-02-29 Thread Michael Blumenkrantz
On Wed, 29 Feb 2012 17:39:50 -0500 Michael Blumenkrantz michael.blumenkra...@gmail.com wrote: On Wed, 29 Feb 2012 06:41:58 -0500 Michael Blumenkrantz michael.blumenkra...@gmail.com wrote: On Wed, 29 Feb 2012 16:03:00 +0900 Jaehwan Kim jaehwan.kim@gmail.com wrote: Hi, I

Re: [E-devel] [Patch] Add new API in Index widget (e lm_index_indicator_disabled_set/get())

2012-02-29 Thread ChunEon Park
In Revision: 68559 Actually, signals for indicator - active, inactive - are there already. I modified your patch code partially. Please check the revision code diff. Thank you. -Regards, Hermet- -Original Message- From: GoUn

Re: [E-devel] Fwd: timeline is not in line

2012-02-29 Thread Daniel Juyung Seo
This is awesome!! Thanks!!! Daniel Juyung Seo (SeoZ) On Wed, Feb 29, 2012 at 9:20 PM, Bertrand Jacquin be...@meleeweb.net wrote: This is now up to date. Beber D'ar Wednesday 29 a viz February 2012 e 11 eur 18, « Bertrand Jacquin » he deus skrivet : I can see that kind of things in logs :

Re: [E-devel] Patch for deprecating enum.

2012-02-29 Thread Elevate Efl
On Thu, Mar 1, 2012 at 11:38 AM, Daniel Juyung Seo seojuyu...@gmail.comwrote: This looks good :) 1. I kindly recommend to add below line to elm_deprecated.h typedef _Elm_Calendar_Mark_Repeat_Type Elm_Calendar_Mark_Repeat EINA_DEPRECATED; Ok. 2. Why did you make this change? -typedef

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

2012-02-29 Thread Daniel Juyung Seo
Thanks Mike for reporting many issues. I politely ask you to raise a trac issue for them. It will be stacked in trac and handled somehow without being forgetted. Thanks in advance. Daniel Juyung Seo (SeoZ) 2012/3/1 Michael Blumenkrantz michael.blumenkra...@gmail.com: On Wed, 29 Feb 2012

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

2012-02-29 Thread Jaehwan Kim
Hi, Thanks for your bug reporting. Still some bugs though: * vertical toolbar orientation (test 6) is broken When I checked the test 6, I didn't find any broken. Please check again and explain it more detail. * toolbar menu items sometimes have their menu stuck in the toolbar area

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

2012-02-29 Thread David Seikel
On Thu, 1 Mar 2012 15:51:42 +0900 Jaehwan Kim jaehwan.kim@gmail.com wrote: More examples of things which need to be fixed can be found in the toolbar of elementary_config. Additionally, middle clicking toolbar buttons no longer produces related events. What means the middle