Re: [E-devel] Fw: Enlightenment presentation? (ping #2)

2013-09-09 Thread Mark-Willem Jansen
sts.sourceforge.net > CC: markwil...@hotmail.com > Subject: Re: [E-devel] Fw: Enlightenment presentation? (ping #2) > > On Tue, 3 Sep 2013 09:38:45 +0200 Mark-Willem Jansen > said: > >> >> >>> Date: Mon, 2 Sep 2013 21:42:59 +0900 >>> From: ras..

Re: [E-devel] Fw: Enlightenment presentation? (ping #2)

2013-09-03 Thread Mark-Willem Jansen
> Date: Mon, 2 Sep 2013 21:42:59 +0900 > From: ras...@rasterman.com > To: enlightenment-devel@lists.sourceforge.net > CC: markwil...@hotmail.com > Subject: Re: [E-devel] Fw: Enlightenment presentation? (ping #2) > > On Mon, 2 Sep 2013 10:52:21 +0200 Mark-Willem Jans

Re: [E-devel] Fw: Enlightenment presentation? (ping #2)

2013-09-02 Thread Mark-Willem Jansen
Hi Rasterman, I live in the East of the Netherlands and I am thinking about attending the Software Freedom Day. Unfortunately I know to little about the present enlightenment development that I will not be able to give a presentation and let alone answer difficult questions. In the past I did

Re: [E-devel] E17 release...

2012-07-09 Thread Mark-Willem Jansen
Dear release manager, Phoronix has put some small article about the upcoming release. http://www.phoronix.com/scan.php?page=news_item&px=MTEzNTg -- Rawnar > Date: Fri, 6 Jul 2012 21:28:55 +0100 > From: michael.blumenkra...@gmail.com > To: enlightenment-devel@lists.sourceforge.net > CC: jeffhoo

Re: [E-devel] test

2012-06-13 Thread Mark-Willem Jansen
one, two. one, two. > Date: Wed, 13 Jun 2012 19:46:13 +0900 > From: her...@naver.com > To: enlightenment-devel@lists.sourceforge.net > Subject: [E-devel] test > > test > > > > -Regards, Hermet- > -

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] Big memory leak in e17.

2012-02-07 Thread Mark-Willem Jansen
Hi, Just went through the commit of r67604 and found this line added twice. _evas_cache_image_entry_delete(cache, im); You can find them at lines 784 and 822. The rest of the commit is format editing. Hopes it helps. -- Mark-Willem > Date: Tue, 7 Feb

Re: [E-devel] EFL 1.1 roundup

2011-11-09 Thread Mark-Willem Jansen
It seems that the "view reports" are missing for the updated reports -- Mark-Willem Jansen > Date: Wed, 9 Nov 2011 08:49:26 -0500 > From: m...@zentific.com > To: lists.sourceforge.net enlightenment-devel@lists.sourceforge.net > Subject: Re: [E-devel] EFL 1.1 roundup >

Re: [E-devel] where is entrance package

2011-08-10 Thread Mark-Willem Jansen
Entrance and estickies were removed by quaker. He wanted to rewrite them from scratch. http://trac.enlightenment.org/e/changeset/46590/trunk As far as I can see Elsa is not made by quaker but yoz,. So quaker are you still woking on your write of entrance? -- Mark-Willem Jansen

Re: [E-devel] pulse testers

2011-07-14 Thread Mark-Willem Jansen
Take your time, we will probably be still here when you are finished with the mixer. At least could you give us the svn revision you based the new mixer implementation on, so we can compile a compatible version of the EFL's and e17. -- Mark-Willem Jansen > Date: Thu, 14 Jul 2011

Re: [E-devel] pulse testing

2011-07-06 Thread Mark-Willem Jansen
monitor. My info. OS: Debian Wheezy AMD64 timezone: CET irc nick: rawnar Greetings, Mark-Willem Jansen > Date: Wed, 6 Jul 2011 02:05:34 -0400 > From: m...@zentific.com > To: lists.sourceforge.net enlightenment-devel@lists.source

Re: [E-devel] about packaging/debian directories

2011-06-15 Thread Mark-Willem Jansen
. -- Mark-Willem > On Wed, 15 Jun 2011 14:17:07 +0200 Mark-Willem Jansen > said: > > why do we have to put stuff on github when we have our own svn servers sitting > right here with lots of space and bandwidth? > > > > > So my idea was not a very good one. But I w

Re: [E-devel] about packaging/debian directories

2011-06-15 Thread Mark-Willem Jansen
So my idea was not a very good one. But I would like to pose another idea. What about setting up a Vcs-Git for all the packages, so it will be easier to collaborate on setting up the packages. We could use something like github to store the gits and set-up the collaboration. A free account on gi

Re: [E-devel] about packaging/debian directories

2011-05-31 Thread Mark-Willem Jansen
debian based distributions. --Mark-Willem Jansen > Date: Fri, 27 May 2011 09:29:29 +0900 > From: ras...@rasterman.com > To: michael.bouch...@gmail.com > CC: enlightenment-devel@lists.sourceforge.net > Subject: Re: [E-devel] about packaging/deb

Re: [E-devel] Path key in Desktop entry file not used‏

2011-05-16 Thread Mark-Willem Jansen
reasonable and I will give it a shot. -- Mark-Willem Jansen From: markwil...@hotmail.com To: enlightenment-devel@lists.sourceforge.net Date: Mon, 16 May 2011 15:39:03 +0200 Subject: Re: [E-devel] Path key in Desktop entry file not used‏ Take two. tabs are

Re: [E-devel] Path key in Desktop entry file not used‏

2011-05-16 Thread Mark-Willem Jansen
Take two. tabs are expanded and the patch is now attached to the e-mail. -- Mark-Willem Jansen > From: markwil...@hotmail.com > To: s...@tango.flipp.net; enlightenment-devel@lists.sourceforge.net > Date: Mon, 16 May 2011 15:28:18 +0200 > Sub

Re: [E-devel] Path key in Desktop entry file not used‏

2011-05-16 Thread Mark-Willem Jansen
okay, made a small patch with some help from the IRC channel. Looks like the tabs are copied as spaces. -- Mark-Willem Jansen Index: src/bin/e_exec.c === --- src/bin/e_exec.c    (revision 56278) +++ src/bin/e_exec.c    (working

Re: [E-devel] Path key in Desktop entry file not used‏

2011-05-09 Thread Mark-Willem Jansen
Hi, Do I still need to file a bug on the tracker system, or is this entry in the mailing list enough. -- Mark-Willem Jansen -- WhatsUp Gold - Download Free Network Management

[E-devel] Path key in Desktop entry file not used‏

2011-05-09 Thread Mark-Willem Jansen
o not know if this bug is know or that it has been fixed. I tried to sweep the bug report and the mailting lists. But the search keys are very general and gave me abundant hits. At this moment I am running e17 from svn revision 56278. Kind regards, Mark-Willem Jansen P.S.: This is the second time I

[E-devel] [news module] adding or configurating a news feed crashes Enlightenment

2009-05-22 Thread Mark-Willem Jansen
Dear enlightenment developers, When I click the button "add" in the News feed configuration dialog, I get the segmentation fault warning from e17. It is the right add button that relates to adding a new feed to the news module. Also configuring an existing feed gives me a segmentation fault. I

[E-devel] [epdf] esmart_pdf and ewl_pdf are causing segmentation faults

2009-05-13 Thread Mark-Willem Jansen
Hi Vincent 'caro' Torri, A couple of weeks ago I had added a ticket to the tracker of enlightenment. (http://trac.enlightenment.org/e/ticket/307) Could you have a look at it, as it solved the segmentation faults that I was having with test_ewl_pdf and test_esmart_pdf. It also solves the s