Atton Jonathan | 1 Feb 2010 08:33
Picon

Re: [E-devel] widget idea: walkthrough

too simple for me :p

2010/1/30 Gustavo Sverzut Barbieri <barbieri <at> profusion.mobi>

> Hello all,
>
> Follows an idea of elementary widget and the proposed use cases. It is
> very similar to elm_pager, but adds more meat so it can be used easily
> for walk through wizards and configuration dialogs, avoiding messy
> "all-in-one" dialogs that we often create. This will be very useful
> for mobile systems such as phones, but could be used for set-top boxes
> and even desktop it would make more sense.
>
> I have no time to implement it now, and I was discussing it with
> people at #edevelop... so if someone find time to do it, feel free to
> help :-)
>
>
> Use cases:
>
> == Contacts ==
>
> page #0:
>    .---------------------------.
>    |[Close]    Contacts   [New]|
>    }---------------------------{
>    | name1                     |
>    | name2                     |
>    | name3                     |
>    `---------------------------'
(Continue reading)

tristan | 1 Feb 2010 17:19
Picon

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

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 this second parameter is omitted, then it
behave exactly the same as before, and therefore stay compatible with all
other EDC files.

Here is an example:
program {
  name: "set_on"
  signal: "mouse,up,*";
  source: "button" "is_off"
  action: STATE_SET "is_on" 0.0;
  target: "button";
}
program {
  name: "set_off"
  signal: "mouse,up,*";
  source: "button" "is_on"
  action: STATE_SET "is_off" 0.0;
  target: "button";
}

I hope this is the right way to do this.

Here is the patch:
(Continue reading)

Gustavo Sverzut Barbieri | 1 Feb 2010 17:54

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

On Mon, Feb 1, 2010 at 2:19 PM, tristan <blunderer <at> gmail.com> 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 the "source" keyword of an
> EDC program : the part state. If this second parameter is omitted, then it
> behave exactly the same as before, and therefore stay compatible with all
> other EDC files.
>
> Here is an example:
> program {
>  name: "set_on"
>  signal: "mouse,up,*";
>  source: "button" "is_off"
>  action: STATE_SET "is_on" 0.0;
>  target: "button";
> }
> program {
>  name: "set_off"
>  signal: "mouse,up,*";
>  source: "button" "is_on"
>  action: STATE_SET "is_off" 0.0;
>  target: "button";
> }

dunno if this is good... and you don't need C code to do it, you can
use embryo or lua.
(Continue reading)

Rui Miguel Silva Seabra | 1 Feb 2010 20:15

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

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 small touchscreens 
with a reasonable resolution (VGA) like the OpenMoko (where I use and 
test it before releases).

Two reasons for this desire:
   1. Google Code forbids access to some Free Software communities going
      beyond what is required by US law on software export restrictions
   2. I'd love to have it there :)

If accepted, please tell me what you need from me (ssh public key? 
OpenPGP key? etc...)

Best regards,
Rui

------------------------------------------------------------------------------
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
Gustavo Sverzut Barbieri | 1 Feb 2010 22:07

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

On Mon, Feb 1, 2010 at 6:51 PM, Enlightenment SVN
<no-reply <at> enlightenment.org> 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
--------------------------------------
MSN: barbieri <at> gmail.com
Skype: gsbarbieri
Mobile: +55 (19) 9225-2202

------------------------------------------------------------------------------
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
Leif Middelschulte | 2 Feb 2010 02:48
Picon

[E-devel] everything module for pidgin contacts

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 that Pidgin sometimes
crashes. I don't know the reason for it but I guess it's Pidgin's fault
since it is easy in many ways to kill pidgin via 'wrong' dbus
parameters.

The plugin's configure.ac and makefile.am aren't 'clean'/'proper' yet
because of missing information but will be fixed, when they are
available (e.g. 'plugin' variable in everything.pc.in).
Installation in one's home-directory using autogen's
--enable-homedir-install option is enabled.

You'll also find a patch for estickies that doesn't compile anymore due
to wrong headers.

BR,

Leif Middelschulte

[0] http://www.home.hs-karlsruhe.de/~mile0011/evry_plug_pidgin.tar.gz

Attachment (stickies.h.patch): text/x-patch, 262 bytes
(Continue reading)

Vincent Torri | 2 Feb 2010 06:27
Picon

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


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
> ===================================================================
> --- trunk/eina/configure.ac	2010-02-02 02:54:22 UTC (rev 45789)
> +++ trunk/eina/configure.ac	2010-02-02 04:49:38 UTC (rev 45790)
>  <at>  <at>  -379,6 +379,36  <at>  <at> 
> fi
> AC_SUBST(fnmatch_libs)
>
> +# iconv library
> +iconv_cflags=""
> +iconv_libs=""
> +have_iconv="no"
> +AC_ARG_WITH([iconv-link],
> +   AC_HELP_STRING([--with-iconv-link=ICONV_LINK], [explicitly specify an iconv link option]),
> +   [
> +    iconv_libs=$withval
> +    have_iconv="yes"
> +   ])
> +
> +AC_MSG_CHECKING(for explicit iconv link options)
> +if test "x${iconv_libs}" = "x" ; then
> +   AC_MSG_RESULT([no explicit iconv link option])
> +else
> +   AC_MSG_RESULT([$iconv_libs])
(Continue reading)

Vincent Torri | 2 Feb 2010 07:50
Picon

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


>> +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 =  <at> EINA_LIBS <at>   <at> dlopen_libs <at> 
>> -libeina_la_LDFLAGS = -no-undefined  <at> lt_enable_auto_import <at>  -version-info  <at> version_info <at> 
 <at> release_info <at>   <at> EFL_PTHREAD_LIBS <at> 
>> -libeina_la_CFLAGS =  <at> EINA_CFLAGS <at>   <at> EFL_PTHREAD_CFLAGS <at> 
>> +libeina_la_LDFLAGS = -no-undefined  <at> lt_enable_auto_import <at>  -version-info  <at> version_info <at> 
 <at> release_info <at>   <at> EFL_PTHREAD_LIBS <at>   <at> iconv_libs <at> 
>
>  <at> iconv_libs <at>  should go in _LIBADD
>
>> +libeina_la_CFLAGS =  <at> EINA_CFLAGS <at>   <at> EFL_PTHREAD_CFLAGS <at>   <at> iconv_cflags <at> 
>
>  <at> iconv_cflags <at>  should go in _CPPFLAGS

the above is fixed

>
>> +EAPI char *
>> +eina_str_convert(const char *enc_from, const char *enc_to, const char *text)
>> +{
>> +#ifdef HAVE_ICONV
>
> [snip]
>
(Continue reading)

Carsten Haitzler | 2 Feb 2010 08:05
Favicon
Gravatar

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

On Tue, 2 Feb 2010 07:50:48 +0100 (CET) Vincent Torri <vtorri <at> univ-evry.fr>
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.
> >>
> >> libeina_la_LIBADD =  <at> EINA_LIBS <at>   <at> dlopen_libs <at> 
> >> -libeina_la_LDFLAGS = -no-undefined  <at> lt_enable_auto_import <at>  -version-info
> >>  <at> version_info <at>   <at> release_info <at>   <at> EFL_PTHREAD_LIBS <at>  -libeina_la_CFLAGS =
> >>  <at> EINA_CFLAGS <at>   <at> EFL_PTHREAD_CFLAGS <at>  +libeina_la_LDFLAGS = -no-undefined
> >>  <at> lt_enable_auto_import <at>  -version-info  <at> version_info <at>   <at> release_info <at> 
> >>  <at> EFL_PTHREAD_LIBS <at>   <at> iconv_libs <at> 
> >
> >  <at> iconv_libs <at>  should go in _LIBADD
> >
> >> +libeina_la_CFLAGS =  <at> EINA_CFLAGS <at>   <at> EFL_PTHREAD_CFLAGS <at>   <at> iconv_cflags <at> 
> >
> >  <at> iconv_cflags <at>  should go in _CPPFLAGS
> 
> the above is fixed
> 
> >
> >> +EAPI char *
> >> +eina_str_convert(const char *enc_from, const char *enc_to, const char
> >> *text) +{
(Continue reading)

Atton Jonathan | 2 Feb 2010 08:27
Picon

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

I can't test it but it seems to be a very good feature.

2010/2/2 Leif Middelschulte <leif.middelschulte <at> gmail.com>

> 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 that Pidgin sometimes
> crashes. I don't know the reason for it but I guess it's Pidgin's fault
> since it is easy in many ways to kill pidgin via 'wrong' dbus
> parameters.
>
> The plugin's configure.ac and makefile.am aren't 'clean'/'proper' yet
> because of missing information but will be fixed, when they are
> available (e.g. 'plugin' variable in everything.pc.in).
> Installation in one's home-directory using autogen's
> --enable-homedir-install option is enabled.
>
> You'll also find a patch for estickies that doesn't compile anymore due
> to wrong headers.
>
> BR,
>
> Leif Middelschulte
>
> [0] http://www.home.hs-karlsruhe.de/~mile0011/evry_plug_pidgin.tar.gz<http://www.home.hs-karlsruhe.de/%7Emile0011/evry_plug_pidgin.tar.gz>
(Continue reading)


Gmane