Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2019-02-07 | Kinect: Removing unused coordinate mapper. | Stéphane Lenclud | |
2019-02-07 | Kinect: Tracker code cleaning. | Stéphane Lenclud | |
2019-02-07 | Kinect: Don't do video preview when not needed. | Stéphane Lenclud | |
2019-02-07 | Kinect: Limit actual frame rate to 30Hz. | Stéphane Lenclud | |
Fixing settings dialog. | |||
2019-02-07 | Kinect: Removing dead code. | Stéphane Lenclud | |
2019-02-07 | Kinect: CMake adjustments following code review. | Stéphane Lenclud | |
2019-02-07 | Kinect: Fixing tracking validity check. | Stéphane Lenclud | |
2019-02-07 | Kinect: Better body look-up algorithm that should allow someone to look over ↵ | Stéphane Lenclud | |
your shoulder without the tracker getting confused. | |||
2019-02-07 | Kinect: Renaming more files. | Stéphane Lenclud | |
2019-02-07 | Kinect: Renaming a few files. | Stéphane Lenclud | |
2019-02-07 | Kinect: Fixing massive memory leak after start/stop cycle. | Stéphane Lenclud | |
2019-02-07 | Kinect: Adding class to encapsulate Microsoft interface pointer. | Stéphane Lenclud | |
2019-02-07 | Kinect: now with basic video preview. | Stéphane Lenclud | |
We have a massive memory leak, could have been there before though. | |||
2019-02-07 | Kinect: Installing SDK binaries. | Stéphane Lenclud | |
2019-02-07 | Various fixes from code review. | Stéphane Lenclud | |
2019-02-07 | Kinect: Adding tracker icon. | Stéphane Lenclud | |
2019-02-07 | Adding Kinect V2 SDK EULA. | Stéphane Lenclud | |
2019-02-07 | Kinect: Improved CMake configuration for Kinect SDK. | Stéphane Lenclud | |
2019-02-07 | Kinect: Initializing positions and rotations to zero. | Stéphane Lenclud | |
2019-02-07 | Kinect: Now using HD API | Stéphane Lenclud | |
2019-02-07 | Kinect: First draft. | Stéphane Lenclud | |
2019-02-03 | opentrack: use in-header initializer | Stanislaw Halik | |
2019-02-03 | opentrack: get rid of Q_OBJECT | Stanislaw Halik | |
More work toward mixins. | |||
2019-02-03 | proto/simconnect: bump copyright date | Stanislaw Halik | |
2019-02-03 | proto/mouse: bring back NOCOALESCE | Stanislaw Halik | |
2019-02-03 | [TEST] opentrack: separate components a bit | Stanislaw Halik | |
This can cause regressions, but is a step toward mixin support. | |||
2019-02-03 | tracker/aruco: avoid busy-loop on camera failure | Stanislaw Halik | |
2019-02-03 | proto/simconnect: fix activation context again | Stanislaw Halik | |
Issue: #804 | |||
2019-02-02 | cv/video-widget: simplify | Stanislaw Halik | |
Issue: #861 | |||
2019-02-02 | tracker/pt: use double precision where necessary | Stanislaw Halik | |
2019-02-02 | pose-widget: use namespaces correctly | Stanislaw Halik | |
2019-02-02 | options/globals: always return same document directory | Stanislaw Halik | |
2019-02-02 | api/plugin: add explicit to module_status error ctor | Stanislaw Halik | |
2019-02-02 | gui/mapping-dialog: cleanup only | Stanislaw Halik | |
2019-02-02 | cv/video-widget: support other color depths | Stanislaw Halik | |
Issue: #861 | |||
2019-02-01 | cmake/qt: fix platform plugin also | Stanislaw Halik | |
Issue: #867 | |||
2019-02-01 | cmake/qt: fix typo | Stanislaw Halik | |
Issue: #867 |