Software:KDE Projects

From HandWiki
KDE Projects
KDE logo.svg
Developer(s)KDE
Written inC++, Qt, QML and many more
Operating systemUnix-like with X11 or Wayland, Windows, Android, MacOS
TypeFree Software
LicenseGNU GPL, GNU LGPL, BSD License, MIT License[1]
Websiteinvent.kde.org

KDE Projects are projects maintained by the KDE community, a group of people developing and advocating free software for everyday use, for example KDE Plasma and KDE Frameworks or applications such as Amarok, Krita or Digikam. There are also non-coding projects like designing the Breeze desktop theme and iconset, which is coordinated by KDE's Visual Design Group. Even non-Qt applications like GCompris, which started as a GTK-based application, or web-based projects like WikiToLearn are officially part of KDE.

Overview

As of today there are many KDE projects that are either stand-alone or grouped into larger sub-projects:

KDE Core projects

KDE Applications

Main page: Software:List of KDE applications
The Kontact personal information manager and Konqueror file manager/web browser running on KDE Plasma 5.2

Major applications developed by KDE include:

Thematically related groups of applications

  • KDE-Plasma-Addons: Additional Plasma widgets.
  • KDE-Network
  • KDE-Pim
  • KDE-Graphics
  • KDE-Multimedia
  • KDE-Accessibility: Accessibility applications.
  • KDE-Utilities
  • KDE-Edu
  • Calligra Suite: Integrated office suite
  • KDE-Games
  • KDE-Toys
  • KDE-Artwork: Additional icons, styles, etc.
  • KDE-SDK
  • KDE-Bindings
  • KDEWebdev: Web development tools.
  • KDE-Extragear: Extragear is a collection of applications and tools that are not part of the core KDE Applications.
  • KDE-Playground: This repository contains new and unstable software. It is a place for applications to mature.[3]

Other projects

  • KDE Connect: An Android application to connect the Plasma desktop to phones for remote control
  • KDE neon: a distro featuring the latest KDE software packages on top of an Ubuntu base.
  • Wiki2Learn: a wiki-based web framework for people to participate and share knowledge.
  • Liquidshell: an alternative to Plasma[4]

Development

Source code

The source code of every KDE project is stored in a source code repository using Git.[5] Stable versions are released to the KDE FTP server[6] in the form of source code with configure scripts, ready to be compiled by operating system vendors and to be integrated with the rest of their systems before distribution. Most vendors use only stable and tested versions of KDE programs or applications, providing it in the form of easily installable, pre-compiled packages.

Implementation

Most KDE projects are using the Qt framework, which runs on most Unix and Unix-like systems (including Mac OS X), and Microsoft Windows. (As of 2011) CMake serves as the build tool. This allows KDE to support a wider range of platforms, including Windows.[7] GNU gettext is used for translation. Doxygen is used to generate api documentation.[8]

Licensing

KDE software projects must be released under free licensing terms. In November 1998, the Qt framework was dual-licensed under the free and open-source Q Public License (QPL) and a commercial license for proprietary software developers. The same year, the KDE Free Qt foundation was created which guarantees that Qt would fall under a variant of the very liberal BSD license should Trolltech cease to exist or no free version of Qt be released during 12 months.[9]

Debate continued about compatibility with the GNU General Public License (GPL), hence in September 2000 Trolltech made the Unix version of the Qt libraries available under the GPL in addition to the QPL which eliminated the concerns of the Free Software Foundation.[10] Trolltech continued to require licenses for developing proprietary software with Qt. The core libraries of KDE are collectively licensed under the GNU LGPL but the only way for proprietary software to make use of them was to be developed under the terms of the Qt proprietary license.

Starting with Qt 4.5, Qt was also made available under the LGPL version 2.1,[11] now allowing proprietary applications to legally use the open source Qt version.

See also

References

  1. "KDE Licensing Policy". http://techbase.kde.org/index.php?title=Policies/Licensing_Policy. Retrieved 2010-11-06. 
  2. Dragon Player website
  3. "KDE Software Compilation". http://www.kde.org/community/whatiskde/softwarecompilation.php. Retrieved 2010-11-20. 
  4. "liquidshell" (in en). https://apps.kde.org/liquidshell. 
  5. "KDE Projects". https://cgit.kde.org/. Retrieved 2010-12-31. 
  6. "KDE stable release ftp server". http://ftp.kde.org/stable/. 
  7. Troy Unrau (2007-02-22). "The Road to KDE 4: CMake, a New Build System for KDE". KDE.NEWS. KDE. Archived from the original on 2010-07-01. https://web.archive.org/web/20100701050150/http://dot.kde.org/2007/02/21/road-kde-4-cmake-new-build-system-kde. Retrieved 2010-11-13. 
  8. "Software Engineering Framework". 29 October 2010. http://techbase.kde.org/Development/Software_Engineering_Framework. Retrieved 2010-11-28. 
  9. "KDE Free Qt Foundation". KDE. http://kde.org/community/whatiskde/kdefreeqtfoundation.php. Retrieved 2010-11-13. 
  10. "Trolltech offers a choice in licensing with the addition of GPL licensing for the upcoming release of Qt". 2000-09-05. Archived from the original on 2012-03-13. https://web.archive.org/web/20120313182431/http://qt.nokia.com/about/news/archive/00000043. Retrieved 2010-11-28. 
  11. Ryan Paul. "LGPL License Option Added to Qt". Nokia. Archived from the original on 2011-05-19. https://web.archive.org/web/20110519121822/http://qt.nokia.com/about/news/lgpl-license-option-added-to-qt. Retrieved 2010-11-13. 

External links