Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-04-05 | i18n: update strings | Stanislaw Halik | |
2018-04-05 | modules: now use i18n | Stanislaw Halik | |
2018-04-05 | tracker/rs/impl: fix build | Stanislaw Halik | |
Breaks on Visual Studio 15.7.0 Preview 2 due to: - _InterlockedIncrement - _InterlockedDecrement | |||
2018-02-12 | cmake: add zh_CN | Stanislaw Halik | |
cf. #746 | |||
2018-02-12 | modules: stop saving line information | Stanislaw Halik | |
Now i18n regen won't make a mess. | |||
2018-02-09 | update translation source files -- #743 | Stanislaw Halik | |
2018-01-18 | compat/util: retire | Stanislaw Halik | |
Adjust usages. | |||
2017-12-09 | many: use otr_tr for non-qobject translation | Stanislaw Halik | |
I haven't even compile-tested Linux and OSX-specific bits. | |||
2017-12-04 | api: add status check for modules | Stanislaw Halik | |
2017-08-14 | cmake: drop executable bit from installed normal files | Stanislaw Halik | |
2017-05-12 | tracker/realsense: make GNU build less noisy | Stanislaw Halik | |
I'm only using it for Coverity builds and it's not expected to work with GNU. | |||
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-29 | add -Wno-error where applicable | Stanislaw Halik | |
2017-04-06 | tracker/rs: fixed SDK installer cmd path | Xavier Hallade | |
2017-04-06 | tracker/rs: updated link to 2016 R2 SDK in readme | Xavier Hallade | |
2017-03-27 | cmake: rename project's function prefix | Stanislaw Halik | |
It's not annoying having to type it anymore. Also "otr_boilerplate" -> "otr_module". | |||
2017-03-22 | tracker/rs: fix for Coverity builds | Stanislaw Halik | |
2017-02-27 | remove unfinished polish translation files | Stanislaw Halik | |
Polish speakers typically know English well enough and translations are awkward. | |||
2017-02-21 | modules: add .ts files | Stanislaw Halik | |
2017-01-29 | tracker/rs: dead code, rest in peace | Stanislaw Halik | |
2016-11-18 | gui, modules: add more translatable strings | Stanislaw Halik | |
2016-11-05 | delete empty .ts | Stanislaw Halik | |
2016-11-05 | modules: make more strings translatable | Stanislaw Halik | |
2016-11-04 | modules: make names unique | Stanislaw Halik | |
2016-11-04 | modules: add autogenerated translation files | Stanislaw Halik | |
2016-10-07 | tracker/rs: fix warning on msvc 15 preview 5 | Stanislaw Halik | |
2016-08-31 | tracker/rs: revert accidental reformat in 9040b187 | Stanislaw Halik | |
2016-08-29 | tracker/rs: don't export from a static library | Stanislaw Halik | |
Actually generates symbols. | |||
2016-08-28 | tracker/rs: connect rs_impl to build | Stanislaw Halik | |
Pinging @ph0b. | |||
2016-08-25 | tracker/rs: disable nodefaultlib. we're using /MT globally now for msvc. | Stanislaw Halik | |
2016-08-24 | tracker/rs: fix MSVC link warning | Stanislaw Halik | |
2016-08-23 | add missing #pragma once | 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-07-07 | tracker/rs: add /nologo to impl lib.exe invocation | Stanislaw Halik | |
2016-07-07 | tracker/rs: use static linkage | Stanislaw Halik | |
There's no reason not to link statically the impl library. As suggested by @ph0b, use subdirs for each arch. This helps with object file clobber. | |||
2016-07-07 | tracker/rs: allow batch file invocation from another working directory | Stanislaw Halik | |
2016-07-07 | tracker/rs: add 64-bit prebuilt library | Stanislaw Halik | |
2016-07-07 | tracker/rs: add support for 64-bit library | Stanislaw Halik | |
2016-06-01 | tracker-rs: updated to SDK 2016 R2. Added more debug information and safeguards. | Xavier Hallade | |
2016-05-26 | many modules: trivial cleanups only | Stanislaw Halik | |
- Remove "this->" where it's not needed. Possibly rename shadowed vars. - Don't reload the options bundle manually since `options::opts' exists for that very reason. - Remove '^ \+$' whitespace - :retab | |||
2016-04-27 | installer: propose install of RealSense runtime on compatible systems | Xavier Hallade | |
When an user installs opentrack on a system which has RealSense F200 or SR300 camera drivers installed, the installer now proposes to install the proper runtime after having displayed its EULA. | |||
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 adjusted UI to reflect SDK update | Xavier Hallade | |
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 | |