[E-devel] use the widget plug?

2013-06-06 Thread Karol Dudek
Hello, where can I find an example of using the widget plug (http://docs.enlightenment.org/auto/elementary/group__Plug.html)? For most of the widgets are examples of the use, but this does not. Is this widget is practically applied? Regards, KD

Re: [E-devel] [EGIT] [core/efl] master 01/01: edje - go away unnecesary code

2013-06-06 Thread Tom Hacohen
On 06/06/13 10:22, ChunEon Park - Enlightenment Git wrote: > hermet pushed a commit to branch master. > > commit b98b7d5e042cc1f32d75bc006cb30f5c8a45c152 > Author: ChunEon Park > Date: Thu Jun 6 18:22:26 2013 +0900 > > edje - go away unnecesary code > --- > - eo_do(ep->typedat

Re: [E-devel] use the widget plug?

2013-06-06 Thread Rajeev Ranjan
Hi, You can check in elementary/src/bin/test_win_plug.c. Regards, Rajeev --- Original Message --- Sender : Karol Dudek Date : Jun 06, 2013 17:56 (GMT+09:00) Title : [E-devel] use the widget plug? Hello, where can I find an example of using the widget plug (http://docs.enlightenment.o

Re: [E-devel] focus out callback and elm objects

2013-06-06 Thread Leif Middelschulte
Am Mittwoch, 5. Juni 2013 um 22:41 schrieb Chris Michael: > On 05/06/13 19:18, Leif Middelschulte wrote: > > Hi, > > > > I want a function to be called once an object loses the focus. > > > > I tried to add an evas object event callback for EVAS_CALLBACK_FOCUS_OUT, > > but it never gets called. S

Re: [E-devel] [EGIT] [core/efl] master 01/01: edje - go away unnecesary code

2013-06-06 Thread Daniel Juyung Seo
On Thu, Jun 6, 2013 at 6:26 PM, Tom Hacohen wrote: > On 06/06/13 10:22, ChunEon Park - Enlightenment Git wrote: > > hermet pushed a commit to branch master. > > > > commit b98b7d5e042cc1f32d75bc006cb30f5c8a45c152 > > Author: ChunEon Park > > Date: Thu Jun 6 18:22:26 2013 +0900 > > > > edj

Re: [E-devel] [EGIT] [core/efl] master 01/01: edje - refactoring.

2013-06-06 Thread Daniel Juyung Seo
On Thu, Jun 6, 2013 at 6:37 PM, ChunEon Park - Enlightenment Git < no-re...@enlightenment.org> wrote: > hermet pushed a commit to branch master. > > commit ffe67b804306f86d6ed383e94204a6cc566a4228 > Author: ChunEon Park > Date: Thu Jun 6 18:36:40 2013 +0900 > > edje - refactoring. > >

Re: [E-devel] focus out callback and elm objects

2013-06-06 Thread Daniel Juyung Seo
On Thu, Jun 6, 2013 at 8:23 PM, Leif Middelschulte < leif.middelschu...@gmail.com> wrote: > Am Mittwoch, 5. Juni 2013 um 22:41 schrieb Chris Michael: > > On 05/06/13 19:18, Leif Middelschulte wrote: > > > Hi, > > > > > > I want a function to be called once an object loses the focus. > > > > > > I

Re: [E-devel] [EGIT] [core/efl] master 01/01: evas/callbacks: Prevent post_event_callback_call recursion.

2013-06-06 Thread Rafael Antognolli
On Thu, Jun 6, 2013 at 6:53 PM, Rafael Antognolli - Enlightenment Git wrote: > antognolli pushed a commit to branch master. > > commit 4b5d52fca12b74871f14883566b29ef274eaf860 > Author: Rafael Antognolli > Date: Thu Jun 6 18:35:12 2013 -0300 > > evas/callbacks: Prevent post_event_callback_c

Re: [E-devel] focus out callback and elm objects

2013-06-06 Thread Leif Middelschulte
Am Donnerstag, 6. Juni 2013 um 18:16 schrieb Daniel Juyung Seo: > On Thu, Jun 6, 2013 at 8:23 PM, Leif Middelschulte < > leif.middelschu...@gmail.com (mailto:leif.middelschu...@gmail.com)> wrote: > > > Am Mittwoch, 5. Juni 2013 um 22:41 schrieb Chris Michael: > > > On 05/06/13 19:18, Leif Middelsc

[E-devel] Terminology ctrl + on wayland

2013-06-06 Thread Rafael Antognolli
Hey guys, Is there anything specially done to handle these keys inside terminology? I just checked the ecore input stuff and the keys seem to be emitted with the necessary modifiers, but still CTRL+w won't delete the last word. Other ctrl combinations also don't work. Do you know of something th

Re: [E-devel] Terminology ctrl + on wayland

2013-06-06 Thread The Rasterman
On Thu, 6 Jun 2013 19:59:55 -0300 Rafael Antognolli said: > Hey guys, > > Is there anything specially done to handle these keys inside terminology? > > I just checked the ecore input stuff and the keys seem to be emitted > with the necessary modifiers, but still CTRL+w won't delete the last > w

Re: [E-devel] [EGIT] [core/efl] master 01/01: edje - refactoring.

2013-06-06 Thread ChunEon Park
depends on the context. -Regards, Hermet- -Original Message- From: "Daniel Juyung Seo" To: "enlightenment-devel"; Cc: ; Sent: 2013-06-06 (목) 23:24:21 Subject: Re: [E-devel] [EGIT] [core/efl] master 01/01: edje - refactoring. On Thu, Jun 6, 2013

Re: [E-devel] [EGIT] [core/efl] master 01/01: edje - go away unnecesary code

2013-06-06 Thread ChunEon Park
thank you. -Regards, Hermet- -Original Message- From: "Tom Hacohen" To: ; Cc: ; "ChunEon Park - Enlightenment Git"; Sent: 2013-06-06 (목) 18:26:54 Subject: Re: [E-devel] [EGIT] [core/efl] master 01/01: edje - go away unnecesary code On 06/06/13

Re: [E-devel] [e-users] remove Edge part stack binding.

2013-06-06 Thread The Rasterman
On Fri, 7 Jun 2013 08:26:50 +0530 "378anurag ." said: objects by default are stacked in order of creation (new objects go on top of the stack). you can modify stacking with: evas_object_raise() evas_object_lower() evas_object_stack_above() evas_object_stack_below() for toplevel objects (they ha

Re: [E-devel] [EGIT] [core/elementary] master 01/01: fix compilation

2013-06-06 Thread Daniel Juyung Seo
Oops sorry. I b0rked it. I changed EINA_LOG_INFO to INF again to use elementary log domain. Thanks for spotting this. Daniel Juyung Seo (SeoZ) On Fri, Jun 7, 2013 at 4:20 AM, Boris Faure - Enlightenment Git < no-re...@enlightenment.org> wrote: > billiob pushed a commit to branch master. > > com

Re: [E-devel] [e-users] remove Edge part stack binding.

2013-06-06 Thread The Rasterman
On Fri, 07 Jun 2013 11:20:27 +0530 "Anurag.ots" said: oh inside an edje object... no - u cant. stacking is fixed inside edje. > > > Carsten Haitzler wrote: > > Hi , > Thanks for your reply. > I want to remove this stack binding in edje edc itself. > Is there a way to do it in edc?? > > Than