[EGIT] [core/efl] master 01/01: atspi: toolbar - fix cannot call select callback There is a line to check select_mode in _item_select function. The item selected(clicked) callback is called when the s

2016-08-05 Thread Shinwoo Kim
kimcinoo pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=89d5479c0bde1f78184337e916acec65cef9f9df commit 89d5479c0bde1f78184337e916acec65cef9f9df Author: Shinwoo Kim Date: Fri Aug 5 16:17:13 2016 +0900 atspi: toolbar - fix

[EGIT] [tools/enventor] master 01/01: wirefrmaes_obj: update wireframe when it is animated

2016-08-05 Thread Taehyub Kim
hermet pushed a commit to branch master. http://git.enlightenment.org/tools/enventor.git/commit/?id=4f3e016ca9668e8bc2bcc18af77eac96398224a6 commit 4f3e016ca9668e8bc2bcc18af77eac96398224a6 Author: Taehyub Kim Date: Fri Aug 5 17:01:48 2016 +0900 wirefrmaes_obj:

[EGIT] [core/efl] master 01/01: eina thread queue/semaphores - check even more unlikely errors + complain

2016-08-05 Thread Carsten Haitzler
raster pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=8fd224b4d665ff420c9d803eec9d9e5b449ed503 commit 8fd224b4d665ff420c9d803eec9d9e5b449ed503 Author: Carsten Haitzler (Rasterman) Date: Fri Aug 5 17:38:02 2016 +0900 eina

[EGIT] [tools/enventor] master 01/01: edc_editor: add missing null out.

2016-08-05 Thread Hermet Park
hermet pushed a commit to branch master. http://git.enlightenment.org/tools/enventor.git/commit/?id=b663b0409650ce4f31b292c59dfd9fdd8c411309 commit b663b0409650ce4f31b292c59dfd9fdd8c411309 Author: Hermet Park Date: Fri Aug 5 16:34:20 2016 +0900 edc_editor: add

[EGIT] [core/efl] master 02/02: eina thread queue - check returns fo semaphore new/lock/release to debug

2016-08-05 Thread Carsten Haitzler
raster pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=07924f26f123b952a5e5e71fb953fe8a7f1a449a commit 07924f26f123b952a5e5e71fb953fe8a7f1a449a Author: Carsten Haitzler (Rasterman) Date: Fri Aug 5 17:08:25 2016 +0900 eina

[EGIT] [core/efl] master 01/02: ecore con eet test - dont use localhost port 8080

2016-08-05 Thread Carsten Haitzler
raster pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=8889daa7c51ba4414cc77921000ae97ed7fe11c8 commit 8889daa7c51ba4414cc77921000ae97ed7fe11c8 Author: Carsten Haitzler (Rasterman) Date: Fri Aug 5 16:59:08 2016 +0900 ecore con

[EGIT] [bindings/python/python-efl] master 01/01: Evas.Smart: Comment out a warning for an issue we can't fix

2016-08-05 Thread Kai Huuhko
kuuko pushed a commit to branch master. http://git.enlightenment.org/bindings/python/python-efl.git/commit/?id=f86234dd2570e8afa931e04602d9a2239bbff24f commit f86234dd2570e8afa931e04602d9a2239bbff24f Author: Kai Huuhko Date: Fri Aug 5 18:56:29 2016 +0300 Evas.Smart:

Re: [E-devel] [RFC] ecore-con eoify

2016-08-05 Thread Cedric BAIL
Hello, On Thu, Aug 4, 2016 at 8:34 PM, Gustavo Sverzut Barbieri wrote: > I've pushed my WIP to a branch devs/barbieri/ecore-con-eoify, see: > > https://git.enlightenment.org/core/efl.git/commit/?h=devs/barbieri/ecore-con-eoify=35bab5c64a6c928121202697221ecebf4b606659 > > It

Re: [E-devel] Signals priority

