Re: [E-devel] [EGIT] [core/efl] master 03/03: evas: Evas_3D - Revision frustum culling.

2014-06-04 Thread ChunEon Park
Rather than i think "visible_get()" will be mostly required. People need that api for checking it's visibility so that they skip the processing some of nodes. Inside the api, we can check the visibility by using sphere/aabb collision detection first (which will simpler and faster) and then use o

[EGIT] [core/efl] master 01/01: Eolian: Fix Coverity issue.

2014-06-04 Thread Daniel Zaoui
jackdanielz pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=97913753ea8dbb9eb544e69c96f4fbabe9347427 commit 97913753ea8dbb9eb544e69c96f4fbabe9347427 Author: Daniel Zaoui Date: Thu Jun 5 07:38:58 2014 +0300 Eolian: Fix Coverity issue. In a ce

[EGIT] [core/efl] master 06/07: eina: removing more dead code that expect strange int.

2014-06-04 Thread Cedric BAIL
cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=344690554ad7d4397e9cee4618b1d9591c30d468 commit 344690554ad7d4397e9cee4618b1d9591c30d468 Author: Cedric BAIL Date: Thu Jun 5 03:29:16 2014 +0200 eina: removing more dead code that expect strange

[EGIT] [core/efl] master 04/07: eina: remove logically dead code.

2014-06-04 Thread Cedric BAIL
cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=c33acef5d717527f9940d034dcbb0a8e6d060059 commit c33acef5d717527f9940d034dcbb0a8e6d060059 Author: Cedric BAIL Date: Thu Jun 5 03:22:27 2014 +0200 eina: remove logically dead code. Removin

[EGIT] [core/efl] master 03/07: eina: let's check for returned value of realloc.

2014-06-04 Thread Cedric BAIL
cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=8f817ff4a009b685a3d47d6a6115df01d4dc6efa commit 8f817ff4a009b685a3d47d6a6115df01d4dc6efa Author: Cedric BAIL Date: Thu Jun 5 03:20:56 2014 +0200 eina: let's check for returned value of realloc.

[EGIT] [core/efl] master 02/07: eina: remove logically dead code.

2014-06-04 Thread Cedric BAIL
cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=b67860e98fbead33f5553ff6ee091997ea924f96 commit b67860e98fbead33f5553ff6ee091997ea924f96 Author: Cedric BAIL Date: Thu Jun 5 03:10:43 2014 +0200 eina: remove logically dead code. The for

[EGIT] [core/efl] master 01/07: eina: simplifie logic to not go with multiple level of callback for just getting the first entry in a hash.

2014-06-04 Thread Cedric BAIL
cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=f7fd1f1c84a9355039b38725c820b675f6dafc20 commit f7fd1f1c84a9355039b38725c820b675f6dafc20 Author: Cedric BAIL Date: Thu Jun 5 03:02:06 2014 +0200 eina: simplifie logic to not go with multiple leve

[EGIT] [core/efl] master 07/07: eina: removing more dead code looking for strange int.

2014-06-04 Thread Cedric BAIL
cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=30a3df4c5c20eafcc30ccc8ecbd8c83108429b2f commit 30a3df4c5c20eafcc30ccc8ecbd8c83108429b2f Author: Cedric BAIL Date: Thu Jun 5 03:30:43 2014 +0200 eina: removing more dead code looking for strange

[EGIT] [core/efl] master 05/07: eina: remove logically dead code.

2014-06-04 Thread Cedric BAIL
cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=74121c14cd5c1fe787baf569f7db4730a637e31f commit 74121c14cd5c1fe787baf569f7db4730a637e31f Author: Cedric BAIL Date: Thu Jun 5 03:24:46 2014 +0200 eina: remove logically dead code. I am wo

[EGIT] [core/efl] master 02/02: eina: fix possible memory leak on failure in eina_tiler_equal.

