Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2019-02-01 | cmake/qt: try get Qt with correct CRT version | Stanislaw Halik | |
Issue: #867 | |||
2019-01-24 | gui, opentrack: simplify std::function/unique_ptr usage | Stanislaw Halik | |
Reported by: ElDesalmado | |||
2019-01-24 | compat/macros: define unreachable() | Stanislaw Halik | |
2019-01-20 | cmake: drop moc and moc-* targets | Stanislaw Halik | |
They clutter the target list in some IDEs. | |||
2019-01-20 | api: kill `static' in a header-only library | Stanislaw Halik | |
Also drop the unsigned suffix from magic constants, clang doesn't complain. |