Re: [E-devel] FOSDEM photos and stuff

2012-02-08 Thread The Rasterman
On Wed, 08 Feb 2012 14:55:48 -0200 Leandro Pereira said: > On 02/08/2012 01:29 AM, Carsten Haitzler (The Rasterman) wrote: > > http://www.enlightenment.org/~raster/fosdem-1/ > > > > Could you please run this in the photo directory? > > for f in *JPG; do [ ! -e ${f/.JPG/.thumb.jpg} ] && (echo Cr

Re: [E-devel] Big memory leak in e17.

2012-02-08 Thread David Seikel
On Wed, 8 Feb 2012 15:46:14 -0800 Michael Jennings wrote: > On Thursday, 09 February 2012, at 09:27:34 (+1000), > David Seikel wrote: > > > I'm not using procmail or anything that goes through procmail for > > getting my email. Thanks anyway. > > All modern e-mail services I'm aware of filter

Re: [E-devel] Big memory leak in e17.

2012-02-08 Thread Michael Jennings
On Thursday, 09 February 2012, at 09:27:34 (+1000), David Seikel wrote: > I'm not using procmail or anything that goes through procmail for > getting my email. Thanks anyway. All modern e-mail services I'm aware of filter duplicates, so if you're not using one of them, you should be able to use

Re: [E-devel] Elm_Panel

2012-02-08 Thread David Seikel
On Wed, 8 Feb 2012 16:53:32 +0100 Cedric BAIL wrote: > On Wed, Feb 8, 2012 at 4:42 PM, Tom Hacohen > wrote: > > On 07/02/12 16:21, Cedric BAIL wrote: > >> Hi, > >> > >> We did have a quick thinking about elm_panel. In it's current form, > >> its usage is very limited. For example, if you want yo

Re: [E-devel] Big memory leak in e17.

2012-02-08 Thread David Seikel
On Wed, 8 Feb 2012 09:09:37 -0800 Michael Jennings wrote: > On Wednesday, 08 February 2012, at 11:59:12 (+1000), > David Seikel wrote: > > > Oh, and CCing duplicates to me is annoying enough, but can people > > remove the damn CC after, so I don't get the entire damn thread sent > > to me twice?

Re: [E-devel] E SVN: raster IN trunk/ecore: . src/lib/ecore_con

2012-02-08 Thread Michael Blumenkrantz
On Wed, 8 Feb 2012 15:39:45 +0100 Vincent Torri wrote: > @since (both functions and typedef) > > On Wed, Feb 8, 2012 at 2:25 PM, Enlightenment SVN > wrote: > > Log: > > add ecore_con_url_http_version_set() to be able to specify request > >  version > > > > > > > > Author:       raster > > Date:

Re: [E-devel] [PATCH] python-elementary: keyboard fixes

2012-02-08 Thread Boris Faure
I've applied the patches on py-elm. Thank you. -- Boris Faure -- Keep Your Developer Skills Current with LearnDevNow! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio,

Re: [E-devel] FOSDEM photos and stuff

2012-02-08 Thread Tom Hacohen
Yes, PLEASE! :) And thanks for the upload. -- Tom. On 08/02/12 18:55, Leandro Pereira wrote: > On 02/08/2012 01:29 AM, Carsten Haitzler (The Rasterman) wrote: >> http://www.enlightenment.org/~raster/fosdem-1/ >> > > Could you please run this in the photo directory? > > for f in *JPG; do [ ! -e

Re: [E-devel] Big memory leak in e17.

2012-02-08 Thread Michael Jennings
On Wednesday, 08 February 2012, at 11:59:12 (+1000), David Seikel wrote: > Oh, and CCing duplicates to me is annoying enough, but can people > remove the damn CC after, so I don't get the entire damn thread sent > to me twice? sheesh cat >> ~/.procmailrc

Re: [E-devel] FOSDEM photos and stuff

2012-02-08 Thread Leandro Pereira
On 02/08/2012 01:29 AM, Carsten Haitzler (The Rasterman) wrote: > http://www.enlightenment.org/~raster/fosdem-1/ > Could you please run this in the photo directory? for f in *JPG; do [ ! -e ${f/.JPG/.thumb.jpg} ] && (echo Creating thumb for $f>/dev/stderr; convert $f -resize 128 ${f/.JPG/.thumb.

Re: [E-devel] Problem in using edje