2014-06-04 Thread Cedric BAIL
cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=ba53bf8533516341e0489fb5b4022d6bec2116e4 commit ba53bf8533516341e0489fb5b4022d6bec2116e4 Author: Cedric BAIL Date: Thu Jun 5 02:51:54 2014 +0200 eina: fix possible memory leak on failure in eina_

[EGIT] [core/efl] master 01/03: edje: Edje_Edit - add getters and setters for source2-source6 TEXTBLOCK properties

2014-06-04 Thread Andrii Kroitor
cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=184720bf16ab81f21482efdd359c8008c5cc54c4 commit 184720bf16ab81f21482efdd359c8008c5cc54c4 Author: Andrii Kroitor Date: Wed Jun 4 19:57:10 2014 +0200 edje: Edje_Edit - add getters and setters for s

[EGIT] [core/efl] master 02/03: edje: Edje_Edit - add edje_edit_part_precide_is_inside functions.

2014-06-04 Thread Vorobiov Vitalii
cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=30885daafa1e217bf43fd649312d502b927e28e3 commit 30885daafa1e217bf43fd649312d502b927e28e3 Author: Vorobiov Vitalii Date: Wed Jun 4 20:01:40 2014 +0200 edje: Edje_Edit - add edje_edit_part_precide_

[EGIT] [core/efl] master 03/03: edje: Edje_Edit - add edje_edit_part_access functions.

2014-06-04 Thread Vorobiov Vitalii
cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=5e7a9b1225f792a6a7e60e96cf402440ad1adfff commit 5e7a9b1225f792a6a7e60e96cf402440ad1adfff Author: Vorobiov Vitalii Date: Wed Jun 4 20:03:39 2014 +0200 edje: Edje_Edit - add edje_edit_part_access f

[EGIT] [core/efl] master 01/03: edje: Edje_Edit - add edje_edit_part_copy function that copy parts within whole group.

2014-06-04 Thread Vorobiov Vitalii
cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=f1000b5c369c70189a76b073d9b3e9ee6a03fe3d commit f1000b5c369c70189a76b073d9b3e9ee6a03fe3d Author: Vorobiov Vitalii Date: Wed Jun 4 19:39:32 2014 +0200 edje: Edje_Edit - add edje_edit_part_copy fun

[EGIT] [core/efl] master 02/03: edje: Edje_Edit - add edje_edit_part_pointer_mode functions.

2014-06-04 Thread Vorobiov Vitalii
cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=bebcc49bd0641c5b00bd15ed2cfc32f04d27628a commit bebcc49bd0641c5b00bd15ed2cfc32f04d27628a Author: Vorobiov Vitalii Date: Wed Jun 4 19:45:28 2014 +0200 edje: Edje_Edit - add edje_edit_part_pointer_

[EGIT] [core/efl] master 03/03: evas: Evas_3D - Revision frustum culling.

2014-06-04 Thread Oleksandr Shcherbina
cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=a25aa1aa1a71102cb20c7280bd0d46eb462d7517 commit a25aa1aa1a71102cb20c7280bd0d46eb462d7517 Author: Oleksandr Shcherbina Date: Wed Jun 4 19:46:55 2014 +0200 evas: Evas_3D - Revision frustum culling.

[EGIT] [core/elementary] master 01/01: example: add new example for button and Evas_3D object.

2014-06-04 Thread se . osadchy
cedric pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=8ef70b665ed8b252a148321ed22de36e77cab985 commit 8ef70b665ed8b252a148321ed22de36e77cab985 Author: se.osadchy Date: Wed Jun 4 19:19:25 2014 +0200 example: add new example for button and Evas

[EGIT] [core/efl] master 01/02: edje: Edje_Edit - fix edje_edit_part_source_set

2014-06-04 Thread Andrii Kroitor
cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=aec9cf0a3e222b9f6c023a71519f63c61afa65e3 commit aec9cf0a3e222b9f6c023a71519f63c61afa65e3 Author: Andrii Kroitor Date: Wed Jun 4 19:15:19 2014 +0200 edje: Edje_Edit - fix edje_edit_part_source_set

