summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2017-02-22tracker/pt: don't busy loop when trying to get a frameStanislaw Halik
Reported-by: @MathijsG Issue: #552
2017-02-22cmake: change translation regen logicStanislaw Halik
- lupdate runs after every source code change for that module - lrelease depends on .ts files created by lupdate - SDK_REGEN_TRANSLATIONS got removed - file dependencies are expressed right, so parallel build works
2017-02-22filter/kalman: delete unused .ts fileStanislaw Halik
We're not doing pl_PL translation. Kill the stray file.
2017-02-22cmake/i18n: express file dependencies correctlyStanislaw Halik
Otherwise parallel make was doing lupdate -> lrelease out of order, leading to badness. Also build failing unless all .ts files existed. We need a way to bootstrap .ts files obviously.
2017-02-21cv/video-widget: make check for widget size more strictStanislaw Halik
It still causes assertion failures for @mrsanchos.
2017-02-21gui/main-window: try avoid races the other wayStanislaw Halik
2017-02-21Revert "gui/main-window: hopefully prevent rare race on close"Stanislaw Halik
It doesn't cancel the settings when closing the module's dialog. This reverts commit f575f6402fc4e79e2d12c2bc897b616f112af4d9.
2017-02-21cv/video-widget: short-circuit early in widget creationStanislaw Halik
Otherwise opencv has an assertion failure when creating a matrix with a zero dimension.
2017-02-21cv/video-widget: reduce cpu loadStanislaw Halik
Now that the resize happens in another thread, run timer less often
2017-02-21modules: add .ts filesStanislaw Halik
2017-02-21gitignore: don't ignore .ts filesStanislaw Halik
2017-02-21tracker/pt: remove obvious warningStanislaw Halik
2017-02-21cv/video-widget: fix logic errorStanislaw Halik
Also try not to poke size() outside UI thread.
2017-02-21tracker/pt: change meanshift kernel size coefficientStanislaw Halik
From my usage the value of 1.5 is excessively conservative.
2017-02-21tracker/pt: fix clang type conversion errorStanislaw Halik
2017-02-21cv/video-widget: resize image in tracker threadStanislaw Halik
Otherwise it hangs up the main UI thread.
2017-02-21tracker/pt: resize the camera feed, not the previewStanislaw 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-21logic/tracker: invert before rotation's used for transformationsStanislaw Halik
2017-02-19we're not using a script for FlightGear outputStanisław Halik
2017-02-19Update README.mdStanisław Halik
2017-02-19Update README.mdStanisław Halik
2017-02-19Update README.mdStanisław Halik
2017-02-19Update README.mdStanisław Halik
2017-02-19cmake/i18n: make lrelease run depending on .ts filesStanislaw Halik
2017-02-19cmake/i18n: always run lreleaseStanislaw Halik
Accidentally, either both lupdate and lrelease were run or none.
2017-02-19gui/lang/ru: fix "joy button %1" translationopentrack-2.3.1Stanislaw Halik
It'll make for 2.3.1 ninja edit.
2017-02-18filter/kalman: fix typo in identifierStanislaw Halik
2017-02-18add logoStanislaw Halik
2017-02-18Merge pull request #549 from mrsanchos/2.3.1Stanisław Halik
2.3.1
2017-02-18Add translation stringsAlexander Orokhovatskiy
2017-02-18Add translation stringsAlexander Orokhovatskiy
2017-02-18proto/sc: fix title barStanislaw Halik
2017-02-18gui/process-widget: fix horiz scrollbar right this timeStanislaw Halik
2017-02-18gui/options-dialog: correct a descriptionStanislaw Halik
2017-02-18gui/options-dialog: don't use "TX" et al in labelsStanislaw Halik
2017-02-18filter/accela: fix horizontal sizeStanislaw Halik
2017-02-18filter/accela: word wrap in dialogStanislaw Halik
For Russian translation.
2017-02-18filter/accela: use the correct magic valueStanislaw Halik
It's only a coincidence 1.5 is the slider's max value.
2017-02-18qxt: warn on x11 key grab failureStanislaw Halik
2017-02-18gui, logic: allow for two keybindings for each functionStanislaw Halik
Also, remove "disable reltrans while held" cause it's too specific.
2017-02-18gui/main-window: hopefully prevent rare race on closeStanislaw Halik
2017-02-18gui/mapping-window: prevent qt uic whiningStanislaw Halik
2017-02-18gui/process-editor: nix scrollbarStanislaw Halik
2017-02-18gui/process-editor: disable resizing table headerStanislaw Halik
2017-02-18gui/options: enforce dialog widthStanislaw Halik
For Russian translation
2017-02-17logic/tracker: remove the experimental center optionStanislaw Halik
It's broken.
2017-02-16spline-widget: one magic number lessStanislaw Halik
2017-02-15proto/simconnect: fix X position wrong signStanislaw Halik
Reported-by: @mrsanchos Alexander Orokhovatskiy
2017-02-15gui/options: allow for negative neck displacement valuesStanislaw Halik
2017-02-15main-settings: relative translation must be off by defaultStanislaw Halik
Reported-by: @mrsanchos Alexander Orokhovatskiy