Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-05-22 | proto/wine: add missing translation string | Stanislaw Halik | |
2018-05-22 | proto/ft: i18n update | Stanislaw Halik | |
2018-05-22 | proto/ft: revert npclient-related changes | Stanislaw Halik | |
2018-05-22 | proto/ft: revert npclient to 2.3.10 | Stanislaw Halik | |
2018-05-22 | compat/timer: fix big regression | Stanislaw Halik | |
2018-05-21 | logic/pipeline: don't enable center twice | Stanislaw Halik | |
2018-05-17 | compat: fix -Wextra | Stanislaw Halik | |
2018-05-17 | compat: fix more gcc pedantic warnings | Stanislaw Halik | |
2018-05-17 | tracker/aruco: switch back to 2.3.9 constants -- #770 | Stanislaw Halik | |
2018-05-17 | cv: try workaround msvc corrupted debug info | Stanislaw Halik | |
2018-05-17 | compat: fix warning | Stanislaw Halik | |
2018-05-17 | cmake: move unix i18n to share/opentrack/i18n | Stanislaw Halik | |
2018-05-17 | opentrack: probably fix linux build | Stanislaw Halik | |
2018-05-17 | opentrack: maybe fix GNU build | Stanislaw Halik | |
2018-05-17 | compat/timer: no need to use `long double' | Stanislaw Halik | |
2018-05-17 | filter/accela: update wrt compat/timer | Stanislaw Halik | |
2018-05-17 | filter/accela: fix buffer overrun | Stanislaw Halik | |
Found-with: clang-analyzer, clazy, clang-tidy | |||
2018-05-17 | compat/timer: use time_t | Stanislaw Halik | |
2018-05-17 | cmake: bump required to 3.8 (we use C++17) | Stanislaw Halik | |
2018-05-17 | tracker/aruco: update i18n | Stanislaw Halik | |
2018-05-17 | tracker/aruco: add todo | Stanislaw Halik | |
2018-05-17 | tracker/aruco: fix build | Stanislaw Halik | |
2018-05-14 | tracker/aruco: remove some obsolete stuff | Stanislaw Halik | |
2018-05-14 | opentrack: fix at #726 | Stanislaw Halik | |
cf. https://github.com/opentrack/opentrack/issues/726#issuecomment-387983372 | |||
2018-05-14 | opentrack: update Chinese translation | Stanislaw Halik | |
2018-05-14 | cmake/i18n: fix "make clean" | Stanislaw Halik | |
The Ninja generator deleted source files. I hope this change doesn't break GNU Make and msbuild. | |||
2018-05-14 | cmake: min version bump | Stanislaw Halik | |
2018-05-05 | logic/pipeline: cleanup, use aggregate init | Stanislaw Halik | |
2018-05-05 | logic/pipeline: fix clang error | Stanislaw Halik | |
2018-05-05 | logic/pipeline: skip filter when centering | Stanislaw Halik | |
2018-05-05 | logic/pipeline: skip filter when hold ordered | Stanislaw Halik | |
Also fix faulty xor logic Issue: #777 Requested-by: @r8d | |||
2018-05-05 | compat, logic/pipeline: add bitwise enum operators | Stanislaw Halik | |
2018-05-05 | wiiyourself: clang format | Wei Shuai | |
2018-05-04 | wiiyourself: fix worst compiler warnings | Stanislaw Halik | |
2018-05-04 | wiiyourself: fix translation logspam during build | Stanislaw Halik | |
2018-05-04 | wiiyourself: add warning for scary fallthrough | Stanislaw Halik | |
2018-05-03 | tracker/{rift,steamvr}: rename reserved identifier | Stanislaw Halik | |
Could be declared as macro. Issue: #771 | |||
2018-05-03 | tracker/steamvr: fix GNU libc typedef conflict | Stanislaw Halik | |
Really sometimes they should be less intrusive. Reported-by: @zanoni-mbdyn Issue: #771 | |||
2018-05-02 | opentrack: update translations | Stanislaw Halik | |
2018-05-02 | dinput: fix clang "non-constant-expression" error | Stanislaw Halik | |
2018-05-02 | tracker/fusion: fix logic error | Stanislaw Halik | |
Debugged-by: @Artyrm Issue: #775 | |||
2018-05-02 | migration: add missing <memory> | Stanislaw Halik | |
Spotted-by: @zanoni-mbdyn | |||
2018-04-29 | opentrack: simplify annoying as root | Stanislaw Halik | |
2018-04-29 | options/value: add missing explicit instantiation | Stanislaw Halik | |
2018-04-28 | cmake: cleanup my sdk paths | Stanislaw Halik | |
2018-04-28 | tracker/aruco: don't include headers in the module | Stanislaw Halik | |
2018-04-28 | tracker/aruco: ensure using right ABI | Stanislaw Halik | |
2018-04-28 | random cleanups | Stanislaw Halik | |
2018-04-28 | settings: store untranslated chosen module names | Stanislaw Halik | |
Now that we translate module names, they have to be stored as language-neutral in the config. - add tie_setting overload with from/to conversions - add logic to opentrack/main-window - add migration - remove actually useless tie_setting_traits | |||
2018-04-28 | migration: use thunks | Stanislaw Halik | |
Otherwise we get QCoreApplication used before QApplication instance is created. Requesting the sorted migration data will force the thunks. |