[EGIT] [core/elementary] master 01/01: elm_web2: Fix build break with latest EFL

2014-04-14 Thread Ryuan Choi
ryuan pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=d60da4e70218724c0c3f7da8b48c39966a49b527 commit d60da4e70218724c0c3f7da8b48c39966a49b527 Author: Ryuan Choi ryuan.c...@gmail.com Date: Mon Apr 14 14:00:33 2014 +0900 elm_web2: Fix build

Re: [E-devel] [EGIT] [core/enlightenment] master 01/01: improve eolian build dependency

2014-04-14 Thread Tom Hacohen
You need to add the generated files to BUILT_SOURCES, that'll make sure they are generated before everything else. Look at elm for an example. Also, I'd just copy the eolian makefile as is from elm/efl (I keep them in sync). -- Tom. On 11/04/14 18:41, Mike Blumenkrantz wrote: discomfitor

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

2014-04-14 Thread Stefan Schmidt
Hello. Summary: o Bug wave of new coverity issues coming along with the merge of eo2 and other changes. o Nightly builds are a bit unstable as ealion generates 3.8GB log files in debug mode. o Some coverity reports might not be up to date due to the problem with the nightly builds. This should

[EGIT] [core/efl] master 01/01: Eolian: add support for cmake

2014-04-14 Thread Daniel Zaoui
jackdanielz pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=df6ef6aa78ddacfac8ccac162177ee42844b1611 commit df6ef6aa78ddacfac8ccac162177ee42844b1611 Author: Daniel Zaoui daniel.za...@samsung.com Date: Mon Apr 14 12:42:21 2014 +0300 Eolian: add

[EGIT] [core/efl] master 02/02: Eo: eo_do now returns called func's value + default ret fix.

2014-04-14 Thread Tom Hacohen
tasn pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=d77a7ce4689becaee2a4076283be9460e65429f4 commit d77a7ce4689becaee2a4076283be9460e65429f4 Author: Tom Hacohen t...@stosb.com Date: Mon Apr 14 10:36:09 2014 +0100 Eo: eo_do now returns called func's

[EGIT] [core/efl] master 01/02: Eo: Fix class checking.

2014-04-14 Thread Tom Hacohen
tasn pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=68a1f1941acdbde01a06983b7cb46624a2578abb commit 68a1f1941acdbde01a06983b7cb46624a2578abb Author: Tom Hacohen t...@stosb.com Date: Mon Apr 14 10:34:57 2014 +0100 Eo: Fix class checking.

Re: [E-devel] [EGIT] [core/efl] master 01/02: Eo: Fix class checking.

2014-04-14 Thread Tom Hacohen
This commits prints a lot of errors when running elm_test, for example: ERR24865:eo ../../src/lib/eo/eo_ptr_indirection.x:280 _eo_obj_pointer_get() obj_id (nil) is not pointing to a valid object. Maybe it has already been freed. This is actually a valid message, and is caused because of calls

[EGIT] [core/efl] master 01/01: Revert Eolian: add support for cmake

2014-04-14 Thread Tom Hacohen
tasn pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=09b46fa668f253763351c29d5b20838a8d1f246c commit 09b46fa668f253763351c29d5b20838a8d1f246c Author: Tom Hacohen t...@stosb.com Date: Mon Apr 14 11:04:36 2014 +0100 Revert Eolian: add support for cmake

[EGIT] [core/efl] master 01/01: build: Temporary disable debug log output during coverage

2014-04-14 Thread Stefan Schmidt
stefan pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=02a5a6bfea50e722bbb71b9cd813d32e453517ae commit 02a5a6bfea50e722bbb71b9cd813d32e453517ae Author: Stefan Schmidt s.schm...@samsung.com Date: Mon Apr 14 12:23:25 2014 +0200 build: Temporary disable

Re: [E-devel] Eolian tokenizer generates 41 million lines log file in debug mode

2014-04-14 Thread Stefan Schmidt
Hello. On Sun, 2014-04-13 at 12:50, Tom Hacohen wrote: The thing as, I said in my email, you shouldn't remove useful debug messages just because we have misconfigured things to be super verbose (in our build system). You should however, remove the unneeded debug messages. I guess there

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

2014-04-14 Thread Stefan Schmidt
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 some tiny more issues, but I'm not sure it's worth it. Might be a good idea to make it sane (default, or at least info, not debug). I know, things might break

Re: [E-devel] Eolian tokenizer generates 41 million lines log file in debug mode

2014-04-14 Thread ChunEon Park
Regardless of this topic, I found elm_object_widget_type_get() returns different strings for elc_xxx since eolian has been applied. This could be compatibility problem. We should not afford this change. -Regards, Hermet- -Original Message- From: Tom

Re: [E-devel] Eolian tokenizer generates 41 million lines log file in debug mode

2014-04-14 Thread Tom Hacohen
That's bad. Could you please provide more info/open a ticket and assign to Jack? Need the previous string, current string and an example widget. -- Tom. On 14/04/14 11:56, ChunEon Park wrote: Regardless of this topic, I found elm_object_widget_type_get() returns different strings for elc_xxx

