Glossary/fr: Difference between revisions

From KDE UserBase Wiki
(Updating to match new version of source page)
(Updating to match new version of source page)
Line 267: Line 267:
:[http://www.youtube.com/watch?v=EhODrJkoidA Youtube ZUI demo]
:[http://www.youtube.com/watch?v=EhODrJkoidA Youtube ZUI demo]


{{Prev|An_introduction_to_KDE|An Introduction to KDE}}
{{Prev|Special:myLanguage/An_introduction_to_KDE|An Introduction to KDE}}


[[Category:Pour commencer/fr]]
[[Category:Pour commencer/fr]]
[[Category:Système/fr]]
[[Category:Système/fr]]

Revision as of 17:16, 3 March 2011

Cette page vise à fournir une référence non-technique, ainsi que des liens pour plus d'informations ou des démonstrations.

Un aperçu général

Un guide visuel de KDE 4.0 et une vidéo de KDE 4.1 donneront un excellent aperçu de KDE Software Compilation 4 dans ses premiers jours.

Le glossaire suivant est destiné à vous aider à trouver votre chemin à travers les brumes des nouveaux noms et des nouveaux concepts. Dans certains cas, vous pouvez trouver un lien à partir d'un composant KDE 3 vers son équivalent dans le contexte des logiciels KDE SC 4.

Activités

Les activités sont des ensembles de 'widgets' Plasma qui ont leur propre fond d'écran. Un peu comme les Bureaux Virtuels, mais pas tout à fait.
Par exemple vous avez une "activité de travail" avec des lecteurs de flux RSS, une note pour votre TODO liste, une Vue de Dossier contenant les fichiers relatifs à votre travail, et un subtile fond d'écran.
À côté, vous avez une "activité temps libre", avec des photos de votre famille et vos chiens, des flux rss de vos blogs favoris, une Vue de Dossier montrant votre collection de films, une applet Twitter et bien sûr ce fond d'écran d'Iron Maiden que vous aimez depuis le début des années 80.
À 17h00 pétantes, vous passez de l'"activité de travail" à l'"activité de temps libre".

Plus d'information:
Créer des activités

Akonadi

Le mécanisme d'accès aux stockages des données de toutes les données des PIM (Personal Information Manager - Gestionnaire d'Informations Personnelles) dans KDE SC 4. Un seul système de stockage et de recherche permet une efficacité et une extensibilité impossible sous KDE 3, où chaque élément PIM avait son propre système. Notez que l'utilisation d'Akonadi ne change pas les formats de stockages de données (vcard, iCalendar, mbox, maildir, etc.) - il fournit simplement un nouveau moyen d'accéder et de mettre à jour les données.
Les principales raisons du design et développement d'Akonadi sont de nature technique, par exemple avoir une unique façon d'accéder aux données PIM (contacts, calendriers, emails, etc.) depuis différentes applications (kmail, kword, etc.), en éliminant ainsi le besoin d'écrire du code similaire ici et là.
Un autre but est de séparer les applications avec interface graphique comme kmail des accès directs aux ressources externes comme les serveurs de courrier électronique - ce qui était une des raisons principales des rapports de bogues/souhaits en relation avec la performance/temps de réponse dans le passé.
Plus informations:
Akonadi pour les PIM de KDE
Wikipédia - Akonadi
Techbase - Akonadi

aRts

Le framework de son dans KDE 2 et 3. Sa nature mono-tâche causait des problèmes lorsque deux sources de son se rencontraient. Dans l'espace de travail Plasma il est remplacé par Phonon
Plus information:
Wikipédia - aRts
Page d'accueil de aRts

Conteneur

Un conteneur est un groupement haut-niveau de widgets. Chaque Conteneur gère la mise en page et les données de configuration de l'ensemble de ses widgets indépendamment des autres Conteneurs.
Le résultat final est que vous pouvez grouper des widgets dans un Conteneur en fonction de l'importance de votre méthode de travail et non pas un groupement en dossiers.

D-Bus

Un système de communication entre services. Développé par RedHat, il était fortement influencé par DCOP de KDE3, qu'il remplace.
Plus information:
FreeDesktop.org : Qu'est-ce que D-Bus ?
Wikipedia: D-Bus

Dolphin

Le gestionnaire de fichiers par défaut dans KDE SC 4. Il a un panneau latéral (Emplacement), mais la navigation se fait principalement par le chemin en fil d'Ariane au-dessus de la fenêtre principale. Il est possible de séparer les fenêtres, et les vues peuvent être appliquées à des fenêtres individuelles. Le montage et démontage de périphériques USB peut se faire depuis le panneau latéral. D'autres répertoires peuvent être ajoutés au panneau Emplacements. Un Affichage arborescent est aussi possible.
Plus d'informations:
Wikipedia - Dolphin (logiciel)
Road to KDE 4: Dolphin et Konqueror
Ars Technica: A First Look at Dolphin
Youtube - KDE 4 rev 680445 - Dolphin
Introducing KDE 4 Blog - Dolphin
Le tutoriel UserBase sur la gestion des fichiers

Extender

Les Extenders sont un type spécial de popups qui peuvent apparaitre d'un panneau Plasma par exemple. Les Extenders ont des parties détachables. Les Extenders sont un nouveau concept arrivé dans Plasma pour KDE 4.2. Les notifications utilisent déjà ce système. Cela permet par exemple à un utilisateur de faire glisser une notification de téléchargement ou un travail de copie de fichiers sur son bureau et de pouvoir le garder à l'œil. La même chose peut aussi être faite pour tous les autres types de notifications.
Plus d'informations :
Captures d'écran de maquettes
Les éléments de Plasma

Flake

Flake est une bibliothèque de programmation à utiliser dans KOffice2. Fonctionnellement parlant, il fournit des Shapes pour afficher du contenu et des Outils pour manipuler le contenu. Les Shapes peuvent être zoomées, tournées et peuvent être groupées en une unique Shape, autour de laquelle le flux de texte est possible.
Plus d'informations :
KOffice Wiki - Flake

Get Hot New Stuff

Get Hot New Stuff (GHNS) is an open standard that makes it easy for users to download and install various extensions for their applications. Our implementation of GHNS is used by Plasma (for example to get new desktop themes), and by many applications and widgets.

More info:

Home of GHNS
An article on GHNS in KDE SC 4

Home Directory

That's the place in your system where all your files are kept. You can write your files outside of this folder, but all applications are configured to propose this folder as place to write your files to. It is easier when you keep your things here.

More info:

Wikipedia - Home directory

KControl

KDE Control Center, for setting global preferences in KDE 3. Replaced by the System Settings interface in KDE SC 4.

KDOM

A KPart module making KHTML DOM (Document Object Model) rendering capabilities available to all applications. KSVG2 is built on KDOM for KDE SC 4.

KHTML

KHTML is the HTML rendering engine for the KDE Plasma desktop, as used by the Konqueror browser. It also provides a KPart that enables all KDE applications to display web content. A new introduction, Qt WebKit is also for Plasma and other application development.

Kicker

In KDE 3, the relocatable bar, usually at the bottom of the screen (sometimes called the Panel), on which application launchers, the Pager, and buttons for running applications reside. See Panel

Kickoff

In KDE SC 4 (and some late versions of KDE 3), a launch menu in which apps are sorted by functional group. "Favorites" replaces the "Most used applications" in Classic Menu, and applications can be added to it. Right-click also offers the possibility of adding applications to the desktop or panel. Rapid access to a less-used application is made possible with the search box. Other menus are being worked on, since KDE SC 4 can be used with more than one launcher, should that be required.

More info:

Kickoff Sneak Preview
Design documentation

KJS

KDE platform's JavaScript engine.

KInfoCenter

Kinfocenter originated as part of KControl standing alone from KDE 3.1. In KDE SC 4 up until 4.4 it is replaced by modules configured in System Settings, notably Solid, and is being reintroduced as an application in KDE SC 4.5.

More Info:

Wikipedia - KInfoCenter

KIO

KDE Input/Output framework provides a single API for operating on files, whether local or on a remote server. Additionally, KIO Slaves provide support for individual protocols. Some particularly useful ones are http, ftp, sftp, smb, nfs, ssh (fish), man, tar and zip.

More info:

Wikipedia - KIO
Linux.com - Master the KIO slaves
Breaking the Network Barrier

Kiosk

Kiosk is a framework for restricting user capabilities on a KDE platform system, ideal for use in locked-down environments such as Internet cafés. It is present in KDE 3 and KDE 4, but the administration tool, Kiosktool is KDE 3 only. It can be used to configure KDE 4 apps, or kiosk configurations can be maintained by editing config files manually.

KPart

A KPart is an individual component of the KDE Plasma desktop and allows applications to share their services with other applications. KParts allow KMail and KOrganizer to integrate (as plugins) into the Kontact suite, or KHTML to display sites in Akregator.

Kross

Kross is a scripting framework, enabling support for multiple scripting languages. A plugin system allows for the support of further languages in the future.

KRunner

The mini-command-line that is accessed from the Classic menu, the keyboard shortcut Alt+F2, or a right-click on the desktop. In KDE SC 4 a partial name will display all possible matches

More info:

Youtube - KDE SC 4.1 KRunner

KSVG

KSVG enables support for scalable vector graphics in a KHTML browser. KSVG2 extends this for KDE SC 4.

KWin

KWin is the window manager. This is where window decorations can be changed and themes applied. KDE SC 4 extends KWin to provide support for 3D Compositing effects on the desktop.

More info:

Road to KDE 4: KWin Composite
KDE SC 4 Desktop Effects Video Tour
Youtube - KDE SC 4.0 KWin Composite Showcast
Youtube - KWin compositing config & intro

Mini-CLI

See KRunner

Nepomuk

"Networked Environment for Personalized, Ontology-based Management of Unified Knowledge", Nepomuk aims to remove artificial barriers between information to allow dynamic classification, organisation and presentation of data to the user. Whether downloaded from the internet, received in an email or scribbled in a note, information is globally searchable and tagged with intelligent data. See The Semantic Desktop for further discussion of this concept.

More info:

Wikipedia - Semantic Desktop
Wikipedia - NEPOMUK Framework
NEPOMUK website
NEPOMUK KDE
Userbase Nepomuk page

Oxygen

Oxygen is the default theme of KDE SC 4. Designed to bring "a breath of fresh air" to the desktop by removing the simplistic, cartoonish icons, and replacing them with a clean theme and photo-realistic icons. Oxygen uses a desaturated palette to avoid the icons becoming a distraction and uses detailed scalable graphics (SVG).

More info:

Wikipedia - Oxygen Project
Oxygen Icons

Pager

A pager is a small program or panel applet which shows the position of windows on your desktop and usually, if you have several Virtual Desktops, gives an overview over all.

Panel

See Kicker. In KDE SC 4 the name "kicker" is dropped, and the name "panel" is the norm. "Applets"; are largely replaced by Widgets

Phonon

A cross-platform multimedia API, interfacing with existing frameworks, such as gstreamer and xine engines. KDE 2 and 3 depended on aRts for sound. Phonon replaces it.

More info:

Wikipedia - Phonon (KDE)
Phonon website

Plasma

In KDE SC 4 the Plasma Desktop replaces KDesktop, kicker and the superkaramba widget engine. The applets are called Plasmoids, and range from informational widgets to mini-apps such as a calculator or dictionary. Widgets from other sources, such as SuperKaramba widgets or Google Gadgets are also supported.

More info:

Wikipedia - Plasma (KDE)
Plasma website
The Plasma main page
The Plasma FAQ's
Youtube - Plasma Applets Galore (Part 1)
Liquidat's Blog

Qt

(Pronounced "cute") A framework/toolkit for writing cross-platform applications. It is used by many cross-platform applications such as Opera browser, GoogleEarth and Skype. Qt is developed by Trolltech, who are now part of the Nokia company. Qt forms the underlying library KDE software is built on.

More info:

The Qt Toolkit
Qt Demo Videos

Solid

Solid provides a single API for hardware management. Hardware is grouped into "domains". The initial domains relate to HAL, NetworkManager and the Bluetooth stack. Since the backends for Solid are pluggable, Solid helps application developers write less code, and have it platform independent.

More Info:

Discover Solid
Solid Brings Hardware Configuration and Control to the KDE platform

Soprano

Soprano is a sub-project of Nepomuk, providing a repository for gathered information such as tags, ratings, etc.. This makes the information available to Strigi

More info:

More about Nepomuk-KDE: Soprano and KDE platform integration

Strigi

A deep-indexed search daemon, Strigi aims to be fast and light-weight. It also uses SHA-1 hash which will help in the identification of duplicate files.

More info:

Strigi - the fastest and smallest desktop searching program
Wikipedia - Strigi

System Settings

KDE SC 4 replacement for KControl (Control Center) providing modular control over the KDE platform.

More info:

KDE SC 4 System Settings illustrated

Threadweaver

This thread programming library spreads work among multiple-core processors where available, prioritising them before queueing them for execution. ThreadWeaver provides a high-level job interface for multithreaded programming.


More info:

Why Multithreading? (Technical article)

Virtual Desktops

A popular concept of Unix based window managers is the one of virtual desktops. This means you have not only one screen where you can place your windows on but several. When you switch to a different desktop (usually with a pager) you will only see the windows which you started on your new desktop or moved to it. A window can also be made "sticky" which means it appears on all virtual desktops.

WebKit

HTML rendering engine, originating from a fork of KHTML. Adopted by Apple and developed for Safari. Webkit brings the whole functionality back to KDE SC 4, where it is available through Qt.

More info:

The Webkit home page
Wikipedia - Webkit

Widget

Collins English Dictionary: "Any small mechanism or device the name of which is unknown or temporarily forgotten." In KDE software terms, a widget is a single component on the canvas. Other common names that are analogous are "applet" or "gadget". Superkaramba Themes, Apple's Dashboard, Google Gadgets, Yahoo Widgets, Vista Sidebar Widgets, Opera Widgets are all examples of other widget systems (some of which are supported by Plasma as well).

X-Server

The X-Server represents a basic layer upon which the various GUIs like the KDE Plasma desktop are built. It manages the basic mouse and keyboard input (from the local host as well as from remote hosts) and provides elementary graphic routines to draw rectangles and other primitives.

XMLGUI

A programmers' framework for designing the user interface. It is extensively used by KParts

More info:

Wikipedia - XMLGUI
Wikipedia - Qt Style Sheets

ZUI

The "Zooming User Interface". "By zooming out, users can get an overview of all the object groupings that they have made. These groupings may reflect the projects they are working on, be ways to keep different sets of files organized, etc. By hovering or clicking on one of these groups when zoomed out, users can either get a preview/snapshot of what is in the grouping, or zoom in on that grouping so that it is displayed full size on the physical screen." aseigo.

More info:

Youtube ZUI demo