|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
v0.2.3 has been released :
* correction of some bugs (or possibilities) of previous version
* improvement and correction of tabulation system (you can now use true
tabs instead of spaces)
* the files that where open last time you closed the application will be
opened next time
enjoy it !
Thierry
Post a reply to this message
|
|
| |
| |
|
|
From: Florian Brucker
Subject: Re: QTPOV Editor : New version (special Shay)
Date: 8 Feb 2004 07:44:58
Message: <40262f4a@news.povray.org>
|
|
|
| |
| |
|
|
> v0.2.3 has been released :
Does it still crash if you try to unindent a line which is not indented?
Thanks for all the work you're putting into this!
Florian
Post a reply to this message
|
|
| |
| |
|
|
From: gRRosminet
Subject: Re: QTPOV Editor : New version (special Shay)
Date: 8 Feb 2004 08:01:02
Message: <4026330e@news.povray.org>
|
|
|
| |
| |
|
|
>
>> v0.2.3 has been released :
> Does it still crash if you try to unindent a line which is not indented?
no ! There is a long time this bug was fixed !
Post a reply to this message
|
|
| |
| |
|
|
From: Florian Brucker
Subject: Re: QTPOV Editor : New version (special Shay)
Date: 8 Feb 2004 11:39:26
Message: <4026663e@news.povray.org>
|
|
|
| |
| |
|
|
>> Does it still crash if you try to unindent a line which is not indented?
> no ! There is a long time this bug was fixed !
Cool :)
Florian
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
I have qt-3.1 not 3.2
Some time ago I wanted to upgrade from 3.1 to 3.2 and the result was a
complete mess-> I had to reinstall my system.... Could you post a
version that works with qt-3.1?
I have a Mandrake 9.2
Thanks
here is the message I get when trying to compile
/usr/lib/qt3//bin/uic searchdialog.ui -o .ui/searchdialog.h
uic: File generated with too recent version of Qt Designer (3.2 vs. 3.1.2)
> v0.2.3 has been released :
>
>
> * correction of some bugs (or possibilities) of previous version
> * improvement and correction of tabulation system (you can now use true
> tabs instead of spaces)
> * the files that where open last time you closed the application will be
> opened next time
>
>
>
> enjoy it !
>
>
> Thierry
>
Post a reply to this message
|
|
| |
| |
|
|
From: Florian Brucker
Subject: Re: QTPOV Editor : New version (special Shay)
Date: 9 Feb 2004 07:57:51
Message: <402783cf$1@news.povray.org>
|
|
|
| |
| |
|
|
> Some time ago I wanted to upgrade from 3.1 to 3.2 and the result was a
> complete mess-> I had to reinstall my system.... Could you post a
> version that works with qt-3.1?
>
> I have a Mandrake 9.2
I have Mandrake 9.2, too. And yes, the first time I installed 3.2 it
ruined my system, too. I got it working now, however.
Here's what I did (But I'm just another Linux newbie and I'm not
responsible for anything here :)
You need Qt3.2 only for *compiling* the thing, it will *run* with Qt3.1,
too (Now that was hard to understand for me).
I installed Qt 3.2 *without* deinstalling Qt 3.1, so that I now have
Qt3.1 and 3.2 installed on my system (I installed it the normal way,
setting the environment variables like described in the README and using
./configure && make && make install, but in another directory than 3.1
which is in /usr/lib/qt3 on Mandrake 9.2).
You mustn't set the new environment at system start, however, because
KDE won't start with them. Instead, create a bash script which sets them
for you and call it like this before compliling the app:
$ . qtvars
$ qmake
$ make
(when the script is called qtvars, of course). Notice the ". " (dot
space that is) before the filename, so that the environmental variables
will be taken over to your current shell.
FYI: Qt3.3 was released these days. Perhaphs you want to go for that
instead.
If you don't want to install Qt3.2 I can send you a compiled version.
Don't know if it will run on your system though, although there should
be no problems. To be on the safe side, include some system information
like processor (i386,...,i686 etc.).
HTH
Florian
Post a reply to this message
|
|
| |
| |
|
|
From: @(none)
Subject: Re: QTPOV Editor : New version (special Shay)
Date: 9 Feb 2004 13:19:21
Message: <4027cf29@news.povray.org>
|
|
|
| |
| |
|
|
>> Some time ago I wanted to upgrade from 3.1 to 3.2 and the result was a
>> complete mess-> I had to reinstall my system.... Could you post a
>> version that works with qt-3.1?
>>
>> I have a Mandrake 9.2
>
>
> I have Mandrake 9.2, too. And yes, the first time I installed 3.2 it
> ruined my system, too. I got it working now, however.
>
> Here's what I did (But I'm just another Linux newbie and I'm not
> responsible for anything here :)
>
> You need Qt3.2 only for *compiling* the thing, it will *run* with Qt3.1,
> too (Now that was hard to understand for me).
>
> I installed Qt 3.2 *without* deinstalling Qt 3.1, so that I now have
> Qt3.1 and 3.2 installed on my system (I installed it the normal way,
> setting the environment variables like described in the README and using
> ./configure && make && make install, but in another directory than 3.1
> which is in /usr/lib/qt3 on Mandrake 9.2).
> You mustn't set the new environment at system start, however, because
> KDE won't start with them. Instead, create a bash script which sets them
> for you and call it like this before compliling the app:
>
> $ . qtvars
> $ qmake
> $ make
>
> (when the script is called qtvars, of course). Notice the ". " (dot
> space that is) before the filename, so that the environmental variables
> will be taken over to your current shell.
>
> FYI: Qt3.3 was released these days. Perhaphs you want to go for that
> instead.
>
> If you don't want to install Qt3.2 I can send you a compiled version.
> Don't know if it will run on your system though, although there should
> be no problems. To be on the safe side, include some system information
> like processor (i386,...,i686 etc.).
>
> HTH
> Florian
>
Yes, if you could send me a compiled version I'd love to try it.
Thanks
NB : I notice that wy name does not appear properly on the post :
Fabien HENON
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
>> Some time ago I wanted to upgrade from 3.1 to 3.2 and the result was a
>> complete mess-> I had to reinstall my system.... Could you post a
>> version that works with qt-3.1?
>>
>> I have a Mandrake 9.2
>
>
> I have Mandrake 9.2, too. And yes, the first time I installed 3.2 it
> ruined my system, too. I got it working now, however.
>
> Here's what I did (But I'm just another Linux newbie and I'm not
> responsible for anything here :)
>
> You need Qt3.2 only for *compiling* the thing, it will *run* with Qt3.1,
> too (Now that was hard to understand for me).
>
> I installed Qt 3.2 *without* deinstalling Qt 3.1, so that I now have
> Qt3.1 and 3.2 installed on my system (I installed it the normal way,
> setting the environment variables like described in the README and using
> ./configure && make && make install, but in another directory than 3.1
> which is in /usr/lib/qt3 on Mandrake 9.2).
> You mustn't set the new environment at system start, however, because
> KDE won't start with them. Instead, create a bash script which sets them
> for you and call it like this before compliling the app:
>
> $ . qtvars
> $ qmake
> $ make
>
> (when the script is called qtvars, of course). Notice the ". " (dot
> space that is) before the filename, so that the environmental variables
> will be taken over to your current shell.
>
> FYI: Qt3.3 was released these days. Perhaphs you want to go for that
> instead.
>
> If you don't want to install Qt3.2 I can send you a compiled version.
> Don't know if it will run on your system though, although there should
> be no problems. To be on the safe side, include some system information
> like processor (i386,...,i686 etc.).
>
> HTH
> Florian
>
I forgot : My system is an AMD XP 1800, 512 Mo, Mandrake.
Thanks
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
"gRRosminet" <pov### [at] les-charlesnet> wrote in message
news:402617a9@news.povray.org...
| v0.2.3 has been released :
|
|
Excellent! However, <TAB>s aren't working at the beginning of a line. Is
this happening to anyone else?
-Shay
Post a reply to this message
|
|
| |
| |
|
|
From: Florian Brucker
Subject: Re: QTPOV Editor : New version (special Shay)
Date: 10 Feb 2004 07:56:31
Message: <4028d4ff@news.povray.org>
|
|
|
| |
| |
|
|
> I forgot : My system is an AMD XP 1800, 512 Mo, Mandrake.
That fits good, I got an AMD XP 2500, 1GB Ram over here. Should work
fine. You can get it at
http://www.torfbold.com/qtpoveditor-0.2.3-mandrake9.2.tar.gz
Normally, the only thing you've got to do is
$ tar xvzf qtpoveditor-0.2.3-mandrake9.2.tar.gz
$ cd qtpoveditor
$ ./qtpoveditor
If there's anything missing, just shout :)
Florian
P.S.: Seems my site is currently not reachable. Should be a temporary
problem, though :) Just try it. If it's not working I'll email it.
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |