[EGIT] [core/elementary] master 01/01: test_hover.c: added hover test case to move hover object as we wish.

2013-09-23 Thread Daniel Juyung Seo
seoz pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=c31bbe51139160048c18f3dc81bd3f5b1f901c6e commit c31bbe51139160048c18f3dc81bd3f5b1f901c6e Author: Daniel Juyung Seo Date: Mon Sep 23 16:14:56 2013 +0900 test_hover.c: added hover test case to

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

2013-09-23 Thread Stefan Schmidt
Hello. This should give everyone an overview over what has happened in the last week regarding our continuous integration builds, unit tests and coverage as well as all static analyser runs and things like address-sanitizer. The numbers in parentheses reflect the values from last week to give you

[EGIT] [core/efl] master 01/01: eo: fix EO_DEBUG compilation

2013-09-23 Thread Jérémy Zurcher
jeyzu pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=2041e995fc75a8943f4592afb6076a56710861ed commit 2041e995fc75a8943f4592afb6076a56710861ed Author: Jérémy Zurcher Date: Mon Sep 23 11:07:07 2013 +0200 eo: fix EO_DEBUG compilation --- src/lib/eo/eo

Re: [E-devel] crashdump 0.17.99.17108

2013-09-23 Thread rob
On 23/09/13 03:29, Cedric BAIL wrote: > Hello, > > This backtrace is not really useful at all. It doesn't have enough > information (all the things that may be usefull are ). > Either that or start Enlightenment with -valgrind to get more useful > information. > > Thanks for your help, >Cedric

Re: [E-devel] crashdump 0.17.99.17108

2013-09-23 Thread Cedric BAIL
On Mon, Sep 23, 2013 at 7:21 PM, rob wrote: > On 23/09/13 03:29, Cedric BAIL wrote: >> Hello, >> >> This backtrace is not really useful at all. It doesn't have enough >> information (all the things that may be usefull are ). >> Either that or start Enlightenment with -valgrind to get more useful >

Re: [E-devel] [EGIT] [core/efl] master 01/01: Evas textblock: Use max ascent/descent at the edges of the textblock.

2013-09-23 Thread Tom Hacohen
On 23/09/13 07:09, ChunEon Park wrote: > Thanks. i've expected the day you fix this. > > in the end! > > Nice! :) Blame everyone who has distracted me. :) -- Tom. -- LIMITED TIME SALE - Full Year of Microsoft Training F

[E-devel] git enlightenment error

2013-09-23 Thread rob
Just tried git pull --rebase for enlightenment and got fatal: Not a git repository (or any parent up to mount point /home) Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). rob -- LIMITED TIME

Re: [E-devel] git enlightenment error

2013-09-23 Thread Stefan Schmidt
Hello. On 09/23/2013 01:22 PM, rob wrote: > Just tried git pull --rebase for enlightenment and got > > fatal: Not a git repository (or any parent up to mount point /home) > Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not > set). Did you actually read the error message befor

Re: [E-devel] git enlightenment error

