KDE Software Compilation 4

From Infogalactic: the planetary knowledge core
(Redirected from KDE 4.0)
Jump to: navigation, search
KDE Software Compilation 4
KDE4 logo preview.svg
KDE 4.png
KDE Plasma Desktop 4.10
Developer(s) KDE
Initial release 11 January 2008;
16 years ago
 (2008-01-11)[1]
Stable release 4.14.3 (November 11, 2014; 9 years ago (2014-11-11)) [±][2]
Development status Discontinued
Written in C++ (Qt 4)
Operating system Whole desktop: Unix-like with X11 and also Windows XP7.[3]
Applications only: Mac OS X v10.410.6
Available in Multilingual[4]
Type Desktop environment
License GPL, LGPL, BSD license, MIT license and X11 license[5]
Website kde.org

KDE Software Compilation 4 (KDE SC 4) was the only series of the so-called KDE Software Compilation, (short: KDE SC), first released in January 2008 and the last release being 4.14.3 released in November 2014.[1][6] It was the follow-up to K Desktop Environment 3. Following KDE SC 4, the compilation was broken up into basic framework libraries, desktop environment and applications, which are termed KDE Frameworks 5, KDE Plasma 5 and KDE Applications, respectively.

Major releases (4.x) were released every six months, while minor bugfix releases (4.x.y) were released monthly.[7]

The series included updates to several of the KDE Platform’s core components, notably a port to Qt 4. It contained a new multimedia API, called Phonon, a device integration framework called Solid and a new style guide and default icon set called Oxygen. It also included a new, unified desktop and panel user interface called Plasma, which supported desktop widgets, replacing K Desktop Environment 3’s separate components.

One of the overall goals of KDE Platform 4 was to make it easy for KDE applications to be portable to different operating systems. This was made possible by the port to Qt 4, which facilitated support for non-X11-based platforms, including Microsoft Windows and Mac OS X. Versions 4.0 to 4.3 of KDE Software Compilation were known simply as KDE 4 – the name change was a component of the KDE project’s re-branding to reflect KDE’s increased scope.

Major updates

This is a short overview of major changes in KDE Software Compilation 4.

General

The port to the Qt 4 series was expected to enable KDE 4 to use less memory and be noticeably faster than KDE 3. The KDE libraries themselves have also been made more efficient. However, tests reveal that KDE 4.4 has the highest memory utilization on default Ubuntu installations when compared to GNOME 2.29, Xfce 4.6, and LXDE 0.5.[8] Qt 4 is available under the LGPL for Mac OS X and Windows, which allows KDE 4 to run on those platforms. The ports to both platforms are in an early state. As of August 2010, KDE Software compilation 4 on Mac OS X is considered beta,[9] while on Windows it is not in the final state, so applications can be unsuitable for day to day use yet.[10] Both ports are trying to use as little divergent code as possible to make the applications function almost identically on all platforms. During Summer of Code 2007 an icon cache was created to decrease application start-up times for use in KDE 4.[11] Improvements were varied – Kfind, an application which used several hundred icons, started up in about a quarter of the time it took previously.[12] Other applications and a full KDE session started up a little over a second faster.

Many applications in the Extragear and KOffice modules have received numerous improvements with the new features of KDE 4 and Qt 4. But since they follow their own release schedule, they were not all available at the time of the first KDE 4 release – these include Amarok, K3b, digiKam, KWord, and Krita.

Visual

The most noticeable changes for users are the new icons, theme and sounds provided by the Oxygen Project. These represent a break from previous KDE icons and graphics, which had a cartoonish look. Instead Oxygen icons opt for a more photorealistic style. The Oxygen Project builds on the freedesktop.org Icon Naming Specification and Icon Theme Specification, allowing consistency across applications. The Oxygen team uses community help for better visuals in KDE 4, with both alternate icon sets and the winners of a wallpaper contest held by the Oxygen project being included in KDE 4.[13] There is also a new set of human interface guidelines for a more standardized layout.

Plasma provides the main desktop user interface and is a rewrite of several core KDE applications, like the desktop drawing and most notably the widget engine. Plasma allows a more customisable desktop and more versatile widgets.

KWin, the KDE Window Manager, now provides its own compositing effects, similar to Compiz.

Development

