I recently released version 0.3.0 of my recipe manager application Kookbook – find it in git in KDE Invent or as released tarballs in https://download.kde.org/stable/kookbook/ Changes since last time is more or less “Minor bugfixes and a Qt6 port” – … Read more ›
There was a snag in the KookBook 0.2.0 release, and 0.2.1 is available. Get it here: kookbook-0.2.1.tar.xz Btw, anyone can tell me the purpose of [crayon-6a81f417e54b2146683071/] compared to [crayon-6a81f417e54bb151632649/] When would anyone use the former?
I got a bit traction on KookBook and decided to fix a few bugs, mostly in the touch client, and add some features. Get it here: kookbook-0.2.0.tar.xz KookBook is now also available in Debian, thanks to Stuart Prescott KRecipe converter … Read more ›
Continuing in Aurelien Gateau‘s release month, where I recently joined in with Kookbook, I’m now also following up with Kolorfill, an app I also described in the past. It is a simple flood filling game written using the amazing Kirigami … Read more ›
Release Time A little while ago, I blogged about an application I was writing for my cooking recipes. I have now gotten to a point where I will declare it version 0.1. The release can be found on a KDE … Read more ›
So, it has been a busy week of Qt and KDE hacking in the beautiful city of Vienna. Besides getting quite some of the Viennese staple food, schnitzel, it was an interesting adventure of getting smarter. Getting smarter about making … Read more ›
I was invited by my boss to a dinner. He uses exchange or outlook365 or something like that. The KMail TNEF parser didn’t succeed in parsing all the info, so I’m kind of trying to fix it. But I need … Read more ›
Once again, I got surprised by the 80 bit x87 FPU stuff. First time was around a decade ago. Back then, it was something along the lines of a sort function like: [crayon-6a81f417e5e55516384807/] With some values, first and would be … Read more ›
I found this construct some time ago. It took some reading to understand why it worked. I’m still not sure if it is actually legal, or just works only because m_derivedData is not accessed in Base::Base. [crayon-6a81f417e60db937941526/]