Re: [E-devel] E SVN: rui trunk/elmdentica/src

2010-02-28 Thread Vaudano Luca
Just out of curiosity, why is glib not advised? Regards Luca -- Download Intel#174; Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for

[E-devel] [ephoto] TRUE marco not defined, should be EINA_TRUE

2010-02-28 Thread Andrian Nord
Subject. Also, it's depending on deprecated ecore-txt/data. -- Download Intel#174; Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for

Re: [E-devel] E SVN: rui trunk/elmdentica/src

2010-02-28 Thread Rui Miguel Silva Seabra
Em 28-02-2010 14:37, Vaudano Luca escreveu: Just out of curiosity, why is glib not advised? You're taking it the wrong way. The advice was to use the functionality that is in EFL instead of picking up the same functionality from external libraries. Rui

Re: [E-devel] E SVN: rui trunk/elmdentica/src

2010-02-28 Thread Gustavo Sverzut Barbieri
On Sun, Feb 28, 2010 at 11:44 AM, Rui Miguel Silva Seabra r...@1407.org wrote: Em 28-02-2010 14:37, Vaudano Luca escreveu: Just out of curiosity, why is glib not advised? You're taking it the wrong way. The advice was to use the functionality that is in EFL instead of picking up the same

[E-devel] Problems building python-evas on Ubuntu Karmic 64bit

2010-02-28 Thread Olof Sjobergh
Hi, I'm trying to build python-evas on Ubuntu Karmic 64bit, but I can't get it to work. This is with Cython version 0.11.2 and Python 2.6 and EFL svn revision 46491. Does anyone have an idea of how to solve it? The error message is included below. Best regards, Olof Sjöbergh Error

Re: [E-devel] E SVN: rui trunk/elmdentica/src

2010-02-28 Thread Albin Tonnerre
On Sun, 28 Feb 2010 12:07 -0300, Gustavo Sverzut Barbieri wrote : On Sun, Feb 28, 2010 at 11:44 AM, Rui Miguel Silva Seabra r...@1407.org wrote: Em 28-02-2010 14:37, Vaudano Luca escreveu: Just out of curiosity, why is glib not advised? You're taking it the wrong way. The advice was to

Re: [E-devel] E SVN: rui trunk/elmdentica/src

2010-02-28 Thread Mikhail Gusarov
Twas brillig at 23:43:49 27.02.2010 UTC+00 when r...@1407.org did gyre and gimble: Log: Replace g_strdup_printf with asprintf why do you replace all those g_* functions ? RMSS Reduce usage of glib to use more EFLs (as advised). Makes code harder to read. FWIW. --

Re: [E-devel] E SVN: rui trunk/elmdentica/src

2010-02-28 Thread Mikhail Gusarov
Twas brillig at 16:21:09 28.02.2010 UTC+01 when albin.tonne...@gmail.com did gyre and gimble: AT I wouldn't consider using g_strdup_printf vs. asprintf an AT abuse. asprint is a GNU-specific extension, and is not guaranteed AT to be available. g_strdup_printf, OTOH, is part on the glib API,

Re: [E-devel] Problems building python-evas on Ubuntu Karmic 64bit

2010-02-28 Thread Sachiel
On Sun, Feb 28, 2010 at 12:09 PM, Olof Sjobergh olo...@gmail.com wrote: Hi, I'm trying to build python-evas on Ubuntu Karmic 64bit, but I can't get it to work. This is with Cython version 0.11.2 and Python 2.6 and EFL svn revision 46491. Does anyone have an idea of how to solve it? The

Re: [E-devel] Problems building python-evas on Ubuntu Karmic 64bit

2010-02-28 Thread Olof Sjobergh
On Sun, Feb 28, 2010 at 4:35 PM, Iván Briano (Sachiel) sachi...@gmail.com wrote: Get Cython 0.12. Previous versions are not supported. Thanks, that worked perfectly. Best regards, Olof Sjöbergh -- Download Intel#174;

Re: [E-devel] E SVN: rui trunk/elmdentica/src

2010-02-28 Thread Gustavo Sverzut Barbieri
On Sun, Feb 28, 2010 at 12:20 PM, Mikhail Gusarov dotted...@dottedmag.net wrote: Twas brillig at 16:21:09 28.02.2010 UTC+01 when albin.tonne...@gmail.com did gyre and gimble:  AT I wouldn't consider using g_strdup_printf vs. asprintf an  AT abuse. asprint is a GNU-specific extension, and is

Re: [E-devel] E SVN: barbieri trunk/edje/src/bin

