summaryrefslogtreecommitdiffhomepage
path: root/filter-kalman/kalman.h
AgeCommit message (Collapse)Author
2019-01-16modernize onlyStanislaw Halik
- replace `static constexpr inline' with `static constexpr'. `inline' is implied. - use braced initializer lists where applicable - still missing `override' usages
2019-01-16clang-tidy fixes onlyStanislaw Halik
Maybe global `-Wcomma' is too harsh. There should be no functional changes whatsoever.
2018-07-03filter/kalman: don't need operator new overload anymoreStanislaw Halik
MSVC 15.0+ supports correct alignment
2018-06-26core, modules: modernize syntax onlyStanislaw Halik
Use more C++17 features where this helps any.
2018-04-05modules: now use i18nStanislaw Halik
2018-02-05filter/kalman: use "constexpr inline"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-04-06logic/tracker: call IFilter::center()Stanislaw Halik
Issue: #540
2017-02-18filter/kalman: fix typo in identifierStanislaw Halik
2016-11-05modules: make more strings translatableStanislaw Halik
2016-11-04modules: make names uniqueStanislaw Halik
2016-09-06filter-kalman: (parameter tuning) decreased adaption time scale; increased ↵DaMichel
deadzone size
2016-08-17move options framework into its own libraryStanislaw Halik
- adjust usages - add support for QList signals and metatype
2016-08-12all: rename modules s#^opentrack-##. and opentrack -> apiStanislaw Halik
Adjust usages.
2016-08-04filter/kalman: deadzone tweaksDaMichel
2016-08-04filter/kalman: log sliders that only change a single decimal digit at a time ↵DaMichel
when moved
2016-08-04filter/kalman: changed copyright noticeDaMichel
2016-08-02filter/kalman: deadzone adjustment and parameter tuningDaMichel
2016-08-02filter/kalman: slider resolution shall be limited by pixels on screen, not ↵DaMichel
by quantization of slider values.
2016-08-02filter/kalman: use fixed size matricesDaMichel
2016-08-02filter/kalman: ensure data members are alignedStanislaw Halik
What a PITA.
2016-08-02filter/kalman: rename header onlyStanislaw Halik
In Qt Creator I can jump between header and source if only they have the same base name.