Re: [E-devel] E SVN: discomfitor trunk/ecore/examples

2010-10-03 Thread Cedric BAIL
On Sun, Oct 3, 2010 at 12:01 AM, Enlightenment SVN wrote: > Log: >  update to connect to www.verisign.com:443 by default, loading all certs in > /etc/ssl/certs prior > > Author:       discomfitor > Date:         2010-10-02 15:01:14 -0700 (Sat, 02 Oct 2010) > New Revision: 52986 > > Modified: >  t

Re: [E-devel] E SVN: urandom trunk/ephoto/src/bin

2010-10-03 Thread Cedric BAIL
On Sun, Oct 3, 2010 at 2:13 AM, Enlightenment SVN wrote: > Log: >  add an option to sort the images before displaying them. This patch sounds like it break the async loading of a directory and delay it until all the directory content is listed. Maybe you should insert inside a sorted listed so yo

Re: [E-devel] E SVN: discomfitor trunk/ecore/examples

2010-10-03 Thread Tom Hacohen
Maybe I got it wrong, but what's wrong with exiting from an example application? (see the source path: "examples/ecore_con_client_example.c") -- Tom. On Sun, 2010-10-03 at 11:00 +0200, Cedric BAIL wrote: > On Sun, Oct 3, 2010 at 12:01 AM, Enlightenment SVN > wrote: > > Log: > > update to connec

Re: [E-devel] E SVN: urandom trunk/ephoto/src/bin

2010-10-03 Thread Viktor Kojouharov
I'm not sure how that would work. How would inserting into a sorted list be any different than sorting at the end? The gengrid currently doesn't support arbitrary insertion of items, so you'd have to have all the elements before hand in order to sort them and then start inserting them. The readdir

Re: [E-devel] E SVN: discomfitor trunk/ecore/examples

2010-10-03 Thread Cedric BAIL
On Sun, Oct 3, 2010 at 11:19 AM, Tom Hacohen wrote: > Maybe I got it wrong, but what's wrong with exiting from an example > application? (see the source path: > "examples/ecore_con_client_example.c") Yeah, that's just me reading diff just after wakeup ! -- Cedric BAIL --

Re: [E-devel] E SVN: urandom trunk/ephoto/src/bin

2010-10-03 Thread Nicolas Aguirre
On Sun, Oct 3, 2010 at 11:21 AM, Viktor Kojouharov wrote: > I'm not sure how that would work. How would inserting into a sorted list be > any different than sorting at the end? The gengrid currently doesn't support > arbitrary insertion of items, so you'd have to have all the elements before > han

Re: [E-devel] E SVN: urandom trunk/ephoto/src/bin

2010-10-03 Thread Cedric BAIL
On Sun, Oct 3, 2010 at 11:21 AM, Viktor Kojouharov wrote: > I'm not sure how that would work. How would inserting into a sorted list be > any different than sorting at the end? The gengrid currently doesn't support > arbitrary insertion of items, so you'd have to have all the elements before > han

Re: [E-devel] E SVN: discomfitor trunk/ecore/examples

2010-10-03 Thread Tom Hacohen
I assumed that was the case :P On Sun, 2010-10-03 at 11:36 +0200, Cedric BAIL wrote: > On Sun, Oct 3, 2010 at 11:19 AM, Tom Hacohen > wrote: > > Maybe I got it wrong, but what's wrong with exiting from an example > > application? (see the source path: > > "examples/ecore_con_client_example.c") >

[E-devel] ANNOUNCE: BETA Release of core EFL

2010-10-03 Thread The Rasterman
Several core EFL libraries have now been released as beta. There may be some minor bugs, but most if not all are gone. We invite input, especially on bugs, and any patches you may have to fix them. You can get the beta releases of Eina, Eet, Evas, Ecore, Embryo, Edje, Efreet, E_Dbus and Eeze here.

Re: [E-devel] ANNOUNCE: BETA Release of core EFL

2010-10-03 Thread Tom Hacohen
Congratulations everyone, awesome work. -- Tom. -- Start uncovering the many advantages of virtual appliances and start using them to simplify application deployment and accelerate your shift to cloud computing. http://p

Re: [E-devel] ANNOUNCE: BETA Release of core EFL

2010-10-03 Thread Tom Haste
Awesome! The dates on the News articles are wrong http://www.enlightenment.org/p.php?p=news&l=en On 3 October 2010 18:39, Tom Hacohen wrote: > Congratulations everyone, awesome work. > > -- > Tom. > > > -- > Start

Re: [E-devel] E SVN: urandom trunk/ephoto/src/bin

2010-10-03 Thread Viktor Kojouharov
The other question is, even if we do have functions that are similar to the genlist, would it be fast. For each new image, you'd have to go over all the other added images, so that you'd know where to add it. So would that be faster than sorting them on one go, and then adding them sequentially? O

Re: [E-devel] KISS game example

2010-10-03 Thread Tom Hacohen
Just played a bit, awesome game :P But yeah, using a couple of images instead of the squares would of course be nicer :P Thanks, Tom. -- Start uncovering the many advantages of virtual appliances and start using them to

Re: [E-devel] E SVN: urandom trunk/ephoto/src/bin

2010-10-03 Thread Cedric BAIL
On Sun, Oct 3, 2010 at 12:45 PM, Viktor Kojouharov wrote: > The other question is, even if we do have functions that are similar to the > genlist, would it be fast. For each new image, you'd have to go over all the > other added images, so that you'd know where to add it. So would that be > faster

Re: [E-devel] [BUG REPORT] Edje compiled-in font (not using fontconfig) not working

