summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2016-11-29options/tie: simplify slider usage with run_in_thread_sync()Stanislaw Halik
2016-11-29options/tie: fix for enumStanislaw Halik
Fundamentally this was caused by incorrect lambda capture spec for the qobject ptr. We need to capture the pointer by value. Reported-by: @huliqan on IL-2 Sturmovik Russian forum. Fixes: hatire serial port params
2016-11-29tracker/{hydra,rift-{025,042,080,140}}: license the codeStanislaw Halik
@mm0zct granted permission as per: Return-Path: <mm0zct@gmail.com> Received: from mail-wm0-f49.google.com (mail-wm0-f49.google.com [74.125.82.49]) by nilaya.lain.pl (Postfix) with ESMTPS id EA0663FEB9 for <sthalik@misaki.pl>; Fri, 18 Nov 2016 19:35:16 +0100 (CET) Message-ID: <CALeTJ=dHprFe_SepvYR7ioc+wdR4zr9gJibt3rujQw8DuasKxA@mail.gmail.com> From: chris thompson <mm0zct@gmail.com> Subject: Re: small rift copyright issue To: Stanislaw Halik <sthalik@misaki.pl> [...] his email hereby grants you permission to re-license that code however suits you best. [...] Signed-off-by: Stanislaw Halik <sthalik@misaki.pl>
2016-11-25Revert "logic, gui: remove relative translation disable axis"opentrack-2.3-rc99p15Stanislaw Halik
This reverts commit 9fb8b48027ac8c03628955da2b186de88745e348.
2016-11-23cmake: don't regen translations all the time by defaultStanislaw Halik
2016-11-23tracker/aruco: fix string marked as not translatableStanislaw Halik
2016-11-23spline-widget: add more buckets for Accela interpolationStanislaw Halik
The rotation gain wasn't accurate enough with the previous value.
2016-11-23filter/accela: fix formulaStanislaw Halik
We need to multiply by rot_nl or there's a discontinuity.
2016-11-23filter/accela: simplify main loopStanislaw Halik
2016-11-23filter/accela: simplify debug dialog creationStanislaw Halik
2016-11-23tracker/pt: add failed focal length formulaStanislaw Halik
2016-11-21tracker/qt-gamepad: add stubStanislaw Halik
2016-11-21tracker/{test,steamvr}: fix duplicate class namesStanislaw Halik
It breaks translation.
2016-11-18logic, gui: remove relative translation disable axisStanislaw Halik
Only Z needs this.
2016-11-18gui: restore resize disableStanislaw Halik
2016-11-18Revert "gui: resize dialog boxes to fit text"Stanislaw Halik
This reverts commit d26048617d78396cc6381eaf06f19fee484d811c.
2016-11-18logic/tracker: make camera offset only work on translationStanislaw Halik
2016-11-18pose-widget: avoid impl namespace clashStanislaw Halik
2016-11-18logic/tracker: avoid exposing struct bits and Pose type aliasStanislaw Halik
2016-11-18logic/tracker: fix incorrect atomic bitmask usageStanislaw Halik
2016-11-18logic/tracker: maybe fix both camera offset modes used togetherStanislaw Halik
2016-11-18gui/options-dialog: fix logic error in keybinding friendly nameStanislaw Halik
2016-11-18gui, modules: add more translatable stringsStanislaw Halik
2016-11-18gui: resize dialog boxes to fit textStanislaw Halik
2016-11-18gui/options: oops, fix numpad keys friendly nameStanislaw Halik
2016-11-18cmake: enable translating nl_NL localeStanislaw Halik
2016-11-18gui: allow for disabling translationStanislaw Halik
2016-11-18gui: rewrite confusing camera offset descriptionStanislaw Halik
2016-11-18gui/options: allow for translating keyboard modifiersStanislaw Halik
2016-11-18proto/freetrack: update game listStanislaw Halik
2016-11-18tracker/aruco: back out changes since rc7Stanislaw Halik
However, include some crash fixes and minor changes. Fixes #481 Reported-by: @Emton Testing-by: @Emton
2016-11-17Merge pull request #497 from MathijsG/patch-3Stanisław Halik
Initial Dutch translations
2016-11-16Update nl_NL.tsMathijs Groothuis
2016-11-16Create nl_NL.tsMathijs Groothuis
2016-11-16Merge pull request #495 from mrsanchos/lang/ru-20161116Stanisław Halik
gui: initial Russian translation
2016-11-16gui: initial Russian translationAlexander Orokhovatskiy
2016-11-12tracker/steamvr: add broken versionStanislaw Halik
We still need axis-angle <-> rmat and euler with different order helpers.
2016-11-12logic/tracker: move from headerStanislaw Halik
2016-11-12pose-widget, logic/tracker: adjust euler helpers usageStanislaw Halik
2016-11-12compat: move from simple-mat.hpp to euler.hppStanislaw Halik
2016-11-12tracker/pt: refactorStanislaw Halik
- separate .{cpp,hpp} for few classes - don't include namespaces globally; harmless but looks bad anyway - class with all public members to struct
2016-11-06tracker/steamvr: TO REBASEStanislaw Halik
2016-11-06gui: map as translatableStanislaw Halik
2016-11-05gui: fix accidental debug statementStanislaw Halik
2016-11-05add gitignoreStanislaw Halik
2016-11-05modules: fix some translation stuffStanislaw Halik
2016-11-05cmake: fix build when .ts not made yetStanislaw Halik
2016-11-05gui: make program name translatableStanislaw Halik
2016-11-05delete empty .tsStanislaw Halik
2016-11-05add empty .ts to gitignoreStanislaw Halik