summaryrefslogtreecommitdiffhomepage
path: root/tracker-fusion
AgeCommit message (Collapse)Author
2018-12-24cmake: decruft, disable deprecated Qt functionsStanislaw Halik
2018-07-08modernize onlyStanislaw Halik
2018-05-02tracker/fusion: fix logic errorStanislaw Halik
Debugged-by: @Artyrm Issue: #775
2018-04-05i18n: update stringsStanislaw Halik
2018-04-05modules: now use i18nStanislaw Halik
2018-02-12cmake: add zh_CNStanislaw Halik
cf. #746
2018-02-12modules: stop saving line informationStanislaw Halik
Now i18n regen won't make a mess.
2018-02-09update translation source files -- #743Stanislaw Halik
2018-01-18compat/util: retireStanislaw Halik
Adjust usages.
2018-01-18compat: split/cleanup util.hppStanislaw Halik
Some of the headers are clearly useless. Remove them. Move what's inside util.hpp into separate headers. Adjust usages. Will remove util.hpp.
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-06-19tracker/fusion: add untranslated stubsStanislaw Halik
2017-05-28tracker/fusion: use translation-neutral module identStanislaw Halik
Also, manage QLibrary lifetime to a minimum. They are refcounted internally anyway. Remove bogus assert -- video feed trackers drop the layout on their own typically.
2017-05-24tracker/fusion: add back "second tracker" functionalityStanislaw Halik
It only took us five years to implement again, following removal after the fork from facetracknoir.