Re: [E-devel] Announcing EWL 0.5.3

2009-01-05 Thread Andreas Volz
Am Sun, 4 Jan 2009 18:03:03 -0600 schrieb Nathan Ingersoll: Great work! I couldn't read it from below. Does EWL now support Ecore_Evas? Or is composite support now directly included? Are there any plans for it? regards Andreas > I'm pleased to announce the release of EWL version 0.5.3. This rel

Re: [E-devel] e17 release stuff

2009-01-05 Thread Gustavo Sverzut Barbieri
On Thu, Jan 1, 2009 at 2:26 AM, The Rasterman Carsten Haitzler wrote: > ok. i just added some of the things discussed in the efm thoughts thread a few > weeks ago: > > http://trac.enlightenment.org/e/wiki/Release > > does anyone have anything to add? i'd like focus to pretty much revolve around >

[E-devel] Can't install e17 due to "Eina.h: No such file or directory"

2009-01-05 Thread Andrew P. Billyard
I've been trying for about 3 days to install the latest e17 but without success. At first I was trying to follow the instructions from http://wiki.enlightenment.org/index.php/E17_User_Guide/Installing_from_Source_Repository and after many failed attempts at compiling I ended up downloading and

Re: [E-devel] E17 on Cygwin/X platform?

2009-01-05 Thread Pavel Lipenský
Hi , > Sorry, I couldn't write to you sooner. > (I'm not good at English.) Me, neither :) Regarding > AC_CHECK_HEADERS([winsock2.h]) > > #if !defined(__CYGWIN__) // <- wrapped by __CYGWIN__ macro > #ifdef HAVE_WINSOCK2_H // <- using header specific macro > #include > #endif > #endif /* !defin

[E-devel] compiling e17 without dbus

2009-01-05 Thread Olivier SMEDTS
Hello list, I'm trying to compile e17 (freshly checked out from public svn repository) without dbus. I have been using e17 from sources for years and am very happy with it. I'm currently using enlightenment 0.16.999.050 (27 oct 2008) on FreeBSD. I don't use, have or need dbus, hal and the like. Wh

Re: [E-devel] E SVN: raster trunk/eina/src/lib

2009-01-05 Thread Naruto TAKAHASHI
Hi, Michael. thank you, advice. I move "-fno-strict-aliasing" flag to configure.ac. Best Regards. -=-=-=-=-=-=-=-=- Naruto TAKAHASHI tnar...@gmail.com From: Michael Jennings Subject: Re: [E-devel] E SVN: raster trunk/eina/src/lib Date: Sun, 4 Jan 2009 22:10:11 -0800 > On Wednesday, 31 Decembe

Re: [E-devel] Desktop icons

2009-01-05 Thread Andreas Volz
Am Tue, 30 Dec 2008 09:50:39 +0100 schrieb Andreas Volz: Hello again, seems nobody has an answer to my question. Could you at least tell me where this is implemented? Should I search in efreet or the fileman module or in E17 itself? Maybe a short answer from someone who knows it may same me much

Re: [E-devel] Desktop icons

2009-01-05 Thread Fedor Gusev
On Mon, Jan 05, 2009 at 09:55:02AM +0100, Andreas Volz wrote: > Am Tue, 30 Dec 2008 09:50:39 +0100 schrieb Andreas Volz: > > Hello again, > > seems nobody has an answer to my question. Could you at least tell me > where this is implemented? Should I search in efreet or the fileman > module or in

Re: [E-devel] Announcing EWL 0.5.3

2009-01-05 Thread Nathan Ingersoll
We don't use ecore_evas, but making composite work should be very similar. Peter fixed a bug in the shaped window support which would have also affected composite windows. We do plan to support it, but I'm not sure if anyone has it at the top of their pet project list. On Mon, Jan 5, 2009 at 3:00

Re: [E-devel] compiling e17 without dbus

2009-01-05 Thread Massimo Maiurana
Olivier SMEDTS, il 04/01/2009 19:48, scrisse: > Hello list, > > I'm trying to compile e17 (freshly checked out from public svn > repository) without dbus. > I have been using e17 from sources for years and am very happy with > it. I'm currently using enlightenment 0.16.999.050 (27 oct 2008) on > F

Re: [E-devel] Bits from the Edje Lua integration

2009-01-05 Thread Gustavo Sverzut Barbieri
On Wed, Dec 31, 2008 at 11:47 AM, Hanspeter Portner wrote: > Hi there > > I've got an initial working infrastructure for Lua inside of Edje. > > I've added a lua_script_only group to Edje, analogous to the embryo > script_only group. I'll use that as a test bed for the Lua/Edje/Evas > bindings. >

