Hello list,
Is there any offical "powered by EFL" logo available for use on a
website/project wiki/device?
Thanks in advance.
brian
--
brian
--
Cool-Karaoke - The smallest recording studio, in your palm, open-sourced
http://cool-idea.com.tw/
iMaGiNaTiOn iS mOrE iMpOrTaNt tHa
Hello.
Thank you Lucas.
I was waiting for somebody to apply my patch :)
Best Regards,
Daniel Juyung Seo.
On Sun, Aug 15, 2010 at 12:31 AM, Lucas De Marchi
wrote:
> On Wed, Aug 11, 2010 at 11:39 AM, Daniel Juyung Seo
> wrote:
>> Dear all,
>> this is Daniel Juyung Seo.
>>
>> I found one doxygen
On Mon, 16 Aug 2010 15:22 -0700, Michael Jennings wrote :
> On Monday, 16 August 2010, at 19:15:02 (-0300),
> Lucas De Marchi wrote:
>
> > 6) i = a == NULL;=> i = !a;
> > 7) i = a != NULL;=> i = !!a;
> >
> > Those four are valid also for while loops.
> >
>
On Mon, 16 Aug 2010 19:15:02 -0300 Lucas De Marchi
said:
> On Mon, Aug 16, 2010 at 9:48 AM, Carsten Haitzler
> wrote:
> >> Raster, k-s, others, what do you think? Can I apply for the other ones?
> > checking - this is a patch to go
> > if (x == NULL) -> if (!x)
> > right? (and the inverse).
> >
On Monday, 16 August 2010, at 19:15:02 (-0300),
Lucas De Marchi wrote:
> 6) i = a == NULL;=> i = !a;
> 7) i = a != NULL;=> i = !!a;
>
> Those four are valid also for while loops.
>
>Eina_Bool func(char *a)
>{
> 8)return a == NULL;=>
On Mon, Aug 16, 2010 at 9:48 AM, Carsten Haitzler wrote:
>> Raster, k-s, others, what do you think? Can I apply for the other ones?
> checking - this is a patch to go
> if (x == NULL) -> if (!x)
> right? (and the inverse).
> if (x != NULL) -> if (x)
>
> right?
right.
What about these others?
On Monday, 16 August 2010, at 09:41:37 (-0300),
Andres Blanc wrote:
> Edje's COPYING file[1] is quite similar to the Vorbis BSD-Like
> license[2] which was endorsed by Stallman[3] itself.
I think you misunderstood. Stallman wasn't endorsing the license. He
was endorsing the change in that *part
On Mon, Aug 16, 2010 at 5:22 PM, Carsten Haitzler wrote:
> On Mon, 16 Aug 2010 15:01:02 -0300 Iván Briano (Sachiel)
> said:
>
>> >> Just by chance, edje_cache.c has a copyright and LGPL license header.
>> >> It might be useful to carefully check for those as well :)
>> >
>> > argh. sachiel... why
On Mon, 16 Aug 2010 15:01:02 -0300 Iván Briano (Sachiel)
said:
> >> Just by chance, edje_cache.c has a copyright and LGPL license header.
> >> It might be useful to carefully check for those as well :)
> >
> > argh. sachiel... why did you add that in? as such we dont put separate
> > copyright no
On 08/16/10 21:26, Michael Blumenkrantz wrote:
> On Mon, 16 Aug 2010 21:18:40 +0100
> Matthew Robbetts wrote:
>
>> On 08/16/10 19:20, Iván Briano (Sachiel) wrote:
>>> On Sun, Aug 15, 2010 at 9:09 PM, Michael Blumenkrantz
>>> wrote:
On Mon, 16 Aug 2010 00:47:06 +0100
Matthew Robbetts
On Mon, 16 Aug 2010 16:53:38 +0200 (CEST) Vincent Torri
said:
>
>
> On Mon, 16 Aug 2010, Carsten Haitzler (The Rasterman) wrote:
>
> > On Mon, 16 Aug 2010 14:27:33 +0800 Brian Wang
> > said:
> >
> > wish i could say yes to the patch.. but i actually changed it from eina-1 to
> > eina ... just
On Mon, 16 Aug 2010 21:18:40 +0100
Matthew Robbetts wrote:
> On 08/16/10 19:20, Iván Briano (Sachiel) wrote:
> > On Sun, Aug 15, 2010 at 9:09 PM, Michael Blumenkrantz
> > wrote:
> >> On Mon, 16 Aug 2010 00:47:06 +0100
> >> Matthew Robbetts wrote:
> >>
> >>> On 08/16/10 00:23, Michael Blumenkr
On Mon, Aug 16, 2010 at 11:53 AM, Vincent Torri wrote:
>
>
> On Mon, 16 Aug 2010, Carsten Haitzler (The Rasterman) wrote:
>
>> On Mon, 16 Aug 2010 14:27:33 +0800 Brian Wang
>> said:
>>
>> wish i could say yes to the patch.. but i actually changed it from eina-1
>> to
>> eina ... just check eina >
On Mon, Aug 16, 2010 at 5:18 PM, Matthew Robbetts
wrote:
> On 08/16/10 19:20, Iván Briano (Sachiel) wrote:
>> On Sun, Aug 15, 2010 at 9:09 PM, Michael Blumenkrantz
>> wrote:
>>> On Mon, 16 Aug 2010 00:47:06 +0100
>>> Matthew Robbetts wrote:
>>>
On 08/16/10 00:23, Michael Blumenkrantz wro
On 08/16/10 19:20, Iván Briano (Sachiel) wrote:
> On Sun, Aug 15, 2010 at 9:09 PM, Michael Blumenkrantz
> wrote:
>> On Mon, 16 Aug 2010 00:47:06 +0100
>> Matthew Robbetts wrote:
>>
>>> On 08/16/10 00:23, Michael Blumenkrantz wrote:
On Mon, 16 Aug 2010 00:05:29 +0100
Matthew Robbetts
On Sun, Aug 15, 2010 at 9:09 PM, Michael Blumenkrantz wrote:
> On Mon, 16 Aug 2010 00:47:06 +0100
> Matthew Robbetts wrote:
>
>> On 08/16/10 00:23, Michael Blumenkrantz wrote:
>> > On Mon, 16 Aug 2010 00:05:29 +0100
>> > Matthew Robbetts wrote:
>> >
>> >> On 15 Aug 2010, at 19:41, Michael Blume
On Sun, Aug 15, 2010 at 6:41 PM, Carsten Haitzler wrote:
> On Mon, 16 Aug 2010 00:33:33 +0200 Joerg Sonnenberger
>
> said:
>
>> On Mon, Aug 16, 2010 at 07:13:13AM +1000, Carsten Haitzler wrote:
>> > > edje:
>> > > The second paragraph is non-OSI and some parts are weird, e.g. the file
>> > > doe
On Mon, 16 Aug 2010, Carsten Haitzler (The Rasterman) wrote:
On Mon, 16 Aug 2010 14:27:33 +0800 Brian Wang said:
wish i could say yes to the patch.. but i actually changed it from eina-1 to
eina ... just check eina >= 1.0.0 :) consistency with the rest of efl :)
but then, no possible paral
On Sun, 15 Aug 2010, Michael Blumenkrantz wrote:
> On Sun, 15 Aug 2010 16:50:37 +0100
> Matthew Robbetts wrote:
>
>> Hi all,
>>
>> As of a few days ago (I'm not sure which revision), the efl overlay
>> won't complete a build. Most packages build fine, but when it gets to
>> building x11-wm/enl
On Thu, 12 Aug 2010 11:54:22 -0300 Lucas De Marchi
said:
> On Thu, Aug 12, 2010 at 11:31 AM, Iván Briano (Sachiel)
> wrote:
> >
> > Why not just use calloc there?
>
> Because i've just finished a script to convert those cases to calloc
> and I want to test :-D
>
> Lucas De Marchi
most mallocs
On Thu, 12 Aug 2010 08:21:10 -0300 Lucas De Marchi
said:
> On Wed, Aug 11, 2010 at 6:36 PM, Michael Jennings wrote:
> > I'm all for consistency, and this is certainly a great tool for
> > producing that consistency, but shouldn't a concensus be reached
> > amongst the developers for stylistic pe
On Sat, 14 Aug 2010 10:58:09 -0300 Lucas De Marchi
said:
> On Sat, Aug 14, 2010 at 8:19 AM, Enlightenment SVN
> wrote:
> > static int
> > _ecore_main_select(double timeout)
> > {
> > @@ -625,18 +848,10 @@
> > FD_ZERO(&exfds);
> >
> > /* call the prepare callback for all handlers */
> >
On Domingo 15 Agosto 2010 14:33:06 Joerg Sonnenberger escribió:
> edje:
> The second paragraph is non-OSI and some parts are weird, e.g. the file
> doesn't actually contain a copyright notice. I think the 2-clause BSD
> license covers the intention and is OSI approved, but that's your call.
Edje's
On Mon, Aug 16, 2010 at 12:59 PM, Carsten Haitzler wrote:
> ok. i've moved all of the target libs forward for 1.0.0 alpha in svn.
> everything should build now that is in the release set (and then some - i
> fixed
> e17 and a chunk of other things).
>
> what would be good is that we all go over t
That's unfortunate. I really preferred lua's syntax over embryo's
On Mon, Aug 16, 2010 at 2:00 PM, Carsten Haitzler wrote:
> On Mon, 16 Aug 2010 12:06:52 +0300 Viktor Kojouharov <
> vkojouha...@gmail.com>
> said:
>
> > Does the "lua_script" block in regular non-script-only edje still work
> with
ok. i've moved all of the target libs forward for 1.0.0 alpha in svn.
everything should build now that is in the release set (and then some - i fixed
e17 and a chunk of other things).
what would be good is that we all go over this with a fine tooth comb -
licenses, readme,s configure --help's, hea
On Mon, 16 Aug 2010 12:06:52 +0300 Viktor Kojouharov
said:
> Does the "lua_script" block in regular non-script-only edje still work with
> raster's new implementation?
no. i split it into script_only == lua, program { script {} } sections are
embryo. a simple basic line in the sand.
--
---
Does the "lua_script" block in regular non-script-only edje still work with
raster's new implementation?
--
This SF.net email is sponsored by
Make an app they can't live without
Enter the BlackBerry Developer Challenge
ht
On Mon, Aug 16, 2010 at 4:51 PM, Carsten Haitzler wrote:
> On Mon, 16 Aug 2010 14:27:33 +0800 Brian Wang
> said:
>
> wish i could say yes to the patch.. but i actually changed it from eina-1 to
> eina ... just check eina >= 1.0.0 :) consistency with the rest of efl :)
OK.
When I was changing ei
so.. why do e edje not install modules in their own dir ala the rest of eina,
evas, e17, etc. - with proper arch and version and os and so on set up right?
--
- Codito, ergo sum - "I code, therefore I am" --
The Rasterman (Carsten Haitzler)ras...@rasterman.com
--
On Mon, 16 Aug 2010 14:27:33 +0800 Brian Wang said:
wish i could say yes to the patch.. but i actually changed it from eina-1 to
eina ... just check eina >= 1.0.0 :) consistency with the rest of efl :)
> That was scary... A little svn up broke the compilation...
> eina-0 to eina-1 patch for the
On Mon, 16 Aug 2010 15:22:43 +1000 David Seikel said:
> On Mon, 16 Aug 2010 14:14:43 +0900 Carsten Haitzler (The Rasterman)
> wrote:
>
> > On Mon, 16 Aug 2010 15:02:33 +1000 David Seikel
> > said:
> >
> > > > > I would add, run eina and eet tests and coverage suite on your
> > > > > prefered
32 matches
Mail list logo