Re: [E-devel] Eterm->Oh my god, they killed Kenny! You bastards!

2005-08-22 Thread Didier Casse
On 8/23/05, Michael Jennings <[EMAIL PROTECTED]> wrote: > I have just committed some libast changes. If you could please test > it again and send me the autogen output like before, I'd appreciate > it. Please make sure the ChangeLog file contains the commit dated > "Mon Aug 22 23:02:03 2005." >

Re: [E-devel] Eterm->Oh my god, they killed Kenny! You bastards!

2005-08-22 Thread Michael Jennings
On Tuesday, 23 August 2005, at 13:25:39 (+0800), Didier Casse wrote: > Hmm even thought I pulled out as xprodigy, it still shows me that the > last comit is after now 2 hours!: Make sure $CVS_RSH is set to ssh and your $CVSROOT is set to [EMAIL PROTECTED]:/cvsroot/enlightenment Michael -- Mich

Re: [E-devel] Eterm->Oh my god, they killed Kenny! You bastards!

2005-08-22 Thread Didier Casse
On 8/23/05, Michael Jennings <[EMAIL PROTECTED]> wrote: > > Well, I don't get any of this on any of my systems, so I'm going to > need your help to fix this stuff. > > > > > I do not have developer access. I have to wait. > > You do now. :-) (Or at least, you will when the appropriate cron job

[E-devel] e_util_eapp_edit functionality enhancement

2005-08-22 Thread ngc
Hello, I did a small patch to give e_util_eapp_edit all the features enlightenment_eapp currently provides. So if noone sees a point why this shouldn't happen, I suggest you apply it. regards, alex --- eapp_edit_main.c.old 2005-08-23 08:27:55.256238840 +0200 +++ eapp_edit_main.c.new 2005-08-23

Re: [E-devel] Eterm->Oh my god, they killed Kenny! You bastards!

2005-08-22 Thread Michael Jennings
On Tuesday, 23 August 2005, at 10:32:01 (+0800), Didier Casse wrote: > automake-1.9.5-1_24.rhfc3.at > autoconf-2.59-5_11.rhfc3.at > libtool-1.5.14-1.fc3 > > I guess these should be recent enough for Eterm. Right? Or are my > tools too primitive? No, these should be fine. On Tuesday, 23 Augus

Re: [E-devel] Eterm->Oh my god, they killed Kenny! You bastards!

2005-08-22 Thread Didier Casse
On 8/23/05, Michael Jennings <[EMAIL PROTECTED]> wrote: > On Tuesday, 23 August 2005, at 10:28:05 (+0800), > Didier Casse wrote: > > > libast-0.6. I can't get the libast from CVS in my box also. :( > > Does it not compile/install for you? What is the problem? > Generating configuration files f

Re: [E-devel] Eterm->Oh my god, they killed Kenny! You bastards!

2005-08-22 Thread Didier Casse
On 8/23/05, Didier Casse <[EMAIL PROTECTED]> wrote: > On 8/23/05, Michael Jennings <[EMAIL PROTECTED]> wrote: > > On Tuesday, 23 August 2005, at 09:55:19 (+0800), > > Didier Casse wrote: > > > > > + autoheader > > > configure.in:122: warning: AC_CANONICAL_HOST invoked multiple times > > > autoconf/

Re: [E-devel] Eterm->Oh my god, they killed Kenny! You bastards!

2005-08-22 Thread Michael Jennings
On Tuesday, 23 August 2005, at 10:28:05 (+0800), Didier Casse wrote: > libast-0.6. I can't get the libast from CVS in my box also. :( Does it not compile/install for you? What is the problem? > I do not have developer access. I have to wait. I was afraid you were going to say that. Do you hav

Re: [E-devel] patch - imlib2 blend in AMD64

2005-08-22 Thread The Rasterman
On Mon, 22 Aug 2005 19:43:58 + Tiago Victor Gehring <[EMAIL PROTECTED]> babbled: > ok, found another line with the same problem - I saw this after seeing > another post reporting also a amd64 issue with emblem and trying to > start emblem myself... > Now, before submiting another patch (emblem

Re: [E-devel] Eterm->Oh my god, they killed Kenny! You bastards!

2005-08-22 Thread Didier Casse
On 8/23/05, Michael Jennings <[EMAIL PROTECTED]> wrote: > On Tuesday, 23 August 2005, at 09:55:19 (+0800), > Didier Casse wrote: > > > + autoheader > > configure.in:122: warning: AC_CANONICAL_HOST invoked multiple times > > autoconf/specific.m4:363: AC_CYGWIN is expanded from... > > configure.in:1

Re: [E-devel] Eterm->Oh my god, they killed Kenny! You bastards!

2005-08-22 Thread Michael Jennings
On Tuesday, 23 August 2005, at 09:55:19 (+0800), Didier Casse wrote: > + autoheader > configure.in:122: warning: AC_CANONICAL_HOST invoked multiple times > autoconf/specific.m4:363: AC_CYGWIN is expanded from... > configure.in:122: the top level > configure.in:123: warning: AC_ARG_PROGRAM invoked

Re: [E-devel] Eterm->Oh my god, they killed Kenny! You bastards!

2005-08-22 Thread Didier Casse
On 8/23/05, Michael Jennings <[EMAIL PROTECTED]> wrote: > On Tuesday, 23 August 2005, at 09:39:31 (+0800), > autogen.sh runs ./configure for you...but after running automake, > autoconf, libtool, etc. It's the output of THOSE that I need to see, > not ./configure (which is all you included). :-(

Re: [E-devel] patch - imlib2 blend in AMD64

2005-08-22 Thread Tiago Victor Gehring
ok, found another line with the same problem - I saw this after seeing another post reporting also a amd64 issue with emblem and trying to start emblem myself... Now, before submiting another patch (emblem actually worked after changing one more instruction) I just wanted to speculate about the mor

Re: [E-devel] Eterm->Oh my god, they killed Kenny! You bastards!

2005-08-22 Thread Didier Casse
On 8/23/05, Nick Blievers <[EMAIL PROTECTED]> wrote: > Did you just leave the end bit off? Eg the error about not finding > Makefile.in? > > Anyway, regardless, we need to see the stuff before this! autogen.sh > runs automake (and a few other things) and then configure this is > the output fro

Re: [E-devel] Eterm->Oh my god, they killed Kenny! You bastards!

2005-08-22 Thread Michael Jennings
On Tuesday, 23 August 2005, at 09:39:31 (+0800), Didier Casse wrote: > Thanks for replying Michael. > > The attachment bug_eterm.txt > > In my initial mail on the subject! > > Yeah I didn't even run ./configure yet. :( autogen.sh runs ./configure for you...but after running automake, autoconf,

Re: [E-devel] Eterm->Oh my god, they killed Kenny! You bastards!

2005-08-22 Thread Nick Blievers
Did you just leave the end bit off? Eg the error about not finding Makefile.in? Anyway, regardless, we need to see the stuff before this! autogen.sh runs automake (and a few other things) and then configure this is the output from configure, not from automake (etc). Now, you may need to

Re: [E-devel] Eterm->Oh my god, they killed Kenny! You bastards!

2005-08-22 Thread Didier Casse
On 8/22/05, Michael Jennings <[EMAIL PROTECTED]> wrote: > On Monday, 22 August 2005, at 18:45:50 (+0800), > Didier Casse wrote: > > > It's not my first try at compiling packages from CVS. So I don't > > really know why the whole thing hangs just for Eterm. What kind of > > mojo have been injected

Re: [E-devel] E17 crashes when moving for xinerama to a single screen

2005-08-22 Thread The Rasterman
On Mon, 22 Aug 2005 15:14:02 -0300 "Brizuela Ezequiel Hector" <[EMAIL PROTECTED]> babbled: > Can U Add a option in a list of active windows to set pos @ (0,0). > Almost, the problem is solved with bad apps, and we can let they go > off-screen, but whith a way to catch up the ear of app and say: "C

Re: [E-devel] elitaire 0.0.4

2005-08-22 Thread Laurence Vanek
Valtteri Vainikka wrote: Thanks - looks very nice & solitaire is indeed quite an addictive game. To the E17 devs here, just wondering, is there a reason why this isn't in CVS? Sounds like something for e17/apps/games? :) regards, Valtteri On 8/19/05, Peter Wehrfritz <[EMAIL PROTECTED]> wrote:

[E-devel] Re: emblem segfault starting up on athlon64

2005-08-22 Thread Tiago Victor Gehring
See thread above (imlib2, amd64 segfault), I had the same problem... For the emblem specific problem I attached a patch, it worked here. But as I said in the other thread I think there are other points with the same problem and a more general solution would be preferable.. > Hello all, I get a

Re: [E-devel] Hello!

2005-08-22 Thread webmaster
> Hello! > > I'm a relatively new E user who just love the WM, it's all I've ever > been looking for; eye-candy, simplicity and speed all in one! > > Anyway, I've really wanted to get involved in a open-source project but > since I lack the programming ability I decided to start learning C. I've >

Re: [E-devel] Hello!

2005-08-22 Thread Andreas Volz
Am Mon, 22 Aug 2005 15:32:50 -0400 (EDT) schrieb dan sinclair: > > > My goals with this calculator is to make it well intergrated with E, > > GTK-apps look so dull compared to E-apps.. > > > > See equate in the misc directory of CVS. If you like to work on a E calculator, than use equate as ba

RE: [E-devel] Hello!

2005-08-22 Thread dan sinclair
> My goals with this calculator is to make it well intergrated with E, > GTK-apps look so dull compared to E-apps.. > See equate in the misc directory of CVS. dan --- SF.Net email is Sponsored by the Better Software Conference & EXPO

[E-devel] Hello!

2005-08-22 Thread Gabriel
Hello! I'm a relatively new E user who just love the WM, it's all I've ever been looking for; eye-candy, simplicity and speed all in one! Anyway, I've really wanted to get involved in a open-source project but since I lack the programming ability I decided to start learning C. I've coded some stu

Re: [E-devel] elitaire 0.0.4

2005-08-22 Thread Valtteri Vainikka
Thanks - looks very nice & solitaire is indeed quite an addictive game. To the E17 devs here, just wondering, is there a reason why this isn't in CVS? Sounds like something for e17/apps/games? :) regards, Valtteri On 8/19/05, Peter Wehrfritz <[EMAIL PROTECTED]> wrote: > Hi, > > elitaire-0.0.4 i

RE: [E-devel] E17 crashes when moving for xinerama to a single screen

2005-08-22 Thread Brizuela Ezequiel Hector
Can U Add a option in a list of active windows to set pos @ (0,0). Almost, the problem is solved with bad apps, and we can let they go off-screen, but whith a way to catch up the ear of app and say: "Come on boy, keep it on-screen" :D Greetings QliX=D! [aka Ezequiel Brizuela] -Mensaje origi

Re: [E-devel] re: Eterm Select behavior

2005-08-22 Thread Michael Jennings
On Monday, 22 August 2005, at 11:29:18 (-0400), Jim Perrin wrote: > Case 1: with ~/.Eterm > [EMAIL PROTECTED] Eterm]$ echo $ETERM_THEME_ROOT > /home/jperrin/.Eterm/themes/Eterm > > [EMAIL PROTECTED] Eterm]$ echo $ETERM_USER_ROOT > /home/jperrin/.Eterm/themes/Eterm > > (gdb) print rs_cutchars > $

