Add new blog post

This commit is contained in:
Joshua Goins 2024-07-29 15:15:12 -04:00
parent 3e80280c56
commit 952b874c7b
17 changed files with 111 additions and 3 deletions

View file

@ -165,3 +165,8 @@ menu:
- img: 'github.webp' - img: 'github.webp'
url: 'https://github.com/redstrate' url: 'https://github.com/redstrate'
weight: 4 weight: 4
- name: 'Ko-fi'
params:
- img: 'kofi.webp'
url: 'https://ko-fi.com/redstrate'
weight: 4

View file

@ -98,5 +98,5 @@ I once again sat down and fixed a ton of build and runtime issues for our Androi
That's all this month! That's all this month!
{{< series-nav "kde-march2024" >}} {{< series-nav "kde-feb2024" "kde-june2024" >}}

Binary file not shown.

After

Width:  |  Height:  |  Size: 66 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 63 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

View file

@ -0,0 +1,93 @@
---
title: "My work in KDE for July 2024"
date: 2024-07-29
draft: false
tags:
- Linux
- Open Source
- KDE
- Qt
toc: true
series:
- My Work in KDE
---
This is a very exciting month if you're waiting for more artist-oriented improvements in the Wayland session!
# Plasma
{{< add "feature" >}} [Pen calibration is merged](https://invent.kde.org/plasma/plasma-desktop/-/merge_requests/1833)! If you have the time and supported hardware, try it out in [Neon Unstable](https://neon.kde.org/download) and see if the math needs tweaking. I also begun adding [tests for this calibration tool](https://invent.kde.org/plasma/plasma-desktop/-/merge_requests/2374). {{< release "6.2" >}} {{< nlnet >}}
![The finalized calibration screen.](calibration.webp)
{{< add "feature" >}} You can [now bind mouse buttons (with modifier keys) to tablet pen or pad buttons](https://invent.kde.org/plasma/plasma-desktop/-/merge_requests/2384), or disable them entirely! {{< release "6.2" >}} {{< nlnet >}}
![A long-awaited feature in the Wayland session!](penbutton.webp)
{{< add "bugfix" >}} Fixed the [pen tester ahead of it breaking in Qt 6.8](https://invent.kde.org/plasma/plasma-desktop/-/merge_requests/2375) since tablet pens can drag the window. {{< release "6.2" >}}
{{< add "feature" >}} Mention that [setting the orientation is not supported, on hardware where it isn't](https://invent.kde.org/plasma/plasma-desktop/-/merge_requests/2400). Some people have already commented we can do even better than this, so I plan on tackling that next month. {{< release "6.2" >}}
![What the combo box looks like now, on unsupported hardware.](notsupported.webp)
{{< add "bugfix" >}} Disable the [tablet tester when no tablets are connected](https://invent.kde.org/plasma/plasma-desktop/-/merge_requests/2408). This is because the tablet tester only responds to pen input, so it's useless without any. {{< release "6.2" >}}
# KWin
{{< add "feature" >}} Support [disabling buttons in the rebind filter](https://invent.kde.org/plasma/kwin/-/merge_requests/6092). {{< release "6.2" >}} {{< nlnet >}}
{{< add "feature" >}} Support [pressing keyboard modifiers alongside mouse buttons](https://invent.kde.org/plasma/kwin/-/merge_requests/6095). {{< release "6.2" >}} {{< nlnet >}}
{{< add "feature" >}} Set the [mouse cursor position when rebinding tablet buttons to mouse buttons](https://invent.kde.org/plasma/kwin/-/merge_requests/6146). This is to fix odd situations where you have a tablet button bound to right-click, and context menus open in the wrong place. {{< release "6.2" >}} {{< nlnet >}}
{{< add "testing" >}}Added [more test coverage for the ButtonRebindFilter](https://invent.kde.org/plasma/kwin/-/merge_requests/6149). {{< nlnet >}}
# NeoChat
{{< add "feature" >}} Add an option to [block invites from users who you may not know](https://invent.kde.org/network/neochat/-/merge_requests/1819), to help users being spammed by bad actors on Matrix. This is could also be useful if you're only using your Matrix account to communicate with friends & family. {{< release "24.08" >}}
![The option to toggle this new safety feature.](invites.webp)
{{< add "bugfix" >}} Try [not to display ghost notifications for invites](https://invent.kde.org/network/neochat/-/merge_requests/1820). This is meant to be an addition to the above feature, to prevent users from being spammed. {{< release "24.08" >}}
{{< add "bugfix" >}} Don't [mark invite notifications as persistent](https://invent.kde.org/network/neochat/-/merge_requests/1821). This is also meant to cut down on the possible notification spam. This is especially important on KDE Plasma Desktop which doesn't handle notification spam well at all, at the moment. {{< release "24.08" >}}
{{< add "feature" >}} Made [the ignored list look better](https://invent.kde.org/network/neochat/-/merge_requests/1823) when you have no one in it. {{< release "24.11" >}}
![](ignored.webp)
{{< add "feature" >}} Cleaned up the [account editor page](https://invent.kde.org/network/neochat/-/merge_requests/1825) and also add some icons to break up how text-heavy it is here. {{< release "24.11" >}}
![](account.webp)
{{< add "feature" >}} Added a ["Show QR code" button to the account menu](https://invent.kde.org/network/neochat/-/merge_requests/1826) so you don't have to dig into the settings to find this. {{< release "24.11" >}}
![](qrcode.webp)
{{< add "feature" >}} Suggest [what to do on the empty welcome screen](https://invent.kde.org/network/neochat/-/merge_requests/1828). {{< release "24.11" >}}
![](welcome.webp)
# Tokodon
{{< add "feature" >}} Added an option to [open the pop-out status composer by default](https://invent.kde.org/network/tokodon/-/merge_requests/513). {{< release "24.08" >}}
{{< add "feature" >}} Allow pasting images [directly from the Internet](https://invent.kde.org/network/tokodon/-/merge_requests/514) and just make pasting images all-around better. {{< release "24.08" >}}
{{< add "bugfix" >}} Silently fail [when servers don't implement featured tags on profiles](https://invent.kde.org/network/tokodon/-/merge_requests/515). This is common for lots of non-Mastodon servers. {{< release "24.08" >}}
# PlasmaTube
{{< add "feature" >}} Added [basic support for SponsorBlock](https://invent.kde.org/multimedia/plasmatube/-/merge_requests/82) which is turned off by default, but you can enable under Settings. You can't configure which server to use (it's possible, just not through the UI) or what specific categories to block yet. You do have the option to have PlasmaTube inform you when you're inside of a sponsored segment or have it auto-skip. {{< release "24.08" >}}
![](sponsorblock.webp)
{{< add "feature" >}} Added a [proper error page to the video player]() while my Invidious server is borked due to YouTube changes. It will display the error given by Invidious, and also a button to open the original webpage. {{< release "24.11" >}}
![Note that there's a link in there, but even on Invidious it's unclickable.](error.webp)
---
That's all for this month!
{{< series-nav "kde-june2024" "" >}}

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 83 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

View file

@ -84,5 +84,5 @@ I do plan on expanding ktabletconfig's features, as the Wayland session continue
I updated the [Plasma Desktop README](https://invent.kde.org/plasma/plasma-desktop/-/merge_requests/2299) in line with the other README things I did this year! I updated the [Plasma Desktop README](https://invent.kde.org/plasma/plasma-desktop/-/merge_requests/2299) in line with the other README things I did this year!
{{< series-nav "kde-april2024" >}} {{< series-nav "kde-april2024" "kde-july2024" >}}

View file

@ -631,7 +631,7 @@ model-viewer {
.add { .add {
padding: 0.2em; padding: 0.2em;
border-radius: 7px; border-radius: 7px;
display: inline-block;' display: inline-block;
} }
.add-bugfix { .add-bugfix {
@ -643,10 +643,19 @@ model-viewer {
color: black; color: black;
} }
.add-testing {
background-color: #3d99a8;
color: black;
}
.add-release { .add-release {
background-color: #65bbdd; background-color: #65bbdd;
} }
.add-nlnet {
background-color: #8dce19;
}
.toot-card-image-image { .toot-card-image-image {
width: 50%; width: 50%;
} }

View file

@ -0,0 +1 @@
<span class="add add-nlnet"><a href="https://nlnet.nl/">NLnet</a></span>