[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 her...@hermet.pe.kr Date: Thu Jun 6 18:22:26 2013 +0900 edje - go away unnecesary code --- -

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 Dudekkarol.du...@comarch.com 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

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. See the

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 tom.haco...@samsung.com wrote: On 06/06/13 10:22, ChunEon Park - Enlightenment Git wrote: hermet pushed a commit to branch master. commit b98b7d5e042cc1f32d75bc006cb30f5c8a45c152 Author: ChunEon Park her...@hermet.pe.kr Date: Thu Jun 6

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 her...@hermet.pe.kr Date: Thu Jun 6 18:36:40 2013 +0900 edje -

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 tried to add an

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 no-re...@enlightenment.org wrote: antognolli pushed a commit to branch master. commit 4b5d52fca12b74871f14883566b29ef274eaf860 Author: Rafael Antognolli rafael.antogno...@intel.com Date: Thu Jun 6 18:35:12 2013 -0300

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 Middelschulte

[E-devel] Terminology ctrl + key 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

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

2013-06-06 Thread The Rasterman
On Thu, 6 Jun 2013 19:59:55 -0300 Rafael Antognolli antogno...@gmail.com 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

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 Seoseojuyu...@gmail.com To: enlightenment-develenlightenment-devel@lists.sourceforge.net; Cc: enlightenment-...@lists.sourceforge.net; Sent: 2013-06-06 (목) 23:24:21

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 Hacohentom.haco...@samsung.com To: enlightenment-devel@lists.sourceforge.net; Cc: enlightenment-...@lists.sourceforge.net; ChunEon Park - Enlightenment Gitno-re...@enlightenment.org;

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 . anurag@gmail.com 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

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. commit