Development/Architecture/KDE3/fr: Difference between revisions

From KDE TechBase
(Created page with "#Composants et services ##Services KDE ##Types MIME ##Transparence du réseau")
(Created page with "#Communitcation inter-clients ##Protocole de communication bureau (DCOP) #Démarrer d'autres programmes #il8n et l10n")
Line 26: Line 26:
##[[/MIME Types|Types MIME]]
##[[/MIME Types|Types MIME]]
##[[/Network Transparency|Transparence du réseau]]
##[[/Network Transparency|Transparence du réseau]]
#Inter Client Communication
#Communitcation inter-clients
##[[/DCOP|Desktop Communication Protocol (DCOP)]]
##[[/DCOP|Protocole de communication bureau  (DCOP)]]
#[[/Starting Other Programs|Starting Other Programs]]
#[[/Starting Other Programs|Démarrer d'autres programmes]]
#[[/i18n and l10n|il8n and l10n]]
#[[/i18n and l10n|il8n et l10n]]


== Environnement du bureau ==
== Environnement du bureau ==

Revision as of 10:04, 6 February 2018


Warning
This section needs improvements: Please help us to

cleanup confusing sections and fix sections which contain a todo


Environnement de dévelopment

  1. Structure des bibliothèques
  2. Accès aux ressources système
    1. Ressources standard
    2. Changement des icônes
    3. Cache de la configuration système (KSycoca)
  3. Graphiques
    1. Dessins élémentaires avec QPainter
    2. Dessins structurés avec QCanvas
    3. Dessins 3D avec OpenGL
  4. Interface utilisateur
    1. Modèle d'action
    2. Définir des menus et des barre d'outils en XML
    3. Fournir de l'aide en ligne
  5. Complex Widgets
    1. HTML renderer with JavaScript
    2. File dialog
    3. Displaying large amounts of data - Using QListView, QListBox and QIconView
  6. Composants et services
    1. Services KDE
    2. Types MIME
    3. Transparence du réseau
  7. Communitcation inter-clients
    1. Protocole de communication bureau (DCOP)
  8. Démarrer d'autres programmes
  9. il8n et l10n

Environnement du bureau

  1. Panel Applets
  2. Control Center Modules

Environnement multimédia

  1. aRts - the current state
  2. Imaging and Animation

Architecture des composants

  1. KParts
  2. Docking Into the Panel's System Tray
  3. Java Integration

Architecture de KOffice

  1. Introduction aux documents et aux vues
  2. Filtres des formats de fichiers

Protocoles

  1. Window Management
  2. Session Management
  3. System Tray Docking
  4. Drag-And-Drop
  5. Printing

Outils de développement

  1. Interface Documentation Tool (Doxygen)
  2. Integrated Development Environment (KDevelop)
  3. Graphical Debugger (kdbg)
  4. VCS Frontend (Subversion)
  5. Advanced Developer Text Editor (Kate)
  6. Icon Editor (KIconEdit)
  7. Hex Editor

Development HOWTOs

  1. Binary Compatibility Issues With C++