| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-11-06 | filter/ewma: actually fix wrong background coloropentrack-2023.3.0 | Stanislaw Halik | |
| 2023-10-01 | Update zh_CN.ts (ewma) | 前进! | |
| 2023-10-01 | Update ftnoir_ewma_filtercontrols.ui | 前进! | |
| 改进可读性 | |||
| 2023-06-05 | Changed instructions to reflect faster settling speed | Tom Brazier | |
| 2023-06-03 | resolve average noise a lot faster than 60 seconds and other minor tweaks | Tom Brazier | |
| 2022-04-19 | fix i18n generation | Stanislaw Halik | |
| 2020-04-28 | fix sintax | GO63-samara | |
| replacing define with static constexpr double and replacing a tab with a space | |||
| 2020-04-14 | Fix the jump of Yaw and Roll when crossing the border +/-180 degrees | GO63-samara | |
| When crossing the border on Yaw or Roll +/-180 degrees, the Octopus makes a full rotation of 360 degrees. This made it difficult to use an inertial tracker in a wireless VR. | |||
| 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 | |||
| 2018-07-08 | modernize only | 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-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-01-10 | many: get rid of trailing type specifiers | Stanislaw Halik | |
| 2018-01-10 | many: spring cleanup | 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-12-04 | api: add status check for modules | Stanislaw Halik | |
| 2017-10-13 | options/tie: change "tie" overloads | Stanislaw Halik | |
| Adjust usages. There are ODR issues with MSVC and it doesn't support C++17 "static inline constexpr" _variables_. Otherwise, "signal_fun" could be a variable and not a function. The usages in accela/ewma2 dialog are more verbose now but the original API was silly. | |||
| 2017-05-10 | filter/ewma: fix labels | Stanislaw Halik | |
| - single step is a round value now - use a `tie_setting' overload for formatting the value, rather than a separate slot | |||
| 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-27 | remove unfinished polish translation files | Stanislaw Halik | |
| Polish speakers typically know English well enough and translations are awkward. | |||
| 2017-02-21 | modules: add .ts files | 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-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-06-24 | filter/ewma: increase max slider val | Stanislaw Halik | |
| 2016-06-21 | filter/ewma: allow for higher smoothing curve slider value | Stanislaw Halik | |
| 2016-06-21 | filter/ewma: update labels before they're modified | Stanislaw Halik | |
| 2016-06-21 | filter/ewma: change delta smoothing constant back | Stanislaw Halik | |
| 2016-06-21 | filter/ewma: add note about warmup time | Stanislaw Halik | |
| 2016-06-20 | filter/ewma: cleanup, update | Stanislaw Halik | |
| - switch to our timer since it has more than millisecond precision - use slider_value for settings - sanitize allowed scaling curve bounds - ensure min <= max in dialog - ensure min <= max at filter runtime - check for NaN taking -ffast-math into account - simplify dialog logic - change delta smoothing constant | |||
| 2016-05-26 | many modules: trivial cleanups only | Stanislaw Halik | |
| - Remove "this->" where it's not needed. Possibly rename shadowed vars. - Don't reload the options bundle manually since `options::opts' exists for that very reason. - Remove '^ \+$' whitespace - :retab | |||
| 2016-05-14 | partial revert of 74d9f5e31428ef362033a63c10b781d943c5e5a5 | Stanislaw Halik | |
| We actually need to use a float intermediate type lest the value gets truncated. | |||
| 2016-05-13 | many: remove unneeded implicit type conversion double <-> float | Stanislaw Halik | |
| 2015-11-01 | all: adjust options.hpp move to compat | Stanislaw Halik | |
| 2015-10-30 | move to subdirectory-based build system | Stanislaw Halik | |
| Closes #224 | |||
