Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-02-23 | fix build errors on Linux | Stanislaw Halik | |
2017-02-23 | gui/options-dialog: prevent heisenbugs (?) | Stanislaw Halik | |
It's likely that there's some memory handling bug when stack-allocating Qt widgets and other components. Use QObject::deleteLater. Will check with Valgrind later. | |||
2017-02-23 | gui/options-dialog: few fixes | Stanislaw Halik | |
- Russian translation has slightly longer words. Don't hardcode the minimum size, rather allow layouts to expand the dialog. - Prevent shortcut window reflow depending on keybinding description text's length | |||
2017-02-23 | gui/process-detector: fix user interface layout issues | Stanislaw Halik | |
It can still break on some exotic styles like OSX. | |||
2017-02-23 | logic, gui: move selected-libraries to struct work | Stanislaw Halik | |
2017-02-23 | cmake/i18n: express i18n target deps properly | Stanislaw Halik | |
2017-02-23 | gui/main-window: simplify | Stanislaw Halik | |
2017-02-22 | tracker/pt: don't busy loop when trying to get a frame | Stanislaw Halik | |
Reported-by: @MathijsG Issue: #552 | |||
2017-02-22 | cmake: change translation regen logic | Stanislaw 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-22 | filter/kalman: delete unused .ts file | Stanislaw Halik | |
We're not doing pl_PL translation. Kill the stray file. | |||
2017-02-22 | cmake/i18n: express file dependencies correctly | Stanislaw 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-21 | cv/video-widget: make check for widget size more strict | Stanislaw Halik | |
It still causes assertion failures for @mrsanchos. | |||
2017-02-21 | gui/main-window: try avoid races the other way | Stanislaw Halik | |
2017-02-21 | Revert "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-21 | cv/video-widget: short-circuit early in widget creation | Stanislaw Halik | |
Otherwise opencv has an assertion failure when creating a matrix with a zero dimension. | |||
2017-02-21 | cv/video-widget: reduce cpu load | Stanislaw Halik | |
Now that the resize happens in another thread, run timer less often | |||
2017-02-21 | modules: add .ts files | Stanislaw Halik | |
2017-02-21 | gitignore: don't ignore .ts files | Stanislaw Halik | |
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 | |