Re: [E-devel] [patch] strsep in evil/ constant address of a function with dllimport

2013-06-24 Thread Cedric BAIL
Hello, On Thu, Jun 20, 2013 at 6:13 PM, Christophe Sadoine wrote: > This patch adds the strsep function that is used in elementary. > It is taken from LibGW32C. > > There is another fix. Apparently a function with the dllimport symbol > doesn't have a constant address at compilation time, so you

Re: [E-devel] [patch] windows: problem with eet dictionary / evil_rename for saving elementary configuration

2013-06-24 Thread Cedric BAIL
Hello, On Wed, Jun 19, 2013 at 4:15 PM, Christophe Sadoine wrote: > 1) In the eet_dictionary_free function (line 39), I think the following test: > if (ed->all_allocated[i >> 8] & (1 << (i & 0x7))) > > returns true where it should not (on windows), and then tries to erase > a bunch of string

Re: [E-devel] [patch] evil and compilation without cryptography

2013-06-24 Thread Cedric BAIL
Hello, On Wed, Jun 12, 2013 at 6:33 PM, Christophe Sadoine wrote: > I tried to compile efl and elementary with mingw (on windows and also > with cross compiling) > > - There was a small problem with the mkstemp function in evil. > - If you want to compile without cryptography, I put the dependenc

Re: [E-devel] [EGIT] [core/efl] master 01/01: efreet: don't try change permissions on runtime dir we don't own.

2013-06-24 Thread Jean-Philippe André
Hi there, It seems to me changing the permissions will cause problems to users who happen to run E as root and "/tmp" is their runtime dir (because XDG_RUNTIME_DIR points to it or is not set). We can argue a lot about running stuff as root of course, or even having /tmp as runtime dir, but I encou

Re: [E-devel] [EGIT] [core/efl] master 01/01: efreet: don't try change permissions on runtime dir we don't own.

2013-06-24 Thread Sebastian Dransfeld
On 06/24/2013 05:00 AM, Carsten Haitzler (Rasterman) - Enlightenment Git wrote: > raster pushed a commit to branch master. > > commit 8e3d94d66130f16cec0d518a0ad6ec5fae04fec9 > Author: Carsten Haitzler (Rasterman) > Date: Mon Jun 24 12:00:30 2013 +0900 > > efreet: don't try change permissi

Re: [E-devel] A nice article I think E devs should read

2013-06-24 Thread David Seikel
On Tue, 25 Jun 2013 10:06:10 +0900 Cedric BAIL wrote: > On Tue, Jun 25, 2013 at 9:25 AM, David Seikel > wrote: > > On Tue, 25 Jun 2013 08:18:01 +0900 Carsten Haitzler (The Rasterman) > > wrote: > >> On Mon, 24 Jun 2013 11:05:00 +0100 Tom Hacohen > >> said: > >> > On 22/06/13 02:42, Carsten Hai

Re: [E-devel] A nice article I think E devs should read

2013-06-24 Thread Cedric BAIL
On Tue, Jun 25, 2013 at 9:25 AM, David Seikel wrote: > On Tue, 25 Jun 2013 08:18:01 +0900 Carsten Haitzler (The Rasterman) > wrote: >> On Mon, 24 Jun 2013 11:05:00 +0100 Tom Hacohen >> said: >> > On 22/06/13 02:42, Carsten Haitzler (The Rasterman) wrote: >> > > On Fri, 21 Jun 2013 11:04:32 +0100

Re: [E-devel] A nice article I think E devs should read

2013-06-24 Thread David Seikel
On Tue, 25 Jun 2013 08:18:01 +0900 Carsten Haitzler (The Rasterman) wrote: > On Mon, 24 Jun 2013 11:05:00 +0100 Tom Hacohen > said: > > > On 22/06/13 02:42, Carsten Haitzler (The Rasterman) wrote: > > > On Fri, 21 Jun 2013 11:04:32 +0100 Tom Hacohen > > > said: > > > > > >> Hey, > > >> > > >>

Re: [E-devel] E18 CFBugs #2

