[EGIT] [core/efl] master 01/02: Eolian: infras for tests + first test

2014-04-22 Thread Daniel Zaoui
jackdanielz pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=d95a114db7ef950fe2ded3ea9b36cad1a621e294 commit d95a114db7ef950fe2ded3ea9b36cad1a621e294 Author: Daniel Zaoui Date: Mon Apr 21 09:36:44 2014 +0300 Eolian: infras for tests + first test ---

[EGIT] [core/efl] master 02/02: Eo: Add tests dir to .gitignore

2014-04-22 Thread Daniel Zaoui
jackdanielz pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=4de405b42b7bb5f0db3c22217589adba06f86b2b commit 4de405b42b7bb5f0db3c22217589adba06f86b2b Author: Daniel Zaoui Date: Mon Apr 21 17:02:36 2014 +0300 Eo: Add tests dir to .gitignore --- src/te

[EGIT] [core/efl] master 01/02: Evas gl_x11: Fix abort() in evas_object_image_data_get()

2014-04-22 Thread Jean-Philippe ANDRÉ
jpeg pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=2ff9b054f9cded810d6be76af2a3e6dd006ac4ac commit 2ff9b054f9cded810d6be76af2a3e6dd006ac4ac Author: Jean-Philippe Andre Date: Tue Apr 22 17:12:02 2014 +0900 Evas gl_x11: Fix abort() in evas_object_ima

[EGIT] [core/efl] master 02/02: rg_etc1: Fix RGBA vs BGRA mishandling of the ETC1 codec

2014-04-22 Thread Jean-Philippe ANDRÉ
jpeg pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=59b660aae9a912eee8e0bd458352fba435943284 commit 59b660aae9a912eee8e0bd458352fba435943284 Author: Jean-Philippe Andre Date: Tue Apr 22 11:52:53 2014 +0900 rg_etc1: Fix RGBA vs BGRA mishandling of th

Re: [E-devel] Changing default log level when compiling with coverage, to something sane

2014-04-22 Thread Tom Hacohen
On 15/04/14 14:24, Stefan Schmidt wrote: > Hello. > > On Tue, 2014-04-15 at 10:52, Tom Hacohen wrote: >> On 14/04/14 11:44, Stefan Schmidt wrote: >>> Hello. >>> >>> On Sun, 2014-04-13 at 12:53, Tom Hacohen wrote: I figure we are doing this to get higher coverage values/more real/catch >>>

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

2014-04-22 Thread Stefan Schmidt
Hello. Summary: o The good things about bugs in generated code is that they disappear as fast as they come. Coverity defects for elm are back to normal 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 value

Re: [E-devel] [EGIT] [core/efl] master 02/02: eo - let's make NULL objects simply debug warnings, not errors.

2014-04-22 Thread Tom Hacohen
Fair enough. :) Also, funny that you just did it, as I have at the top of my todo: "Maybe not complain about NULL unless some env var/debug flag/whatever is set?" -- Tom. On 16/04/14 04:31, Carsten Haitzler wrote: > raster pushed a commit to branch master. > > http://git.enlightenment.org/core/

[EGIT] [core/efl] master 01/01: eo - callstack. realloc is a bad idea. use mmap and keep addr fixed

2014-04-22 Thread Carsten Haitzler
raster pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=f21cfc0554820f6eccad780ddbf4958d28364b3b commit f21cfc0554820f6eccad780ddbf4958d28364b3b Author: Carsten Haitzler (Rasterman) Date: Tue Apr 22 19:17:26 2014 +0900 eo - callstack. realloc is a bad

[EGIT] [core/efl] master 01/01: Evas gl: Don't swap RGBA colors with ETC1

2014-04-22 Thread Jean-Philippe ANDRÉ
jpeg pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=c0aa0b3410d40b1006ae75216afed060e6a5bed0 commit c0aa0b3410d40b1006ae75216afed060e6a5bed0 Author: Jean-Philippe Andre Date: Tue Apr 22 19:53:55 2014 +0900 Evas gl: Don't swap RGBA colors with ETC1

[EGIT] [core/efl] master 01/01: improve eo call stack

2014-04-22 Thread Carsten Haitzler
raster pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=1ed6e2cf9cbd87948232f7554d91f31711083761 commit 1ed6e2cf9cbd87948232f7554d91f31711083761 Author: Carsten Haitzler (Rasterman) Date: Tue Apr 22 20:22:35 2014 +0900 improve eo call stack i

