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

2007-12-20 Thread Dr. Michael 'Mickey' Lauer
Carsten Haitzler wrote: On Wed, 19 Dec 2007 14:16:19 +0100 Michael 'Mickey' Lauer [EMAIL PROTECTED] babbled: Enlightenment CVS wrote: @@ -569,7 +581,7 @@ if test x$have_ecore_fb = xyes ; then AC_CHECK_HEADER(tslib.h, [ - tslib_libs=-lts + AC_CHECK_LIB(ts, ts_open,

Re: [E-devel] Edje on arm embedded device

2007-12-17 Thread Dr. Michael 'Mickey' Lauer
mario wrote: On Dec 16, 2007 11:04 PM, Gustavo Sverzut Barbieri [EMAIL PROTECTED] wrote: I'm still working on my arm board: All it's ok evas_fb_test run perfectly. Now I'm working on edje: there is a problem in a simple program: Mario, it works great on Nokia devices (arm1136jf-s and

Re: [E-devel] Edje Editor digest

2007-12-08 Thread Dr. Michael 'Mickey' Lauer
[EMAIL PROTECTED] wrote: Dave wrote: Hi all, Just two words to make you inform the new edje_editor status. I have now reach a first stable version of the patch to edje (bugzilla #294). In my opinion this version is ready to be committed to the edje cvs, but I didn't get any devs

Re: [E-devel] Edje editing proposal

2007-11-28 Thread Dr. Michael 'Mickey' Lauer
Dave, this is great news! I have filed a patch to bgzilla with this first implementation. bug#294 Uh oh... Raster, please consider looking at the bugzilla this time ;) If you want to try it simply patch edje and set #define TEST_DIRECT_EDJE 1 in edje_editor/src/bin/main.h on line 15 then

Re: [E-devel] Ecore_Support

2007-11-19 Thread Dr. Michael 'Mickey' Lauer
Sebastian Dransfeld wrote: Peter Wehrfritz wrote: But is it really reasonable to split ecore in such small parts? In particular when you think on ecore_txt (1 function) or ecore_job (1 + 3 functions). Another point in splitting should be to make ecore_evas check engines runtime and not

Re: [E-devel] Recent e_modules configure.in changes

2007-11-15 Thread Dr. Michael 'Mickey' Lauer
If you want to be nice to cross-compilation environments, AC_PATH_PROG(EDJE_CC, edje_cc, , $PATH) edje_cc is more advisable than edje_cc=$(pkg-config --variable=prefix edje)/bin/edje_cc since in the latter case it would probably point to the cross-compiled edje_cc which we surely can't run during

[E-devel] ETK engines? (was: Software sdl engine for ETK)

2007-10-12 Thread Dr. Michael 'Mickey' Lauer
src/engines/ecore_evas_software_x11/Makefile src/engines/ecore_evas_software_x11_16/Makefile src/engines/ecore_evas_gl_x11/Makefile +src/engines/ecore_evas_software_sdl/Makefile src/engines/ecore_fb/Makefile Could you briefly summarize why we have to have different etk engines? I can

Re: [E-devel] E CVS: proto/eflpp andreas

2007-08-24 Thread Dr. Michael 'Mickey' Lauer
Gustavo Sverzut Barbieri wrote: On 8/22/07, Enlightenment CVS [EMAIL PROTECTED] wrote: Enlightenment CVS committal Author : andreas Project : e17 Module : proto/eflpp Dir : e17/proto/eflpp/examples/ecore/callbacks Modified Files: main.cpp Log Message: - added GL and

Re: [E-devel] E on a PDA

2007-08-01 Thread Dr. Michael 'Mickey' Lauer
muzzle wrote: Is there some embedded distribution interested in using efl to build their graphic environment (I think angstrom was considering ea e17 environment)? I'm one of the founders of Angstrom and we have added E17 as one of the UI options in our images. I remember seeing something on

Re: [E-devel] [PATCH] adding get workarea to Ecore_X

2007-07-21 Thread Dr. Michael 'Mickey' Lauer
Carsten Haitzler wrote: On Fri, 20 Jul 2007 16:55:09 +0200 Dr. Michael 'Mickey' Lauer [EMAIL PROTECTED] babbled: I found this patch to be necessary when working with Ecore X windows that register with the window manager as the desktop window -- otherwise I can't get the correct size

Re: [E-devel] [PATCH] adding get workarea to Ecore_X

2007-07-21 Thread Dr. Michael 'Mickey' Lauer
Kim Woelders wrote: Dr. Michael 'Mickey' Lauer wrote: Carsten Haitzler wrote: On Fri, 20 Jul 2007 16:55:09 +0200 Dr. Michael 'Mickey' Lauer [EMAIL PROTECTED] babbled: I found this patch to be necessary when working with Ecore X windows that register with the window manager as the desktop

[E-devel] [PATCH] adding get workarea to Ecore_X

2007-07-20 Thread Dr. Michael 'Mickey' Lauer
I found this patch to be necessary when working with Ecore X windows that register with the window manager as the desktop window -- otherwise I can't get the correct size of the desktop minus the space that's occupied by panels etc. (The only glitch is that the semantics is not symmetrical to

Re: [E-devel] [PATCH] adding get workarea to Ecore_X

2007-07-20 Thread Dr. Michael 'Mickey' Lauer
http://linuxtogo.org/~mickeyl/patches/ecore-add-get-workarea.patch Regards, :M: -- Michael 'Mickey' Lauer | IT-Freelancer | http://www.vanille-media.de - This SF.net email is sponsored by: Microsoft Defy all challenges.

Re: [E-devel] Is this a community project?

2007-07-08 Thread Dr. Michael 'Mickey' Lauer
(I hope you don't mind an outsiders view on the project...) I have been following this project since 2002 and while I'm not so much interested in a window manager (I'm into mobile embedded systems), I have become more and more excited about your base libraries (including Etk and Ewl). Luckily

Re: [E-devel] E CVS: proto mickeyl

2007-07-08 Thread Dr. Michael 'Mickey' Lauer
Vincent Torri wrote: no. It has been added intentionnaly. As I said in my commit message, it's to avoid a circular dependancy. I see, ok, thanks. Please describe the error. It compiles, install and work fine on my computer. Maybe I've forgotten to commit something. Make: No rule to build

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

2007-07-07 Thread Dr. Michael 'Mickey' Lauer
Vincent Torri wrote: On Fri, 6 Jul 2007, Enlightenment CVS wrote: style = EVAS_TEXT_STYLE_OUTLINE_SHADOW; else if (ep-part-effect == EDJE_TEXT_EFFECT_OUTLINE_SOFT_SHADOW) style = EVAS_TEXT_STYLE_OUTLINE_SOFT_SHADOW; + else if (ep-part-effect ==

[E-devel] cvs account request

2007-07-01 Thread Dr. Michael 'Mickey' Lauer
Hi, I have been working on C++ bindings to EFL for quite a while now, and since recently Andreas 'audifahrer' Volz contact me to support working on that, I'd like to introduce them to the Enlightenment CVS to make them more visible. Judging from the state, I think they would make a perfect fit

Re: [E-devel] cvs account request

2007-07-01 Thread Dr. Michael 'Mickey' Lauer
Carsten Haitzler wrote: missing 1 thing - we need your ssh public key (id_dsa.pub) oops ;) (attached) Cheers, :M: -- Michael 'Mickey' Lauer | IT-Freelancer | http://www.vanille-media.de- This SF.net email is sponsored by