Re: [E-devel] [EGIT] [core/elementary] master 01/03: Eolian: support of eot file

2015-05-20 Thread Daniel Zaoui
You are right Andrew. On my way to it now that efl can compile. On Wed, 20 May 2015 23:36:40 +0100 Andrew Williams wrote: > > Hi, > > I think this commit marks all the src/lib/.eo files as to be deleted > on a make clean. > My suspicion is that > > elm_eolian_h = $(elm_eolian_files:%.eo=%.eo.

Re: [E-devel] ecore_event_handler_add works differently in X and Wayland

2015-05-20 Thread The Rasterman
On Thu, 21 May 2015 10:19:02 +0900 (KST) 김재환 said: devilhorns - you will knwo why this is the case. i know why you don't have the ecore_key_down/up (or mouse) etc. events... but WHY not use them and have custom ECORE_WL_EVENT* events? why be different? on a different note. imho if someone is rel

Re: [E-devel] ecore_event_handler_add works differently in X and Wayland

2015-05-20 Thread Jaehwan Kim
This is Jaehwan Kim. I used another email because of sending email problem. -Original Message- From: "김재환" To: ; Cc: Sent: 2015-05-21 (목) 10:19:02 Subject: [E-devel] ecore_event_handler_add works differently in X and

[E-devel] ecore_event_handler_add works differently in X and Wayland

2015-05-20 Thread 김재환
ecore_event_handler_add works differently. In X, ecore_event_handler_add and elm_win_add works well. elm_win_add and ecore_event_handler_add works well,too. The ecore_event_handler_add works well regardless of creating window(or ecore_evas). But In Wayland, if we uses ecore_event_handler_ad

Re: [E-devel] [EGIT] [core/elementary] master 01/01: elementary: Create new widget for image masking

2015-05-20 Thread ChunEon Park
Maybe we have already useless widgets. it's true. -Regards, Hermet- -Original Message- From: "Tom Hacohen" To: ; Cc: Sent: 2015-05-20 (수) 20:40:13 Subject: Re: [E-devel] [EGIT] [core/elementary] master 01/01: elementary: Create new widget for image

Re: [E-devel] [EGIT] [core/elementary] master 01/01: elementary: Create new widget for image masking

2015-05-20 Thread ChunEon Park
What are u talking about? i've never said elm isn't themeable. but edc can break it. -Regards, Hermet- -Original Message- From: "Tom Hacohen" To: ; Cc: Sent: 2015-05-20 (수) 19:59:11 Subject: Re: [E-devel] [EGIT] [core/elementary] master 01/01: el

Re: [E-devel] [EGIT] [core/elementary] master 01/01: elementary: Create new widget for image masking

2015-05-20 Thread ChunEon Park
Hello, So top posting as answering your mail inline is really hard. First of, I think you are confused by the state of toolkit and application. There is two big set of application. The first one, have their unique user interface design and their own world. It is the case for many standalone appli

Re: [E-devel] [EGIT] [core/elementary] master 01/03: Eolian: support of eot file

2015-05-20 Thread Andrew Williams
Hi, I think this commit marks all the src/lib/.eo files as to be deleted on a make clean. My suspicion is that elm_eolian_h = $(elm_eolian_files:%.eo=%.eo.h) $(elm_eolian_files:%.eot=%.eot.h) is marking .eo files as generated headers (as they don't match the %.eot Just a thought but it could

Re: [E-devel] Problems using elm with eo

2015-05-20 Thread Andrew Williams
Hi, Slightly more info -it's notjust install that failes. Running make the second time generates this error. If I run distclean then make its fine, but running make again gets this error. Strange right? Thanks, Andrew On 20/05/15 21:47, Andrew Williams wrote: > Hi guys, > > So I'm working on E

[E-devel] Problems using elm with eo

2015-05-20 Thread Andrew Williams
Hi guys, So I'm working on EDI - all working fine with EFL and Elementary from git master. Tongiht I try to make install and its a different story... edi/elm_code/src/lib> make install make install-am make[1]: Entering directory '/home/andy/Code/E/edi/elm_code/src/lib' EOLIAN /usr/local/in

[E-devel] Eo release plan

2015-05-20 Thread Tom Hacohen
Hey, It is finally time to release Eo. Since the next EFL release is in August, this will only become official EFL API starting from then, however, I'm announcing this now, so developers who track EFL git can already start using Eo and be assured the API will remain the same. This includes al

Re: [E-devel] [EGIT] [core/elementary] master 01/01: elementary: Create new widget for image masking

2015-05-20 Thread Simon Lees
On 05/20/2015 08:29 PM, Tom Hacohen wrote: > On 20/05/15 03:48, ChunEon Park wrote: >> And additionally saying, >> >> EDC will break app theme compatibility acutally. >> >> If applications want to develop the system based themeable apps, >> they should not touch the edc, they should write the gui

Re: [E-devel] [EGIT] [core/elementary] master 01/01: elementary: Create new widget for image masking

2015-05-20 Thread Tom Hacohen
On 20/05/15 08:21, Cedric BAIL wrote: > Hello, > > So top posting as answering your mail inline is really hard. First of, > I think you are confused by the state of toolkit and application. > There is two big set of application. > > The first one, have their unique user interface design and their o

Re: [E-devel] [EGIT] [core/elementary] master 01/01: elementary: Create new widget for image masking

2015-05-20 Thread Tom Hacohen
On 20/05/15 03:48, ChunEon Park wrote: > And additionally saying, > > EDC will break app theme compatibility acutally. > > If applications want to develop the system based themeable apps, > they should not touch the edc, they should write the gui with only elm > widgets. > > See the efl applicatio

Re: [E-devel] [EGIT] [core/elementary] master 01/01: elementary: Create new widget for image masking

2015-05-20 Thread Cedric BAIL
Hello, So top posting as answering your mail inline is really hard. First of, I think you are confused by the state of toolkit and application. There is two big set of application. The first one, have their unique user interface design and their own world. It is the case for many standalone appli