Re: [E-devel] [EGIT] [core/efl] master 02/02: eo - let's make NULL objects simply debug warnings, not errors.

2014-04-22 Thread Tom Hacohen
On 22/04/14 12:43, Carsten Haitzler (The Rasterman) wrote: > On Tue, 22 Apr 2014 10:59:29 +0100 Tom Hacohen said: > >> Fair enough. :) >> >> Also, funny that you just did it, as I have at the top of my todo: >> "Maybe not complain about NULL unless some env var/debug flag/whatever >> is set?" > >

Re: [E-devel] [EGIT] [core/efl] master 02/02: eo - let's make NULL objects simply debug warnings, not errors.

2014-04-22 Thread The Rasterman
On Tue, 22 Apr 2014 10:59:29 +0100 Tom Hacohen said: > Fair enough. :) > > Also, funny that you just did it, as I have at the top of my todo: > "Maybe not complain about NULL unless some env var/debug flag/whatever > is set?" i was on a spate of fixing a bunch of null accesses and then i went

Re: [E-devel] [EGIT] [core/efl] master 02/02: eo - let's make NULL objects simply debug warnings, not errors.

2014-04-22 Thread David Seikel
On Tue, 22 Apr 2014 12:44:12 +0100 Tom Hacohen wrote: > On 22/04/14 12:43, Carsten Haitzler (The Rasterman) wrote: > > On Tue, 22 Apr 2014 10:59:29 +0100 Tom Hacohen > > said: > > > >> Fair enough. :) > >> > >> Also, funny that you just did it, as I have at the top of my todo: > >> "Maybe not co

Re: [E-devel] [EGIT] [admin/devs] master 01/01: welcome new developer "eunue"

2014-04-22 Thread Tom Hacohen
On 21/04/14 12:35, Daniel Juyung Seo wrote: > Congratulations!!! Jaeun! > Great Power comes with great responsibility. Haha you got it the other way around. The responsibility comes with the power, not the power with the responsibility. :P Go home, and read some spiderman! -- Tom.

[EGIT] [core/elementary] master 01/01: tooltips position more accurately in X in xinerama

2014-04-22 Thread Mike Blumenkrantz
discomfitor pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=cca19389cc803ceb382adcd3d32ff3cf55011fb7 commit cca19389cc803ceb382adcd3d32ff3cf55011fb7 Author: zmike Date: Tue Apr 22 09:29:49 2014 -0400 tooltips position more accurately in X in x

[EGIT] [core/elementary] elementary-1.9 01/01: tooltips position more accurately in X in xinerama

2014-04-22 Thread Mike Blumenkrantz
discomfitor pushed a commit to branch elementary-1.9. http://git.enlightenment.org/core/elementary.git/commit/?id=378f7eedfa0cd09cde5cb7716b7778e7770c6951 commit 378f7eedfa0cd09cde5cb7716b7778e7770c6951 Author: zmike Date: Tue Apr 22 09:29:49 2014 -0400 tooltips position more accurately i

[EGIT] [core/elementary] master 01/01: atspi: Add header file to build to pass distcheck

2014-04-22 Thread Stefan Schmidt
stefan pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=56a5c4c0ccab2318e6d44a40f319f20706af53cd commit 56a5c4c0ccab2318e6d44a40f319f20706af53cd Author: Stefan Schmidt Date: Tue Apr 22 15:34:06 2014 +0200 atspi: Add header file to build to pass

Re: [E-devel] [EGIT] [admin/devs] master 01/01: welcome new developer "eunue"

2014-04-22 Thread Daniel Juyung Seo
On Tue, Apr 22, 2014 at 9:08 PM, Tom Hacohen wrote: > On 21/04/14 12:35, Daniel Juyung Seo wrote: > > Congratulations!!! Jaeun! > > Great Power comes with great responsibility. > > Haha you got it the other way around. The responsibility comes with the > power, not the power with the responsibilit

Re: [E-devel] [EGIT] [core/efl] master 01/02: Eolian: infras for tests + first test

2014-04-22 Thread Tom Hacohen
Yay, finally. :) On 22/04/14 08:21, Daniel Zaoui wrote: > jackdanielz pushed a commit to branch master. > > http://git.enlightenment.org/core/efl.git/commit/?id=d95a114db7ef950fe2ded3ea9b36cad1a621e294 > > commit d95a114db7ef950fe2ded3ea9b36cad1a621e294 > Author: Daniel Zaoui > Date: Mon Apr 21

Re: [E-devel] [EGIT] [core/efl] master 01/02: Eolian: infras for tests + first test