Re: [E-devel] re: Eterm Select behavior

2005-08-22 Thread Jim Perrin
> > Okay, the difference here is that the theme.cfg being used changes. > What are the contents of ~/.Eterm/themes/Eterm/theme.cfg? > The difference is simpler than that. Apparently I was still using my old config file, which had a bad cut_chars value in user.cfg. Regenerating a new config solve

Re: [E-devel] patch - imlib2 blend in AMD64

2005-08-22 Thread The Rasterman
On Mon, 22 Aug 2005 08:08:20 -0600 Tres Melton <[EMAIL PROTECTED]> babbled: > On Mon, 2005-08-22 at 07:29 +, Tiago Victor Gehring wrote: > > Hi, > > regarding the problem I mentionted about the new amd64 optimized > > functions in imlib2, I think I found the problem, has something to do > > wi

Re: [E-devel] re: Eterm Select behavior

2005-08-22 Thread Jim Perrin
On 8/22/05, Michael Jennings <[EMAIL PROTECTED]> wrote: > > It sounds like it might be related to the cut_chars option (internal > variable rs_cutchars). Can you run under gdb and check that > variable's value in each circumstance? Also, please report the values > of $ETERM_THEME_ROOT and $ETER

Re: [E-devel] re: Eterm Select behavior

2005-08-22 Thread Michael Jennings
On Monday, 22 August 2005, at 09:54:22 (-0400), Jim Perrin wrote: > I can reproduce this on CentOS 4.1, with current Eterm from CVS. It > for whatever reason seems to be related to the config file. If I rm > -rf the .Eterm dir and run Eterm I get normal select behavior. When > .Eterm is present, e

