summaryrefslogtreecommitdiffhomepage
path: root/gui
AgeCommit message (Collapse)Author
2024-02-08remove obsolete TODO commentsStanislaw Halik
2024-02-08gui: rename settings-dialog.ui to options-dialog.uiStanislaw Halik
2024-02-08i18n: add stubs for {pre,post}-invert settings dialog optionsStanislaw Halik
2024-02-08add post-invert, rename invert to pre-invertStanislaw Halik
Requested by: a few people
2023-11-05add a couple todo commentsStanislaw Halik
2023-10-01tracker/nn: Add button to choose pose net fileMichael Welter
2023-09-30minor cg前进!
2023-09-30Formatting corrections and minor revisions前进!
2023-09-30Update zh_CN.ts前进!
2023-08-31Allow 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-06cmake: remove accidental debug codeStanislaw Halik
2023-07-06compat: fix linux procpsStanislaw Halik
We'll actually support both libprocps and libproc2. What a mess.
2023-07-05Migrate to procps-ng 4.0Bernat Arlandis
2023-05-28gui/init: fix crash on startupStanislaw Halik
Fixes: #1661 Reported, diagnosed and tested by: @wfurney13
2023-03-01fix some GCC warningsStanislaw Halik
2022-10-10Revert "options/value: add `QObject::connect` wrapper"Stanislaw Halik
This reverts commit a67e8630caf20e7f48151024e9e68dd9271d75c7.
2022-07-01options/value: add `QObject::connect` wrapperStanislaw 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-12gui: remove outdated commentStanislaw Halik
2022-06-05gui: enable module tabs even on small screensStanislaw Halik
2022-05-11opentrack: use hires profile iconStanislaw Halik
2022-04-19gui: fix vertically stretched layout in options dlgStanislaw Halik
2022-02-16Added more max_clamp optionssharpTrick
2022-01-26api, gui: close options dlg on Esc inside inner dlgStanislaw Halik
2022-01-25gui/options-dialog: pretty-print mouse buttonsStanislaw Halik
Issue: #583
2022-01-11boring crapStanislaw Halik
2022-01-03gui/options-dialog: reduce copy-pastingStanislaw Halik
2021-12-21gui: update i18nStanislaw Halik
2021-12-19gui: update i18nStanislaw Halik
2021-12-17gui: make roll compensated option clearerStanislaw Halik
2021-12-16opentrack, gui: rename options dialog impl filenameStanislaw Halik
2021-12-16api, gui, opentrack: allow embedding proto, filter dialogsStanislaw Halik
2021-12-16many: switch from using std::unique_ptr<t>::get() to &*ptrStanislaw Halik
2021-12-16opentrack: remove accidental debug printfStanislaw Halik
2021-12-14gui, opentrack: initial support for embeddable module dialogsStanislaw Halik
2021-12-14gui: remove redundant castStanislaw Halik
2021-12-14api, gui: add types for embeddable module dialogsStanislaw Halik
2021-10-17opentrack, spline-widget: drop old Qt workaroundsStanislaw Halik
2021-08-28Replaced English flag with a larger 32x16GO63-samara
2021-08-28Translated several linesGO63-samara
2021-08-28Merge branch 'opentrack:master' into masterGO63-samara
2021-08-28Fixed typos in CN and NLGO63-samara
2021-08-27Added translation of several linesGO63-samara
2021-08-27gui: change cursor for options with tooltipsStanislaw Halik
2021-08-22gui: reword user interface stringStanislaw Halik
Suggested by: @GO63-samara Issue: #1312
2021-08-21gui: add tooltips for shortcut labelsStanislaw Halik
2021-08-18Adding a choice of centering methodGO63-samara
2021-08-06gui: fix deprecated Qt APIStanislaw Halik
2020-09-20Apply dark theme on Windows if user enabled it in system settings.feature_windows_dark_themeStéphane Lenclud
2020-06-30fix warningsStanislaw Halik
2020-03-07gui/process-detector: revert enabled checkboxStanislaw Halik