2016-08-05 Thread Mike Blumenkrantz
This looks pretty good, but it's missing wayland client support. Probably you can just copy and paste the x11 parts over. As for resuming across restarts, an atom may work for x11 but a solution for wayland would be a bit trickier. On Fri, Aug 5, 2016 at 11:05 AM Chidambar Zinnoury

[EGIT] [tools/enventor] master 01/01: template: add Mask example.

2016-08-05 Thread Hermet Park
hermet pushed a commit to branch master. http://git.enlightenment.org/tools/enventor.git/commit/?id=a23ef99cdb6f074f5bc2675ad3116f863faf7edb commit a23ef99cdb6f074f5bc2675ad3116f863faf7edb Author: Hermet Park Date: Sat Aug 6 01:37:18 2016 +0900 template: add Mask

[EGIT] [tools/enventor] master 01/01: newfile: sort template list in alphabetical order.

2016-08-05 Thread Hermet Park
hermet pushed a commit to branch master. http://git.enlightenment.org/tools/enventor.git/commit/?id=001aae25d8a17afa4f2a0e0d6446ea8774c2e23f commit 001aae25d8a17afa4f2a0e0d6446ea8774c2e23f Author: Hermet Park Date: Sat Aug 6 01:48:06 2016 +0900 newfile: sort template

[EGIT] [tools/enventor] master 01/01: edj_viewer: fix a bug that scale is applied one step after.

2016-08-05 Thread Hermet Park
hermet pushed a commit to branch master. http://git.enlightenment.org/tools/enventor.git/commit/?id=726eabd442e3cb92801267d04fa3e0df0b382482 commit 726eabd442e3cb92801267d04fa3e0df0b382482 Author: Hermet Park Date: Sat Aug 6 01:58:58 2016 +0900 edj_viewer: fix a bug

Re: [E-devel] [RFC] ecore-con eoify

2016-08-05 Thread Cedric BAIL
Hello, On Fri, Aug 5, 2016 at 7:30 AM, Tom Hacohen wrote: > On 04/08/16 19:45, Gustavo Sverzut Barbieri wrote: >> Answering both emails here, in order: > > >>> On 04/08/16 17:24, Tom Hacohen wrote: I don't really have much experience/knowledge about this topic,

[EGIT] [bindings/python/python-efl] master 01/01: Logger: Fix unicode handling with message file and function string parts

2016-08-05 Thread Kai Huuhko
kuuko pushed a commit to branch master. http://git.enlightenment.org/bindings/python/python-efl.git/commit/?id=13ea0cbe1d12d64b88f6269a81c07fcc22fcbe3b commit 13ea0cbe1d12d64b88f6269a81c07fcc22fcbe3b Author: Kai Huuhko Date: Fri Aug 5 19:29:19 2016 +0300 Logger: Fix

[EGIT] [bindings/python/python-efl] master 01/01: Revert "Remove NullHandler from C library logger"

2016-08-05 Thread Kai Huuhko
kuuko pushed a commit to branch master. http://git.enlightenment.org/bindings/python/python-efl.git/commit/?id=78c9fe21afa47e809d142a328e7dd38e191c97e5 commit 78c9fe21afa47e809d142a328e7dd38e191c97e5 Author: Kai Huuhko Date: Fri Aug 5 19:43:28 2016 +0300 Revert

[EGIT] [core/efl] master 01/01: Simple test case to spot out a bad bug in elm.Entry

2016-08-05 Thread Davide Andreoli
davemds pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=a3ad7553c53f943ed267cf93bfaf8516179372aa commit a3ad7553c53f943ed267cf93bfaf8516179372aa Author: Dave Andreoli Date: Fri Aug 5 19:01:39 2016 +0200 Simple test case to

[EGIT] [core/efl] master 01/01: ecore-con - fix complaint about null slave list due to shutdown