[E-devel] Re: E CVS: apps/e troback

2005-08-22 Thread David Stevenson
On 8/22/05, enlightenment-cvs@lists.sourceforge.net < enlightenment-cvs@lists.sourceforge.net> wrote:Enlightenment CVS committal Author  : trobackProject : e17Module  : apps/eDir : e17/apps/eModified Files:configure.inLog Message:Swedish translation added. Changes are also required in

Re: [E-devel] patch - imlib2 blend in AMD64

2005-08-22 Thread Tres Melton
On Mon, 2005-08-22 at 07:29 +, Tiago Victor Gehring wrote: > Hi, > regarding the problem I mentionted about the new amd64 optimized > functions in imlib2, I think I found the problem, has something to do > with the fact that memory was not aligned in some (SSE2 128 bit) MOV > operations - ie, I

Re: [E-devel] re: Eterm Select behavior

2005-08-22 Thread Jim Perrin
> I can't reproduce anything like that here. Have you tried getting > Eterm from CVS? > I can reproduce this on CentOS 4.1, with current Eterm from CVS. It for whatever reason seems to be related to the config file. If I rm -rf the .Eterm dir and run Eterm I get normal select behavior. When .Et

Re: [E-devel] re: Eterm Select behavior

2005-08-22 Thread Michael Jennings
On Saturday, 20 August 2005, at 11:39:31 (-0500), Bill Richards wrote: > I'm using Eterm 0.9.3 and am having a problem with selection > behavior. My windows Manager is KDE 3.4 and I am launching > Eterm with the foolowing swithceds > > Eterm -f white --select-line=off --xterm-select=on > > Bott

