Re: [E-devel] New emails for every b0rker

2013-09-17 Thread Guillaume Friloux
On 16/09/2013 19:51, Bertrand Jacquin wrote: Ladies, Everyone of you having commit access, also seems to be called developers does now have an email @enlightenment.org. Emails send to a developer is then forwarded to emails you have declared in the E-Mail: info.txt pattern. Only valid email ar

[EGIT] [core/efl] master 01/01: Reset window opaque region on 180 degree flips also.

2013-09-17 Thread Chris Michael - Enlightenment Git
devilhorns pushed a commit to branch master. commit 592076e319062a1b8a301f9f3deea45440ae456f Author: Chris Michael Date: Tue Sep 17 08:27:15 2013 +0100 Reset window opaque region on 180 degree flips also. Signed-off-by: Chris Michael --- src/modules/ecore_evas/engines/wayland/ec

Re: [E-devel] [EGIT] [core/elementary] master 01/02: Remove __UNUSED__ from function declaration where parameter is actually used.

2013-09-17 Thread Stefan Schmidt
Hello. On 09/17/2013 07:44 AM, Chris Michael - Enlightenment Git wrote: > devilhorns pushed a commit to branch master. > > commit 64bc97c53c5c3772595f9d2321f9e19590d8a477 > Author: Chris Michael > Date: Mon Sep 16 11:40:30 2013 +0100 > > Remove __UNUSED__ from function declaration where pa

[EGIT] [admin/devs] master 01/01: Update my info.txt

2013-09-17 Thread Nicolas Aguirre - Enlightenment Git
captainigloo pushed a commit to branch master. commit d05d7ae0d6eef22cfd28109f46ec061289e44ac9 Author: Nicolas Aguirre Date: Tue Sep 17 10:12:56 2013 +0200 Update my info.txt --- captainigloo/info.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/captainigloo/i

Re: [E-devel] [EGIT] [core/elementary] master 01/01: elementary: allow custom text part on item list

2013-09-17 Thread Michaël Bouchaud
Sorry, but I don't finish my work to support theme change with customized text part. I will update changelog and news when I push this work. Surely tonight or tomorrow. 2013/9/17 ChunEon Park > conceptually this is acceptable to me, already all widgets support this > kind of customized text set

Re: [E-devel] [EGIT] [core/elementary] master 01/02: Remove __UNUSED__ from function declaration where parameter is actually used.

2013-09-17 Thread Christopher Michael
On 17/09/13 08:30, Stefan Schmidt wrote: > Hello. > > On 09/17/2013 07:44 AM, Chris Michael - Enlightenment Git wrote: >> devilhorns pushed a commit to branch master. >> >> commit 64bc97c53c5c3772595f9d2321f9e19590d8a477 >> Author: Chris Michael >> Date: Mon Sep 16 11:40:30 2013 +0100 >> >>

[EGIT] [core/efl] master 01/01: EvasGL: Fixed a bug where the wrong data variable to buffer alloc func.

2013-09-17 Thread Sung W . Park - Enlightenment Git
sung pushed a commit to branch master. commit b9e3e6be57e178ce83433447bbaf79fbbda0f653 Author: Sung W. Park Date: Tue Sep 17 17:22:26 2013 +0900 EvasGL: Fixed a bug where the wrong data variable to buffer alloc func. It's an optional feature so it's not automatically turned on but

Re: [E-devel] [EGIT] [core/elementary] master 01/02: Remove __UNUSED__ from function declaration where parameter is actually used.

2013-09-17 Thread Jérémy Zurcher
Hi, I'm for the replacement of #define EINA_UNUSED __attribute__ ((__unused__)) with #define EINA_UNUSED(var) do { (void)(var); } while (0) so that - fcts prototypes are never touched - compiler warnings can be silenced in function definitions Jérémy On Tuesday 17 September 2013 08:30, S

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

2013-09-17 Thread Tom Hacohen
On 16/09/13 20:41, Davide Andreoli wrote: > 2013/9/13 Bertrand Jacquin > >> Hi, >> >> This is now done. >> >> List-Id is now git.lists.enlightenment.org. >> >> To subscribe send a mail to git+subscr...@lists.enlightenment.org >> To unsubscribe send a mail to git+unsubscr...@lists.enlightenment.or

Re: [E-devel] [EGIT] [core/elementary] master 01/02: Remove __UNUSED__ from function declaration where parameter is actually used.

