summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2016-12-16tracker/aruco: use simple, idiomatic way to clamp the ROIStanislaw Halik
2016-12-16compat/util: implicitly include QDebug to every calleeStanislaw Halik
2016-12-16tracker/pt: refactor camera info handlingStanislaw Halik
- Pass `struct CamInfo' rather than several elements separately - Reformat - Return `struct CamInfo' together with the frame since then it's always valid - Move the focal length formula into `struct CamInfo' - Remove incorrect focal length formula rather than #if 0 - Pass some stuff by reference and not by pointer
2016-12-11gui: fix crash when no filter selectedStanislaw Halik
2016-12-10tracker/pt: make overlay look more of the same on 320x240 as 640x480Stanislaw Halik
2016-12-09tracker/pt: show right overlay wrt frame sizeStanislaw Halik
2016-12-09tracker/pt: use the right delta for iteration stopStanislaw Halik
2016-12-09tracker/pt: inline meanshift eval funStanislaw Halik
2016-12-09tracker/pt: improved precision and noise rejection by mean shift filteringDaMichel
2016-12-09tracker/tobii: flush further work. it's still broken.Stanislaw Halik
2016-12-09gui, logic: allow toggle neck displacementStanislaw Halik
It was only possible to zero the values to turn it off.
2016-12-09few: fix spacers breaking layout reflowStanislaw Halik
2016-12-09gui: factor out dialog creation functionStanislaw Halik
Also, need to drain the event loop following QWidget::adjustSize. Otherwise the following resize still uses the old values.
2016-12-09gui, logic: add neck displacement featureStanislaw Halik
With it enabled, user's neck will be treated as separate from the rotation pivot. Rotating to the left will reposition to the left in addition to the rotation, and so on. This feature is subtle but apparently very popular with DCS users.
2016-12-08tracker/pt: use correct focal length formulaStanislaw Halik
the formula works with ps3 eye zoom modes
2016-12-08filter/accela: fix wrapping/layout for translationsStanislaw Halik
2016-12-08Merge pull request #496 from MathijsG/patch-4Stanisław Halik
Initial Dutch translations
2016-12-08cmake: fix typoStanislaw Halik
Wow, it's been there for a while
2016-12-08cmake: fix translations always updatingStanislaw Halik
2016-12-08tracker/tobii: flush changes, gain is brokenStanislaw Halik
2016-12-08cmake: use CMAKE_COMMAND varStanislaw Halik
2016-12-08cmake: fix translation generationStanislaw Halik
2016-12-08gui/lang: fix Russian translationStanislaw Halik
2016-12-08fix buildStanislaw Halik
Spotted-by: @MrSanchos
2016-12-08spline-widget: improve preview mode for tobiiStanislaw Halik
2016-12-08spline-widget: lazy-recompute spline bucketsStanislaw Halik
2016-12-08tracker/pt: fix camera Hz always the default valueStanislaw Halik
2016-12-08options: get element with call operatorStanislaw Halik
thread_local is expensive.
2016-12-08gui: prevent stderr whining if controls don't fit at runtimeStanislaw Halik
2016-12-08Merge pull request #508 from mrsanchos/unstableStanisław Halik
Translate remaining strings in filter-accela/proto-ft/tracker-pt
2016-12-08Translate remaining strings in filter-accela/proto-ft/tracker-ptAlexander Orokhovatskiy
2016-12-03filter/accela: describe in dialog, adjust defaultsStanislaw Halik
2016-12-03tracker/pt: simplify pointless inheritanceStanislaw Halik
2016-12-03tracker/aruco: simplify open-coded clamp()Stanislaw Halik
2016-12-03options: explicitly include compat/utilStanislaw Halik
2016-12-03compat: add assertsStanislaw Halik
2016-12-03fixup! tracker/{aruco,pt}: use RAII for QObjectStanislaw Halik
2016-12-03compat: avoid namespace clashesStanislaw Halik
2016-12-03cmake: default to regen i18n on every buildStanislaw Halik
2016-12-03tracker/{aruco,pt}: use RAII for QObjectStanislaw Halik
2016-11-29contrib, cmake: add stub translation generatorStanislaw Halik
Issue: #500
2016-11-29cmake: fix markdown harderopentrack-2.3.0Stanislaw Halik
2016-11-29fix markdown harderStanislaw Halik
2016-11-29fix markdownStanislaw Halik
2016-11-29add authorship and licensing informationStanislaw Halik
2016-11-29main: change for testingStanislaw Halik
2016-11-29compat/run-in-thread: fix on msvc 2017Stanislaw Halik
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>