Re: [E-devel] Weather Module blocks Enlightenment while updating

2005-08-05 Thread Matthew Mullins
Yeah, that would be great. My list of stuff to do: - Take out system(wget) and use ecore_file_download or anything that doesn't block. - Put the download get and the parser on seperate ecore timers. - Put in a ecore text entry box popup for editing the URL to download, instead of popping up an

[e-devel] patch for desktop naming

2005-08-05 Thread ilLogict
Hello ! I'm attaching a patch that enables virtual desktop naming via ipc. -desktop-name-add OPT1 OPT2 OPT3 OPT4 OPT5 Add a desktop name definition. OPT1 = container no. OPT2 = zone no. OPT3 = desk_x. OPT4 = desk_y. OPT5 = desktop name -desktop-name-del OPT1 OPT2 OPT3 OPT4 Delete a desktop name

Re: [e-devel] patch for desktop naming

2005-08-05 Thread Andrew Elcock
I would of thought that as each desk has exactly one name that add / del is not appropriate simply set / get - list may still be cool :) ilLogict wrote: Hello ! I'm attaching a patch that enables virtual desktop naming via ipc. -desktop-name-add OPT1 OPT2 OPT3 OPT4 OPT5 Add a desktop name de

Re: [E-devel] Weather Module blocks Enlightenment while updating

2005-08-05 Thread Matthew Mullins
Actually, scratch the first two. I had some spare time this morning so I have those parts working. Any help on any of the other parts would be appreciated. -matt --- Matthew Mullins <[EMAIL PROTECTED]> wrote: > Yeah, that would be great. My list of stuff to do: > > - Take out system(wget) an

Re: [e-devel] patch for desktop naming

2005-08-05 Thread ilLogict
Hello! I also thought of that, but as it is same the same issue with background, I thought it would be more consistent to keep add/del that set/get. And with del, it's definitely easier to reset the default naming for a given desktop. Maybe something like -desktop-name-set default could do the tr

Re: [e-devel] patch for desktop naming

2005-08-05 Thread ilLogict
Hello! I just saw that something really weird happened... The attached file has not been attached but sent as a link (???). Anyway, sending it again... Hoping that it will work as expected this time :p Cheers! ilLogict Quoting ilLogict <[EMAIL PROTE

Re: [E-devel] Other possible bugs

2005-08-05 Thread dan sinclair
On Thu, 2005-08-04 at 23:06 -0700, Enrique Figueroa wrote: > I'm not so sure about this, but here is what I have installed: > > Flex 2.5.31-33 > Bison 1:1.875d-1 > Autotools-dev 20050422.1 > > Any other ideas? > Yea, use automake 1.5 as I said before. dan --

Re: [E-devel] Weather Module blocks Enlightenment while updating

2005-08-05 Thread Enrique Figueroa
Alright, I'll try to take a look at the rest. -Enrique Matthew Mullins wrote: Actually, scratch the first two. I had some spare time this morning so I have those parts working. Any help on any of the other parts would be appreciated. -matt --- Matthew Mullins <[EMAIL PROTECTED]> wrote:

Re: [E-devel] Other possible bugs

2005-08-05 Thread Enrique Figueroa
I think we are running out of ideas because I'm using automake 1.7 as decribed in: http://enlightenment.org/Enlightenment/Get_Enlightenment/Build_Notes.html And to make sure, I uninstalled 1.7 and installed 1.5 and tried recompiling engrave and still no success. I'm mystified about this. -En

Re: [E-devel] Other possible bugs

2005-08-05 Thread dan sinclair
On Fri, 2005-08-05 at 10:32 -0700, Enrique Figueroa wrote: > I think we are running out of ideas because I'm using automake 1.7 as > decribed in: > http://enlightenment.org/Enlightenment/Get_Enlightenment/Build_Notes.html > > And to make sure, I uninstalled 1.7 and installed 1.5 and tried recompil

[E-devel] [new file] entrance init.d

2005-08-05 Thread Michel Briand
I suggest a cleanup in startup /etc/init.d/entranced as would fit in Debian * no more use of @prefix@ : your distro should install only one entrance and must find entranced in /usr/bin * chkconfig for distro that use it regards, Michel #! /bin/sh # # Originally based on: # Version: @(#)ske

[E-devel] [rfc] PIC support in imlib2 MMX code

2005-08-05 Thread Mike Frysinger
in the interest of removing all .text relocations from Gentoo, the Imlib2 mmx code came up ... the files in question here are: asm_blend.S asm_blend_cmod.S asm_rgba.S each of these uses memory masks to load into mmx registers ... the problem is, they dont use PIC-aware memory references so every

[E-devel] Epsilon Bug

2005-08-05 Thread Christopher Michael
Hi All, JustinP from #e found a bug in Epsilon.c where If HAVE_EPEG_H isn't defined Episilon doesn't compile due to an undefined variable "len". Here is a diff to correct this problem. Devilhorns --- Epsilon.c.orig 2005-08-05 20:09:49.553022250 + +++ Epsilon.c 2005-08-05 20:10:07.5501

[E-devel] Esmart Bug

2005-08-05 Thread Christopher Michael
Hi All, JustinP on #e brings to our attention another bug !! This one in esmart... esmart_container.c:33: error: stray '$' in program I made a diff to fix it. devilhorns --- esmart_container.c.orig 2005-08-05 23:12:14.825059000 + +++ esmart_container.c 2005-08-05 23:24:23.698610750

Re: [e-devel] patch for desktop naming

2005-08-05 Thread The Rasterman
On Fri, 05 Aug 2005 17:36:52 +0200 ilLogict <[EMAIL PROTECTED]> babbled: > > > Hello! > > I just saw that something really weird happened... The attached file has not > been attached but sent as a link (???). > Anyway, sending it again... Hoping that it will work as expected this time :p yeah

Re: [E-devel] Bug with drag'n'drop on ibar

2005-08-05 Thread The Rasterman
On Thu, 04 Aug 2005 12:58:51 +0200 FORT Yannick <[EMAIL PROTECTED]> babbled: > I accidentally dragged an URL from Firefox's favicon to ibar, and before > i had time to drop (i think), e17 crashed i can't reproduce it here at all :( dragging bookmark and url links all over the screen from ffox -

Re: [E-devel] help using epeg to convert raw 24bit rgb to jpeg

2005-08-05 Thread The Rasterman
On Thu, 4 Aug 2005 13:25:59 + Freyr Magn__sson <[EMAIL PROTECTED]> babbled: > Hi, > > I've been trying to modify the epeg library to accept raw rgb images > for a robot project i'm involved in. Basicaly I'm feeding data > straight from a webcam to the epeg lib for fast conversion to jpeg, >

Re: [E-devel] Bug with "move_absolute" binding

2005-08-05 Thread The Rasterman
On Fri, 29 Jul 2005 10:57:09 +0200 Doomsday <[EMAIL PROTECTED]> babbled: > I found a bug with the binding "move_absolute". Maybe it is > reproductible with move_relative but few tries are not enough. > > Well, take a look here: http://pastebin.com/324468 pastebin is empty - what is the bug? --

Re: [E-devel] Esmart Bug

2005-08-05 Thread Mike Frysinger
On Friday 05 August 2005 07:27 pm, Christopher Michael wrote: > This one in esmart... > esmart_container.c:33: error: stray '$' in program committed, thanks -mike --- SF.Net email is Sponsored by the Better Software Conference & EXPO Septem