Re: [E-devel] [Patch] Update Eve for eldbus name change

2013-05-29 Thread Raphael Kubo da Costa
Doug Newgard scimmi...@outlook.com writes: A few simple seds through configure.ac and main.c and Eve is working again. You have to build ewebkit with the release libs right now, but since the ABI hasn't changed, it works. In: https://trac.enlightenment.org/e/changeset/84552, thanks. -- Intel

Re: [E-devel] [EGIT] [core/elementary] master 01/01: elm: more ELM_FREE_FUNC cleanups.

2013-05-29 Thread Daniel Juyung Seo
Yeah you're right. I didn't consider the compiler optimize thing. But I decide to use the macro only in one case. if (timer) { ecore_timer_del(timer); timer = NULL; } My first aim was to remove many human mistakes but it looks like people want more optimized code in a code level.

Re: [E-devel] [EGIT] [core/efl] master 01/02: add eina_str_convert_len() for converting from encodings which contain '\0' characters

2013-05-29 Thread Michael Blumenkrantz
So...this is pretty bad. I didn't put the deprecate on eina_str_convert, but imo it really needs to be done since it's totally broken for all but a few cases. Huge, immeasurable, excruciatingly painful spankies to whoever added the original. On Wed, May 29, 2013 at 1:45 PM, Mike Blumenkrantz -

Re: [E-devel] [EGIT] [core/efl] master 01/02: add eina_str_convert_len() for converting from encodings which contain '\0' characters

2013-05-29 Thread Gustavo Sverzut Barbieri
i wondered if it was me... but then looking at the blame and the code it was not me for sure (never used for (;;)), seems it was sebas On Wed, May 29, 2013 at 10:28 AM, Michael Blumenkrantz michael.blumenkra...@gmail.com wrote: So...this is pretty bad. I didn't put the deprecate on

Re: [E-devel] [EGIT] [core/efl] master 01/02: add eina_str_convert_len() for converting from encodings which contain '\0' characters

2013-05-29 Thread Tom Hacohen
The docs do not explain if it's the length of the text is bytes, items (i.e a UTF16 surrogate pair is 2, not 1) or codepoint. Please explicitly write that in the doc. -- Tom. On 29/05/13 13:45, Mike Blumenkrantz - Enlightenment Git wrote: discomfitor pushed a commit to branch master. commit

[E-devel] Help with edje_file_data_get()

2013-05-29 Thread Eduardo Lima (Etrunko)
I'm having trouble using edje_file_data_get(), it always returns NULL. I am especially interested on the data.file entry, and it can not be used inside a group block, so I assume it is to be declared at toplevel. See the attached example. Any clues? Thanks much! -- Eduardo de Barros Lima ◤✠◢

Re: [E-devel] [EGIT] [core/efl] master 01/02: add eina_str_convert_len() for converting from encodings which contain '\0' characters

2013-05-29 Thread Sebastian Dransfeld
I just copied it from ecore. S. Den May 29, 2013 kl. 15:45 skrev Gustavo Sverzut Barbieri barbi...@profusion.mobi: i wondered if it was me... but then looking at the blame and the code it was not me for sure (never used for (;;)), seems it was sebas On Wed, May 29, 2013 at 10:28 AM,

Re: [E-devel] Help with edje_file_data_get()

2013-05-29 Thread Davide Andreoli
2013/5/29 Eduardo Lima (Etrunko) ebl...@gmail.com I'm having trouble using edje_file_data_get(), it always returns NULL. I am especially interested on the data.file entry, and it can not be used inside a group block, so I assume it is to be declared at toplevel. See the attached example.

Re: [E-devel] Help with edje_file_data_get()

2013-05-29 Thread Eduardo Lima (Etrunko)
On Wed, May 29, 2013 at 3:05 PM, Davide Andreoli d...@gurumeditation.it wrote: 2013/5/29 Eduardo Lima (Etrunko) ebl...@gmail.com I'm having trouble using edje_file_data_get(), it always returns NULL. I am especially interested on the data.file entry, and it can not be used inside a group

[E-devel] Any plans to move E-MODULES-EXTRA to git ?

2013-05-29 Thread Davide Andreoli
Hi, I have 1 module and an half (places and penguins) that I fully support that are still hosted in the old svn E-MODULES-EXTRA folder. What we like to do with that? No more extra modules hosting? move only the supported ones to git? move everything? thanks davemds

Re: [E-devel] Jenkins: 2 months later

2013-05-29 Thread Davide Andreoli
2013/5/16 Kai Huuhko kai.huu...@gmail.com 03.05.2013 01:10, Davide Andreoli kirjoitti: 2013/5/2 Bertrand Jacquin be...@meleeweb.net I would like to use jenkis for python-efl, so I'm requesting more work for you. Ideally this is what I like to see implemented: 1. build of the

Re: [E-devel] Jenkins: 2 months later

2013-05-29 Thread Stefan Schmidt
Hello. On Wed, 2013-05-29 at 21:21, Davide Andreoli wrote: 2013/5/16 Kai Huuhko kai.huu...@gmail.com 03.05.2013 01:10, Davide Andreoli kirjoitti: 2013/5/2 Bertrand Jacquin be...@meleeweb.net I would like to use jenkis for python-efl, so I'm requesting more work for you.

[E-devel] compilation fail without png support

