Development/Architecture/KDE3/fr

From KDE TechBase


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. Applets panneau
  2. Modules de contrôle central

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++