[EGIT] [tools/eflete] master 01/01: eflete: update gitignore

2016-12-05 Thread Vyacheslav Reutskiy
rimmed pushed a commit to branch master. http://git.enlightenment.org/tools/eflete.git/commit/?id=7da206662cbed222b93da95c08d0e4e6c762b045 commit 7da206662cbed222b93da95c08d0e4e6c762b045 Author: Vyacheslav Reutskiy Date: Fri Dec 2 10:36:27 2016 +0200 eflete: update gitignore Chan

Re: [E-devel] PYTHON: Trouble with toolbar.selected_item_get

2016-12-05 Thread Kai Huuhko
This looks like an issue in EFL, possibly fallout from moving to Eo/EFL events. The callback is being processed before selected item is changed, so you get None (NULL in C) when elm_toolbar_item_selected_get() is called within the callback. The item object should be passed to clicked callback as a

[EGIT] [tools/eflete] master 01/01: inwin, popup: change the red warning to dim background in Tizen.

2016-12-05 Thread Jaehwan Kim
jaehwan pushed a commit to branch master. http://git.enlightenment.org/tools/eflete.git/commit/?id=448109b67c327f5f85b3aaa3d97fc0323e1c5c52 commit 448109b67c327f5f85b3aaa3d97fc0323e1c5c52 Author: Jaehwan Kim Date: Mon Dec 5 17:23:45 2016 +0900 inwin, popup: change the red warning to dim b

[EGIT] [tools/eflete] master 01/01: Main window: add shortcuts support for manager signals.

2016-12-05 Thread Mykyta Biliavskyi
rimmed pushed a commit to branch master. http://git.enlightenment.org/tools/eflete.git/commit/?id=b49bdd5f9a8d6724c6f5c19e3cca923b31889b05 commit b49bdd5f9a8d6724c6f5c19e3cca923b31889b05 Author: Mykyta Biliavskyi Date: Fri Dec 2 15:52:18 2016 +0200 Main window: add shortcuts support for m

Re: [E-devel] Eo error message in my application

2016-12-05 Thread Vincent Torri
ok, i've fixed my problem, thank you Vincent On Mon, Dec 5, 2016 at 4:10 AM, Vincent Torri wrote: > i still don't know how to fix the problem... > > On Mon, Dec 5, 2016 at 3:04 AM, Carsten Haitzler wrote: >> On Mon, 5 Dec 2016 09:53:51 +0900 Jean-Philippe André >> said: >> >>> On 4 December 2

[EGIT] [core/efl] master 01/01: evas textblock: fix a rendering issue.

2016-12-05 Thread ChunEon Park
hermet pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=1e6246df24f84eebda95c9d18f90ead3f803789e commit 1e6246df24f84eebda95c9d18f90ead3f803789e Author: Hermet Park Date: Mon Dec 5 18:03:01 2016 +0900 evas textblock: fix a rendering issue. It

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

2016-12-05 Thread Stefan Schmidt
Hello. Summary: o Test suite failures from EO and maybe others, bisecting right now. This should give everyone an overview over what has happened in the last week on the QA front. The numbers in parentheses reflect the values from last week to give you a trend. CI: o Overall build statistic: 7.8

Re: [E-devel] [EGIT] [core/efl] master 03/03: eo: if EO_DEBUG, check if efl_super() object 'isa' the given class.

2016-12-05 Thread Jean-Philippe André
Hey Gustavo, On 3 December 2016 at 01:51, Gustavo Sverzut Barbieri wrote: > barbieri pushed a commit to branch master. > > http://git.enlightenment.org/core/efl.git/commit/?id= > 04450c4ee03fd20271ec4f911667acea10ba1375 > > commit 04450c4ee03fd20271ec4f911667acea10ba1375 > Author: Gustavo Sverzu

Re: [E-devel] [EGIT] [core/efl] master 03/03: eo: if EO_DEBUG, check if efl_super() object 'isa' the given class.

2016-12-05 Thread Stefan Schmidt
Hello. On 02/12/16 17:51, Gustavo Sverzut Barbieri wrote: > barbieri pushed a commit to branch master. > > http://git.enlightenment.org/core/efl.git/commit/?id=04450c4ee03fd20271ec4f911667acea10ba1375 > > commit 04450c4ee03fd20271ec4f911667acea10ba1375 > Author: Gustavo Sverzut Barbieri > Date:

[EGIT] [core/efl] master 01/02: eo: Fix potential inifinite loop

2016-12-05 Thread Jean-Philippe ANDRÉ
jpeg pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=552831386a9553dc49185db30a56fbe93bbcd127 commit 552831386a9553dc49185db30a56fbe93bbcd127 Author: Jean-Philippe Andre Date: Mon Dec 5 10:43:38 2016 +0900 eo: Fix potential inifinite loop I

[EGIT] [core/efl] master 02/02: eo: Fix test case

2016-12-05 Thread Jean-Philippe ANDRÉ
jpeg pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=6076014f5815ee7d129aa38a1eb380d9262de77f commit 6076014f5815ee7d129aa38a1eb380d9262de77f Author: Jean-Philippe Andre Date: Mon Dec 5 18:15:08 2016 +0900 eo: Fix test case The exact error m