Phonon is the name of the multimedia API in KDE 4. Phonon is a different approach to multimedia backends than in previous versions of KDE. This is because Phonon only functions as a wrapper, abstracting the various multimedia frameworks available for Unix-like operating systems into runtime switchable backends that can be accessed through a single API. This was done to provide a stable API for KDE 4 and to prevent it from depending on a single multimedia framework. Applications that use the Phonon API can be switched between multimedia frameworks seamlessly by simply changing the backend used in System Settings. Nokia adopted Phonon for multimedia use in Qt 4.4 and are developing backends for Gstreamer, Windows and OS X in the KDE SVN repository under the LGPL.[14]

Solid is the hardware API in KDE 4. It functions similarly to Phonon as it does not manage hardware on its own but makes existing solutions accessible through a single API. The current solution uses HAL, NetworkManager and BlueZ (the official Linux bluetooth stack), but any and all parts can be replaced without breaking the application, making applications using Solid extremely flexible and portable.

ThreadWeaver is a programming library to help applications take advantage of multicore processors and is included with kdelibs.

Kross is the new scripting framework for KDE 4. Kross itself is not a scripting language, but makes it easier for developers to add support for other scripting languages. Once an application adds support for Kross, any language Kross supports can be used by developers. New scripting languages can be added by creating a plugin for Kross, which benefits all applications using it.

Decibel is a Telepathy-based communication framework, which was expected to be fully used by Kopete by KDE 4.2, but which is reported to be postponed indefinitely.[15] Strigi is the default search tool for KDE 4, chosen for its speed and few dependencies.[16] In concert with other software like Soprano, an RDF storage framework, and the NEPOMUK specification, Strigi will provide the beginnings of a semantic desktop in KDE 4. Users can tag files with additional information through Dolphin, which Strigi can index for more accurate searches.[17]

KDE 4 uses CMake for its build system. Since previous versions of KDE were only on Unix systems, autotools were used, but a new build system was needed for builds on operating systems like Windows. CMake also dramatically simplified the build process. The autotools build system had become so complicated by KDE 3 that few developers understood it, requiring hours of work for simple changes. In early 2007 CMake was shown to compile KDE 4 version of KDElibs 40 % faster than the autotools compiled KDE 3 version.[18]

DXS, previously known as GHNS (Get Hot New Stuff)[19] and now adopted by freedesktop.org, is a web service that lets applications download and install data from the Internet with one click. It was used in the KDE 3 series but has been extended for use throughout KDE 4. One example was Kstars, that can use Astronomical data that is free for personal use but cannot be redistributed. DXS allows that data to be easily downloaded and installed from within the application instead of manually downloading it.

Akonadi is a new PIM framework for KDE 4. Akonadi is a unification of previously separate KDE PIM components. In the past each application would have its own method for storing information and handling data. Akonadi itself functions as a server that provides data and search functions to PIM applications. It is also able to update the status of contacts. So if one application changes information about a contact, all other applications are immediately informed of the change.[20]

Released versions

KDE 4.0

KDE 4.0 showing Dolphin, System Settings and Kickoff

The majority of development went into implementing most of the new technologies and frameworks of KDE 4. Plasma and the Oxygen style were two of the biggest user-facing changes.

Dolphin replaces Konqueror as the default file manager in KDE 4.0. This was done to address complaints of Konqueror being too complicated for a simple file manager. However Dolphin and Konqueror will share as much code as possible, and Dolphin can be embedded in Konqueror to allow Konqueror to still be used as a file manager.

Okular replaces several document viewers used in KDE 3, like KPDF, KGhostView and KDVI. Okular makes use of software libraries and can be extended to view almost any kind of document. Like Konqueror and KPDF in KDE 3, Okular can be embedded in other applications.

Pre-releases

On 11 May 2007, KDE 4.0 Alpha 1 was released marking the end of the addition of large features to KDE base libraries and shifting the focus onto integrating the new technologies into applications and the basic desktop. Alpha 1 included new frameworks to build applications with, providing improved hardware and multimedia integration through Solid and Phonon. Dolphin and Okular were integrated and a new visual appearance was provided through Oxygen icons.[21]

On 4 July 2007, Alpha 2 was released.[22] The release focused on integrating the Plasma desktop, improving functionality and stabilizing KDE.

