[EGIT] [core/efl] master 01/01: evas/textblock: Remove null statement.

2013-09-30 Thread Stefan Schmidt
stefan pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=642e4293fff1713b1ade7c112c5088d11d4a31ff commit 642e4293fff1713b1ade7c112c5088d11d4a31ff Author: Stefan Schmidt s.schm...@samsung.com Date: Mon Sep 30 09:48:34 2013 +0100 evas/textblock: Remove

[E-devel] arc patch error

2013-09-30 Thread Daniel Juyung Seo
Hello all, this is Daniel Juyung Seo. When trying to fetch phab patches to my local git, I faced ERR-CONDUIT-CORE error like below. $ arc patch --nobranch D246 Exception ERR-CONDUIT-CORE: You can not access the user inside the implementation of a Conduit method which does not require

[E-devel] [PATCH] test_calendar.c: fix a typo

2013-09-30 Thread Mariusz Bialonczyk
Previous seconds value for a day was 84600 (23:30) instead of 86400 (24:00). The commit fixes it using constants. --- src/bin/test_calendar.c | 43 +-- 1 file changed, 17 insertions(+), 26 deletions(-) diff --git a/src/bin/test_calendar.c

Re: [E-devel] [PATCH] test_calendar.c: fix a typo

2013-09-30 Thread Stefan Schmidt
Hello. The change summary is a bit weak. Its not really a typo fix but a fix for the wrong numbers of seconds a day. I changed it to: test_calendar: Fix number of seconds per day. Hope you don't mind. On 09/30/2013 11:39 AM, Mariusz Bialonczyk wrote: Previous seconds value for a day was 84600

[EGIT] [core/elementary] master 02/02: elm_calendar: Fix wrong seconds per day also in comments.

2013-09-30 Thread Stefan Schmidt
stefan pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=213db71206e11a475f37d202c763c8a05e3a9c62 commit 213db71206e11a475f37d202c763c8a05e3a9c62 Author: Stefan Schmidt s.schm...@samsung.com Date: Mon Sep 30 13:31:23 2013 +0100 elm_calendar: Fix

[EGIT] [core/elementary] master 01/02: test_calendar: Fix number of seconds per day.

2013-09-30 Thread Mariusz Bialonczyk
stefan pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=144734972ad848b3e3516ddf47233b741b42dc16 commit 144734972ad848b3e3516ddf47233b741b42dc16 Author: Mariusz Bialonczyk ma...@skyboo.net Date: Mon Sep 30 11:39:34 2013 +0100 test_calendar: Fix

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

2013-09-30 Thread Stefan Schmidt
Hello. *** Newsflash *** New research paper unvails that looking at potential problems early in the development and release process cuts down time spent on debugging aftterwards. Suggestions have been made that developers should have a look at these potential problems and either fix them or mark

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

2013-09-30 Thread Boris Faure
On 13-09-30 13:46, Stefan Schmidt wrote: Hello. *** Newsflash *** New research paper unvails that looking at potential problems early in the development and release process cuts down time spent on debugging aftterwards. Suggestions have been made that developers should have a look at these

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

2013-09-30 Thread Stefan Schmidt
Hello. On 09/30/2013 01:58 PM, Boris Faure wrote: On 13-09-30 13:46, Stefan Schmidt wrote: Hello. *** Newsflash *** New research paper unvails that looking at potential problems early in the development and release process cuts down time spent on debugging aftterwards. Suggestions have

Re: [E-devel] [PATCH] test_calendar.c: fix a typo

2013-09-30 Thread Daniel Juyung Seo
Thanks Mariusz Bialonczyk for your patch. As Stefan mentioned it's not a typo fix. Thanks Stefan for the fix. Btw Mariusz, can you raise a patch with phabricator + arcanist next time? https://phab.enlightenment.org/w/arcanist/ It's easy and quick to submit a patch than writing an email. You can

[EGIT] [core/elementary] master 01/03: elm_index.c: Internal refactoring. Removed unnecessary internal function parameters.

