CMake Help
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.
Nice friendly help project.
It can be very useful.
Thx apol to simplify my life with applications like this!
Comment by kiko — 17 September 2007 @ 10:22 pm
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
Comment by jbd — 18 September 2007 @ 9:27 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
Comment by Aurélien Gâteau — 18 September 2007 @ 10:29 am
Really nice one, thanks.
I liked it so much I created a cmakehelp rpm package and put into our distro
Comment by adamg — 20 September 2007 @ 11:02 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.
Comment by apol — 2 October 2007 @ 9:24 pm
[...] 6th, 2007 by Aurélien I have been using CMake Help for a while, but I was missing some of the nice features of Qt Assistant. I first thought about [...]
Pingback by CMake2assistant « Aurélien’s room — 7 October 2007 @ 1:05 am
[...] that will parse the Cmake online help and display it nicely in a window. Written initially by Aleix Pol and released under the GPL, it has been visually improved by Aurélien Gâteau. Both versions work [...]
Pingback by Cmake Help for Windows « This week in panospace — 7 November 2008 @ 4:57 am