KDE 4

KDE 4

Infobox Software
name = KDE 4



caption = KDE 4.1
collapsible =
developer = The KDE Team
latest release version = 4.1.2
latest release date = release date and age|2008|10|03
programming language = C++ and Qt
operating system = Desktop: Unix-like with X11 Applications: Mac OS X v10.4/10.5, Windows XP/Vista
platform =
language =
status =
genre = Desktop environment
license =
website = [http://www.kde.org/ www.kde.org]

KDE 4 is the current series of releases of the K Desktop Environment. The first version (4.0.0) of this series was released on 11 January 2008, [cite web | url=http://kde.org/announcements/4.0/ | title=KDE 4.0 Release Announcement] and the latest version (4.1.2) was released on 2008-10-03.cite web | url=http://www.kde.org/announcements/announce-4.1.2.php |title=KDE 4.1.2 Release Announcement]

The new series includes updates to several of KDE’s core components, notably a port to Qt 4. It contains 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 includes the new desktop and panel user interface tool, called Plasma, which supports desktop widgets, replacing SuperKaramba and similar to Apple’s Dashboard widgets. The port to Qt 4 will facilitate support for non-X11-based platforms, including Microsoft Windows and Mac OS X. One of the overall goals of KDE 4 is to be more easily portable to different operating systems.

Major releases (4.x) are scheduled for every six months, while minor bugfix releases (4.x.y) are released monthly.cite-web|url=http://liquidat.wordpress.com/2008/01/18/kde-41-release-team-aims-at-july-2008/ |title=KDE 4.1 - release team aims at July 2008]

Major updates

This is a short overview of major changes in KDE 4. Not all of these changes are available in the first (4.0) release.

General

The port to the Qt 4 series is 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. Qt 4 is available under the GPL for Mac OS X and Windows, which will allow KDE 4 to run on those platforms. The ports to both platforms are in an early state. Both ports are trying to use as little divergent code as possible to make the applications function almost identically on all platforms. During Google's Summer of Code 2007 an icon cache was created to speed up application start up times for use in KDE 4. [ [http://code.google.com/soc/2007/kde/appinfo.html?csaid=1EF6392A4C8AEADD Google Code - Summer of Code - Application Information ] ] Improvements were varied - Kfind, an application which used several hundred icons, started up in almost a quarter of the time it took previously. [ [http://commit-digest.org/issues/2007-07-22/ commit-digest.org - 22nd July 2007 ] ] Other applications and a full KDE session started up a little over a second faster.

Many applications in the Extragear module 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. Popular applications like Amarok, K3b, digiKam, and KOffice (though not part of the extragear module) are being ported.

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 [http://standards.freedesktop.org/icon-naming-spec/icon-naming-spec-latest.html Icon Naming Specification] and [http://standards.freedesktop.org/icon-theme-spec/icon-theme-spec-latest.html Icon Theme Specification] , allowing consistency across applications. The Oxygen team will be using 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. [ [http://dot.kde.org/1195329269/ Oxygen Team Unveils Wallpaper Collection for KDE 4.0] ] There will also be 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 will allow for a more customizable 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 new 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. Trolltech 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. [ [http://dot.kde.org/1197535003/ Trolltech Hosting Phonon Backends in KDE Subversion Repository] ]

Solid is the hardware API in KDE 4. It functions similarly to Phonon as it doesn't 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 is expected to be fully used by Kopete by KDE 4.2 and will allow for easy embedding of chat inside applications.

Strigi is the default search tool for KDE 4, chosen for its speed and few dependencies. [ [http://dot.kde.org/1176310483/ The Road to KDE 4: Strigi and File Information Extraction] ] 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. [ [http://commit-digest.org/issues/2007-12-09/ KDE Commit-Digest – 9th December 2007] ]

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 the KDE 4 version of KDElibs 40 % faster than the autotools compiled KDE 3 version. [ [http://dot.kde.org/1172083974/ The Road to KDE 4: CMake, a New Build System for KDE] ]

DXS, previously known as GHNS (Get Hot New Stuff) [ [http://ghns.freedesktop.org/ GHNS Project - Get Hot New Stuff! ] ] 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 that will be included in later releases. 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. [ [http://conference2006.kde.org/conference/talks/9.php aKademy 2006: "Akonadi – The KDE 4.0 PIM Framework"] ]

KDE 4.0

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 May 11 2007, KDE 4.0 Alpha 1 was released marking the end of the addition of large features to the 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. [ [http://www.kde.org/announcements/announce-4.0-alpha1.php KDE 4.0 Alpha 1 announcement] ]

On 2007-07-04, Alpha 2 was released. [ [http://www.kde.org/announcements/announce-4.0-alpha2.php KDE 4.0 Alpha 2 announcement] ] The release focused on integrating the Plasma desktop, improving functionality and stabilizing KDE.

On 2007-08-02, Beta 1 was released. [ [http://www.kde.org/announcements/announce-4.0-beta1.php KDE 4.0 Beta 1 announcement] ] 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 2007-09-06, Beta 2 was released with improved BSD and Solaris support. [ [http://kde.org/announcements/announce-4.0-beta2.php KDE 4.0 Beta 2 announcement] ] 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 2007-10-16 Beta 3 was released. [ [http://kde.org/announcements/announce-4.0-beta3.php KDE 4.0 Beta 3 Release Announcement] ] The beta 3 release was focused on stabilizing and finishing the design of libraries for the release of the 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 2007-10-30 Beta 4 was released. [ [http://www.kde.org/announcements/announce-4.0-beta4.php KDE 4.0 Beta 4 Release Announcement] ] A list of release blockers was compiled, [ [http://techbase.kde.org/Schedules/KDE4/4.0_Release_Beta_Goals Schedules/KDE4/4.0 Release Beta Goals - KDE TechBase] ] 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 the 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.” [ [http://www.kde.org/announcements/announce-4.0-platform-rc1.php KDE 4.0 Platform Release Candidate 1 announcement] ]

On November 20 2007 Release Candidate (RC) 1 was released. [ [http://www.kde.org/announcements/announce-4.0-rc1.php KDE 4.0 Release Candidate Announcement] ] This release was called a "Release Candidate" despite Plasma requiring further work and not being ready for release. On 2007-12-11 RC2 was released. [ [http://www.kde.org/announcements/announce-4.0-rc2.php KDE 4.0 Release Candidate 2 Announcement] ] The codebase was declared feature-complete. Some work was still required to fix bugs, finish off artwork and smoothen out the user experience.

Stable releases

KDE 4.0 was released on January 11 2008. There were maintenance releases every month through to June, which fix bugs and add some minor features such as resizable desktop panels.

KDE 4.0 was met with a mixed reaction. Despite being a stable release, it was intended for early adopters. [ [http://aseigo.blogspot.com/2008/01/talking-bluntly.html aseigo: talking bluntly] ] Continuing to use KDE 3.5 was suggested for users wanting a more stable, "feature complete" desktop. [ [http://arstechnica.com/news.ars/post/20080111-kde-4-0-rough-but-ready-for-action.html KDE 4.0 released: rough, but ready for action] ] The intent was for 4.0 to be a developers release. It was included in number of distributions in order to promote the migration from KDE 3.5 among the Linux developers. The message got lost among the release excitement, and as result the release has disappointed some end users. This has resulted in a backlash over the introduction of 4.0 and even some calls for a 3.5 fork. [ [http://practical-tech.com/operating-system/kde-its-time-for-a-fork/;KDE: It’s time for a fork] ] This is mainly due to the release miscommunication. [ [http://arstechnica.com/news.ars/post/20080702-the-critics-are-wrong-kde-4-doesnt-need-a-fork.html;The critics are wrong: KDE 4 doesn't need a fork] ] KDE 4.0 simply was never planned to be feature and stability ready for end users, however it was labeled as "stable" release.

KDE 4.1

KDE 4.1 was released on July 29 2008.cite web | url=http://kde.org/announcements/4.1/ |title=KDE 4.1 Release Announcement] 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.cite web | url=http://techbase.kde.org/Schedules/KDE4/4.1_Release_Goals | title=KDE 4.1 Release Goals] Also introduced are GStreamer, QuickTime 7, and DirectShow 9 Phonon backends. Plasma improvements include support for Qt widgets and WebKit integration – allowing many Apple Dashboard widgets to be displayed. There will also be ports of some applications to Windows and Mac OS X.

New applications include:
* Dragon Player multimedia player (formerly Codeine)
* KDE-PIM module, with some Akonadi functionality
* Skanlite scanner application
* Step physics simulator
* Games - Kdiamond (a Bejeweled clone), Kollision, Kubrick, KsirK, KBreakout

KDE 4.2

Planning and development have commenced for the 4.2 release, which is expected to be available in January 2009.cite web | url=http://techbase.kde.org/Schedules/KDE4/4.2_Release_Goals | title=KDE 4.2 Release Goals] The Decibel VoIP and real-time communication framework will be introduced. Plasma improvements include Plasma packages and an add-on creator. Kopete will also receive additional work.

New applications include:
* KDevelop and KDevplatform modules
* KBlogger, blogging software

Release schedule

External links

* [http://home.kde.org/~binner/kde-four-live/ Regularly updated Live CD from a KDE developer]
* [http://techbase.kde.org/index.php?title=Schedules/KDE4/4.0_Release_Schedule&oldid=9235 Original KDE Release Schedule]
* [http://techbase.kde.org/ TechBase] – Information site for KDE, currently mostly developer information
* [http://plasma.kde.org/ Plasma] – Desktop Interface project for KDE 4
* [http://solid.kde.org/ Solid] – Hardware project for KDE 4
* [http://phonon.kde.org/ Phonon] – Multimedia project for KDE 4
* [http://decibel.kde.org/ Decibel] – Project providing a service architecture to make chat and phone communication universally available to desktop applications
* [http://www.linuxdevcenter.com/pub/a/linux/2006/01/12/KDE4.html "Previewing KDE 4"]
* [http://mac.kde.org/ KDE 4 for Mac OS X]
* [http://www.linuxactionshow.com/?p=48 Linux Action Show interview with Aaron Seigo about KDE 4] , part 1
* [http://www.linuxactionshow.com/?p=50 Linux Action Show interview with Aaron Seigo about KDE 4] , part 2
* [http://www.kde.org The KDE website]
* [http://windows.kde.org KDE's Windows Port site]
* [http://techbase.kde.org/index.php?title=Projects/KDE_on_Windows KDE on Windows Project page, at techbase.kde.org]
* [http://techbase.kde.org/index.php?title=Projects/KDE_on_Windows/Installation Installing KDE on Windows]
* [http://www.winkde.org/pub/kde/ports/win32/installer/kdewin-installer-gui-latest.exe KDE for Windows Installer]

References


Wikimedia Foundation. 2010.

Игры ⚽ Нужно сделать НИР?

Look at other dictionaries:

  • KDE — Software Compilation …   Википедия

  • KDE — Gründer Matthias Ettrich Typ • Lockerer Zusammenschluss (Entwicklergemeinschaft) • Eingetragener Verein (Unterstützer der Entwicklergemeinschaft) …   Deutsch Wikipedia

  • KDE — Un bureau sous KDE 4.7 …   Wikipédia en Français

  • Kde — Un bureau sous KDE 4.2 …   Wikipédia en Français

  • KDE 4 — Une capture d écran de KDE 4.3 KDE 4 est la dernière version majeure de l environnement de bureau KDE, sortie le 11 janvier 2008. L équipe de développement de KDE avait pour but de sortir KDE 4 vers début 2007 pour qu il soit inclus… …   Wikipédia en Français

  • KDE —   [Abk. für K(ool) Desktop Environment, dt. »Desktop Umgebung (für die Linux Programmfamilie) K« bzw. »tolle Desktop Umgebung«], moderne grafische Arbeitsumgebung für Workstations unter Unix und dessen Derivate, insbesondere Linux, ähnlich den… …   Universal-Lexikon

  • KDE — (K Desktop Environment) es un entorno de escritorio gráfico e infraestructura de desarrollo para sistemas Unix y en particular Linux. La K originariamente representaba la palabra Kool , pero su significado fue abandonado más tarde. Actualmente… …   Enciclopedia Universal

  • KDE 3 — K Desktop Environment KDE 4.2 Basisdaten Entwickler …   Deutsch Wikipedia

  • KDE 4.0 — K Desktop Environment KDE 4.2 Basisdaten Entwickler …   Deutsch Wikipedia

  • Kde — K Desktop Environment KDE 4.2 Basisdaten Entwickler …   Deutsch Wikipedia

  • KDE — Este artículo o sección se encuentra desactualizado. Es posible que la información suministrada aquí haya cambiado o sea insuficiente. KDE …   Wikipedia Español

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”