Re: [E-devel] E SVN: nash IN trunk: TMP/st/elementary TMP/st/elementary/src/bin TMP/st/elementary/src/edje_externals TMP/st/elementary/src/lib ecore/src/lib/ecore_x/xlib edje edje/src/lib enlil/doc

2010-09-07 Thread Brett Nash
Gah. didn't mean to merge all this all at once. For peoples information big changes related to freezy things: - Add some extra cursors to edje: - 2 for Input methods: This is required to do CJK input - 2 for general users: Needed for DND (well 1 is, add 2 anyway) - Add a new call to edj

Re: [E-devel] {Image,PDF} Viewer

2010-09-07 Thread Cedric BAIL
On Tue, Sep 7, 2010 at 1:14 AM, Gustavo Sverzut Barbieri wrote: > On Mon, Sep 6, 2010 at 7:48 PM, Fabiano Fidêncio > wrote: >> On Mon, Sep 6, 2010 at 7:29 PM, Gustavo Sverzut Barbieri >> wrote: >>> On Mon, Sep 6, 2010 at 6:54 PM, Fabiano Fidêncio >>> wrote: Howdy! I, as Enlighten

[E-devel] Eina Arg Not NULL should die

2010-09-07 Thread Brett Nash
Hello All, I'm proposing we remove all the EINA_ARG_NOTNULLs floating around in public headers. In short they may generate a warning, but they subvert any checks we have in the API, and can cause valid code to break. The not null macro expands to the GCC attribute "notnull". From the GCC documen

Re: [E-devel] {Image,PDF} Viewer

2010-09-07 Thread Vincent Torri
On Tue, 7 Sep 2010, Amitav Mohanty wrote: On 09/07/2010 03:24 AM, Fabiano Fidêncio wrote: Howdy! I, as Enlightenment's user, feel lacking of some programs, that consider essential for a normal user. In the top of the list, I can say that we need of a{pdf,image} viewer. I don't know if the m

Re: [E-devel] {Image,PDF} Viewer

2010-09-07 Thread Vincent Torri
On Mon, 6 Sep 2010, Fabiano Fidêncio wrote: Howdy! I, as Enlightenment's user, feel lacking of some programs, that consider essential for a normal user. In the top of the list, I can say that we need of a{pdf,image} viewer. I don't know if the most active devs prefer one program to see pdf an

Re: [E-devel] RFC: Games/Demos in the KISS principle

2010-09-07 Thread Dr. Michael Lauer
Am 06.09.2010 um 21:37 schrieb Dave Andreoli: > Yeah! I'm totally in. I was thinking something similar lately, I also got an > iPhone and tryed tons of apps: quite all of them are incredible simple to > code...imo the stuff we lack is "graphics quality", every apps in the apple > store are really w

Re: [E-devel] Eina Arg Not NULL should die

2010-09-07 Thread Gustavo Sverzut Barbieri
On Tue, Sep 7, 2010 at 4:36 AM, Brett Nash wrote: > Hello All, > > I'm proposing we remove all the EINA_ARG_NOTNULLs floating around in > public headers. > In short they may generate a warning, but they subvert any checks we > have in the API, and can cause valid code to break. > > The not null ma

Re: [E-devel] {Image,PDF} Viewer

2010-09-07 Thread Fabiano Fidêncio
On Tue, Sep 7, 2010 at 5:16 AM, Vincent Torri wrote: > > > On Mon, 6 Sep 2010, Fabiano Fidêncio wrote: > >> Howdy! >> >> I, as Enlightenment's user, feel lacking of some programs, that >> consider essential for a normal user. >> In the top of the list, I can say that we need of a{pdf,image} viewer

Re: [E-devel] {Image,PDF} Viewer

2010-09-07 Thread Gustavo Sverzut Barbieri
On Tue, Sep 7, 2010 at 11:47 AM, Fabiano Fidêncio wrote: > On Tue, Sep 7, 2010 at 5:16 AM, Vincent Torri wrote: >> >> >> On Mon, 6 Sep 2010, Fabiano Fidêncio wrote: >> >>> Howdy! >>> >>> I, as Enlightenment's user, feel lacking of some programs, that >>> consider essential for a normal user. >>>