[EGIT] [core/enlightenment] enlightenment-0.18 01/01: 18.7 release

2014-04-14 Thread Mike Blumenkrantz
discomfitor pushed a commit to branch enlightenment-0.18. http://git.enlightenment.org/core/enlightenment.git/commit/?id=6869c05e3ba7b51e3322c55be0615fca398e7599 commit 6869c05e3ba7b51e3322c55be0615fca398e7599 Author: Mike Blumenkrantz zm...@samsung.com Date: Mon Apr 14 07:08:10 2014 -0400

[EGIT] [core/efl] master 01/01: Eolian: add support for cmake

2014-04-14 Thread Daniel Zaoui
jackdanielz pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=e4ab76c39765891eca54a67a4d5b880498671c05 commit e4ab76c39765891eca54a67a4d5b880498671c05 Author: Daniel Zaoui daniel.za...@samsung.com Date: Mon Apr 14 13:54:02 2014 +0300 Eolian: add

[EGIT] [core/elementary] elementary-1.9 01/01: release: Update NEWS and bump version for 1.9.3 release

2014-04-14 Thread Stefan Schmidt
stefan pushed a commit to branch elementary-1.9. http://git.enlightenment.org/core/elementary.git/commit/?id=c95c9ac129402be1cf6d8e46aaf4d9f04d74a7bf commit c95c9ac129402be1cf6d8e46aaf4d9f04d74a7bf Author: Stefan Schmidt ste...@datenfreihafen.org Date: Mon Apr 14 11:47:35 2014 +0200

[EGIT] [core/efl] efl-1.9 01/01: release: Update NEWS and bump version for 1.9.3 release

2014-04-14 Thread Stefan Schmidt
stefan pushed a commit to branch efl-1.9. http://git.enlightenment.org/core/efl.git/commit/?id=753817b28346fb398d62e8b6ee19cfff2ce35aa7 commit 753817b28346fb398d62e8b6ee19cfff2ce35aa7 Author: Stefan Schmidt ste...@datenfreihafen.org Date: Mon Apr 14 11:44:39 2014 +0200 release: Update

Re: [E-devel] Eolian tokenizer generates 41 million lines log file in debug mode

2014-04-14 Thread ChunEon Park
ie. naviframe widget. before: Elm_Naviframe current: Elc_Naviframe -Regards, Hermet- -Original Message- From: Tom Hacohentom.haco...@samsung.com To: enlightenment-devel@lists.sourceforge.net; Cc: Sent: 2014-04-14 (월) 20:02:02 Subject: Re: [E-devel]

Re: [E-devel] Eolian tokenizer generates 41 million lines log file in debug mode

2014-04-14 Thread Tom Hacohen
Obviously wrong, should be elm. The .eo files should be fixed. On 14/04/14 12:32, ChunEon Park wrote: ie. naviframe widget. before: Elm_Naviframe current: Elc_Naviframe -Regards, Hermet- -Original Message- From: Tom

[EGIT] [core/enlightenment] master 01/01: Fixed a problem with e wl server that sent invalid key value to wl client. (server-side)

2014-04-14 Thread Gwanglim Lee
discomfitor pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=fdd4d50146281b415f5cb67e220bbe2f39244cd9 commit fdd4d50146281b415f5cb67e220bbe2f39244cd9 Author: Gwanglim Lee gl77@samsung.com Date: Mon Apr 14 08:32:51 2014 -0400 Fixed a

[EGIT] [core/efl] master 01/01: Fixed a problem with e wl server that sent invalid key value to wl client.

2014-04-14 Thread Gwanglim Lee
discomfitor pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=ca443ac1528c9355c1b17b32e9867b05ecc42c62 commit ca443ac1528c9355c1b17b32e9867b05ecc42c62 Author: Gwanglim Lee gl77@samsung.com Date: Mon Apr 14 09:38:58 2014 -0400 Fixed a problem with e

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

2014-04-14 Thread Cedric BAIL
Hello, On Mon, Apr 14, 2014 at 7:44 PM, Stefan Schmidt ste...@datenfreihafen.org wrote: 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 some tiny more issues, but I'm not sure it's worth it. Might be a good idea to make

[EGIT] [core/efl] master 01/01: docs now have a slightly more english description and list libs alphabetically

2014-04-14 Thread Mike Blumenkrantz
discomfitor pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=0cc713b7653531115f4d95deb4a5442c8444527b commit 0cc713b7653531115f4d95deb4a5442c8444527b Author: Mike Blumenkrantz zm...@samsung.com Date: Mon Apr 14 14:39:21 2014 -0400 docs now have a

[EGIT] [bindings/python/python-efl] master 01/01: Adjust the bindings to work with Eo2

2014-04-14 Thread davemds
davemds pushed a commit to branch master. http://git.enlightenment.org/bindings/python/python-efl.git/commit/?id=cc02387266c0561be0ed47df294b01472c6bad61 commit cc02387266c0561be0ed47df294b01472c6bad61 Author: davemds d...@gurumeditation.it Date: Mon Apr 14 21:41:38 2014 +0200 Adjust the

