On Thu, 2011-06-02 at 14:31 +0900, Carsten Haitzler wrote:
> well you can implement this via signals and/or edje messages, and then on the
> edje side have a program and/or some embryo script handle the signal and/or
> message, BUT on the edje (edc side) you'll need an action type and/or some
> emb
On Mon, 06 Jun 2011 12:17:55 +0300 Tom Hacohen
said:
> On Thu, 2011-06-02 at 14:31 +0900, Carsten Haitzler wrote:
> > well you can implement this via signals and/or edje messages, and then on
> > the edje side have a program and/or some embryo script handle the signal
> > and/or message, BUT on t
On Mon, 6 Jun 2011 07:27:05 +0200 (CEST) Vincent Torri
said:
> On Sun, 5 Jun 2011, Vincent Torri wrote:
> > On Sun, 5 Jun 2011, Vincent Torri wrote:
> >> On Sun, 5 Jun 2011, Carsten Haitzler (The Rasterman) wrote:
> >>> On Sun, 5 Jun 2011 08:31:55 +0200 (CEST) Vincent Torri
> >>>
> >>> said:
>
On Mon, 2011-06-06 at 18:40 +0900, Carsten Haitzler wrote:
> password mode is already specified in theme. this is no different.
True. Ok, but this means putting the timer in the edc vs in elm_config
is a very marginal decision. I.e both make sense.
--
Tom.
-
On Mon, 06 Jun 2011 12:46:05 +0300 Tom Hacohen
said:
> On Mon, 2011-06-06 at 18:40 +0900, Carsten Haitzler wrote:
> > password mode is already specified in theme. this is no different.
>
> True. Ok, but this means putting the timer in the edc vs in elm_config
> is a very marginal decision. I.e b
On Mon, 2011-06-06 at 19:04 +0900, Carsten Haitzler wrote:
> well the alternative is have something like
>
> evas_object_password_last_char_show_timeout_set(obj, 2.0);
Ok, I'm not sure I follow so I'll just wait and see how things roll.
--
Tom.
-
Hi i try to build e17 since yesterday, retry this morning but i get this
error :
make[4]: Entering directory
`/home/naguirre/e17_src/e/src/modules/everything'
make[4]: *** No rule to make target `../everything-apps/evry_plug_apps.c',
needed by `evry_plug_apps.lo'. Stop.
make[4]: Leaving directory
On Mon, 06 Jun 2011 13:26:49 +0300 Tom Hacohen
said:
> On Mon, 2011-06-06 at 19:04 +0900, Carsten Haitzler wrote:
> > well the alternative is have something like
> >
> > evas_object_password_last_char_show_timeout_set(obj, 2.0);
>
> Ok, I'm not sure I follow so I'll just wait and see how things
On Mon, 6 Jun 2011 12:32:05 +0200 Nicolas Aguirre
said:
> Hi i try to build e17 since yesterday, retry this morning but i get this
> error :
>
> make[4]: Entering directory
> `/home/naguirre/e17_src/e/src/modules/everything'
> make[4]: *** No rule to make target `../everything-apps/evry_plug_app
Awesome work.
Can't wait to install E17 on my Archlinux again.
:)
2011/6/6 Carsten Haitzler
> a reminder...
>
> http://trac.enlightenment.org/e/wiki/Release
>
> has a todo list... and i'm wading through it bit by bit. i've knocked off a
> few
> of the items and this weekend i polished off the cl
On Mon, 6 Jun 2011, Carsten Haitzler (The Rasterman) wrote:
> On Mon, 6 Jun 2011 07:27:05 +0200 (CEST) Vincent Torri
> said:
>
>> On Sun, 5 Jun 2011, Vincent Torri wrote:
>>> On Sun, 5 Jun 2011, Vincent Torri wrote:
On Sun, 5 Jun 2011, Carsten Haitzler (The Rasterman) wrote:
> On Sun,
Thanks for all that feedback raster - I had thought of a few of those
things, but you brought up a few points I had not thought of.
On Sun, Jun 5, 2011 at 8:32 PM, Carsten Haitzler wrote:
> On Sun, 05 Jun 2011 17:18:06 -0500 Jeff Hoogland
> said:
>
> > What would people think of having an option
2011/6/6 Carsten Haitzler
> On Mon, 6 Jun 2011 12:32:05 +0200 Nicolas Aguirre <
> aguirre.nico...@gmail.com>
> said:
>
> > Hi i try to build e17 since yesterday, retry this morning but i get this
> > error :
> >
> > make[4]: Entering directory
> > `/home/naguirre/e17_src/e/src/modules/everything'
Hi all,
ProFUSION is proud to be back to work on EFL, thanks Samsung ;-)
Our current work is to improve documentation of core EFL so we can
match competitors like Android and iPhone, it should not just improve
parts of API, but lots of examples, diagrams and things that lead
third party applicati
Amnell has made a general EFL first step documentation in french, maybe it
could help you. http://louis-du-verdier.developpez.com/efl/debuter/
If I can have 1 request about the documentation: explain to the developpers
how to use edje external + elm instead of show them how to use elm in the
c-co
On Mon, 6 Jun 2011, Enlightenment SVN wrote:
> Log:
> evas: and some doc for the 6 commits :-)
the @since !!
>
>
> Author: cedric
> Date: 2011-06-06 10:49:58 -0700 (Mon, 06 Jun 2011)
> New Revision: 6
> Trac: http://trac.enlightenment.org/e/changeset/6
>
> Mo
On Mon, 6 Jun 2011, Enlightenment SVN wrote:
> Log:
> fix configure on captainigloo's system
and replacing
test -n $mount_v -a $(echo $mount_v | cut -d'.' -f2) -lt 19
by
test -n $mount_v && test "$(echo $mount_v | cut -d'.' -f2)" -lt 19
?
Vincent
>
>
> Author: discomfitor
> Date:
On Mon, 6 Jun 2011, Gustavo Sverzut Barbieri wrote:
> Hi all,
>
> ProFUSION is proud to be back to work on EFL, thanks Samsung ;-)
>
> Our current work is to improve documentation of core EFL so we can
> match competitors like Android and iPhone, it should not just improve
> parts of API, but lo
On Mon, Jun 6, 2011 at 6:27 PM, Vincent Torri wrote:
> On Mon, 6 Jun 2011, Gustavo Sverzut Barbieri wrote:
>
>> Hi all,
>>
>> ProFUSION is proud to be back to work on EFL, thanks Samsung ;-)
>>
>> Our current work is to improve documentation of core EFL so we can
>> match competitors like Android
On Mon, 6 Jun 2011, Gustavo Sverzut Barbieri wrote:
On Mon, Jun 6, 2011 at 6:27 PM, Vincent Torri wrote:
On Mon, 6 Jun 2011, Gustavo Sverzut Barbieri wrote:
Hi all,
ProFUSION is proud to be back to work on EFL, thanks Samsung ;-)
Our current work is to improve documentation of core EFL s
On Mon, Jun 6, 2011 at 6:13 PM, Atton Jonathan wrote:
>
> Amnell has made a general EFL first step documentation in french, maybe it
> could help you. http://louis-du-verdier.developpez.com/efl/debuter/
>
> If I can have 1 request about the documentation: explain to the developpers
> how to use ed
Hi,
at the last EFL meeting in france with #e.fr , yoz suggested few,
bloody simple example which could be run by simple copy/paste/compile
I think it's a good idea too because doxygen and API (documentation)
works great with devs, but it's maybe not sexy enough to convert a web
dev/sysadmin/wha
On Mon, 6 Jun 2011, Steven Le Roux wrote:
Hi,
at the last EFL meeting in france with #e.fr , yoz suggested few,
bloody simple example which could be run by simple copy/paste/compile
I think it's a good idea too because doxygen and API (documentation)
works great with devs, but it's maybe no
On Mon, 6 Jun 2011 12:00:50 -0500 Jeff Hoogland said:
more importantly... do you have a plan for a solution? :)
> Thanks for all that feedback raster - I had thought of a few of those
> things, but you brought up a few points I had not thought of.
>
> On Sun, Jun 5, 2011 at 8:32 PM, Carsten Hai
On Mon, 6 Jun 2011, Gustavo Sverzut Barbieri wrote:
> Hi all,
>
> ProFUSION is proud to be back to work on EFL, thanks Samsung ;-)
and i forgot : that's VERY good news to see Profusion back !
Vincent
>
> Our current work is to improve documentation of core EFL so we can
> match competitors li
On Mon, Jun 6, 2011 at 9:47 PM, Vincent Torri wrote:
>
>
> On Mon, 6 Jun 2011, Steven Le Roux wrote:
>
>> Hi,
>>
>> at the last EFL meeting in france with #e.fr , yoz suggested few,
>> bloody simple example which could be run by simple copy/paste/compile
>>
>> I think it's a good idea too because
On Mon, Jun 6, 2011 at 11:16 PM, Vincent Torri wrote:
> On Mon, 6 Jun 2011, Enlightenment SVN wrote:
>> Log:
>> evas: and some doc for the 6 commits :-)
> the @since !!
Why ? This function exists since 1.0. It was just not documented.
--
Cedric BAIL
-
On Mon, 6 Jun 2011, Cedric BAIL wrote:
> On Mon, Jun 6, 2011 at 11:16 PM, Vincent Torri wrote:
>> On Mon, 6 Jun 2011, Enlightenment SVN wrote:
>>> Log:
>>> evas: and some doc for the 6 commits :-)
>> the @since !!
>
> Why ? This function exists since 1.0. It was just not documented.
sorry,
On Mon, Jun 6, 2011 at 6:44 PM, Steven Le Roux wrote:
> Hi,
>
> at the last EFL meeting in france with #e.fr , yoz suggested few,
> bloody simple example which could be run by simple copy/paste/compile
>
> I think it's a good idea too because doxygen and API (documentation)
> works great with dev
On Mon, 6 Jun 2011 18:14:55 -0300 Gustavo Sverzut Barbieri
said:
> On Mon, Jun 6, 2011 at 6:13 PM, Atton Jonathan
> wrote:
> >
> > Amnell has made a general EFL first step documentation in french, maybe it
> > could help you. http://louis-du-verdier.developpez.com/efl/debuter/
> >
> > If I can h
> ProFUSION is proud to be back to work on EFL, thanks Samsung ;-)
Welcome back ProFUSION :) You guys were away for so long.
> Our current work is to improve documentation of core EFL so we can
> match competitors like Android and iPhone, it should not just improve
> parts of API, but lots of exa
> i see confusion and
> complaints every single day because of this push to use edje as the "way to do
> a gui layout" that is better done using ju7st basic boxes, tables etc. etc.
> inline in the code.
Now we have GRID as well :)
And I think "Do not use edje as a GUI layout (or use it less)" is n
On Mon, Jun 6, 2011 at 9:17 PM, Daniel Juyung Seo wrote:
>> ProFUSION is proud to be back to work on EFL, thanks Samsung ;-)
>
> Welcome back ProFUSION :) You guys were away for so long.
>
>> Our current work is to improve documentation of core EFL so we can
>> match competitors like Android and i
On Tue, 7 Jun 2011 09:29:39 +0900 Daniel Juyung Seo said:
> > i see confusion and
> > complaints every single day because of this push to use edje as the "way to
> > do a gui layout" that is better done using ju7st basic boxes, tables etc.
> > etc. inline in the code.
>
> Now we have GRID as wel
awesome! I guess we now have to make sure this thing is stable. =)
On Fri, Jun 3, 2011 at 4:09 PM, Carsten Haitzler wrote:
> On Thu, 19 May 2011 16:37:11 +0900 "Sung W. Park"
> said:
>
> just put it in svn now. yay! :) thanks! :)
>
> > Thanks for your comments.
> >
> > Ok, I've added a focus_
Hello, belated review :)
1. Use Evas_Smart_Cb_Description for smart callbacks. I fixed it in SVN.
http://trac.enlightenment.org/e/changeset/60014
2. Changed signal name.
I changed reorder signal name from "elm,state,reorder_enabled" to
"elm,state,reorder,enabled".
This is more EFL-like I guess.
I
On Mon, 6 Jun 2011, Gustavo Sverzut Barbieri wrote:
> On Mon, Jun 6, 2011 at 9:17 PM, Daniel Juyung Seo
> wrote:
>>> ProFUSION is proud to be back to work on EFL, thanks Samsung ;-)
>>
>> Welcome back ProFUSION :) You guys were away for so long.
>>
>>> Our current work is to improve documentat
Hi!
I've been reading commits recently, and found a small buglet committed in
revision 59823. The line
ECORE_MAGIC_FAIL(p, ECORE_MAGIC_PIPE, "ecore_pipe_read_close");
should probably contain the function name as string, but it doesn't for the
freeze/thaw functions.
Uli
---
On Tue, 7 Jun 2011, Ulrich Eckhardt wrote:
> Hi!
>
> I've been reading commits recently, and found a small buglet committed in
> revision 59823. The line
>
> ECORE_MAGIC_FAIL(p, ECORE_MAGIC_PIPE, "ecore_pipe_read_close");
>
> should probably contain the function name as string, but it doesn't f
On Tue, Jun 7, 2011 at 8:41 AM, Vincent Torri wrote:
> On Tue, 7 Jun 2011, Ulrich Eckhardt wrote:
>> I've been reading commits recently, and found a small buglet committed in
>> revision 59823. The line
>>
>> ECORE_MAGIC_FAIL(p, ECORE_MAGIC_PIPE, "ecore_pipe_read_close");
>>
>> should probably co
40 matches
Mail list logo