2013-09-30 Thread Daniel Juyung Seo
seoz pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=bf84ffd3bddcff0305fe385dab95efef52346275 commit bf84ffd3bddcff0305fe385dab95efef52346275 Author: Daniel Juyung Seo seojuyu...@gmail.com Date: Mon Sep 30 19:12:50 2013 +0900 elm_index.c:

[EGIT] [core/elementary] master 03/03: elc_naviframe.c: Check value before dereferencing it.

2013-09-30 Thread Daniel Juyung Seo
seoz pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=0fb7dd08ce639f4c709822b58b6078c8187e9e7a commit 0fb7dd08ce639f4c709822b58b6078c8187e9e7a Author: Daniel Juyung Seo seojuyu...@gmail.com Date: Mon Sep 30 22:16:34 2013 +0900 elc_naviframe.c:

Re: [E-devel] [EGIT] [core/elementary] master 02/03: elm: Longwaited trailing white space removal. Clean elm up!

2013-09-30 Thread Michael Blumenkrantz
whatisthisidonteven.jpg http://haugom.tk/wp-content/uploads/2013/08/what+is+this+I+don+t+even+_e6935e220e54cbbdf5685ce5d569e210.jpg On Mon, Sep 30, 2013 at 2:16 PM, Daniel Juyung Seo seojuyu...@gmail.comwrote: seoz pushed a commit to branch master.

Re: [E-devel] [PATCH] test_calendar.c: fix a typo

2013-09-30 Thread Stefan Schmidt
On 09/30/2013 02:10 PM, Daniel Juyung Seo wrote: Thanks Mariusz Bialonczyk for your patch. As Stefan mentioned it's not a typo fix. Thanks Stefan for the fix. Btw Mariusz, can you raise a patch with phabricator + arcanist next time? https://phab.enlightenment.org/w/arcanist/ It was me who

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

2013-09-30 Thread Daniel Juyung Seo
On Mon, Sep 30, 2013 at 9:46 PM, Stefan Schmidt s.schm...@samsung.comwrote: Hello. *** Newsflash *** New research paper unvails that looking at potential problems early in the development and release process cuts down time spent on debugging aftterwards. Suggestions have been made that

Re: [E-devel] [PATCH] test_calendar.c: fix a typo

2013-09-30 Thread Michael Blumenkrantz
I agree. Arcanist is awful, and I definitely prefer to just get patches by mail since it saves me a considerable amount of time. On Mon, Sep 30, 2013 at 2:19 PM, Stefan Schmidt s.schm...@samsung.comwrote: On 09/30/2013 02:10 PM, Daniel Juyung Seo wrote: Thanks Mariusz Bialonczyk for your

[EGIT] [core/efl] master 05/06: Eina inlist: Removed redundant if in EINA_INLIST_FOREACH_SAFE.

2013-09-30 Thread Tom Hacohen
tasn pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=de6f57fac0a21f7729893b5d3d7a5606e9dcb1ce commit de6f57fac0a21f7729893b5d3d7a5606e9dcb1ce Author: Tom Hacohen t...@stosb.com Date: Mon Sep 30 14:28:38 2013 +0100 Eina inlist: Removed redundant if in

[EGIT] [core/efl] master 01/06: Eo: don't va_start without a matching va_end.

2013-09-30 Thread Tom Hacohen
tasn pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=8ca320a1fc9448c051bdb3e42a972c1ad0da9161 commit 8ca320a1fc9448c051bdb3e42a972c1ad0da9161 Author: Tom Hacohen t...@stosb.com Date: Mon Sep 30 14:07:20 2013 +0100 Eo: don't va_start without a

[EGIT] [core/efl] master 03/06: Eo: Don't write to pointer after free.

2013-09-30 Thread Tom Hacohen
tasn pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=f5d4a807c845f37f502882858a61ea018557365a commit f5d4a807c845f37f502882858a61ea018557365a Author: Tom Hacohen t...@stosb.com Date: Mon Sep 30 14:15:37 2013 +0100 Eo: Don't write to pointer after

[EGIT] [core/efl] master 04/06: Eo callbacks: Fix a possible issue of corrupted callback list.

