Get unicode filename ready. Basically all filenames should be unicode() instead of str(), that may need unicode(QString) and encodedstring.decode(sys.stdout.encoding or sys.getfilesystemencoding())
Check Mac OSX compatibility: ASCII-plotting, Gnuplot400-Version, config file check (settingshandler.getSettingsFileLocation()), os.pid()/chdir/.getcwd ...
 

Low priority
------
Test suite: integrate config-file-checks (existant/non-existant/creating?sane?)
Switching to logfile tab takes very long!?
Make settingshandler an object/instance so it's more autark and consistent; also to use readsettings() and writesettings() instead of retrieving and passing them the settingsfile manually?
Get some real avogadro interface (-> work as an extension or plugin)
Get Molpro, ADF, NWChem, Jaguar error messages
Get Pyton3k ready (consider python-2to3, e.g. http://aur.archlinux.org/packages.php?ID=16065) but no from __future__ import print_function because it needs Py2.6
Use print("") instead of the statement. May lead to problems with intermittent commata; trailing commata have to be after parenthese. (Works even in Py2.4.4)Think about that WIN users probably only see the GUI -> make logger messages and such appear for them too (but maybe its OK because a console stays open for ccwatcher-gui-py)
Desktop integration (.desktop files and stuff): Check desktop-file-utils (Fedora; Debian?) require to do desktop-file-install/-validate (Does .desktop file need to be in applications/kde4 subfolder?)
Check if it's beneficial to substitute the PNG icon (/usr/share/pixmaps) by SVG (/usr/share/icons/hicolor/apps)


