Re: [E-devel] icons in menu and everything

2012-10-05 Thread Tomas Cech
Hi again, I have found that most of the problem was wrong installation. Now it passed most of test and two remaining failures seems to be more relevant. $ efreet_test Data Home: PASSED i

Re: [E-devel] EINA_UNUSED and __UNUSED__

2012-10-05 Thread Vincent Torri
On Fri, Oct 5, 2012 at 8:21 PM, Vincent Torri wrote: > On Fri, Oct 5, 2012 at 9:14 PM, Christopher Michael > wrote: >> On 05/10/2012 05:59 PM, Tom Hacohen wrote: >>> On 05/10/12 18:43, Lucas De Marchi wrote: On Fri, Oct 5, 2012 at 6:53 AM, Vincent Torri wrote: > hey > > EI

Re: [E-devel] [e] Translation broken !

2012-10-05 Thread Massimo Maiurana
Sebastian Dransfeld, il 05/10/2012 21:25, ha scritto: > Shouldn't be a problem. msguniq did a good job merging. If there are two > possiblities which could be correct, none are selected but presented as > options. ok then, I've just sent a message to e-intl asking to check all files :) --

Re: [E-devel] [e] Translation broken !

2012-10-05 Thread Sebastian Dransfeld
On 10/05/2012 09:15 PM, Massimo Maiurana wrote: > Sebastian Dransfeld, il 05/10/2012 14:15, ha scritto: > >> I've merged them, but it is quite a mess. So please send a message to >> the translators so they can look at it. > > not every translator reads the intl list so many translation could end up

Re: [E-devel] Custom File Manager with Places Module

2012-10-05 Thread Davide Andreoli
2012/10/5 Jeff Hoogland > Fixed in latest SVN. > cool :) > > On Fri, Oct 5, 2012 at 2:00 PM, Davide Andreoli >wrote: > > > 2012/10/1 Jeff Hoogland > > > > > Anyone else having trouble with the places module menu entry when the > > > option "use custom file manager" is checked? For the longes

Re: [E-devel] [e] Translation broken !

2012-10-05 Thread Massimo Maiurana
Sebastian Dransfeld, il 05/10/2012 14:15, ha scritto: > I've merged them, but it is quite a mess. So please send a message to > the translators so they can look at it. not every translator reads the intl list so many translation could end up being messed up, which is worst than not being fully t

Re: [E-devel] Custom File Manager with Places Module

2012-10-05 Thread Jeff Hoogland
Fixed in latest SVN. On Fri, Oct 5, 2012 at 2:00 PM, Davide Andreoli wrote: > 2012/10/1 Jeff Hoogland > > > Anyone else having trouble with the places module menu entry when the > > option "use custom file manager" is checked? For the longest time I have > > used this option with PCManFM but wit

Re: [E-devel] Custom File Manager with Places Module

