After having been working on cmake so much during summer I having used so much the cmake console help interface (aka cmake –help-command-list and cmake –help-command
If someone wants to try it, you can check it here. It is written in Python and PyQt4, its my first project using PyQt actually. 🙂
PS: I only writed the interface and the cmake command calls, the texts are from cmake.
17 September 2007 at 10:22 pm
Nice friendly help project.
It can be very useful.
Thx apol to simplify my life with applications like this! 🙂
18 September 2007 at 9:27 am
I’ve got some problem here with a debian etch and qt4.1 since i don’t have the QTextBrowser.setText function. I’ve replaced it by setPlainText in main.py at line 49 and everything is running fine ! Nice little app 🙂
18 September 2007 at 10:29 am
Nice tool.
I changed the QComboBox to a QListWidget and removed the status bar. My version is here, in case you like it:
http://bugkiller.free.fr/tmp/cmakehelp.tar.bz2
20 September 2007 at 11:02 pm
Really nice one, thanks.
I liked it so much I created a cmakehelp rpm package and put into our distro 🙂
2 October 2007 at 9:24 pm
#1 kiko: Miquel!
#2 jbd: Yes, I think it is a correct fix for that 🙂
#3 aurélien: It is a nice change, I like it because I have full-screen windows usually and it makes it more easy to deal with.
#4 adamg: hi! glad you like it!
To be fair, I didn’t expect people would like it, but I like to see that it can be useful, even having only spent an afternoon with it.