Re: [E-devel] [e-users] Is there *real* documentation for edje?

2013-11-01 Thread Jose Gonzalez
Carsten wrote: > On Fri, 01 Nov 2013 05:57:59 -0400 Jose Gonzalez said: > > >> Carsten wrote: >> >> >>> On Fri, 1 Nov 2013 00:40:42 + Andrew F >>> said: >>> >>> >>> Hey guys, can someone point me to documentation that explains what a swallow is? and how its u

[EGIT] [core/efl] master 01/01: fix framespace handling in evas _render to not cause in/out events...

2013-11-01 Thread Rasterman
raster pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=c4f54e23e617b758110abc2cd91569a32aa2126a commit c4f54e23e617b758110abc2cd91569a32aa2126a Author: Carsten Haitzler (Rasterman) Date: Sat Nov 2 13:50:13 2013 +0900 fix framespace handling in evas _

Re: [E-devel] Behaviour of POINTER_MODE_NOGRAB_NO_REPEAT_UPDOWN.

2013-11-01 Thread The Rasterman
On Fri, 01 Nov 2013 18:21:22 + Thomas Strobel said: > Hello everyone, > > could anyone maybe help me to understand the attached Evas program. It > is a small example which changes the color of a centered rectangle with > mouse in/out. > > I'm trying to understand why the mouse pointer is no

Re: [E-devel] EFL 1.8 coming release

2013-11-01 Thread Cedric BAIL
On Fri, Nov 1, 2013 at 7:14 PM, Rafael Antognolli wrote: > On Fri, Oct 25, 2013 at 6:35 AM, Cedric BAIL wrote: >> Right now I am only aware of one major change that need to be done, >> fixing Ecore_Wayland.h exposing private structure. So if you have >> anything important, please share it here. I

Re: [E-devel] [e-users] Is there *real* documentation for edje?

2013-11-01 Thread The Rasterman
On Fri, 01 Nov 2013 05:57:59 -0400 Jose Gonzalez said: > Carsten wrote: > > > On Fri, 1 Nov 2013 00:40:42 + Andrew F > > said: > > > > > >> Hey guys, can someone point me to documentation that explains what a > >> swallow is? > >> and how its used. > >> thanks > >> > > > > swallow t

[EGIT] [core/elementary] master 01/02: wayland support - unbreak build since structs are now private

2013-11-01 Thread Rasterman
raster pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=2af35a78b82080598f6bf74839c5114e57e4846b commit 2af35a78b82080598f6bf74839c5114e57e4846b Author: Carsten Haitzler (Rasterman) Date: Sat Nov 2 11:38:57 2013 +0900 wayland support - unbreak

[EGIT] [core/elementary] master 02/02: unbreak wayland elm build more - use get_surface_id api

2013-11-01 Thread Rasterman
raster pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=24b10c0c7647765176a3c3a24eb21243f84e3023 commit 24b10c0c7647765176a3c3a24eb21243f84e3023 Author: Carsten Haitzler (Rasterman) Date: Sat Nov 2 11:51:50 2013 +0900 unbreak wayland elm build

[EGIT] [core/efl] master 01/01: ecore-wl - add ecore_wl_window_surface_id_get so we can unbreak elm

2013-11-01 Thread Rasterman
raster pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=298f4af7fa324ae78822329b755ee06f6d127a86 commit 298f4af7fa324ae78822329b755ee06f6d127a86 Author: Carsten Haitzler (Rasterman) Date: Sat Nov 2 11:44:15 2013 +0900 ecore-wl - add ecore_wl_window_su

[EGIT] [core/elementary] master 01/01: elm access - if we disable apis then disable the tests too - unbreak build

2013-11-01 Thread Rasterman
raster pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=d8b3cdb28f5334f9429959109af4b960bf414097 commit d8b3cdb28f5334f9429959109af4b960bf414097 Author: Carsten Haitzler (Rasterman) Date: Sat Nov 2 10:48:12 2013 +0900 elm access - if we disable

Re: [E-devel] Behaviour of POINTER_MODE_NOGRAB_NO_REPEAT_UPDOWN.

2013-11-01 Thread Jérémy Zurcher
Hi, it's a fast patch as you say, I didn't search for side effects and I'm not used to this mouse event handling code. reading here (line 800) http://git.enlightenment.org/core/efl.git/tree/src/lib/evas/Evas_Common.h EVAS_OBJECT_POINTER_MODE_AUTOGRAB: When the button is released, the event will

[EGIT] [bindings/python/python-efl] master 01/02: Elementary.object_item: Change ObjectItem.data to hold a dict (like Eo).