2012-10-05 Thread Davide Andreoli
2012/10/1 Jeff Hoogland > Anyone else having trouble with the places module menu entry when the > option "use custom file manager" is checked? For the longest time I have > used this option with PCManFM but with recent builds it now causes an E > segfault and/or restart when this is in use (it wo

Re: [E-devel] EINA_UNUSED and __UNUSED__

2012-10-05 Thread Vincent Torri
On Fri, Oct 5, 2012 at 9:14 PM, Christopher Michael wrote: > On 05/10/2012 05:59 PM, Tom Hacohen wrote: >> On 05/10/12 18:43, Lucas De Marchi wrote: >>> On Fri, Oct 5, 2012 at 6:53 AM, Vincent Torri >>> wrote: hey EINA_UNUSED is defined in eina. What about removing the m4 stuff ab

Re: [E-devel] EINA_UNUSED and __UNUSED__

2012-10-05 Thread Christopher Michael
On 05/10/2012 05:59 PM, Tom Hacohen wrote: > On 05/10/12 18:43, Lucas De Marchi wrote: >> On Fri, Oct 5, 2012 at 6:53 AM, Vincent Torri >> wrote: >>> hey >>> >>> EINA_UNUSED is defined in eina. What about removing the m4 stuff about >>> __UNUSED__ and replace it by EINA_UNUSED ? It's 1 letter mor

Re: [E-devel] EINA_UNUSED and __UNUSED__

2012-10-05 Thread Tom Hacohen
On 05/10/12 18:43, Lucas De Marchi wrote: > On Fri, Oct 5, 2012 at 6:53 AM, Vincent Torri wrote: >> hey >> >> EINA_UNUSED is defined in eina. What about removing the m4 stuff about >> __UNUSED__ and replace it by EINA_UNUSED ? It's 1 letter more than >> __UNUSED__ though :p > > ack. > > However

Re: [E-devel] EINA_UNUSED and __UNUSED__

2012-10-05 Thread Lucas De Marchi
On Fri, Oct 5, 2012 at 6:53 AM, Vincent Torri wrote: > hey > > EINA_UNUSED is defined in eina. What about removing the m4 stuff about > __UNUSED__ and replace it by EINA_UNUSED ? It's 1 letter more than > __UNUSED__ though :p ack. However make sure the necessary header is included. For example,

Re: [E-devel] EINA_UNUSED and __UNUSED__

2012-10-05 Thread Tom Hacohen
On 05/10/12 11:53, Vincent Torri wrote: > hey > > EINA_UNUSED is defined in eina. What about removing the m4 stuff about > __UNUSED__ and replace it by EINA_UNUSED ? It's 1 letter more than > __UNUSED__ though :p > Sure, I completely agree, but please if you could wait until we commit our pendin

Re: [E-devel] E17 User Guide

2012-10-05 Thread Daniel Juyung Seo
+1 I like Bodhi's Enlightenment Guide. http://www.bodhilinux.com/e17guide/e17guideEN/ Daniel Juyung Seo (SeoZ) On Fri, Oct 5, 2012 at 10:35 PM, Igor Murzov wrote: >> As you may or may not be aware, there is an E17 user guide on the wiki, and >> I have made it considerably more prominent so it ca

Re: [E-devel] EINA_UNUSED and __UNUSED__

2012-10-05 Thread Daniel Juyung Seo
wow. that's a huge 'sed' change. __UNUSED__ is used heavily over the trunk. I agree with using EINA_UNUSED though. It just looks more like EFL :) Daniel Juyung Seo (SeoZ) On Fri, Oct 5, 2012 at 6:53 PM, Vincent Torri wrote: > hey > > EINA_UNUSED is defined in eina. What about removing the m4 stu

Re: [E-devel] [Bug Report] [Elementary] elm_gengrid_item_show/_bring_in APIs are not working properly in some cases.

2012-10-05 Thread Daniel Juyung Seo
Dear Prince, thanks for the patch and bug reporting. But using ti[143].item inside create_gengrid() may cause issues when the caller changes the value of 'items' such as 10. Can you just create another gengrid test case that mainly focuses on show/bring_in test? You can reuse create_gengrid() but

Re: [E-devel] Add Null checking routine

2012-10-05 Thread Zbigniew Kosinski
Hi, I prepared patch - check eet file pointer parameter in eet_identity_signature, eet_identity_x509 and eet_identity_sha1 functions. Please take a look at attached files. BR, Zbigniew [SPRC] -Original Message- From: Sungho Kwak [mailto:sungho@gmail.com] Sent: 5 października 2012 09:4

Re: [E-devel] E17 User Guide

2012-10-05 Thread Igor Murzov
> As you may or may not be aware, there is an E17 user guide on the wiki, and > I have made it considerably more prominent so it can actually be found now. > It contains a lot of information, but there are still quite a few things > which need your help! If you get a couple minutes of free time, pi

Re: [E-devel] E17 User Guide

2012-10-05 Thread Bruno Dilly
On Fri, Oct 5, 2012 at 9:44 AM, Michael Blumenkrantz wrote: > Hi, > > As you may or may not be aware, there is an E17 user guide on the wiki, and > I have made it considerably more prominent so it can actually be found now. > It contains a lot of information, but there are still quite a few things

Re: [E-devel] E SVN: cedric trunk/ecore/src/lib/ecore_con

2012-10-05 Thread Michael Blumenkrantz
this commit (which is surely necessary to fix things) just reminds me how much I loathe curl On Fri, Oct 5, 2012 at 2:10 PM, Vincent Torri wrote: > On Fri, Oct 5, 2012 at 3:07 PM, Enlightenment SVN > wrote: > > Log: > > ecore: let's try another approach thanks to Guillaume Friloux. > > > > > > A

Re: [E-devel] E SVN: cedric trunk/ecore/src/lib/ecore_con

2012-10-05 Thread Vincent Torri
On Fri, Oct 5, 2012 at 3:07 PM, Enlightenment SVN wrote: > Log: > ecore: let's try another approach thanks to Guillaume Friloux. > > > Author: cedric > Date: 2012-10-05 06:07:14 -0700 (Fri, 05 Oct 2012) > New Revision: 77533 > Trac: http://trac.enlightenment.org/e/changeset/7

Re: [E-devel] [e] Translation broken !

2012-10-05 Thread Sebastian Dransfeld
On 10/05/2012 01:58 PM, Massimo Maiurana wrote: > Sebastian Dransfeld, il 05/10/2012 13:29, ha scritto: >> Added to POTFILES.in >> >> Now someone must move the translations from >> src/modules/notification/po/ to po/ > > they should be merged with the main po file. > I think it should be up to ever

Re: [E-devel] [e] Translation broken !

2012-10-05 Thread Massimo Maiurana
Sebastian Dransfeld, il 05/10/2012 13:29, ha scritto: > Added to POTFILES.in > > Now someone must move the translations from > src/modules/notification/po/ to po/ they should be merged with the main po file. I think it should be up to every translator to do it, so for me notification/po can be re

Re: [E-devel] [e] Translation broken !

2012-10-05 Thread Massimo Maiurana
Michael Blumenkrantz, il 05/10/2012 12:31, ha scritto: > any internationalization/translation issues should probably be sent to the > intl mailing list or directly to massimo... uhm, not really :) the intl mailing list should be used to discuss only translations to non english languages, so anybo

