Re: [E-devel] Evas MMX/SSE bug?

2006-01-30 Thread The Rasterman
On Mon, 30 Jan 2006 23:35:44 -0500 Michael Jennings <[EMAIL PROTECTED]> babbled: > On Tuesday, 31 January 2006, at 13:31:51 (+0900), > Carsten Haitzler wrote: > > > ok - your evas is not what is in cvs: > > > > void > > evas_common_cpu_sse_test(void) > > { > > #ifdef BUILD_SSE > >int blah[16

Re: [E-devel] Evas MMX/SSE bug?

2006-01-30 Thread Michael Jennings
On Tuesday, 31 January 2006, at 13:31:51 (+0900), Carsten Haitzler wrote: > ok - your evas is not what is in cvs: > > void > evas_common_cpu_sse_test(void) > { > #ifdef BUILD_SSE >int blah[16]; > >movntq_r2m(mm0, blah); > #endif > } [EMAIL PROTECTED] ~/cvs/e17/libs/evas >> mzblame src/

Re: [E-devel] Evas MMX/SSE bug?

2006-01-30 Thread The Rasterman
On Mon, 30 Jan 2006 22:51:48 -0500 Michael Jennings <[EMAIL PROTECTED]> babbled: > On Tuesday, 31 January 2006, at 10:29:48 (+0900), > Carsten Haitzler wrote: > > > > > literally the mmx in that uses movq (see the macro in evas_mmx.h) > > > > and monvtq - movntq is a newer call in sse and thats w

Re: [E-devel] Dragging an application icon into the ibar creates eap file with no icon

2006-01-30 Thread The Rasterman
On Mon, 23 Jan 2006 17:28:28 +0200 Ehud Shabtai <[EMAIL PROTECTED]> babbled: > Hi, > > I noticed that enlightenment shows the icon of an application even if > an eap file does not exist (I guess it takes the icon from the > application itself). > > Now if I try to drag the icon into the ibar, it

Re: [E-devel] Korean translations

2006-01-30 Thread The Rasterman
On Wed, 25 Jan 2006 06:04:44 -0800 Walter Hengely <[EMAIL PROTECTED]> babbled: > Here is the ko.po file for Korean translations. thanks mate! in cvs now. -- - Codito, ergo sum - "I code, therefore I am" -- The Rasterman (Carsten Haitzler)[EMAIL PROTECTED] 裸好多 Tokyo,

[E-devel] Continuing... Anonymous CVS & Servers - YOU CAN HELP!

2006-01-30 Thread The Rasterman
Ok - sorry for being a bit quiet. I've had the flu and have been out of any energy to do anything over the last 4 days or so. I've let this thread move along and see what people have to say. It seems there is sufficient support to make this happen - and since we have bandwidth and hosting provided

Re: [E-devel] CTRL+ALT+D keybinding

2006-01-30 Thread The Rasterman
On Mon, 23 Jan 2006 12:37:45 +0100 CGA <[EMAIL PROTECTED]> babbled: > < moo all > > \ ^__^ > \ (oo)\_ > (__)\ )\/\ > ||w | > || || > > I'm here to ask you devs if you are planning to implement the CTRL+ALT+D

Re: [E-devel] (Summary reply) Anonymous CVS & Servers - YOU CAN HELP!

2006-01-30 Thread The Rasterman
On Thu, 26 Jan 2006 12:52:29 -0800 Ben Rockwood <[EMAIL PROTECTED]> babbled: > Carsten Haitzler (The Rasterman) wrote: > > > > > > >>To most folks around here, one more box wouldn't make a real dent in > >>their admin load. I think the biggest factor is going to be how long > >>it will take be

Re: [E-devel] Allow Overlap query

2006-01-30 Thread The Rasterman
On Mon, 23 Jan 2006 10:42:32 + Andrew Williams <[EMAIL PROTECTED]> babbled: > I realise this - I was not querying the intensions or indeed the way it > works, simply the way it is configured - seems backwards when it could > all be configured in gadman. aah as a gadman default option (like ge

Re: [E-devel] Standard Menu Support

2006-01-30 Thread The Rasterman
On Thu, 26 Jan 2006 17:59:50 -0600 (CST) "Ibukun Olumuyiwa" <[EMAIL PROTECTED]> babbled: > Brought this up in #edevelop, and thought I should throw it out here as > well. Recently there's been some activity on exml, and meanwhile I've been > getting a little annoyed at having to wrestle with e_uti

Re: [E-devel] Evas Modules

2006-01-30 Thread The Rasterman
On Mon, 30 Jan 2006 17:09:57 -0500 Michael Jennings <[EMAIL PROTECTED]> babbled: > On Wednesday, 25 January 2006, at 10:10:23 (+0900), > Carsten Haitzler wrote: > > > you solved a problem the WRONG way. instead of removing 50+ lines of > > spec file - you shoudl have added 5 or so lines in total

Re: [E-devel] Window Placement - Avoiding Gadgets

2006-01-30 Thread The Rasterman
On Wed, 18 Jan 2006 01:00:17 -0500 Sthithaprajna Garapaty <[EMAIL PROTECTED]> babbled: > I wanted my gadgets to be visible all the time and not get hidden by > overlapping windows. > So here's a small patch that makes the windows never overlap gadgets. > Most of the code change is in e_place.c and

Re: [E-devel] Evas MMX/SSE bug?

2006-01-30 Thread Michael Jennings
On Tuesday, 31 January 2006, at 10:29:48 (+0900), Carsten Haitzler wrote: > > > literally the mmx in that uses movq (see the macro in evas_mmx.h) > > > and monvtq - movntq is a newer call in sse and thats what the sse > > > test routines should be looking for - stargint at the code in front > > >

[E-devel] Emotion and FreeBSD

2006-01-30 Thread Christian Holzberger
Hi, iam currently trying to use emotion on freebsd. it compiles fine, and the testporgramm starts after some twaking of config.h (adding HAVE_EVAS_X_H). but when i start emotion_test to view a video file the following error occures: module : emotion_decoder_xine.so No module. Error: /usr/lo

Re: [E-devel] Evas MMX/SSE bug?

2006-01-30 Thread The Rasterman
On Mon, 30 Jan 2006 12:36:17 -0500 Michael Jennings <[EMAIL PROTECTED]> babbled: > On Monday, 30 January 2006, at 17:45:15 (+0900), > Carsten Haitzler wrote: > > > what does you src/lib/engines/common/evas_cpu.c say in > > evas_common_cpu_sse_test (). > > You want me to set a breakpoint there or

Re: [E-devel] Evas Modules

2006-01-30 Thread Michael Jennings
On Wednesday, 25 January 2006, at 10:10:23 (+0900), Carsten Haitzler wrote: > you solved a problem the WRONG way. instead of removing 50+ lines of > spec file - you shoudl have added 5 or so lines in total to a few > other spec files listing extra dependencies. I felt I was better equipped to tak

Re: [E-devel] E.Org CMS (new thread please!)

2006-01-30 Thread David Coulson
Ibukun Olumuyiwa wrote: > Maybe it's time to seriously consider hosting e.org somewhere other than > Sourceforge. The web site, at least. Of course, logistical problems > abound. But wouldn't hurt to at least try to discover what options we > might have in this regard. I will happily provide free

Re: [E-devel] Evas MMX/SSE bug?

2006-01-30 Thread Michael Jennings
On Monday, 30 January 2006, at 17:45:15 (+0900), Carsten Haitzler wrote: > what does you src/lib/engines/common/evas_cpu.c say in > evas_common_cpu_sse_test (). You want me to set a breakpoint there or something? Watching the strace, I do get an illegal instruction early on in the execution, but

Re: [E-devel] E.Org CMS (new thread please!)

2006-01-30 Thread Ibukun Olumuyiwa
Maybe it's time to seriously consider hosting e.org somewhere other than Sourceforge. The web site, at least. Of course, logistical problems abound. But wouldn't hurt to at least try to discover what options we might have in this regard. Ibukun Carlos Daniel Ruvalcaba Valenzuela wrote: > Actually

[E-devel] weather module

2006-01-30 Thread Martin Klaffenboeck
Hi there! I added the weather module right now, but it doesn't show anything. What am I doing wrong? Where can I debug? Thanks, Martin --- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Dow

Re: [E-devel] Re: E CVS: monitor mej

2006-01-30 Thread Michael Jennings
On Monday, 30 January 2006, at 22:14:24 (+0900), David Stevenson wrote: > -EAPI void * > > -e_modapi_init(E_Module *module) > > +EAPI void * > > +e_modapi_init(E_Module * module) > > { > > - Monitor *monitor; > > + Monitor*monitor; > > > > - /* Set up module's message ca

[E-devel] Re: E CVS: monitor mej

2006-01-30 Thread David Stevenson
On 1/30/06, enlightenment-cvs@lists.sourceforge.net < enlightenment-cvs@lists.sourceforge.net> wrote:Enlightenment CVS committal Author  : mejProject : e_modulesModule  : monitorDir : e_modules/monitorModified Files:e_mod_config.c e_mod_config.h e_mod_main.c e_mod_main.hLog Message:Sun

[E-devel] Re: [e-users] Anonymous CVS & Servers - YOU CAN HELP!

2006-01-30 Thread Daniel Kasak
Carsten Haitzler (The Rasterman) wrote: >3. Are people willing to donate enough $ to make it happen? > > Just got back from holidays. Count me in too. It's a nice way to donate while I'm figuring out edje :) I'll donate to the PayPal account I saw mentioned in the thread. Dan -- BEGIN-ANTIS

[E-devel] Re: E CVS: mount devilhorns

2006-01-30 Thread David Seikel
On Sun, 29 Jan 2006 21:12:49 -0800 enlightenment-cvs@lists.sourceforge.net wrote: > Enlightenment CVS committal > > Author : devilhorns > Project : e_modules > Module : mount > > Dir : e_modules/mount/data > > > Added Files: > Makefile.am > > > Log Message: > Added my modules ba

Re: [E-devel] Re: [e-users] Anonymous CVS & Servers - YOU CAN HELP!

2006-01-30 Thread Andreas Orfanos
Finally, have we got the list of things we need and the cost? Shall we do an update, and go for it... AndreasOn 1/26/06, The Rasterman Carsten Haitzler <[EMAIL PROTECTED]> wrote: On Wed, 25 Jan 2006 16:15:23 -0800 (PST) Eric Sandall <[EMAIL PROTECTED]> babbled:> -BEGIN PGP SIGNED MESSAGE->

Re: [E-devel] Evas MMX/SSE bug?

2006-01-30 Thread The Rasterman
On Mon, 30 Jan 2006 02:00:19 -0500 Michael Jennings <[EMAIL PROTECTED]> babbled: > I'm getting a SIGILL from evas on one of my systems which has MMX > support but no SSE support. I think it might be a bug in evas' > choosing of optimized routines. Here's the trace: > > #8 0xb7e678a5 in evas_co