2013-11-01 Thread Kai Huuhko
kuuko pushed a commit to branch master. http://git.enlightenment.org/bindings/python/python-efl.git/commit/?id=fc69997a7525b60c3ae1501be0e23d1371bf7472 commit fc69997a7525b60c3ae1501be0e23d1371bf7472 Author: Kai Huuhko Date: Sat Nov 2 02:05:48 2013 +0200 Elementary.object_item: Change Obj

Re: [E-devel] Behaviour of POINTER_MODE_NOGRAB_NO_REPEAT_UPDOWN.

2013-11-01 Thread Thomas Strobel
Hi! Jérémy, thank you very much for the fast patch! Looking at the source, I originally thought that the intended behaviour of POINTER_MODE_NOGRAB_NO_REPEAT_UPDOWN would be that the object is not grabbing the pointer completely, but that corresponding mouse down/up events reach the object neverth

[EGIT] [admin/devs] master 01/01: Adding an arrow to make icon look better on map.

2013-11-01 Thread Guillaume Friloux
kuri pushed a commit to branch master. http://git.enlightenment.org/admin/devs.git/commit/?id=3e5f814fef2fef8af0e27108fa5226224d422ed9 commit 3e5f814fef2fef8af0e27108fa5226224d422ed9 Author: Guillaume Friloux Date: Fri Nov 1 23:31:38 2013 +0100 Adding an arrow to make icon look better on

Re: [E-devel] Behaviour of POINTER_MODE_NOGRAB_NO_REPEAT_UPDOWN.

2013-11-01 Thread Jérémy Zurcher
Hi, arc shouts at me again, same as http://www.mail-archive.com/enlightenment-devel@lists.sourceforge.net/msg51725.html but this time the trick does not the trick :(( mouse out is only feeded when you leave the canvas and have released or release the mouse button all of this because of mouse_gra

[EGIT] [admin/devs] master 01/01: Update my info and add pictures of me xxx.

2013-11-01 Thread Guillaume Friloux
kuri pushed a commit to branch master. http://git.enlightenment.org/admin/devs.git/commit/?id=205a1a966ac861e550c1f317e1a83498f56b310f commit 205a1a966ac861e550c1f317e1a83498f56b310f Author: Guillaume Friloux Date: Fri Nov 1 22:31:03 2013 +0100 Update my info and add pictures of me xxx. -

[EGIT] [apps/terminology] master 01/04: termio: allow monitoring if selection exists.

2013-11-01 Thread Gustavo Sverzut Barbieri
barbieri pushed a commit to branch master. http://git.enlightenment.org/apps/terminology.git/commit/?id=6562cdabc26860a9e62b5d6016b4b677e4ffe5d8 commit 6562cdabc26860a9e62b5d6016b4b677e4ffe5d8 Author: Gustavo Sverzut Barbieri Date: Fri Nov 1 16:43:30 2013 -0200 termio: allow monitoring if

[EGIT] [apps/terminology] master 04/04: termio: right click on links show special menu.

2013-11-01 Thread Gustavo Sverzut Barbieri
barbieri pushed a commit to branch master. http://git.enlightenment.org/apps/terminology.git/commit/?id=016faae65041a1f5c56b3ddf4c34e71ee2cc0ffe commit 016faae65041a1f5c56b3ddf4c34e71ee2cc0ffe Author: Gustavo Sverzut Barbieri Date: Fri Nov 1 19:26:03 2013 -0200 termio: right click on link

[EGIT] [apps/terminology] master 02/04: controls: disable "copy" when there is no selection.

2013-11-01 Thread Gustavo Sverzut Barbieri
barbieri pushed a commit to branch master. http://git.enlightenment.org/apps/terminology.git/commit/?id=b50e64f80b58660c2ebb1c75d959b65e2bf0b4ec commit b50e64f80b58660c2ebb1c75d959b65e2bf0b4ec Author: Gustavo Sverzut Barbieri Date: Fri Nov 1 16:46:23 2013 -0200 controls: disable "copy" wh

[EGIT] [apps/terminology] master 03/04: termio: do not handle selection if it doesn't exist.

2013-11-01 Thread Gustavo Sverzut Barbieri
barbieri pushed a commit to branch master. http://git.enlightenment.org/apps/terminology.git/commit/?id=1745503b893095e3742549e2d74781d92c2c0dfd commit 1745503b893095e3742549e2d74781d92c2c0dfd Author: Gustavo Sverzut Barbieri Date: Fri Nov 1 17:11:10 2013 -0200 termio: do not handle selec

[EGIT] [core/elementary] master 01/01: NEWS: Removed disabled APIs for elm 1.8 release in NEWS.

