Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-08-01 | spline, video: get rid of needless casts | Stanislaw Halik | |
2019-08-01 | spline: switch back to cubic splines | Stanislaw Halik | |
2019-08-01 | spline: ensure cubic spline drawn up to max value | Stanislaw Halik | |
2019-08-01 | spline: don't use faulty devicePixelRatioF() | Stanislaw Halik | |
2019-07-11 | gui/init: fix indentation | Stanislaw Halik | |
2019-07-08 | gui/init: fix braino | Stanislaw Halik | |
2019-07-08 | gui/init: print loglevel for qDebug() and friends | Stanislaw Halik | |
2019-07-08 | gui/init: drop check for qt 5.5 | Stanislaw Halik | |
2019-07-07 | video/ps3eye: skip with no submodules | Stanislaw Halik | |
Issue: #726 | |||
2019-07-05 | video/ps3eye: stub | Stanislaw Halik | |
2019-07-05 | tracker/easy: fix some warnings | Stanislaw Halik | |
2019-07-05 | Revert "tracker/easy: don't recreate preview all the time" | Stanislaw Halik | |
2019-07-05 | clang-format | Stanislaw Halik | |
2019-07-05 | tracker/easy: fix crash on quick exit | Stanislaw Halik | |
Avoid a crash when `cv::destroyWindow()` gets called before `Tracker::Tick()' ever gets to run. | |||
2019-07-05 | tracker/easy: avoid race & crash on exit | Stanislaw Halik | |
cv::destroyWindow() can't be called along with `cv::imshow()' in progress from another thread. Moreover, `cv::waitKey()' doesn't work without any windows present. Also check for preview enablement to avoid a crash in `cv::destroyWindow()'. | |||
2019-07-05 | tracker/easy: don't recreate preview all the time | Stanislaw Halik | |
2019-07-05 | proto/wine: remove unused headers | Stanislaw Halik | |
2019-07-05 | proto/wine: fix qprocess warning | Stanislaw Halik | |
2019-07-05 | tracker/aruco: fix snprintf(3) truncation | Stanislaw Halik | |
2019-07-05 | tracker/aruco: allow for 250 & 300 fps | Stanislaw Halik | |
2019-07-05 | video/opencv: remove unused export.hpp | Stanislaw Halik | |
2019-07-05 | proto/freetrack: fix entry name for DCS | Stanislaw Halik | |
Issue: #967 | |||
2019-07-05 | update submodule | Stanislaw Halik | |
2019-07-05 | video/ps3eye: install frame-test utility | Stanislaw Halik | |
2019-07-05 | gui: minor process detector fixes | Stanislaw Halik | |
2019-07-05 | gui: fix potential process detector crash | Stanislaw Halik | |
2019-07-05 | gui: fix process detector not reverting on cancel | Stanislaw Halik | |
Issue: #967 | |||
2019-07-05 | options: fix global ini not saving on Linux | Stanislaw Halik | |
2019-07-05 | compat: don't declare templated function static | Stanislaw Halik | |
2019-07-05 | cmake: use `add_compile_options' | Stanislaw Halik | |
2019-07-05 | cmake: exclude git-gtm | Stanislaw Halik | |
2019-07-05 | cmake: use COMPILE_OPTIONS from newer cmake | Stanislaw Halik | |
2019-07-05 | cmake: add default flags for gcc/clang | Stanislaw Halik | |
2019-07-05 | clang-format | Stanislaw Halik | |
2019-06-28 | Merge pull request #966 from opentrack/issue#954-author-licensing-readme | Stanislaw Halik | |
Update author, readme & licensing | |||
2019-06-27 | Closes #954 | Stéphane Lenclud | |
2019-06-26 | video/ps3eye: update | Stanislaw Halik | |
2019-06-26 | opentrack: fix new config dialog on X11 | Stanislaw Halik | |
2019-06-26 | qxt-mini: fix sign errors | Stanislaw Halik | |
2019-06-26 | qxt-mini: fix typo (code -> native_code) | Stanislaw Halik | |
Also, all mods need to be unbound in case of grabKey() failure | |||
2019-06-26 | qxt-mini: appease clang | Stanislaw Halik | |
2019-06-26 | qxt-mini: don't copy qt headers around | Stanislaw Halik | |
2019-06-26 | tracker/easy: fix -Wall -Wextra -Wpedantic | Stanislaw Halik | |
Notice to: @SLion | |||
2019-06-26 | update submodule | Stanislaw Halik | |
2019-06-26 | video/ps3eye: update submodule | Stanislaw Halik | |
2019-06-26 | spline: fix typo | Stanislaw Halik | |
2019-06-25 | spline: fix text going out of bounds | Stanislaw Halik | |
2019-06-25 | spline: set minimum size hint | Stanislaw Halik | |
2019-06-25 | spline: fix deprecated qt function | Stanislaw Halik | |
2019-06-25 | gui/mapping: fix background color display | Stanislaw Halik | |