Nicolas Fella
5 results
Enhancing Accessibility and Creative Tools in KDE Plasma Wayland
Supported by NLnet
21 February 2025
With NLnet support, KDE Plasma’s Wayland session now offers improved accessibility and creative tool support. Enhancements include better sticky keys feedback, customizable tablet areas, pressure curve adjustments, and configurable stylus buttons. These updates make Wayland more inclusive, reinforcing KDE’s commitment to accessibility.
In recent years, a lot has been happening to improve performance, maintainability and tooling of QML. Some of those improvements can only take full effect when your code follows modern best practices. Here are 10 things you can do in order to modernize your QML code and take full advantage of QML's capabilities. 1. Use […]
Every sizable project has a 'utils' file or folder that contains functionality that is needed more than once but too small to be a library. KDE is no different, except we want to share our 'utils' folder across hundreds of projects. This is where the KCoreAddons framework comes into play. The name comes from the […]
CMake is increasingly becoming the de-facto build system for C++ projects. While it has been possible to build Qt applications using CMake for a long time, with Qt6, Qt switched its own internal build system to CMake. The KDE Community was among the first large, open-source projects that adopted CMake about 15 years ago. Over […]
The KDE Community has been developing a variety of Free Software products using Qt for 25 years now. Among them, the Plasma Desktop Environment, creativity tools like Krita and Kdenlive, educational applications like GCompris, groupware suites like Kontact and countless other applications, utilities, and widgets. Qt is famous for its rich set of high-quality, cross-platform […]