redstrate.com/content/blog/kde-jan2023/index.md

74 lines
4.9 KiB
Markdown
Raw Normal View History

2023-02-01 16:32:17 -05:00
---
title: "My work in KDE for January 2023"
date: 2023-02-01
draft: false
tags:
- Linux
- Open Source
- KDE
- Qt
2023-04-17 16:03:42 -04:00
toc: true
2023-06-23 14:42:45 -04:00
series:
- My Work in KDE
2023-02-01 16:32:17 -05:00
---
This is a non-comprehensive list of all of the major work I've done for KDE this month of January. I think I got a lot done this month! I also was accepted as a KDE Developer near the start of the month, so I'm pretty happy about that.
Sorry that it's pretty much only text, a lot of this stuff isn't either not screenshottable or I'm too lazy to attach an image. Next month should be better!
2023-04-17 15:08:19 -04:00
# Custom icon theme in Tokodon
2023-02-01 16:32:17 -05:00
2023-12-26 23:41:21 -05:00
{{< add "feature" >}} I [threw all of the custom icons we use in Tokodon into a proper custom icon theme](https://invent.kde.org/network/tokodon/-/merge_requests/130), which _should_ automatically match your theme and includes a dark theme variant. In the future, I'd like to recolor these better and eventually upstream them into Breeze.
2023-02-01 16:32:17 -05:00
2023-04-17 15:08:19 -04:00
# KXMLGUI tooltips
2023-02-01 16:32:17 -05:00
2023-12-26 23:41:21 -05:00
{{< add "bugfix" >}} As part of cleaning up some KDE games-related stuff, I [also looked into the issue of duplicate "What's This?" tooltips](https://invent.kde.org/frameworks/kxmlgui/-/merge_requests/139). This also fixes that visual bug where you can close normal tooltips that don't have "What's This?" information to actually open.
2023-02-01 16:32:17 -05:00
2023-04-17 15:08:19 -04:00
# KBlocks background changes
2023-02-01 16:32:17 -05:00
2023-12-26 23:41:21 -05:00
{{< add "feature" >}} This one isn't merged yet, but in the future - [KBlock themes authors will be able to specify where to pin the background](https://invent.kde.org/games/kblocks/-/merge_requests/18) instead of having it stretched by default.
2023-02-01 16:32:17 -05:00
2023-04-17 15:08:19 -04:00
# Kirigami "About KDE" dialog
2023-02-01 16:32:17 -05:00
2023-12-26 23:41:21 -05:00
{{< add "feature" >}} I added something that's been wanted for a while, Kirigami's own "About KDE" dialog! It's currently sitting in Add-ons, but will most likely be moved in the future. If you would like to suggest what we do about the About pages/windows in KDE, please [check out the proposal](https://invent.kde.org/libraries/kirigami-addons/-/issues/6). See the [merge request](https://invent.kde.org/libraries/kirigami-addons/-/merge_requests/70).
2023-02-01 16:32:17 -05:00
![Kirigami Add-on's About KDE dialog](aboutkde.webp)
2023-04-17 15:08:19 -04:00
# Media improvements in Tokodon
2023-02-01 16:32:17 -05:00
2023-12-26 23:41:21 -05:00
{{< add "bugfix" >}} I did a lot of work improving media in Tokodon this month, including [fixing the aspect ratios scaling correctly](https://invent.kde.org/network/tokodon/-/merge_requests/124), [video support](https://invent.kde.org/network/tokodon/-/merge_requests/143) (not merged yet) and other miscellaneous fixes. I also caught a bunch of blurhash bugs along with making the timeline fixed-width so images aren't absurdly sized on a typical desktop display. Also a fix [for three media attachments](https://invent.kde.org/network/tokodon/-/merge_requests/131)!
2023-02-01 16:32:17 -05:00
![Tokodon on a large display](tokodon.webp)
2023-04-17 15:08:19 -04:00
# Krita.org dark theme
2023-02-01 16:32:17 -05:00
I'm starting to get involved in improving the KDE websites, and currently working on the new Krita.org website and adding a proper dark theme to it.
![Krita.org in the dark](krita.webp)
See the work-in-progress [merge request](https://invent.kde.org/websites/krita-org/-/merge_requests/18).
2023-04-17 15:08:19 -04:00
# Gwenview MPRIS fixes
2023-02-01 16:32:17 -05:00
2023-12-26 23:41:21 -05:00
{{< add "bugfix" >}} Not merged yet (due to MPRIS bugginess in general?) but I cracked a shot at improving the MPRIS situation with Gwenview. Notably, [slideshow controls no longer "hang around" until a slideshow](https://invent.kde.org/graphics/gwenview/-/merge_requests/180) is actually happening.
2023-02-01 16:32:17 -05:00
2023-04-17 15:08:19 -04:00
# CMake Package Installer
2023-02-01 16:32:17 -05:00
I worked a little on solving the kdesrc-build issue of manual package lists, and created cmake-package-installer. It parses your CMake log and installs the relevant packages for you. I want to start looking into hooking this into kdesrc-build!
See the [repository](https://invent.kde.org/redstrate/cmake-package-installer).
2023-04-17 15:08:19 -04:00
# KDE Wiki improvements
2023-02-01 16:32:17 -05:00
I made some misc changes to the Community Wiki this month, mostly centered around fixing some long-standing formatting issues I've noticed. The homepage should be more descriptive, important pages no longer misformatted (or just missing?) and the [Get Involved/Development](https://community.kde.org/Get_Involved/development#Set_up_kdesrc-build) page should be better organized.
2023-04-17 15:08:19 -04:00
# Misc Qt patches
2023-02-01 16:32:17 -05:00
2023-12-26 23:41:21 -05:00
{{< add "bugfix" >}} I cherry-picked a Qt6 commit fixing video playback in QML, which should appear in the next Qt KDE Patch collection update, mostly for use in Tokodon when video support lands. I also submitted an upstream Qt patch fixing WebP loading, meant for NeoChat where I see the most WebP images. See the [GStreamer cherry-pick](https://invent.kde.org/qt/qt/qtmultimedia/-/merge_requests/3) and the [WebP patch](https://codereview.qt-project.org/c/qt/qtimageformats/+/455097).
2023-02-01 16:32:17 -05:00
2023-04-17 15:08:19 -04:00
# Window Decoration KCM overhaul
2023-02-01 16:32:17 -05:00
2023-12-26 23:41:21 -05:00
{{< add "feature" >}} This isn't merged yet (but it's close!) so it barely misses the mark for January, but I'll include it anyway. I'm working on making the Window Decoration KCM frameless and give it a new look that matches the other KCMs. See the [merge request](https://invent.kde.org/plasma/kwin/-/merge_requests/3524).
2023-02-01 16:32:17 -05:00
![New Window Decoration KCM](kcm_window.webp)