WhiteMagic
WhiteMagic
Reimplement the temporary mode switch. On the UI side, this is straightforward. However, the logic side should take a few issues into account when being implemented, including: #412, #398, #296,
Reimplementing this will require some UI functionality to be redone for QML, however, the larger aspect will be the sound handling and playback using the newer Qt version.
Combine the old pause and resume action into a single one. As part of implementing this action, the core code that supports pausing and resuming a profile will need to...
Reimplement the action that allows controlling the mouse via other inputs. Will have to interact with the physical input changing behavior type.
Once modes can be properly managed again the action to cycle between them is needed. This is a straightforward implementation of the existing one.
Once the core can handle modes correctly again the UI to interact with modes needs to be implemented. This includes: - Changing the mode being modified in the UI -...
Modes are currently ignored despite the profiles encoding that information. Thus the logic and core functionality to manage them in the new code base need to be added back in.
Reimplementation of the map to keyboard action and fixing some of the bugs linked with the current implementation. This mostly requires UI work with a few tweaks in the execution...
Currently, there are only cubic and cubic Bezier curves available which are suitable for smooth response curves. Hover at times a piecewise linear one would be preferable. This will implement...