Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-02-21 | tracker/pt: remove obvious warning | Stanislaw Halik | |
2017-02-21 | cv/video-widget: fix logic error | Stanislaw Halik | |
Also try not to poke size() outside UI thread. | |||
2017-02-21 | tracker/pt: change meanshift kernel size coefficient | Stanislaw Halik | |
From my usage the value of 1.5 is excessively conservative. | |||
2017-02-21 | tracker/pt: fix clang type conversion error | Stanislaw Halik | |
2017-02-21 | cv/video-widget: resize image in tracker thread | Stanislaw Halik | |
Otherwise it hangs up the main UI thread. | |||
2017-02-21 | tracker/pt: resize the camera feed, not the preview | Stanislaw Halik | |
This makes the point size text and point crosses not alias due to the resize. Due to nice pixel coordinate system, the cross-drawing lambda only needs minimal changes. | |||
2017-02-21 | logic/tracker: invert before rotation's used for transformations | Stanislaw Halik | |
2017-02-19 | we're not using a script for FlightGear output | Stanisław Halik | |
2017-02-19 | Update README.md | Stanisław Halik | |
2017-02-19 | Update README.md | Stanisław Halik | |
2017-02-19 | Update README.md | Stanisław Halik | |
2017-02-19 | Update README.md | Stanisław Halik | |
2017-02-19 | cmake/i18n: make lrelease run depending on .ts files | Stanislaw Halik | |
2017-02-19 | cmake/i18n: always run lrelease | Stanislaw Halik | |
Accidentally, either both lupdate and lrelease were run or none. | |||
2017-02-19 | gui/lang/ru: fix "joy button %1" translationopentrack-2.3.1 | Stanislaw Halik | |
It'll make for 2.3.1 ninja edit. | |||
2017-02-18 | filter/kalman: fix typo in identifier | Stanislaw Halik | |
2017-02-18 | add logo | Stanislaw Halik | |
2017-02-18 | Merge pull request #549 from mrsanchos/2.3.1 | Stanisław Halik | |
2.3.1 | |||
2017-02-18 | Add translation strings | Alexander Orokhovatskiy | |
2017-02-18 | Add translation strings | Alexander Orokhovatskiy | |
2017-02-18 | proto/sc: fix title bar | Stanislaw Halik | |
2017-02-18 | gui/process-widget: fix horiz scrollbar right this time | Stanislaw Halik | |
2017-02-18 | gui/options-dialog: correct a description | Stanislaw Halik | |
2017-02-18 | gui/options-dialog: don't use "TX" et al in labels | Stanislaw Halik | |
2017-02-18 | filter/accela: fix horizontal size | Stanislaw Halik | |
2017-02-18 | filter/accela: word wrap in dialog | Stanislaw Halik | |
For Russian translation. | |||
2017-02-18 | filter/accela: use the correct magic value | Stanislaw Halik | |
It's only a coincidence 1.5 is the slider's max value. | |||
2017-02-18 | qxt: warn on x11 key grab failure | Stanislaw Halik | |
2017-02-18 | gui, logic: allow for two keybindings for each function | Stanislaw Halik | |
Also, remove "disable reltrans while held" cause it's too specific. | |||
2017-02-18 | gui/main-window: hopefully prevent rare race on close | Stanislaw Halik | |
2017-02-18 | gui/mapping-window: prevent qt uic whining | Stanislaw Halik | |
2017-02-18 | gui/process-editor: nix scrollbar | Stanislaw Halik | |
2017-02-18 | gui/process-editor: disable resizing table header | Stanislaw Halik | |
2017-02-18 | gui/options: enforce dialog width | Stanislaw Halik | |
For Russian translation | |||
2017-02-17 | logic/tracker: remove the experimental center option | Stanislaw Halik | |
It's broken. | |||
2017-02-16 | spline-widget: one magic number less | Stanislaw Halik | |
2017-02-15 | proto/simconnect: fix X position wrong sign | Stanislaw Halik | |
Reported-by: @mrsanchos Alexander Orokhovatskiy | |||
2017-02-15 | gui/options: allow for negative neck displacement values | Stanislaw Halik | |
2017-02-15 | main-settings: relative translation must be off by default | Stanislaw Halik | |
Reported-by: @mrsanchos Alexander Orokhovatskiy | |||
2017-02-13 | cmake: allow run i18n target if SDK_REGEN_TRANSLATIONS is false | Stanislaw Halik | |
2017-02-13 | spline-widget: linearly interpolate if singular point beyond zoom value exists | Stanislaw Halik | |
2017-02-13 | gui/mappings: fix zooming for position DOF | Stanislaw Halik | |
Reported-by: @mrsanchos Alexander Orokhovatskiy | |||
2017-02-13 | spline-widget: only use singular point if below zoom pt | Stanislaw Halik | |
Otherwise it got linearly interpolated toward a point that wasn't visible on the spline widget. | |||
2017-02-05 | gui, logic: allow for limiting max X on translation axis also | Stanislaw Halik | |
2017-01-29 | gui/mapping-window: adjust x_step in widget depending on zoom level | Stanislaw Halik | |
2017-01-29 | spline-widget: actually use the [xy]_step properties | Stanislaw Halik | |
2017-01-29 | spline-widget: fix swapped [xy]step | Stanislaw Halik | |
2017-01-29 | spline-widget/spline: oops, don't eat points outta range in recompute() | Stanislaw Halik | |
2017-01-29 | spline-widget/spline: all logic must take zoom into effect | Stanislaw Halik | |
2017-01-29 | logic/main-settings: fix braino | Stanislaw Halik | |
Only if we were clamping Y it'd made sense. When clamping X it doesn't. |