Re: [E-devel] E SVN: stefan trunk/e/src/modules/connman

2012-10-05 Thread Gustavo Sverzut Barbieri
On Thursday, October 4, 2012, Cedric BAIL wrote: > On Fri, Oct 5, 2012 at 4:09 AM, Lucas De Marchi > > wrote: > > On Thu, Oct 4, 2012 at 11:56 AM, Enlightenment SVN > > > wrote: > >> Log: > >> e/connman: Check for the correct messages. > >> > >> Checking two times the same message does not make

[E-devel] "evas_object_image_save" fails in case of proxy image object

2012-10-05 Thread SHILPA ONKAR SINGH
Hi All, I am creating a proxy image object by using the API "evas_object_image_source_set" and using elm_button widget as the source. The proxy image object successfully gets created and I can see its contents on screen when I show it. I want to save this proxy image object in to a image file.

Re: [E-devel] [e] Translation broken !

2012-10-05 Thread Sebastian Dransfeld
Added to POTFILES.in Now someone must move the translations from src/modules/notification/po/ to po/ S. On 10/05/2012 12:31 PM, Michael Blumenkrantz wrote: > any internationalization/translation issues should probably be sent to the > intl mailing list or directly to massimo... > > On Fri, Oct 5

Re: [E-devel] [e] Translation broken !

2012-10-05 Thread rustyBSD
Le 29/09/2012 13:27, rustyBSD a écrit : > Mmmh... The translation of e/src/modules/notification > seems to be broken. > > I don't know if it's the right thing to do, but I added > entries in POTFILES.in/.skip. > > Then we can removee/src/modules/notification/po. Sometimes I wonder who I'm talking t

Re: [E-devel] E SVN: discomfitor IN trunk/e/src: bin modules/gadman

2012-10-05 Thread Michael Blumenkrantz
fyi this will break abi as well for anyone who has an external module which uses and manages its own gadcon location On Fri, Oct 5, 2012 at 10:57 AM, Enlightenment SVN < no-re...@enlightenment.org> wrote: > Log: > gadcon location gadget_add callbacks now have a gadcon client param so the > config

Re: [E-devel] Another French^WKorean E diner

