[E-devel] installation of hte html doc of the EFL

2010-08-29 Thread Vincent Torri
Hey I was wondering if someone would object against installing the html doc of the EFL. What I propose: * installing them in $htmldir (GNU standard directory for that kind of stuff). So the package maintainers would just have to override this value * install-doc for the make rule. Note th

Re: [E-devel] Can't catch ECORE_EXE_EVENT_ADD

2010-08-29 Thread The Rasterman
On Mon, 30 Aug 2010 13:59:12 +0800 rui kou said: you can't do what you want. that event is only for children forked and execced by your own process. as such a process doesn't have any visibility into what other processes do in terms of forking and execcing (without special ptracing of every proce

[E-devel] Can't catch ECORE_EXE_EVENT_ADD

2010-08-29 Thread rui kou
Hi I want to catch the event when application is opened byE menus and everything-apps, so I add : ecore_event_handler_add(ECORE_EXE_EVENT_ADD, _e_exec_cb_add, NULL); But, it can't work, I can only catch the event when I open an app use ecore_exe_run("firefox", NULL) in the same app written

Re: [E-devel] e install locations

2010-08-29 Thread Vincent Torri
On Mon, 30 Aug 2010, Carsten Haitzler (The Rasterman) wrote: > On Sun, 29 Aug 2010 16:21:04 -0400 Michael Blumenkrantz > said: > > is this just e17 itself? not efl 1.0.0? the efl are not installing any doc Vincent >> Currently some of the docs install to $(prefix)/share/enlightenment/doc. >>

Re: [E-devel] e install locations

2010-08-29 Thread Albin Tonnerre
On Mon, 30 Aug 2010 12:39 +0900, Carsten Haitzler wrote : > the problem with PREFIX/share/doc is that this will conflict with distro > policies on doc dir naming most likely. distros like debian and ubuntu qand > that docdir to be the package name. almost nothing installs docs from src that > i kno

Re: [E-devel] E SVN: raster trunk/e

2010-08-29 Thread Christopher Michael
Much better, thanks :) dh On 08/29/2010 11:46 PM, Enlightenment SVN wrote: > Log: >oops dont remove - just remove disabling of illume > > > Author: raster > Date: 2010-08-29 20:46:49 -0700 (Sun, 29 Aug 2010) > New Revision: 51739 > > Modified: >trunk/e/configure.ac > > Modif

Re: [E-devel] E SVN: raster trunk/e

2010-08-29 Thread The Rasterman
On Sun, 29 Aug 2010 22:07:42 -0400 Christopher Michael said: > On 08/29/10 18:39, Enlightenment SVN wrote: > > Log: > >shall we get configure checks right eh? > > > > -#dnl Check enotify support for illume-indicator module so it can do dbus > > notifications or not -AC_E_CHECK_PKG(ENOTIFY, [e

Re: [E-devel] E SVN: raster trunk/e

2010-08-29 Thread Christopher Michael
On 08/29/2010 11:41 PM, Enlightenment SVN wrote: > Log: >well then - then no check. why was it there anyway? > > > -# Check enotify support for illume-indicator module so it can do dbus > notifications or not > -AC_E_CHECK_PKG(ENOTIFY, [edbus>= 1.0.0 enotify>= 1.0.0], [], [ILLUME2=false]) Wa

Re: [E-devel] e install locations

2010-08-29 Thread The Rasterman
On Sun, 29 Aug 2010 23:04:58 -0400 Michael Blumenkrantz said: > On Mon, 30 Aug 2010 10:41:07 +0900 > Carsten Haitzler (The Rasterman) wrote: > > > On Sun, 29 Aug 2010 16:21:04 -0400 Michael Blumenkrantz > > said: > > > > is this just e17 itself? not efl 1.0.0? > > > > > Currently some of the

[E-devel] [patch] evas: fixes include file installation

2010-08-29 Thread Jerome Pinot
Hi, This patch corrects the installation of Evas_Engine_Software_8_X11.h include file. Index: evas/src/modules/engines/software_8_x11/Makefile.am === --- evas/src/modules/engines/software_8_x11/Makefile.am (revision 51735) +++ evas/s

