Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-09-22 | api: expose raw data to protocols | Stanislaw Halik | |
Issue: #975 | |||
2019-01-16 | proto/mouse: add legacy input method | Stanislaw Halik | |
2018-12-08 | clean up a bit | Stanislaw Halik | |
2018-06-26 | core, modules: modernize syntax only | Stanislaw Halik | |
Use more C++17 features where this helps any. | |||
2018-04-05 | modules: now use i18n | Stanislaw Halik | |
2018-01-16 | proto/mouse: must move settings to separate file | Stanislaw Halik | |
Otherwise the UI file isn't slurped when #including this header. | |||
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-01-16 | proto/mouse: don't depend on float difference | Stanislaw Halik | |
It underflowed cause of our high dt. Also get the smallest difference over the screen, for HMD devices. Allow for very low-sensitivity operation. Issue: #523 | |||
2016-11-05 | modules: make more strings translatable | Stanislaw Halik | |
2016-11-04 | modules: make names unique | 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-14 | proto/mouse: guard against +181 -> -179 wraparound | Stanislaw Halik | |
Always use the shorter way around. This also adds a sensitivity param. Issue: #370 | |||
2015-11-01 | all: adjust options.hpp move to compat | Stanislaw Halik | |
2015-10-30 | also rename protocol -> proto | Stanislaw Halik | |