TODO:
* test the calculation of new fit goodness parameters. Compare with the results of R maybe or gnuplot (http://gnuplot.sourceforge.net/demo_5.0/fit.html).
* add automatic tests for fitting using NIST data e.g. (http://www.itl.nist.gov/div898/strd/nls/nls_main.shtml).
* use KSharedConfig instead of KConfig?
* restoring of dialog sizes doesn't work. KWindowConfig::saveWindowSize(windowHandle(), conf) and KWindowConfig::restoreWindowSize(windowHandle(), conf) don't seem to do the correct job. Also, https://bugs.kde.org/show_bug.cgi?id=386884.
* finalize the import of Origin projects - shouldn't be "perfect" maybe for the first release, stable import of data containers and more or less usable import of 2D-plots should be enough
* ThemeHandler for plots shows the full path for theme files on Windows (select a plot, apply a theme, deselect the plot, select it again -> observe the full path shown in the button)
* Cantor on Windows: included in 2.5.0rc13. TODO: Testing
* Mac port (Stefan): cantor crashes LP, check Latex, more Testing
DONE:
* Remove the usage of KDialog, switch to QDialog (Alexander, Fabian)
* linking on linux produces "* /usr/lib64/gcc/x86_64-suse-linux/4.8/../../../../x86_64-suse-linux/bin/ld: warning: libhdf5.so.10, needed by /usr/lib64/gcc/x86_64-suse-linux/4.8/../../../../lib64/libnetcdf.so, may conflict with libhdf5.so.100". Is linking to libnetcdf.so only maybe enough? : No (but problem should be fixed now, Stefan)
* 7e7c0e4dd08b4a15d4ce251e64ca267bb2d9e25e works on Windows (Stefan)
* theming on windows, the problem with the main menu seems to be fixed with Qt 5.10.1 (2.5.0rc11 package), (compare kdevelop, https://git.reviewboard.kde.org/r/127979/)
* check menus with no cantor libs found: ok (Stefan)
* check whether https://bugs.kde.org/show_bug.cgi?id=379100 was fixed recently with the proper handling of temporary QByteArrays: ok (Stefan)