Re: [E-devel] Eterm->Oh my god, they killed Kenny! You bastards!

2005-08-22 Thread Michael Jennings
On Monday, 22 August 2005, at 18:45:50 (+0800), Didier Casse wrote: > It's not my first try at compiling packages from CVS. So I don't > really know why the whole thing hangs just for Eterm. What kind of > mojo have been injected in Eterm and what do I need to know more? > > Clues anybody? Michael

Re: [E-devel] patch - imlib2 blend in AMD64

2005-08-22 Thread The Rasterman
On Mon, 22 Aug 2005 07:29:39 + Tiago Victor Gehring <[EMAIL PROTECTED]> babbled: > Hi, > regarding the problem I mentionted about the new amd64 optimized > functions in imlib2, I think I found the problem, has something to do > with the fact that memory was not aligned in some (SSE2 128 bit) M

Re: [E-devel] Smart objects

2005-08-22 Thread Christian Pedaschus
they're too wild for the list? now i'm really curious ;) why don't you enlighten us all, jose? greets, chris Jose O Gonzalez wrote: > > On Mon, 22 Aug 2005 16:26:24 +0900 Carsten writes: > >>On Wed, 17 Aug 2005 01:00:38 -0400 Jose O Gonzalez >><[EMAIL PROTECTED]> babbled: >> >>OK man ... I am

Re: [E-devel] Eterm->Oh my god, they killed Kenny! You bastards!

