Development/Architecture/KDE3: Difference between revisions

From KDE TechBase
m (use relative paths)
m (fix minor inconvenience)
Line 34: Line 34:


==Multimedia Framework==
==Multimedia Framework==
#[[/aRts]] - the current state
#[[/aRts|aRts]] - the current state
#[[/Imaging and Animation|Imaging and Animation]]
#[[/Imaging and Animation|Imaging and Animation]]



Revision as of 15:39, 26 December 2006

Warning
This section needs improvements: Please help us to

cleanup confusing sections and fix sections which contain a todo


Development Framework

  1. Library Structure
  2. Accessing System Resources
    1. Standard Resources
    2. Icon Loading
    3. System Configuration Cache (KSycoca)
  3. Graphics
    1. Low-level graphics with QPainter
    2. Structured graphics with QCanvas
    3. 3D graphics with OpenGL
  4. User Interface
    1. Action Pattern
    2. Defining menus and toolbars in XML
    3. Providing online help
  5. Complex Widgets
    1. HTML renderer with JavaScript
    2. File dialog
    3. Displaying large amounts of data - Using QListView, QListBox and QIconView
  6. Components and Services
    1. KDE services
    2. MIME types
    3. Network transparency
  7. Inter Client Communication
    1. Desktop Communication Protocol (DCOP)
    2. XML-RPC (discontinued)
  8. Starting Other Programs
  9. il8n and l10n

Desktop Framework

  1. Panel Applets
  2. Control Center Modules

Multimedia Framework

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

Component Architecture

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

KOffice Architecture

  1. Document and View Introduction
  2. Filters

Protocols

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

Development Tools

  1. Interface Documentation Tool (kdoc)
  2. Integrated Development Environment (KDevelop)
  3. Graphical Debugger (kdbg)
  4. CVS Frontend (Cervisia)
  5. Advanced Developer's Text Editor (kwrite)
  6. Icon Editor (KIconEdit)
  7. Hex Editor

Development HOWTOs

  1. Binary Compatibility Issues With C++
  2. How to use Unicode with KDE