Development/Architecture/KDE3: Difference between revisions

    From KDE TechBase
    m (use relative paths)
    Line 2: Line 2:


    ==Development Framework==
    ==Development Framework==
    #[[KDE 3 Architecture Overview/Library Structure|Library Structure]]
    #[[/Library Structure|Library Structure]]
    #Accessing System Resources
    #Accessing System Resources
    ##[[KDE 3 Architecture Overview/Standard Resources|Standard Resources]]
    ##[[/Standard Resources|Standard Resources]]
    ##[[KDE 3 Architecture Overview/Icon Loading|Icon Loading]]
    ##[[/Icon Loading|Icon Loading]]
    ##[[KDE 3 Architecture Overview/System Configuration Cache|System Configuration Cache (KSycoca)]]
    ##[[/System Configuration Cache|System Configuration Cache (KSycoca)]]
    #[[KDE 3 Architecture Overview/Graphics|Graphics]]
    #[[/Graphics|Graphics]]
    ##Low-level graphics with QPainter
    ##Low-level graphics with QPainter
    ##Structured graphics with QCanvas
    ##Structured graphics with QCanvas
    ##3D graphics with OpenGL
    ##3D graphics with OpenGL
    #[[KDE 3 Architecture Overview/User Interface|User Interface]]
    #[[/User Interface|User Interface]]
    ##Action Pattern
    ##Action Pattern
    ##Defining menus and toolbars in XML
    ##Defining menus and toolbars in XML
    ##Providing online help
    ##Providing online help
    #[[KDE 3 Architecture Overview/Complex Widgets|Complex Widgets]]
    #[[/Complex Widgets|Complex Widgets]]
    ##HTML renderer with JavaScript
    ##HTML renderer with JavaScript
    ##File dialog
    ##File dialog
    ##Displaying large amounts of data - Using QListView, QListBox and QIconView
    ##Displaying large amounts of data - Using QListView, QListBox and QIconView
    #[[KDE 3 Architecture Overview/Components and Services|Components and Services]]
    #[[/Components and Services|Components and Services]]
    ##KDE services
    ##KDE services
    ##MIME types
    ##MIME types
    ##Network transparency
    ##Network transparency
    #[[KDE 3 Architecture Overview/Inter Client Communication|Inter Client Communication]]
    #[[/Inter Client Communication|Inter Client Communication]]
    ##Desktop Communication Protocol (DCOP)
    ##Desktop Communication Protocol (DCOP)
    ##XML-RPC (discontinued)
    ##XML-RPC (discontinued)
    #[[KDE 3 Architecture Overview/Starting Other Programs|Starting Other Programs]]
    #[[/Starting Other Programs|Starting Other Programs]]
    #[[KDE 3 Architecture Overview/i18n and l10n|il8n and l10n]]
    #[[/i18n and l10n|il8n and l10n]]


    ==Desktop Framework==
    ==Desktop Framework==
    #[[KDE 3 Architecture Overview/Panel Applets|Panel Applets]]
    #[[/Panel Applets|Panel Applets]]
    #[[KDE 3 Architecture Overview/Control Center Modules|Control Center Modules]]
    #[[/Control Center Modules|Control Center Modules]]


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


    ==Component Architecture==
    ==Component Architecture==
    #[[KDE 3 Architecture Overview/KParts|KParts]]
    #[[/KParts|KParts]]
    #[[KDE 3 Architecture Overview/Docking Into the Panel's System Tray|Docking Into the Panel's System Tray]]
    #[[/Docking Into the Panel's System Tray|Docking Into the Panel's System Tray]]
    #[[KDE 3 Architecture Overview/Java Integration|Java Integration]]
    #[[/Java Integration|Java Integration]]


    ==KOffice Architecture==
    ==KOffice Architecture==
    #[[KDE 3 Architecture Overview/Document and View Introduction|Document and View Introduction]]
    #[[/Document and View Introduction|Document and View Introduction]]
    #[[KDE 3 Architecture Overview/Filters|Filters]]
    #[[/Filters|Filters]]


    ==Protocols==
    ==Protocols==
    #[[KDE 3 Architecture Overview/Window Management|Window Management]]
    #[[/Window Management|Window Management]]
    #[[KDE 3 Architecture Overview/Session Management|Session Management]]
    #[[/Session Management|Session Management]]
    #[[KDE 3 Architecture Overview/System Tray Docking|System Tray Docking]]
    #[[/System Tray Docking|System Tray Docking]]
    #[[KDE 3 Architecture Overview/Drag-And-Drop|Drag-And-Drop]]
    #[[/Drag-And-Drop|Drag-And-Drop]]
    #[[KDE 3 Architecture Overview/Printing|Printing]]
    #[[/Printing|Printing]]


    ==Development Tools==
    ==Development Tools==
    #[[KDE 3 Architecture Overview/Interface Documentation Tool|Interface Documentation Tool (kdoc)]]
    #[[/Interface Documentation Tool|Interface Documentation Tool (kdoc)]]
    #[[KDE 3 Architecture Overview/Integrated Development Environment|Integrated Development Environment (KDevelop)]]
    #[[/Integrated Development Environment|Integrated Development Environment (KDevelop)]]
    #[[KDE 3 Architecture Overview/Graphical Debugger|Graphical Debugger (kdbg)]]
    #[[/Graphical Debugger|Graphical Debugger (kdbg)]]
    #[[KDE 3 Architecture Overview/CVS Frontend|CVS Frontend (Cervisia)]]
    #[[/CVS Frontend|CVS Frontend (Cervisia)]]
    #[[KDE 3 Architecture Overview/Advanced Developer's Text Editor|Advanced Developer's Text Editor (kwrite)]]
    #[[/Advanced Developer's Text Editor|Advanced Developer's Text Editor (kwrite)]]
    #[[KDE 3 Architecture Overview/Icon Editor|Icon Editor (KIconEdit)]]
    #[[/Icon Editor|Icon Editor (KIconEdit)]]
    #[[KDE 3 Architecture Overview/Hex Editor|Hex Editor]]
    #[[/Hex Editor|Hex Editor]]


    ==Development HOWTOs==
    ==Development HOWTOs==
    #[[KDE 3 Architecture Overview/Binary Compatibility Issues With C++|Binary Compatibility Issues With C++]]
    #[[/Binary Compatibility Issues With C++|Binary Compatibility Issues With C++]]
    #[[KDE 3 Architecture Overview/How to use Unicode with KDE|How to use Unicode with KDE]]
    #[[/How to use Unicode with KDE|How to use Unicode with KDE]]

    Revision as of 15:37, 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