2010-02-28 Thread Vincent Torri
On Sun, 28 Feb 2010, Enlightenment SVN wrote: Log: remove warnings from edje binaries. Author: barbieri Date: 2010-02-28 08:14:50 -0800 (Sun, 28 Feb 2010) New Revision: 46647 Modified: trunk/edje/src/bin/edje_cc_parse.c trunk/edje/src/bin/edje_decc.c Modified:

Re: [E-devel] E SVN: barbieri trunk/edje/src/bin

2010-02-28 Thread Vincent Torri
On Sun, 28 Feb 2010, Vincent Torri wrote: On Sun, 28 Feb 2010, Enlightenment SVN wrote: Log: remove warnings from edje binaries. Author: barbieri Date: 2010-02-28 08:14:50 -0800 (Sun, 28 Feb 2010) New Revision: 46647 Modified: trunk/edje/src/bin/edje_cc_parse.c

[E-devel] [PATCH] evas: Allow to reduce line spacing in Textblock

2010-02-28 Thread Mikhail Gusarov
Here's the proposed patch for Evas which removes extra checks and makes it possible to reduce line spacing in Textblock (previously it was only possible to make it bigger than default, and default gave me 34px with 14px-tall DejaVu Sans Condensed and cyrillic letters). ---

Re: [E-devel] E SVN: barbieri IN trunk/eina: doc src/include src/lib

2010-02-28 Thread Vincent Torri
On Sun, 28 Feb 2010, Enlightenment SVN wrote: Log: doc improvements. Author: barbieri Date: 2010-02-28 13:29:30 -0800 (Sun, 28 Feb 2010) New Revision: 46670 Modified: trunk/eina/doc/Doxyfile trunk/eina/src/include/Eina.h trunk/eina/src/include/eina_module.h

Re: [E-devel] E SVN: barbieri IN trunk/eina: doc src/include src/lib

2010-02-28 Thread Gustavo Sverzut Barbieri
thanks! On Sun, Feb 28, 2010 at 6:36 PM, Vincent Torri vto...@univ-evry.fr wrote: On Sun, 28 Feb 2010, Enlightenment SVN wrote: Log:  doc improvements. Author:       barbieri Date:         2010-02-28 13:29:30 -0800 (Sun, 28 Feb 2010) New Revision: 46670 Modified:  

[E-devel] Add http basic auth to ecore_con_url

2010-02-28 Thread Rui Miguel Silva Seabra
Hello, The attached patch would seem to add http basic auth to ecore_con_url I'm still testing it, but I'd like to know the opinion of others on its addition. I'm still a bit too shy to commit real code in core EFL libraries :) Best, Rui Index: AUTHORS

Re: [E-devel] Add http basic auth to ecore_con_url

2010-02-28 Thread Vincent Torri
On Sun, 28 Feb 2010, Rui Miguel Silva Seabra wrote: Hello, The attached patch would seem to add http basic auth to ecore_con_url I'm still testing it, but I'd like to know the opinion of others on its addition. I'm still a bit too shy to commit real code in core EFL libraries :) *

Re: [E-devel] Add http basic auth to ecore_con_url

2010-02-28 Thread Rui Miguel Silva Seabra
Em 28-02-2010 22:10, Vincent Torri escreveu: On Sun, 28 Feb 2010, Rui Miguel Silva Seabra wrote: Hello, The attached patch would seem to add http basic auth to ecore_con_url I'm still testing it, but I'd like to know the opinion of others on its addition. I'm still a bit too shy to

Re: [E-devel] Add http basic auth to ecore_con_url

2010-02-28 Thread Vincent Torri
On Sun, 28 Feb 2010, Rui Miguel Silva Seabra wrote: Em 28-02-2010 22:10, Vincent Torri escreveu: On Sun, 28 Feb 2010, Rui Miguel Silva Seabra wrote: Hello, The attached patch would seem to add http basic auth to ecore_con_url I'm still testing it, but I'd like to know the opinion of

Re: [E-devel] Add http basic auth to ecore_con_url

2010-02-28 Thread Rui Miguel Silva Seabra
Em 28-02-2010 22:18, Vincent Torri escreveu: On Sun, 28 Feb 2010, Rui Miguel Silva Seabra wrote: Em 28-02-2010 22:10, Vincent Torri escreveu: On Sun, 28 Feb 2010, Rui Miguel Silva Seabra wrote: Hello, The attached patch would seem to add http basic auth to ecore_con_url I'm still

Re: [E-devel] Add http basic auth to ecore_con_url

2010-02-28 Thread Joerg Sonnenberger
On Sun, Feb 28, 2010 at 10:02:25PM +, Rui Miguel Silva Seabra wrote: The attached patch would seem to add http basic auth to ecore_con_url Does it work with usernames or passwords containing :? Joerg -- Download

Re: [E-devel] Add http basic auth to ecore_con_url