[E-devel] Upcoming efl 1.18.4 release

2016-12-05 Thread Stefan Schmidt
Hello. Normally I would not have done this so quickly after 1.18.3 but we have a build break for wayland in this tarball as Simotek thankfully pointed out :/ We also have some other things worth backporting so it should be fine to get a 1.18.4 out this week. If you have anything else pending

[EGIT] [core/efl] master 01/01: emile: do not rely on the struct size

2016-12-05 Thread Marcel Hollerbach
bu5hm4n pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=07bb7ca2824221826d2a7568cea26cab1b5f3250 commit 07bb7ca2824221826d2a7568cea26cab1b5f3250 Author: Marcel Hollerbach Date: Mon Dec 5 11:13:02 2016 +0100 emile: do not rely on the struct size

[EGIT] [core/efl] master 01/01: Eo gdb: Remove redundant variable setting.

2016-12-05 Thread Tom Hacohen
tasn pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=0431dd24fd971149878ccbfb48c87f500d9b027c commit 0431dd24fd971149878ccbfb48c87f500d9b027c Author: Tom Hacohen Date: Mon Dec 5 12:06:20 2016 + Eo gdb: Remove redundant variable setting.

[EGIT] [core/efl] efl-1.16 01/02: Eo gdb: remove old and broken gdb macro.

2016-12-05 Thread Tom Hacohen
tasn pushed a commit to branch efl-1.16. http://git.enlightenment.org/core/efl.git/commit/?id=0a278f566ab60bd63da02670937c4c4b11ff8052 commit 0a278f566ab60bd63da02670937c4c4b11ff8052 Author: Tom Hacohen Date: Fri Nov 18 07:31:39 2016 + Eo gdb: remove old and broken gdb macro. --- dat

[EGIT] [core/efl] efl-1.16 02/02: Eo gdb: add a way to resolve Eo ids from GDB without a running process

2016-12-05 Thread Tom Hacohen
tasn pushed a commit to branch efl-1.16. http://git.enlightenment.org/core/efl.git/commit/?id=34efbca16e954d994a26d730753b8fbd1d4a37ec commit 34efbca16e954d994a26d730753b8fbd1d4a37ec Author: Tom Hacohen Date: Fri Nov 18 08:44:21 2016 + Eo gdb: add a way to resolve Eo ids from GDB with

[EGIT] [core/efl] master 01/01: Emacs configs: Move to designated repo.

2016-12-05 Thread Tom Hacohen
tasn pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=92f8e013eaa62da6658556924f9a08cf31c75565 commit 92f8e013eaa62da6658556924f9a08cf31c75565 Author: Tom Hacohen Date: Mon Dec 5 12:34:43 2016 + Emacs configs: Move to designated repo. --- data/ed

[EGIT] [editors/emacs-configs] master 01/01: Initial import for emacs config files.

2016-12-05 Thread Tom Hacohen
tasn pushed a commit to branch master. http://git.enlightenment.org/editors/emacs-configs.git/commit/?id=aa190cb127749c90392b7b1288758ba0ee422b95 commit aa190cb127749c90392b7b1288758ba0ee422b95 Author: Tom Hacohen Date: Mon Dec 5 12:34:21 2016 + Initial import for emacs config files.

[EGIT] [core/efl] master 01/01: Emacs config: Also remove from extra_dist.

2016-12-05 Thread Tom Hacohen
tasn pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=3302ce54998ab66adeddbe273cf105309061a809 commit 3302ce54998ab66adeddbe273cf105309061a809 Author: Tom Hacohen Date: Mon Dec 5 12:35:40 2016 + Emacs config: Also remove from extra_dist. --- data

[E-devel] FOSDEM 2017

2016-12-05 Thread Philippe Caseiro
Hi, falks Sorry for the late notice I had some personal troubles this year so I'm a little bit late. Please take some time to submit talks this week. One more time I'm very sorry about that delay and the short notice. FOSDEM is one of the largest (5,000+ hackers!) gatherings of Free

Re: [E-devel] Eo error message in my application

2016-12-05 Thread Felipe Magno de Almeida
On Mon, Dec 5, 2016 at 12:04 AM, Carsten Haitzler wrote: > On Mon, 5 Dec 2016 09:53:51 +0900 Jean-Philippe André > said: [snip] >> Anyway as far as I remember shared objects are not a viable solution until >> we change the calling mechanism (function & data resolution) to be >> thread-safe, ra

Re: [E-devel] Eo error message in my application

2016-12-05 Thread Felipe Magno de Almeida
On Mon, Dec 5, 2016 at 12:04 AM, Carsten Haitzler wrote: > On Sun, 4 Dec 2016 23:23:39 -0200 Felipe Magno de Almeida > said: > >> On Dec 4, 2016 10:55 PM, "Jean-Philippe André" wrote: >> >> Nah I totally agree with Vincent that the error message is cryptic. >> >> Anyway as far as I remember shar

Re: [E-devel] [EGIT] [core/efl] master 02/05: Eo: Add efl_replace() function.

2016-12-05 Thread Tom Hacohen
I never liked the stringshare function that does it, so it comes with no surprise that I don't like this one either. Regardless of that, I find the name very confusing. I didn't understand what it does when I saw the name nor when I read the docs. I had to read the code to understand what it's