2016-08-05 Thread Carsten Haitzler
raster pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=31e8a528b14ef06418d146a47782c63011c4bea7 commit 31e8a528b14ef06418d146a47782c63011c4bea7 Author: Carsten Haitzler (Rasterman) Date: Fri Aug 5 19:41:59 2016 +0900 ecore-con

[EGIT] [core/efl] master 01/01: ecore imf test - remove unused variable

2016-08-05 Thread Carsten Haitzler
raster pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=84e4cf7145d20f0882e10cd38b93e0f3cd0de842 commit 84e4cf7145d20f0882e10cd38b93e0f3cd0de842 Author: Carsten Haitzler (Rasterman) Date: Fri Aug 5 20:34:42 2016 +0900 ecore imf

[EGIT] [core/efl] master 01/01: eina lock semaphores - do not use shared semaphores and fix osx names

2016-08-05 Thread Carsten Haitzler
raster pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=4a40ff95defa5fa7e6164459c50e674b53cddaf4 commit 4a40ff95defa5fa7e6164459c50e674b53cddaf4 Author: Carsten Haitzler (Rasterman) Date: Fri Aug 5 18:11:42 2016 +0900 eina lock

[EGIT] [core/efl] master 01/01: ecore eina thread queue test - be anal about thread exiting cleanly

2016-08-05 Thread Carsten Haitzler
raster pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=adc5cd422ad55fdba9273f2c9fd351c1e1308f36 commit adc5cd422ad55fdba9273f2c9fd351c1e1308f36 Author: Carsten Haitzler (Rasterman) Date: Fri Aug 5 20:20:25 2016 +0900 ecore eina

[EGIT] [apps/ephoto] master 01/01: Ephoto: Implement history tracking and undo/redo options for the single browser.

2016-08-05 Thread Stephen okra Houston
okra pushed a commit to branch master. http://git.enlightenment.org/apps/ephoto.git/commit/?id=2d37951e95a1b8bc03ab57ee9dcfd3ca800405c7 commit 2d37951e95a1b8bc03ab57ee9dcfd3ca800405c7 Author: Stephen okra Houston Date: Fri Aug 5 12:29:39 2016 -0500 Ephoto:

[EGIT] [core/efl] master 01/01: Revert "elementary/layout: attach edje object API with eo compositing"

2016-08-05 Thread Cedric BAIL
cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=a7bb1662e22e875570796e15a5bbffa1979be47e commit a7bb1662e22e875570796e15a5bbffa1979be47e Author: Cedric Bail Date: Fri Aug 5 10:31:49 2016 -0700 Revert

[EGIT] [apps/ephoto] master 01/01: Ephoto: Fix bug where renaming a directory could crash.

2016-08-05 Thread Stephen okra Houston
okra pushed a commit to branch master. http://git.enlightenment.org/apps/ephoto.git/commit/?id=2fd0fa2261b8884810f9f8e845b8409d5a5f5aff commit 2fd0fa2261b8884810f9f8e845b8409d5a5f5aff Author: Stephen okra Houston Date: Fri Aug 5 13:13:48 2016 -0500 Ephoto: Fix bug

[EGIT] [core/efl] master 01/01: README: clarify poppler dependency

2016-08-05 Thread Stefan Schmidt
stefan pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=0a243671c7d8a132aa3a4314c2501a0b004cc040 commit 0a243671c7d8a132aa3a4314c2501a0b004cc040 Author: Stefan Schmidt Date: Fri Aug 5 15:26:02 2016 +0200 README: clarify

[EGIT] [bindings/python/python-efl] master 01/01: Add docs (and repr) for ECORE_EXE_TERM_WITH_PARENT

2016-08-05 Thread Dave Andreoli
davemds pushed a commit to branch master. http://git.enlightenment.org/bindings/python/python-efl.git/commit/?id=12217e9c2a9ef40d7cf81b8bed88607bfb4f50a8 commit 12217e9c2a9ef40d7cf81b8bed88607bfb4f50a8 Author: Dave Andreoli Date: Fri Aug 5 14:23:42 2016 +0200 Add