2013-09-30 Thread Tom Hacohen
tasn pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=104a57b58ab9bd015ca677a225cee4cb92cf commit 104a57b58ab9bd015ca677a225cee4cb92cf Author: Tom Hacohen t...@stosb.com Date: Mon Sep 30 14:16:46 2013 +0100 Eo callbacks: Fix a possible issue

[EGIT] [core/efl] master 06/06: Eo: Don't compare desc to NULL as it can never be NULL at that stage.

2013-09-30 Thread Tom Hacohen
tasn pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=baf0fc426846743faef4165786a7e589b9c90347 commit baf0fc426846743faef4165786a7e589b9c90347 Author: Tom Hacohen t...@stosb.com Date: Mon Sep 30 14:32:47 2013 +0100 Eo: Don't compare desc to NULL as it

[EGIT] [core/efl] master 02/06: Eo: don't va_start without a matching va_end.

2013-09-30 Thread Tom Hacohen
tasn pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=42d29b55e596313562c31cfe7d15402b51aa0d0c commit 42d29b55e596313562c31cfe7d15402b51aa0d0c Author: Tom Hacohen t...@stosb.com Date: Mon Sep 30 14:10:21 2013 +0100 Eo: don't va_start without a

[EGIT] [core/enlightenment] master 01/01: e_fm custom and regular mode icon selection

2013-09-30 Thread Yossi Kantor
discomfitor pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=38e3969e72c88c4cf438c7537c37a72cae7344a4 commit 38e3969e72c88c4cf438c7537c37a72cae7344a4 Author: Yossi Kantor yossi.kan...@samsung.com Date: Tue Sep 17 08:58:05 2013 +0200 e_fm

[EGIT] [core/efl] master 02/02: update po's

2013-09-30 Thread Rasterman
raster pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=ad89985d41af1a53d8c8b129544ba808df50b5d7 commit ad89985d41af1a53d8c8b129544ba808df50b5d7 Author: Carsten Haitzler (Rasterman) ras...@rasterman.com Date: Mon Sep 30 23:31:37 2013 +0900 update po's

[EGIT] [core/efl] master 01/02: evas - improve textblock logic to reduce num of layouts when used - faster

2013-09-30 Thread Rasterman
raster pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=a4a285089f48c1c303aa389324f778eaefe9e3a8 commit a4a285089f48c1c303aa389324f778eaefe9e3a8 Author: Carsten Haitzler (Rasterman) ras...@rasterman.com Date: Mon Sep 30 23:29:54 2013 +0900 evas -

Re: [E-devel] [PATCH] test_calendar.c: fix a typo

2013-09-30 Thread Daniel Juyung Seo
Well this might be a personal preference. I am used to accept new things very well and easily. But I also agree with the fact that there is a high starting curve such as installing this and that. However once people do the initial setup, they will find it's super great and easy. Just see how

[EGIT] [core/efl] master 01/01: Evas textblock: Moved relayout checks to a function.

2013-09-30 Thread Tom Hacohen
tasn pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=bb84a01f7ce9d04b8d9ea9e14f8480f44b8449e1 commit bb84a01f7ce9d04b8d9ea9e14f8480f44b8449e1 Author: Tom Hacohen t...@stosb.com Date: Mon Sep 30 16:15:16 2013 +0100 Evas textblock: Moved relayout

Re: [E-devel] [EGIT] [core/elementary] master 02/03: elm: Longwaited trailing white space removal. Clean elm up!

2013-09-30 Thread Iván Briano
On Mon, Sep 30, 2013 at 10:19 AM, Michael Blumenkrantz michael.blumenkra...@gmail.com wrote: whatisthisidonteven.jpg http://haugom.tk/wp-content/uploads/2013/08/what+is+this+I+don+t+even+_e6935e220e54cbbdf5685ce5d569e210.jpg It's a merge conflict party and you are all invited. On Mon, Sep

[EGIT] [core/elementary] master 01/01: elc_fileselector: Add fileselector_double_tap_navigation_enable configuration

2013-09-30 Thread Ryuan Choi
ryuan pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=5bd79484ca3d2ffc4944ead737b73f579f92e3ee commit 5bd79484ca3d2ffc4944ead737b73f579f92e3ee Author: Ryuan Choi ryuan.c...@gmail.com Date: Tue Oct 1 00:49:50 2013 +0900 elc_fileselector: Add

