KDE Frameworks 5

KDE Frameworks 5
Original author(s) KDE
Developer(s) KDE
Initial release 1 July 2014 (2014-07-01)
Stable release 5.20.0 (March 13, 2016 (2016-03-13)) [±][1]
Preview release 5.0 beta 3 (June 5, 2014 (2014-06-05)) [±][2]
Written in C++ (Qt)
Operating system Cross-platform
Type
License GNU Lesser General Public License (LGPL)[3]
Website api.kde.org/frameworks-api/frameworks5-apidocs/

KDE Frameworks is a collection of libraries and software frameworks by KDE that serve as technological foundation for KDE Plasma 5 and KDE Applications distributed under the GNU Lesser General Public License (LGPL).

The included individual frameworks offer a wide variety of commonly needed functionality providing solutions including hardware integration, file format support, additional graphical control elements, plotting functions, spell checking and more. Many of the frameworks are available for multiple operating systems and have minimal or no extra dependencies.

KDE Frameworks represents an effort to rework KDE Platform 4 into a set of individual and independent, cross platform modules that will be readily available to all Qt-based applications. The transition from KDE Platform to KDE Frameworks has been in progress for over 3 years, guided by top KDE technical contributors.[4]

After the initial release of KDE Frameworks 5.0 and without the stress of a strict deadline, the developers will focus on adding features to the components in KDE Frameworks 5,[5] an example being better integration of Firefox into KDE.[6]

It should be possible to install a KDE Frameworks 5 runtime alongside a KDE Platform 4 runtime so apps can use either one.[7]

Adoption

The source code in KDE Frameworks has been around since KDElibs 1. Besides the KDE Software Compilation, there may be other adopters, such as e.g. the desktop environments, LXQt, MoonLightDE or Hawaii or applications such as Amarok, Avogadro, Trojitá or Subsurface.

Development

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 5 will be released on a monthly base[8] and use git.[9][10]

API and ABI stability

Platform releases are major releases that begin a series (version number X.0). Only these major releases are allowed to break both binary and source code compatibility with the predecessor. On the other hand, releases in the minor series (X.1, X.2, ...) will guarantee source & 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.

Software architecture

Structure

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

The "Tiers" refer to compile-time dependencies on other Frameworks.

Components

The KDE Frameworks bundle consists of over 60 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.[11]

KDE Frameworks are grouped in four different tiers according to dependency on other libraries. Tier 1 frameworks only depend on Qt or other system libraries. Tier 2 frameworks can depend on tier 1 libraries, Qt and/or other system libraries and so forth.[12]

History

The first release of KDE Frameworks was version 5 to account for the fact, that the entire code base is that of KDE Platform, whereas the only version of KDE Platform was version 4 to account for the fact that it was a repacking thing and the entire code base remained from predecessors.

Major improvements aimed for in Frameworks 5 include increased modularization. In earlier KDE versions, the libraries were bundled as a single large package. In Frameworks, the libraries will be split into individual smaller packages. This will facilitate utilization of the libraries by other Qt-based software, since dependencies can be kept at a minimum.[4]

Whereas KDE 4 was based on version 4 of the widget toolkit Qt, Frameworks 5 will be based on version 5. Qt 5 enables increased usage of QML, a simpler JavaScript-based declarative programming language, for design of user interfaces. The graphics rendering engine used by QML allows for more fluid user interfaces across different devices.[4]

Release history

The 5.0 release was preceded by a technology preview, two alpha releases, and three beta releases.[14][15][16][2]

Frameworks 5 releases
Version Date Notes
Old version, no longer supported: 5.0 7 July 2014[17] Initial release
Old version, no longer supported: 5.1 7 August 2014
Old version, no longer supported: 5.2 12 September 2014[18]
Old version, no longer supported: 5.3 7 October 2014[19]
Old version, no longer supported: 5.4 6 November 2014[20]
Old version, no longer supported: 5.5 11 December 2014[21]
Old version, no longer supported: 5.6 8 January 2015[22] New frameworks: KPackage and NetworkManagerQt
Old version, no longer supported: 5.7 14 February 2015[23]
Old version, no longer supported: 5.8 13 March 2015[24] New frameworks: KPeople and KXmlRpcClient
Old version, no longer supported: 5.9 10 April 2015[25] New framework: ModemManagerQt
Old version, no longer supported: 5.10 8 May 2015[26]
Old version, no longer supported: 5.11 12 June 2015[27] New framework: BlueZ-Qt (cf. BlueZ)
Old version, no longer supported: 5.12 10 July 2015[28]
Old version, no longer supported: 5.13 12 August 2015[29] New frameworks: Baloo (replaces NEPOMUK) and KFileMetaData
Old version, no longer supported: 5.14 11 September 2015[30]
Old version, no longer supported: 5.15 10 October 2015[31]
Old version, no longer supported: 5.16 13 November 2015[32]
Old version, no longer supported: 5.17 12th December 2015[33]
Old version, no longer supported: 5.18 09th January 2016[34]
Old version, no longer supported: 5.19 13th February 2016[35]
Old version, no longer supported: 5.20 13th March 2016[1]
Current stable version: 5.21 09 April 2016[36]
Legend:
Old version
Older version, still supported
Latest version
Latest preview version
Future release