2013-06-24 Thread The Rasterman
On Tue, 11 Jun 2013 10:55:23 +0100 Michael Blumenkrantz said: > The old thread was too long for me to see if I fixed everything, so post > here if you have a bug that's present using the latest revision. alt+left mouse drag window around to move it. keep dragging. while alt+left mouse is press

Re: [E-devel] A nice article I think E devs should read

2013-06-24 Thread The Rasterman
On Mon, 24 Jun 2013 11:05:00 +0100 Tom Hacohen said: > On 22/06/13 02:42, Carsten Haitzler (The Rasterman) wrote: > > On Fri, 21 Jun 2013 11:04:32 +0100 Tom Hacohen > > said: > > > >> Hey, > >> > >> I often argue against adding new features (and bugs), libs, widgets, > >> etcetera. > >> > >> I o

Re: [E-devel] [PATCH] ecore_imf: Add support for wayland

2013-06-24 Thread Chris Michael
At quick glance it seems ok. Noticed a lot of formatting problems, but those can be addressed later. I'll read through it a bit closer in the morning. Thanks :) dh On 06/24/13 20:19, Eduardo Lima (Etrunko) wrote: > I pushed this patch with the suggested changes, plese let me know if > there is

Re: [E-devel] [PATCH] ecore_imf: Add support for wayland

2013-06-24 Thread Eduardo Lima (Etrunko)
I pushed this patch with the suggested changes, plese let me know if there is anything else needed to change. Regards, Etrunko On Fri, Apr 19, 2013 at 11:05 AM, Eduardo Lima (Etrunko) wrote: > On Fri, Apr 19, 2013 at 10:54 AM, Rafael Antognolli > wrote: >> On Fri, Apr 19, 2013 at 6:56 AM, Chris

Re: [E-devel] [EGIT] [core/elementary] master 01/01: file selector:Add support mime type filter

2013-06-24 Thread ryuan Choi
My fault, fixed. 2013/6/24 ChunEon Park > @since ? > > > -Regards, Hermet- > -Original Message- > From: "Ryuan Choi - Enlightenment Git" > To: ; > Cc: > Sent: 2013-06-24 (월) 15:45:53 > Subject: [EGIT] [core/elementary] master 01/01: file selector:Add

Re: [E-devel] [EGIT] [core/elementary] master 01/01: file selector:Add support mime type filter

2013-06-24 Thread ChunEon Park
@since ? -Regards, Hermet- -Original Message- From: "Ryuan Choi - Enlightenment Git" To: ; Cc: Sent: 2013-06-24 (월) 15:45:53 Subject: [EGIT] [core/elementary] master 01/01: file selector:Add support mime type filter ryuan pushed a commit to bran

Re: [E-devel] A nice article I think E devs should read

2013-06-24 Thread Tom Hacohen
On 22/06/13 02:42, Carsten Haitzler (The Rasterman) wrote: > On Fri, 21 Jun 2013 11:04:32 +0100 Tom Hacohen said: > >> Hey, >> >> I often argue against adding new features (and bugs), libs, widgets, >> etcetera. >> >> I often explain my stance in a per case way. However I stumbled across >> this n

Re: [E-devel] [EGIT] [core/efl] master 01/03: evas: add support for asynchronously uploading GL texture.

2013-06-24 Thread Christopher Michael
On 24/06/13 07:07, Cedric BAIL wrote: > Cedric Bail > On Jun 24, 2013 3:14 PM, "Chris Michael" wrote: >> Hmmm, you did not port this change to wayland_egl ?? > Not yet, mostly because I have an nvidia hardware for the moment. But I > tested it should not break stuff if you don't initialize the gl

Re: [E-devel] E18 CFBugs #2

2013-06-24 Thread Michael Blumenkrantz
aha, I had been searching for this one for some time. fixed On Sat, Jun 22, 2013 at 1:33 AM, Luca Galli wrote: > On Tue, 11 Jun 2013 10:55:23 +0100 > Michael Blumenkrantz wrote: > > > The old thread was too long for me to see if I fixed everything, so post > > here if you have a bug that's pres