Re: [E-devel] [EGIT] [core/efl] master 02/05: Eo: Add efl_replace() function.

2016-12-05 Thread Felipe Magno de Almeida
On Mon, Dec 5, 2016 at 11:50 AM, Tom Hacohen wrote: > I never liked the stringshare function that does it, so it comes with no > surprise that I don't like this one either. > > Regardless of that, I find the name very confusing. I didn't understand > what it does when I saw the name nor when I rea

Re: [E-devel] Edje multiseat support

2016-12-05 Thread Guilherme Íscaro
Hi raster, i'm seeing over 1mb of hash entries being used by > > _evas_object_pointer_data_get() > > (called from _efl_canvas_object_pointer_mode_by_device_set()). > > I will take a look and check if we can improve the memory usage here, if you want we can discuss solutions about this one. Btw, th

Re: [E-devel] Edje multiseat support

2016-12-05 Thread Guilherme Íscaro
Hey Cedric. > Another case, that I think we want to handle somehow is specific drag > per seat. If you look at edje_callback.c, you will see that we need to > handle seat in that context too. I would guess we want to set some > kind of filter via both API and theme. Do you have an opinion on that

Re: [E-devel] [EGIT] [core/efl] master 02/05: Eo: Add efl_replace() function.

2016-12-05 Thread Guilherme Íscaro
Hello, Well, what name do you suggest? On Mon, Dec 5, 2016 at 11:50 AM, Tom Hacohen wrote: > I never liked the stringshare function that does it, so it comes with no > surprise that I don't like this one either. > > Regardless of that, I find the name very confusing. I didn't understand > what

Re: [E-devel] [EGIT] [core/efl] master 02/05: Eo: Add efl_replace() function.

2016-12-05 Thread marcel-hollerbach
Hello, maybe 'efl_ref_replace' since its a replacement of a referenced field. Greetings Marcel Hollerbach On Mon, Dec 05, 2016 at 12:16:15PM -0200, Guilherme Íscaro wrote: > Hello, > > Well, what name do you suggest? > > On Mon, Dec 5, 2016 at 11:50 AM, Tom Hacohen wrote: > > > I never li

[EGIT] [core/efl] master 02/02: ecore-wl2: When we hide a window, attach a NULL buffer to the surface

2016-12-05 Thread Christopher Michael
devilhorns pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=4c7ff57cb2de24c05b32db3c9aaa2fe0a7e0059d commit 4c7ff57cb2de24c05b32db3c9aaa2fe0a7e0059d Author: Chris Michael Date: Mon Dec 5 09:22:26 2016 -0500 ecore-wl2: When we hide a window, attach a N

[EGIT] [core/efl] master 01/02: evas-wayland-shm: Don't recreate Outbuf if we are hidden

2016-12-05 Thread Christopher Michael
devilhorns pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=5c1d6b106419fd4493e3bf1cef793a43a59009e9 commit 5c1d6b106419fd4493e3bf1cef793a43a59009e9 Author: Chris Michael Date: Mon Dec 5 09:21:20 2016 -0500 evas-wayland-shm: Don't recreate Outbuf if w

Re: [E-devel] Edje multiseat support

2016-12-05 Thread Bruno Dilly
On Fri, Dec 2, 2016 at 8:19 PM, Cedric BAIL wrote: > Hi, > > On Fri, Dec 2, 2016 at 8:54 AM, Bruno Dilly wrote: > > now that multiseat is supported up to Evas, we’re working on Edje. > > Yeah \o/ > > > The idea is that a developer would be able to implement an UI that > > may be used by more tha

[EGIT] [core/efl] master 01/01: ecore-wl2: No need to call hide inside the free function

2016-12-05 Thread Christopher Michael
devilhorns pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=6dca94d8bf85947d142ecf8da1c8d82f18fd8d3f commit 6dca94d8bf85947d142ecf8da1c8d82f18fd8d3f Author: Chris Michael Date: Mon Dec 5 09:27:11 2016 -0500 ecore-wl2: No need to call hide inside the f

Re: [E-devel] PYTHON: Trouble with toolbar.selected_item_get

2016-12-05 Thread Jeff Hoogland
That change makes item appear as a proper toolbar item object (and gets rid of the error message) but item.selected_set(False) is still failing to unselect the item that is clicked on. On Mon, Dec 5, 2016 at 2:21 AM, Kai Huuhko wrote: > This looks like an issue in EFL, possibly fallout from movi

Re: [E-devel] Edje multiseat support

2016-12-05 Thread Bruno Dilly
Hi jpeg, On Mon, Dec 5, 2016 at 2:21 AM, Jean-Philippe André wrote: > Hi, > > > This seems to assume a finite and known in advance number of seats? > I'm not well aware of what the seats are or how that's all supposed to > work, but this sounds strange to me. > > On theme point of view, I can't

Re: [E-devel] PYTHON: Trouble with toolbar.selected_item_get

2016-12-05 Thread Kai Huuhko
I'm guessing the "selected" function inside toolbar code is being called **after** the "clicked" callback is processed, so what you get is the item being still unselected when your callback is called and therefore setting it unselected does nothing. But this needs verification. 2016-12-05 16:40 GM