References

  1. 1 2 KDE (2016-03-13). "Release of KDE Frameworks 5.20.0". Retrieved 2016-03-22.
  2. 1 2 "KDE Ships Third Beta of Frameworks 5". KDE. 2014-06-05.
  3. "First release of KDE Frameworks 5". 2014-07-07.
  4. 1 2 3 Howard Chan (2013-09-04). "KDE Release Structure Evolves". KDE. Retrieved 2014-02-27.
  5. "KF5 Update Meeting Minutes 2014-w28". 2014-07-08.
  6. "Firefox + KDE integration: Getting FF to use Dolphin reliably". 2014-07-03.
  7. "Coinstallability with KDE Platform 4".
  8. "Release schedule for KDE Frameworks 5".
  9. "Git workflow for Frameworks".
  10. "KDE Frameworks5 API documentation".
  11. Jos Poortvliet (2013-12-17). "Qt 5.2 - Foundation for KDE Frameworks 5". Dot.kde.org. Retrieved 2014-03-10.
  12. Howard Chan (2013-09-25). "Frameworks 5". Dot.kde.org. Retrieved 2014-03-10.
  13. http://blog.martin-graesslin.com/blog/2014/02/kwindowsystem-in-frameworks-5/
  14. "Frameworks 5 Technology Preview". KDE. 2014-01-07.
  15. "KDE Ships First Alpha of Frameworks 5". KDE. 2014-02-14.
  16. "KDE Ships Second Alpha of Frameworks 5". KDE. 2014-03-03.
  17. "First release of KDE Frameworks 5". Retrieved 8 July 2014.
  18. "Release of KDE Frameworks 5.2.0". KDE. 12 September 2014. Retrieved 5 March 2015.
  19. "Release of KDE Frameworks 5.3.0". 7 October 2014. Retrieved 5 March 2014.
  20. "Release of KDE Frameworks 5.4.0". KDE. 6 November 2014. Retrieved 5 March 2015.
  21. "Release of KDE Frameworks 5.5.0". KDE. 11 December 2014. Retrieved 5 March 2015.
  22. "Release of KDE Frameworks 5.6.0". KDE. 8 January 2015. Retrieved 5 March 2015.
  23. "Release of KDE Frameworks 5.7.0". KDE. 14 February 2015. Retrieved 5 March 2015.
  24. "Release of KDE Frameworks 5.8.0". KDE. 13 March 2015. Retrieved 13 March 2015.
  25. "Release of KDE Frameworks 5.9.0". KDE. 10 April 2015. Retrieved 30 April 2015.
  26. "Release of KDE Frameworks 5.10.0". KDE. 8 May 2015. Retrieved 9 May 2015.
  27. "Release of KDE Frameworks 5.11.0". KDE. Retrieved 29 June 2015.
  28. "Release of KDE Frameworks 5.12.0". KDE. Retrieved 10 July 2015.
  29. "Release of KDE Frameworks 5.13.0". KDE. 2015-08-12. Retrieved 2015-08-12.
  30. "Release of KDE Frameworks 5.14.0". KDE. 2015-09-12. Retrieved 2015-09-12.
  31. "Release of KDE Frameworks 5.15.0". KDE. 2015-10-10.
  32. "Release of KDE Frameworks 5.16.0". KDE. 2015-11-13.
  33. "Release of KDE Frameworks 5.17.0". KDE. 2015-12-12.
  34. "Release of KDE Frameworks 5.18.0". KDE. 2016-01-09.
  35. "Release of KDE Frameworks 5.19.0". KDE. 2016-02-13.
  36. "Release of KDE Frameworks 5.21.0". KDE. 2016-04-09. Retrieved 2016-04-09.
This article is issued from Wikipedia - version of the Sunday, April 17, 2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.