Software:KDE Frameworks

From HandWiki
Short description: Collection of libraries and software frameworks for the Qt framework
KDE Frameworks
KDE Mascot Konqi for KDE Frameworks.png
Original author(s)KDE
Developer(s)KDE
Initial release1 July 2014; 9 years ago (2014-07-01)
Stable release5.85.0 (August 13, 2021; 2 years ago (2021-08-13)) [±][1]
Written inC++ (Qt)
Operating systemCross-platform (including "partial" support for Android,[2][3] Windows,[4] macOS and Haiku)
Type
LicenseGNU Lesser General Public License (LGPL)[5]

KDE Frameworks is a collection of libraries and software frameworks readily available to any Qt-based software stacks or applications on multiple operating systems.[6] Featuring frequently needed functionality solutions like hardware integration, file format support, additional graphical control elements, plotting functions, and spell checking, the collection serves as technological foundation for KDE Plasma 5 and KDE Gear distributed under the GNU Lesser General Public License (LGPL).[7]

Overview

Current KDE Frameworks are based on Qt 5, which enables a more widespread use of QML, a simpler JavaScript-based declarative programming language, for the design of user interfaces. The graphics rendering engine used by QML allows for more fluid user interfaces across different devices.[8]

Some source code was moved from being part of KDE Frameworks 5 to being part of Qt 5.2 and later.

Since the split of the KDE Software Compilation into KDE Frameworks 5, KDE Plasma 5 and KDE Applications, each sub-project can pick its own development pace. KDE Frameworks are released on a monthly basis[9] and use git.[10][11]

It should be possible to install KDE Frameworks alongside the KDE Platform 4 so apps can use either one.[12]

API and ABI stability

Platform releases are those which begin a series (version number X.0). Only these major releases are allowed to break binary compatibility with the predecessor. Releases in the minor series (X.1, X.2, ...) will guarantee binary portability (API & ABI). This means, for instance, that software that was developed for KDE 3.0 will work on all (future) KDE 3 releases; however, an application developed for KDE 2 is not guaranteed to be able to make use of the KDE 3 libraries. KDE major version numbers mainly follow the Qt release cycle, meaning that KDE SC 4 is based on Qt 4, while KDE 3 was based on Qt 3.

Supported operating systems

The repository of each framework should contain a file named metainfo.yaml.[13] This file documents the maintainer of the framework, the type, the supported operating system and other information. The currently supported platforms are Linux, Microsoft Windows, macOS and Android.

Software architecture

Structure

The Frameworks have a clear dependency structure, divided into "categories" and "tiers". The "categories" refer to runtime dependencies:

  • Functional elements have no runtime dependencies.
  • Integration designates code that may require runtime dependencies for integration depending on what the OS or platform offers.
  • Solutions have mandatory runtime dependencies.

Components

The KDE Frameworks bundle consists of over 70 packages. These existed as a single large package, called kdelibs, in KDE SC 4. Kdelibs was split into several individual frameworks, some of which are no longer part of KDE but were integrated into Qt 5.2.[14]

KDE Frameworks are grouped in four different tiers according to dependency on other libraries.[15][16]

Tiers of Frameworks
Tier 1 – Mostly depend only on Qt, highly portable
Tier 2 – Depends on Tier 1, but dependencies are still manageable.
Tier 3 – Complex dependencies, including Tiers 1–2 etc.
Tier 4 – Mostly plugins that provide additional features like platform support can be ignored.


Kirigami

Kirigami is a QML application framework[18] developed by Marco Martin[19] that enables developers to write applications that run natively on Android, iOS, Windows, Plasma Mobile and any classic Linux desktop environment without code adjustments.

It is used by various applications, for example Linus Torvalds and Dirk Hohndels' scuba diving application Subsurface, the messenger client Banji,[20] the Kaidan messenger,[21] Vvave music player and the KDE software center Discover.

Software packages

Linux distribution use some package management system to package the software they distribute. Debian for example distributes KGlobalAccel under the package name libkf5globalaccel,[22] while Fedora Linux distributes it under the name kf5-kglobalaccel.[23]

Bindings

While being mainly written in C++, there are many bindings for other programming languages available:[24][25]

  • Python
  • Ruby (Korundum, built on top of QtRuby)
  • Perl
  • C# (however, the current framework for binding to C# and other .NET languages has been deprecated, and the replacement only compiles on Windows).[26]

These and other bindings use the following technologies:

  • Smoke: for creating bindings for Ruby, C# and PHP
  • SIP: for creating bindings for Python
  • Kross: Embedded scripting for C++ applications, with support for Ruby, Python, JavaScript, QtScript, Falcon and Java

Many bindings weren't updated to Qt5 and KF5 or only later in the release cycle.

History

The 5.0 release was preceded by a technology preview, two alpha releases, and three beta releases.[27][28][29]

The source code of KDE Frameworks has been around since KDElibs 1. The first release as KDE Frameworks was with version 5, to account for the fact that the code base was that of KDE Platform version 4 (the only major version of KDE Platform).

The transition from KDE Platform to KDE Frameworks began in August 2013, guided by top KDE technical contributors.[8]

After the initial release of KDE Frameworks 5.0, the developers focused on adding new features to the components in KDE Frameworks 5,[30] an example being better integration of Firefox into KDE.[31]

The major improvement of Frameworks 5 is its modularization. In earlier KDE versions, the libraries were bundled as a single large package. In Frameworks, the libraries were split into individual smaller packages. This facilitates utilization of the libraries by other Qt-based software, since dependencies can be kept at a minimum.[8]