[EGIT] [core/enlightenment] master 01/01: fix internal wl windows to exit when border X is clicked

2016-12-05 Thread Mike Blumenkrantz
discomfitor pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=ca7c77d05e3611a4ca10328fcc07a1d25d7cb302 commit ca7c77d05e3611a4ca10328fcc07a1d25d7cb302 Author: Mike Blumenkrantz Date: Mon Dec 5 10:49:06 2016 -0500 fix internal wl windows to ex

[EGIT] [core/enlightenment] master 02/03: Revert "Check for deleted client in e_pixmap_image_is_argb"

2016-12-05 Thread Mike Blumenkrantz
discomfitor pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=b1037cbc5c76891cf975b8adc29b704cab3e9be7 commit b1037cbc5c76891cf975b8adc29b704cab3e9be7 Author: Mike Blumenkrantz Date: Mon Dec 5 11:03:38 2016 -0500 Revert "Check for deleted cli

[EGIT] [core/enlightenment] master 03/03: use better check for getting wl surface alpha from cursor pixmaps

2016-12-05 Thread Mike Blumenkrantz
discomfitor pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=0e4ddaffbe950de63d1aaa79473bb22f464ac46f commit 0e4ddaffbe950de63d1aaa79473bb22f464ac46f Author: Mike Blumenkrantz Date: Mon Dec 5 11:04:21 2016 -0500 use better check for getting

[EGIT] [core/enlightenment] master 01/03: handle pass_event clients in e_comp_object_coords_inside_input_area

2016-12-05 Thread Mike Blumenkrantz
discomfitor pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=8f39054965db77738ef7fc1b8437a36be376c1b4 commit 8f39054965db77738ef7fc1b8437a36be376c1b4 Author: Mike Blumenkrantz Date: Mon Dec 5 10:58:44 2016 -0500 handle pass_event clients in

[EGIT] [core/efl] master 03/04: elm: multibuttomentry: check if value is valid before we access it

2016-12-05 Thread Stefan Schmidt
stefan pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=6f847f1f55820498d2a309524e3af0cc6bedc73f commit 6f847f1f55820498d2a309524e3af0cc6bedc73f Author: Stefan Schmidt Date: Mon Dec 5 16:53:42 2016 +0100 elm: multibuttomentry: check if value is valid

[EGIT] [core/efl] master 01/04: efreetd: handle invalid fd in all cases

2016-12-05 Thread Stefan Schmidt
stefan pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=e1fd028081507c87c5b6245881f8408eca1e572c commit e1fd028081507c87c5b6245881f8408eca1e572c Author: Stefan Schmidt Date: Mon Dec 5 16:05:12 2016 +0100 efreetd: handle invalid fd in all cases

[EGIT] [core/efl] master 02/04: edje: svg_loader: make sure we check the return from all _parser_number calls

2016-12-05 Thread Stefan Schmidt
stefan pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=6cf11650c451a93fd6fbd8c3424d2f724791109d commit 6cf11650c451a93fd6fbd8c3424d2f724791109d Author: Stefan Schmidt Date: Mon Dec 5 16:30:22 2016 +0100 edje: svg_loader: make sure we check the return

[EGIT] [core/efl] master 04/04: elm: config: check return value of eina_value_get instead of returning always TRUE

2016-12-05 Thread Stefan Schmidt
stefan pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=74914c05159742d9228ecda2228726e341cf8ac6 commit 74914c05159742d9228ecda2228726e341cf8ac6 Author: Stefan Schmidt Date: Mon Dec 5 17:00:56 2016 +0100 elm: config: check return value of eina_value_g

Re: [E-devel] PYTHON: Trouble with toolbar.selected_item_get

2016-12-05 Thread Jeff Hoogland
Anything I can do to help pin this down? As I mentioned this worked as expected with EFL 1.15 On Dec 5, 2016 9:26 AM, "Kai Huuhko" wrote: > I'm guessing the "selected" function inside toolbar code is being > called **after** the "clicked" callback is processed, so what you get > is the item bein

Re: [E-devel] [EGIT] [core/efl] master 03/03: eo: if EO_DEBUG, check if efl_super() object 'isa' the given class.

2016-12-05 Thread Tom Hacohen
This is wrong, and as JP and Stefan said, breaks things. First of all, why add code to the non-debug variation? Also, if you're already adding to the non-debug variation, why not include it in the commit message? This is very misleading. Anyhow, as the tests clearly show, efl_super() is also us

Re: [E-devel] PYTHON: Trouble with toolbar.selected_item_get

2016-12-05 Thread Stephen Houston
Why not use the selected callback ? On Mon, Dec 5, 2016, 10:34 AM Jeff Hoogland wrote: > Anything I can do to help pin this down? As I mentioned this worked as > expected with EFL 1.15 > > On Dec 5, 2016 9:26 AM, "Kai Huuhko" wrote: > > > I'm guessing the "selected" function inside toolbar code

Re: [E-devel] Edje multiseat support

2016-12-05 Thread Cedric BAIL
On Mon, Dec 5, 2016 at 6:26 AM, Bruno Dilly wrote: > On Fri, Dec 2, 2016 at 8:19 PM, Cedric BAIL wrote: >> On Fri, Dec 2, 2016 at 8:54 AM, Bruno Dilly wrote: >> > The idea is that a developer would be able to implement an UI that >> > may be used by more than one single seat, properly handling f

