WhiteMagic

Results 41 issues of 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,

medium-work
ui
core

Straight forward reimplementation with a simple UI.

minor-work
ui

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.

major-work
ui
core

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...

medium-work
ui
core

Reimplement the action that allows controlling the mouse via other inputs. Will have to interact with the physical input changing behavior type.

major-work
ui

Once modes can be properly managed again the action to cycle between them is needed. This is a straightforward implementation of the existing one.

medium-work
ui

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 -...

major-work
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.

major-work
core

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...

medium-work
ui
core

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...

new feature
minor-work
core