[EGIT] [core/efl] master 02/02: gitignore: let's ignore generated binary.

2014-06-04 Thread Cedric BAIL
cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=6489c89e0959a0503b68725e07dec82cb68ab597 commit 6489c89e0959a0503b68725e07dec82cb68ab597 Author: Cedric BAIL Date: Wed Jun 4 19:16:44 2014 +0200 gitignore: let's ignore generated binary. --- src

[EGIT] [core/enlightenment] master 01/01: unset release stuff

2014-06-04 Thread Mike Blumenkrantz
discomfitor pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=bb86560a05d07d8d4dbdf1591fa54e66a2f682ab commit bb86560a05d07d8d4dbdf1591fa54e66a2f682ab Author: Mike Blumenkrantz Date: Wed Jun 4 13:22:53 2014 -0400 unset release stuff --- conf

[EGIT] [tools/enventor] master 01/01: search - reset the current search position.

2014-06-04 Thread ChunEon Park
hermet pushed a commit to branch master. http://git.enlightenment.org/tools/enventor.git/commit/?id=95027e091aa9cbc67f761b1fc6ea2f4dffdd81e4 commit 95027e091aa9cbc67f761b1fc6ea2f4dffdd81e4 Author: ChunEon Park Date: Thu Jun 5 01:09:00 2014 +0900 search - reset the current search position.

[EGIT] [tools/enventor] master 01/01: search - cancel entry selection before reset the region.

2014-06-04 Thread ChunEon Park
hermet pushed a commit to branch master. http://git.enlightenment.org/tools/enventor.git/commit/?id=e0b2ed26aa3af7fb9c5731503bdecd2b102036a1 commit e0b2ed26aa3af7fb9c5731503bdecd2b102036a1 Author: ChunEon Park Date: Thu Jun 5 00:58:02 2014 +0900 search - cancel entry selection before rese

[EGIT] [tools/enventor] master 01/01: search - fixed missing of a next word selection.

2014-06-04 Thread ChunEon Park
hermet pushed a commit to branch master. http://git.enlightenment.org/tools/enventor.git/commit/?id=4e8e915cbe68cbedceb9a66cbc69d3225a0daef0 commit 4e8e915cbe68cbedceb9a66cbc69d3225a0daef0 Author: ChunEon Park Date: Thu Jun 5 00:50:41 2014 +0900 search - fixed missing of a next word selec

Re: [E-devel] E19 ALPHA1

2014-06-04 Thread Deon Thomas
It Works!!! good job guys! On Wed, Jun 4, 2014 at 10:50 AM, Doug Newgard wrote: > > > > Date: Wed, 4 Jun 2014 09:40:23 -0500 > > From: jeffhoogl...@linux.com > > To: enlightenment-devel@lists.sourceforge.net > > Subject: Re: [E-devel] E19 ALPHA1 > > > > Is this supported using the latest stable

[EGIT] [core/efl] master 01/01: C++ bindings: Generate them as part of the build, not pre build.

2014-06-04 Thread Tom Hacohen
tasn pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=2010de6810ea31116c77f2e08eb0dc9dc7034768 commit 2010de6810ea31116c77f2e08eb0dc9dc7034768 Author: Tom Hacohen Date: Wed Jun 4 16:14:29 2014 +0100 C++ bindings: Generate them as part of the build, no

Re: [E-devel] E19 ALPHA1

2014-06-04 Thread Doug Newgard
> Date: Wed, 4 Jun 2014 09:40:23 -0500 > From: jeffhoogl...@linux.com > To: enlightenment-devel@lists.sourceforge.net > Subject: Re: [E-devel] E19 ALPHA1 > > Is this supported using the latest stable EFL/Elementary tars or will E19 > continue to require EFL from GIT? According to configure.ac,

Re: [E-devel] E19 ALPHA1