Re: [E-devel] PYTHON: Trouble with toolbar.selected_item_get

2016-12-05 Thread Jeff Hoogland
That does the trick. Good suggestion. On Mon, Dec 5, 2016 at 12:58 PM, Stephen Houston wrote: > Why not use the selected callback ? > > On Mon, Dec 5, 2016, 10:34 AM Jeff Hoogland > wrote: > > > Anything I can do to help pin this down? As I mentioned this worked as > > expected with EFL 1.15 >

Re: [E-devel] Edje multiseat support

2016-12-05 Thread Bruno Dilly
On Mon, Dec 5, 2016 at 5:10 PM, Cedric BAIL wrote: > On Mon, Dec 5, 2016 at 6:26 AM, Bruno Dilly wrote: > > On Fri, Dec 2, 2016 at 8:19 PM, Cedric BAIL wrote: > >> On Fri, Dec 2, 2016 at 8:54 AM, Bruno Dilly > wrote: > >> > The idea is that a developer would be able to implement an UI that > >

Re: [E-devel] Edje multiseat support

2016-12-05 Thread Guilherme Íscaro
If we are going to block events from seats I prefer to create an API directly on Evas/Evas_Object. By doing so others can also take advantage of this API. I would also like to add that we should block keyboard events and focus/unfocus events - to keep things sane. On Mon, Dec 5, 2016 at 5:34 PM, B

Re: [E-devel] Edje multiseat support

2016-12-05 Thread Guilherme Íscaro
(Still talking about the Evas/Object_OBject block API) By default everyone is allowed to play with the widget and we can create a seat "blacklist", which we will ignore any event that come from it. Coding this way, we will also fulfill the Cedric's drag concerns. Which I can specify which seat(s)

Re: [E-devel] [EGIT] [core/efl] master 03/03: eo: if EO_DEBUG, check if efl_super() object 'isa' the given class.

2016-12-05 Thread Gustavo Sverzut Barbieri
On Mon, Dec 5, 2016 at 3:16 PM, Tom Hacohen wrote: > This is wrong, and as JP and Stefan said, breaks things. First of all, > why add code to the non-debug variation? Also, if you're already adding > to the non-debug variation, why not include it in the commit message? > This is very misleading.

[EGIT] [apps/terminology] master 01/01: termpty: fix possible issue when reading and the shell exited

2016-12-05 Thread Boris Faure
billiob pushed a commit to branch master. http://git.enlightenment.org/apps/terminology.git/commit/?id=390e4193d0a0637c1b853e20d99afb7034a87123 commit 390e4193d0a0637c1b853e20d99afb7034a87123 Author: Boris Faure Date: Mon Dec 5 21:53:15 2016 +0100 termpty: fix possible issue when reading

[EGIT] [core/efl] master 01/02: evas: refactor initialisation and shutdown of evas_common.

2016-12-05 Thread Cedric BAIL
cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=6427c77707fb6116a98b184b18b1b929bdb3184d commit 6427c77707fb6116a98b184b18b1b929bdb3184d Author: Cedric BAIL Date: Fri Dec 2 15:27:48 2016 -0800 evas: refactor initialisation and shutdown of evas

[EGIT] [core/efl] master 02/02: evas: remove all Engine Info headers installation except for the buffer engine.

2016-12-05 Thread Cedric BAIL
cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=942321204cc54ab440db0c15668e9e3ea9d13921 commit 942321204cc54ab440db0c15668e9e3ea9d13921 Author: Cedric BAIL Date: Mon Dec 5 11:35:19 2016 -0800 evas: remove all Engine Info headers installation

[EGIT] [apps/terminology] master 01/02: termpty: make verify_beacon silent by default

2016-12-05 Thread Boris Faure
billiob pushed a commit to branch master. http://git.enlightenment.org/apps/terminology.git/commit/?id=4b3225bfa9ac48e7866604c8a22f7712a38e4041 commit 4b3225bfa9ac48e7866604c8a22f7712a38e4041 Author: Boris Faure Date: Mon Dec 5 22:13:30 2016 +0100 termpty: make verify_beacon silent by def

[EGIT] [apps/terminology] master 02/02: termpty: fix dead code and remove debugging code. CID1366815

2016-12-05 Thread Boris Faure
billiob pushed a commit to branch master. http://git.enlightenment.org/apps/terminology.git/commit/?id=9b6bed8033d1c7dc0c0b70208fb26d534729e508 commit 9b6bed8033d1c7dc0c0b70208fb26d534729e508 Author: Boris Faure Date: Mon Dec 5 22:13:54 2016 +0100 termpty: fix dead code and remove debuggi

[EGIT] [apps/terminology] master 01/01: termpty: ensure we're not reading from invalid fd

2016-12-05 Thread Boris Faure
billiob pushed a commit to branch master. http://git.enlightenment.org/apps/terminology.git/commit/?id=7508c8658b71d7151892ff7a9347c77348a64afc commit 7508c8658b71d7151892ff7a9347c77348a64afc Author: Boris Faure Date: Mon Dec 5 22:45:44 2016 +0100 termpty: ensure we're not reading from in

