summaryrefslogtreecommitdiffhomepage
path: root/proto-iokit-foohid
AgeCommit message (Collapse)Author
2018-12-19cruftStanislaw Halik
2018-04-05modules: now use i18nStanislaw Halik
2018-02-12cmake: remove otr_prop()Stanislaw Halik
It's too complex to be understood when written in CMake. Replace with explicit calls to set_property(). This hasn't been tested on OSX.
2018-01-20rename our Qt .png iconStanislaw Halik
facetracknoir.png -> opentrack.png
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-12-04api: add status check for modulesStanislaw Halik
2017-11-23Add virtual joystick output for macOSEike Ziller
Based of the foohid IOKit driver for implementing virtual HID devices. Issue: #236