Add fifteen-puzzle and fifteen-puzzle-symbolic

The icon for the fifteenpuzzle Plasma applet is outdated, so I came up with some icons.

Before

image

Previews

16x16 22x22 32x32 48x48

Next steps

The next step after merging this MR is to create an MR in https://invent.kde.org/plasma/kdeplasma-addons that:

  1. Deletes the old icon at applets/fifteenPuzzle/sc-apps-fifteenpuzzle.svgz (and any code in the CMakeLists.txt that installs the icon),
  2. and adds a Plasmoid.icon property in the main QML file at applets/fifteenPuzzle/qml/main.qml

      switchWidth: Kirigami.Units.gridUnit * 5
      switchHeight: Kirigami.Units.gridUnit * 5

+     Plasmoid.icon: "fifteenpuzzle-symbolic"
+
      readonly property bool inPanel: (Plasmoid.location === PlasmaCore.Types.TopEdge

BUG: 504973

Edited by Martin Sh

Merge request reports

Loading