[EGIT] [apps/terminology] master 01/01: termpty: handle read() from tty pair when the other end has died, on some BSD

2016-12-05 Thread Boris Faure
billiob pushed a commit to branch master. http://git.enlightenment.org/apps/terminology.git/commit/?id=5770c51d861cb7ad4793380b82d7e94f6a5c55a9 commit 5770c51d861cb7ad4793380b82d7e94f6a5c55a9 Author: Boris Faure Date: Mon Dec 5 23:39:29 2016 +0100 termpty: handle read() from tty pair when

Re: [E-devel] Edje multiseat support

2016-12-05 Thread Simon Lees
On 12/06/2016 01:18 AM, Bruno Dilly wrote: > Hi jpeg, > > On Mon, Dec 5, 2016 at 2:21 AM, Jean-Philippe André > wrote: > >> Hi, >> >> >> This seems to assume a finite and known in advance number of seats? >> I'm not well aware of what the seats are or how that's all supposed to >> work, but th

[EGIT] [apps/ephoto] master 01/01: Update gitignore

2016-12-05 Thread Bruno Dilly
bdilly pushed a commit to branch master. http://git.enlightenment.org/apps/ephoto.git/commit/?id=bce27ed4d42b227aacac4aa7d0e4783dbadb4f83 commit bce27ed4d42b227aacac4aa7d0e4783dbadb4f83 Author: Bruno Dilly Date: Mon Dec 5 20:56:51 2016 -0200 Update gitignore --- .gitignore | 5 + 1 f

Re: [E-devel] Edje multiseat support

2016-12-05 Thread Bruno Dilly
On Mon, Dec 5, 2016 at 8:47 PM, Simon Lees wrote: > > > On 12/06/2016 01:18 AM, Bruno Dilly wrote: > > Hi jpeg, > > > > On Mon, Dec 5, 2016 at 2:21 AM, Jean-Philippe André > > wrote: > > > >> Hi, > >> > >> > >> This seems to assume a finite and known in advance number of seats? > >> I'm not well

[EGIT] [core/efl] efl-1.18 01/01: ecore_x: Early check image bpp based on depth

2016-12-05 Thread Jean-Philippe ANDRÉ
simotek pushed a commit to branch efl-1.18. http://git.enlightenment.org/core/efl.git/commit/?id=f232c130f390f72bd6691bc0635a91ff7a942d19 commit f232c130f390f72bd6691bc0635a91ff7a942d19 Author: Jean-Philippe Andre Date: Wed Aug 24 14:40:20 2016 +0900 ecore_x: Early check image bpp based o

Re: [E-devel] Edje multiseat support

2016-12-05 Thread Bruno Dilly
On Mon, Dec 5, 2016 at 10:53 PM, Bruno Dilly wrote: > > > On Mon, Dec 5, 2016 at 8:47 PM, Simon Lees wrote: > >> >> >> On 12/06/2016 01:18 AM, Bruno Dilly wrote: >> > Hi jpeg, >> > >> > On Mon, Dec 5, 2016 at 2:21 AM, Jean-Philippe André >> > wrote: >> > >> >> Hi, >> >> >> >> >> >> This seems t

Re: [E-devel] Edje multiseat support

2016-12-05 Thread Jean-Philippe André
Hi, On 6 December 2016 at 09:53, Bruno Dilly wrote: > On Mon, Dec 5, 2016 at 8:47 PM, Simon Lees wrote: > > > > > > > On 12/06/2016 01:18 AM, Bruno Dilly wrote: > > > Hi jpeg, > > > > > > On Mon, Dec 5, 2016 at 2:21 AM, Jean-Philippe André > > > > wrote: > > > > > >> Hi, > > >> > > >> > > >> T

Re: [E-devel] Eo error message in my application

2016-12-05 Thread The Rasterman
On Mon, 5 Dec 2016 04:10:49 +0100 Vincent Torri said: > i still don't know how to fix the problem... you need to know where the access is. using EINA_ERROR_ABORT=1 will at least work on window as get you a backtrace to it... the reasons are either an invalid object id or access an object across

Re: [E-devel] Edje multiseat support

2016-12-05 Thread The Rasterman
On Mon, 5 Dec 2016 11:37:09 -0200 Guilherme Íscaro said: > Hi raster, > > i'm seeing over 1mb of hash entries being used by > > > > _evas_object_pointer_data_get() > > > > (called from _efl_canvas_object_pointer_mode_by_device_set()). > > > > > I will take a look and check if we can improve the

Re: [E-devel] Eo error message in my application

2016-12-05 Thread The Rasterman
On Mon, 5 Dec 2016 11:35:34 -0200 Felipe Magno de Almeida said: > On Mon, Dec 5, 2016 at 12:04 AM, Carsten Haitzler > wrote: > > On Sun, 4 Dec 2016 23:23:39 -0200 Felipe Magno de Almeida > > said: > > > >> On Dec 4, 2016 10:55 PM, "Jean-Philippe André" wrote: > >> > >> Nah I totally agree with

Re: [E-devel] [EGIT] [core/efl] master 01/01: eo: Make error message less nebulous