2013-09-23 Thread rob
On Mon, 23 Sep 2013 13:28:32 +0100 Stefan Schmidt wrote: > Hello. > > On 09/23/2013 01:22 PM, rob wrote: > > Just tried git pull --rebase for enlightenment and got > > > > fatal: Not a git repository (or any parent up to mount point /home) > > Stopping at filesystem boundary (GIT_DISCOVERY_ACR

Re: [E-devel] git enlightenment error

2013-09-23 Thread Stefan Schmidt
Hello. On 09/23/2013 01:42 PM, rob wrote: > On Mon, 23 Sep 2013 13:28:32 +0100 > Stefan Schmidt wrote: > >> Hello. >> >> On 09/23/2013 01:22 PM, rob wrote: >>> Just tried git pull --rebase for enlightenment and got >>> >>> fatal: Not a git repository (or any parent up to mount point /home) >>>

Re: [E-devel] git enlightenment error

2013-09-23 Thread rob
Re-cloned thanks rob -- LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99! 1,500+ hours of tutorials including VisualStudio 2012, Windows 8, SharePoint 2013, SQL 2012, MVC 4, more. BEST VALUE: New Mult

Re: [E-devel] Migration of Enlightenment GIT Commits Mailing List

2013-09-23 Thread Tom Hacohen
On 21/09/13 10:13, Daniel Juyung Seo wrote: > On Wed, Sep 18, 2013 at 6:03 PM, Tom Hacohen wrote: > >> On 13/09/13 01:20, Bertrand Jacquin wrote: >>> Hi, >>> >>> Tommorrow at 13:00 UTC, the Enlightenment GIT Commits Mailing List will >>> be moved from Sourceforge to own servers. This to avoid the m

Re: [E-devel] eo Eo_Class RIP

2013-09-23 Thread Tom Hacohen
On 21/09/13 00:41, Jérémy Zurcher wrote: > Hi, > > I've just finished the removal of Eo_Class > and the related eo_class_do(), eo_class_super_do() and …internal…() > > you'll find the stuff in efl and elementary branches devs/jeyzu/eo--Eo_Class > > Eo * holds objects or classes references silently

[EGIT] [core/efl] master 02/06: Evas textblock: Fixed ascent/descent calculation a bit more.

2013-09-23 Thread Tom Hacohen
tasn pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=72167b9cc3db0a28a6be53de676662d93cd820b5 commit 72167b9cc3db0a28a6be53de676662d93cd820b5 Author: Tom Hacohen Date: Fri Sep 20 15:53:08 2013 +0100 Evas textblock: Fixed ascent/descent calculation a

[EGIT] [core/efl] master 01/06: Evas textblock: rename maxascent/descent->ascent/descent.

2013-09-23 Thread Tom Hacohen
tasn pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=5adffd54e5f2e6490ef5c4aff4c932f625a83f68 commit 5adffd54e5f2e6490ef5c4aff4c932f625a83f68 Author: Tom Hacohen Date: Fri Sep 20 14:47:32 2013 +0100 Evas textblock: rename maxascent/descent->ascent/de

[EGIT] [core/efl] master 03/06: Evas textblock: Fixed max descent adjustment and a related bug.

2013-09-23 Thread Tom Hacohen
tasn pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=cbde2bef69bebbdce496303365a8c5cd0fa49b79 commit cbde2bef69bebbdce496303365a8c5cd0fa49b79 Author: Tom Hacohen Date: Fri Sep 20 16:09:21 2013 +0100 Evas textblock: Fixed max descent adjustment and a

[EGIT] [core/efl] master 05/06: Evas textblock: Fixed native size calculation.

2013-09-23 Thread Tom Hacohen
tasn pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=2ab088aeea4a306899f442a2aba8fcea63c951dc commit 2ab088aeea4a306899f442a2aba8fcea63c951dc Author: Tom Hacohen Date: Fri Sep 20 17:59:44 2013 +0100 Evas textblock: Fixed native size calculation. ---

[EGIT] [core/efl] master 06/06: Evas textblock: Fixed broken test.

2013-09-23 Thread Tom Hacohen
tasn pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=4850c4660f226f1d58f3e877d0b8ddbd6a6c77d4 commit 4850c4660f226f1d58f3e877d0b8ddbd6a6c77d4 Author: Tom Hacohen Date: Fri Sep 20 17:59:12 2013 +0100 Evas textblock: Fixed broken test. Item is

[EGIT] [core/efl] master 04/06: Evas textblock: Fix format based line size calculation.

2013-09-23 Thread Tom Hacohen
tasn pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=2173652b4d0144b6172b74537ad3ad799a1d5468 commit 2173652b4d0144b6172b74537ad3ad799a1d5468 Author: Tom Hacohen Date: Fri Sep 20 16:55:22 2013 +0100 Evas textblock: Fix format based line size calculat

[EGIT] [legacy/evas] evas-1.7 01/02: Evas textblock: Fix wrong line spacing when appending lines.

2013-09-23 Thread Tom Hacohen
tasn pushed a commit to branch evas-1.7. http://git.enlightenment.org/legacy/evas.git/commit/?id=4f995ed37ca59f083d10bb4cd4bd5e283e825e51 commit 4f995ed37ca59f083d10bb4cd4bd5e283e825e51 Author: Tom Hacohen Date: Fri Sep 20 13:52:40 2013 +0100 Evas textblock: Fix wrong line spacing when ap

[EGIT] [legacy/evas] evas-1.7 02/02: Evas textblock: Fixed max descent calculation.

2013-09-23 Thread Tom Hacohen
tasn pushed a commit to branch evas-1.7. http://git.enlightenment.org/legacy/evas.git/commit/?id=50b1a88f857c8c038c43a1d7d6eb4fbf69121333 commit 50b1a88f857c8c038c43a1d7d6eb4fbf69121333 Author: Tom Hacohen Date: Mon Sep 23 15:03:45 2013 +0100 Evas textblock: Fixed max descent calculation.

[EGIT] [legacy/evas] evas-1.7 02/04: Evas textblock: Fix native size calculation.

2013-09-23 Thread Tom Hacohen
tasn pushed a commit to branch evas-1.7. http://git.enlightenment.org/legacy/evas.git/commit/?id=3fb176a59bbfc33eab57ea8c2bba0038f55771c1 commit 3fb176a59bbfc33eab57ea8c2bba0038f55771c1 Author: Tom Hacohen Date: Mon Sep 23 17:05:00 2013 +0100 Evas textblock: Fix native size calculation. -

[EGIT] [legacy/evas] evas-1.7 01/04: Evas textblock: Added _layout_item_max_ascent_descent_calc.

2013-09-23 Thread Tom Hacohen
tasn pushed a commit to branch evas-1.7. http://git.enlightenment.org/legacy/evas.git/commit/?id=44253af2372ec05d1bbd2effdaead326172b8913 commit 44253af2372ec05d1bbd2effdaead326172b8913 Author: Tom Hacohen Date: Mon Sep 23 17:04:43 2013 +0100 Evas textblock: Added _layout_item_max_ascent_

[EGIT] [legacy/evas] evas-1.7 04/04: Evas textblock: Fixed broken test.

2013-09-23 Thread Tom Hacohen
tasn pushed a commit to branch evas-1.7. http://git.enlightenment.org/legacy/evas.git/commit/?id=f987406cb151ac4cb8134df86d95887b9e30d08c commit f987406cb151ac4cb8134df86d95887b9e30d08c Author: Tom Hacohen Date: Mon Sep 23 17:10:05 2013 +0100 Evas textblock: Fixed broken test. It

[EGIT] [legacy/evas] evas-1.7 03/04: Evas textblock: Cleaned up descent calculation.

2013-09-23 Thread Tom Hacohen
tasn pushed a commit to branch evas-1.7. http://git.enlightenment.org/legacy/evas.git/commit/?id=fcaa64214a22c01065053b507759c01d67713ffc commit fcaa64214a22c01065053b507759c01d67713ffc Author: Tom Hacohen Date: Mon Sep 23 17:09:57 2013 +0100 Evas textblock: Cleaned up descent calculation

[EGIT] [core/elementary] master 01/02: focus: Added glow effect example on a button.

2013-09-23 Thread Amitesh Singh
seoz pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=2ea1d908810ddc25aacbe450a57739dd9a0c58c5 commit 2ea1d908810ddc25aacbe450a57739dd9a0c58c5 Author: Amitesh Singh Date: Tue Sep 24 02:39:26 2013 +0900 focus: Added glow effect example on a butt

[E-devel] Legacy eina pull request

2013-09-23 Thread Jorge Luis Zapata Muga
The following changes since commit 80ad0a6c48479cecc0933e488aa1c853e15015c6: 1.7.8 release (2013-08-01 18:32:08 -0300) are available in the git repository at: https://github.com/turran/eina eina-extra for you to fetch changes up to bceb578eeb266345cbae488938448db73945c0c5: Add a substrac

Re: [E-devel] Legacy eina pull request

2013-09-23 Thread Eduardo Lima (Etrunko)
Hi Turran, Since these patches are adding new API, shoudn't they be pushed to the 1.8 tree? We are holding ourselves from pushing any new features the 1.7 series, and should drop the support for them as soon as the new version is released (which I was told it should still happen this year). Regar

Re: [E-devel] Legacy eina pull request

2013-09-23 Thread Jorge Luis Zapata Muga
On Mon, Sep 23, 2013 at 9:56 PM, Eduardo Lima (Etrunko) wrote: > Hi Turran, > > Since these patches are adding new API, shoudn't they be pushed to the > 1.8 tree? We are holding ourselves from pushing any new features the > 1.7 series, and should drop the support for them as soon as the new > vers

Re: [E-devel] Legacy eina pull request

2013-09-23 Thread Stefan Schmidt
Hello. On Mon, 2013-09-23 at 22:01, Jorge Luis Zapata Muga wrote: > On Mon, Sep 23, 2013 at 9:56 PM, Eduardo Lima (Etrunko) > wrote: > > > Hi Turran, > > > > Since these patches are adding new API, shoudn't they be pushed to the > > 1.8 tree? We are holding ourselves from pushing any new feature

Re: [E-devel] [Enlightenment-release] Releases pending

2013-09-23 Thread Eduardo Lima (Etrunko)
I have just uploaded new Evas tarballs which include latest texblock fixes from Tom. ae00f5eda9d9d2c7fc287b12babfc87b evas-1.7.9.tar.bz2 38f5add4539d8494807b17bfa6930977 evas-1.7.9.tar.gz 83b23239b46fa0c349a48dc6146927136578fa413530d084f5d1c269e6d4c63c evas-1.7.9.tar.bz2 e12f92acd344d5854f0b215

[EGIT] [bindings/python/python-efl] master 01/01: Elementary: Add more missing signals/functions.

2013-09-23 Thread Kai Huuhko
kuuko pushed a commit to branch master. http://git.enlightenment.org/bindings/python/python-efl.git/commit/?id=f40afed56a2e8be7b1b96035597f84335ead5215 commit f40afed56a2e8be7b1b96035597f84335ead5215 Author: Kai Huuhko Date: Tue Sep 24 01:02:01 2013 +0300 Elementary: Add more missing sign

Re: [E-devel] Wayland and subsurfaces

2013-09-23 Thread Rafael Antognolli
Hey Raster, I added some code to do what you proposed, but it ended up kind of hackish IMHO. That was using the native surface API. The problem is that subsurfaces are handled the same way as surfaces, thus their handling code should belong to ecore_wl (similarly to X windows code belonging to ec

Re: [E-devel] Legacy eina pull request

2013-09-23 Thread Jorge Luis Zapata Muga
On Mon, Sep 23, 2013 at 10:17 PM, Stefan Schmidt wrote: > Hello. > > On Mon, 2013-09-23 at 22:01, Jorge Luis Zapata Muga wrote: > > On Mon, Sep 23, 2013 at 9:56 PM, Eduardo Lima (Etrunko) < > ebl...@gmail.com>wrote: > > > > > Hi Turran, > > > > > > Since these patches are adding new API, shoudn't

[E-devel] EFL pull request

2013-09-23 Thread Jorge Luis Zapata Muga
I applied the patches from the legacy tree Hope this one is good enough The following changes since commit 4850c4660f226f1d58f3e877d0b8ddbd6a6c77d4: Evas textblock: Fixed broken test. (2013-09-23 14:37:19 +0100) are available in the git repository at: https://github.com/turran/efl eina-extr

[EGIT] [core/efl] master 02/04: efl: add Jorge change to ChangeLog and NEWS.

2013-09-23 Thread Cedric Bail
cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=e5231de7eb70074be7d8dfa9971202899e658528 commit e5231de7eb70074be7d8dfa9971202899e658528 Author: Cedric Bail Date: Tue Sep 24 12:18:48 2013 +0900 efl: add Jorge change to ChangeLog and NEWS. ---

[EGIT] [core/efl] master 03/04: eina: add a substraction in rectangles and more helpers

2013-09-23 Thread Jorge Zapata
cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=b98ee971f3b139b94a09c136ff2a6f709067d594 commit b98ee971f3b139b94a09c136ff2a6f709067d594 Author: Jorge Zapata Date: Mon Sep 23 21:13:52 2013 +0200 eina: add a substraction in rectangles and more

[EGIT] [core/efl] master 01/04: eina: add double_from/to and helper defines in f16p16

2013-09-23 Thread Jorge Zapata
cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=538821f09d4dcd71642eb7f4d782ef350b956ddf commit 538821f09d4dcd71642eb7f4d782ef350b956ddf Author: Jorge Zapata Date: Mon Sep 23 20:48:52 2013 +0200 eina: add double_from/to and helper defines in f

[EGIT] [core/efl] master 04/04: eina: add functions to alloc strings from a printf fmt

2013-09-23 Thread Jorge Zapata
cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=b5fce696c743c50ea0a049c4f879756b5ed231d4 commit b5fce696c743c50ea0a049c4f879756b5ed231d4 Author: Jorge Zapata Date: Mon Sep 23 21:13:18 2013 +0200 eina: add functions to alloc strings from a prin

Re: [E-devel] EFL pull request

2013-09-23 Thread Cedric BAIL
Hello, On Tue, Sep 24, 2013 at 8:28 AM, Jorge Luis Zapata Muga wrote: > I applied the patches from the legacy tree > Hope this one is good enough Yup, I just pushed them in with a few modification. We seems to be putting _length and dup at the end of a function name, so renamed the printf varian

Re: [E-devel] [EGIT] [core/efl] master 04/04: eina: add functions to alloc strings from a printf fmt

2013-09-23 Thread Jose Souza
s/@since 1.7.9/@since 1.8 On Tue, Sep 24, 2013 at 12:20 AM, Jorge Zapata wrote: > cedric pushed a commit to branch master. > > > http://git.enlightenment.org/core/efl.git/commit/?id=b5fce696c743c50ea0a049c4f879756b5ed231d4 > > commit b5fce696c743c50ea0a049c4f879756b5ed231d4 > Author: Jorge Zapat

Re: [E-devel] [EGIT] [core/efl] master 04/04: eina: add functions to alloc strings from a printf fmt

2013-09-23 Thread Lucas De Marchi
On Tue, Sep 24, 2013 at 12:20 AM, Jorge Zapata wrote: > cedric pushed a commit to branch master. > > http://git.enlightenment.org/core/efl.git/commit/?id=b5fce696c743c50ea0a049c4f879756b5ed231d4 > > commit b5fce696c743c50ea0a049c4f879756b5ed231d4 > Author: Jorge Zapata > Date: Mon Sep 23 21:13:

[EGIT] [core/efl] master 01/01: eina: fix @since to be a proper revision number.

2013-09-23 Thread Cedric Bail
cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=a7fe49139d608c1858515b81895be8061772df41 commit a7fe49139d608c1858515b81895be8061772df41 Author: Cedric Bail Date: Tue Sep 24 15:03:24 2013 +0900 eina: fix @since to be a proper revision number.

[EGIT] [core/efl] master 01/01: eet: added EET_DATA_DESCRIPTOR_ADD_SUB_NESTED().

2013-09-23 Thread Christophe Sadoine
cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=87b17f1ce9c68de1fc2ec7d21c46a3c90ba7441a commit 87b17f1ce9c68de1fc2ec7d21c46a3c90ba7441a Author: Christophe Sadoine Date: Fri Sep 6 11:30:37 2013 +0900 eet: added EET_DATA_DESCRIPTOR_ADD_SUB_NEST

Re: [E-devel] eet serialization questions

2013-09-23 Thread Cedric BAIL
Hello, On Fri, Sep 6, 2013 at 12:01 PM, Christophe Sadoine wrote: > On 4 September 2013 15:25, Cedric BAIL wrote: >> On Wed, Sep 4, 2013 at 5:24 AM, Christophe Sadoine >> wrote: >>> On 3 September 2013 15:26, Cedric BAIL wrote: On Tue, Sep 3, 2013 at 7:04 AM, Christophe Sadoine wr

Re: [E-devel] [EGIT] [core/efl] master 04/04: eina: add functions to alloc strings from a printf fmt

2013-09-23 Thread Cedric BAIL
On Tue, Sep 24, 2013 at 2:14 PM, Lucas De Marchi wrote: > On Tue, Sep 24, 2013 at 12:20 AM, Jorge Zapata > wrote: >> cedric pushed a commit to branch master. >> >> http://git.enlightenment.org/core/efl.git/commit/?id=b5fce696c743c50ea0a049c4f879756b5ed231d4 >> >> commit b5fce696c743c50ea0a049c4f8