2013-11-01 Thread Daniel Juyung Seo
seoz pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=456d096780dc6b2f220f823f219eb45b5f08baac commit 456d096780dc6b2f220f823f219eb45b5f08baac Author: Daniel Juyung Seo Date: Sat Nov 2 04:45:09 2013 +0900 NEWS: Removed disabled APIs for elm 1.8

[EGIT] [core/elementary] master 01/02: elm_access: Disable public accessibility APIs in elm 1.8 release.

2013-11-01 Thread Daniel Juyung Seo
seoz pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=0d61121ce4f87c9e9b0e8d8d7975f815328fe6f5 commit 0d61121ce4f87c9e9b0e8d8d7975f815328fe6f5 Author: Daniel Juyung Seo Date: Sat Nov 2 04:23:15 2013 +0900 elm_access: Disable public accessibilit

[EGIT] [core/elementary] master 02/02: elm_cnp.c: Disable cnp debug mode by default.

2013-11-01 Thread Daniel Juyung Seo
seoz pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=86dc6f945ca6c1a5f9a3a0484124171d3ad42bfe commit 86dc6f945ca6c1a5f9a3a0484124171d3ad42bfe Author: Daniel Juyung Seo Date: Sat Nov 2 04:28:06 2013 +0900 elm_cnp.c: Disable cnp debug mode by de

Re: [E-devel] admin/devs.git layout changes

2013-11-01 Thread Daniel Juyung Seo
On Sat, Nov 2, 2013 at 12:31 AM, Tom Hacohen wrote: > On 01/11/13 15:27, Tom Hacohen wrote: > > On 01/11/13 14:45, Tom Hacohen wrote: > >> Hey guys, > >> > >> As part of the probie access, we are overhauling the admin/devs.git repo > >> a bit. > >> > >>From now on, instead of having all the de

[E-devel] Behaviour of POINTER_MODE_NOGRAB_NO_REPEAT_UPDOWN.

2013-11-01 Thread Thomas Strobel
Hello everyone, could anyone maybe help me to understand the attached Evas program. It is a small example which changes the color of a centered rectangle with mouse in/out. I'm trying to understand why the mouse pointer is not being released after a mouse click onto the rectangle with has pointer

Re: [E-devel] EFL 1.8 coming release

2013-11-01 Thread Rafael Antognolli
On Fri, Oct 25, 2013 at 6:35 AM, Cedric BAIL wrote: > Right now I am only aware of one major change that need to be done, > fixing Ecore_Wayland.h exposing private structure. So if you have > anything important, please share it here. I will go over phab and take > of what I can. OK, most private

[EGIT] [core/efl] master 07/07: ecore/wayland: Finally move Ecore_Wayland internals to private header.

2013-11-01 Thread Rafael Antognolli
antognolli pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=fe8058cf77b6233917c3aaaf014473788e347888 commit fe8058cf77b6233917c3aaaf014473788e347888 Author: Rafael Antognolli Date: Fri Nov 1 15:55:39 2013 -0200 ecore/wayland: Finally move Ecore_Waylan

[EGIT] [core/efl] master 03/07: ecore(_evas)/wayland: Move frame callback to engine data.

2013-11-01 Thread Rafael Antognolli
antognolli pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=839a737a626d6840c37ce166cc8834b765595bc1 commit 839a737a626d6840c37ce166cc8834b765595bc1 Author: Rafael Antognolli Date: Fri Nov 1 14:19:11 2013 -0200 ecore(_evas)/wayland: Move frame callbac

[EGIT] [core/efl] master 02/07: ecore/wayland: Add title_set and class_name_set APIs.

2013-11-01 Thread Rafael Antognolli
antognolli pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=1c33a1a57b964d9080909c3e9e93f109d11c674f commit 1c33a1a57b964d9080909c3e9e93f109d11c674f Author: Rafael Antognolli Date: Fri Nov 1 11:38:05 2013 -0200 ecore/wayland: Add title_set and class_n

[EGIT] [core/efl] master 05/07: ecore/wayland: Set win->resizing flag inside ecore_wl_resize().

2013-11-01 Thread Rafael Antognolli
antognolli pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=8b852ad21eb106545100b122fa82d9923526b8af commit 8b852ad21eb106545100b122fa82d9923526b8af Author: Rafael Antognolli Date: Fri Nov 1 15:51:14 2013 -0200 ecore/wayland: Set win->resizing flag in

[EGIT] [core/efl] master 06/07: ecore/wayland: Add ecore_wl_window_keyboard_get().

