DONE:
* activate AsciiFilterTest::testHeader08()
* Fixed https://bugs.kde.org/show_bug.cgi?id=413384
* Import datetime data including Feb. 29
* spreadsheettest fails on all platform at build.kde.org
* log-example (zoom in log scale)
* Fixed decimals of axis tick increment for inverted axis (Stefan)
GENERAL:
* Check fit preview ("CO2 abs in air.lml")
* Analysis functions for datetime and integer data (https://invent.kde.org/kde/labplot/commit/a5dbcefbc8137ed98d95eb463c90daab78dbaaac)
* Windows
* failing ASCII, JSON and project import tests (see build.kde.org)
* implement the interruption of running calculations in Maxima, borrow the code from wxMaxima for this
2.9
* Spreadsheet: fill selected cells with random values (qrand() deprecated -> use QRandomGenerator)
* SpreadsheetView: implement getBigInt() using QLineEdit with QLongLongValidator inherit from QValidator (see https://stackoverflow.com/questions/19865535/qt-qinputdialog-how-to-validate)
* Fix parser problems
* add KUserFeedback on Windows and Mac
Links:
* TODO list: T11524
* Windows port: T3118, T11868, T11669
* Mac port: T3196