2014-06-04 Thread Jeff Hoogland
Is this supported using the latest stable EFL/Elementary tars or will E19 continue to require EFL from GIT? On Wed, Jun 4, 2014 at 9:16 AM, Mike Blumenkrantz < michael.blumenkra...@gmail.com> wrote: > Get your towels ready, it's about to go down. This is the first official > release in the lengt

Re: [E-devel] [EGIT] [core/efl] master 01/01: Evas textblock: Fix crash when cutting ligatures with formats.

2014-06-04 Thread Thanatermesis
Also, e17 hangs (creating an infinite crashdump) after to select the size of the windows/borders in wizard step The crashdump file can be found here: http://main.elivecd.org/tmp/e-crashdump-wizard-sizes_e17-efl1.10.txt > Unrelated to this change. Do you use e17 or an older version? E from "enlig

[EGIT] [website/www] master 02/02: update for e19 alpha release

2014-06-04 Thread zmike
discomfitor pushed a commit to branch master. http://git.enlightenment.org/website/www.git/commit/?id=f2a6ea9b57971be67eb9c72aaff84ea0942fbafd commit f2a6ea9b57971be67eb9c72aaff84ea0942fbafd Author: zmike Date: Wed Jun 4 10:22:46 2014 -0400 update for e19 alpha release --- public_html/p/

[EGIT] [website/www] master 01/02: remove weird/inaccurate description of elementary

2014-06-04 Thread zmike
discomfitor pushed a commit to branch master. http://git.enlightenment.org/website/www.git/commit/?id=6bc296f50f10580df5228ddf850d47f71247181d commit 6bc296f50f10580df5228ddf850d47f71247181d Author: zmike Date: Wed Jun 4 10:19:30 2014 -0400 remove weird/inaccurate description of elementar

[E-devel] E19 ALPHA1

2014-06-04 Thread Mike Blumenkrantz
Get your towels ready, it's about to go down. This is the first official release in the lengthy, multi-year, epic saga which will become known to history as //The E19 Release Cycle//. With the final release planned for sometime in Q3 of 2024, it will come as no surprise to users, testers, packagers

Re: [E-devel] [EGIT] [core/efl] master 01/01: Evas textblock: Fix crash when cutting ligatures with formats.

2014-06-04 Thread Thanatermesis
Mmh, I'm not sure how much this could be related but I just noticed things different after moving from 1.9 to 1.10 of efl & elementary, for example: - title in e17 windows looks in a lower position and the window border looks smaller: - e17 with 1.10: http://www.enlightenment.org/ss/display.ph

Re: [E-devel] [EGIT] [core/efl] master 01/01: Evas textblock: Fix crash when cutting ligatures with formats.

2014-06-04 Thread Tom Hacohen
Unrelated to this change. Do you use e17 or an older version? On 04/06/14 15:10, Thanatermesis wrote: > Mmh, I'm not sure how much this could be related but I just noticed things > different after moving from 1.9 to 1.10 of efl & elementary, for example: > - title in e17 windows looks in a lower

[EGIT] [core/enlightenment] master 02/02: v0.19 alpha

2014-06-04 Thread Mike Blumenkrantz
discomfitor pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=11674070b0879bc6dac4424608b2cf8a67a8f21c commit 11674070b0879bc6dac4424608b2cf8a67a8f21c Author: Mike Blumenkrantz Date: Wed Jun 4 10:08:36 2014 -0400 v0.19 alpha IT'S HAP

[EGIT] [core/enlightenment] master 01/02: update eo class names, add hack for 1.10 class name compat

2014-06-04 Thread Mike Blumenkrantz
discomfitor pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=67855482fcd641312f0e3b1061d7cb98dc76dca3 commit 67855482fcd641312f0e3b1061d7cb98dc76dca3 Author: Mike Blumenkrantz Date: Wed Jun 4 09:28:17 2014 -0400 update eo class names, add ha

[EGIT] [tools/enventor] master 01/01: editor - fix the incorrect line increase at copy & paste.

