Re: [E-devel] [Qustion][Windows] Cannot execute elementary_test.exe

2012-03-19 Thread The Rasterman
On Thu, 8 Mar 2012 21:24:44 +0900 Kim Shinwoo kimcinoo@gmail.com said: i think i found the reason for your segv - evas_font stuff still use pthread calls MIXED with eina_lock for the same mutex. i fixed in svn commit 69498. can you try this and see if that fixes this? Thanks for your

Re: [E-devel] Toggle brokenness: Disgusting!

2012-03-19 Thread Sanjeev BA
Mantin Jansa submitted a few patches which were committed today morning. Could you please check with latest sources? On Sat, Mar 17, 2012 at 6:05 PM, Kai Huuhko kai.huu...@gmail.com wrote: Someone left a nasty turd floating around: File

Re: [E-devel] [Patch][elementary_test] test_layout

2012-03-19 Thread The Rasterman
On Fri, 9 Mar 2012 17:08:30 +0900 cnook kimci...@gmail.com said: I have attached a patch for test_layout. Please review this and give any feedbacks. Thanks. cool bananas. looks ok to me. in svn! tnx! -- - Codito, ergo sum - I code, therefore I am -- The Rasterman

Re: [E-devel] Toggle brokenness: Disgusting!

2012-03-19 Thread Kai Huuhko
The baby crocodile was picked out by r69496. http://trac.enlightenment.org/e/changeset/69496/trunk/BINDINGS/python/python-elementary Mon, 19 Mar 2012 15:38:50 +0900 Sanjeev BA eflel...@gmail.com kirjoitti: Mantin Jansa submitted a few patches which were committed today morning. Could you

[E-devel] [Patch][Genlist] Tree effect bug fix