2010-02-28 Thread Gustavo Sverzut Barbieri
On Sun, Feb 28, 2010 at 7:10 PM, Vincent Torri vto...@univ-evry.fr wrote: On Sun, 28 Feb 2010, Rui Miguel Silva Seabra wrote: Hello, The attached patch would seem to add http basic auth to ecore_con_url I'm still testing it, but I'd like to know the opinion of others on its addition. I'm

Re: [E-devel] Add http basic auth to ecore_con_url

2010-02-28 Thread Rui Miguel Silva Seabra
Em 28-02-2010 22:25, Joerg Sonnenberger escreveu: On Sun, Feb 28, 2010 at 10:02:25PM +, Rui Miguel Silva Seabra wrote: The attached patch would seem to add http basic auth to ecore_con_url Does it work with usernames or passwords containing :? Joerg Likely curl won't like it very

Re: [E-devel] Add http basic auth to ecore_con_url

2010-02-28 Thread Vincent Torri
On Sun, 28 Feb 2010, Gustavo Sverzut Barbieri wrote: On Sun, Feb 28, 2010 at 7:10 PM, Vincent Torri vto...@univ-evry.fr wrote: On Sun, 28 Feb 2010, Rui Miguel Silva Seabra wrote: Hello, The attached patch would seem to add http basic auth to ecore_con_url I'm still testing it, but I'd

Re: [E-devel] Add http basic auth to ecore_con_url

2010-02-28 Thread Vincent Torri
On Sun, 28 Feb 2010, Vincent Torri wrote: On Sun, 28 Feb 2010, Gustavo Sverzut Barbieri wrote: On Sun, Feb 28, 2010 at 7:10 PM, Vincent Torri vto...@univ-evry.fr wrote: On Sun, 28 Feb 2010, Rui Miguel Silva Seabra wrote: Hello, The attached patch would seem to add http basic auth to

Re: [E-devel] [PATCH] evas: Allow to reduce line spacing in Textblock

2010-02-28 Thread Mikhail Gusarov
Twas brillig at 03:23:09 01.03.2010 UTC+06 when dotted...@dottedmag.net did gyre and gimble: MG Here's the proposed patch Please ignore it, it is broken. I am working on better patch which will fix Textblock layouting (e.g. no artificial space before first line) and allow for reduced line

Re: [E-devel] Add http basic auth to ecore_con_url

2010-02-28 Thread Gustavo Sverzut Barbieri
On Sun, Feb 28, 2010 at 8:13 PM, Vincent Torri vto...@univ-evry.fr wrote: On Sun, 28 Feb 2010, Vincent Torri wrote: On Sun, 28 Feb 2010, Gustavo Sverzut Barbieri wrote: On Sun, Feb 28, 2010 at 7:10 PM, Vincent Torri vto...@univ-evry.fr wrote: On Sun, 28 Feb 2010, Rui Miguel Silva

Re: [E-devel] Add http basic auth to ecore_con_url

2010-02-28 Thread Vincent Torri
On Sun, 28 Feb 2010, Gustavo Sverzut Barbieri wrote: On Sun, Feb 28, 2010 at 8:13 PM, Vincent Torri vto...@univ-evry.fr wrote: On Sun, 28 Feb 2010, Vincent Torri wrote: On Sun, 28 Feb 2010, Gustavo Sverzut Barbieri wrote: On Sun, Feb 28, 2010 at 7:10 PM, Vincent Torri

Re: [E-devel] Add http basic auth to ecore_con_url

2010-02-28 Thread Joerg Sonnenberger
On Mon, Mar 01, 2010 at 12:13:03AM +0100, Vincent Torri wrote: and, btw, no, it can't be achieve this way : vsnprintf does not return the number of char if the buffer is not sufficiently arge (contrary to the libc implentation on linux). It returns -1 in that case If you mean the function on

Re: [E-devel] E SVN: raster trunk/ecore/src/lib/ecore_x/xlib

2010-02-28 Thread Peter Johnson
Ping? Would it be more convenient to send the patch and test programs directly to the list? (I know people usually do this, but since it's a number of files, I figured it might be cumbersome.) pete On Thu, Feb 25, 2010 at 09:51:01PM -0500, Peter Johnson wrote: Here's a tarball containing a

Re: [E-devel] [PATCH] Use casts when using cpp

2010-02-28 Thread Raoul Hecky
Le samedi 27 février 2010 06:56:08, Vincent Torri a écrit : On Sat, 27 Feb 2010, Peter Wehrfritz wrote: Gustavo Sverzut Barbieri wrote: On Fri, Feb 26, 2010 at 6:33 PM, Peter Wehrfritz peter.wehrfr...@web.de wrote: Gustavo Sverzut Barbieri wrote: On Fri, Feb 26, 2010 at 10:44 AM, Lucas