Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-02-03 | proto/wine: allow disabling freetrack/npclient | Stanislaw Halik | |
Fixes #1042 | |||
2020-02-03 | video/widget: fix hidpi scaling on linux | Stanislaw Halik | |
2020-02-03 | proto/wine: fix includes | Stanislaw Halik | |
2020-02-03 | pose-widget: make octopus less wide | Stanislaw Halik | |
Now it looks less like a frog. | |||
2020-01-27 | dinput: support win32 F13 -> F24 | Stanislaw Halik | |
Fixes #1012 | |||
2020-01-27 | proto/vjoystick: ignore version check | Stanislaw Halik | |
Issue: #1030 | |||
2020-01-27 | proto/vjoystick: fix build | Stanislaw Halik | |
2020-01-27 | video/opencv: store camera index | Stanislaw Halik | |
Issue: #1031 | |||
2020-01-27 | opentrack: fix tray condition | Stanislaw Halik | |
Fixes #1032 | |||
2020-01-27 | Revert "video: don't sort camera names" | Stanislaw Halik | |
This reverts commit 345684b681242dc6e1e2ddf9e8e20d4a419b3f7a. | |||
2020-01-27 | video: don't sort camera names | Stanislaw Halik | |
2020-01-17 | spline/widget: take font color from palette | Stanislaw Halik | |
Issue: #988 | |||
2020-01-17 | spline/widget: fix plot label offset | Stanislaw Halik | |
Issue: #988 | |||
2020-01-17 | proto/libevdev: fix dialog title | Stanislaw Halik | |
2020-01-17 | options: fix build | Stanislaw Halik | |
2020-01-17 | maybe fix build | Stanislaw Halik | |
2020-01-17 | try to fix build | Stanislaw Halik | |
2020-01-17 | try fix build | Stanislaw Halik | |
2020-01-17 | maybe fix qt 5.13 | Stanislaw Halik | |
2020-01-17 | try to fix build for qt 5.13 | Stanislaw Halik | |
2020-01-16 | compat/qhash: try harder | Stanislaw Halik | |
2020-01-16 | cmake: no longer require qt 5.14 | Stanislaw Halik | |
2020-01-16 | remove stub azure-pipelines CI | Stanislaw Halik | |
2020-01-16 | compat/qhash: try fix older Qt | Stanislaw Halik | |
2020-01-16 | proto/vjoystick: log version numbers | Stanislaw Halik | |
Issue: #1030 | |||
2020-01-16 | logic: logger can't be NULL | Stanislaw Halik | |
Closes #1028 | |||
2020-01-13 | update my sdk paths | Stanislaw Halik | |
2020-01-13 | cmake: enable rttiopentrack-2.3.11 | Stanislaw Halik | |
Disabling RTTI leads to crash in QFusion at startup with Qt 5.14. | |||
2020-01-13 | installer: fix locations | Stanislaw Halik | |
2020-01-13 | cmake: require Qt 5.14 | Stanislaw Halik | |
2020-01-13 | dinput: fix qhash template error | Stanislaw Halik | |
Issue: #988 | |||
2020-01-13 | cmake: reduce qt component list | Stanislaw Halik | |
PR: #1006 | |||
2020-01-13 | Merge pull request #1006 from rvt/osx-build-fix | Stanislaw Halik | |
OSX Build fixes | |||
2020-01-05 | Copy third party DLL/EXE to third party direcoty for WINE users | Ries van Twisk | |
2020-01-04 | Handled review comments | Ries van Twisk | |
2020-01-04 | Added myself to credits | Ries van Twisk | |
2020-01-03 | tracker/freepie-udp: fix pack pragma | Stanislaw Halik | |
Due to typo "#pragma pack(push)" was used rather than, "#pragma pack(push, 1)" that does the right thing. Add an assert. PR: #1018 | |||
2020-01-03 | contrib: update freepie-udp | Stanislaw Halik | |
Fixed for Android 9 by @siriux Issue: #913 | |||
2020-01-02 | Merge branch 'freepie-packed-struct' into osx-build-fix | Ries van Twisk | |
2019-12-31 | Merge pull request #1018 from rvt/freepie-packed-struct | Stanislaw Halik | |
FreePIE Use packed struct with clang to receive datagram | |||
2019-12-30 | Ensure structure is the same | Ries van Twisk | |
2019-12-30 | Removed unused FindLibUSB | Ries van Twisk | |
2019-12-30 | FreePIE Use packed struct with clang to receive datagram | Ries van Twisk | |
2019-12-29 | Merge remote-tracking branch 'upstream/unstable' into osx-build-fix | Ries van Twisk | |
2019-12-29 | Deleted qhash | Ries van Twisk | |
2019-12-29 | delete compat/qhash.hpp | Stanislaw Halik | |
2019-12-29 | Merge branch 'unstable' of https://github.com/opentrack/opentrack into ↵ | Ries van Twisk | |
osx-build-fix | |||
2019-12-29 | Merge conflict fix | Ries van Twisk | |
2019-12-29 | tracker/hatire: fix deprecated QTime api | Stanislaw Halik | |
2019-12-29 | fix std::hash<QString> | Stanislaw Halik | |
Fixes #1015 |