On 2 August 2007, Beta 1 was released.[23] Major features included a pixmap cache – speeding up icon loading, KDE PIM improvements, improved KWin effects and configuration, better interaction between Konqueror and Dolphin and Metalink support added to KGet for improved downloads.

On 6 September 2007, Beta 2 was released with improved BSD and Solaris support.[24] The release included the addition of the Blitz graphic library – allowing for developers to use high performance graphical tricks like icon animation – and an overhaul of KRDC (K Remote Desktop Client) for Google’s Summer of Code. Plasma was also integrated with Amarok to provide Amarok’s central context view.

On 16 October 2007, Beta 3 was released.[25] The beta 3 release was focused on stabilizing and finishing the design of libraries for the release of KDE Development Platform. Plasma received many new features including an applet browser. The educational software received many improvements in Marble and Parley (formerly known as KVoctrain) with bugfixes in other applications. A program called Step, an interactive physics simulator, was produced as part of the Google Summer of Code.

On 30 October 2007, Beta 4 was released.[26] A list of release blockers was compiled,[27] listing issues that need to be resolved before KDE will start with the release candidate cycle for the desktop. The goals were to focus on stabilization and fixing the release blockers.

At the same time, the first release candidate of KDE 4.0 Development Platform was released. The development platform contains all the base libraries to develop KDE applications, including "high-level widget libraries, a network abstraction layer and various libraries for multimedia integration, hardware integration and transparent access to resources on the network."[28]

On 20 November 2007, Release Candidate (RC) 1 was released.[29] This release was called a "Release Candidate" despite Plasma requiring further work and not being ready for release. On 11 December 2007, RC2 was released.[30] The codebase was declared feature-complete. Some work was still required to fix bugs, finish off artwork and smooth out the user experience.

Release

KDE 4 was released on 11 January 2008. Despite being labelled as a stable release, it was intended for early adopters.[31] Continuing to use KDE 3.5 was suggested for users wanting a more stable, "feature complete" desktop.[32]

Reception

The release of KDE 4.0 was met with a mixed reception. While early adopters were tolerant of the lack of finish for some of its new features, the release was widely criticized because of a lack of stability and its "beta" quality.[33] Computerworld reporter Steven Vaughan-Nichols criticised KDE 4.0 and KDE 4.1 and called for a fork of KDE 3.5 by rebuilding it on top of Qt 4.[34][35] The same reporter later praised KDE 4.3 and welcomed the KDE 3.5 continuation project Trinity.[36] Although Linus Torvalds switched from GNOME to KDE on December 2005,[37] he switched back to GNOME after Fedora – as only major Linux distribution[clarify] – replaced KDE 3.5 with 4.0. In an interview with Computerworld, he described KDE 4.0 as a "break everything" model and "half-baked" release, claiming that he[38] expected it to be an upgrade of KDE 3.5, when the reality was that there were significant cases of features being regressed due to its extensive changes. (Torvalds did point out, however, that he understood why the developers in charge of the KDE project had chosen to make such drastic changes to the desktop environment in KDE 4.0 and the reason for its premature release, and that his criticism was more on the way KDE 4.0 was pushed out to the public.) Despite the criticism, reviewers such as Ars Technica’s Ryan Paul noted that the visual style "is very attractive and easy on the eyes" and "exhibits a relatively high level of polish" and that "the underlying technologies still have a lot of very serious potential".[39]

KDE 4.1

KDE 4.1 showing Kickoff and Folder View.

KDE 4.1 was released on 29 July 2008.[40] KDE 4.1 includes a shared emoticon theming system which is used in PIM and Kopete, and DXS, a service that lets applications download and install data from the Internet with one click.[41] Also introduced are GStreamer, QuickTime 7, and DirectShow 9 Phonon backends.[41] Plasma improvements include support for Qt 4 widgets and WebKit integration – allowing many Apple Dashboard widgets to be displayed.[41] There will also be ports of some applications to Windows and Mac OS X.[41]

New applications include:[41]

  • Dragon Player multimedia player (formerly Codeine)
  • Kontact – with some Akonadi functionality
  • Skanlite scanner application
  • Step physics simulator
  • Games – Kdiamond (a Bejeweled clone), Kollision, Kubrick, KsirK, KBreakout

KDE 4.2