Re: [E-devel] {Image,PDF} Viewer

2010-09-07 Thread Vincent Torri
On Tue, 7 Sep 2010, Gustavo Sverzut Barbieri wrote: On Tue, Sep 7, 2010 at 11:47 AM, Fabiano Fidêncio wrote: On Tue, Sep 7, 2010 at 5:16 AM, Vincent Torri wrote: On Mon, 6 Sep 2010, Fabiano Fidêncio wrote: Howdy! I, as Enlightenment's user, feel lacking of some programs, that consider

Re: [E-devel] {Image,PDF} Viewer

2010-09-07 Thread Vincent Torri
On Tue, 7 Sep 2010, Vincent Torri wrote: >> I'd say do the app now, otherwise we'll end with yet another library >> with an associated application to use... :-/ >> >> As Vincent said, the API is quite similar, so pick one like epdf and >> do the app. Once it's okay, you can write the abstractio

Re: [E-devel] {Image,PDF} Viewer

2010-09-07 Thread Cedric BAIL
On Tue, Sep 7, 2010 at 4:55 PM, Vincent Torri wrote: > On Tue, 7 Sep 2010, Gustavo Sverzut Barbieri wrote: >> On Tue, Sep 7, 2010 at 11:47 AM, Fabiano Fidêncio >> wrote: >>> On Tue, Sep 7, 2010 at 5:16 AM, Vincent Torri >>> wrote: On Mon, 6 Sep 2010, Fabiano Fidêncio wrote: > Howdy! >>>

Re: [E-devel] {Image,PDF} Viewer

2010-09-07 Thread Fabiano Fidêncio
On Tue, Sep 7, 2010 at 11:51 AM, Gustavo Sverzut Barbieri wrote: > On Tue, Sep 7, 2010 at 11:47 AM, Fabiano Fidêncio > wrote: >> On Tue, Sep 7, 2010 at 5:16 AM, Vincent Torri wrote: >>> >>> >>> On Mon, 6 Sep 2010, Fabiano Fidêncio wrote: >>> Howdy! I, as Enlightenment's user, feel

Re: [E-devel] {Image,PDF} Viewer

2010-09-07 Thread Cedric BAIL
On Tue, Sep 7, 2010 at 5:08 PM, Fabiano Fidêncio wrote: > On Tue, Sep 7, 2010 at 11:51 AM, Gustavo Sverzut Barbieri > wrote: >> On Tue, Sep 7, 2010 at 11:47 AM, Fabiano Fidêncio >> wrote: >>> On Tue, Sep 7, 2010 at 5:16 AM, Vincent Torri wrote: On Mon, 6 Sep 2010, Fabiano Fidêncio wrote: >

Re: [E-devel] {Image,PDF} Viewer

2010-09-07 Thread Gustavo Sverzut Barbieri
On Tue, Sep 7, 2010 at 12:06 PM, Cedric BAIL wrote: > On Tue, Sep 7, 2010 at 4:55 PM, Vincent Torri wrote: >> On Tue, 7 Sep 2010, Gustavo Sverzut Barbieri wrote: >>> On Tue, Sep 7, 2010 at 11:47 AM, Fabiano Fidêncio >>> wrote: On Tue, Sep 7, 2010 at 5:16 AM, Vincent Torri wrote: >

Re: [E-devel] {Image,PDF} Viewer

2010-09-07 Thread Fabiano Fidêncio
On Tue, Sep 7, 2010 at 12:22 PM, Cedric BAIL wrote: > On Tue, Sep 7, 2010 at 5:08 PM, Fabiano Fidêncio > wrote: >> On Tue, Sep 7, 2010 at 11:51 AM, Gustavo Sverzut Barbieri >> wrote: >>> On Tue, Sep 7, 2010 at 11:47 AM, Fabiano Fidêncio >>> wrote: On Tue, Sep 7, 2010 at 5:16 AM, Vincent To

Re: [E-devel] {Image,PDF} Viewer