2013-11-01 Thread Rafael Antognolli
antognolli pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=b77ac9b57ef6367adaa2812be874575559b54d72 commit b77ac9b57ef6367adaa2812be874575559b54d72 Author: Rafael Antognolli Date: Fri Nov 1 15:51:38 2013 -0200 ecore/wayland: Add ecore_wl_window_keybo

[EGIT] [core/efl] master 04/07: ecore/wayland: Set win->moving from inside ecore_wayland.

2013-11-01 Thread Rafael Antognolli
antognolli pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=6aa11cf89d305da10058edfade3e463cdaae9a2d commit 6aa11cf89d305da10058edfade3e463cdaae9a2d Author: Rafael Antognolli Date: Fri Nov 1 14:33:54 2013 -0200 ecore/wayland: Set win->moving from insi

[EGIT] [core/efl] master 01/07: ecore_evas/wayland: Do not update opaque region to the same value.

2013-11-01 Thread Rafael Antognolli
antognolli pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=a63c69cac5e49a122cb1fa1bcf8187cff1198dcf commit a63c69cac5e49a122cb1fa1bcf8187cff1198dcf Author: Rafael Antognolli Date: Fri Nov 1 10:43:53 2013 -0200 ecore_evas/wayland: Do not update opaque

[EGIT] [website/www] master 01/01: Improve usage of flattr API.

2013-11-01 Thread Tom Hacohen
tasn pushed a commit to branch master. http://git.enlightenment.org/website/www.git/commit/?id=1b76284860aec12ba4be1856057ca830feb40f36 commit 1b76284860aec12ba4be1856057ca830feb40f36 Author: Tom Hacohen Date: Fri Nov 1 15:56:00 2013 + Improve usage of flattr API. --- public_html/p.p

[EGIT] [website/www] master 01/01: Use https with flattr, not http.

2013-11-01 Thread Tom Hacohen
tasn pushed a commit to branch master. http://git.enlightenment.org/website/www.git/commit/?id=bfa14ae0403d713c7af20725a5c4c7af78ee3267 commit bfa14ae0403d713c7af20725a5c4c7af78ee3267 Author: Tom Hacohen Date: Fri Nov 1 15:37:43 2013 + Use https with flattr, not http. --- public_html

Re: [E-devel] admin/devs.git layout changes

2013-11-01 Thread Tom Hacohen
On 01/11/13 15:27, Tom Hacohen wrote: > On 01/11/13 14:45, Tom Hacohen wrote: >> Hey guys, >> >> As part of the probie access, we are overhauling the admin/devs.git repo >> a bit. >> >>From now on, instead of having all the devs in dirs on the root of the >> repo, they'll reside in subdirectori

Re: [E-devel] admin/devs.git layout changes

2013-11-01 Thread Tom Hacohen
On 01/11/13 14:45, Tom Hacohen wrote: > Hey guys, > > As part of the probie access, we are overhauling the admin/devs.git repo > a bit. > > From now on, instead of having all the devs in dirs on the root of the > repo, they'll reside in subdirectories according to access groups. > > For now, we h

[E-devel] admin/devs.git layout changes

2013-11-01 Thread Tom Hacohen
Hey guys, As part of the probie access, we are overhauling the admin/devs.git repo a bit. From now on, instead of having all the devs in dirs on the root of the repo, they'll reside in subdirectories according to access groups. For now, we have those in mind: developers/ probies/ old/ - for i

[EGIT] [legacy/eina] eina-1.7 01/01: Tests: Link against @EFL_PTHREAD_LIBS@

2013-11-01 Thread Albin Tonnerre
etrunko pushed a commit to branch eina-1.7. http://git.enlightenment.org/legacy/eina.git/commit/?id=13eb61dacb2cabcc8a5d2fd29703759f69df5c0e commit 13eb61dacb2cabcc8a5d2fd29703759f69df5c0e Author: Albin Tonnerre Date: Fri Nov 1 11:25:11 2013 -0200 Tests: Link against @EFL_PTHREAD_LIBS@

[EGIT] [core/efl] master 01/01: ecore/wayland: Remove attributes that are not used anymore.

2013-11-01 Thread Rafael Antognolli
antognolli pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=277a5915c1f5451f0e5ad740df9159f334af441d commit 277a5915c1f5451f0e5ad740df9159f334af441d Author: Rafael Antognolli Date: Fri Nov 1 10:28:14 2013 -0200 ecore/wayland: Remove attributes that ar

[EGIT] [core/efl] master 01/01: Evas textgrid: Added some clouseau debug info.

2013-11-01 Thread Tom Hacohen
tasn pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=a96b421fd496bc7ec851f167d06102e46d1d835b commit a96b421fd496bc7ec851f167d06102e46d1d835b Author: Tom Hacohen Date: Fri Nov 1 12:02:55 2013 + Evas textgrid: Added some clouseau debug info. ---

