Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-01-16 | modernize only | Stanislaw Halik | |
- replace `static constexpr inline' with `static constexpr'. `inline' is implied. - use braced initializer lists where applicable - still missing `override' usages | |||
2019-01-16 | clang-tidy fixes only | Stanislaw Halik | |
Maybe global `-Wcomma' is too harsh. There should be no functional changes whatsoever. | |||
2018-07-08 | modernize only | Stanislaw Halik | |
2018-07-03 | filter/kalman: don't need operator new overload anymore | Stanislaw Halik | |
MSVC 15.0+ supports correct alignment | |||
2018-07-03 | cleanup | Stanislaw Halik | |
2018-06-26 | modernize C++ syntax | Stanislaw Halik | |
No visible changes (hopefully). | |||
2018-06-26 | core, modules: modernize syntax only | Stanislaw Halik | |
Use more C++17 features where this helps any. | |||
2018-04-05 | i18n: update strings | Stanislaw Halik | |
2018-04-05 | modules: now use i18n | Stanislaw Halik | |
2018-02-28 | logic, filter/kalman: fix typos | Stanislaw Halik | |
Tool: codespell | |||
2018-02-12 | cmake: add zh_CN | Stanislaw Halik | |
cf. #746 | |||
2018-02-12 | modules: stop saving line information | Stanislaw Halik | |
Now i18n regen won't make a mess. | |||
2018-02-09 | update translation source files -- #743 | Stanislaw Halik | |
2018-02-05 | filter/kalman: use "constexpr inline" | Stanislaw Halik | |
2017-12-18 | plugins: rename check_status -> initialize | Stanislaw Halik | |
It's a contract for plugin invocation that the particular function fills the role of initialization. Rename accordingly. | |||
2017-12-09 | many: use otr_tr for non-qobject translation | Stanislaw Halik | |
I haven't even compile-tested Linux and OSX-specific bits. | |||
2017-10-29 | static constexpr -> constexpr | Stanislaw Halik | |
2017-04-18 | many: use std::f{max,min} for floating-point values | Stanislaw Halik | |
2017-04-06 | logic/tracker: call IFilter::center() | Stanislaw Halik | |
Issue: #540 | |||
2017-03-27 | cmake: rename project's function prefix | Stanislaw Halik | |
It's not annoying having to type it anymore. Also "otr_boilerplate" -> "otr_module". | |||
2017-02-22 | filter/kalman: delete unused .ts file | Stanislaw Halik | |
We're not doing pl_PL translation. Kill the stray file. | |||
2017-02-21 | modules: add .ts files | Stanislaw Halik | |
2017-02-18 | filter/kalman: fix typo in identifier | Stanislaw Halik | |
2016-11-05 | modules: fix some translation stuff | Stanislaw Halik | |
2016-11-05 | delete empty .ts | Stanislaw Halik | |
2016-11-05 | modules: make more strings translatable | Stanislaw Halik | |
2016-11-04 | modules: make names unique | Stanislaw Halik | |
2016-11-04 | modules: add autogenerated translation files | Stanislaw Halik | |
2016-09-06 | filter-kalman: (parameter tuning) decreased adaption time scale; increased ↵ | DaMichel | |
deadzone size | |||
2016-08-17 | move options framework into its own library | Stanislaw Halik | |
- adjust usages - add support for QList signals and metatype | |||
2016-08-12 | all: rename modules s#^opentrack-##. and opentrack -> api | Stanislaw Halik | |
Adjust usages. | |||
2016-08-04 | filter/kalman: deadzone tweaks | DaMichel | |
2016-08-04 | filter/kalman: log sliders that only change a single decimal digit at a time ↵ | DaMichel | |
when moved | |||
2016-08-04 | filter/kalman: changed copyright notice | DaMichel | |
2016-08-02 | filter/kalman: deadzone adjustment and parameter tuning | DaMichel | |
2016-08-02 | filter/kalman: slider resolution shall be limited by pixels on screen, not ↵ | DaMichel | |
by quantization of slider values. | |||
2016-08-02 | filter/kalman: use fixed size matrices | DaMichel | |
2016-08-02 | filter/kalman: fix typo | Stanislaw Halik | |
The "abs" in global namespace is an integer-only version. Use "fabs" from cmath instead. | |||
2016-08-02 | filter/kalman: ensure data members are aligned | Stanislaw Halik | |
What a PITA. | |||
2016-08-02 | filter/kalman: fix "static constexpr double" ODR | Stanislaw Halik | |
2016-08-02 | filter/kalman: remove @dbaarda's copyright from dialog | Stanislaw Halik | |
@DaMichel still needs to change to his copyright in file headers. | |||
2016-08-02 | filter/kalman: find eigen in non-standard locations | Stanislaw Halik | |
2016-08-02 | filter/kalman: rename header only | Stanislaw Halik | |
In Qt Creator I can jump between header and source if only they have the same base name. | |||
2016-08-02 | kalman filter revised: noise model change, switch to Eigen3, implemented | DaMichel | |
process noise covariance scaling adaptive KF, augmented akf with deadzone filter as second filter stage | |||
2016-07-22 | oops | DaMichel | |
2016-07-17 | fix prediction error cov propagation in KF | DaMichel | |
2016-07-16 | few: update/add copyright | Stanislaw Halik | |
2016-07-10 | simple sim in python for playing with kalman filtering | DaMichel | |
2016-07-08 | Kalman filter works with the other kind of timer. | DaMichel | |
2016-06-16 | filter/kalman: disconnect from build | Stanislaw Halik | |
It doesn't work presently. |