2014-06-04 Thread ChunEon Park
hermet pushed a commit to branch master. http://git.enlightenment.org/tools/enventor.git/commit/?id=0cd86f12895d6ae49ebd9f071241b124b16df654 commit 0cd86f12895d6ae49ebd9f071241b124b16df654 Author: ChunEon Park Date: Wed Jun 4 22:37:00 2014 +0900 editor - fix the incorrect line increase at

[EGIT] [core/enlightenment] master 01/01: fix shape cutting for frames which are larger than their object size implies

2014-06-04 Thread Mike Blumenkrantz
discomfitor pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=dbce413b420d502adef53f8ebc27f6874ad6bb58 commit dbce413b420d502adef53f8ebc27f6874ad6bb58 Author: Mike Blumenkrantz Date: Wed Jun 4 08:55:06 2014 -0400 fix shape cutting for frames

[EGIT] [misc/polkit-efl] master 01/01: Icons for fail/success (not used anywhere yet)

2014-06-04 Thread Kai Huuhko
kuuko pushed a commit to branch master. http://git.enlightenment.org/misc/polkit-efl.git/commit/?id=c4bacc5a28ea8537ad42bb2b4ae6a5aad45975cf commit c4bacc5a28ea8537ad42bb2b4ae6a5aad45975cf Author: Kai Huuhko Date: Wed Jun 4 14:58:44 2014 +0300 Icons for fail/success (not used anywhere yet

Re: [E-devel] [EGIT] [core/efl] master 01/01: Evas textblock: Fix crash when cutting ligatures with formats.

2014-06-04 Thread Tom Hacohen
Yeah, I accidentally used the wrong tag (@bugfix) because of e. :) Sorry. -- Tom. On 04/06/14 10:17, Tom Hacohen wrote: > tasn pushed a commit to branch master. > > http://git.enlightenment.org/core/efl.git/commit/?id=3b70b4f28f9a5c0ab24181220501506d2e61871b > > commit 3b70b4f28f9a5c0ab241812205

[EGIT] [core/efl] master 01/01: Evas textblock: Fix crash when cutting ligatures with formats.

2014-06-04 Thread Tom Hacohen
tasn pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=3b70b4f28f9a5c0ab24181220501506d2e61871b commit 3b70b4f28f9a5c0ab24181220501506d2e61871b Author: Tom Hacohen Date: Wed Jun 4 10:14:24 2014 +0100 Evas textblock: Fix crash when cutting ligatures wit

[EGIT] [core/efl] efl-1.10 01/01: Evas textblock: Fix crash when cutting ligatures with formats.

2014-06-04 Thread Tom Hacohen
tasn pushed a commit to branch efl-1.10. http://git.enlightenment.org/core/efl.git/commit/?id=ebefec258521a1683dd5667e487be45c12cf5db1 commit ebefec258521a1683dd5667e487be45c12cf5db1 Author: Tom Hacohen Date: Wed Jun 4 10:14:24 2014 +0100 Evas textblock: Fix crash when cutting ligatures w

[EGIT] [misc/polkit-efl] master 01/01: Fix kb nav prev

2014-06-04 Thread Kai Huuhko
kuuko pushed a commit to branch master. http://git.enlightenment.org/misc/polkit-efl.git/commit/?id=f432643980ba0710df8ddeb00e697b2b8a97dd21 commit f432643980ba0710df8ddeb00e697b2b8a97dd21 Author: Kai Huuhko Date: Wed Jun 4 10:37:58 2014 +0300 Fix kb nav prev --- polkit-efl-authenticatio

[EGIT] [misc/polkit-efl] master 01/01: Add back ok button and display the first auth id initially

2014-06-04 Thread Kai Huuhko
kuuko pushed a commit to branch master. http://git.enlightenment.org/misc/polkit-efl.git/commit/?id=642d3cbdd48bc5c3bb247691426de4a50cb70f71 commit 642d3cbdd48bc5c3bb247691426de4a50cb70f71 Author: Kai Huuhko Date: Wed Jun 4 10:29:59 2014 +0300 Add back ok button and display the first auth