[EGIT] [bindings/python/python-efl] master 01/01: Logger: do not fail if the error msg contain invalid chars

2016-08-05 Thread Dave Andreoli
davemds pushed a commit to branch master. http://git.enlightenment.org/bindings/python/python-efl.git/commit/?id=283efd1a281853569db01b384303b7aee9ee00b9 commit 283efd1a281853569db01b384303b7aee9ee00b9 Author: Dave Andreoli Date: Fri Aug 5 15:09:06 2016 +0200

[EGIT] [core/efl] master 01/01: README: update build dependencies and build instructions

2016-08-05 Thread Stefan Schmidt
stefan pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=5db441a6dfbc28b548a4c86b9f2f3e839cb1f89b commit 5db441a6dfbc28b548a4c86b9f2f3e839cb1f89b Author: Stefan Schmidt Date: Fri Aug 5 12:27:46 2016 +0200 README: update build

[EGIT] [core/efl] master 01/01: ecore: properly track events in Efl.Loop.Fd object.

2016-08-05 Thread Cedric BAIL
cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=7e8c6b212db947d7c3458b0368d0a1abe17f11d6 commit 7e8c6b212db947d7c3458b0368d0a1abe17f11d6 Author: Cedric Bail Date: Fri Aug 5 12:14:18 2016 -0700 ecore: properly track

Re: [E-devel] [RFC] ecore-con eoify

2016-08-05 Thread Gustavo Sverzut Barbieri
On Fri, Aug 5, 2016 at 1:53 PM, Cedric BAIL wrote: > I think your example does illustrate quite well while asynchronous API > with events is tricky for users to get right. I think you do set your > error handler a little bit to late. What if during finalize the server > is

[E-devel] Announcement notes fro 1.18 ready for review over the weekend

2016-08-05 Thread Stefan Schmidt
Hello. If nothing problematic shows up we should be able to release 1.18 next Monday. I already put some work into the release announcement to cover some of the things we worked on. It highlights only a few things as it would be impossible to put every fix or new feature in there. :) I would

Re: [E-devel] [RFC] ecore-con eoify

2016-08-05 Thread Gustavo Sverzut Barbieri
On Fri, Aug 5, 2016 at 11:30 AM, Tom Hacohen wrote: > On 04/08/16 19:45, Gustavo Sverzut Barbieri wrote: [...] >> The blob/binbuf are important optimizations if we care about memory >> consumption and reducing copies, but they are not mandatory. I'll >> insist a bit more on

Re: [E-devel] [RFC] ecore-con eoify

2016-08-05 Thread Tom Hacohen
On 04/08/16 19:45, Gustavo Sverzut Barbieri wrote: > Hi Tom, > > Answering both emails here, in order: > >> On 04/08/16 17:24, Tom Hacohen wrote: >>> Hey Gustavo, >>> >>> I am going to give a few comments, though it's really hard to review >>> like this. Although we are creating API here, we don't

[EGIT] [tools/enventor] master 01/01: Limit to an unique enventor instance.

2016-08-05 Thread Hermet Park
hermet pushed a commit to branch master. http://git.enlightenment.org/tools/enventor.git/commit/?id=4212c9fa98558ce0854493d75ad392e5d44d8f7e commit 4212c9fa98558ce0854493d75ad392e5d44d8f7e Author: Hermet Park Date: Sat Aug 6 04:58:16 2016 +0900 Limit to an unique

[EGIT] [apps/ephoto] master 01/01: Ephoto: Add a label to describe directory configure option.

2016-08-05 Thread Stephen okra Houston
okra pushed a commit to branch master. http://git.enlightenment.org/apps/ephoto.git/commit/?id=ccbc11373cc7ef9673167c06ab4981979a025b91 commit ccbc11373cc7ef9673167c06ab4981979a025b91 Author: Stephen okra Houston Date: Fri Aug 5 15:53:27 2016 -0500 Ephoto: Add a

