Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-05-03 | revert msvc utf-8 source file encoding | Stanislaw Halik | |
cf. https://github.com/opentrack/opentrack/issues/605#issuecomment-298637288 | |||
2017-05-02 | tracker/rs: fix utf-8 string literals on msvc | Stanislaw Halik | |
cf. https://github.com/opentrack/opentrack/issues/605#issuecomment-298637288 | |||
2017-05-02 | tracker/rs: fixed SDK runtime installation cmd | Xavier Hallade | |
I thought the executable was looked for in workingDir when calling QProcess::startDetached but it's not the case. Providing full path instead. This method works even when there are spaces in the path, as long as a QStringList() of arguments is specified in the call to QProcess::startDetached. | |||
2017-04-06 | tracker/rs: fixed SDK installer cmd path | Xavier Hallade | |
2016-11-18 | gui, modules: add more translatable strings | Stanislaw Halik | |
2016-11-05 | modules: make more strings translatable | Stanislaw Halik | |
2016-11-04 | modules: make names unique | Stanislaw Halik | |
2016-08-31 | tracker/rs: revert accidental reformat in 9040b187 | Stanislaw Halik | |
2016-08-12 | all: rename modules s#^opentrack-##. and opentrack -> api | Stanislaw Halik | |
Adjust usages. | |||
2016-07-18 | some: adjust install paths and invocations | Stanislaw Halik | |
2016-06-01 | tracker-rs: updated to SDK 2016 R2. Added more debug information and safeguards. | Xavier Hallade | |
2016-02-12 | tracker/rs: cleaned up preview widget setup and deletetion. | Xavier Hallade | |
2016-02-11 | tracker/rs: updated runtime to 2016 R1. | Xavier Hallade | |
2016-02-03 | tracker/rs: added camera preview, removed separate process and TCP socket | Xavier Hallade | |
the RS implementation still resides in a different DLL as it has to be compiled separately by MSVC compiler. | |||
2015-11-26 | tracker/rs: updated RealSense SDK to R5-HF1 | Xavier Hallade | |
2015-11-19 | tracker-rs: updated RealSense SDK version to R5 | Xavier Hallade | |
2015-10-30 | move to subdirectory-based build system | Stanislaw Halik | |
Closes #224 |