2012-10-05 Thread Sanjeev BA
Yes, I will check if anyone wants to meet efl developers and bring them along :) On Fri, Oct 5, 2012 at 6:20 PM, Cedric BAIL wrote: > On Fri, Oct 5, 2012 at 6:13 PM, Sanjeev BA wrote: > > I went by this. Friday October 12, 2012 4:15pm - 10:00pm @ Samwon > > Gardens< > http://korealinuxforum2012

Re: [E-devel] Another French^WKorean E diner

2012-10-05 Thread Cedric BAIL
On Fri, Oct 5, 2012 at 6:13 PM, Sanjeev BA wrote: > I went by this. Friday October 12, 2012 4:15pm - 10:00pm @ Samwon > Gardens > It takes a 35 minute bus ride to Itaewon. > I will try to make it , if it i

Re: [E-devel] Another French^WKorean E diner

2012-10-05 Thread Sanjeev BA
I went by this. Friday October 12, 2012 4:15pm - 10:00pm @ Samwon Gardens It takes a 35 minute bus ride to Itaewon. I will try to make it , if it is decided. On Fri, Oct 5, 2012 at 5:31 PM, Cedric BAIL w

[E-devel] [Bug Report] [Elementary] elm_gengrid_item_show/_bring_in APIs are not working properly in some cases.

2012-10-05 Thread PRINCE KUMAR DUBEY
Hi, This is regarding the Bug in elm_gengrid. When gengrid is created and launched, particular gengrid item can't be shown at this time using following APIs elm_gengrid_item_show() and elm_gengrid_item_bring_in(). Above mentioned APIs is not working in the mentioned condition untill gengrid is n

Re: [E-devel] Another French^WKorean E diner

2012-10-05 Thread Cedric BAIL
On Fri, Oct 5, 2012 at 5:04 PM, Sanjeev BA wrote: > Event ends by 10 pm (as per schedule). > I believe networking starts beyond 8 pm :) Schedule say the dinner start at 4:15pm from marriot hotel and the shuttle bus will take you back between 8 and 10pm. :-) > On Fri, Oct 5, 2012 at 4:58 PM, Ced

Re: [E-devel] Another French^WKorean E diner

2012-10-05 Thread Sanjeev BA
Event ends by 10 pm (as per schedule). I believe networking starts beyond 8 pm :) On Fri, Oct 5, 2012 at 4:58 PM, Cedric BAIL wrote: > On Fri, Oct 5, 2012 at 4:51 PM, Sanjeev BA wrote: > > Korea Linux Forum is scheduled on Oct 11-12 and some of us might be > there. > > The event is supposed to

Re: [E-devel] Another French^WKorean E diner

2012-10-05 Thread Cedric BAIL
On Fri, Oct 5, 2012 at 4:51 PM, Sanjeev BA wrote: > Korea Linux Forum is scheduled on Oct 11-12 and some of us might be there. The event is supposed to end around 8pm. So you have plenty of time to join us for the night and get a drink. Oh, and if you want you can invite more guest from that even

Re: [E-devel] Another French^WKorean E diner

2012-10-05 Thread Sanjeev BA
Korea Linux Forum is scheduled on Oct 11-12 and some of us might be there. On Fri, Oct 5, 2012 at 2:48 PM, Kim Shinwoo wrote: > wow two guests.. that sounds great! but i'm afraid i cannot join.. T,.T > > 2012/10/5 Jérôme Pinot > > > On 10/04/12 18:17, Cedric BAIL wrote: > > > Hello every body,

Re: [E-devel] Add Null checking routine

2012-10-05 Thread Sungho Kwak
I found that I should follow other way for checking NULL. Please ignore this patch. Proper patches will be provided by SPRC. 2012/10/5 Sungho Kwak > I just added patch for trunk/efl/src/lib/eet/eet_lib.c > > > 2012/10/5 Vincent Torri > >> provide the patch for et in efl/ too, please >> >> Vince

Re: [E-devel] [e] evas bad typedef

2012-10-05 Thread Sung W. Park
It wasn't needed so I removed it. I can't remember why it was left in there first place. thanks for letting me know! cheers, Sung On Fri, Oct 5, 2012 at 2:32 PM, Sung W. Park wrote: > I'll look into it and fix it. > > thanks. > Sung > > > On Fri, Oct 5, 2012 at 5:02 AM, rustyBSD wrote: > >>