2013-09-17 Thread Tom Hacohen
On 17/09/13 08:30, Stefan Schmidt wrote: > Hello. > > On 09/17/2013 07:44 AM, Chris Michael - Enlightenment Git wrote: >> devilhorns pushed a commit to branch master. >> >> commit 64bc97c53c5c3772595f9d2321f9e19590d8a477 >> Author: Chris Michael >> Date: Mon Sep 16 11:40:30 2013 +0100 >> >>

Re: [E-devel] [EGIT] [core/elementary] master 01/02: Remove __UNUSED__ from function declaration where parameter is actually used.

2013-09-17 Thread Tom Hacohen
On 17/09/13 10:21, Tom Hacohen wrote: > On 17/09/13 08:30, Stefan Schmidt wrote: >> Hello. >> >> On 09/17/2013 07:44 AM, Chris Michael - Enlightenment Git wrote: >>> devilhorns pushed a commit to branch master. >>> >>> commit 64bc97c53c5c3772595f9d2321f9e19590d8a477 >>> Author: Chris Michael >>> D

Re: [E-devel] [EGIT] [core/elementary] master 01/02: Remove __UNUSED__ from function declaration where parameter is actually used.

2013-09-17 Thread David Seikel
On Tue, 17 Sep 2013 10:21:35 +0100 Tom Hacohen wrote: > On 17/09/13 08:30, Stefan Schmidt wrote: > > Hello. > > > > On 09/17/2013 07:44 AM, Chris Michael - Enlightenment Git wrote: > >> devilhorns pushed a commit to branch master. > >> > >> commit 64bc97c53c5c3772595f9d2321f9e19590d8a477 > >> Aut

Re: [E-devel] [EGIT] [core/elementary] master 01/02: Remove __UNUSED__ from function declaration where parameter is actually used.

2013-09-17 Thread Stefan Schmidt
Hello. As you like to point out problems with mails. No need to CC me, I'm on the list. :) I also know that thunderbird sucks at this but I'm able to do it. :) On 09/17/2013 10:21 AM, Tom Hacohen wrote: > On 17/09/13 08:30, Stefan Schmidt wrote: >> Hello. >> >> On 09/17/2013 07:44 AM, Chris Mic

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

2013-09-17 Thread Tom Hacohen
On 17/09/13 10:08, Tom Hacohen wrote: > On 16/09/13 20:41, Davide Andreoli wrote: >> 2013/9/13 Bertrand Jacquin >> >>> Hi, >>> >>> This is now done. >>> >>> List-Id is now git.lists.enlightenment.org. >>> >>> To subscribe send a mail to git+subscr...@lists.enlightenment.org >>> To unsubscribe send

Re: [E-devel] [EGIT] [core/elementary] master 01/02: Remove __UNUSED__ from function declaration where parameter is actually used.

2013-09-17 Thread Tom Hacohen
On 17/09/13 10:40, Stefan Schmidt wrote: > Hello. > > As you like to point out problems with mails. No need to CC me, I'm on > the list. :) > > I also know that thunderbird sucks at this but I'm able to do it. :) I actually do it on purpose. By default thunderbird replies to list, I have to expli

Re: [E-devel] New emails for every b0rker

2013-09-17 Thread Bertrand Jacquin
On 2013-09-17 08:35, Guillaume Friloux wrote: > On 16/09/2013 19:51, Bertrand Jacquin wrote: >> Ladies, >> >> Everyone of you having commit access, also seems to be called >> developers does now have an email @enlightenment.org. >> >> Emails send to a developer is then forwarded to emails you hav

Re: [E-devel] New emails for every b0rker

2013-09-17 Thread Tom Hacohen
On 17/09/13 11:03, Bertrand Jacquin wrote: > On 2013-09-17 08:35, Guillaume Friloux wrote: >> On 16/09/2013 19:51, Bertrand Jacquin wrote: >>> Ladies, >>> >>> Everyone of you having commit access, also seems to be called >>> developers does now have an email @enlightenment.org. >>> >>> Emails send

Re: [E-devel] [EGIT] [core/elementary] master 01/02: Remove __UNUSED__ from function declaration where parameter is actually used.