2005-08-22 Thread Didier Casse
On 8/22/05, Nick Blievers <[EMAIL PROTECTED]> wrote: > I'm no expert on the ./autogen.sh step, but check for errors there. > Given the log you have posted I dont think there is enough information > there to tell you whats wrong. > > In short, autogen.sh runs a bunch of stuff which (among other th

[E-devel] patch - imlib2 blend in AMD64

2005-08-22 Thread Tiago Victor Gehring
Hi, regarding the problem I mentionted about the new amd64 optimized functions in imlib2, I think I found the problem, has something to do with the fact that memory was not aligned in some (SSE2 128 bit) MOV operations - ie, I just changed a couple of MOVDQA to MOVDQU in file amd64_blend.S, treatin

Re: [E-devel] Smart objects

2005-08-22 Thread Jose O Gonzalez
On Mon, 22 Aug 2005 16:26:24 +0900 Carsten writes: > On Wed, 17 Aug 2005 01:00:38 -0400 Jose O Gonzalez > <[EMAIL PROTECTED]> babbled: > > OK man ... I am goign to TRY answer your mails... one by one... :) > That would mean that you're going to spend a week doing nothing else :) > >

Re: [E-devel] Smart objects

2005-08-22 Thread Christian Pedaschus
but it's really interesting to follow such discussions ;) greets, chris >> >> Smart objects are just too wild.. :) > > > not as wild as your e-mails! :) --- SF.Net email is Sponsored by the Better Software Conference & EXPO September

Re: [E-devel] A patch to add 2 enlightenment_remote/e_config options for menu autoscroll

2005-08-22 Thread The Rasterman
On Tue, 16 Aug 2005 15:58:34 -0700 Justin Patrin <[EMAIL PROTECTED]> babbled: > This is my first post to this particular list and my first patch to e, > so please be gentle. :-) > > This patch adds 2 new options for controlling the auto-scroll behavior > of menus. The first option, menu-autoscrol

Re: [E-devel] the implementation of etox seems slow

2005-08-22 Thread The Rasterman
On Sat, 13 Aug 2005 05:34:24 -0400 Jose O Gonzalez <[EMAIL PROTECTED]> babbled: > > > On Sat, 13 Aug 2005 02:16:49 -0400 Jose writes: > > > > > > > > You could make this work by letting such 'layout engines' > > use smart objects and be given as external libs, ie. libs like edje. > >

Re: [E-devel] edje_test_suit

2005-08-22 Thread The Rasterman
On 17 Aug 2005 18:20:17 +0200 Holger Hanrath <[EMAIL PROTECTED]> babbled: > > i made an edje test program it allows you to load and unload groups you > can run programs and you can zoom the edjes > > it can be found here http://home.arcor.de/efl-cvs/ hey. that's quite neat. this shoudl get a l

Re: [E-devel] Focus set CLICK segfault

2005-08-22 Thread The Rasterman
On Fri, 12 Aug 2005 18:18:49 -0400 Robert May <[EMAIL PROTECTED]> babbled: > When I have Focus set to CLICK instead of mouse I am getting segfaults > nonstop. Disabled Engage and everything is working fine but I am > getting the "Windows doesn't know which one is on top" flipping error > again.

Re: [E-devel] the implementation of etox seems slow

2005-08-22 Thread The Rasterman
On Sat, 13 Aug 2005 02:16:49 -0400 Jose O Gonzalez <[EMAIL PROTECTED]> babbled: > You could make this work by letting such 'layout engines' > use smart objects and be given as external libs, ie. libs like edje. > You'd create, via the particular text format/layout lib, objects > of wha

Re: [E-devel] E17 crashes when moving for xinerama to a single screen

2005-08-22 Thread The Rasterman
On Mon, 15 Aug 2005 19:07:31 +0300 Ehud Shabtai <[EMAIL PROTECTED]> babbled: > You're right this problem shows only for some applications such as > firefox, qgis, eclair. > There are actually two annoying problems. The first is that since they > remember their geometry, when I try to open them on

Re: [e-devel] patch for edje test

