6.1 KiB
title | date | draft | tags | toc | series | |||||
---|---|---|---|---|---|---|---|---|---|---|
My work in KDE for June 2024 | 2024-06-30 | false |
|
true |
|
Hello! I intentionally skipped last month because I was busy with other tasks, and I didn't have much to discuss KDE-wise. Anyway, let's get started:
Akademy
I have booked my travel plans for Akademy 2024, and hopefully this time my travel will be uneventful. I'll be attending QtCS 2024 in Würzburg too. At the time of writing, the program has not been announced yet - so I'm not sure if I'm giving a talk yet, but fingers crossed 🤞
Art on Wayland
A common problem with artists inquiring about the KDE Wayland session is that a lot of information is passed down. Some of the information is clearly out of date, and it spreads like wildfire. On top of that, factual information is scattered across multiple wiki pages, forum posts, and chat messages. I wrote up a page (personally maintained by me, mind) hosted at https://artonwayland.redstrate.com/. (If all goes well, I hope to retire this page in a year or two.)
In terms of software, gsetwacom was recently released by Peter Hutterer. So, I created our own (intentionally a seperate tool), called ktabletconfig. I personally don't have a use for this tool, but I wanted to create it anyway. I hope it serves someone well!
I do plan on expanding ktabletconfig's features, as the Wayland session continues to mature.
Plasma
{{< add "feature" >}} I merged the tablet tester, finally! Thanks to Nate for pushing it past the finish line, as always. {{< release "6.2" >}}
{{< add "feature" >}} Clearly explain what left-handed mode does in the Tablet KCM, because even I didn't know until I looked it up! {{< release "6.2" >}}
{{< add "feature" >}} Rebased and merged Aki Sakurai's "Map to Workspace" (aka all monitors) feature for the Tablet KCM. {{< release "6.2" >}}
{{< add "bugfix" >}} I also fixed the wrong aspect ratio for the output preview in the Tablet KCM. Now mapping between 4:3 and 16:9 screens should make more sense in the UI. {{< release "6.1" >}}
{{< add "bugfix" >}} Went through the whole Tablet KCM and cleaned up the terms we use. It's a small thing, but I hope it makes the features we have more understandable. {{< release "6.2" >}}
Frameworks
{{< add "feature" >}} I have begun adding a way for Kirigami applications to save and restore window state like our QtWidget applications do. I have stalled on it because of something else, but this is something I want to finish soon. {{< release "???" >}}
{{< add "feature" >}} Added a generic "translate" icon for applications based on the crow-translate icon we already have. {{< release "6.4" >}}
Tokodon
{{< add "feature" >}} I finished up and merged quoted posts support! I'm also pretty happy with the implementation. {{< release "24.08" >}}
Krita
{{< add "bugfix" >}} Fixed the "DEV BUILD" badge going to a 404. {{< release "5.2.3" >}}
{{< add "bugfix" >}} Fix the lag in the tablet tester when using it with a S-Pen on Android. {{< release "5.2.3" >}}
{{< add "bugfix" >}} Multiple small improvements for the S-Pen on Android. {{< release "5.2.3" >}}
NeoChat
{{< add "bugfix" >}} Prevented the location map showing up even though no locations were shared. That also fixes copyright link activation! {{< release "24.05" >}}
{{< add "bugfix" >}} Fixed the QR code not showing up on the account page. {{< release "24.05" >}}
{{< add "bugfix" >}} Added a focus border to the appearance page modes, which helps users who solely depend on the keyboard. (It was navigable before, but you would have no idea which one was selected.) {{< release "24.05" >}}
{{< add "bugfix" >}} Removed room members being highlighted on tap. This makes the member list appear slightly less buggy. {{< release "24.05" >}}
{{< add "feature" >}} Added basic keyboard navigation for the server selection popup. {{< release "24.05" >}}
{{< add "bugfix" >}} Fixed keyboard navigation in the space drawer. {{< release "24.05" >}}
{{< add "bugfix" >}} Fixed keyboard navigation on the room & user search pages. {{< release "24.05" >}}
Other
{{< add "bugfix" >}} Fixed keyboard navigation for Kirigami Add-on's FormComboBoxDelegate, which improves keyboard navigation in lots of Kirigami applications! {{< release "1.3.0" >}}
I updated the Plasma Desktop README in line with the other README things I did this year!
{{< series-nav "kde-april2024" "kde-july2024" >}}