Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-02-11 | video: less namespace pollution | Stanislaw Halik | |
2019-02-11 | fix editorconfig | Stanislaw Halik | |
2019-02-11 | dos2unix | Stanislaw Halik | |
2019-02-11 | tracker/kinect: remove tracker/test code | Stanislaw Halik | |
2019-02-11 | compat/simple-mat: more constexpr | Stanislaw Halik | |
2019-02-11 | less header namespace pollution | Stanislaw Halik | |
2019-02-11 | cv/video-widget: make it work without opencv | Stanislaw Halik | |
2019-02-11 | cv/video-widget: fixes | Stanislaw Halik | |
- don't copy pointlessly on ARGB32 input. - add stride argument to QImage. - don't do pointless stuff during painting on the main thread. | |||
2019-02-11 | compat/macros: define unreachable() more sensibly | Stanislaw Halik | |
2019-02-11 | compat/macros: remove prefix | Stanislaw Halik | |
Let's not be concerned about global namespace pollution. These identifiers aren't exposed in the api/ directory. | |||
2019-02-11 | clang-tidy: less krap | Stanislaw Halik | |
2019-02-11 | add dot.editorconfig | Stanislaw Halik | |
2019-02-11 | cmake: require v3.13 for target_{compile,link}_options | Stanislaw Halik | |
2019-02-10 | tracker/kinect: add CRT dependencies | Stanislaw Halik | |
2019-02-10 | dinput: fix debug logic | Stanislaw Halik | |
2019-02-10 | cmake: use target_{compile,link}_options | Stanislaw Halik | |
2019-02-10 | tracker/kinect: no need for public compile option | Stanislaw Halik | |
2019-02-10 | proto/fsuipc: switch to `target_*_options' | Stanislaw Halik | |
2019-02-10 | proto/foohid: add missing .ts | Stanislaw Halik | |
2019-02-10 | installer: use build/ | Stanislaw Halik | |
2019-02-10 | cmake: remove build type suffix | Stanislaw Halik | |
2019-02-10 | gitignore build symlink | Stanislaw Halik | |
2019-02-10 | cmake: link version static library to the right target | Stanislaw Halik | |
2019-02-10 | cmake: fix warning with new version | Stanislaw Halik | |
2019-02-10 | cmake: small cleanup | Stanislaw Halik | |
2019-02-10 | cmake: improve quotemeta for C | Stanislaw Halik | |
2019-02-09 | cmake: wrap around for function var scope | Stanislaw Halik | |
2019-02-09 | cmake: try not use leading underscore in header name | Stanislaw Halik | |
2019-02-09 | options/base-value: remove stale comment | Stanislaw Halik | |
2019-02-09 | tracker/kinect: pass msvc -W4 | Stanislaw Halik | |
Let's not change the code unnecessarily. | |||
2019-02-09 | tracker/kinect: fix cmake | Stanislaw Halik | |
- fix bogus sdk warning - quote paths that can contain spaces - use opentrack-{intel,64bit,hier-pfx} - shorten module name - don't use EXISTS with pathname, it should fail at build time | |||
2019-02-09 | cmake: add kinect to my SDK paths | Stanislaw Halik | |
2019-02-09 | proto/simconnect: regen translation | Stanislaw Halik | |
2019-02-09 | clang-tidy: more krap | Stanislaw Halik | |
2019-02-09 | api: fix identifier | Stanislaw Halik | |
2019-02-09 | proto/simconnect: don't hang so long on exit | Stanislaw Halik | |
Issue: #804 | |||
2019-02-09 | dinput: fix api usage | Stanislaw Halik | |
Issue: #871 - don't sleep with a lock held - fix Acquire() return value check - remove needless Unacquire() calls - always use Poll(), even for keyboard - fix HRESULT debug output | |||
2019-02-09 | proto/simconnect: fix p3d | Stanislaw Halik | |
Issue: #804 Prepar3d was not working due to sending RECV_ID_EXCEPTION on startup. | |||
2019-02-09 | proto/simconnect: cleanup | Stanislaw Halik | |
Issue: #804 - don't call simconnect_close without a valid handle - remove magic numbers - fix event handle logic. only use it for checking whether we're timing out. - add more informative stderr output - don't hardcode QFunctionPointer type alias - remove awful VirtPos/Rot... | |||
2019-02-09 | proto/simconnect: move activation context to compat | Stanislaw Halik | |
2019-02-09 | random nonsense only | Stanislaw Halik | |
2019-02-09 | options, opentrack: fix migrations with tie_setting | Stanislaw Halik | |
Migrations only ran after `tie_setting()' handlers were done, clobbering the settings that were about to be migrated. Applying QSignalBlocker to few comboboxes isn't enough as it affects everything touched by `tie_setting()'. Split reload and notify phases in the options system. | |||
2019-02-09 | options: sprinkle some QStringLiteral | Stanislaw Halik | |
2019-02-09 | migration: fix lazily-written module name migration | Stanislaw Halik | |
2019-02-09 | use consistent naming for `profile' | Stanislaw Halik | |
2019-02-09 | opentrack: fix profile list storage | Stanislaw Halik | |
The authoritative source for profile names is now a vector rather than a user interface element. Add some sanity checks to `main_window::set_profile'. Remove the `config_listed' abomination. | |||
2019-02-09 | opentrack: move module list to base class | Stanislaw Halik | |
2019-02-09 | opentrack: rename, reorder, add `static' | Stanislaw Halik | |
2019-02-09 | opentrack: move members around in header | Stanislaw Halik | |
2019-02-09 | Merge pull request #869 from Slion/tracker-kinect-face | Stanislaw Halik | |
Tracker kinect face |