2010-09-07 Thread Gustavo Sverzut Barbieri
On Tue, Sep 7, 2010 at 12:22 PM, Cedric BAIL wrote: > On Tue, Sep 7, 2010 at 5:08 PM, Fabiano Fidêncio > wrote: >> On Tue, Sep 7, 2010 at 11:51 AM, Gustavo Sverzut Barbieri >> wrote: >>> On Tue, Sep 7, 2010 at 11:47 AM, Fabiano Fidêncio >>> wrote: On Tue, Sep 7, 2010 at 5:16 AM, Vincent To

Re: [E-devel] {Image,PDF} Viewer

2010-09-07 Thread Fabiano Fidêncio
On Tue, Sep 7, 2010 at 12:42 PM, Gustavo Sverzut Barbieri wrote: > On Tue, Sep 7, 2010 at 12:22 PM, Cedric BAIL wrote: >> On Tue, Sep 7, 2010 at 5:08 PM, Fabiano Fidêncio >> wrote: >>> On Tue, Sep 7, 2010 at 11:51 AM, Gustavo Sverzut Barbieri >>> wrote: On Tue, Sep 7, 2010 at 11:47 AM, Fab

Re: [E-devel] {Image,PDF} Viewer

2010-09-07 Thread Gustavo Sverzut Barbieri
On Tue, Sep 7, 2010 at 2:29 PM, Fabiano Fidêncio wrote: > > To finish the discussion. I'll write the app for epdf, called ... > ???[0] [1st step]. > While I don't finish it, someone can do the "wrapper" unifying all > Vincent's libs (If anyone liven up, I will do it) [2nd step] > > Thanks for all

Re: [E-devel] {Image,PDF} Viewer

2010-09-07 Thread Fabiano Fidêncio
On Tue, Sep 7, 2010 at 4:51 PM, Gustavo Sverzut Barbieri wrote: > On Tue, Sep 7, 2010 at 2:29 PM, Fabiano Fidêncio > wrote: >> >> To finish the discussion. I'll write the app for epdf, called *envision* >> (tks, k-s) [1st step]. >> While I don't finish it, someone can do the "wrapper" unifying a

Re: [E-devel] E SVN: lfelipe IN trunk/devs: . rfonseca

2010-09-07 Thread Bruno Dilly
On Sat, Sep 4, 2010 at 12:50 PM, Enlightenment SVN wrote: > Log: >  Adding new developer: Rafael Fonseca. > >  He is a ProFUSION developer who submitted quite a bunch of stuff >  to Elementary already. Bienvenido :) Welcome, Fonseca! =D > > > Author:       lfelipe > Date:         2010-09-04 08:5

Re: [E-devel] RFC: Games/Demos in the KISS principle

2010-09-07 Thread Bruno Dilly
On Mon, Sep 6, 2010 at 2:20 PM, Gustavo Sverzut Barbieri wrote: > Hi all, > > I'd like to call a request for comments on the idea of a day to unite > and create some simplistic games and demo, the old-fashioned way. The > purpose is to provide some real use for our EFL other than E17 also > with a

Re: [E-devel] RFC: Games/Demos in the KISS principle

2010-09-07 Thread Tom Haste
Id be happy to spend a few solid hours making graphics for it. Would also like to see the programming process, being a newb to the field. :) On 8 September 2010 10:06, Bruno Dilly wrote: > On Mon, Sep 6, 2010 at 2:20 PM, Gustavo Sverzut Barbieri > wrote: >> Hi all, >> >> I'd like to call a reque

Re: [E-devel] RFC: Games/Demos in the KISS principle

2010-09-07 Thread Sachiel
On Tue, Sep 7, 2010 at 11:15 PM, Tom Haste wrote: > Id be happy to spend a few solid hours making graphics for it. Would > also like to see the programming process, being a newb to the field. > :) > Graphics coming out of the blue just as code does would also provide interesting results. > On 8

Re: [E-devel] RFC: Games/Demos in the KISS principle

2010-09-07 Thread Gustavo Sverzut Barbieri
On Tue, Sep 7, 2010 at 11:06 PM, Bruno Dilly wrote: > On Mon, Sep 6, 2010 at 2:20 PM, Gustavo Sverzut Barbieri > wrote: >> Hi all, >> >> I'd like to call a request for comments on the idea of a day to unite >> and create some simplistic games and demo, the old-fashioned way. The >> purpose is to