Re: [E-devel] Weekly news from the automated build and QA front

2013-11-01 Thread Bertrand Jacquin
Switch have been done, new build are now run with gcc 4.8.1 On 2013-10-29 09:31, Stefan Schmidt wrote: > Hello. > > On 10/28/2013 06:29 PM, Bertrand Jacquin wrote: >> Hi in there, >> >> Not that next report may give different results as the 1th november, >> main gcc release will be switch for gc

[E-devel] Probie access - First steps

2013-11-01 Thread Tom Hacohen
Hey guys, We've started working on probie access. I'm currently changing the access control to better suit or probie-access needs. I've tested the changes on my private gitolite instance, but things can still go wrong. Please let me know if you see any issues with your access to the repositori

Re: [E-devel] [e-users] Is there *real* documentation for edje?

2013-11-01 Thread Jose Gonzalez
Carsten wrote: > On Fri, 1 Nov 2013 00:40:42 + Andrew F said: > > >> Hey guys, can someone point me to documentation that explains what a >> swallow is? >> and how its used. >> thanks >> > > swallow the name is something i adopted from fvwm2 days - it had swallow > stuff... and swallo

[EGIT] [core/efl] master 01/01: edje/edje_entry.c : By Next/Previous, cursor can reach to the top or the bottom of entry.

2013-11-01 Thread WooHyun Jung
woohyun pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=91bd46eee96c0519a4426ddd90ceae5361f9bc3f commit 91bd46eee96c0519a4426ddd90ceae5361f9bc3f Author: WooHyun Jung Date: Fri Nov 1 18:32:43 2013 +0900 edje/edje_entry.c : By Next/Previous, cursor can

Re: [E-devel] Eolian meta-data parsing

2013-11-01 Thread Tom Hacohen
On 01/11/13 01:34, Cedric BAIL wrote: > Hello, > > On Fri, Nov 1, 2013 at 12:21 AM, Tom Hacohen wrote: >> On 21/10/13 18:29, daniel.za...@samsung.com wrote: >>> I would like to discuss about a project that we are beginning just now. >>> I presented it on EFL dev. day yesterday but I would like to

[EGIT] [core/efl] master 01/01: Fix compiler warning: Need to define _state_update function early as it is used in various places later.

2013-11-01 Thread Chris Michael
devilhorns pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=81a847a74de12d8644e8e7bdcf70a5d0f885f820 commit 81a847a74de12d8644e8e7bdcf70a5d0f885f820 Author: Chris Michael Date: Fri Nov 1 08:41:30 2013 + Fix compiler warning: Need to define _state_

[E-devel] EFL + Elementary 1.8

2013-11-01 Thread The Rasterman
I've updated our release page to reflect current timelines: https://phab.enlightenment.org/w/efl_and_elementary_1_8/ So expect alphas next week. -- - Codito, ergo sum - "I code, therefore I am" -- The Rasterman (Carsten Haitzler)ras...@rasterman.com ---

Re: [E-devel] [EGIT] [core/efl] master 01/01: Ok, This actually fixes maximized state properly now :) Basically, we still need to account for frame height, but not frame width when we are maximizing.

2013-11-01 Thread Christopher Michael
On 10/31/2013 11:27 PM, Rafael Antognolli wrote: > On Thu, Oct 31, 2013 at 3:22 PM, Chris Michael wrote: >> devilhorns pushed a commit to branch master. >> >> http://git.enlightenment.org/core/efl.git/commit/?id=20f6676eb6ed0020c07272c9f59a20faf6ff651c >> >> commit 20f6676eb6ed0020c07272c9f59a20fa

[EGIT] [core/elementary] master 01/02: Revert this ... apparently it has already been "fixed"

2013-11-01 Thread Chris Michael
devilhorns pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=16dce4aaae83a7cc34bd2db13bec3c4abb604ee1 commit 16dce4aaae83a7cc34bd2db13bec3c4abb604ee1 Author: Chris Michael Date: Fri Nov 1 07:24:45 2013 + Revert this ... apparently it has alr

[EGIT] [core/elementary] master 02/02: Revert maximize support ... apparently this has already been "fixed" ... will have to look into why it does not work here propertly tho..

2013-11-01 Thread Chris Michael
devilhorns pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=9001b41f3a1eba8e14a80f46488e836c87335a8c commit 9001b41f3a1eba8e14a80f46488e836c87335a8c Author: Chris Michael Date: Fri Nov 1 07:25:15 2013 + Revert maximize support ... apparentl