Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-10-05 | silly busywork | Stanislaw Halik | |
2018-07-14 | opentrack: move macros away from header file | Stanislaw Halik | |
2018-07-14 | opentrack: cleanup main_window::set_title | Stanislaw Halik | |
2018-07-09 | cleanup only | Stanislaw Halik | |
2018-07-08 | options: fix 2 issues | Stanislaw Halik | |
1. Calling valueChanged didn't invoke machinery in value<t>, only base_value aka value_. There's a fast path in value<t>::type() despite the pessimization. 2. Split global scope stuff into options::globals from the options::globals stuff 3. Adjust usages | |||
2018-07-02 | opentrack/main-window: use more aggregate initialization | Stanislaw Halik | |
This is new in C++17, cf. P0017R1. | |||
2018-06-26 | options/base-value: rename to `value_' | Stanislaw Halik | |
2018-06-26 | modernize C++ syntax | Stanislaw Halik | |
No visible changes (hopefully). | |||
2018-06-26 | core, modules: modernize syntax only | Stanislaw Halik | |
Use more C++17 features where this helps any. | |||
2018-06-13 | opentrack: fix some Clazy warnings | Stanislaw Halik | |
2018-06-13 | fix comments | Stanislaw Halik | |
2018-05-17 | opentrack: probably fix linux build | Stanislaw Halik | |
2018-05-17 | opentrack: maybe fix GNU build | Stanislaw Halik | |
2018-05-14 | opentrack: fix at #726 | Stanislaw Halik | |
cf. https://github.com/opentrack/opentrack/issues/726#issuecomment-387983372 | |||
2018-04-29 | opentrack: simplify annoying as root | Stanislaw Halik | |
2018-04-28 | random cleanups | Stanislaw Halik | |
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-18 | opentrack: add commentopentrack-2.3.49-plus | Stanislaw Halik | |
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-14 | opentrack: prevent buggy resize with hidpi | Stanislaw Halik | |
This can be reproduced with hidpi, playing Falcon BMS in a resolution lower than the desktop resolution. The windows got resized to way more than as if they were maximized. This is a workaround, from the Qt API perspective it doesn't make sense. | |||
2018-01-31 | gui: clean up a bit | Stanislaw Halik | |
2018-01-20 | rename our Qt .png icon | Stanislaw Halik | |
facetracknoir.png -> opentrack.png | |||
2018-01-20 | gui/main: remove stale comments | Stanislaw Halik | |
2018-01-20 | remove mistaken usages of std::forward | Stanislaw Halik | |
I originally mistaken what the function did. | |||
2018-01-19 | opentrack: create tray icon, duh | Stanislaw Halik | |
Issue: #726 | |||
2018-01-18 | compat/util: retire | Stanislaw Halik | |
Adjust usages. | |||
2018-01-16 | main-window: fix linux compile error | Stanislaw Halik | |
2018-01-16 | gui, variant/default: move default UI | Stanislaw Halik | |