2005-08-22 Thread The Rasterman
On Wed, 17 Aug 2005 00:05:00 +0200 ilLogict <[EMAIL PROTECTED]> babbled: > Hello! > > This patch is intended for the edje test program so that it take in account > max width and height for elements. > Should be bug free :) in cvs :) > Cheers! > > -- > >

Re: [E-devel] some thought on structure of text rendering

2005-08-22 Thread The Rasterman
On Fri, 12 Aug 2005 23:43:52 -0400 Tianran Chen <[EMAIL PROTECTED]> babbled: > * canvas (evas): render graphic primitives (bitmap, curve, line, color) > * font library (like freetype2): translate type primitives (char, > font, size) into graphic primitives > * textblock: translate typesetted text

Re: [E-devel] Smart objects

2005-08-22 Thread The Rasterman
On Wed, 17 Aug 2005 01:00:38 -0400 Jose O Gonzalez <[EMAIL PROTECTED]> babbled: OK man ... I am goign to TRY answer your mails... one by one... :) > There are some aspects of evas' internals, particularly > in relation to "smart" objects, that I'd like to expound upon > here - especially s

Re: [E-devel] ecore_con_server_add, sockets & AFS home directories

2005-08-22 Thread The Rasterman
On Thu, 11 Aug 2005 08:21:39 -0400 Michael Denio <[EMAIL PROTECTED]> babbled: > On Wed, Aug 10, 2005 at 09:06:20PM -0400, Carsten Haitzler (The Rasterman) > wrote: > > On Wed, 10 Aug 2005 16:03:57 -0400 Michael Denio > > <[EMAIL PROTECTED]> babbled: > > > > > Hi, > > > > > > I'm giving E17 a whir

Re: [E-devel] the implementation of etox seems slow

2005-08-22 Thread The Rasterman
On Sat, 13 Aug 2005 11:33:08 -0400 Tianran Chen <[EMAIL PROTECTED]> babbled: > > the problem is - the evas api is DEFINED to accept utf8 as all strings. all > > strings are utf8 as far as it is concerned. it expects them in utf8 and will > > return them in utf8. so if you have anything that is not

Re: [E-devel] Smart objects

2005-08-22 Thread The Rasterman
On Sun, 21 Aug 2005 12:29:16 +0200 Simon TRENY <[EMAIL PROTECTED]> babbled: > Hi Jose, i think the real solution is to move child objects of a smart object out of the regualr object list and into the smart objects' inernal list and do stacking within an object only etc. thus rendering is now a re

Re: [E-devel] Window creation and maximizing order / timing issue? ( was Locks )

2005-08-22 Thread The Rasterman
On Thu, 18 Aug 2005 22:58:06 +1000 Daniel Kasak <[EMAIL PROTECTED]> babbled: > Firstly, I'm reposting this, as my previous email hasn't appeared in the > past 12 hours. Appologies if it rocks up later :) > > After much mucking around with deleting config files and things, I've > discovered that

Re: [E-devel] imlib2, AMD64 segmentation fault in blend_rgba_to_rgba

2005-08-22 Thread The Rasterman
On Sat, 20 Aug 2005 10:29:52 + Tiago Victor Gehring <[EMAIL PROTECTED]> babbled: > Hello, > > since upgrading to imlib2 CVS I'm getting a segmentation fault int > function __imlib_amd64_blend_rgba_to_rgba; I've seen that the code was > changed to include specyfic optimizations for AMD64 and I

Re: [E-devel] e17 temperature module

2005-08-22 Thread The Rasterman
On Sat, 20 Aug 2005 22:16:24 +1200 John Bickers <[EMAIL PROTECTED]> babbled: > Hello, > > I have made a change to the e17 temperature module so that if the > temperature will be read from /sys/bus/i2c/devices then a Sensor > menu is added to the configuration, with options for tem

Re: [E-devel] Window creation and maximizing order / timing issue? ( was Locks )

2005-08-22 Thread Sebastian Dransfeld
Daniel Kasak wrote: After much mucking around with deleting config files and things, I've discovered that it wan't a 'lock' setting on any of my apps that was causing my maximizing issue. It seems to be an issue when creating a window, and maximizing it directly after. Try now. Added more che