[EGIT] [core/efl] master 01/01: Eio: Update my email address.

2016-08-05 Thread Stephen Houston
okra pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=31f351ae4e79d0cd848fc855cd975b48fe34880e commit 31f351ae4e79d0cd848fc855cd975b48fe34880e Author: Stephen Houston Date: Fri Aug 5 20:33:27 2016 -0500 Eio: Update my email

[EGIT] [core/efl] master 01/01: eina threadqueue - for paranoia lock+ulock+free in order locks taken

2016-08-05 Thread Carsten Haitzler
raster pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=d19cd4e63caf461e28fb536968f82e0d8a365cdc commit d19cd4e63caf461e28fb536968f82e0d8a365cdc Author: Carsten Haitzler (Rasterman) Date: Sat Aug 6 09:51:10 2016 +0900 eina

Re: [E-devel] Remove currently broken single libs builds before 1.18 release?

2016-08-05 Thread The Rasterman
On Fri, 5 Aug 2016 19:00:38 -0300 Gustavo Sverzut Barbieri said: > On Fri, Aug 5, 2016 at 2:32 AM, Carsten Haitzler wrote: > > worse. try eina. because a .c file changes, eolian_gen is rebuilt. if it is > > rebuilt then eolian re-generates all .c files.

[EGIT] [apps/ephoto] master 01/01: Ephoto: Support symlinked dirs.

2016-08-05 Thread Stephen Houston
okra pushed a commit to branch master. http://git.enlightenment.org/apps/ephoto.git/commit/?id=49f792d9621521d537baa3b9acf82cb45a3f5382 commit 49f792d9621521d537baa3b9acf82cb45a3f5382 Author: Stephen Houston Date: Fri Aug 5 21:26:21 2016 -0500 Ephoto: Support

[EGIT] [admin/devs] master 01/01: My key got fatter

2016-08-05 Thread Iván Briano
sachiel pushed a commit to branch master. http://git.enlightenment.org/admin/devs.git/commit/?id=ff8e68a9c771ac9684da2e8e03f378ecdee44c4f commit ff8e68a9c771ac9684da2e8e03f378ecdee44c4f Author: Iván Briano Date: Fri Aug 5 19:44:34 2016 -0300 My key got fatter ---

Re: [E-devel] [EGIT] [core/efl] master 01/01: eina thread queue - ensure blocks cannot be freed until lock+unlock

2016-08-05 Thread The Rasterman
On Fri, 5 Aug 2016 16:00:49 +0100 Tom Hacohen said: > This is still racy, just a tiny bit less... If at this point, a lock is > still legal, nothing prevents it from taking the lock (or referencing > the block) just a second afterwards, no? So it still may be broken. >

[EGIT] [apps/ephoto] master 01/01: Ephoto: Make sure symlinked images work too.

2016-08-05 Thread Stephen Houston
okra pushed a commit to branch master. http://git.enlightenment.org/apps/ephoto.git/commit/?id=529d646b5e1eedf6f99674a89f062e450967ca30 commit 529d646b5e1eedf6f99674a89f062e450967ca30 Author: Stephen Houston Date: Fri Aug 5 21:34:35 2016 -0500 Ephoto: Make sure

[EGIT] [apps/ephoto] master 01/01: Ephoto: Formatting.

2016-08-05 Thread Stephen Houston
okra pushed a commit to branch master. http://git.enlightenment.org/apps/ephoto.git/commit/?id=89c73eacf7d778ffa6d1798dddabf8bc423597a0 commit 89c73eacf7d778ffa6d1798dddabf8bc423597a0 Author: Stephen Houston Date: Fri Aug 5 21:36:11 2016 -0500 Ephoto: Formatting.

