diff --git a/content/software/kensa.md b/content/software/kensa.md index 3efcf26..c223a24 100644 --- a/content/software/kensa.md +++ b/content/software/kensa.md @@ -4,7 +4,7 @@ date: 2024-04-04 draft: false layout: "project" projtags: -- C++ +- CPlusPlus - Qt - KDE source: "https://invent.kde.org/redstrate/kensa" @@ -12,4 +12,4 @@ license: GPLv2 summary: "View detailed information about a process." --- -Description to be written! +View detailed information about a process, similiar to Process Explorer on Windows. You can read more information in [it's README](https://invent.kde.org/redstrate/kensa/-/blob/master/README.md). diff --git a/content/software/ktabletconfig.md b/content/software/ktabletconfig.md new file mode 100644 index 0000000..9ccf578 --- /dev/null +++ b/content/software/ktabletconfig.md @@ -0,0 +1,15 @@ +--- +title: "ktabletconfig" +date: 2024-06-13 +draft: false +layout: "project" +projtags: +- CPlusPlus +- Qt +- KDE +source: "https://invent.kde.org/redstrate/ktabletconfig" +license: GPLv3 +summary: "Tablet configuration CLI for KDE Plasma" +--- + +A CLI utility to change tablet configuration on the KDE Plasma Desktop. This is meant to be used in situations not supported by the Drawing Tablet KCM, such as a automation or touching experimental settings not yet exposed in the GUI. You can read more about it in [it's README](https://invent.kde.org/redstrate/ktabletconfig/-/blob/master/README.md). diff --git a/data/art-config.json b/data/art-config.json index 2d15184..286fbe3 100644 --- a/data/art-config.json +++ b/data/art-config.json @@ -1,5 +1,5 @@ { - "commissions": true, + "commissions": false, "featured": [ "l1", "konqi", diff --git a/data/contributions.json b/data/contributions.json index a4c0d23..c97e406 100644 --- a/data/contributions.json +++ b/data/contributions.json @@ -1,21 +1,27 @@ { "contributions": [ + { + "id": "aers/FFXIVClientStructs", + "name": "FFXIVClientStructs", + "description": "Documenting more fields for FFXIV bone simulators.", + "type": "github" + }, { "id": "libinput/libinput", "name": "libinput", - "description": "Added support for tablet dials.", + "description": "Added support for tablet dials, like those on XP-PEN tablets.", "type": "xdg" }, { "id": "multimedia/plasmatube", "name": "PlasmaTube", - "description": "Maintainer, and added support for multiple video sources. Also features like Picture-in-Picture.", + "description": "Maintainer. Added several features such as PeerTube, Piped support and Picture-in-Picture.", "type": "kde" }, { "id": "network/neochat", "name": "NeoChat", - "description": "Added UnifiedPush support, misc bugs and interface changes.", + "description": "UnifiedPush support, misc bugs and interface changes.", "type": "kde" }, { @@ -45,13 +51,13 @@ { "id": "plasma/kwin", "name": "KWin", - "description": "Fixed pen tilt, other misc bug fixes.", + "description": "Fixed pen tilt on Wayland, other misc bug fixes.", "type": "kde" }, { "id": "graphics/krita", "name": "Krita", - "description": "Added pen tilt to the tablet tester.", + "description": "Added pen tilt to the tablet tester. Small S-Pen improvements on Android.", "type": "kde" }, { @@ -68,7 +74,7 @@ { "id": "goatcorp/dalamud", "name": "Dalamud", - "description": "Fixed searching for plugins by punchline and other boring bugfixes.", + "description": "Search for plugins by punchline and other bugfixes.", "type": "github" }, { @@ -104,7 +110,7 @@ { "id": "plasma/plasma-desktop", "name": "Plasma Desktop", - "description": "Plasma 6 applet porting, added activity pins to launchers, bugfixing.", + "description": "Currently improving the Drawing Tablet KCM. Plasma 6 applet porting, added activity pins to launchers, and bugfixing.", "type": "kde" }, {