2016-12-05 Thread The Rasterman
On Mon, 5 Dec 2016 01:29:19 -0200 Gustavo Sverzut Barbieri said: > improved but not ideal. > > what if we hint based on current x object domain, if they differ you > can say that it's from a different thread... also hint on how to fix, > maybe a wiki page that we show the link there. that isn't

Re: [E-devel] Eo error message in my application

2016-12-05 Thread The Rasterman
On Mon, 5 Dec 2016 11:33:13 -0200 Felipe Magno de Almeida said: > On Mon, Dec 5, 2016 at 12:04 AM, Carsten Haitzler > wrote: > > On Mon, 5 Dec 2016 09:53:51 +0900 Jean-Philippe André > > said: > > [snip] > > >> Anyway as far as I remember shared objects are not a viable solution until > >> we

Re: [E-devel] Eo error message in my application

2016-12-05 Thread The Rasterman
On Mon, 5 Dec 2016 12:04:26 +0900 Jean-Philippe André said: > On 5 December 2016 at 11:04, Carsten Haitzler wrote: > > > On Mon, 5 Dec 2016 09:53:51 +0900 Jean-Philippe André > > said: > > > > > On 4 December 2016 at 11:27, Carsten Haitzler > > wrote: > > > > > > > On Sat, 3 Dec 2016 20:25:46

Re: [E-devel] [EGIT] [core/efl] master 02/05: Eo: Add efl_replace() function.

2016-12-05 Thread The Rasterman
On Mon, 5 Dec 2016 13:50:12 + Tom Hacohen said: > I never liked the stringshare function that does it, so it comes with no > surprise that I don't like this one either. > > Regardless of that, I find the name very confusing. I didn't understand > what it does when I saw the name nor when I

Re: [E-devel] [EGIT] [core/efl] master 01/01: eo: Make error message less nebulous

2016-12-05 Thread Gustavo Sverzut Barbieri
On Mon, Dec 5, 2016 at 9:49 PM, Carsten Haitzler wrote: > On Mon, 5 Dec 2016 01:29:19 -0200 Gustavo Sverzut Barbieri > > said: > >> improved but not ideal. >> >> what if we hint based on current x object domain, if they differ you >> can say that it's from a different thread... also hint on how

[EGIT] [core/efl] master 01/01: evas: Ensure single init of common per canvas

2016-12-05 Thread Jean-Philippe ANDRÉ
jpeg pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=aac516f352b27684b1a1aad72cf82486a3bd81de commit aac516f352b27684b1a1aad72cf82486a3bd81de Author: Jean-Philippe Andre Date: Tue Dec 6 10:40:11 2016 +0900 evas: Ensure single init of common per canva

Re: [E-devel] [EGIT] [core/efl] master 02/05: Eo: Add efl_replace() function.

2016-12-05 Thread Gustavo Sverzut Barbieri
the purpose is to properly order ref + unref so if the same object, or dependent objects are used, the new object gets a ref before we drop the old one. which is not what people usually do, since we'd need an intermediate variable or careful code, people often unref() -> ref(), if it was the same

[EGIT] [core/efl] master 01/01: elementary calendar: it'd rather return false here.

2016-12-05 Thread ChunEon Park
hermet pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=7a71559eff63d36f2c7465591d31583bb5f8b287 commit 7a71559eff63d36f2c7465591d31583bb5f8b287 Author: Hermet Park Date: Tue Dec 6 11:07:49 2016 +0900 elementary calendar: it'd rather return false here

[EGIT] [core/efl] master 01/01: evas - protect against outbuf alloc fail possibility

2016-12-05 Thread Carsten Haitzler
raster pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=e25b3eedb4125740e0cb3411ce0a8fe32a19e321 commit e25b3eedb4125740e0cb3411ce0a8fe32a19e321 Author: Carsten Haitzler (Rasterman) Date: Tue Dec 6 11:19:05 2016 +0900 evas - protect against outbuf all

[EGIT] [core/efl] master 01/01: elm_panel: change panel freeze API when swiping panel.

2016-12-05 Thread Hosang Kim
hermet pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=092f1919b1bb94d0879a152f5e896bb1001fab8d commit 092f1919b1bb94d0879a152f5e896bb1001fab8d Author: Hosang Kim Date: Tue Dec 6 11:31:06 2016 +0900 elm_panel: change panel freeze API when swiping pan

Re: [E-devel] [EGIT] [core/efl] master 01/01: eo: Make error message less nebulous

2016-12-05 Thread Jean-Philippe André
On 6 December 2016 at 10:43, Gustavo Sverzut Barbieri wrote: > On Mon, Dec 5, 2016 at 9:49 PM, Carsten Haitzler > wrote: > > On Mon, 5 Dec 2016 01:29:19 -0200 Gustavo Sverzut Barbieri < > barbi...@gmail.com> > > said: > > > >> improved but not ideal. > >> > >> what if we hint based on current x

[EGIT] [core/efl] master 01/01: eldbus: change to idle_enterer from idler

2016-12-05 Thread Jean-Philippe ANDRÉ
jpeg pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=10eb4c9a6b62558fb0b7d61d6c0442acad672278 commit 10eb4c9a6b62558fb0b7d61d6c0442acad672278 Author: Jean-Philippe Andre Date: Tue Dec 6 11:27:37 2016 +0900 eldbus: change to idle_enterer from idler

