summaryrefslogtreecommitdiffhomepage
path: root/logic/runtime-libraries.cpp
AgeCommit message (Collapse)Author
2019-02-02api/plugin: add explicit to module_status error ctorStanislaw Halik
2019-01-18fix selecting no filterStanislaw Halik
2019-01-16clang-tidy fixes onlyStanislaw Halik
Maybe global `-Wcomma' is too harsh. There should be no functional changes whatsoever.
2018-10-12logic/modules: help debug more failure casesStanislaw Halik
2018-07-13appease analyzerStanislaw Halik
2018-04-05i18n: provide for non-QObject classesStanislaw Halik
See compat/tr.hpp for comment.
2018-02-28logic, filter/kalman: fix typosStanislaw Halik
Tool: codespell
2017-12-26compat: use gettext convention for tr()Stanislaw Halik
2017-12-18plugins: rename check_status -> initializeStanislaw Halik
It's a contract for plugin invocation that the particular function fills the role of initialization. Rename accordingly.
2017-12-09many: use otr_tr for non-qobject translationStanislaw Halik
I haven't even compile-tested Linux and OSX-specific bits.
2017-12-04api: add status check for modulesStanislaw Halik
2017-10-20options/scoped: use raiiStanislaw Halik
2017-10-02logic: split extension handling to own fileStanislaw Halik
2017-09-30remove camel caseStanislaw Halik