Re: [E-devel] Desktop icons

2009-01-05 Thread Andreas Volz
Am Mon, 5 Jan 2009 14:54:22 +0300 schrieb Fedor Gusev: > On Mon, Jan 05, 2009 at 09:55:02AM +0100, Andreas Volz wrote: > > Am Tue, 30 Dec 2008 09:50:39 +0100 schrieb Andreas Volz: > > > > Hello again, > > > > seems nobody has an answer to my question. Could you at least tell > > me where this is

Re: [E-devel] e17 release stuff

2009-01-05 Thread Luchezar Petkov
On Mon, Jan 5, 2009 at 12:07 PM, Gustavo Sverzut Barbieri wrote: > > I did basic categorization of enlightenment items and also remove the > idea to drop 16bpp engines as we'll use it in our projects. > > most showstopper atm is file manager items, I think we can do without > them so would flag t

[E-devel] Language module hiccups

2009-01-05 Thread Nikolas Arend
Hi, I've just upgraded my laptop to Fedora 10 and experience now a slight problem with the language module: after loading it, my arrow keys won't work no longer. Without the module loaded everything is fine. To make it work with F10 I've symlinked /etc/X11/xkb -> /usr/share/X11/xkb and the resp

Re: [E-devel] e17 release stuff

2009-01-05 Thread Gustavo Sverzut Barbieri
On Mon, Jan 5, 2009 at 8:00 PM, Luchezar Petkov wrote: > On Mon, Jan 5, 2009 at 12:07 PM, Gustavo Sverzut Barbieri > wrote: >> >> I did basic categorization of enlightenment items and also remove the >> idea to drop 16bpp engines as we'll use it in our projects. >> >> most showstopper atm is file

Re: [E-devel] e17 release stuff

2009-01-05 Thread The Rasterman
On Mon, 5 Jan 2009 23:24:46 -0200 "Gustavo Sverzut Barbieri" babbled: > On Mon, Jan 5, 2009 at 8:00 PM, Luchezar Petkov > wrote: > > On Mon, Jan 5, 2009 at 12:07 PM, Gustavo Sverzut Barbieri > > wrote: > >> > >> I did basic categorization of enlightenment items and also remove the > >> idea to

Re: [E-devel] e17 release stuff

2009-01-05 Thread Hisham Mardam Bey
On Mon, Jan 5, 2009 at 8:24 PM, Gustavo Sverzut Barbieri wrote: > On Mon, Jan 5, 2009 at 8:00 PM, Luchezar Petkov > wrote: >> On Mon, Jan 5, 2009 at 12:07 PM, Gustavo Sverzut Barbieri >> wrote: >>> >>> I did basic categorization of enlightenment items and also remove the >>> idea to drop 16bpp e

Re: [E-devel] EWL evas_fb_la_LIBADD patch

2009-01-05 Thread Graham Gower
2008/12/24 Peter Wehrfritz : > Peter Wehrfritz schrieb: >> >> 4 pixels sound like inset or padding pixels. Since the size request >> happens before the realization some pixels for the inset will be added >> later, when the theme data is loaded. I think for the framebuffer, unlike to >> the x11 engi

Re: [E-devel] e17 release stuff

2009-01-05 Thread The Rasterman
On Mon, 5 Jan 2009 23:40:42 -0500 "Hisham Mardam Bey" babbled: > On Mon, Jan 5, 2009 at 8:24 PM, Gustavo Sverzut Barbieri > wrote: > > On Mon, Jan 5, 2009 at 8:00 PM, Luchezar Petkov > > wrote: > >> On Mon, Jan 5, 2009 at 12:07 PM, Gustavo Sverzut Barbieri > >> wrote: > >>> > >>> I did basic c

Re: [E-devel] e17 release stuff

2009-01-05 Thread Nick Hughart
On Mon, 5 Jan 2009 23:40:42 -0500 "Hisham Mardam Bey" wrote: > On Mon, Jan 5, 2009 at 8:24 PM, Gustavo Sverzut Barbieri > wrote: > > On Mon, Jan 5, 2009 at 8:00 PM, Luchezar Petkov > > wrote: > >> On Mon, Jan 5, 2009 at 12:07 PM, Gustavo Sverzut Barbieri > >> wrote: > >>> > >>> I did basic cat

Re: [E-devel] e17 release stuff

2009-01-05 Thread Toma
Spot on Mekius. If we had a 6 month roadmap and an alpha release, we'd have quite a bit of PR and certainly a bit of personal drive. Even with ewl having releases it gives me drive to try to get the new theme into the next major version. Im sure other devs would be energised by a roadmap and releas