Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-03-28 | cmake: move around variant directories | Stanislaw Halik | |
2019-02-09 | use consistent naming for `profile' | Stanislaw Halik | |
2019-02-09 | opentrack: fix profile list storage | Stanislaw Halik | |
The authoritative source for profile names is now a vector rather than a user interface element. Add some sanity checks to `main_window::set_profile'. Remove the `config_listed' abomination. | |||
2019-02-09 | opentrack: move module list to base class | Stanislaw Halik | |
2019-02-09 | opentrack: rename, reorder, add `static' | Stanislaw Halik | |
2019-02-09 | opentrack: move members around in header | Stanislaw Halik | |
2019-02-03 | opentrack: use in-header initializer | Stanislaw Halik | |
2019-02-03 | opentrack: get rid of Q_OBJECT | Stanislaw Halik | |
More work toward mixins. | |||
2019-02-03 | [TEST] opentrack: separate components a bit | Stanislaw Halik | |
This can cause regressions, but is a step toward mixin support. | |||
2018-10-27 | cleanup | Stanislaw Halik | |
2018-07-14 | opentrack: move macros away from header file | Stanislaw Halik | |
2018-07-14 | opentrack: this can be private | Stanislaw Halik | |
2018-07-08 | modernize only | Stanislaw Halik | |
2018-06-13 | opentrack: fix some Clazy warnings | Stanislaw Halik | |
2018-05-14 | opentrack: fix at #726 | Stanislaw Halik | |
cf. https://github.com/opentrack/opentrack/issues/726#issuecomment-387983372 | |||
2018-04-28 | settings: store untranslated chosen module names | Stanislaw Halik | |
Now that we translate module names, they have to be stored as language-neutral in the config. - add tie_setting overload with from/to conversions - add logic to opentrack/main-window - add migration - remove actually useless tie_setting_traits | |||
2018-03-04 | opentrack: fix close button with tray | Stanislaw Halik | |
Reported by: Yuri Vostrenkov | |||
2018-02-17 | variant/default: fix close button with tray | Stanislaw Halik | |
Using the close button must exit the program regardless of whether the tray is enabled. Restore that behavior. Reported-by: @albertolg Issue: #750 | |||
2018-02-02 | opentrack: fix nonsensical QStringLiteral in header | Stanislaw Halik | |
2018-01-16 | fix build | Stanislaw Halik | |
2018-01-16 | gui, variant/default: move default UI | Stanislaw Halik | |