2013-09-17 Thread David Seikel
On Tue, 17 Sep 2013 10:54:43 +0100 Tom Hacohen wrote: > On 17/09/13 10:40, Stefan Schmidt wrote: > > Hello. > > > > As you like to point out problems with mails. No need to CC me, I'm > > on the list. :) > > > > I also know that thunderbird sucks at this but I'm able to do it. :) > > I actually

Re: [E-devel] [EGIT] [core/elementary] master 01/02: Remove __UNUSED__ from function declaration where parameter is actually used.

2013-09-17 Thread Stefan Schmidt
On 09/17/2013 10:54 AM, Tom Hacohen wrote: > On 17/09/13 10:40, Stefan Schmidt wrote: >> Hello. >> >> As you like to point out problems with mails. No need to CC me, I'm on >> the list. :) >> >> I also know that thunderbird sucks at this but I'm able to do it. :) > > I actually do it on purpose. B

Re: [E-devel] New emails for every b0rker

2013-09-17 Thread Raoul Hecky
I had the same problem, but you're right. It works when sending with another email address... Thx! -- Raoul Hecky 2013/9/17 Bertrand Jacquin > On 2013-09-17 08:35, Guillaume Friloux wrote: > > On 16/09/2013 19:51, Bertrand Jacquin wrote: > >> Ladies, > >> > >> Everyone of you having commit ac

Re: [E-devel] [EGIT] [core/elementary] master 01/02: Remove __UNUSED__ from function declaration where parameter is actually used.

2013-09-17 Thread Tom Hacohen
On 17/09/13 11:10, David Seikel wrote: > On Tue, 17 Sep 2013 10:54:43 +0100 Tom Hacohen > wrote: > >> On 17/09/13 10:40, Stefan Schmidt wrote: >>> Hello. >>> >>> As you like to point out problems with mails. No need to CC me, I'm >>> on the list. :) >>> >>> I also know that thunderbird sucks at th

Re: [E-devel] [EGIT] [core/elementary] master 01/02: Remove __UNUSED__ from function declaration where parameter is actually used.

2013-09-17 Thread Tom Hacohen
On 17/09/13 11:15, Stefan Schmidt wrote: > On 09/17/2013 10:54 AM, Tom Hacohen wrote: >> On 17/09/13 10:40, Stefan Schmidt wrote: >>> Hello. >>> >>> As you like to point out problems with mails. No need to CC me, I'm on >>> the list. :) >>> >>> I also know that thunderbird sucks at this but I'm abl

[E-devel] Debian packaging files

2013-09-17 Thread Jorge Luis Zapata Muga
Hi all, I'm looking for the debian packaging files (debian/rules, debian/control, etc) used on the https://launchpad.net/~efl ppa. Does anyone know where are they? Regards -- LIMITED TIME SALE - Full Year of Microsoft Trai

Re: [E-devel] New emails for every b0rker

2013-09-17 Thread Guillaume Friloux
On 17/09/2013 12:03, Bertrand Jacquin wrote: What I can see it that guillaume.fril...@gmail.com send a mail to k...@enlightenment.org yesterday at 19:00 UTC (21:00 CEST) with subject "Test", that email have been forwarded back to guillaume.fril...@gmail.com. From guillaume.fril...@gmail.com to

[EGIT] [core/elementary] master 01/01: elm headers: fixed documentation about elm_object_item supports.

2013-09-17 Thread Daniel Juyung Seo
seoz pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=33d27c1e2ef4dfa00dca5d941d9cbdb652034c91 commit 33d27c1e2ef4dfa00dca5d941d9cbdb652034c91 Author: Daniel Juyung Seo Date: Wed Sep 18 01:56:16 2013 +0900 elm headers: fixed documentation about

Re: [E-devel] [EGIT] [core/elementary] master 01/01: elementary: allow custom text part on item list

2013-09-17 Thread Daniel Juyung Seo
Well there is no rush on this. But if you want to support item_part_text_set, how about supporting item_part_content_set as well? It looks better for consistency. Thanks. Daniel Juyung Seo (SeoZ) On Tue, Sep 17, 2013 at 5:19 PM, Michaël Bouchaud wrote: > Sorry, but I don't finish my work to su

[EGIT] [core/elementary] master 01/01: [naviframe] Enable item pop during item push.

2013-09-17 Thread Jaehyun Cho
seoz pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=db6be5cba076ff66dc58491972b30506d98f4df3 commit db6be5cba076ff66dc58491972b30506d98f4df3 Author: Jaehyun Cho Date: Wed Sep 18 02:20:33 2013 +0900 [naviframe] Enable item pop during item push

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