2012-02-08 Thread Tom Hacohen
On 08/02/12 17:37, Cedric BAIL wrote: > You were triggering two different bugs inside edje. That was a really > good test case :-) Anyway, it should be fixed now. Please add an edje test to test these bugs. This kind of incremental regression testing is easy to add (we need to check the bug anywa

Re: [E-devel] Google Summer of Code 2012....

2012-02-08 Thread Vincent Torri
On Tue, Feb 7, 2012 at 5:52 PM, ravenlock wrote: > All, > > Google has announce "Google Summer of Code 2012".  This is the event's > eighth year running. > > Google Summer of Code is a summertime event in which students are > encouraged to participate with Open Source organizations.  These > stude

Re: [E-devel] Elm_Panel

2012-02-08 Thread Cedric BAIL
On Wed, Feb 8, 2012 at 4:42 PM, Tom Hacohen wrote: > On 07/02/12 16:21, Cedric BAIL wrote: >> Hi, >> >> We did have a quick thinking about elm_panel. In it's current form, >> its usage is very limited. For example, if you want your content to be >> always visible and aligned on the side of the pan

Re: [E-devel] Elm_Panel

2012-02-08 Thread Tom Hacohen
On 07/02/12 16:21, Cedric BAIL wrote: > Hi, > > We did have a quick thinking about elm_panel. In it's current form, > its usage is very limited. For example, if you want your content to be > always visible and aligned on the side of the panel. It's currently > impossible to do so. In my opinion pan

Re: [E-devel] Problem in using edje

2012-02-08 Thread Cedric BAIL
Yop, On Wed, Feb 8, 2012 at 10:10 AM, patrick chevalier wrote: > I have some problems with my edje file (see attachment). > When I make a program part for the right and left swallow parts, it's > work at 100%. > But when I try it for the top and bottom part, it place randomly the > view when I'm

Re: [E-devel] E SVN: raster IN trunk/ecore: . src/lib/ecore_con

2012-02-08 Thread Vincent Torri
@since (both functions and typedef) On Wed, Feb 8, 2012 at 2:25 PM, Enlightenment SVN wrote: > Log: > add ecore_con_url_http_version_set() to be able to specify request >  version > > > > Author:       raster > Date:         2012-02-08 05:25:08 -0800 (Wed, 08 Feb 2012) > New Revision: 67759 > Tra

Re: [E-devel] Big memory leak in e17.

2012-02-08 Thread David Seikel
On Wed, 8 Feb 2012 20:54:09 +0900 Carsten Haitzler (The Rasterman) wrote: > On Wed, 8 Feb 2012 20:48:01 +1000 David Seikel > said: > > > On Wed, 8 Feb 2012 04:32:48 -0500 Michael Blumenkrantz > > wrote: > > > > > On Wed, 8 Feb 2012 10:16:05 +0100 > > > Mark-Willem Jansen wrote: > > > > > >

Re: [E-devel] Big memory leak in e17.

2012-02-08 Thread The Rasterman
On Wed, 8 Feb 2012 20:48:01 +1000 David Seikel said: > On Wed, 8 Feb 2012 04:32:48 -0500 Michael Blumenkrantz > wrote: > > > On Wed, 8 Feb 2012 10:16:05 +0100 > > Mark-Willem Jansen wrote: > > > > > > > > Back to the problem. The fact that valgrind finds no memory leak > > > can mean. > > >

Re: [E-devel] E SVN: hermet trunk/PROTO

2012-02-08 Thread ChunEon Park
later :) -Regards, Hermet- -Original Message- From: "Daniel Juyung Seo" To: "Enlightenment developer list" Cc: Sent: 12-02-08(수) 19:56:22 Subject: Re: [E-devel] E SVN: hermet trunk/PRO

Re: [E-devel] E SVN: hermet trunk/PROTO

2012-02-08 Thread Daniel Juyung Seo
I hope to see it's working :) Daniel Juyung Seo (SeoZ) On Wed, Feb 8, 2012 at 7:13 PM, Christopher Michael wrote: > On 02/08/12 05:10, Enlightenment SVN wrote: > > Log: > > ehidden_ninjas - moved from GAMES to PROTO > > > > Hermet++ > > Good man :) Now people cannot complain (too much) when they

Re: [E-devel] Big memory leak in e17.

2012-02-08 Thread David Seikel
On Wed, 8 Feb 2012 04:32:48 -0500 Michael Blumenkrantz wrote: > On Wed, 8 Feb 2012 10:16:05 +0100 > Mark-Willem Jansen wrote: > > > > > Back to the problem. The fact that valgrind finds no memory leak > > can mean. > > > > 1) Valgrind is not perfect and can sometimes fail to find a memory > >

Re: [E-devel] Big memory leak in e17.

2012-02-08 Thread Cedric BAIL
On Wed, Feb 8, 2012 at 10:32 AM, Michael Blumenkrantz wrote: > On Wed, 8 Feb 2012 10:16:05 +0100 > Mark-Willem Jansen wrote: >> Back to the problem. The fact that valgrind finds no memory leak can mean. >> >> 1) Valgrind is not perfect and can sometimes fail to find a memory leak. >> 2) There are

Re: [E-devel] Big memory leak in e17.

2012-02-08 Thread Jiyoun Park
Hello. I'm jypark. 1 week ago, I commit rev 67604 to fix memory leak related with dirty image. without this code, with the scenario like somebody modify image file and reload it simultaneously, there is memory leak of the same image data size. But it makes some problem and opens Pandora's bo