2012-03-19 Thread chanwook jung
Dear all, I found some bugs in tree effect. flickering, emit signal to unrealize item... so I fix it. Thanks, Chanwook Index: src/lib/elm_genlist.c === --- src/lib/elm_genlist.c (revision 69497) +++ src/lib/elm_genlist.c (working

[E-devel] [patch] elm_genlist - bugfix at item_state_update

2012-03-19 Thread Hyoyoung Chang
Dear all, I fixed minor error in _elm_genlist_item_state_update. If item is selected, it sends signal to item and edit_obj. But edit_obj is not checked by if statement. I added a parenthesis for it. Thanks Index: elementary/src/lib/elm_genlist.c

Re: [E-devel] elm_scroller_gravity weirdness

2012-03-19 Thread Leif Middelschulte
2012/3/19 Hyoyoung Chang hyoyo...@gmail.com: On Mon, Mar 19, 2012 at 1:20 AM, Leif Middelschulte leif.middelschu...@gmail.com wrote: 2012/3/18 Hyoyoung Chang hyoyo...@gmail.com: Hello I think the behavior of scroller gravity is similar with edje. If y is set as 1.0, then scroller sticks

Re: [E-devel] elm_scroller_gravity weirdness

2012-03-19 Thread Hyoyoung Chang
On Mon, Mar 19, 2012 at 8:07 PM, Leif Middelschulte leif.middelschu...@gmail.com wrote: 2012/3/19 Hyoyoung Chang hyoyo...@gmail.com: On Mon, Mar 19, 2012 at 1:20 AM, Leif Middelschulte leif.middelschu...@gmail.com wrote: 2012/3/18 Hyoyoung Chang hyoyo...@gmail.com: Hello I think the

[E-devel] [ELEGANCE] Source code available on git-hub

2012-03-19 Thread patrick chevalier
Hi everybody, Just a little mail to inform all of you that I upload my code/work on Elegance. Reminder: Elegance is an EFL based application that enables anyone to design a GUI easily on a tablet. All sources are available on github (https://github.com/pchevalier/Elegance.git). Regards, --

Re: [E-devel] [ELEGANCE] Source code available on git-hub

2012-03-19 Thread Sanjeev BA
I tried it and launches fine. Good start. I assume it is under development. Regards, Sanjeev On Mon, Mar 19, 2012 at 10:09 PM, patrick chevalier patrick.cheval...@openwide.fr wrote: Hi everybody, Just a little mail to inform all of you that I upload my code/work on Elegance. Reminder:

Re: [E-devel] [ELEGANCE] Source code available on git-hub

2012-03-19 Thread Guillaume Friloux
On 19/03/2012 14:09, patrick chevalier wrote: Hi everybody, Just a little mail to inform all of you that I upload my code/work on Elegance. Reminder: Elegance is an EFL based application that enables anyone to design a GUI easily on a tablet. All sources are available on github

Re: [E-devel] [ELEGANCE] Source code available on git-hub

2012-03-19 Thread patrick chevalier
Thanks a lot for your encouragement. I assume it is under development. Yes ;p I'm improving my EFL skill. I'm in internship at Open Wide in Paris. Cedric helps me a lot and my tutor is good at EFL so everything is on control :) Regards -- CHEVALIER Patrick Open Wide Ingénierie - Original

Re: [E-devel] [ELEGANCE] Source code available on git-hub

2012-03-19 Thread patrick chevalier
You used ./configure -vif -I m4 ? -- CHEVALIER Patrick Open Wide Ingénierie - Original Message - From: Guillaume Friloux guillaume.fril...@asp64.com To: enlightenment-devel@lists.sourceforge.net Sent: Monday, 19 March, 2012 2:45:39 PM Subject: Re: [E-devel] [ELEGANCE] Source code

Re: [E-devel] [ELEGANCE] Source code available on git-hub

2012-03-19 Thread Guillaume Friloux
On 19/03/2012 14:50, patrick chevalier wrote: You used ./configure -vif -I m4 ? No i only did autoreconf -if, then ./configure --prefix=/usr Doing autoreconf -vif -I m4 works, but i would prefer to have a proper autogen.sh attachment:

Re: [E-devel] [ELEGANCE] Source code available on git-hub

2012-03-19 Thread Lionel Orry
I had the same problem, using 'autoreconf -vif -I m4' on a Fedora 12. It seems the '-I m4' option is not passed to aclocal command line: $ autoreconf --version autoreconf (GNU Autoconf) 2.63 [...] $ autoreconf -vif -I m4 autoreconf: Entering directory `.' autoreconf: configure.ac: not using

Re: [E-devel] [ELEGANCE] Source code available on git-hub

2012-03-19 Thread Vincent Torri
On Mon, Mar 19, 2012 at 3:03 PM, Lionel Orry lionel.o...@gmail.com wrote: I had the same problem, using 'autoreconf -vif -I m4' on a Fedora 12. It seems the '-I m4' option is not passed to aclocal command line: iirc, it's not possible to pass an option to aclocal using autoreconf (i asked that

[E-devel] elm entry anchors broken

2012-03-19 Thread Michael Blumenkrantz
clicks no longer work, see entry test -- This SF email is sponsosred by: Try Windows Azure free for 90 days Click Here http://p.sf.net/sfu/sfd2d-msazure ___ enlightenment-devel

Re: [E-devel] elm entry anchors broken

2012-03-19 Thread Cedric BAIL
On Mon, Mar 19, 2012 at 5:39 PM, Michael Blumenkrantz michael.blumenkra...@gmail.com wrote: clicks no longer work, see entry test This bug report is not accurate. It work the second time you click, but not the first time. First it display the object in the top left corner. And it work in Anchar2

Re: [E-devel] elm entry anchors broken

2012-03-19 Thread Michael Blumenkrantz
On Mon, 19 Mar 2012 17:44:01 +0100 Cedric BAIL cedric.b...@free.fr wrote: On Mon, Mar 19, 2012 at 5:39 PM, Michael Blumenkrantz michael.blumenkra...@gmail.com wrote: clicks no longer work, see entry test This bug report is not accurate. It work the second time you click, but not the first

Re: [E-devel] elm entry anchors broken

2012-03-19 Thread Cedric BAIL
On Mon, Mar 19, 2012 at 5:47 PM, Michael Blumenkrantz michael.blumenkra...@gmail.com wrote: On Mon, 19 Mar 2012 17:44:01 +0100 Cedric BAIL cedric.b...@free.fr wrote: On Mon, Mar 19, 2012 at 5:39 PM, Michael Blumenkrantz michael.blumenkra...@gmail.com wrote: clicks no longer work, see entry

Re: [E-devel] elm entry anchors broken

2012-03-19 Thread Michael Blumenkrantz
On Mon, 19 Mar 2012 17:59:29 +0100 Cedric BAIL cedric.b...@free.fr wrote: On Mon, Mar 19, 2012 at 5:47 PM, Michael Blumenkrantz michael.blumenkra...@gmail.com wrote: On Mon, 19 Mar 2012 17:44:01 +0100 Cedric BAIL cedric.b...@free.fr wrote: On Mon, Mar 19, 2012 at 5:39 PM, Michael

Re: [E-devel] elm entry anchors broken

2012-03-19 Thread Michael Blumenkrantz
On Mon, 19 Mar 2012 13:02:54 -0400 Michael Blumenkrantz michael.blumenkra...@gmail.com wrote: On Mon, 19 Mar 2012 17:59:29 +0100 Cedric BAIL cedric.b...@free.fr wrote: On Mon, Mar 19, 2012 at 5:47 PM, Michael Blumenkrantz michael.blumenkra...@gmail.com wrote: On Mon, 19 Mar 2012

[E-devel] Bad pictures in e screenshots site

2012-03-19 Thread Davide Andreoli
Hi guys, today an italian user (not a friend of mine) contact me and asked to remove a screenshot he uploaded for wrong from the ss module. I removed the image and the thumbnail from the site, he is happy now :) In the meantime I found 10 porn pics uploaded, I moved them to a BAD

Re: [E-devel] Bad pictures in e screenshots site

2012-03-19 Thread David Seikel
On Mon, 19 Mar 2012 20:51:48 +0100 Davide Andreoli d...@gurumeditation.it wrote: today an italian user (not a friend of mine) contact me and asked to remove a screenshot he uploaded for wrong from the ss module. I removed the image and the thumbnail from the site, he is happy now :) In the

Re: [E-devel] Bad pictures in e screenshots site

2012-03-19 Thread Iván Briano
2012/3/19 David Seikel onef...@gmail.com: On Mon, 19 Mar 2012 20:51:48 +0100 Davide Andreoli d...@gurumeditation.it wrote: today an italian user (not a friend of mine) contact me and asked to remove a screenshot he uploaded for wrong from the ss module. I removed the image and the thumbnail

Re: [E-devel] Bad pictures in e screenshots site

2012-03-19 Thread David Seikel
On Mon, 19 Mar 2012 18:02:54 -0300 Iván Briano sachi...@gmail.com wrote: 2012/3/19 David Seikel onef...@gmail.com: On Mon, 19 Mar 2012 20:51:48 +0100 Davide Andreoli d...@gurumeditation.it wrote: today an italian user (not a friend of mine) contact me and asked to remove a screenshot

Re: [E-devel] Bad pictures in e screenshots site

2012-03-19 Thread Leandro Pereira
On 03/19/2012 06:02 PM, Iván Briano wrote: I say we ban every picture and people instead publish text files describing how their E17 desktops looks like. http://pornfortheblind.org/ Leandro -- This SF email is

Re: [E-devel] Bad pictures in e screenshots site

2012-03-19 Thread Michael Blumenkrantz
On Tue, 20 Mar 2012 07:10:23 +1000 David Seikel onef...@gmail.com wrote: Oh My REDACTED, my E17 desktop is just so REDACTED, it gives me a hard REDACTED. I want to REDACTED it and REDACTED all over it. Then eat some pork and get drunk while using REDACTED. FTFY

Re: [E-devel] Bad pictures in e screenshots site

2012-03-19 Thread Jeff Hoogland
Back to the topic at hand - as E continues to grow more popular I think policing the screen shots becomes a full time job. In the end I think you just have to trust your users and remove the bad links when you see them. On Mon, Mar 19, 2012 at 4:15 PM, Michael Blumenkrantz

Re: [E-devel] Bad pictures in e screenshots site

2012-03-19 Thread David Seikel
On Mon, 19 Mar 2012 17:15:39 -0400 Michael Blumenkrantz michael.blumenkra...@gmail.com wrote: On Tue, 20 Mar 2012 07:10:23 +1000 David Seikel onef...@gmail.com wrote: Oh My REDACTED, my E17 desktop is just so REDACTED, it gives me a hard REDACTED. I want to REDACTED it and REDACTED all

Re: [E-devel] Bad pictures in e screenshots site

2012-03-19 Thread David Seikel
On Mon, 19 Mar 2012 16:18:24 -0500 Jeff Hoogland jeffhoogl...@linux.com wrote: Back to the topic at hand - as E continues to grow more popular I think policing the screen shots becomes a full time job. In the end I think you just have to trust your users and remove the bad links when you

Re: [E-devel] Bad pictures in e screenshots site

2012-03-19 Thread Jeff Hoogland
As much as I hate the MPAA, I think the safest way would be to remove images that are found that would be considered rated higher than pg13. At least that is the mind set I use when moderating the screenshots on the Bodhi forums. On Mon, Mar 19, 2012 at 4:47 PM, David Seikel onef...@gmail.com

Re: [E-devel] Bad pictures in e screenshots site

2012-03-19 Thread David Seikel
On Mon, 19 Mar 2012 16:53:01 -0500 Jeff Hoogland jeffhoogl...@linux.com wrote: As much as I hate the MPAA, I think the safest way would be to remove images that are found that would be considered rated higher than pg13. That might be safe in your country. My country has no such rating. Other

Re: [E-devel] Bad pictures in e screenshots site

2012-03-19 Thread Sanjeev BA
I believe in the need for moderation to prevent abuse. The standard can be set based on what e-devel believes is acceptable. On Tue, Mar 20, 2012 at 7:07 AM, David Seikel onef...@gmail.com wrote: On Mon, 19 Mar 2012 16:53:01 -0500 Jeff Hoogland jeffhoogl...@linux.com wrote: As much as I

Re: [E-devel] Bad pictures in e screenshots site

2012-03-19 Thread Iván Briano
2012/3/19 Sanjeev BA eflel...@gmail.com: I believe in the need for moderation to prevent abuse. The standard can be set based on what e-devel believes is acceptable. Anything but clothes. On Tue, Mar 20, 2012 at 7:07 AM, David Seikel onef...@gmail.com wrote: On Mon, 19 Mar 2012 16:53:01

Re: [E-devel] Bad pictures in e screenshots site

2012-03-19 Thread The Rasterman
On Mon, 19 Mar 2012 20:51:48 +0100 Davide Andreoli d...@gurumeditation.it said: Hi guys, today an italian user (not a friend of mine) contact me and asked to remove a screenshot he uploaded for wrong from the ss module. I removed the image and the thumbnail from the site, he is happy now :)

Re: [E-devel] elm entry anchors broken

2012-03-19 Thread Tom Hacohen
On 19/03/12 18:39, Michael Blumenkrantz wrote: clicks no longer work, see entry test I don't believe you. If you are referring to the Entry test, it never worked, I don't think it's supposed to do anything there. Entry 3 on the other hand does work, which is as expected. With that being said,

Re: [E-devel] elm entry anchors broken

2012-03-19 Thread Michael Blumenkrantz
On Tue, 20 Mar 2012 03:03:06 +0200 Tom Hacohen tom.haco...@samsung.com wrote: On 19/03/12 18:39, Michael Blumenkrantz wrote: clicks no longer work, see entry test I don't believe you. If you are referring to the Entry test, it never worked, I don't think it's supposed to do anything

Re: [E-devel] elm entry anchors broken

2012-03-19 Thread Tom Hacohen
On 20/03/12 03:10, Michael Blumenkrantz wrote: I've tried every entry test in the application. I have the latest revisions of everything. Anchor clicks do not work. I'm not gonna bother reporting any more bugs if the only replies I get are you're a liar. You are a liar for saying you are

Re: [E-devel] Bad pictures in e screenshots site

2012-03-19 Thread Jeff Hoogland
Unless SOPA/PIPA come back and get pushed through websites in the US are not responsible for user posted content - they are simply required to remove anything that breaks US copy right law upon request. tl/dr: option #2 is legal and best. On Mon, Mar 19, 2012 at 7:29 PM, Carsten Haitzler

[E-devel] Elementary and windowing specific calls

2012-03-19 Thread Vincent Torri
Hey in elm_win.c, at the bottom, there is a comment: /* windowing specific calls - shall we do this differently? */ as elm will be released soon, i would suggest that we think about that question a bit, so that windows, mac and other windowing stuff are correctly integrated into elm Vincent

Re: [E-devel] Bad pictures in e screenshots site

2012-03-19 Thread David Seikel
On Mon, 19 Mar 2012 21:59:50 -0500 Jeff Hoogland jeffhoogl...@linux.com wrote: Unless SOPA/PIPA come back and get pushed through websites in the US are not responsible for user posted content - they are simply required to remove anything that breaks US copy right law upon request. tl/dr:

Re: [E-devel] Elementary and windowing specific calls

2012-03-19 Thread Tom Hacohen
On 20/03/12 06:12, Vincent Torri wrote: Hey in elm_win.c, at the bottom, there is a comment: /* windowing specific calls - shall we do this differently? */ as elm will be released soon, i would suggest that we think about that question a bit, so that windows, mac and other windowing stuff

[E-devel] [Patch][elementary] elm_list.c - item_content_set() related.

2012-03-19 Thread cnook
Dear All, Hello. The Eina_Bool item-dummy_icon and item-dummy_end of Elm_List_Item indicate whether the content has REAL object or not. - not means.. if elm_object_item_part_content_set(); is called with NULL content, the Elm_List set the swallow part with rectangle which has alpha value 0 and

[E-devel] [Patch] Fix extraneous $(DISTDIR) in edje

2012-03-19 Thread Jérôme Pinot
Hi, There are 2 extraneous $(DISTDIR) in eet_snd_reader/Makefile.am which makes the 'make DESTDIR=/foo install' put the lib in the wrong place. Attached is a patch that fix this issue. -- Jérôme Pinot http://ngc891.blogdns.net/ Index: edje/src/modules/eet_snd_reader/Makefile.am

[E-devel] [Patch][Genlist] Add the moved.after/before signal instead of moved

2012-03-19 Thread chanwook jung
Dear all, Some applications want to know moved.after or before and relative item because of updating their own list. So I separated moved into moved.after and move.before. Thanks, Joey Index: src/lib/elm_genlist.c === ---

Re: [E-devel] [Patch][Genlist] Add the moved.after/before signal instead of moved

2012-03-19 Thread Hyoyoung Chang
It seems nice except signal separator is . How about change to , from .? other genlist signals uses , as a naming separator. Also I think it's better gengrid also changed like this patch in next time :D On Tue, Mar 20, 2012 at 2:46 PM, chanwook jung jchanw...@gmail.com wrote: Dear all, Some