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 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 clicking? > In tool

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 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 : > On Wed, 29 Feb 2012 17:39:50 -0500 > Michael Blumenkrantz

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

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

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 Lee"

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 wrote: > On Wed, 29 Feb 2012 06:41:58 -0500 > Michael Blumenkrantz wrote: > > > On Wed, 29 Feb 2012 16:03:00 +0900 > > Jaehwan Kim wrote: > > > > > Hi, > > > > > > I fixed the scale bug. Please test it is work well. And thanks for > > >

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 w

[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 Date: Thu, 1 Mar 2012 11:22:55 +0900 Subject: [PATCH 3/3] Rename enum based on review comment. Signed-off-by: Sanjeev BA --- trunk/elementary/doc/ex

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" 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 elm_genlist_item_flip_get(Elm_Object_Ite

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" wrote: > Il giorno 29 febbraio 2012 13:20, Bertrand Jacquin 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 skriv

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 wrote: > On Wed, 29 Feb 2012 16:03:00 +0900 > Jaehwan Kim 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

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 Michael > said: > >> On 02/29/2012 01:57 AM, Carsten Haitzler (The Rasterman) wrote: >>> On Tue, 28 Feb 2012 19:51:37 -0500 Christopher >>> Michael said: >>> >>> btw.. i noticed wayland

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 @@ { E

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

2012-02-29 Thread Davide Andreoli
Il giorno 29 febbraio 2012 13:20, Bertrand Jacquin 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 enlightenme

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

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

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 Cl

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) wrote: > On Wed, 29 Feb 2012 17:56:57 +0900 Daniel Juyung Seo > 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 -

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 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. > > This is no

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 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 02:01:1

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] I

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

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 Haitzler" > To: "Enlightenment developer list"& > lt;enlighten

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 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. But toolbar items

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 Haitzler" To: "Enlightenment developer list" Cc: Sent: 12-02-29(수) 19:55:38 Subject: Re: [E-devel] elm_win.c.pa

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 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 > >wrote: > > > > > On Tue, 28 Feb 2012 14:56:13 +0800 P Purkayastha > > said: > > > >

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 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 :) > > Daniel Ju

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 said: > On 02/29/2012 01:57 AM, Carsten Haitzler (The Rasterman) wrote: > > On Tue, 28 Feb 2012 19:51:37 -0500 Christopher > > Michael said: > > > > btw.. i noticed wayland_shm/egl engines dont implement the alpha_set engine > > funcs! :( ie

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 secon

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] 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 >wrote: > > > On Tue, 28 Feb 2012 14:56:13 +0800 P Purkayastha > said: > > > > yeah - i know. sometimes it gets stuck. this time its just stopped. i > d

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

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 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 to) all the -I/u

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). Basica

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

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 wrote: > On 02/29/2012 02:02 AM, Carsten Haitzler (The Rasterman) wrote: > > On Wed, 29 Feb 2012 15:52:07 +0900 Daniel Juyung Seo< > seojuyu...@g

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 wrote: > elm_win_widthdrawn_get -> elm_win_withdrawn_get > > Jeremy > > > -- > Virtualization & Cloud Management

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 wrote: > Hello Devs, > > I have a strange problem. EFL running on windows minGw starts leaking >

[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 - http://docs.enlightenment.org/auto/e

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 Seo > said: > >> On Wed, Feb 29, 2012 at 2:59 PM, Christopher Michael>> wrote: >> >>> On 02/29/2012 12:05 AM, Enlightenment SVN wrote: Log: elm win: Commented unused function

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

2012-02-29 Thread Kim Shinwoo
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. >> >> --disable-async-preload --disable-async-render >> >> I did not us

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

2012-02-29 Thread Christopher Michael
On 02/29/2012 01:52 AM, Daniel Juyung Seo wrote: > On Wed, Feb 29, 2012 at 2:59 PM, Christopher Michael> wrote: > >> On 02/29/2012 12:05 AM, Enlightenment SVN wrote: >>> Log: >>> elm win: Commented unused function. >>> >>> Signed-off-by: Daniel Juyung Seo >>> >>> Author: seoz >>> Date:

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 Michael > 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 > accordingly) > al

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 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 Linux" of http

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