KDE 4.2 showing KMail, Dolphin and the desktop.

KDE 4.2 was released on 27 January 2009. The release is considered a significant improvement beyond KDE 4.1 in nearly all aspects, and a suitable replacement for KDE 3.5 for most users.[42]

KDE Workspace improvements

The 4.2 release includes thousands of bug fixes and has implemented many features that were present in KDE 3.5 but had been missing in KDE 4.0 and 4.1.[43] These include grouping and multiple row layout in the task bar, icon hiding in the system tray, panel autohiding, window previews and tooltips are back in the panel and task bar, notifications and job tracking by Plasma, and the ability to have icons on the desktop again by using a Folder View as the desktop background where icons now remain where they are placed.

New Plasma applets include applets for leaving messages on a locked screen, previewing files, switching desktop Activity, monitoring news feeds, and utilities like the pastebin applet, the calendar, timer, special character selector, a QuickLaunch widget, and a system monitor, among many others. The Plasma workspace can now load Google Gadgets. Plasma widgets can be written in Ruby and Python. Support for applets written in JavaScript and Mac OS X dashboard widgets has been further improved. Theming improvements in the Task Bar, Application Launcher, System Tray and most other Plasma components streamline the look and feel and increase consistency. A new System Settings module, Desktop Theme Details, gives the user control over each element of various Plasma themes. Wallpapers are now provided plugins, so developers can easily write custom wallpaper systems in KDE 4.2. Available wallpaper plugins in KDE 4.2 will be slideshows, Mandelbrot fractals, and regular static images.[43]

New desktop effects have been added such as the Magic Lamp, Minimize effect and the Cube and Sphere desktop switchers. Others, such as the desktop grid, have been improved. The user interface for choosing effects has been reworked for easy selection of the most commonly used effects. Compositing desktop effects have been enabled by default where hardware and drivers support them. Automatic checks confirm that compositing works before enabling it on the workspace.[43]

KRunner – the "Run command…" dialog – has extended functionality through several new plugins, including spellchecking, Konqueror browser history, power management control through PowerDevil, KDE Places, Recent Documents, and the ability to start specific sessions of the Kate editor, Konqueror and Konsole. The converter plugin now also supports quickly converting between units of speed, mass and distances.[43]

Multi-screen support has been improved through the Kephal library, fixing many bugs when running KDE on more than one monitor.[43]

New and improved applications

New applications include PowerDevil, a power management system for controlling various aspects of mobile devices. A new printing configuration system brings back a number of features users have been missing in KDE 4.0 and 4.1. The components "printer-applet" and "system-config-printer-kde" are shipped with the kdeadmin and kdeutils module. Killbots is a new game shipped with the kdegames module.[43]

All applications have seen bugfixes, feature additions and user interface improvements. Dolphin now supports previews of files in toolbars and has gained a slider to zoom in and out on file item views. It can now also show the full path in the breadcrumb bar. Konqueror offers increased loading speed by prefetching domain name data in KHTML. A find-as-you-type bar improves navigation in webpages. KMail has a new message header list, and reworked attachment view. The KWrite and Kate text editors can now operate in Vi input mode, accommodating those used to the traditional UNIX editor. Ark, the archiving tool has gained support for password-protected archives and is accessible via a context menu from the file managers now. KRDC, the remote desktop client improves support for Microsoft’s Active Directory through LDAP. Kontact has gained a new planner summary and support for drag and drop in the free/busy view. KSnapshot now uses the window title when saving screenshots, making it easier to index them using search engines.[43]

Reception

The KDE 4.2 release "marks the end of the testing phase by being the first release ready for everyone – instead of just developers and enthusiasts" according to Thom Holwerda, a member of OSNews.[44]

KDE 4.3

KDE 4.3 desktop, showing Dolphin, KMail and a selection of desktop widgets.

KDE 4.3 was released on 4 August 2009. Polishing KDE 4 was a focus of 4.3, with this release being described as incremental and lacking in major new features.[45][46] KDE 4.3 fixed over 10,000 bugs and implemented almost 2,000 feature requests.[47] Integration with other technologies, such as PolicyKit, NetworkManager & Geolocation services, was another focus of this release.[48][49][50] KRunner’s interface has been overhauled. A much more flexible system tray has been developed. Many new Plasmoids have been added, including the openDesktop.org Plasmoid – an initial take on the Social Desktop.[51] Plasma also receives more keyboard shortcuts.[45]

