Niels Mayer

Results 14 issues of Niels Mayer

As corollary to #31, since qnanopainter uses float to represent screen locations, what is a correct and resolution independent way of comparing screen locations and points without incurring the "comparing...

On upgrading to QtCreator 4.7.1 and Qt5.11.2, I noticed massive numbers of clang-code-model warnings appearing in qnanopainter related source-code. In particular, when using QNANO_PROPERTY(double,....) one is greeted by warnings that...

I recompiled the latest QNanoPainter after adding the following optimization tweaks to libqnanopainter/include.pri ``` ## NPM: Turn optimization up to 11 for Release build. ## NPM: Use optimized debugging "-Og...

In faketrello example, Board::load() currently loads board statically from code. It would be a more complete example app if it showed "end to end" usage of the model, from initial...