Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-06-16 | cmake: don't pass OPENTRACK_ORG on cmdline | Stanislaw Halik | |
2022-06-05 | options: cache the profile list | Stanislaw Halik | |
2019-11-30 | OSX Build fixes | R. van twisk | |
2019-10-30 | options: use ~/.config on Unix | Stanislaw Halik | |
Fixes #807 | |||
2019-07-05 | options: fix global ini not saving on Linux | Stanislaw Halik | |
2019-03-02 | options: ensure ini_directory is never empty | Stanislaw Halik | |
2019-02-09 | options: sprinkle some QStringLiteral | Stanislaw Halik | |
2019-02-09 | use consistent naming for `profile' | Stanislaw Halik | |
2019-02-02 | options/globals: always return same document directory | Stanislaw Halik | |
2018-12-24 | style/quality only | Stanislaw Halik | |
No functional changes. - add `override' everywhere where missing - almost pass clang's `-Wweak-vtables' - avoid some float/double conversions - remove unused private members - make signedness conversions explicit - put stuff in right namespaces to aid analysis | |||
2018-10-05 | options: don't use typeindex w/ lambdas | Stanislaw Halik | |
Rename traits' functions to be more explicit. Most of the changes are pretty old and I can't read them at this time, sorry. Adjust usages. Issue: #825 Reported-by: @DanielKinsman | |||
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 |