KDE SC 4.4

KDE Plasma Netbook makes its debut in 4.4

KDE SC 4.4 was released on 9 February 2010 and is based on version 4.6 of the Qt 4 toolkit.[52] As such, KDE SC 4.4 carries Qt’s performance improvements as well as Qt 4.6's new features, such as the new animation framework Kinetic.

KAddressBook Is replaced by a completely new application with the same name – previously tentatively called KContactManager.[53] Key features of the new KAddressBook are Akonadi integration and a streamlined user interface.

Another major new feature is an additional new Plasma interface, targeted towards netbooks.[54]

Kopete is released as version 1.0.[55]

KAuth, a cross-platform authentication API, made its début in KDE SC 4.4. Initially only PolicyKit is supported as back-end.[56]

KDE SC 4.5

KDE SC 4.5 was released on 10 August 2010. New features include the integration of the WebKit library, an open-source web browser engine, which is used in major browsers such as Apple Safari and Google Chrome.[57] KDE's own KHTML engine will continue to be developed.

KPackage has been deprecated. KPackageKit was suggested to replace it[58] but it didn't make it to replace it.

KDE SC 4.6

KDE SC 4.6 was released on 26 January 2011 and has better OpenGL compositing[59] along with the usual myriad of fixes and features.

KDE SC 4.7

KDE SC 4.7 was released on 28 July 2011. This version updated KWin in order to be compatible with OpenGL ES 2.0, which will enhance its portability to mobile and tablet platforms. Other optimizations, such as the use of Qt Quick, were made in order to enhance this portability. This version also brought updates and enhancements to Plasma Desktop such as better network management and updates to certain widgets (like the Kickoff menu) as well as activities.[60]

Aside from the desktop environment, version 4.7 updates many applications within the Software Compilation. Dolphin file manager has been updated to include a cleaner user interface. Marble, the virtual globe software, now supports voice navigation, a map creation wizard, as well as many new plugins. Gwenview image viewer now allows users to compare two or more photos side by side. The Kontact database has also been ported to Akonadi which allows the database to be easily accessible from other applications. Furthermore, the KMail database has also been ported to Akonadi. DigiKam has been updated to support face detection, image versioning, and image tagging. Other applications such as Kate, Kalzium, KAlgebra, KStars, and KDevelop have also been updated in this release. Moreover, version 4.7 fixed over 12,000 bugs.[61]

KDE SC 4.8

Release 4.8 was made available on 25 January 2012.[62]

Plasma Workspaces

KWin’s rendering performance was increased by optimizing effect rendering.[63][64] Window resizing was improved as well.[65] Other KWin features are: QML based Window switcher (Tabbox),[66] AnimationEffect class and initial Wayland support.

Applications

A new major version of Dolphin shipped with KDE Applications 4.8. It has improved performance, better file name display, animated transitions, and many other new and improved features.[67]

Cantor shipped with additional back-ends based on Scilab and Qalculate.[68][69]

KDE SC 4.9

KDE SC 4.9 was made available on 1 August 2012. The release featured several improvements to the Dolphin file manager, including the reintroduction of in-line file renaming, back and forward mouse buttons, improvement of the places panel and better usage of file metadata. Additionally, there were several improvements to KWin and Konsole. Activities were better integrated with the workspace. Several applications were updated, including Okular, Kopete, Kontact, and educational applications.[70]

KDE SC 4.10

KDE SC 4.10 was released on 6 February 2013. Many of the default Plasma widgets were rewritten in QML, and Nepomuk, Kontact and Okular received significant speed improvements.[71]

KDE SC 4.11

4.11 was released on 14 August 2013. Kontact and Nepomuk received many optimizations. The first generation Plasma Workspaces entered maintenance-only development mode.[72]

KDE SC 4.12

KDE SC 4.12 was released on 18 December 2013. Kontact received substantial improvements.[73]

KDE SC 4.13

KDE SC 4.13 was released on 16 April 2014. Nepomuk semantic desktop search was replaced with KDE's in house Baloo. KDE SC 4.13 was released in 53 different translations.[74]

KDE SC 4.14

