[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Protux-devel] My first commit - whoops, maybe one too much
From: |
Eduardo Pimenta |
Subject: |
[Protux-devel] My first commit - whoops, maybe one too much |
Date: |
Mon, 7 Oct 2002 14:30:23 -0700 (PDT) |
Hi people,
I was reading through protux code to see if I could
understand it and get an appreciable development
pace, and did small tests.
After the <math.h> include in GainController.c, and
the -lGL library, thanks again to Tapio and Reinhard,
I tried to see the help window and it was black. OK,
no background in resources/images. Copying some
wallpaper to it as marble.png did it - i just don't
add it to the CVS because I don't know if my choice
of marble color was OK. Anyway, first note: there
is no marble.png in resources/images.
Then I could see the help, but with no line breaks
- just a big line of text. In this case, the help
QTextView widget had no type of text and the default
assumed was RTF. I've added a line
view->setTextFormat(PlainText);
and it worked fine.
Ok, now to commit... whoops, I've committed
the configure script! There is now a `pwd` after
the FAILED message, showing in which directory
was the failure. I didn't mean this to commit,
sorry - I'm not familiar with CVS, having used
RCS always. Now, does CVS have an equivalent for
RCS' -o option, to remove this version (1.26) of
configure?
Thanks people,
Eduardo Pimenta.
__________________________________________________
Do you Yahoo!?
Faith Hill - Exclusive Performances, Videos & More
http://faith.yahoo.com
- [Protux-devel] My first commit - whoops, maybe one too much,
Eduardo Pimenta <=