[EGIT] [apps/rage] master 01/01: rage browser mode and ui - slicken between desktop and fullscreen mode

2016-08-05 Thread Carsten Haitzler (Rasterman)
raster pushed a commit to branch master. http://git.enlightenment.org/apps/rage.git/commit/?id=d0732ec3f1d7ae5f244cd4bc910ec910fc91c42e commit d0732ec3f1d7ae5f244cd4bc910ec910fc91c42e Author: Carsten Haitzler (Rasterman) Date: Sat Aug 6 13:37:54 2016 +0900 rage

[EGIT] [core/efl] master 01/03: evas: add missing since tag for new evas_object_type_get() API

2016-08-05 Thread Stefan Schmidt
stefan pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=bb984760cd7d05c0ef99518fae624155b1c593a1 commit bb984760cd7d05c0ef99518fae624155b1c593a1 Author: Stefan Schmidt Date: Fri Aug 5 21:57:52 2016 +0200 evas: add missing

[EGIT] [core/efl] master 02/03: ecore_wl2: mark new events with since tag

2016-08-05 Thread Stefan Schmidt
stefan pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=063c31cb24d33ffcad17c0c636e93799a9113b54 commit 063c31cb24d33ffcad17c0c636e93799a9113b54 Author: Stefan Schmidt Date: Fri Aug 5 22:04:55 2016 +0200 ecore_wl2: mark new

Re: [E-devel] Remove currently broken single libs builds before 1.18 release?

2016-08-05 Thread Gustavo Sverzut Barbieri
On Fri, Aug 5, 2016 at 2:32 AM, Carsten Haitzler wrote: > worse. try eina. because a .c file changes, eolian_gen is rebuilt. if it is > rebuilt then eolian re-generates all .c files. then these have ot be > compiled. > then everything relinks... > > i spend days watching a

[EGIT] [core/enlightenment] master 01/01: Revert "Fix getting top object in comp canvas"

2016-08-05 Thread Carsten Haitzler
raster pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=e9246a336b160f0f79218accfb742362eec7c7a8 commit e9246a336b160f0f79218accfb742362eec7c7a8 Author: Carsten Haitzler (Rasterman) Date: Sat Aug 6 13:23:08 2016 +0900

[EGIT] [bindings/python/python-efl] master 01/01: Fix (and optimize) smart callbacks add/del

2016-08-05 Thread Dave Andreoli
davemds pushed a commit to branch master. http://git.enlightenment.org/bindings/python/python-efl.git/commit/?id=fbabb111d824c3d3d022e0f565121c49b8e1b8e9 commit fbabb111d824c3d3d022e0f565121c49b8e1b8e9 Author: Dave Andreoli Date: Fri Aug 5 17:20:33 2016 +0200 Fix

[EGIT] [core/efl] master 01/01: eina thread queue - ensure blocks cannot be freed until lock+unlock

2016-08-05 Thread Carsten Haitzler
raster pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=26db5d5056a948dc41da65b88a87e575ed21c1eb commit 26db5d5056a948dc41da65b88a87e575ed21c1eb Author: Carsten Haitzler (Rasterman) Date: Fri Aug 5 23:51:03 2016 +0900 eina

Re: [E-devel] [EGIT] [core/efl] master 01/01: eina thread queue - ensure blocks cannot be freed until lock+unlock

2016-08-05 Thread Tom Hacohen
This is still racy, just a tiny bit less... If at this point, a lock is still legal, nothing prevents it from taking the lock (or referencing the block) just a second afterwards, no? So it still may be broken. Can't we free a locked lock? I'd imagine that to be possible (though again, it

[E-devel] Signals priority

2016-08-05 Thread Chidambar Zinnoury
Hi everybody! Courtesy of the world’s favourite b0rk3r’s idea, you can try out a basic signals-based priority feature on Enlightenment. What’s signals priority? Basically, instead of changing the priority of the process when the focused state of window changes, Enlightenment will send a stop