2013-09-17 Thread Davide Andreoli
2013/9/17 Tom Hacohen > On 17/09/13 10:08, Tom Hacohen wrote: > > On 16/09/13 20:41, Davide Andreoli wrote: > >> 2013/9/13 Bertrand Jacquin > >> > >>> Hi, > >>> > >>> This is now done. > >>> > >>> List-Id is now git.lists.enlightenment.org. > >>> > >>> To subscribe send a mail to git+subscr...@l

Re: [E-devel] E18 efm bug and ibar question [Correction re EFM]

2013-09-17 Thread rob
On 16/09/13 23:07, rob wrote: > I have two installations on my PC with separate /home > One 32 bit with nouveau driver r17100, the other 64bit with nvidia > driver r 17067. The problems affect both installations. > > 1:) Efm cd/dvd drive issue. > > The cd title shows up in the side bar but right-c

Re: [E-devel] New emails for every b0rker

2013-09-17 Thread Iván Briano
On Tue, Sep 17, 2013 at 8:03 PM, Lucas De Marchi wrote: > On Mon, Sep 16, 2013 at 2:51 PM, Bertrand Jacquin wrote: >> Ladies, >> >> Everyone of you having commit access, also seems to be called >> developers does now have an email @enlightenment.org. >> >> Emails send to a developer is then forwa

Re: [E-devel] [EGIT] [core/elementary] master 01/01: elementary: allow custom text part on item list

2013-09-17 Thread Daniel Juyung Seo
Well I am not against but I am worried about some issue related to this implementation. To support this correctly, we should maintain all the strings and part names inside each widget. Actually this is what I asked to Michael Bouchaud. But this is error-prone. And actually many of widgets do not s

Re: [E-devel] New emails for every b0rker

2013-09-17 Thread Daniel Juyung Seo
This works well for me. Thanks for the good job Daniel Juyung Seo (SeoZ) On Tue, Sep 17, 2013 at 2:51 AM, Bertrand Jacquin wrote: > Ladies, > > Everyone of you having commit access, also seems to be called > developers does now have an email @enlightenment.org. > > Emails send to a develope

Re: [E-devel] New emails for every b0rker

2013-09-17 Thread Lucas De Marchi
On Mon, Sep 16, 2013 at 2:51 PM, Bertrand Jacquin wrote: > Ladies, > > Everyone of you having commit access, also seems to be called > developers does now have an email @enlightenment.org. > > Emails send to a developer is then forwarded to emails you have declared > in the E-Mail: info.txt patter

Re: [E-devel] [EGIT] [core/elementary] master 01/02: Remove __UNUSED__ from function declaration where parameter is actually used.

2013-09-17 Thread Lucas De Marchi
On Tue, Sep 17, 2013 at 4:30 AM, Stefan Schmidt wrote: > Hello. > > On 09/17/2013 07:44 AM, Chris Michael - Enlightenment Git wrote: >> devilhorns pushed a commit to branch master. >> >> commit 64bc97c53c5c3772595f9d2321f9e19590d8a477 >> Author: Chris Michael >> Date: Mon Sep 16 11:40:30 2013 +

Re: [E-devel] [EGIT] [core/elementary] master 01/02: Remove __UNUSED__ from function declaration where parameter is actually used.

2013-09-17 Thread Lucas De Marchi
On Tue, Sep 17, 2013 at 6:21 AM, Tom Hacohen wrote: > On 17/09/13 08:30, Stefan Schmidt wrote: >> Hello. >> >> On 09/17/2013 07:44 AM, Chris Michael - Enlightenment Git wrote: >>> devilhorns pushed a commit to branch master. >>> >>> commit 64bc97c53c5c3772595f9d2321f9e19590d8a477 >>> Author: Chris

Re: [E-devel] [EGIT] [core/elementary] master 01/02: Remove __UNUSED__ from function declaration where parameter is actually used.

2013-09-17 Thread Lucas De Marchi
On Tue, Sep 17, 2013 at 6:40 AM, Stefan Schmidt wrote: > Hello. > > As you like to point out problems with mails. No need to CC me, I'm on > the list. :) > > I also know that thunderbird sucks at this but I'm able to do it. :) > > On 09/17/2013 10:21 AM, Tom Hacohen wrote: >> On 17/09/13 08:30, St