Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-12-16 | cmake: fix mrproper -> install without regen translations enabled | Stanislaw Halik | |
2016-12-16 | cmake: move mrproper code to indexed project file | Stanislaw Halik | |
Also remove the username guard. | |||
2016-12-16 | tracker/tobii: switch to NO-INSTALL for release | Stanislaw Halik | |
2016-12-16 | tracker/tobii: flush, but still broken | Stanislaw Halik | |
Needs the spline class to allow initializing itself from a function. Even if the passed control points are correct, it still looks like shit. Presently they aren't correct though. Need to work on linear approximation. | |||
2016-12-16 | tracker/aruco: use simple, idiomatic way to clamp the ROI | Stanislaw Halik | |
2016-12-16 | compat/util: implicitly include QDebug to every callee | Stanislaw Halik | |
2016-12-16 | tracker/pt: refactor camera info handling | Stanislaw 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-11 | gui: fix crash when no filter selected | Stanislaw Halik | |
2016-12-10 | tracker/pt: make overlay look more of the same on 320x240 as 640x480 | Stanislaw Halik | |
2016-12-09 | tracker/pt: show right overlay wrt frame size | Stanislaw Halik | |
2016-12-09 | tracker/pt: use the right delta for iteration stop | Stanislaw Halik | |
2016-12-09 | tracker/pt: inline meanshift eval fun | Stanislaw Halik | |
2016-12-09 | tracker/pt: improved precision and noise rejection by mean shift filtering | DaMichel | |
2016-12-09 | tracker/tobii: flush further work. it's still broken. | Stanislaw Halik | |
2016-12-09 | gui, logic: allow toggle neck displacement | Stanislaw Halik | |
It was only possible to zero the values to turn it off. | |||
2016-12-09 | few: fix spacers breaking layout reflow | Stanislaw Halik | |
2016-12-09 | gui: factor out dialog creation function | Stanislaw Halik | |
Also, need to drain the event loop following QWidget::adjustSize. Otherwise the following resize still uses the old values. | |||
2016-12-09 | gui, logic: add neck displacement feature | Stanislaw 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-08 | tracker/pt: use correct focal length formula | Stanislaw Halik | |
the formula works with ps3 eye zoom modes | |||
2016-12-08 | filter/accela: fix wrapping/layout for translations | Stanislaw Halik | |
2016-12-08 | Merge pull request #496 from MathijsG/patch-4 | Stanisław Halik | |
Initial Dutch translations | |||
2016-12-08 | cmake: fix typo | Stanislaw Halik | |
Wow, it's been there for a while | |||
2016-12-08 | cmake: fix translations always updating | Stanislaw Halik | |
2016-12-08 | tracker/tobii: flush changes, gain is broken | Stanislaw Halik | |
2016-12-08 | cmake: use CMAKE_COMMAND var | Stanislaw Halik | |
2016-12-08 | cmake: fix translation generation | Stanislaw Halik | |
2016-12-08 | gui/lang: fix Russian translation | Stanislaw Halik | |
2016-12-08 | fix build | Stanislaw Halik | |
Spotted-by: @MrSanchos | |||
2016-12-08 | spline-widget: improve preview mode for tobii | Stanislaw Halik | |
2016-12-08 | spline-widget: lazy-recompute spline buckets | Stanislaw Halik | |
2016-12-08 | tracker/pt: fix camera Hz always the default value | Stanislaw Halik | |
2016-12-08 | options: get element with call operator | Stanislaw Halik | |
thread_local is expensive. | |||
2016-12-08 | gui: prevent stderr whining if controls don't fit at runtime | Stanislaw Halik | |
2016-12-08 | Merge pull request #508 from mrsanchos/unstable | Stanisław Halik | |
Translate remaining strings in filter-accela/proto-ft/tracker-pt | |||
2016-12-08 | Translate remaining strings in filter-accela/proto-ft/tracker-pt | Alexander Orokhovatskiy | |
2016-12-03 | filter/accela: describe in dialog, adjust defaults | Stanislaw Halik | |
2016-12-03 | tracker/pt: simplify pointless inheritance | Stanislaw Halik | |
2016-12-03 | tracker/aruco: simplify open-coded clamp() | Stanislaw Halik | |
2016-12-03 | options: explicitly include compat/util | Stanislaw Halik | |
2016-12-03 | compat: add asserts | Stanislaw Halik | |
2016-12-03 | fixup! tracker/{aruco,pt}: use RAII for QObject | Stanislaw Halik | |
2016-12-03 | compat: avoid namespace clashes | Stanislaw Halik | |
2016-12-03 | cmake: default to regen i18n on every build | Stanislaw Halik | |
2016-12-03 | tracker/{aruco,pt}: use RAII for QObject | Stanislaw Halik | |
2016-11-29 | contrib, cmake: add stub translation generator | Stanislaw Halik | |
Issue: #500 | |||
2016-11-29 | cmake: fix markdown harderopentrack-2.3.0 | Stanislaw Halik | |
2016-11-29 | fix markdown harder | Stanislaw Halik | |
2016-11-29 | fix markdown | Stanislaw Halik | |
2016-11-29 | add authorship and licensing information | Stanislaw Halik | |
2016-11-29 | main: change for testing | Stanislaw Halik | |