Re: [E-devel] [Eet] patch to support cegcc compiler (Windows Mobile)

2008-01-25 Thread Mike Frysinger
On Friday 25 January 2008, Vincent Torri wrote: > --- src/lib/Eet_private.h   29 Sep 2007 09:21:43 -  1.17 > +++ src/lib/Eet_private.h   26 Jan 2008 00:04:53 - > +#ifdef __CEGCC__ > +# include > +# define HAVE_BOOLEAN > +# define XMD_H > +# undef _LARGEFILE64_SOURCE >  #elif _W

Re: [E-devel] [Eet] patch to support cegcc compiler (Windows Mobile)

2008-01-25 Thread Vincent Torri
On Sat, 26 Jan 2008, nash wrote: > > >> here is a patch to allow the compilation of eet with the compiler cegcc >> (for Windows Mobile) >> >> if nobody sees a problem, I'll apply the patch next week. >> #ifndef _WIN32 >>if (ef->data) munmap((void*)ef->data, ef->data_size); >> #else >> - if

Re: [E-devel] E CVS: libs/ecore pfritz

2008-01-25 Thread nash
On Fri, 2008-01-25 at 13:28 -0500, Enlightenment CVS wrote: > Enlightenment CVS committal > > Author : pfritz > Project : e17 > Module : libs/ecore > === > RCS file: /cvs/e/e17/libs/ecore/src/lib/ecore/Ecore.h,v > retrieving revisi

Re: [E-devel] [Eet] patch to support cegcc compiler (Windows Mobile)

2008-01-25 Thread nash
> here is a patch to allow the compilation of eet with the compiler cegcc > (for Windows Mobile) > > if nobody sees a problem, I'll apply the patch next week. > #ifndef _WIN32 >if (ef->data) munmap((void*)ef->data, ef->data_size); > #else >- if (ef->data) UnmapViewOfFile (ef->data); >+

[E-devel] [Eet] patch to support cegcc compiler (Windows Mobile)

2008-01-25 Thread Vincent Torri
Hey, here is a patch to allow the compilation of eet with the compiler cegcc (for Windows Mobile) if nobody sees a problem, I'll apply the patch next week. Vincent? eet-0.9.10.041.tar.bz2 ? eet.patch ? eet_cegcc.diff ? toto ? src/lib/toto.log Index: src/lib/Eet_private.h

[E-devel] Nightly build log for E17 on 2008-01-25 07:08:27 -0800

2008-01-25 Thread Nightly build system
Build log for Enlightenment DR 0.17 on 2008-01-25 07:08:27 -0800 Build logs are available at http://download.enlightenment.org/tests/logs Packages that failed to build: echo http://download.enlightenment.org/tests/logs/echo.log ecore_li http://download.enlightenment.org/tests/logs/ecore_li.log e

Re: [E-devel] [Ecore] pipe wrapper

2008-01-25 Thread Peter Wehrfritz
Vincent Torri schrieb: > > Hey, > > as i have succedded in integrating the gstreamer thread in the ecore > main loop on Windows, and as some of you talked about a pipe wrapper, > I've quickly written a wrapper around pipe(), read() and write(). > > I have attached the source file to put in ecore/

[E-devel] [Ecore] pipe wrapper

2008-01-25 Thread Vincent Torri
Hey, as i have succedded in integrating the gstreamer thread in the ecore main loop on Windows, and as some of you talked about a pipe wrapper, I've quickly written a wrapper around pipe(), read() and write(). I have attached the source file to put in ecore/src/lib/ecore/ and a diff. There

Re: [E-devel] meanings

2008-01-25 Thread Massimo Maiurana
Massimiliano Calamelli, il 25/01/2008 12:52, scrisse: > "thumbscroll. the ability to scroll any widget (anything scrolled by the > scrollfram smart/widget) using your "finger" anywhere in the view. not > useful for desktops. useful for small screen devices - openmoko/n800 > etc. are perfect target

Re: [E-devel] meanings

2008-01-25 Thread Massimo Maiurana
hannes janetzek, il 25/01/2008 12:54, scrisse: > the option describes the height of > the pager popup which is triggered by a keypress. (see pager section in > the keybindings configuration) ah, now I see! thanks hannes :) -- Massimo Maiurana massimoragusa.linux.it http:

Re: [E-devel] e_module-notification installation location

2008-01-25 Thread sebastid
> Sebastian Dransfeld wrote: >> lok wrote: >>> It's not a bug the configure.in are set up this way in most (all?) >>> modules. >>> They will be installed in `enlightenment-config --module-dir`. >>> Unless you use the --enable-homedir-install option. >>> Morlenxus pointed me than the --prefix was ig

Re: [E-devel] meanings

2008-01-25 Thread hannes janetzek
Massimo Maiurana wrote: > there are two things added recently to e17 which I do not understand > the meaning, can you please enlighten me as I have to translate them > for italian? > > - "keyaction popup height" in pager configuration > i've added this one and marked in the code that one should

Re: [E-devel] meanings

2008-01-25 Thread Massimiliano Calamelli
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Fri, 25 Jan 2008 12:41:35 +0100 Massimo Maiurana <[EMAIL PROTECTED]> wrote: > there are two things added recently to e17 which I do not understand > the meaning, can you please enlighten me as I have to translate them > for italian? > > - "keyacti

[E-devel] meanings

2008-01-25 Thread Massimo Maiurana
there are two things added recently to e17 which I do not understand the meaning, can you please enlighten me as I have to translate them for italian? - "keyaction popup height" in pager configuration - "enable thumbscroll" in the new interation module what are these two option supposed to do? -

[E-devel] Nightly build log for E17 on 2008-01-24 07:07:00 -0800

2008-01-25 Thread Nightly build system
Build log for Enlightenment DR 0.17 on 2008-01-24 07:07:00 -0800 Build logs are available at http://download.enlightenment.org/tests/logs Packages that failed to build: echo http://download.enlightenment.org/tests/logs/echo.log ecore_li http://download.enlightenment.org/tests/logs/ecore_li.log e

Re: [E-devel] [PATCH][RFC] signal/select race problem in ecore_main

2008-01-25 Thread Gustavo Sverzut Barbieri
On Jan 25, 2008 12:40 AM, The Rasterman Carsten Haitzler <[EMAIL PROTECTED]> wrote: > On Fri, 25 Jan 2008 00:11:41 -0300 "Gustavo Sverzut Barbieri" > <[EMAIL PROTECTED]> babbled: > > > > On Jan 24, 2008 11:42 PM, Nathan Ingersoll <[EMAIL PROTECTED]> wrote: > > > On Jan 24, 2008 7:18 PM, The Rasterm