[E-devel] [eina] warning-- on Windows 64 bits

2010-10-18 Thread Vincent Torri
Hey, below is a patch to remove warnings on Windows 64. Indeed, on this arch, long int is 32bits and not 64bits long. No objection to commit it ? Vincent Index: src/lib/eina_magic.c === --- src/lib/eina_magic.c(revision 5

[E-devel] Adding support for changing style from one elm widget in edje external.

2010-10-18 Thread Otávio Pontes
Hi, I was writing an application using edje and I needed to change the style from an external elementary widget inside edje. So I wrote this patch to add a param 'style' to elementary widget. With this patch, you can change the style doing: params.string: "style" "name_of_style"; Or calling externa

Re: [E-devel] On ecore_con_url_http_post_send's signature

2010-10-18 Thread Cedric BAIL
On Mon, Oct 18, 2010 at 3:04 AM, hannes.janet...@gmail.com wrote: > On Sun, Oct 17, 2010 at 6:46 AM, Carsten Haitzler > wrote: >> On Fri, 08 Oct 2010 19:02:58 -0300 Raphael Kubo da Costa >> >> said: >> >> ugh. requiring curl outside of ecore_con to pass the httpost thing in and out >> is wrong

Re: [E-devel] Adding support for changing style from one elm widget in edje external.

2010-10-18 Thread Sachiel
2010/10/18 Otávio Pontes : > Hi, > I was writing an application using edje and I needed to change the > style from an external elementary widget inside edje. So I wrote this > patch to add a param 'style' to elementary widget. > With this patch, you can change the style doing: > params.string: "sty

[E-devel] [PATCH] Use a double instead of a time_t in ecore_con_url_time()

2010-10-18 Thread Raphael Kubo da Costa
Quoting from the commit message on the patch: " As discussed on the development mailing list, we should accept a double instead of a time_t for consistency with the rest of the API. Some apidox has been added too, and as a result ECORE_CON_URL_TIME_LASTMOD has been removed, since it does not make

Re: [E-devel] [PATCH] Accept a long instead of a size_t for ecore_con_url_send's length.

2010-10-18 Thread Raphael Kubo da Costa
At Sun, 17 Oct 2010 22:49:16 +0900, Carsten Haitzler (The Rasterman) wrote: > > On Sun, 17 Oct 2010 07:51:14 -0200 Raphael Kubo da Costa > said: > > > At Sun, 17 Oct 2010 13:48:09 +0900, > > Carsten Haitzler (The Rasterman) wrote: > > > > > > this is actually a good q... shouldnt it be unsigned

Re: [E-devel] [PATCH] Use a double instead of a time_t in ecore_con_url_time()

2010-10-18 Thread Cedric BAIL
On Mon, Oct 18, 2010 at 6:17 PM, Raphael Kubo da Costa wrote: > Quoting from the commit message on the patch: > > " > As discussed on the development mailing list, we should accept a > double > instead of a time_t for consistency with the rest of the API. > > Some apidox has been added too, and as

Re: [E-devel] [PATCH] Accept a long instead of a size_t for ecore_con_url_send's length.

2010-10-18 Thread Vincent Torri
On Mon, 18 Oct 2010, Raphael Kubo da Costa wrote: > At Sun, 17 Oct 2010 22:49:16 +0900, > Carsten Haitzler (The Rasterman) wrote: >> >> On Sun, 17 Oct 2010 07:51:14 -0200 Raphael Kubo da Costa >> >> said: >> >>> At Sun, 17 Oct 2010 13:48:09 +0900, >>> Carsten Haitzler (The Rasterman) wrote: >>

Re: [E-devel] [PATCH] Accept a long instead of a size_t for ecore_con_url_send's length.

2010-10-18 Thread Raphael Kubo da Costa
At Mon, 18 Oct 2010 18:43:59 +0200 (CEST), Vincent Torri wrote: > On Mon, 18 Oct 2010, Raphael Kubo da Costa wrote: > > > At Sun, 17 Oct 2010 22:49:16 +0900, > > Carsten Haitzler (The Rasterman) wrote: > >> > >> On Sun, 17 Oct 2010 07:51:14 -0200 Raphael Kubo da Costa > >> > >> said: > >> > >>>

Re: [E-devel] [PATCH] Accept a long instead of a size_t for ecore_con_url_send's length.

2010-10-18 Thread Vincent Torri
On Mon, 18 Oct 2010, Raphael Kubo da Costa wrote: > At Mon, 18 Oct 2010 18:43:59 +0200 (CEST), > Vincent Torri wrote: >> On Mon, 18 Oct 2010, Raphael Kubo da Costa wrote: >> >>> At Sun, 17 Oct 2010 22:49:16 +0900, >>> Carsten Haitzler (The Rasterman) wrote: On Sun, 17 Oct 2010 07:51:14

[E-devel] ecore compilation

2010-10-18 Thread Andreas Volz
Hello, I had still problems on friday on my hudson server to compile ecore. Then I started the task again to compile today. But I got the same result: make[3]: Betrete Verzeichnis '/var/lib/hudson/jobs/Enlightenment/workspace/trunk/efreet/src/bin' gcc -DHAVE_CONFIG_H -I. -I../.. -I. -I../../src

Re: [E-devel] ecore compilation

2010-10-18 Thread Sebastian Dransfeld
On 10/18/2010 08:01 PM, Andreas Volz wrote: > Hello, > > I had still problems on friday on my hudson server to compile ecore. > Then I started the task again to compile today. But I got the same > result: > > make[3]: Betrete Verzeichnis > '/var/lib/hudson/jobs/Enlightenment/workspace/trunk/efreet

Re: [E-devel] ecore compilation

2010-10-18 Thread Andreas Volz
Am Mon, 18 Oct 2010 20:25:46 +0200 schrieb Sebastian Dransfeld: > On 10/18/2010 08:01 PM, Andreas Volz wrote: > > Hello, > > > > I had still problems on friday on my hudson server to compile ecore. > > Then I started the task again to compile today. But I got the same > > result: > > > > make[3]:

Re: [E-devel] list/grid select x click behavior

2010-10-18 Thread Gustavo Sverzut Barbieri
On Sun, Oct 17, 2010 at 2:01 AM, Carsten Haitzler wrote: > On Sun, 10 Oct 2010 21:00:25 -0300 Gustavo Sverzut Barbieri > said: > > isn't what you want a "focused" signal - ie for multi-select with kbd u want > to be able to hilight/focus an item without selecting it then use enter/space > etc. to

[E-devel] libvlc is GPL

2010-10-18 Thread Vincent Torri
which means that emotion is GPL, iiuc. libvlc will switch to LGPL is a near future. But for now, GPL... Vincent -- Download new Adobe(R) Flash(R) Builder(TM) 4 The new Adobe(R) Flex(R) 4 and Flash(R) Builder(TM) 4 (form

Re: [E-devel] libvlc is GPL

2010-10-18 Thread Benjamin Zores
On Tue, Oct 19, 2010 at 12:17 AM, Vincent Torri wrote: > > which means that emotion is GPL, iiuc. And so is all of its dependancies then: Evas, Eina ... My .2$ ... -- Download new Adobe(R) Flash(R) Builder(TM) 4 The new

Re: [E-devel] libvlc is GPL

2010-10-18 Thread Gustavo Sverzut Barbieri
On Mon, Oct 18, 2010 at 8:25 PM, Benjamin Zores wrote: > On Tue, Oct 19, 2010 at 12:17 AM, Vincent Torri wrote: >> >> which means that emotion is GPL, iiuc. > > And so is all of its dependancies then: Evas, Eina ... Actually this is a bit of misinterpretation of things. First of all, VLC engine

Re: [E-devel] libvlc is GPL

2010-10-18 Thread Michael Jennings
On Tuesday, 19 October 2010, at 00:25:16 (+0200), Benjamin Zores wrote: > > which means that emotion is GPL, iiuc. > > And so is all of its dependancies then: Evas, Eina ... ONLY when linked with emotion as a derivative work of libvlc, not in general. Michael -- Michael Jennings (a.k.a. KainX

Re: [E-devel] libvlc is GPL

2010-10-18 Thread Joerg Sonnenberger
On Tue, Oct 19, 2010 at 12:17:43AM +0200, Vincent Torri wrote: > > which means that emotion is GPL, iiuc. No, it just means that it has to be a GPL compatible license. The normal 2-clause BSD license or LGPL is fine. Joerg

Re: [E-devel] E SVN: bdilly trunk/TMP/st/elementary/src/lib

2010-10-18 Thread Brett Nash
On Mon, 18 Oct 2010 11:15:59 -0700 "Enlightenment SVN" wrote: > Log: > Fixes for clang warnings > > Author: bdilly > Date: 2010-10-18 11:15:59 -0700 (Mon, 18 Oct 2010) > New Revision: 53576 > > Modified: > trunk/TMP/st/elementary/src/lib/elm_cnp_helper.c > trunk/TMP/st/eleme

Re: [E-devel] ecore compilation

2010-10-18 Thread Dave Andreoli
2010/10/18 Andreas Volz : > Hello, > > I had still problems on friday on my hudson server to compile ecore. > Then I started the task again to compile today. But I got the same > result: > > make[3]: Betrete Verzeichnis > '/var/lib/hudson/jobs/Enlightenment/workspace/trunk/efreet/src/bin' > gcc -D

Re: [E-devel] E SVN: acidx IN trunk/TMP/st/elementary/src: bin lib

2010-10-18 Thread Gustavo Sverzut Barbieri
On Thu, Oct 14, 2010 at 8:21 PM, Enlightenment SVN wrote: > Log: >  [Elementary] Make it possible to lookup icons from Freedesktop in Elm_Icon. Avoid useless changes so you don't go through unnoticed changes! The following declaration is a left over from your former patches: > +   EAPI Eina_Bool

Re: [E-devel] E SVN: raster trunk/enjoy/src/bin

2010-10-18 Thread Gustavo Sverzut Barbieri
On Mon, Oct 18, 2010 at 9:19 PM, Enlightenment SVN wrote: > Log: >  group get length + pos raster, since you're at enjoy + emotion, would you mind checking why xine does not work to change volume if there is no video. I did no further investigation, but Otávio is doing the nowplaying screen (to b

Re: [E-devel] [PATCH] Accept a long instead of a size_t for ecore_con_url_send's length.

2010-10-18 Thread The Rasterman
On Mon, 18 Oct 2010 14:29:24 -0200 Raphael Kubo da Costa said: > Sorry, I've kind of missed the point while reading your message ;) > > Are you saying we should use an unsigned long even though it will be > read as a long by curl, or that we shoulduse POSTFIELDSIZE_LARGE, or > that it's OK as it

Re: [E-devel] list/grid select x click behavior

2010-10-18 Thread The Rasterman
On Mon, 18 Oct 2010 19:18:19 -0200 Gustavo Sverzut Barbieri said: > On Sun, Oct 17, 2010 at 2:01 AM, Carsten Haitzler > wrote: > > On Sun, 10 Oct 2010 21:00:25 -0300 Gustavo Sverzut Barbieri > > said: > > > > isn't what you want a "focused" signal - ie for multi-select with kbd u want > > to be

Re: [E-devel] list/grid select x click behavior

2010-10-18 Thread Dave Andreoli
2010/10/19 Carsten Haitzler : > On Mon, 18 Oct 2010 19:18:19 -0200 Gustavo Sverzut Barbieri > said: > >> On Sun, Oct 17, 2010 at 2:01 AM, Carsten Haitzler >> wrote: >> > On Sun, 10 Oct 2010 21:00:25 -0300 Gustavo Sverzut Barbieri >> > said: >> > >> > isn't what you want a "focused" signal - ie f

Re: [E-devel] libvlc is GPL

2010-10-18 Thread The Rasterman
On Tue, 19 Oct 2010 00:17:43 +0200 (CEST) Vincent Torri said: > > which means that emotion is GPL, iiuc. > > libvlc will switch to LGPL is a near future. But for now, GPL... > > Vincent libxine is also GPL. so it actually depends at runtime which modules are installed and used as to if emotio

Re: [E-devel] libvlc is GPL

2010-10-18 Thread The Rasterman
On Mon, 18 Oct 2010 15:29:50 -0700 Michael Jennings said: > On Tuesday, 19 October 2010, at 00:25:16 (+0200), > Benjamin Zores wrote: > > > > which means that emotion is GPL, iiuc. > > > > And so is all of its dependancies then: Evas, Eina ... > > ONLY when linked with emotion as a derivative

Re: [E-devel] libvlc is GPL

2010-10-18 Thread The Rasterman
On Tue, 19 Oct 2010 00:25:16 +0200 Benjamin Zores said: > On Tue, Oct 19, 2010 at 12:17 AM, Vincent Torri wrote: > > > > which means that emotion is GPL, iiuc. > > And so is all of its dependancies then: Evas, Eina ... no. that is vastly incorrect. -- - Codito, ergo sum - "I code

Re: [E-devel] [PATCH] Accept a long instead of a size_t for ecore_con_url_send's length.

2010-10-18 Thread Raphael Kubo da Costa
At Tue, 19 Oct 2010 08:26:37 +0900, Carsten Haitzler (The Rasterman) wrote: > > On Mon, 18 Oct 2010 14:29:24 -0200 Raphael Kubo da Costa > said: > > > Sorry, I've kind of missed the point while reading your message ;) > > > > Are you saying we should use an unsigned long even though it will be

Re: [E-devel] [PATCH] elm_genlist: delete the swipe timer

2010-10-18 Thread Brian Wang
Any comments? The invalid access occurs when the mouse is not up but elm_genlist_clear is called. On Sun, Oct 17, 2010 at 11:22 PM, Brian Wang wrote: > Hello all, > > The swipe cancel timer isn't deleted in elm_genlist_clear, that will > cause invalid access later on. > > Please ignore the first

Re: [E-devel] [PATCH] elm_genlist: delete the swipe timer

2010-10-18 Thread Gustavo Sverzut Barbieri
I can't check it right now. I'll bug the guys that were in charge of swipe patch, they should be reading the ML but I guess they are not :-/ On Mon, Oct 18, 2010 at 10:49 PM, Brian Wang wrote: > Any comments? > The invalid access occurs when the mouse is not up but > elm_genlist_clear is called.

Re: [E-devel] libvlc is GPL

2010-10-18 Thread Raphael Kubo da Costa
At Tue, 19 Oct 2010 08:33:44 +0900, Carsten Haitzler (The Rasterman) wrote: > as such i think we should move emotion itself to LGPL anyway - it's bsd now. > anyone disagree (this means for GPL modules like clv and xine emotion itself > is > always compliant and compliance is then pushed off onto t

Re: [E-devel] libvlc is GPL

2010-10-18 Thread Gustavo Sverzut Barbieri
On Mon, Oct 18, 2010 at 11:42 PM, Raphael Kubo da Costa wrote: > At Tue, 19 Oct 2010 08:33:44 +0900, > Carsten Haitzler (The Rasterman) wrote: >> as such i think we should move emotion itself to LGPL anyway - it's bsd now. >> anyone disagree (this means for GPL modules like clv and xine emotion it

Re: [E-devel] libvlc is GPL

2010-10-18 Thread Sachiel
On Mon, Oct 18, 2010 at 11:44 PM, Gustavo Sverzut Barbieri wrote: > On Mon, Oct 18, 2010 at 11:42 PM, Raphael Kubo da Costa > wrote: >> At Tue, 19 Oct 2010 08:33:44 +0900, >> Carsten Haitzler (The Rasterman) wrote: >>> as such i think we should move emotion itself to LGPL anyway - it's bsd now. >

Re: [E-devel] libvlc is GPL

2010-10-18 Thread Raphael Kubo da Costa
At Mon, 18 Oct 2010 23:44:45 -0200, Gustavo Sverzut Barbieri wrote: > > On Mon, Oct 18, 2010 at 11:42 PM, Raphael Kubo da Costa > wrote: > > At Tue, 19 Oct 2010 08:33:44 +0900, > > Carsten Haitzler (The Rasterman) wrote: > >> as such i think we should move emotion itself to LGPL anyway - it's bsd

Re: [E-devel] list/grid select x click behavior

2010-10-18 Thread The Rasterman
On Tue, 19 Oct 2010 01:41:46 +0200 Dave Andreoli said: > 2010/10/19 Carsten Haitzler : > > On Mon, 18 Oct 2010 19:18:19 -0200 Gustavo Sverzut Barbieri > > said: > > > >> On Sun, Oct 17, 2010 at 2:01 AM, Carsten Haitzler > >> wrote: > >> > On Sun, 10 Oct 2010 21:00:25 -0300 Gustavo Sverzut Barbi

Re: [E-devel] ecore compilation

2010-10-18 Thread The Rasterman
On Mon, 18 Oct 2010 20:01:31 +0200 Andreas Volz said: > Hello, > > I had still problems on friday on my hudson server to compile ecore. > Then I started the task again to compile today. But I got the same > result: > > make[3]: Betrete Verzeichnis > '/var/lib/hudson/jobs/Enlightenment/workspace

Re: [E-devel] E SVN: raster trunk/enjoy/src/bin

2010-10-18 Thread The Rasterman
On Mon, 18 Oct 2010 21:25:01 -0200 Gustavo Sverzut Barbieri said: > On Mon, Oct 18, 2010 at 9:19 PM, Enlightenment SVN > wrote: > > Log: > >  group get length + pos > > raster, since you're at enjoy + emotion, would you mind checking why > xine does not work to change volume if there is no vide

Re: [E-devel] [PATCH] elm_genlist: delete the swipe timer

2010-10-18 Thread Lucas De Marchi
On Sun, Oct 17, 2010 at 1:22 PM, Brian Wang wrote: > Hello all, > > The swipe cancel timer isn't deleted in elm_genlist_clear, that will > cause invalid access later on. > > Please ignore the first part of the patch.  That affect performance on > my device. > Please apply the second part of the di

Re: [E-devel] E SVN: lucas trunk/TMP/st/elementary/src/lib

2010-10-18 Thread Lucas De Marchi
On Tue, Oct 19, 2010 at 12:17 AM, Enlightenment SVN wrote: > Log: >  warnings-- > >   * Remove warnings caused by comparison between signed and unsigned values >   * Remove a comparison of unsigned expression < 0 that is always false Damn, I forgot to give the credits: this patch was made by "Fa

Re: [E-devel] [PATCH] elm_genlist: delete the swipe timer

2010-10-18 Thread Brian Wang
On Tue, Oct 19, 2010 at 10:25 AM, Lucas De Marchi wrote: > On Sun, Oct 17, 2010 at 1:22 PM, Brian Wang wrote: >> Hello all, >> >> The swipe cancel timer isn't deleted in elm_genlist_clear, that will >> cause invalid access later on. >> >> Please ignore the first part of the patch.  That affect pe

Re: [E-devel] libvlc is GPL

2010-10-18 Thread The Rasterman
On Mon, 18 Oct 2010 23:42:09 -0200 Raphael Kubo da Costa said: > At Tue, 19 Oct 2010 08:33:44 +0900, > Carsten Haitzler (The Rasterman) wrote: > > as such i think we should move emotion itself to LGPL anyway - it's bsd now. > > anyone disagree (this means for GPL modules like clv and xine emotion

Re: [E-devel] libvlc is GPL

2010-10-18 Thread Tom Haste
Keys and Ardy are still Beerware and most likely forever will be as long as beer exists. Also, I hope this thread doesnt explode into another license debate. On 19 October 2010 09:52, Iván Briano (Sachiel) wrote: > On Mon, Oct 18, 2010 at 11:44 PM, Gustavo Sverzut Barbieri > wrote: >> On Mon,

Re: [E-devel] E SVN: lucas IN trunk/TMP/st/elementary/src: bin lib

2010-10-18 Thread Daniel Juyung Seo
Hello, it looks like a typo. --- test_genlist.c +++ test_genlist.c.modified @@ -1216,8 +1216,8 @@ static struct genlist7_data info; static Testitem tit[3]; - win = elm_win_add(NULL, "genlist-3", ELM_WIN_BASIC); - elm_win_title_set(win, "Genlist 3"); + win = elm_win_add(NULL, "genlis

Re: [E-devel] E SVN: lucas trunk/TMP/st/elementary/src/lib

2010-10-18 Thread Brett Nash
> Modified: trunk/TMP/st/elementary/src/lib/elm_thumb.c > === > --- trunk/TMP/st/elementary/src/lib/elm_thumb.c 2010-10-18 > 23:19:13 UTC (rev 53587) +++ > trunk/TMP/st/elementary/src/lib/elm_thumb.c 2010-10-19 > 02:17:37 UTC