Falkon: Development Update, Sep 2022

Weird news from development of Falkon web browser.

Development: Site Settings

I continued working on some system for WebAttributes and it looks fine at the moment (well, it just works). The thought which I have is to put all the WebAttributes into one field in the database and parse it afterwords instead of having a separate field for each attribute. I did not try this yet and I will keep this idea for later date when everything will be ready.

Nest I moved to working on Cookie support and because of that started rewriting the SiteSettingsManager class to have sane interface.

Well, I can only blame my lack of preliminary research of the problems and possible solutions for this big rewrite. Instead of writing a good code from get go I change it according to the current needs. So far it works.

Bugs

Right after KDE Gear team released “Falkon 22.08.1” I took another look at the Bug 439268 (Typing text in the search bar sends data although suggestions are disabled). During my first look at this I thought I would need to connect/disconnect signals to this module or to conditionally create and destroy the OpenSearch object, or that I need to update this module. Well, I was silly and I was looking at it in a complicated way. On the second look I noticed that all I need to do is to set the suggestionUrl (or domain, or something) to an empty string when the suggestions are disabled and that fixes the problem. There is some left over code there which was supposed to hide entries (more like not show them to user) from search engine.

Misc

On the other hand I want to put documentation for Falkon to KDE API site and plugin examples and my short tutorials to KDE Develop site. This would make it easier for other to develop extensions and help Falkon to improve.

Conclusion

The development of SiteSettings is going well and there is even a bug fixed. I call this a success.

Any help is welcome and can speed up or improve the quality of this patch.

You can follow the progress of the development on KDE Invent where I created an issue and draft of a merge request.

Articles from blogs I follow:

Richard Stallman's political discourse on sex

Richard Stallman, the founder of the Free Software Foundation, has been subject to numerous allegations of misconduct. He stepped down in 2019, and following his re-instatement in 2021, a famous open letter was published in which numerous organizations and i…

via Drew DeVault's blog November 25, 2023

Upgrading to FreeBSD 14 - how to fix a broken BIOS bootcode

A lot of people running ZFS zroot have managed to break their FreeBSD systems upgrading from 13.2 to the new 14.0 release because of a broken BIOS bootcode. In this tutorial I'll show you how you can fix that without having to reinstall.

via unixsheikh.com November 22, 2023

C++ Guidelines

C++ is definitely a language that has Lots of Ways to do It – kind of like Perl’s TIMTOWTSAC. A consequence is that when writing code, you need to think about which way to do things. When context-switching between projects, employers, or what-have-you, yo…

via [bobulate] November 21, 2023

Generated by openring