An attempt to update my Falkon addons to Qt6

9 Dec, 2024 - 3 minutes
This weekend I had no access to my trusty home workstation and worked on my portable Thinkpad T440p and thus I decided to work on my Falkon plugins. I postponed this for a long time. Objective The main objective is to port the add-ons to Qt6 / PySide6 and update version and author signature. Progress I managed to port the ToolbarTools and Unloader. Unloader probably can be rewritten in QML for better compatibility. I will leave that for later when I will have will to do that.

Some server updates

27 Nov, 2024 - 3 minutes
Over the period of this last year I somehow did multiple changes on my little server which runs this site. Gitea For a long time I had issues with Gitea being unresponsive in quicker requests. Now in retrospective I think it could be because the Mariadb was not configured properly to accept many connections at once but only the default number. Well, I solved it by changing the database type to SQLite and it runs nicely now.

Falkon: Development Update, Dec 2023

26 Dec, 2023 - 5 minutes
A lot of happened since I last wrote something about Falkon development. Release of Falkon 23.08 Relatively a lot of stuff was changed/added/fixed for this release series. The biggest thing I struggled with was session restore optimizations which is very slow and I manahed to get it faster by a bit and also introduce new bugs. Well nothing is for free. There is still a second part waiting and that is to delay putting icons into the tabs on the tabbar until they are realy needed. This operation actualy takes most of the time.

I am a game developer

4 Dec, 2023 - 2 minutes
Just kidding. In recent times I played multiple minigames from KDE collection. These games are nice, small and can be played on almost anything these days. But no software can run away from bugs. A short list of my adventure, Kolf A nice minigolf game with simple and more complicated way to make the ball move (called "putting"). When I was playing with it, it simply stayed on the screen even after it was disabled. So a Merge Request was born: Hide StrokeCircle when AdvancedPutting is disabled

Falkon: Development Update, Spring 2023

18 Jul, 2023 - 3 minutes
This spring I did not have much time on Falkon since I was learning how to drive a car. There were still some moments left for Falkon. Release of Falkon 23.04.0 Thanks to KDE Gear team there is another major Falkon release. This time (with some trial and error) I also put the changelog and some picture on the main Falkon site to show Falkon is alive and well.