summaryrefslogtreecommitdiffhomepage
path: root/migration/20180428_00-module-names.cpp
AgeCommit message (Collapse)Author
2019-03-28migration: fix spurious semicolonStanislaw Halik
2019-02-09migration: fix lazily-written module name migrationStanislaw Halik
2018-10-05options: don't use typeindex w/ lambdasStanislaw 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-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