While KDE 4 was based on version 4 of the Qt widget toolkit, Frameworks 5 is based on version 5.

KDE4 transformation

During KDE SC 4, the then so called KDE Platform consisted of all libraries and services needed for KDE Plasma and the applications. Starting with Qt 5, this platform was transformed into a set of modules that is now referred to as KDE Frameworks. These modules include: Solid, Nepomuk, Phonon, etc. and are licensed either under the LGPL, BSD license, MIT License or X11 license.[32]

Adoption

Besides the KDE Software Compilation, there are other adopters such as the desktop environments LXQt, MoonLightDE or Hawaii.

Version 3.0 of Krita, the raster graphics editor of the Calligra Suite, which was released on May 31, 2016, depends on KDE Frameworks 5 and Qt 5.2.

With Kirigami, there is also increased usage by applications such as Amarok, Avogadro, Trojitá or Subsurface.

References

  1. "KDE Ships Frameworks 5.85.0". Software:KDE. 13 August 2021. https://kde.org/announcements/frameworks/5/5.85.0/. 
  2. "Release of KDE Frameworks 5.24.0". 9 July 2016. https://www.kde.org/announcements/kde-frameworks-5.24.0.php. 
  3. "Android - KDE Community Wiki". https://community.kde.org/Android. 
  4. "KDE API Homepage"". https://api.kde.org/. 
  5. "First release of KDE Frameworks 5". 2014-07-07. http://kde.org/announcements/kde-frameworks-5.0.php. 
  6. "The KDE Frameworks". https://api.kde.org/frameworks/index.html. 
  7. "KDE Frameworks". https://techbase.kde.org/KDE_Frameworks. 
  8. 8.0 8.1 8.2 Howard Chan (2013-09-04). "KDE Release Structure Evolves". KDE. https://dot.kde.org/2013/09/04/kde-release-structure-evolves. 
  9. "Release schedule for KDE Frameworks 5". https://community.kde.org/Schedules/Frameworks. 
  10. "Git workflow for Frameworks". https://community.kde.org/Frameworks/Git_Workflow. 
  11. "KDE Frameworks5 API documentation". http://api.kde.org/frameworks-api/frameworks5-apidocs/. 
  12. "Coinstallability with KDE Platform 4". https://community.kde.org/Frameworks/Coinstallability. 
  13. "metainfo.yaml of KConfig". https://cgit.kde.org/kconfig.git&a=blob&h=cc05742b6689f0d1fbe358665249d13f6e3a6320&hb=0389727be4cf7396d9e1728610b12af778daf444&f=metainfo.yaml. [yes|permanent dead link|dead link}}]
  14. Jos Poortvliet (2013-12-17). "Qt 5.2 - Foundation for KDE Frameworks 5". Dot.kde.org. https://dot.kde.org/2013/12/17/qt-52-foundation-kde-frameworks-5. 
  15. Howard Chan (2013-09-25). "Frameworks 5". Dot.kde.org. http://dot.kde.org/2013/09/25/frameworks-5. 
  16. "API Documentation". https://api.kde.org/frameworks/#sg-tier_1. 
  17. "KWindowSystem in Frameworks 5". 6 February 2014. http://blog.martin-graesslin.com/blog/2014/02/kwindowsystem-in-frameworks-5/. 
  18. "KDE Kirigami". KDE. https://www.kde.org/products/kirigami/. 
  19. "Contributors to KDE/Kirigami". https://github.com/KDE/kirigami/graphs/contributors. 
  20. Archived at Ghostarchive and the Wayback Machine: "Banji (Ring-KDE) new skin on desktop Linux and Android". https://youtube.com/watch?v=LjyKtusCy2Y. 
  21. "Kaidan - A user-friendly XMPP client for every device!". 4 July 2021. https://github.com/KaidanIM/Kaidan. 
  22. "KGlobalAccel in Debian". https://packages.debian.org/search?suite=default&section=all&arch=amd64&searchon=names&keywords=libkf5globalaccel. 
  23. "KGlobalAccel in Fedora". https://apps.fedoraproject.org/packages/s/KGlobalAccel. [yes|permanent dead link|dead link}}]
  24. "The KDE development platform". https://www.kde.org/developerplatform/. 
  25. Development/Languages - KDE TechBase . Techbase.kde.org (2012-07-12). Retrieved on 2013-07-17.
  26. "Qyoto". https://techbase.kde.org/Development/Languages/Qyoto. 
  27. "Frameworks 5 Technology Preview". KDE. 2014-01-07. http://kde.org/announcements/frameworks5TP/. 
  28. "KDE Ships First Alpha of Frameworks 5". KDE. 2014-02-14. http://www.kde.org/announcements/announce-frameworks5-alpha.php. 
  29. "KDE Ships Second Alpha of Frameworks 5". KDE. 2014-03-03. http://www.kde.org/announcements/announce-frameworks5-alpha2.php. 
  30. "KF5 Update Meeting Minutes 2014-w28". 2014-07-08. http://mail.kde.org/pipermail/kde-frameworks-devel/2014-July/017410.html. 
  31. "Firefox + KDE integration: Getting FF to use Dolphin reliably". 2014-07-03. https://mail.mozilla.org/pipermail/firefox-dev/2014-July/001940.html. 
  32. "KDE Licensing Policy". http://techbase.kde.org/index.php?title=Policies%2FLicensing_Policy. 

External links