[EGIT] [bindings/python/python-efl] master 01/01: s/2013/2014/g

2014-04-14 Thread davemds
davemds pushed a commit to branch master. http://git.enlightenment.org/bindings/python/python-efl.git/commit/?id=b3eef73b0e08c6acd0a56427a8409603b913a52a commit b3eef73b0e08c6acd0a56427a8409603b913a52a Author: davemds d...@gurumeditation.it Date: Mon Apr 14 22:21:03 2014 +0200

[EGIT] [bindings/python/python-efl] master 01/02: Code cleanup: Spelling and grammar fixes

2014-04-14 Thread Kai Huuhko
kuuko pushed a commit to branch master. http://git.enlightenment.org/bindings/python/python-efl.git/commit/?id=8109cd62b44177f501a157b1cc01cf549ef98838 commit 8109cd62b44177f501a157b1cc01cf549ef98838 Author: Kai Huuhko kai.huu...@gmail.com Date: Mon Apr 14 13:45:30 2014 +0300 Code

[EGIT] [bindings/python/python-efl] master 02/02: Code cleanup: Single-quoted docstrings

2014-04-14 Thread Kai Huuhko
kuuko pushed a commit to branch master. http://git.enlightenment.org/bindings/python/python-efl.git/commit/?id=286fd64489cde56690380e52397ee4e10873f644 commit 286fd64489cde56690380e52397ee4e10873f644 Author: Kai Huuhko kai.huu...@gmail.com Date: Mon Apr 14 14:20:51 2014 +0300 Code

[EGIT] [core/elementary] master 01/01: list: apply key binding

2014-04-14 Thread Jaeun Choi
hermet pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=18e9be3cb1e05f2c61488ddbebfd9687110a77bf commit 18e9be3cb1e05f2c61488ddbebfd9687110a77bf Author: Jaeun Choi jaeun12.c...@samsung.com Date: Tue Apr 15 13:13:57 2014 +0900 list: apply key

[EGIT] [core/elementary] master 01/01: fileselector: apply key binding

2014-04-14 Thread Jaeun Choi
hermet pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=820f3dc907250c0c08ed8431b50567e58d6dab5c commit 820f3dc907250c0c08ed8431b50567e58d6dab5c Author: Jaeun Choi jaeun12.c...@samsung.com Date: Tue Apr 15 13:58:01 2014 +0900 fileselector:

[EGIT] [core/elementary] master 01/01: hoversel: apply key binding

2014-04-14 Thread Jaeun Choi
hermet pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=bc4153058d122f78f78d6efd65d9201e5a6bf6e5 commit bc4153058d122f78f78d6efd65d9201e5a6bf6e5 Author: Jaeun Choi jaeun12.c...@samsung.com Date: Tue Apr 15 14:40:38 2014 +0900 hoversel: apply

[EGIT] [core/elementary] master 01/01: player: apply key binding

2014-04-14 Thread Jaeun Choi
hermet pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=b3a46ec056b76c3239d271995c716b9af7d1f03f commit b3a46ec056b76c3239d271995c716b9af7d1f03f Author: Jaeun Choi jaeun12.c...@samsung.com Date: Tue Apr 15 14:46:39 2014 +0900 player: apply key

[EGIT] [core/elementary] master 01/01: popup: apply key binding

2014-04-14 Thread Jaeun Choi
hermet pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=caf21154420be93dff3c70d43c2d299816b06310 commit caf21154420be93dff3c70d43c2d299816b06310 Author: Jaeun Choi jaeun12.c...@samsung.com Date: Tue Apr 15 14:47:19 2014 +0900 popup: apply key

[EGIT] [core/elementary] master 01/01: image: apply key binding

2014-04-14 Thread Jaeun Choi
hermet pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=305966c08da8ac95922b2672a8adbe30db1d835b commit 305966c08da8ac95922b2672a8adbe30db1d835b Author: Jaeun Choi jaeun12.c...@samsung.com Date: Tue Apr 15 14:49:35 2014 +0900 image: apply key

[EGIT] [core/elementary] master 01/01: map: apply key binding

2014-04-14 Thread Jaeun Choi
hermet pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=9cc45f0548134cd36dc5746aeb1e1940ea9d8999 commit 9cc45f0548134cd36dc5746aeb1e1940ea9d8999 Author: Jaeun Choi jaeun12.c...@samsung.com Date: Tue Apr 15 14:52:06 2014 +0900 map: apply key

[EGIT] [core/elementary] master 01/01: radio: apply key binding

2014-04-14 Thread Jaeun Choi
hermet pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=fe6bb1d6b86933d50114b73da7302ec705633555 commit fe6bb1d6b86933d50114b73da7302ec705633555 Author: Jaeun Choi jaeun12.c...@samsung.com Date: Tue Apr 15 14:54:58 2014 +0900 radio: apply key