6.8 KiB
title | date | draft | tags | toc | series | |||||
---|---|---|---|---|---|---|---|---|---|---|
My work in KDE for April 2024 | 2024-05-06 | false |
|
true |
|
Hello and sorry about the late post. I've been busy moving and other stuff that's gotten in the way. I will also be idling the beginning of this month, so the next update may be shorter too.
Anyway, let's get into the changes!
Kensa
I originally wanted to bring some of the "power-user" features from KSysGuard into the new System Monitor. I was rightfully turned down because they were hesitant of there being any use for most people and to prevent feature creep.
They suggested creating a seperate application instead. So Kensa, the detailed process viewer is born! It's still mostly copy & pasted from old KSysGuard/libksysguard code, but updated for Qt6/KF6. And to make it clear, It's very clearly modeled after the Window's Process Explorer.
I have the general tab for viewing some basic information about the process. Said tab also includes an "Open With" so you can quickly open the executable in a hex viewer like Okteta.
The memory maps tab shows what the process has mapped, mostly notably which shared libraries it's currently using.
The open files tab makes it's return as well, extremely useful.
And one of my own design, an environment variables tab. In the future I want to add a "Strings" tab for quickly viewing the executable strings and the ones currently in memory.
Note that Kensa is very early in development and not user-friendly. You currently have it give it a PID manually and lacks a process list.
Tokodon
{{< add "feature" >}} The window title now corresponds to the current page. This makes it easier to identify from a task bar, too. We know the title is duplicated inside the application as well (on desktop), but that's Kirigami's design decision. {{< release "24.05" >}}
{{< add "feature" >}} If your server doesn't provide a human-readable error message, the network error is displayed instead. This is useful to see if the DNS lookup failed or some other network-related reason the server is inaccessible. {{< release "24.05" >}}
{{< add "feature" >}} Support for QtMultimedia has been added in situations where your system lacks or cannot use libmpv. This is preparatory work for a Windows version. {{< release "24.05" >}}
{{< add "feature" >}} In the same vein as the patch above, QtWebView is now optional and I included even more authentication fixes. Previously I enforced an in-app web view to facilitate authentication (compared to the external web browser method or auth code in previous versions.) This was only a stop-gap solution until I had more time to flesh out our authentication system, but now I feel much happier about it's current state. {{< release "24.05" >}}
System Monitor
{{< add "bugfix" >}} Fix the column configuration dialog being shown too small on the Overview page. {{< release "6.0.4" >}}
{{< add "feature" >}} Add the About KDE page to the hamburger menu. {{< release "6.1" >}}
{{< add "bugfix" >}} Made sure cell tooltips shows up more reliably. {{< release "6.1" >}}
{{< add "feature" >}} Added a menu item to copy the current column's text. This makes System Monitor just as usable as the old KSysGuard for me now, because I tend to copy the command line a lot. (And PIDs.) {{< release "6.1" >}}
Ruqola
{{< add "bugfix" >}} Use a better fitting icon for attaching files. The previous icon - when viewed at 16px - turned into something completely different. {{< release "2.1.2" >}}
PlasmaTube
{{< add "feature" >}} Added support for viewing a channel's playlists. {{< release "24.05" >}}
{{< add "feature" >}} I also added a Craft blueprint for Android. Note that this is only preliminary and the Android version is nowhere near ready yet. I guess this could be used for a future Windows version too.
{{< add "feature" >}} I implemented more functionality in the PeerTube backend, so now it's possible to log in and perform searching. Subscriptions work too, but I'm running into an issue where yt-dlp fails to pull certain videos. If you know anything about using yt-dlp with PeerTube, please let me know if there's a workaround. {{< release "24.05" >}}
{{< add "feature" >}} Added a new feature to import/export OPML subscriptions. This only works for YouTube channels at the moment, PeerTube support TBA. {{< release "24.05" >}}
Gwenview
{{< add "feature" >}} I changed the old save bar to use the standard KMessageWidget widget. This isn't just for looks, it fixes a lot of odd visual bugs and removes a ton of cruft in the process. {{< release "24.08" >}}
NeoChat
{{< add "bugfix" >}} Fixed the share dialog not appearing properly, and improve the keyboard navigation inside of it. {{< release "24.05" >}}
Frameworks
{{< add "bugfix" >}} Remove some redundant QML_ELEMENT declarations which in turn reduces runtime warnings. {{< release "6.1.0" >}}
{{< add "bugfix" >}} Two KMessageWidget improvements, by fixing handling of color palette changes and making the icon label vertically centered. This is for that Gwenview patch. {{< release "6.1.0" >}}
Android
I once again sat down and fixed a ton of build and runtime issues for our Android applications, and started fixing some of the Qt 6.7 fallout. NeoChat and Tokodon build and run again, and spent some time ironing out their issues.
That's all this month!
{{< series-nav "kde-feb2024" "kde-june2024" >}}