summaryrefslogtreecommitdiffhomepage
path: root/options/scoped.cpp
AgeCommit message (Collapse)Author
2019-02-21do less global memory fences in atomicsStanislaw Halik
2019-01-16clang-tidy fixes onlyStanislaw Halik
Maybe global `-Wcomma' is too harsh. There should be no functional changes whatsoever.
2018-10-25cleanups onlyStanislaw Halik
2017-10-20options/scoped: use raiiStanislaw Halik
2017-09-25api, options: some `virtual' fixesStanislaw Halik
2017-05-12minor fixes onlyStanislaw Halik
2016-12-30options/scoped: clarify usageStanislaw Halik
Also the original comment was irrelevant.
2016-09-26gui, options: prevent options reset on tracker stopStanislaw Halik
They should only be reset when closing the module dialog window. This is a hack but otherwise we'd have to change all the modules. Issue: #466 Closes #466
2016-08-17move options framework into its own libraryStanislaw Halik
- adjust usages - add support for QList signals and metatype