Re: [E-devel] to all you curlers

2013-01-23 Thread Michael Blumenkrantz
On Mon, 7 Jan 2013 20:25:47 +0900 Bluezery wrote: > If easy hadle is not removed from multi-handle, > Is it possible to stop easy handle's transfer? while other easy > handles are active. > > But it seems to be bug that APIs do not work after timeout.. > > 2013/1/7 Michael Blumenkrantz : > > I'

Re: [E-devel] E SVN: cedric trunk/efl/src/modules/eina/mp/chained_pool

2013-01-23 Thread Cedric BAIL
On Thu, Jan 24, 2013 at 12:18 PM, Ulisses Furquim wrote: > Hi Cedric, > > On Thu, Jan 24, 2013 at 12:44 AM, Enlightenment SVN > wrote: >> Log: >> efl/eina: detect when freeing pointer inside an allocated memory. >> >> >> Author: cedric >> Date: 2013-01-23 18:44:14 -0800 (Wed, 23 Jan

Re: [E-devel] E SVN: cedric trunk/efl/src/modules/eina/mp/chained_pool

2013-01-23 Thread Ulisses Furquim
Hi Cedric, On Thu, Jan 24, 2013 at 12:44 AM, Enlightenment SVN wrote: > Log: > efl/eina: detect when freeing pointer inside an allocated memory. > > > Author: cedric > Date: 2013-01-23 18:44:14 -0800 (Wed, 23 Jan 2013) > New Revision: 83195 > Trac: http://trac.enlightenment.

Re: [E-devel] E SVN: raster IN trunk/efl: m4 src

2013-01-23 Thread The Rasterman
On Wed, 23 Jan 2013 22:20:56 -0200 Gustavo Sverzut Barbieri said: > Hi all, > > Today I did investigate this issue and the reason is that Debian (and > thus Ubuntu) apply a patch called link_all_deplibs.patch that will > forcefuly disable emitting the .la dependencies (at leas on linux). > They

Re: [E-devel] E SVN: garik IN branches/enlightenment-0.17.0: . po src/bin src/modules/conf src/modules/conf_menus src/modules/conf_shelves src/modules/conf_theme src/modules/everything src/modules/fil

2013-01-23 Thread Cedric BAIL
On Thu, Jan 24, 2013 at 5:27 AM, Massimo Maiurana wrote: > Igor Murzov, il 23/01/2013 13:11, ha scritto: >> There are no major changes in this commit. It changes about 10 >> messages and adds about 10 new messages to the pot. I think >> it's fine to release new version of e17 as planned. Also tran

Re: [E-devel] E SVN: raster IN trunk/efl: m4 src

2013-01-23 Thread Gustavo Sverzut Barbieri
Hi all, Today I did investigate this issue and the reason is that Debian (and thus Ubuntu) apply a patch called link_all_deplibs.patch that will forcefuly disable emitting the .la dependencies (at leas on linux). They also apply another one to have binaries to never use .la dependencies. This patc

Re: [E-devel] [PATCH edbus] Actually implement edbus_proxy_data_{get, set, del}

2013-01-23 Thread Jose Souza
Good catch. nitpick: You could call edbus_data_del_all(&(proxy->data)); inside of _edbus_proxy_free(). Someone could apply? On Wed, Jan 23, 2013 at 7:45 PM, Raphael Kubo da Costa wrote: > Raphael Kubo da Costa writes: > >> The prototypes for those functions are defined in edbus_proxy.h, howev

Re: [E-devel] [PATCH edbus] Actually implement edbus_proxy_data_{get, set, del}

2013-01-23 Thread Raphael Kubo da Costa
Raphael Kubo da Costa writes: > The prototypes for those functions are defined in edbus_proxy.h, however > there's no implementation at all. And now a version that does not leak... Index: src/lib/edbus/edbus_proxy.c === --- src/lib

Re: [E-devel] E SVN: garik IN branches/enlightenment-0.17.0: . po src/bin src/modules/conf src/modules/conf_menus src/modules/conf_shelves src/modules/conf_theme src/modules/everything src/modules/fil

2013-01-23 Thread Massimo Maiurana
Igor Murzov, il 23/01/2013 13:11, ha scritto: > There are no major changes in this commit. It changes about 10 > messages and adds about 10 new messages to the pot. I think > it's fine to release new version of e17 as planned. Also translators > are already notified that their translations need to

[E-devel] [PATCH edbus] Actually implement edbus_proxy_data_{get, set, del}

2013-01-23 Thread Raphael Kubo da Costa
The prototypes for those functions are defined in edbus_proxy.h, however there's no implementation at all. Index: lib/edbus/edbus_proxy.c === --- lib/edbus/edbus_proxy.c (revision 83183) +++ lib/edbus/edbus_proxy.c (working copy) @@ -

Re: [E-devel] Git repository layout - RFC

2013-01-23 Thread Daniel Juyung Seo
On Tue, Jan 22, 2013 at 11:15 PM, Tom Hacohen wrote: > On 21/01/13 18:30, Daniel Willmann wrote: >> Hello, >> >> as you may have heard, Tom and I have been working on the SVN->Git >> migration. We now have a somewhat-working conversion of the merged efl tree. >> >> The goal was to keep the history

Re: [E-devel] E SVN: kuri trunk/PROTO/esskyuehl/src/modules/sqlite

2013-01-23 Thread Gustavo Sverzut Barbieri
On Wed, Jan 23, 2013 at 1:08 PM, Guillaume Friloux wrote: > I considered maybe too quickly that for strings it was working exactly like > blobs. > Which made me thinks that we were directly having a pointer to the string > data from sqlite3 that was invalid while not yet freed, as sqlite3 only > d

Re: [E-devel] E SVN: kuri trunk/PROTO/esskyuehl/src/modules/sqlite

2013-01-23 Thread Guillaume Friloux
I considered maybe too quickly that for strings it was working exactly like blobs. Which made me thinks that we were directly having a pointer to the string data from sqlite3 that was invalid while not yet freed, as sqlite3 only directly frees blobs. So the part for string is indeed unecessary

Re: [E-devel] E SVN: kuri trunk/PROTO/esskyuehl/src/modules/mysql

2013-01-23 Thread Gustavo Sverzut Barbieri
On Wed, Jan 23, 2013 at 12:41 PM, Guillaume Friloux wrote: > On 23/01/2013 15:34, Gustavo Sverzut Barbieri wrote: >> >> On Wed, Jan 23, 2013 at 12:31 PM, Guillaume Friloux >> wrote: >>> >>> On 23/01/2013 15:03, Gustavo Sverzut Barbieri wrote: On Wed, Jan 23, 2013 at 11:00 AM, Enlightenm

Re: [E-devel] E SVN: kuri trunk/PROTO/esskyuehl/src/modules/sqlite

2013-01-23 Thread Gustavo Sverzut Barbieri
On Wed, Jan 23, 2013 at 12:34 PM, Guillaume Friloux wrote: > On 23/01/2013 15:02, Gustavo Sverzut Barbieri wrote: >> >> On Wed, Jan 23, 2013 at 10:29 AM, Enlightenment SVN >> wrote: >>> >>> + { >>> +char *text; >>> +text = strdup(sqlite3_column_text(res

Re: [E-devel] E SVN: kuri trunk/PROTO/esskyuehl/src/modules/mysql

2013-01-23 Thread Guillaume Friloux
On 23/01/2013 15:34, Gustavo Sverzut Barbieri wrote: On Wed, Jan 23, 2013 at 12:31 PM, Guillaume Friloux wrote: On 23/01/2013 15:03, Gustavo Sverzut Barbieri wrote: On Wed, Jan 23, 2013 at 11:00 AM, Enlightenment SVN wrote: Log: Fix mysql backend to make blobs working. bl

Re: [E-devel] E SVN: kuri trunk/PROTO/esskyuehl/src/modules/mysql

2013-01-23 Thread Gustavo Sverzut Barbieri
On Wed, Jan 23, 2013 at 12:31 PM, Guillaume Friloux wrote: > On 23/01/2013 15:03, Gustavo Sverzut Barbieri wrote: >> >> On Wed, Jan 23, 2013 at 11:00 AM, Enlightenment SVN >> wrote: >>> >>> Log: >>> Fix mysql backend to make blobs working. >>> >>> blob.ops = NULL; >>>

Re: [E-devel] E SVN: kuri trunk/PROTO/esskyuehl/src/modules/postgresql

2013-01-23 Thread Guillaume Friloux
On 23/01/2013 15:03, Gustavo Sverzut Barbieri wrote: On Wed, Jan 23, 2013 at 11:01 AM, Enlightenment SVN wrote: Log: Fix postgre backend so blobs work. I cant test it because i dont have postgre, so if anyone can. --- trunk/PROTO/esskyuehl/src/modules/postgresql/esql_postgresql_backend.c

Re: [E-devel] E SVN: kuri trunk/PROTO/esskyuehl/src/modules/sqlite

2013-01-23 Thread Guillaume Friloux
On 23/01/2013 15:02, Gustavo Sverzut Barbieri wrote: On Wed, Jan 23, 2013 at 10:29 AM, Enlightenment SVN wrote: + { +char *text; +text = strdup(sqlite3_column_text(res->e->backend.stmt, i)); +eina_value_setup(&inv, EINA_VALUE_TYPE_STRI

Re: [E-devel] E SVN: kuri trunk/PROTO/esskyuehl/src/modules/mysql

2013-01-23 Thread Guillaume Friloux
On 23/01/2013 15:03, Gustavo Sverzut Barbieri wrote: On Wed, Jan 23, 2013 at 11:00 AM, Enlightenment SVN wrote: Log: Fix mysql backend to make blobs working. blob.ops = NULL; blob.memory = row[i].string; -blob.size = rows->lengths[i];; +

Re: [E-devel] [PATCH edbus] Update EDBUS_VERSION_MINOR

2013-01-23 Thread Gustavo Sverzut Barbieri
On Wed, Jan 23, 2013 at 11:46 AM, Raphael Kubo da Costa wrote: > Hello there, > > The attached patch bumps EDBUS_VERSION_MINOR from 6 to 8 to make it the > same as the other minor version numbers in trunk/efl (I'm assuming it > was not bumped due to an oversight). Hi Kubo, It's in my plans for t

Re: [E-devel] E SVN: raster IN trunk/efl: m4 src

2013-01-23 Thread Gustavo Sverzut Barbieri
On Wed, Jan 23, 2013 at 11:15 AM, Ulisses Furquim wrote: > Hi Raster, > > On Wed, Jan 23, 2013 at 3:05 AM, Carsten Haitzler > wrote: >> On Tue, 22 Jan 2013 22:16:06 -0200 Ulisses Furquim >> said: >> >>> Hi, >>> >>> On Tue, Jan 22, 2013 at 10:10 PM, Carsten Haitzler >>> wrote: >>> > On Tue, 22

Re: [E-devel] E SVN: kuri trunk/PROTO/esskyuehl/src/modules/postgresql

2013-01-23 Thread Gustavo Sverzut Barbieri
On Wed, Jan 23, 2013 at 11:01 AM, Enlightenment SVN wrote: > Log: > Fix postgre backend so blobs work. > I cant test it because i dont have postgre, so if anyone can. > > --- trunk/PROTO/esskyuehl/src/modules/postgresql/esql_postgresql_backend.c > 2013-01-23 13:00:00 UTC (rev 83169) > +++

Re: [E-devel] E SVN: kuri trunk/PROTO/esskyuehl/src/modules/mysql

2013-01-23 Thread Gustavo Sverzut Barbieri
On Wed, Jan 23, 2013 at 11:00 AM, Enlightenment SVN wrote: > Log: > Fix mysql backend to make blobs working. > > blob.ops = NULL; > blob.memory = row[i].string; > -blob.size = rows->lengths[i];; > +blob.size = rows->lengths[i]; >

Re: [E-devel] E SVN: kuri trunk/PROTO/esskyuehl/src/modules/sqlite

2013-01-23 Thread Gustavo Sverzut Barbieri
On Wed, Jan 23, 2013 at 10:29 AM, Enlightenment SVN wrote: > + { > +char *text; > +text = strdup(sqlite3_column_text(res->e->backend.stmt, i)); > +eina_value_setup(&inv, EINA_VALUE_TYPE_STRING); > +eina_value_set(&inv, tex

[E-devel] [PATCH edbus] Update EDBUS_VERSION_MINOR

2013-01-23 Thread Raphael Kubo da Costa
Hello there, The attached patch bumps EDBUS_VERSION_MINOR from 6 to 8 to make it the same as the other minor version numbers in trunk/efl (I'm assuming it was not bumped due to an oversight). Index: src/lib/edbus/EDBus.h === --- src/

Re: [E-devel] E SVN: raster IN trunk/efl: m4 src

2013-01-23 Thread Ulisses Furquim
Hi Raster, On Wed, Jan 23, 2013 at 3:05 AM, Carsten Haitzler wrote: > On Tue, 22 Jan 2013 22:16:06 -0200 Ulisses Furquim > said: > >> Hi, >> >> On Tue, Jan 22, 2013 at 10:10 PM, Carsten Haitzler >> wrote: >> > On Tue, 22 Jan 2013 21:59:35 -0200 Gustavo Sverzut Barbieri >> > said: >> > >> >> On

Re: [E-devel] E SVN: garik IN branches/enlightenment-0.17.0: . po src/bin src/modules/conf src/modules/conf_menus src/modules/conf_shelves src/modules/conf_theme src/modules/everything src/modules/fil

2013-01-23 Thread Igor Murzov
On Wed, 23 Jan 2013 10:22:37 +0900 Cedric BAIL wrote: > On Wed, Jan 23, 2013 at 12:41 AM, Enlightenment SVN > wrote: > > Log: > > Better messages and fixes for gettext stuff > > > > This is a squashed commit of: > >r81661 r81742 r82050 r82085 r82293 r82307 r82787 r82788 r83088 > > > > Auth

Re: [E-devel] E SVN: jihoon trunk/e/src/bin

2013-01-23 Thread Stefan Schmidt
Hello. On 23/01/13 10:09, Michael Blumenkrantz wrote: > you breaky my 1.7 compile I breaky your face! You stay on old versions We laugh about you! regards Stefan Schmidt -- Master Visual Studio, SharePoint, SQL, ASP.NET

Re: [E-devel] E SVN: jihoon trunk/e/src/bin

2013-01-23 Thread Michael Blumenkrantz
you breaky my 1.7 compile I breaky your face! On Wed, Jan 23, 2013 at 10:03 AM, Enlightenment SVN < no-re...@enlightenment.org> wrote: > Log: > e17: use eina_unicode_utf8_next_get instead of eina_unicode_utf8_get_next > > Author: jihoon > Date: 2013-01-23 02:03:31 -0800 (Wed, 23 Jan

[E-devel] Sound themes is there a way?

2013-01-23 Thread oeai
aLoha! i was working on sound theme for kde and gnome for a lot of time already but when i get into e17 i found that it's not working well it is a good news for me and bad too because i didn't find a simple way of adding it but it is not dependent on freedesktop folder and probably can be configure