Results 9 issues of Arto Jonsson

**Bug description** Using DefectDojo version 2.10.0 deployed with Docker Compose. When importing Burp Pro XML scan results to DefectDojo, the Burp extension generated findings are merged in to a single...

bug

Currently the releasing Cute Chess takes too many manual steps, is error prone and slow. In order to make releases more often, we need to greatly improve the release process....

hackathon

Cute Chess is currently using QCustomPlot for charts in the GUI. At the time of the implementation, [Qt Charts](https://doc.qt.io/qt-5/qtcharts-index.html) was not available for open-source projects. Qt Charts has since been...

gui
help wanted

Issue #703 highlighted issues in string based signal and slot connections. We should prefer functor based connections that are checked during compile time. Refer to the following Qt documentation for...

Qt 5.0 introduced `QRegularExpression` class that has a better API, is faster and more compliant with other regex implementations. We should migrate from the old `QRegExp` class to the newer...

enhancement
lib
good first issue

In order to gather all required information when a bug or feature is submitted, we should have an issue template. Would could take some inspiration from restic for example: https://github.com/restic/restic/tree/master/.github/ISSUE_TEMPLATE

enhancement

The new CMake build system doesn't handle translations in `translations/`

The release files created with GitHub actions do not include the text versions of the manual pages.