2010-10-03 Thread Eduardo Felipe
Any news on this? Did it get fixed on the beta? Eduardo. On Wed, Sep 29, 2010 at 10:58 PM, Adam Bennett wrote: > Using current svn, if a font is "compiled" into a .edj file (edje_cc), > the font is not found by edje_decc, nor is it available when you run > the edje app. > > What I found is in ed

Re: [E-devel] [BUG REPORT] Edje compiled-in font (not using fontconfig) not working

2010-10-03 Thread Eduardo Felipe
Just saw the fix that discomfitor commited as r52977, and it doesn't fix the issue for me. The fonts are still not found and the text is not displayed runtime. On Sun, Oct 3, 2010 at 12:04 PM, Eduardo Felipe wrote: > Any news on this? Did it get fixed on the beta? > > Eduardo. > > On Wed, Sep 29,

Re: [E-devel] E SVN: discomfitor trunk/ecore/examples

2010-10-03 Thread Michael Blumenkrantz
On Sun, 3 Oct 2010 11:00:54 +0200 Cedric BAIL wrote: > On Sun, Oct 3, 2010 at 12:01 AM, Enlightenment SVN > wrote: > > Log: > >  update to connect to www.verisign.com:443 by default, loading all certs > > in /etc/ssl/certs prior > > > > Author:       discomfitor > > Date:         2010-10-02 15:0

Re: [E-devel] KISS game example

2010-10-03 Thread Gustavo Sverzut Barbieri
On Sun, Oct 3, 2010 at 7:50 AM, Tom Hacohen wrote: > Just played a bit, awesome game :P > But yeah, using a couple of images instead of the squares would of > course be nicer :P Damn, and I just wake up with no images in my mail box... now will have to fight inkscape for the whole afternoon :-/

Re: [E-devel] KISS game example

2010-10-03 Thread Tom Hacohen
On Sun, 2010-10-03 at 13:25 -0300, Gustavo Sverzut Barbieri wrote: > Damn, and I just wake up with no images in my mail box... now will > have to fight inkscape for the whole afternoon :-/ > I wish I could help, but even my non-existent Portuguese skills are better than my drawing skills. -- Tom

Re: [E-devel] KISS game example

2010-10-03 Thread Gustavo Sverzut Barbieri
On Sun, Oct 3, 2010 at 1:27 PM, Tom Hacohen wrote: > On Sun, 2010-10-03 at 13:25 -0300, Gustavo Sverzut Barbieri wrote: >> Damn, and I just wake up with no images in my mail box... now will >> have to fight inkscape for the whole afternoon :-/ >> > > I wish I could help, but even my non-existent P

Re: [E-devel] KISS game example

2010-10-03 Thread Tom Hacohen
On Sun, 2010-10-03 at 13:30 -0300, Gustavo Sverzut Barbieri wrote: > Maybe I can wait until monday and then Luis Felipe would do some > amazing graphics for me :-) > > That would be awesome. I remember he's a very good painter. -- Tom.

Re: [E-devel] KISS game example

2010-10-03 Thread Cedric BAIL
On Sun, Oct 3, 2010 at 6:33 PM, Tom Hacohen wrote: > On Sun, 2010-10-03 at 13:30 -0300, Gustavo Sverzut Barbieri wrote: >> Maybe I can wait until monday and then Luis Felipe would do some >> amazing graphics for me :-) > > That would be awesome. I remember he's a very good painter. Oh nooo ! That

Re: [E-devel] KISS game example

2010-10-03 Thread Tom Hacohen
On Sun, 2010-10-03 at 18:37 +0200, Cedric BAIL wrote: > Oh nooo ! That's not a good idea at all ! Hum, maybe not could be > funny :-) Let see what he can do ! Yeah, let's give him a chance! :P -- Start uncovering the ma

Re: [E-devel] [BUG REPORT] Edje compiled-in font (not using fontconfig) not working

2010-10-03 Thread The Rasterman
On Sun, 3 Oct 2010 12:15:45 -0300 Eduardo Felipe said: i didn't look at it. i had no time to. discomfitors commit claimed to have patched it over for now. > Just saw the fix that discomfitor commited as r52977, and it doesn't > fix the issue for me. > The fonts are still not found and the text i

Re: [E-devel] [BUG REPORT] Edje compiled-in font (not using fontconfig) not working

2010-10-03 Thread Michael Blumenkrantz
On Mon, 4 Oct 2010 06:49:51 +0900 Carsten Haitzler (The Rasterman) wrote: > On Sun, 3 Oct 2010 12:15:45 -0300 Eduardo Felipe > said: > > i didn't look at it. i had no time to. discomfitors commit claimed to have > patched it over for now. > > > Just saw the fix that discomfitor commited as r52

Re: [E-devel] KISS game example

2010-10-03 Thread Leandro Pereira
On Sun, Oct 3, 2010 at 1:30 PM, Gustavo Sverzut Barbieri wrote: > > Maybe I can wait until monday and then Luis Felipe would do some > amazing graphics for me :-) > Make sure Antognolli paints them :) --   Leandro -- V

Re: [E-devel] E SVN: cedric trunk/edje/src/bin

2010-10-03 Thread Daniel Juyung Seo
Hello, this is Daniel Juyung Seo. I have a question about below commit. It looks like the statement is trying to avoid argc == 2. Why 'argc > 2 || argc < 2' was used instead of 'argc != 2' ? Any reasons? Thank you. Best Regards, Daniel Juyung Seo. On Mon, Aug 23, 2010 at 11:44 PM, Enlightenment