2014-04-22 Thread Tom Hacohen
I asked for them since day 1. Actually, day -200. Anyhow, if you have more tests, please put them in. -- Tom. On 22/04/14 14:58, Carsten Haitzler (The Rasterman) wrote: > On Tue, 22 Apr 2014 14:44:02 +0100 Tom Hacohen said: > > i was just looking for these... so i ended up making my own! :( > >

Re: [E-devel] [EGIT] [core/efl] master 01/02: Eolian: infras for tests + first test

2014-04-22 Thread The Rasterman
On Tue, 22 Apr 2014 14:44:02 +0100 Tom Hacohen said: i was just looking for these... so i ended up making my own! :( > Yay, finally. :) > > On 22/04/14 08:21, Daniel Zaoui wrote: > > jackdanielz pushed a commit to branch master. > > > > http://git.enlightenment.org/core/efl.git/commit/?id=d95a1

[EGIT] [core/elementary] master 01/01: genlist/gengrid/list: Fix first on_focus call correctly by checking focus highlight.

2014-04-22 Thread Daniel Juyung Seo
seoz pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=aacfe1ef96ef5a7a36a060a6881b731782df2e66 commit aacfe1ef96ef5a7a36a060a6881b731782df2e66 Author: Daniel Juyung Seo Date: Tue Apr 22 23:15:20 2014 +0900 genlist/gengrid/list: Fix first on_foc

Re: [E-devel] [EGIT] [admin/devs] master 01/01: welcome new developer "eunue"

2014-04-22 Thread Kim Shinwoo
[cheers and applause] It's time to go for coffee and ice cream! Yummy! :] Sincerely, Shinwoo Kim. On Tue, Apr 22, 2014 at 10:41 PM, Daniel Juyung Seo wrote: > On Tue, Apr 22, 2014 at 9:08 PM, Tom Hacohen >wrote: > > > On 21/04/14 12:35, Daniel Juyung Seo wrote: > > > Congratulations!!! Jaeun!

Re: [E-devel] eolian generate this...

2014-04-22 Thread Tom Hacohen
On 21/04/14 14:40, Carsten Haitzler (The Rasterman) wrote: > On Mon, 21 Apr 2014 10:31:51 -0300 Gustavo Sverzut Barbieri > said: > >> I'd not touch the user file, just my personal experience with all sw >> that did this that I've used, from first incarnations of glade to some >> web frameworks. no

[EGIT] [core/elementary] master 01/01: elm_web: Fixed build warning with ewebkit

2014-04-22 Thread Ryuan Choi
ryuan pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=e195428df0270cbeee43a682fd52dbe7d9babd78 commit e195428df0270cbeee43a682fd52dbe7d9babd78 Author: Ryuan Choi Date: Wed Apr 23 01:27:47 2014 +0900 elm_web: Fixed build warning with ewebkit --

[EGIT] [core/enlightenment] master 01/01: filepreview: video size bug fix

2014-04-22 Thread Wonguk Jeong
discomfitor pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=cf6d509dfe94908c3e9e89ade3bb3e2455f3e2db commit cf6d509dfe94908c3e9e89ade3bb3e2455f3e2db Author: Wonguk Jeong Date: Tue Apr 22 13:10:00 2014 -0400 filepreview: video size bug fix

Re: [E-devel] [EGIT] [core/enlightenment] master 01/01: filepreview: video size bug fix

2014-04-22 Thread Chidambar Zinnoury
Hi. Thank you! I was forwarding-porting some old patches I had laying around, I didn’t thoroughly analyse the changes that had happened since when I first wrote them. Thanks again! Cheers, Chidambar - Mail original - > De: "Wonguk Jeong" > À: g...@lists.enlightenment.org > Envo

[EGIT] [bindings/python/python-efl] master 01/01: follow classes name change in Eo2

2014-04-22 Thread davemds
davemds pushed a commit to branch master. http://git.enlightenment.org/bindings/python/python-efl.git/commit/?id=2e6aba5cac2ad3a05b16fb2d8577036788159ff5 commit 2e6aba5cac2ad3a05b16fb2d8577036788159ff5 Author: davemds Date: Tue Apr 22 20:11:36 2014 +0200 follow classes name change in Eo2

[EGIT] [core/efl] master 02/02: Eolian: add methods and properties scope support tests

2014-04-22 Thread Jérémy Zurcher
jeyzu pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=b9c1cc2800ad0462e8b9e8785c79a49ace40f72f commit b9c1cc2800ad0462e8b9e8785c79a49ace40f72f Author: Jérémy Zurcher Date: Tue Apr 22 20:31:11 2014 +0200 Eolian: add methods and properties scope suppor

[EGIT] [apps/terminology] master 01/01: terminology: recalculate textgrid size when config is updated

2014-04-22 Thread Wonguk Jeong
billiob pushed a commit to branch master. http://git.enlightenment.org/apps/terminology.git/commit/?id=e2c687cf999685ef0b5921c3ba72578927ee4803 commit e2c687cf999685ef0b5921c3ba72578927ee4803 Author: Wonguk Jeong Date: Tue Apr 22 20:31:49 2014 +0200 terminology: recalculate textgrid size

[EGIT] [bindings/python/python-efl] master 01/01: docs: better (I hope) structure for ecore

2014-04-22 Thread davemds
davemds pushed a commit to branch master. http://git.enlightenment.org/bindings/python/python-efl.git/commit/?id=7d5c2082bb689dccd1dcb9802c7d1b0d8294ea7c commit 7d5c2082bb689dccd1dcb9802c7d1b0d8294ea7c Author: davemds Date: Tue Apr 22 20:50:41 2014 +0200 docs: better (I hope) structure fo

[EGIT] [apps/terminology] master 01/01: fix typo

2014-04-22 Thread Boris Faure
billiob pushed a commit to branch master. http://git.enlightenment.org/apps/terminology.git/commit/?id=fd518e1a805a8648feafa699076b8a18285885c5 commit fd518e1a805a8648feafa699076b8a18285885c5 Author: Boris Faure Date: Tue Apr 22 21:21:22 2014 +0200 fix typo --- src/bin/options_behavior.c

[EGIT] [apps/terminology] master 02/02: add an option to decide whether the bell rings

2014-04-22 Thread Boris Faure
billiob pushed a commit to branch master. http://git.enlightenment.org/apps/terminology.git/commit/?id=6fd4e8c57a629b263a8f6fd56e6e27c909d987dc commit 6fd4e8c57a629b263a8f6fd56e6e27c909d987dc Author: Boris Faure Date: Tue Apr 22 23:32:04 2014 +0200 add an option to decide whether the bell

[EGIT] [apps/terminology] master 01/02: remove sounds when pressing keys

2014-04-22 Thread Boris Faure
billiob pushed a commit to branch master. http://git.enlightenment.org/apps/terminology.git/commit/?id=40c83a01133bcbb36b67ac3e589e5e09758d49a8 commit 40c83a01133bcbb36b67ac3e589e5e09758d49a8 Author: Boris Faure Date: Tue Apr 22 21:53:05 2014 +0200 remove sounds when pressing keys

[EGIT] [core/efl] master 01/01: edje now correctly forces ellipsis setting on text parts

2014-04-22 Thread Mike Blumenkrantz
discomfitor pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=c2ced46d2d07980153f0d4809d865f7e228d3b7d commit c2ced46d2d07980153f0d4809d865f7e228d3b7d Author: Mike Blumenkrantz Date: Tue Apr 22 19:17:13 2014 -0400 edje now correctly forces ellipsis set

[EGIT] [core/efl] efl-1.9 01/01: edje now correctly forces ellipsis setting on text parts

2014-04-22 Thread Mike Blumenkrantz
discomfitor pushed a commit to branch efl-1.9. http://git.enlightenment.org/core/efl.git/commit/?id=d7af4c1ff5dce5f380ea16ad28e96e2723cafcb8 commit d7af4c1ff5dce5f380ea16ad28e96e2723cafcb8 Author: Mike Blumenkrantz Date: Tue Apr 22 19:17:13 2014 -0400 edje now correctly forces ellipsis se

Re: [E-devel] eolian generate this...

2014-04-22 Thread The Rasterman
On Tue, 22 Apr 2014 16:48:49 +0100 Tom Hacohen said: > On 21/04/14 14:40, Carsten Haitzler (The Rasterman) wrote: > > On Mon, 21 Apr 2014 10:31:51 -0300 Gustavo Sverzut Barbieri > > said: > > > >> I'd not touch the user file, just my personal experience with all sw > >> that did this that I've u

[EGIT] [core/efl] master 01/01: edje: the ellipsis fuckup preservation commit.

2014-04-22 Thread Mike Blumenkrantz
discomfitor pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=adcc32329128b13fda47405a896319c7c96ea85f commit adcc32329128b13fda47405a896319c7c96ea85f Author: Mike Blumenkrantz Date: Tue Apr 22 20:18:46 2014 -0400 edje: the ellipsis fuckup preservation

[EGIT] [core/efl] efl-1.9 01/01: Revert "edje now correctly forces ellipsis setting on text parts"

2014-04-22 Thread Mike Blumenkrantz
discomfitor pushed a commit to branch efl-1.9. http://git.enlightenment.org/core/efl.git/commit/?id=d36f22c384270676fa1b3d3352e8a5e920bcce99 commit d36f22c384270676fa1b3d3352e8a5e920bcce99 Author: Mike Blumenkrantz Date: Tue Apr 22 20:22:00 2014 -0400 Revert "edje now correctly forces ell

Re: [E-devel] [EGIT] [core/enlightenment] master 01/01: filepreview: video size bug fix

2014-04-22 Thread Won guk Jeong
On Wed, Apr 23, 2014 at 2:29 AM, Chidambar Zinnoury wrote: > Hi. > > Thank you! > > I was forwarding-porting some old patches I had laying around, I didn’t > thoroughly analyse the changes that had happened since when I first wrote > them. > > Thanks again! > > Cheers, > > Chidambar > my p

Re: [E-devel] [EGIT] [admin/devs] master 01/01: welcome new developer "eunue"

2014-04-22 Thread ChunEon Park
icecream?! yay! -Regards, Hermet- -Original Message- From: "Kim Shinwoo" To: "Enlightenment developer list"; Cc: Sent: 2014-04-23 (수) 00:22:53 Subject: Re: [E-devel] [EGIT] [admin/devs] master 01/01: welcome new developer "eunue" [cheers and appla

Re: [E-devel] [EGIT] [core/elementary] master 01/01: atspi: Atspi_Action interface implementation @feature

2014-04-22 Thread Daniel Juyung Seo
Dear Lukasz Stanislawksi, On Mon, Apr 21, 2014 at 3:03 PM, Lukasz Stanislawski < l.stanisl...@samsung.com> wrote: > raster pushed a commit to branch master. > > > http://git.enlightenment.org/core/elementary.git/commit/?id=fbd30582d45717525e13ed961a46f97c28166b68 > > commit fbd30582d45717525e13e

Re: [E-devel] eo(lian) brainfart - callbacks/signals

2014-04-22 Thread Daniel Zaoui
On 04/21/2014 12:02 PM, Carsten Haitzler (The Rasterman) wrote: > On Mon, 21 Apr 2014 14:44:39 +0900 Carsten Haitzler (The Rasterman) > said: > >> so... i have... had... a brainfart >> >> wouldn't it be good to add supported callbacks into the .eo files? why? >> 1. documentation can easily list ca

[EGIT] [core/efl] master 01/01: Eo: adapt examples to Eo2.

2014-04-22 Thread Daniel Zaoui
jackdanielz pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=9122f603f9ea368f1ac197f20d1c0703c2d6df01 commit 9122f603f9ea368f1ac197f20d1c0703c2d6df01 Author: Daniel Zaoui Date: Tue Apr 22 18:39:38 2014 +0300 Eo: adapt examples to Eo2. It incl

Re: [E-devel] [EGIT] [admin/devs] master 01/01: welcome new developer "eunue"

2014-04-22 Thread ryuan Choi
Congratulations. Better EFL, more ice cream. :) 2014. 4. 23. 오전 11:54에 "ChunEon Park" 님이 작성: > icecream?! > yay! > > > -Regards, Hermet- > > -Original Message- > From: "Kim Shinwoo" > To: "Enlightenment developer list"< > enlightenment-devel@lists.sour

[EGIT] [core/efl] master 01/01: Eolian/Generator: support --eo.

2014-04-22 Thread Daniel Zaoui
jackdanielz pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=5ea1ffac5b0f6c7915c4781e60f745290721143e commit 5ea1ffac5b0f6c7915c4781e60f745290721143e Author: Daniel Zaoui Date: Wed Apr 23 08:55:15 2014 +0300 Eolian/Generator: support --eo. --

[EGIT] [core/elementary] master 01/01: Eolian: replace --eo1 option with --eo

2014-04-22 Thread Daniel Zaoui
jackdanielz pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=4064e41eb0d9adbf1d31c76536ac602aab2a9201 commit 4064e41eb0d9adbf1d31c76536ac602aab2a9201 Author: Daniel Zaoui Date: Wed Apr 23 08:58:47 2014 +0300 Eolian: replace --eo1 option with --