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

2005-10-16 Thread Vincent Torri
=== RCS file: /cvsroot/enlightenment/e17/libs/ecore/src/lib/ecore_evas/ecore_evas_x.c,v retrieving revision 1.59 retrieving revision 1.60 diff -u -3 -r1.59 -r1.60 --- ecore_evas_x.c4 Oct 2005 18:19:16 - 1.59

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

2005-10-16 Thread Vincent Torri
forget that mail, i've not seen raster's changes when i wrote it Vincent On Sun, 16 Oct 2005, Vincent Torri wrote: === RCS file: /cvsroot/enlightenment/e17/libs/ecore/src/lib/ecore_evas/ecore_evas_x.c,v retrieving

[E-devel] Ding dong, the witch is dead.

2005-10-16 Thread David Seikel
I am proud to announce that the vile, evil, devilish window serial killer has been vanquished. After a weekend of really, really very slow debugging on a pentium 100, raster and myself managed to crush it unmercifully. The bug was that on slow hardware, switching desktops quickly would sometimes

Re: [E-devel] Maximize bug

2005-10-16 Thread Ehud Shabtai
Rasterman, sorry for the double post... I'm also having difficulties maximizing windows. When I try to maximize a window, it disappears and can be found on the lost windows menu. I just updated E from CVS, cleaned my ~/.e directory. It worked for a couple of times, but now I'm losing windows

[E-devel] Ecore ...

2005-10-16 Thread Ag. System Administrator
Hi! Something weird after last CVS updates: gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../src/lib/ecore -I../../../src/lib/ecore -D_REENTRANT -I/usr/include/directfb -I/opt/e17/include -I/opt/ e17/include -L/opt/e17/lib -Wall -MT ecore_directfb.lo -MD -MP -MF .deps/ecore_directfb.Tpo -c

[E-devel] Re: Ding dong, the witch is dead.

2005-10-16 Thread Martin Geisler
David Seikel [EMAIL PROTECTED] writes: I am proud to announce that the vile, evil, devilish window serial killer has been vanquished. After a weekend of really, really very slow debugging on a pentium 100, raster and myself managed to crush it unmercifully. ROFL! I love your way of making

Re: [E-devel] Ding dong, the witch is dead.

2005-10-16 Thread [EMAIL PROTECTED]
David Seikel wrote: With a reliable testing environment in hand, I instrumented the source code and set off on the hunting expedition. By the afternoon of the following day, raster was online again, and I had some bug spore for him to follow. After an hour on the trail, and possible getting

Re: [E-devel] Ecore ...

2005-10-16 Thread The Rasterman
On Sun, 16 Oct 2005 12:09:40 +0200 Ag. System Administrator [EMAIL PROTECTED] babbled: Hi! Something weird after last CVS updates: either your directfb is to new, or too old - but just --disable directfb when compiling ecore :) gcc -DHAVE_CONFIG_H -I. -I. -I../../..

Re: [E-devel] Ding dong, the witch is dead.

2005-10-16 Thread The Rasterman
On Sun, 16 Oct 2005 19:28:08 +1000 David Seikel [EMAIL PROTECTED] babbled: I am proud to announce that the vile, evil, devilish window serial killer has been vanquished. After a weekend of really, really very slow debugging on a pentium 100, raster and myself managed to crush it

Re: [E-devel] Re: Ding dong, the witch is dead.

2005-10-16 Thread David Seikel
On Sun, 16 Oct 2005 12:06:11 +0200 Martin Geisler [EMAIL PROTECTED] wrote: David Seikel [EMAIL PROTECTED] writes: I am proud to announce that the vile, evil, devilish window serial killer has been vanquished. After a weekend of really, really very slow debugging on a pentium 100, raster

[E-devel] A crash when dragging eap files to the ibar

2005-10-16 Thread Виктор Кожухаров
I've tested it by dragging an eap file from nautilus to the ibar. I remember that this used to work before this is all the gdb data I can muster: (gdb) bt #0 0x080acc42 in _e_drag_update (x=392, y=1160) at e_dnd.c:510 #1 0x080ad686 in _e_dnd_cb_event_dnd_position (data=0x810c888, type=53,

[E-devel] patch for efm

2005-10-16 Thread Massimo Maiurana
I don't know if there is any particular reason because efm is the only not translatable part of E. anyway, I did a patch to internazionalize efm... hoping it can be useful :) -- Massimo Maiurana mailto:[EMAIL PROTECTED] http://massimo.solira.org GPG keyID

[E-devel] cpu usage reporting patch for monitor module

2005-10-16 Thread Randy Robertson
I've been using the monitor module, and annoyingly it reports 100% cpu usage. Here's a simple patch to hide this. diff -ur e17.orig/apps/e_modules/src/modules/monitor/linux_2.6.c e17/apps/e_modules/src/modules/monitor/linux_2.6.c --- e17.orig/apps/e_modules/src/modules/monitor/linux_2.6.c

Re: [E-devel] patch for efm

2005-10-16 Thread Hisham Mardam Bey
On 10/16/05, Massimo Maiurana [EMAIL PROTECTED] wrote: I don't know if there is any particular reason because efm is the only not translatable part of E. anyway, I did a patch to internazionalize efm... hoping it can be useful :) It is, thanks! (= -- Hisham Mardam Bey MSc (Computer

[E-devel] Creating an Imlib_Image directly from an XImage