Re: [E-devel] e install locations

2010-08-29 Thread Michael Blumenkrantz
On Mon, 30 Aug 2010 10:41:07 +0900 Carsten Haitzler (The Rasterman) wrote: > On Sun, 29 Aug 2010 16:21:04 -0400 Michael Blumenkrantz > said: > > is this just e17 itself? not efl 1.0.0? > > > Currently some of the docs install to $(prefix)/share/enlightenment/doc. > > Vincent and I agree that t

Re: [E-devel] E SVN: raster trunk/e

2010-08-29 Thread Christopher Michael
On 08/29/10 18:39, Enlightenment SVN wrote: > Log: >shall we get configure checks right eh? > > -#dnl Check enotify support for illume-indicator module so it can do dbus > notifications or not > -AC_E_CHECK_PKG(ENOTIFY, [enotify>= 1.0.0], [], [ENOTIFY=false]) > +# Check enotify support for ill

Re: [E-devel] e install locations

2010-08-29 Thread The Rasterman
On Sun, 29 Aug 2010 16:21:04 -0400 Michael Blumenkrantz said: is this just e17 itself? not efl 1.0.0? > Currently some of the docs install to $(prefix)/share/enlightenment/doc. > Vincent and I agree that this is broken, as it should be $(prefix)/share/doc > aka $(docdir). > I am going to change

Re: [E-devel] a few backtraces obtained while trying revision 51708

2010-08-29 Thread The Rasterman
On Mon, 30 Aug 2010 03:11:15 +0530 Amitav Mohanty said: > Hello > > today I checked out revision 51708 and used it a number of times. I had > segmentation faults on three occasions. Firstly, I was just trying the > settings panel. I was moving through each settings tab using arrow keys up, >

[E-devel] a few backtraces obtained while trying revision 51708

2010-08-29 Thread Amitav Mohanty
Hello today I checked out revision 51708 and used it a number of times. I had segmentation faults on three occasions. Firstly, I was just trying the settings panel. I was moving through each settings tab using arrow keys up, down, left, right while this happened. Its backtrace is in bt.log [a

[E-devel] e install locations

2010-08-29 Thread Michael Blumenkrantz
Currently some of the docs install to $(prefix)/share/enlightenment/doc. Vincent and I agree that this is broken, as it should be $(prefix)/share/doc aka $(docdir). I am going to change this, but I know that there is some code in bin/e_prefix.c which references files at the current location; are th

[E-devel] e16-1.0.5

2010-08-29 Thread Kim Woelders
e16-1.0.5 is available for download: http://sourceforge.net/projects/enlightenment/files/ This release is primarily intended to fix some more regressions in 1.0.3. e16-1.0.5: - Fix crash when menu is created shortly after being destroyed. - Fix resizing when using H/V handles and client has aspec

Re: [E-devel] patch for using parenthesis

2010-08-29 Thread Kim Woelders
On Sat, 28 Aug 2010 14:30:59 +0200, Lucas De Marchi wrote: > Hi all, > > See at http://people.profusion.mobi/~lucas/allparen.patch a patch I > prepared for our svn using the scripts > trunk/SCRIPTS/coccinelle/{paren,paren-or}.cocci > > I know this one is particular controversial (and bigger tha

Re: [E-devel] Edje translations - Why they shouldn't be inside .edj's

2010-08-29 Thread Tom Hacohen
On Fri, 2010-08-27 at 06:53 +0800, Tom Haste wrote: > The main usage case I can think of here is just a textblock where you > would have a sizable chunk of RTL text, or a long label describing a > checkbox. What would be the down side in having a signal > 'e,text,rtl,down' emitted to the edje and h

Re: [E-devel] Edje translations - Why they shouldn't be inside .edj's

2010-08-29 Thread Tom Hacohen
I've added my comments below, but if it's just 24 strings per file maximum, I don't care enough to argue, *but* I can assure you this number will grow very soon (once people will be able to translate strings in edj). Please read my comments anyway, maybe you'll get convinced. Furthermore, I have a