Felix Kauselmann

Results 9 issues of Felix Kauselmann

With the recent release of the 9.8 series and some database format changes it has become evident that we need to improve the diagnostics for adding and updating libraries in...

The implementation of pictureflow we're using is very old and suffers from multiple issues, including dead code for Qt2 and Qt3 as well as custom modifications. At this point, it...

help wanted
refactoring

We should use static code analysis to check for errors in our codebase and especially new commits and pull requests. There are several options available: - Clang static analyzer -...

infrastructure

Toolbar hiding by shortcut is confusing, not easily found by new users (see #104) and it is possible to lock yourself out of the toolbar by pressing the button by...

YACReader currently uses qmake as build system, but this is showing its limits. We really need some proper dependency management, modularization and generally could use some improvements to reduce our...

enhancement
refactoring

We should use our new CI system to run lupdate on our source code whenever we do a (pre)release. We should publish the generated translation source files as a separate...

refactoring

…ed library symlinks With the current configuration, YACReaderLibrary on Linux searches for "libqrencode.so" and will fail to load it if only "libqrencode.so.x" is installed. To fix this, this PR adds...

This PR introduces the first draft of a CMake based build system for YACReader. It is not feature complete and currently only supports building on Linux with system dependencies, but...

In order to write to the serial console on the router, both hardware and software flow need to be disabled. For some UART adapters, this seems to be the case...