Chris Holland

Results 465 comments of Chris Holland

I've toyed around with parsing and showing a read only view of a local .ics file, but then learned caldav is a whole other beast. It has it's own protocol....

I know I tested single column mode... but did I seriously never test two column mode? *facepalm* It's hardcoded for the columns to be `parent.width/2` atm. Looks like I only...

I guess I could port ConfigExportLayout.qml from TiledMenu. I'd need to modify it though, as there's a ton of config keys in eventcalendar that are only left for migration to...

Seems the non duplicate bug is https://bugs.kde.org/show_bug.cgi?id=452512 Was experiencing this in TiledMenu myself (https://github.com/Zren/plasma-applet-tiledmenu/issues/125) but assume it was because my GPU was broken. Seems it's a bug where it ignores...

https://repology.org/project/plasma-framework/versions * [x] Fedora 36 updates `5.94.0` * 2022-04-22 Fedora 35 was using `5.91.0` * 2022-05-23 Fedora 35 just updated to `5.93.0-2` however it seems that this bug has not...

KDE Frameworks 5.94.0 will be release May 14th, so while it sucks distros aren't used to manually patching, it will be fixed eventually.

Normally there's a [switchWidth/switchHeight](https://develop.kde.org/docs/extend/plasma/widget/plasma-qml-api/#plasmoidfullrepresentation), but it's a little annoying to code as there's already a dozen of settings that manipulate the size of the widget so there isn't really a...

OpenWeatherMap reached their free API limit (and then some) so it was disabled for a little while. I need to implement a few other wether sources. As currently there's only...

Wait, hmmm. HTTP Error 0? Sometimes plasmashell just doesn't let eventcalendar connect to the internet for some reason. This is more noticeable when it happens to Google Calendar web requests,...

This widget's settings are automatically applied when they are changed. Which setting specifically is reverting when you reopen the window?