Make help a bit more reliable
authorDiane Trout <diane@caltech.edu>
Thu, 12 Oct 2006 00:14:00 +0000 (00:14 +0000)
committerDiane Trout <diane@caltech.edu>
Thu, 12 Oct 2006 00:14:00 +0000 (00:14 +0000)
commit252b5bb872affde37dc5f101adaa1644479b8fdf
tree51d4c44bb3b6cab40983153f13489c5e7cb34a64
parent22ef8e59417f31bbf9d153c393ee4cd02936ba45
Make help a bit more reliable
ticket:120 ticket:49 ticket:98
Brandon figured out how to install QtAssistant on windows I haven't worked it
out for OS X or linux yet (as its noticeably harder).

I'd switched to using pythons webbrowser.open to go to our documentation
pages, except that only works if the python standard library is installed.
However windows lacks such a thing, and so the webbrowser.open code
wouldn't work.

This patch enables the QtAssistant for windows, and uses webbrowser.open
on OS X and Linux.

Also it'll actually open a warning messagebox if something goes wrong
trying to open the help, and display a not very useful error message.
qui/CMakeLists.txt
qui/MussaWindow.cpp