WhiteMagic
WhiteMagic
Reimplement the switch to previous mode action. There are some options for core behavior changes to be assessed. Issues that should be looked at when implementing the logic: #417, #296,
Basic temporal axis plotting functionality of the input viewer is available, however, customizing aspects such as - time window displayed - colors used for axes are currently not user configurable....
Reimplementing the swap devices utility to QML is needed with some bug fixes and a renaming. While the utility was intended to take a configuration and copy it to other...
Currently, Gremlin only uses the actions it ships with. The plugin loading system, however, supports loading actions from arbitrary locations. This must be properly exposed to decouple action development from...
Reimplement the joystick calibration tool, taking care of some of the bugs of the old one, including: #231, #232, #370
The about dialog made use of the HTML rendering functionality of Qt. With QML this pulls in an entire chromium engine increasing the executable size significantly for something that is...
Currently, the tabs associated with vJoy devices behave like physical devices, which is not how they should behave. This requires the implementation of the axis-only visualization.
Profile level configurations need to be exposed via the UI again.
A significant limitation of the action system in Gremlin is that an action is always tied to exactly a single action. While the new library system allows actions to be...
The current input repeater works well for simple profiles, where there is one action only assigned and no complicated states are involved. The second this is not true the input...