Re: [E-devel] [EGIT] [core/elementary] master 02/03: elm: Longwaited trailing white space removal. Clean elm up!

2013-09-30 Thread Tom Hacohen
On 30/09/13 17:11, Iván Briano wrote: On Mon, Sep 30, 2013 at 10:19 AM, Michael Blumenkrantz michael.blumenkra...@gmail.com wrote: whatisthisidonteven.jpg http://haugom.tk/wp-content/uploads/2013/08/what+is+this+I+don+t+even+_e6935e220e54cbbdf5685ce5d569e210.jpg It's a merge conflict party

Re: [E-devel] [PATCH] test_calendar.c: fix a typo

2013-09-30 Thread Mariusz Bialonczyk
On 09/30/2013 02:30 PM, Stefan Schmidt wrote: Hello. The change summary is a bit weak. Its not really a typo fix but a fix for the wrong numbers of seconds a day. I changed it to: test_calendar: Fix number of seconds per day. Hope you don't mind. of course :) thanks! regards, --

Re: [E-devel] [PATCH] test_calendar.c: fix a typo

2013-09-30 Thread Mariusz Bialonczyk
On 09/30/2013 04:33 PM, Daniel Juyung Seo wrote: I just like arcanist :) You can keep using ml. I don't care. I just wanted him to know what efl's contribution process is. got it! maybe i'll give it a try next time, thanks :) regards, -- Mariusz Białończyk | xmpp/e-mail: ma...@skyboo.net

[E-devel] crashdump 0.17.99.17123

2013-09-30 Thread rob
Thread 1 (Thread 0xb5e5f7c0 (LWP 2441)): #0 0xb771d424 in __kernel_vsyscall () No symbol table info available. #1 0xb73690c1 in pause () at ../sysdeps/unix/syscall-template.S:81 No locals. #2 0x0807a653 in e_alert_show () at e_alert.c:38 No locals. #3 0x0817e7e8 in e_sigseg_act (x=11,

[EGIT] [bindings/python/python-efl] master 02/02: Move common conversion functions from efl.eo to efl.utils.conversions

2013-09-30 Thread Kai Huuhko
kuuko pushed a commit to branch master. http://git.enlightenment.org/bindings/python/python-efl.git/commit/?id=5f4a46da4b725329495366130b4ef03ebaa1d376 commit 5f4a46da4b725329495366130b4ef03ebaa1d376 Author: Kai Huuhko kai.huu...@gmail.com Date: Tue Oct 1 04:56:28 2013 +0300 Move common

[EGIT] [bindings/python/python-efl] master 01/02: Rename efl.pxd to efl.eina.pxd

2013-09-30 Thread Kai Huuhko
kuuko pushed a commit to branch master. http://git.enlightenment.org/bindings/python/python-efl.git/commit/?id=6587b5be679e659337f3f2219186eb4f9afc44d0 commit 6587b5be679e659337f3f2219186eb4f9afc44d0 Author: Kai Huuhko kai.huu...@gmail.com Date: Mon Sep 30 07:26:35 2013 +0300 Rename

[EGIT] [core/elementary] master 01/02: remove ifdef from glsl in glview shader - ifdefs not universally supported

2013-09-30 Thread Rasterman
raster pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=54883cb7fb0c42f37615f1485e554d947b42c369 commit 54883cb7fb0c42f37615f1485e554d947b42c369 Author: Carsten Haitzler (Rasterman) ras...@rasterman.com Date: Wed Sep 11 08:53:02 2013 +0900

[EGIT] [core/elementary] master 02/02: genlist - fix homogenous to NOT go (un)realizing every item on queue

2013-09-30 Thread Rasterman
raster pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=fa002c0313df3cb10d3f56c1dfc09c539a157e35 commit fa002c0313df3cb10d3f56c1dfc09c539a157e35 Author: Carsten Haitzler (Rasterman) ras...@rasterman.com Date: Tue Oct 1 12:54:28 2013 +0900