[E-devel] What do you think of Vala?

2016-12-05 Thread Conrad Um
Dear friends, I'm a big fan of vala (if you don't know what vala is, please see this link ), and writing a vala binding generator for EFL. Vala has a syntax similar to C# and has managed feature based on reference counting, but basically it just converts .val

[EGIT] [core/efl] master 01/02: scrollable_interface: fixed last_page_get() API

2016-12-05 Thread soohye
hermet pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=e0e0c892d269a446d5c2cfc6baa66f2903277651 commit e0e0c892d269a446d5c2cfc6baa66f2903277651 Author: soohye Date: Tue Dec 6 13:30:43 2016 +0900 scrollable_interface: fixed last_page_get() API

[EGIT] [core/efl] master 02/02: updated AUTHORS

2016-12-05 Thread ChunEon Park
hermet pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=24a6f31252d4d261a439f5343ee6f3e69b20a072 commit 24a6f31252d4d261a439f5343ee6f3e69b20a072 Author: Hermet Park Date: Tue Dec 6 13:39:23 2016 +0900 updated AUTHORS --- AUTHORS | 10 +- 1 fi

[EGIT] [core/efl] master 01/01: Elm.Button: fix color class descriptions

2016-12-05 Thread Jee-Yong Um
jpeg pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=967c7c7195821d6a48f44e0b2fbd4111a73038d8 commit 967c7c7195821d6a48f44e0b2fbd4111a73038d8 Author: Jee-Yong Um Date: Tue Dec 6 12:10:01 2016 +0900 Elm.Button: fix color class descriptions Re

[EGIT] [core/efl] master 01/01: cpphash: Fix not to access freed pointer.

2016-12-05 Thread Jaehyun Cho
jaehyun pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=6262cbfb62b4bcc0201071e660727faf0215ddbe commit 6262cbfb62b4bcc0201071e660727faf0215ddbe Author: Jaehyun Cho Date: Tue Dec 6 14:42:37 2016 +0900 cpphash: Fix not to access freed pointer. --- sr

[EGIT] [core/efl] master 02/02: win: Fix sizing issues with new windows

2016-12-05 Thread Jean-Philippe ANDRÉ
jpeg pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=74187ff4255b42e19617da66cb5627248c12b73e commit 74187ff4255b42e19617da66cb5627248c12b73e Author: Jean-Philippe Andre Date: Tue Dec 6 15:19:03 2016 +0900 win: Fix sizing issues with new windows

[EGIT] [core/efl] master 01/02: elm_map: add copyright_cb for osm tile source.

2016-12-05 Thread Sungtaek Hong
jpeg pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=32635ad7bdc5410cfa2b57b686846fd7fedcbf43 commit 32635ad7bdc5410cfa2b57b686846fd7fedcbf43 Author: Sungtaek Hong Date: Tue Dec 6 14:17:31 2016 +0900 elm_map: add copyright_cb for osm tile source.

Re: [E-devel] Elm Main Menu

2016-12-05 Thread Jean-Philippe André
Hey Andy, On 3 December 2016 at 02:18, Andrew Williams wrote: > Thanks, the resizing has gone away. > The black border is sometimes present but other times the content is > larger than the window (a negative border?). > Today I consistently saw a massive black border on all sides. Appreciate

[EGIT] [core/efl] master 01/01: efl_net check openssl x509 check o runtime dlsym checks

2016-12-05 Thread Carsten Haitzler
raster pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=96d90fa5d655fcc18bfb6fc21a17f7b0f70cd586 commit 96d90fa5d655fcc18bfb6fc21a17f7b0f70cd586 Author: Carsten Haitzler (Rasterman) Date: Tue Dec 6 16:14:01 2016 +0900 efl_net check openssl x509 check

[E-devel] fails to compile efl 0.18.3 with wayland

2016-12-05 Thread Vasiliy Tolstov
Hi! I'm try to build efl and enlightenment for fedora 25 with wayland support. https://copr-be.cloud.fedoraproject.org/results/vtolstov/yoctocloud/fedora-25-x86_64/00485185-efl/build.log.gz Does master have needed fix? -- Vasiliy Tolstov, e-mail: v.tols...@selfip.ru

Re: [E-devel] fails to compile efl 0.18.3 with wayland

2016-12-05 Thread Jean-Philippe André
On 6 December 2016 at 16:27, Vasiliy Tolstov wrote: > Hi! I'm try to build efl and enlightenment for fedora 25 with wayland > support. > https://copr-be.cloud.fedoraproject.org/results/ > vtolstov/yoctocloud/fedora-25-x86_64/00485185-efl/build.log.gz > > Does master have needed fix? > > Yes, mast

Re: [E-devel] fails to compile efl 0.18.3 with wayland

2016-12-05 Thread Vasiliy Tolstov
2016-12-06 10:32 GMT+03:00 Jean-Philippe André : > Yes, master is fixed and 1.18.4 will be released soon. Thanks! I'm waiting -- Vasiliy Tolstov, e-mail: v.tols...@selfip.ru -- Developer Access Program for Intel Xeon P