2005-10-16 Thread syfou
Hi there, Can I extract arbitrary rectangular section out of an XIMage using `imlib_create_image_from_ximage()' ? I guess I can, but I was unable too so far. I just fetched Imlib2 1.2.1.009 from CVS (this part of code is pretty stable since its original inclusion in october 2000 anyway),

[E-devel] What is the best lib for modules?

2005-10-16 Thread Gabriel Rossetti
Hello, I would like to write some modules for e17 and I was wondering, should I use evas, ewl, etc? I wanted to have a Text field, but I noticed that there are text feilds in every lib (well, almost). At first I thought of using ewl but it seams more like a regular application lib needing a

Re: [E-devel] What is the best lib for modules?

2005-10-16 Thread Hisham Mardam Bey
On 10/17/05, Gabriel Rossetti [EMAIL PROTECTED] wrote: I would like to write some modules for e17 and I was wondering, should I use evas, ewl, etc? Since E17 doesnt link against Ewl, we tend to use E's internal libs / widgets and evas/edje. I wanted to have a Text field, but I noticed that

Re: [E-devel] What is the best lib for modules?

2005-10-16 Thread Gabriel Rossetti
Thanks! I'll Get to work then :-) Gabriel Hisham Mardam Bey wrote: On 10/17/05, Gabriel Rossetti [EMAIL PROTECTED] wrote: I would like to write some modules for e17 and I was wondering, should I use evas, ewl, etc? Since E17 doesnt link against Ewl, we tend to use E's

Next witch. Was: [E-devel] Ding dong, the witch is dead.

2005-10-16 Thread David Seikel
On Sun, 16 Oct 2005 12:46:27 +0200 [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: me hands over the 'killing it slowly monsterbug-debug-award' to david For my next trick.. Although it doesn't happen often, it is occasionally annoyingly time consuming to have to reboot my computer when the keyboard

[E-devel] Why doesn't Eterm displays the colouring of the directories in FC4?

2005-10-16 Thread Angel Vera
Before I tell you about the problem.. i must tell you that: 1) I just compiled Eterm0.9.3 and installed it. 2) In order to get it to compile with FC4 I had to comment out 2 lines in command.c. Lines 3006,3009 both lines have references to a AT_LEAST() function, both lines wehre giving me a

Re: Next witch. Was: [E-devel] Ding dong, the witch is dead.

2005-10-16 Thread The Rasterman
On Mon, 17 Oct 2005 10:33:21 +1000 David Seikel [EMAIL PROTECTED] babbled: On Sun, 16 Oct 2005 12:46:27 +0200 [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: me hands over the 'killing it slowly monsterbug-debug-award' to david For my next trick.. Although it doesn't happen often, it is

[E-devel] New version of calendar module

2005-10-16 Thread Nathan A. Smith
Hi gang, I have updated the calendar module. Get it at http://home.comcast.net/~nasa01/calendar.tar.gz For those who tried my earlier version -- please make sure to completely remove it as the module is now self contained. Install is now ./configure and make install. feedback is always

Re: Next witch. Was: [E-devel] Ding dong, the witch is dead.

2005-10-16 Thread David Seikel
On Mon, 17 Oct 2005 09:54:02 +0900 Carsten Haitzler (The Rasterman) [EMAIL PROTECTED] wrote: On Mon, 17 Oct 2005 10:33:21 +1000 David Seikel [EMAIL PROTECTED] babbled: On Sun, 16 Oct 2005 12:46:27 +0200 [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: me hands over the 'killing it slowly

Re: [E-devel] Why doesn't Eterm displays the colouring of the directories in FC4?

2005-10-16 Thread Mike Frysinger
On Sunday 16 October 2005 07:13 pm, Angel Vera wrote: 2) In order to get it to compile with FC4 I had to comment out 2 lines in command.c. Lines 3006,3009 both lines have references to a AT_LEAST() function, both lines wehre giving me a invalid lvalue assigned error with gcc 4.0.0 and 4.0...

Re: Next witch. Was: [E-devel] Ding dong, the witch is dead.

2005-10-16 Thread The Rasterman
On Mon, 17 Oct 2005 12:18:42 +1000 David Seikel [EMAIL PROTECTED] babbled: On Mon, 17 Oct 2005 09:54:02 +0900 Carsten Haitzler (The Rasterman) [EMAIL PROTECTED] wrote: On Mon, 17 Oct 2005 10:33:21 +1000 David Seikel [EMAIL PROTECTED] babbled: On Sun, 16 Oct 2005 12:46:27 +0200

Re: [E-devel] Why doesn't Eterm displays the colouring of the directories in FC4?

2005-10-16 Thread Didier Casse
This is old Eterm. Please refer to CVS or if you prefer you can hook to my repo. :) I have : Eterm-0.9.4-1.20051016cvs.i386.rpm and of course the dependent libast-0.7-1.20051016cvs.i386.rpm You can also rebuild my src rpm. -- With kind regards, Didier. Yum/apt repository for

Re: [E-devel] New version of calendar module

2005-10-16 Thread Nathan A. Smith
Wow, Glad you like it!. Nasa On Mon, 2005-10-17 at 03:40 +0200, Gabriel Rossetti wrote: Nathan, you are the man! Thanks! Gabriel Nathan A. Smith wrote: Hi gang, I have updated the calendar module. Get it at http://home.comcast.net/~nasa01/calendar.tar.gz For those who tried my