Re: [E-devel] E SVN: hermet trunk/PROTO

2012-02-08 Thread Christopher Michael
On 02/08/12 05:10, Enlightenment SVN wrote: > Log: > ehidden_ninjas - moved from GAMES to PROTO > Hermet++ Good man :) Now people cannot complain (too much) when they try to build it :) Also, now that it is in PROTO, distros & packagers will be less likely to ship it (for now) because it "could

Re: [E-devel] E SVN: hermet IN trunk/GAMES: . ehidden_ninjas

2012-02-08 Thread ChunEon Park
Ok . I moved it to PROTO. :) -Regards, Hermet- -Original Message- From: "Christopher Michael" To: "Enlightenment developer list" Cc: Sent: 12-02-08(수) 18:14:14 Subject: Re: [E-devel]

[E-devel] [patch] evas - preventing retard mouse event process in evas_object_event_callback_call

2012-02-08 Thread Hyoyoung Chang
Dear all. I made a small patch to prevent retard mouse event process. At certain circumstance (like as genlist select callback + naviframe item push), some events are repeat processed. If some evas_objects're iterating in evas_event_feed_mouse_up and mouse_out event's emitted by other interrupt(s

Re: [E-devel] Big memory leak in e17.

2012-02-08 Thread Michael Blumenkrantz
On Wed, 8 Feb 2012 10:16:05 +0100 Mark-Willem Jansen wrote: > > Back to the problem. The fact that valgrind finds no memory leak can mean. > > 1) Valgrind is not perfect and can sometimes fail to find a memory leak. > 2) There are some pre-compiler lines in the code, different users can have >

Re: [E-devel] Big memory leak in e17.

2012-02-08 Thread Mark-Willem Jansen
Back to the problem. The fact that valgrind finds no memory leak can mean. 1) Valgrind is not perfect and can sometimes fail to find a memory leak. 2) There are some pre-compiler lines in the code, different users can have different flags set. 3) There is no memory leak, but the code itself is a

Re: [E-devel] E SVN: hermet IN trunk/GAMES: . ehidden_ninjas

2012-02-08 Thread Christopher Michael
On 02/08/12 03:40, Davide Andreoli wrote: > 2012/2/8 Daniel Juyung Seo: >> It doesn't even build here :( >> >> Daniel Juyung Seo (SeoZ) >> >> On Wed, Feb 8, 2012 at 4:50 PM, Sebastian >> Dransfeldwrote: >> >>> On 02/08/2012 02:52 AM, ChunEon Park wrote: This game will be going to be implement

[E-devel] Problem in using edje

2012-02-08 Thread patrick chevalier
Hi, I have some problems with my edje file (see attachment). When I make a program part for the right and left swallow parts, it's work at 100%. But when I try it for the top and bottom part, it place randomly the view when I'm trying to resizing it. Could you help me to understand this problem p

Re: [E-devel] E SVN: hermet IN trunk/GAMES: . ehidden_ninjas

2012-02-08 Thread Davide Andreoli
2012/2/8 Daniel Juyung Seo : > It doesn't even build here :( > > Daniel Juyung Seo (SeoZ) > > On Wed, Feb 8, 2012 at 4:50 PM, Sebastian Dransfeld > wrote: > >> On 02/08/2012 02:52 AM, ChunEon Park wrote: >> > This game will be going to be implemented occasionally. >> > I just backed up the source

Re: [E-devel] elm_inwin patch: improve widget theming ability

2012-02-08 Thread Davide Andreoli
2012/2/8 Iván Briano (Sachiel) : > 2012/2/7 michael bouchaud : >> About it, I say we need to keep the text into a list or something. Why, >> just because the part can be missing. >> Nothing against your patch. I push it in, really thanks!!! >> But, I ask me this use case, where dev expects to use t

Re: [E-devel] E SVN: woohyun IN trunk/elementary/src: bin lib

2012-02-08 Thread Daniel Juyung Seo
Please update ElementaryChanges. http://trac.enlightenment.org/e/wiki/ElementaryChanges Thanks in advance. Daniel Juyung Seo (SeoZ) On Wed, Feb 8, 2012 at 4:23 PM, Enlightenment SVN < no-re...@enlightenment.org> wrote: > Log: > [elementary/entry] Add elm_entry_markup_filter_append/prepend/remove

Re: [E-devel] E SVN: hermet IN trunk/GAMES: . ehidden_ninjas

2012-02-08 Thread Daniel Juyung Seo
It doesn't even build here :( Daniel Juyung Seo (SeoZ) On Wed, Feb 8, 2012 at 4:50 PM, Sebastian Dransfeld wrote: > On 02/08/2012 02:52 AM, ChunEon Park wrote: > > This game will be going to be implemented occasionally. > > I just backed up the source code. > > If it's bad to put the imcompleted