POV-Ray : Newsgroups : povray.unix : QTPOV Editor : New version (special Shay) Server Time
5 Jul 2024 13:45:29 EDT (-0400)
  QTPOV Editor : New version (special Shay) (Message 7 to 16 of 16)  
<<< Previous 6 Messages Goto Initial 10 Messages
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

From: @(none)
Subject: Re: QTPOV Editor : New version (special Shay)
Date: 9 Feb 2004 13:21:29
Message: <4027cfa9$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
> 
I forgot : My system is an AMD XP 1800, 512 Mo, Mandrake.

Thanks


Post a reply to this message

From: Shay
Subject: Re: QTPOV Editor : New version (special Shay)
Date: 9 Feb 2004 15:36:14
Message: <4027ef3e@news.povray.org>
"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

From: Florian Brucker
Subject: Re: QTPOV Editor : New version (special Shay)
Date: 10 Feb 2004 07:59:45
Message: <4028d5c1@news.povray.org>
> Excellent! However, <TAB>s aren't working at the beginning of a line. Is
> this happening to anyone else?

It's happening with automatic tab mode over here, too. As I'm using the 
manual mode it's not that big a problem, though :)

One thing that still happens: If you simply press <RETURN> several 
times, each line is tabbed on more time than the previous one :)
And while I'm at it: If you change something in the preferences you have 
to restart the app to make the changes work...

Florian


Post a reply to this message

From: gRRosminet
Subject: Re: QTPOV Editor : New version (special Shay)
Date: 13 Feb 2004 15:22:01
Message: <402d31e9@news.povray.org>
Of course ! if you are using automatical tabulation mode, you won't be 
able to tabulate the first line !

Now I'm working on an Ini file generator, but that'll take a lots of 
hours .... If there are some minor features that you'd like to have, 
tell me and I will create intermediate releases for these features ...

Thierry



>> Excellent! However, <TAB>s aren't working at the beginning of a line. Is
>> this happening to anyone else?
> 
> 
> It's happening with automatic tab mode over here, too. As I'm using the 
> manual mode it's not that big a problem, though :)
> 
> One thing that still happens: If you simply press <RETURN> several 
> times, each line is tabbed on more time than the previous one :)
> And while I'm at it: If you change something in the preferences you have 
> to restart the app to make the changes work...
> 
> Florian
>


Post a reply to this message

From: Rick [Kitty5]
Subject: Re: QTPOV Editor : New version (special Shay)
Date: 14 Feb 2004 07:35:19
Message: <402e1607@news.povray.org>
gRRosminet wrote:
> enjoy it !

How about an ebuild?

-- 
Rick

Kitty5 NewMedia http://Kitty5.com
POV-Ray News & Resources http://Povray.co.uk
TEL : (+44) 0845 1083740 - ICQ : 15776037

PGP Public Key : http://pgp.kitty5.com


Post a reply to this message

From: gRRosminet
Subject: Re: QTPOV Editor : New version (special Shay)
Date: 17 Feb 2004 14:12:40
Message: <403267a8@news.povray.org>

> One thing that still happens: If you simply press <RETURN> several 
> times, each line is tabbed on more time than the previous one :)
> And while I'm at it: If you change something in the preferences you have 
> to restart the app to make the changes work...


in composants/indenter.cpp at line 365 (approx.), you should have this :

     if (!autoTab)
         return int(ceil(float(spaces) / float(_tabSize)));


Post a reply to this message

From: Shay
Subject: Re: QTPOV Editor : New version (special Shay)
Date: 18 Feb 2004 09:40:17
Message: <40337951$1@news.povray.org>
"gRRosminet" <pov### [at] les-charlesnet> wrote in message
news:403267a8@news.povray.org...
|
| in composants/indenter.cpp at line 365 (approx.), you should have
| this :
|
|      if (!autoTab)
|          return int(ceil(float(spaces) / float(_tabSize)));
|

This change gives an error during make. I don't remember the error
exacly, but IIRC, it's something like "too many \024".

 -Shay


Post a reply to this message

From: gRRosminet
Subject: Re: QTPOV Editor : New version (special Shay)
Date: 18 Feb 2004 13:59:24
Message: <4033b60c@news.povray.org>
wow ... strange ... it was at line 358 is that the line you modified ?


> "gRRosminet" <pov### [at] les-charlesnet> wrote in message
> news:403267a8@news.povray.org...
> |
> | in composants/indenter.cpp at line 365 (approx.), you should have
> | this :
> |
> |      if (!autoTab)
> |          return int(ceil(float(spaces) / float(_tabSize)));
> |
> 
> This change gives an error during make. I don't remember the error
> exacly, but IIRC, it's something like "too many \024".
> 
>  -Shay
> 
>


Post a reply to this message

<<< Previous 6 Messages Goto Initial 10 Messages

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.