2013-05-29 Thread Jérémy Zurcher
Hi, as reported in https://phab.enlightenment.org/T64, without proper png support compilation crashes because of: - emotion_test - edje examples - ethumb emotion module what is the right way to handle this ? - crash configure - disable compilation of faulty bits I have patches ready for

Re: [E-devel] Jenkins: 2 months later

2013-05-29 Thread Bertrand Jacquin
On 2013-05-29 21:21, Davide Andreoli wrote: 2013/5/16 Kai Huuhko kai.huu...@gmail.com 03.05.2013 01:10, Davide Andreoli kirjoitti: 2013/5/2 Bertrand Jacquin be...@meleeweb.net I would like to use jenkis for python-efl, so I'm requesting more work for you. Ideally this is what I like

Re: [E-devel] Jenkins: 2 months later

2013-05-29 Thread Davide Andreoli
2013/5/29 Stefan Schmidt ste...@datenfreihafen.org Hello. On Wed, 2013-05-29 at 21:21, Davide Andreoli wrote: 2013/5/16 Kai Huuhko kai.huu...@gmail.com 03.05.2013 01:10, Davide Andreoli kirjoitti: 2013/5/2 Bertrand Jacquin be...@meleeweb.net I would like to use jenkis for

Re: [E-devel] Help with edje_file_data_get()

2013-05-29 Thread The Rasterman
On Wed, 29 May 2013 15:31:00 -0300 Eduardo Lima (Etrunko) ebl...@gmail.com said: On Wed, May 29, 2013 at 3:05 PM, Davide Andreoli d...@gurumeditation.it wrote: 2013/5/29 Eduardo Lima (Etrunko) ebl...@gmail.com I'm having trouble using edje_file_data_get(), it always returns NULL. I am

Re: [E-devel] compilation fail without png support

2013-05-29 Thread The Rasterman
On Wed, 29 May 2013 23:35:54 +0200 Jérémy Zurcher jer...@asynk.ch said: i havent checked yet - seen the ticket though. as such if you have the pc file (pkg-config) but dont have the .h... your system is broken regardless. we will fail compiling in a gazillion ways if deps behave this way. we

Re: [E-devel] compilation fail without png support

2013-05-29 Thread Doug Newgard
I think you missed the point, raster. The problem is that the configure script doesn't find the libpng .pc file, but continues to try to build anyway, resulting in a build failure. Date: Thu, 30 May 2013 08:20:57 +0900 From: ras...@rasterman.com To:

Re: [E-devel] compilation fail without png support

2013-05-29 Thread The Rasterman
On Wed, 29 May 2013 18:37:06 -0500 Doug Newgard scimmi...@outlook.com said: I think you missed the point, raster. The problem is that the configure script doesn't find the libpng .pc file, but continues to try to build anyway, resulting in a build failure. i thought it did but the header was

Re: [E-devel] compilation fail without png support

2013-05-29 Thread Doug Newgard
I  helped figure out what was going on when the bug reporter came on IRC trying to figure out why his build failed. There was no pkgconfig file on his system, as you can see by his configure log: checking whether PNG image loader will be built... no. That's why the question is being asked

Re: [E-devel] E18 CFBugs

2013-05-29 Thread Luca Galli
On Wed, 29 May 2013 09:09:15 +0900 Carsten Haitzler (The Rasterman) ras...@rasterman.com wrote: On Wed, 29 May 2013 01:11:24 +0200 Luca Galli ji...@fastwebnet.it said: On Tue, 28 May 2013 12:57:06 +0900 Carsten Haitzler (The Rasterman) ras...@rasterman.com wrote: On Tue, 21 May 2013

Re: [E-devel] compilation fail without png support

2013-05-29 Thread The Rasterman
On Wed, 29 May 2013 19:07:33 -0500 Doug Newgard scimmi...@outlook.com said: I  helped figure out what was going on when the bug reporter came on IRC trying to figure out why his build failed. There was no pkgconfig file on his system, as you can see by his configure log: checking whether PNG

Re: [E-devel] E18 CFBugs

2013-05-29 Thread The Rasterman
On Thu, 30 May 2013 02:14:22 +0200 Luca Galli ji...@fastwebnet.it said: On Wed, 29 May 2013 09:09:15 +0900 Carsten Haitzler (The Rasterman) ras...@rasterman.com wrote: On Wed, 29 May 2013 01:11:24 +0200 Luca Galli ji...@fastwebnet.it said: On Tue, 28 May 2013 12:57:06 +0900 Carsten

Re: [E-devel] E18 CFBugs

2013-05-29 Thread The Rasterman
On Tue, 21 May 2013 08:21:02 +0100 Michael Blumenkrantz michael.blumenkra...@gmail.com said: a new one i spotted. shaded qemu windows have trouble with event regions when desktop switching: 1. shade a window. 2. switch to another desktop 3. switch back to desktop with shaded window 4. notice the

Re: [E-devel] E18 CFBugs

2013-05-29 Thread Michael Blumenkrantz
On Thu, 30 May 2013 12:02:06 +0900 Carsten Haitzler (The Rasterman) ras...@rasterman.com wrote: On Tue, 21 May 2013 08:21:02 +0100 Michael Blumenkrantz michael.blumenkra...@gmail.com said: a new one i spotted. shaded qemu windows have trouble with event regions when desktop switching: 1.