Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-01-05 | tracker/pt: clean up grayscale handling. add migration. | Stanislaw Halik | |
The averaging mode is slower than the opencv SIMD implementation for BT.709. Remove it. Make it optional to perform hardware grayscaling using the ps3eye sensor with the open driver. Default to grayscaling using the CPU. | |||
2022-01-04 | Revert "tracker/pt: remove arbitrary min brightness threshold" | Stanislaw Halik | |
This reverts commit 8ac0471c1c0c4cdf76f696b7c3c18d1d3a776a78. Discussion: #1381 | |||
2022-01-03 | gui/options-dialog: reduce copy-pasting | Stanislaw Halik | |
2022-01-03 | options/value-traits: fix -Wpedantic trailing comma warning | Stanislaw Halik | |
2022-01-03 | compat: avoid narrowing conversion in tuple initializer | Stanislaw Halik | |
2022-01-03 | Update cmake.yml | Stanislaw Halik | |
2022-01-03 | Update cmake.yml | Stanislaw Halik | |
2022-01-03 | Update build-windows.bat | Stanislaw Halik | |
2022-01-03 | Update cmake.yml | Stanislaw Halik | |
2022-01-02 | Update cmake.yml | Stanislaw Halik | |
2022-01-02 | Update cmake.yml | Stanislaw Halik | |
2022-01-02 | Update cmake.yml | Stanislaw Halik | |
2022-01-02 | Update cmake.yml | Stanislaw Halik | |
2022-01-02 | Update cmake.yml | Stanislaw Halik | |
2022-01-03 | github ci: hard way it is | Stanislaw Halik | |
2022-01-02 | revert CI changes | Stanislaw Halik | |
2022-01-02 | Update cmake.yml | Stanislaw Halik | |
2022-01-02 | Update cmake.yml | Stanislaw Halik | |
2022-01-02 | Update cmake.yml | Stanislaw Halik | |
2022-01-02 | Update cmake.yml | Stanislaw Halik | |
2022-01-02 | Update cmake.yml | Stanislaw Halik | |
2022-01-02 | Update cmake.yml | Stanislaw Halik | |
2022-01-02 | Update cmake.yml | Stanislaw Halik | |
2022-01-02 | Update cmake.yml | Stanislaw Halik | |
2022-01-02 | cmake: try to fix CI | Stanislaw Halik | |
2022-01-02 | Update cmake.yml | Stanislaw Halik | |
2021-12-31 | cmake/msvc: add more conformance crap | Stanislaw Halik | |
2021-12-31 | cmake: always use -Zc:inline for msvc | Stanislaw Halik | |
2021-12-31 | cmake: future-proof the msvc version check for -external:W0 | Stanislaw Halik | |
2021-12-31 | cmake: always use -Zc:preprocessor for MSVC | Stanislaw Halik | |
2021-12-21 | gui: update i18n | Stanislaw Halik | |
2021-12-20 | cmake: pass -external:W0 | Stanislaw Halik | |
2021-12-20 | cmake/msvc: use -MT for all build types | Stanislaw Halik | |
2021-12-20 | cmake/msvc: add MSVC_RUNTIME_LIBRARY | Stanislaw Halik | |
2021-12-20 | cmake: add CONFIGURE_DEPENDS | Stanislaw Halik | |
2021-12-19 | cmake/msvc: don't use add_compile_options() in toolchain file | Stanislaw Halik | |
Otherwise it breaks asm build for onnxruntime. | |||
2021-12-19 | add onnx runtime licensing information | Stanislaw Halik | |
2021-12-19 | cmake: update my onnx runtime paths | Stanislaw Halik | |
Issue: #1394 | |||
2021-12-19 | gui: update i18n | Stanislaw Halik | |
2021-12-19 | opentrack: fix ui strings missing | Stanislaw Halik | |
2021-12-19 | remove unfinished extension support | Stanislaw Halik | |
2021-12-19 | cmake/i18n: fix lupdate not running | Stanislaw Halik | |
2021-12-19 | opentrack: oops, video feed has to display without margin | Stanislaw Halik | |
2021-12-19 | opentrack: use grid layout in main window | Stanislaw Halik | |
It's no longer necessary to use fixed vertical size for individual widgets. | |||
2021-12-19 | pose-widget: make single-argument ctor explicit | Stanislaw Halik | |
2021-12-19 | pose-widget: kill sizeHint() | Stanislaw Halik | |
This doesn't work properly on complex layouts. | |||
2021-12-19 | pose-widget: workaround auto fill background artifacts | Stanislaw Halik | |
Must draw the widget on our own as having it resized as part of a complex layout causes the top of the widget to get filled with garbage. | |||
2021-12-19 | opentrack: call QWidget::adjustSize() | Stanislaw Halik | |
2021-12-19 | opentrack: make sure start button has focus on startup | Stanislaw Halik | |
2021-12-19 | compat/qt-signal: remove crap that only qt_signal<void> needs | Stanislaw Halik | |