Niels Mayer
Niels Mayer
Although Qt6.2 now supports the equivalent functionality of Qt5's "androidextras" package, I note no ifdefs in the source code for supporting Qt6.2, resulting in compilation errors like: ``` 18:14:47: Running...
This PR adds CSV output to Whisper transcription similar to the way #102 added SRT subtitle formatted output. Each line of the resulting CSV file is formatted like: ` ,...
For efficiency in storage, parsing and accuracy from representing timestamps in milliseconds (rather than floating-point numbers), this PR, like https://github.com/openai/whisper/pull/228 adds feature to output CSV file containing lines formatted like:...
With Qt6.7.0-beta1 you get compilation errors like `"error: cannot pass object of non-trivial type 'QtJniTypes::Context' through variadic constructor; call will abort at runtime [-Wnon-pod-varargs]"` Which can be fixed by changing...
incompatible libstdc++ error from 'rcc' with initial beta 0.2 release on current raspbian 'jessie'
I installed https://github.com/tranter/raspberry-pi-qt-builds/releases/download/v0.2-beta/Qt5.10.1-RaspberryPi3-bin-full.tgz and was able to successfully compile a Qt app up to the point where 'rcc' was invoked: ``` /usr/local/Qt-5.11.0/bin/rcc -name qml qml.qrc -o qrc_qml.cpp /usr/local/Qt-5.11.0/bin/rcc: /usr/lib/arm-linux-gnueabihf/libstdc++.so.6: version...
For example when linking, it is linking with `-lGLESv2` `-lEGL` and `libQt6OpenGL_x86_64.so` . ``` /opt/google/Android/Sdk/ndk/25.1.8937393/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -target x86_64-linux-android23 -fno-limit-debug-info -Wl,-soname,libqnanopainter_vs_qpainter_demo_x86_64.so -Wl,--build-id=sha1 -Wl,--no-undefined -Wl,-z,noexecstack -shared -o libqnanopainter_vs_qpainter_demo_x86_64.so main.o demoqpitem.o demoqnanoitem.o demoqnanoitempainter.o qnanopainter.o...
https://github.com/QUItCoding/qnanopainter/blame/d050c93111d269522c4d4cdc0ac9c5f227c043a1/README.md#L4 Also there should be mention that the Qt5 verssion requires use of 'qt5' branch, or users will be surprised by errors compiling and running. This might be particularly confusing...
After enabling QNANO_USE_RENDERNODE in libqnanopainter/include.pri, a modified "HelloItem" example does not refresh the painted item, after the StackView is pop()'d. My modification is the qtcreator 4.11.0 template app "Qt Quick...
Qt5.12LTS has the ability to run apps on the browser: https://blog.qt.io/blog/2018/11/23/qt-quick-webgl-release-512/ Unfortunately, QNanoPainter-based apps crash under the new WebGL backend. In order to debug qnanopainter examples under Qtcreator 4.8.0, with...
As I mentioned in https://github.com/QUItCoding/qnanopainter/issues/32#issuecomment-462162620 I ran Qt5.12.1's qtcreator "Analyze->Clang-Tidy and Clazy..." and it complained about the rounding in code from https://github.com/QUItCoding/qnanopainter/blob/967d3c28359d679c0c0413ac85e77aa3a767d2bd/libqnanopainter/qnanopainter.cpp#L1453 through https://github.com/QUItCoding/qnanopainter/blob/967d3c28359d679c0c0413ac85e77aa3a767d2bd/libqnanopainter/qnanopainter.cpp#L1464 : `: warning: casting (double +...