summaryrefslogtreecommitdiffhomepage
path: root/variant/default/main-window.hpp
AgeCommit message (Collapse)Author
2018-07-08modernize onlyStanislaw Halik
2018-06-13opentrack: fix some Clazy warningsStanislaw Halik
2018-05-14opentrack: fix at #726Stanislaw Halik
cf. https://github.com/opentrack/opentrack/issues/726#issuecomment-387983372
2018-04-28settings: store untranslated chosen module namesStanislaw 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-04opentrack: fix close button with trayStanislaw Halik
Reported by: Yuri Vostrenkov
2018-02-17variant/default: fix close button with trayStanislaw 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-02opentrack: fix nonsensical QStringLiteral in headerStanislaw Halik
2018-01-16fix buildStanislaw Halik
2018-01-16gui, variant/default: move default UIStanislaw Halik