Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-02-08 | remove obsolete TODO comments | Stanislaw Halik | |
2024-02-08 | gui: rename settings-dialog.ui to options-dialog.ui | Stanislaw Halik | |
2024-02-08 | i18n: add stubs for {pre,post}-invert settings dialog options | Stanislaw Halik | |
2024-02-08 | add post-invert, rename invert to pre-invert | Stanislaw Halik | |
Requested by: a few people | |||
2023-11-05 | add a couple todo comments | Stanislaw Halik | |
2023-10-01 | tracker/nn: Add button to choose pose net file | Michael Welter | |
2023-09-30 | minor cg | 前进! | |
2023-09-30 | Formatting corrections and minor revisions | 前进! | |
2023-09-30 | Update zh_CN.ts | 前进! | |
2023-08-31 | Allow arm64 build ion macOS by using toolchain file apple.cmake and ↵ | Matteo Ceruti | |
exporting an EVN-Variable OTR_OSX_ARCH=arm64 I build with after cloning the repo cd opentrack export OTR_OSX_ARCH=arm64 ; cmake --toolchain ./cmake/apple.cmake -S . -B build cd build make install | |||
2023-07-06 | cmake: remove accidental debug code | Stanislaw Halik | |
2023-07-06 | compat: fix linux procps | Stanislaw Halik | |
We'll actually support both libprocps and libproc2. What a mess. | |||
2023-07-05 | Migrate to procps-ng 4.0 | Bernat Arlandis | |
2023-05-28 | gui/init: fix crash on startup | Stanislaw Halik | |
Fixes: #1661 Reported, diagnosed and tested by: @wfurney13 | |||
2023-03-01 | fix some GCC warnings | Stanislaw Halik | |
2022-10-10 | Revert "options/value: add `QObject::connect` wrapper" | Stanislaw Halik | |
This reverts commit a67e8630caf20e7f48151024e9e68dd9271d75c7. | |||
2022-07-01 | options/value: add `QObject::connect` wrapper | Stanislaw Halik | |
This is useful not just to save on complexity in call sites, but also because I plan on using the Verdigris library to remove needless `valueChanged()` and `setValue()` overloads from each `value<t>` instance. Also fix a bug in `options/tie.hpp` where `QComboBox::setCurrentIndex` was erroneously called as `Qt::DirectConnection`. | |||
2022-06-12 | gui: remove outdated comment | Stanislaw Halik | |
2022-06-05 | gui: enable module tabs even on small screens | Stanislaw Halik | |
2022-05-11 | opentrack: use hires profile icon | Stanislaw Halik | |
2022-04-19 | gui: fix vertically stretched layout in options dlg | Stanislaw Halik | |
2022-02-16 | Added more max_clamp options | sharpTrick | |
2022-01-26 | api, gui: close options dlg on Esc inside inner dlg | Stanislaw Halik | |
2022-01-25 | gui/options-dialog: pretty-print mouse buttons | Stanislaw Halik | |
Issue: #583 | |||
2022-01-11 | boring crap | Stanislaw Halik | |
2022-01-03 | gui/options-dialog: reduce copy-pasting | Stanislaw Halik | |
2021-12-21 | gui: update i18n | Stanislaw Halik | |
2021-12-19 | gui: update i18n | Stanislaw Halik | |
2021-12-17 | gui: make roll compensated option clearer | Stanislaw Halik | |
2021-12-16 | opentrack, gui: rename options dialog impl filename | Stanislaw Halik | |
2021-12-16 | api, gui, opentrack: allow embedding proto, filter dialogs | Stanislaw Halik | |
2021-12-16 | many: switch from using std::unique_ptr<t>::get() to &*ptr | Stanislaw Halik | |
2021-12-16 | opentrack: remove accidental debug printf | Stanislaw Halik | |
2021-12-14 | gui, opentrack: initial support for embeddable module dialogs | Stanislaw Halik | |
2021-12-14 | gui: remove redundant cast | Stanislaw Halik | |
2021-12-14 | api, gui: add types for embeddable module dialogs | Stanislaw Halik | |
2021-10-17 | opentrack, spline-widget: drop old Qt workarounds | Stanislaw Halik | |
2021-08-28 | Replaced English flag with a larger 32x16 | GO63-samara | |
2021-08-28 | Translated several lines | GO63-samara | |
2021-08-28 | Merge branch 'opentrack:master' into master | GO63-samara | |
2021-08-28 | Fixed typos in CN and NL | GO63-samara | |
2021-08-27 | Added translation of several lines | GO63-samara | |
2021-08-27 | gui: change cursor for options with tooltips | Stanislaw Halik | |
2021-08-22 | gui: reword user interface string | Stanislaw Halik | |
Suggested by: @GO63-samara Issue: #1312 | |||
2021-08-21 | gui: add tooltips for shortcut labels | Stanislaw Halik | |
2021-08-18 | Adding a choice of centering method | GO63-samara | |
2021-08-06 | gui: fix deprecated Qt API | Stanislaw Halik | |
2020-09-20 | Apply dark theme on Windows if user enabled it in system settings.feature_windows_dark_theme | Stéphane Lenclud | |
2020-06-30 | fix warnings | Stanislaw Halik | |
2020-03-07 | gui/process-detector: revert enabled checkbox | Stanislaw Halik | |