TODO:
* finalize and test 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)crash in origin import
* preview of live data coming from local sockets seems to be broken at the moment
* new project, open import file dialog and select tests/import_export/FITS/data/DDTSUVDATA.fits, select the primary header, add a new spreadsheet, select the table "AIPS AN" and click ok -> crash.
* Mac port: T3196
* Windows port: T3118
* Check the translations (German:DONE (Stefan))
* release announcement (Alexander)
* Plan for 2.6 (T8630)
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)
* extend tests for data fitting using NIST data (http://www.itl.nist.gov/div898/strd/nls/nls_main.shtml) (Stefan)
* 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) (Stefan)
* Import of FITS files crashes the application (Stefan)
* disable "Recalculate" in fit dock when opening an there is not data source (Stefan)
* fix clazy warnings (Alexander) - the remaining warnings will be addressed in 2.6
* upload the current code to coverity (Alexander)
* https://bugs.kde.org/show_bug.cgi?id=393213
* https://bugs.kde.org/show_bug.cgi?id=393214
* https://bugs.kde.org/show_bug.cgi?id=393218
* https://bugs.kde.org/show_bug.cgi?id=393220
* https://bugs.kde.org/show_bug.cgi?id=389921
* https://bugs.kde.org/show_bug.cgi?id=394026
* https://bugs.kde.org/show_bug.cgi?id=394025
* * new project, open import file dialog and select tests/import_export/FITS/data/DDTSUVDATA.fits, select the table "AIPS AN" and add a new data container (spreadsheet) -> ok button is still disabled. The button is properly enabled if "Images/Primary Header" is selected. The variable fileName is may be wrong in ImportFileDialog::checkOkButton(). (Alexander)
* new project, open import file dialog and select tests/import_export/FITS/data/DDTSUVDATA.fits, select the primary header, add a new spreadsheet, select the table "AIPS AN" and click ok -> crash - not reproducible anymore
* release announcement (Alexander)
* Plan for 2.6 (T8630)
* finalize and test 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