Re: [E-devel] everything module for pidgin contacts

2010-02-01 Thread Atton Jonathan
I can't test it but it seems to be a very good feature. 2010/2/2 Leif Middelschulte > Hello everybody, > > attached[0] you'll find a plugin for the everything module that enables > you to open chat windows with buddies of your pidgin contactlists (in > pidgin of course). > > AFAIK there is no "s

Re: [E-devel] E SVN: englebass IN trunk/eina: . src/include src/lib

2010-02-01 Thread The Rasterman
On Tue, 2 Feb 2010 07:50:48 +0100 (CET) Vincent Torri said: > > > >> +AM_ICONV > > > > that m4 macro is provided by gettext in ecore. I don't see it. I don't > > know if it is a problem, but iconv.m4 file is licenced as GPL (like > > gettext). If it's a problem, i'll write one. > >> > >> libei

Re: [E-devel] E SVN: englebass IN trunk/eina: . src/include src/lib

2010-02-01 Thread Vincent Torri
>> +AM_ICONV > > that m4 macro is provided by gettext in ecore. I don't see it. I don't > know if it is a problem, but iconv.m4 file is licenced as GPL (like > gettext). If it's a problem, i'll write one. >> >> libeina_la_LIBADD = @EINA_LIBS@ @dlopen_libs@ >> -libeina_la_LDFLAGS = -no-undefined

Re: [E-devel] E SVN: englebass IN trunk/eina: . src/include src/lib

2010-02-01 Thread Vincent Torri
On Mon, 1 Feb 2010, Enlightenment SVN wrote: > Modified: > trunk/eina/configure.ac trunk/eina/src/include/eina_str.h > trunk/eina/src/lib/Makefile.am trunk/eina/src/lib/eina_str.c > > Modified: trunk/eina/configure.ac > === > ---

[E-devel] everything module for pidgin contacts

2010-02-01 Thread Leif Middelschulte
Hello everybody, attached[0] you'll find a plugin for the everything module that enables you to open chat windows with buddies of your pidgin contactlists (in pidgin of course). AFAIK there is no "send file" option in pidgin's interface yet so that feature is still missing. You'll might notice th

Re: [E-devel] E SVN: englebass IN trunk/E-MODULES-EXTRA: iiirk slideshow wlan

2010-02-01 Thread Gustavo Sverzut Barbieri
On Mon, Feb 1, 2010 at 6:51 PM, Enlightenment SVN wrote: > Log: >  ecore-data separate lib move it to another source package, like ecore-deprecated. Then we can move ecore-config there as well. -- Gustavo Sverzut Barbieri http://profusion.mobi embedded systems

[E-devel] Desire to move elmdentica to e's svn and trac

2010-02-01 Thread Rui Miguel Silva Seabra
Hello all, I'm the author of a identi.ca and twitter.com Free Software client application (should support natively the former sometime in the future instead of using it's twitter compatible api) made with EFL, most importantly Elementary. This application has been designed taking in account sm

Re: [E-devel] patch for edje program filter on source state

2010-02-01 Thread Gustavo Sverzut Barbieri
On Mon, Feb 1, 2010 at 2:19 PM, tristan wrote: > Hello, > > I was having trouble with the EDC programs that were missing a filter for > the current state of source part. This allow for instance to make a toggle > button without using any C code. > > I made a patch that add an optional parameter to

[E-devel] patch for edje program filter on source state

2010-02-01 Thread tristan
Hello, I was having trouble with the EDC programs that were missing a filter for the current state of source part. This allow for instance to make a toggle button without using any C code. I made a patch that add an optional parameter to the "source" keyword of an EDC program : the part state. If