Skip to content

WIP: Merge code from separate git module into plasma-desktop.

Jeremy Whiting requested to merge work/whiting/merge-gamepad-gui into master

Move main to AdvancedPage.qml for now. Moves over the code for multiple sticks. the new ui for showing gamepads of various types, letting the user select a different type, triggers, etc. The size of the svg elements are too small, but setting their sizes based on the parent or root item is giving strange sizes also somehow.

@niccolove, @redstrate if you'd like to take a look as well. I'd appreciate it.

Remaining issues:

  • The svg elements sizes are too small. I tried what we have on the gamepad repo, but that made them 0 height initially which wasn't good either.
  • The cards somehow aren't taking the full kcm window height or width. I'm not sure how to fix that but I bet one of you do.

Merge request reports