summaryrefslogtreecommitdiffhomepage
path: root/migration/migration.cpp
AgeCommit message (Collapse)Author
2018-07-08migration: actualy batch the updatesStanislaw Halik
2018-07-08options: fix 2 issuesStanislaw 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-08modernize onlyStanislaw Halik
2018-04-28migration: use thunksStanislaw Halik
Otherwise we get QCoreApplication used before QApplication instance is created. Requesting the sorted migration data will force the thunks.
2018-01-18compat/util: retireStanislaw Halik
Adjust usages.
2017-05-10options: don't create QSettings all the timeStanislaw Halik
Update usages.
2016-09-18add missing copyright termsStanislaw Halik
Due to fucking AT&T vs BSD suit copyright defaults to all rights reserved. Fuck Berne Convention as well.
2016-09-09migration: type aliases confuse IDE so let's notStanislaw Halik
2016-09-09migration: try prevent developer naming migrations badlyStanislaw Halik
2016-09-09migration: prevent string printed with double-quotes in qDebug()Stanislaw Halik
2016-09-09migration: less logspamStanislaw Halik
2016-09-09add support for migrationsStanislaw Halik
They're run from the UI thread so can even be interactive.