KDE SC 4.14 was released on 20 August 2014. The release primarily focused on stability, with numerous bugs fixed and few new features added. This was the final KDE SC 4 release.[75]

Release schedule

Date Event
4.0[76]
2 April 2007 Subsystem Freeze
From this date forward, no new KDE subsystem or major changes can be committed to kdelibs.
1 May 2007 kdelibs soft API Freeze
The kdelibs API is "soft-frozen", meaning that changes can be made with the consent of the core developers.
11 May 2007 Alpha 1
1 June 2007 trunk/KDE is module frozen
Trunk is frozen for new or resurrected applications.
4 July 2007 Alpha 2
Initially due to be called Beta 1, it was decided to retain the alpha designation because this release wasn’t judged to be beta quality.
24 July 2007 Core Library API Freeze
2 August 2007 Beta 1
6 September 2007 Beta 2
Trunk is frozen for feature commits.
18 October 2007 Beta 3
24 October 2007 KDE 4 Release Freeze
Source and binary compatibility until KDE 5, hard freeze Platform & soft freeze Desktop.
30 October 2007 Beta 4
20 November 2007 Release candidate 1
KDE Development Platform released
11 December 2007 Release candidate 2
Only regressions or serious bugs can be fixed.
11 January 2008 KDE 4.0 released
4 June 2008 4.0.5 Maintenance release. Preceded by 4.0.1 to 4.0.4.
4.1[77]
29 April 2008 Alpha 1
19 May 2008 Feature Freeze
27 May 2008 Beta 1
24 June 2008 Beta 2
15 July 2008 Release candidate 1
29 July 2008 KDE 4.1 released
13 January 2009 4.1.4 Maintenance release. Preceded by 4.1.1 to 4.1.3.
4.2[78]
17 November 2008 Feature Freeze
26 November 2008 Beta 1
18 December 2008 Beta 2
13 January 2009 Release candidate 1
27 January 2009 KDE 4.2 released
2 June 2009 4.2.4 Maintenance release. Preceded by 4.2.1 to 4.2.3.
4.3[79]
4 May 2009 Feature Freeze
12 May 2009 Beta 1
9 June 2009 Beta 2
30 June 2009 Release candidate 1
9 July 2009 Release candidate 2
22 July 2009 Release candidate 3
4 August 2009 KDE 4.3 released
26 January 2010 4.3.5 Maintenance release. Preceded by 4.3.1 to 4.3.4.
4.4[80]
25 November 2009 Feature Freeze
4 December 2009 Beta 1
21 December 2009 Beta 2
8 January 2010 Release candidate 1
25 January 2010 Release candidate 2
1 February 2010 Release candidate 3
9 February 2010 KDE SC 4.4 released
30 June 2010 4.4.5 Maintenance release. Preceded by 4.4.1 to 4.4.4.
4.5[81]
11 May 2010 Feature Freeze
26 May 2010 Beta 1
9 June 2010 Beta 2
27 June 2010 Release candidate 1
8 July 2010 Release candidate 2
26 July 2010 Release candidate 3
10 August 2010 KDE SC 4.5 released
7 January 2011 4.5.5 Maintenance release. Preceded by 4.5.1 to 4.5.4.
4.6[82]
11 November 2010 Feature Freeze
24 November 2010 Beta 1
8 December 2010 Beta 2
23 December 2010 Release candidate 1
5 January 2011 Release candidate 2
26 January 2011 KDE SC 4.6 released
5 July 2011 4.6.5 Maintenance release. Preceded by 4.6.1 to 4.6.4.
4.7[83]
12 May 2011 Feature Freeze
25 May 2011 Beta 1
8 June 2011 Beta 2
22 June 2011 Release candidate 1
6 July 2011 Release candidate 2
27 July 2011 KDE SC 4.7 released
6 December 2011 4.7.4 Maintenance Release. Preceded by 4.7.1 to 4.7.3.
4.8[84]
10 November 2011 Feature Freeze
23 November 2011 Beta 1
7 December 2011 Beta 2
21 December 2011 Release candidate 1
4 January 2012 Release candidate 2
25 January 2012 KDE SC 4.8 released
6 August 2012 4.8.5 Maintenance Release. Preceded by 4.8.1 to 4.8.4.
4.9[85]
3 May 2012 Feature Freeze
30 May 2012 Beta 1
13 June 2012 Beta 2
27 June 2012 Release candidate 1
11 July 2012 Release candidate 2
1 August 2012 KDE SC 4.9 released
2 January 2013 4.9.5 Maintenance Release. Preceded by 4.9.1 to 4.9.4.
4.10[86]
25 October 2012 Feature Freeze
21 November 2012 Beta 1
5 December 2012 Beta 2
19 December 2012 Release candidate 1
4 January 2013 Release candidate 2
18 January 2013 Release candidate 3
6 February 2013 KDE SC 4.10 released
2 July 2013 4.10.5 Maintenance Release. Preceded by 4.10.1 to 4.10.4.
4.11[87]
22 May 2013 Feature Freeze
12 June 2013 Beta 1
26 June 2013 Beta 2
10 July 2013 Release candidate 1
24 July 2013 Release candidate 2
14 August 2013 KDE SC 4.11 released
7 January 2014 4.11.5 Maintenance Release. Preceded by 4.11.1 to 4.11.4.
4.12[88]
30 October 2013 Feature Freeze
6 November 2013 Beta 1
13 November 2013 Beta 2
20 November 2013 Beta 3
27 November 2013 Release candidate
18 December 2013 KDE SC 4.12 released
29 April 2014 4.12.5 Maintenance Release. Preceded by 4.12.1 to 4.12.4.
4.13[89]
26 February 2014 Feature Freeze
5 March 2014 Beta 1
12 March 2014 Beta 2
19 March 2014 Beta 3
26 March 2014 Release candidate
16 April 2014 KDE SC 4.13 released
15 July 2014 4.13.3 Maintenance Release. Preceded by 4.13.1 and 4.13.2.
4.14[90]
2 June 2014 Feature Freeze
9 July 2014 Beta 1
16 July 2014 Beta 2
23 July 2014 Beta 3
30 July 2014 Release candidate
20 August 2014 KDE SC 4.14 released
11 November 2014 4.14.3 Maintenance Release. Preceded by 4.14.1 and 4.14.2.
Feature Freeze - From herein, no new features are allowed.
All future dates are provisional.

References

  1. 1.0 1.1 Lua error in package.lua at line 80: module 'strict' not found.
  2. Lua error in package.lua at line 80: module 'strict' not found.
  3. Lua error in package.lua at line 80: module 'strict' not found.
  4. Lua error in package.lua at line 80: module 'strict' not found.
  5. Lua error in package.lua at line 80: module 'strict' not found.
  6. Lua error in package.lua at line 80: module 'strict' not found.
  7. Lua error in package.lua at line 80: module 'strict' not found.
  8. Lua error in package.lua at line 80: module 'strict' not found.
  9. http://mac.kde.org
  10. Lua error in package.lua at line 80: module 'strict' not found.
  11. Google Summer of Code 2007 – Application Information Archived 21 November 2007 at the Wayback Machine
  12. Lua error in package.lua at line 80: module 'strict' not found.
  13. Lua error in package.lua at line 80: module 'strict' not found.
  14. Lua error in package.lua at line 80: module 'strict' not found.
  15. Matt Rogers Blog: http://mattr.info:8080/blog/2008/11/20/kopete-and-telepathy/
  16. Lua error in package.lua at line 80: module 'strict' not found.
  17. Lua error in package.lua at line 80: module 'strict' not found.
  18. Lua error in package.lua at line 80: module 'strict' not found.
  19. Lua error in package.lua at line 80: module 'strict' not found.
  20. aKademy 2006: Akonadi – The KDE 4.0 PIM Framework
  21. Lua error in package.lua at line 80: module 'strict' not found.
  22. Lua error in package.lua at line 80: module 'strict' not found.
  23. Lua error in package.lua at line 80: module 'strict' not found.
  24. Lua error in package.lua at line 80: module 'strict' not found.
  25. Lua error in package.lua at line 80: module 'strict' not found.
  26. Lua error in package.lua at line 80: module 'strict' not found.
  27. Lua error in package.lua at line 80: module 'strict' not found.
  28. Lua error in package.lua at line 80: module 'strict' not found.
  29. Lua error in package.lua at line 80: module 'strict' not found.
  30. Lua error in package.lua at line 80: module 'strict' not found.
  31. Lua error in package.lua at line 80: module 'strict' not found.
  32. Lua error in package.lua at line 80: module 'strict' not found.
  33. http://www.linux-mag.com/id/7346
  34. Lua error in package.lua at line 80: module 'strict' not found.
  35. Lua error in package.lua at line 80: module 'strict' not found.
  36. Lua error in package.lua at line 80: module 'strict' not found.
  37. http://www.desktoplinux.com/news/NS8745257437.html
  38. Lua error in package.lua at line 80: module 'strict' not found.
  39. Lua error in package.lua at line 80: module 'strict' not found.
  40. Lua error in package.lua at line 80: module 'strict' not found.
  41. 41.0 41.1 41.2 41.3 41.4 Lua error in package.lua at line 80: module 'strict' not found.
  42. Lua error in package.lua at line 80: module 'strict' not found.
  43. 43.0 43.1 43.2 43.3 43.4 43.5 43.6 Lua error in package.lua at line 80: module 'strict' not found.
  44. Lua error in package.lua at line 80: module 'strict' not found.
  45. 45.0 45.1 Lua error in package.lua at line 80: module 'strict' not found.
  46. Lua error in package.lua at line 80: module 'strict' not found.
  47. Lua error in package.lua at line 80: module 'strict' not found.
  48. Lua error in package.lua at line 80: module 'strict' not found.
  49. Lua error in package.lua at line 80: module 'strict' not found.
  50. Lua error in package.lua at line 80: module 'strict' not found.
  51. Lua error in package.lua at line 80: module 'strict' not found.
  52. Lua error in package.lua at line 80: module 'strict' not found.
  53. Lua error in package.lua at line 80: module 'strict' not found.
  54. Lua error in package.lua at line 80: module 'strict' not found.
  55. Lua error in package.lua at line 80: module 'strict' not found.
  56. Lua error in package.lua at line 80: module 'strict' not found.
  57. Lua error in package.lua at line 80: module 'strict' not found.
  58. Lua error in package.lua at line 80: module 'strict' not found.
  59. Lua error in package.lua at line 80: module 'strict' not found.
  60. Lua error in package.lua at line 80: module 'strict' not found.
  61. Lua error in package.lua at line 80: module 'strict' not found.
  62. Lua error in package.lua at line 80: module 'strict' not found.
  63. Lua error in package.lua at line 80: module 'strict' not found.
  64. Lua error in package.lua at line 80: module 'strict' not found.
  65. Lua error in package.lua at line 80: module 'strict' not found.
  66. Lua error in package.lua at line 80: module 'strict' not found.
  67. Lua error in package.lua at line 80: module 'strict' not found.
  68. Lua error in package.lua at line 80: module 'strict' not found.
  69. Lua error in package.lua at line 80: module 'strict' not found.
  70. Lua error in package.lua at line 80: module 'strict' not found.
  71. Lua error in package.lua at line 80: module 'strict' not found.
  72. Lua error in package.lua at line 80: module 'strict' not found.
  73. Lua error in package.lua at line 80: module 'strict' not found.
  74. Lua error in package.lua at line 80: module 'strict' not found.
  75. Lua error in package.lua at line 80: module 'strict' not found.
  76. Lua error in package.lua at line 80: module 'strict' not found.
  77. Lua error in package.lua at line 80: module 'strict' not found.
  78. Lua error in package.lua at line 80: module 'strict' not found.
  79. Lua error in package.lua at line 80: module 'strict' not found.
  80. Lua error in package.lua at line 80: module 'strict' not found.
  81. Lua error in package.lua at line 80: module 'strict' not found.
  82. Lua error in package.lua at line 80: module 'strict' not found.
  83. Lua error in package.lua at line 80: module 'strict' not found.
  84. Lua error in package.lua at line 80: module 'strict' not found.
  85. Lua error in package.lua at line 80: module 'strict' not found.
  86. Lua error in package.lua at line 80: module 'strict' not found.
  87. Lua error in package.lua at line 80: module 'strict' not found.
  88. Lua error in package.lua at line 80: module 'strict' not found.
  89. Lua error in package.lua at line 80: module 'strict' not found.
  90. Lua error in package.lua at line 80: module 'strict' not found.

External links