Development/Architecture/KDE3: Difference between revisions
No edit summary |
(Marked this version for translation) |
||
Line 4: | Line 4: | ||
<translate> | <translate> | ||
==Development Framework== | ==Development Framework== <!--T:1--> | ||
<!--T:2--> | |||
#[[/Library Structure|Library Structure]]</translate> | #[[/Library Structure|Library Structure]]</translate> | ||
<translate> | <translate> | ||
<!--T:3--> | |||
#Accessing System Resources | #Accessing System Resources | ||
##[[/Standard Resources|Standard Resources]] | ##[[/Standard Resources|Standard Resources]] | ||
Line 13: | Line 15: | ||
##[[/System Configuration Cache|System Configuration Cache (KSycoca)]]</translate> | ##[[/System Configuration Cache|System Configuration Cache (KSycoca)]]</translate> | ||
<translate> | <translate> | ||
<!--T:4--> | |||
#Graphics | #Graphics | ||
##[[/Low-level Graphics|Low-level graphics with QPainter]] | ##[[/Low-level Graphics|Low-level graphics with QPainter]] | ||
Line 18: | Line 21: | ||
##[[/OpenGL Support|3D graphics with OpenGL]]</translate> | ##[[/OpenGL Support|3D graphics with OpenGL]]</translate> | ||
<translate> | <translate> | ||
<!--T:5--> | |||
#User Interface | #User Interface | ||
##[[/Action Pattern|Action Pattern]] | ##[[/Action Pattern|Action Pattern]] | ||
Line 23: | Line 27: | ||
##[[/Providing Online Help|Providing online help]]</translate> | ##[[/Providing Online Help|Providing online help]]</translate> | ||
<translate> | <translate> | ||
<!--T:6--> | |||
#Complex Widgets | #Complex Widgets | ||
##[[/KHTML|HTML renderer]] with JavaScript | ##[[/KHTML|HTML renderer]] with JavaScript | ||
Line 28: | Line 33: | ||
##[[/Data Views|Displaying large amounts of data - Using QListView, QListBox and QIconView]]</translate> | ##[[/Data Views|Displaying large amounts of data - Using QListView, QListBox and QIconView]]</translate> | ||
<translate> | <translate> | ||
<!--T:7--> | |||
#Components and Services | #Components and Services | ||
##[[/Services|KDE services]] | ##[[/Services|KDE services]] | ||
Line 33: | Line 39: | ||
##[[/Network Transparency|Network transparency]]</translate> | ##[[/Network Transparency|Network transparency]]</translate> | ||
<translate> | <translate> | ||
<!--T:8--> | |||
#Inter Client Communication | #Inter Client Communication | ||
##[[/DCOP|Desktop Communication Protocol (DCOP)]] | ##[[/DCOP|Desktop Communication Protocol (DCOP)]] | ||
Line 38: | Line 45: | ||
#[[/i18n and l10n|il8n and l10n]] | #[[/i18n and l10n|il8n and l10n]] | ||
==Desktop Framework== | ==Desktop Framework== <!--T:9--> | ||
<!--T:10--> | |||
#[[/Panel Applets|Panel Applets]] | #[[/Panel Applets|Panel Applets]] | ||
#[[/Control Center Modules|Control Center Modules]] | #[[/Control Center Modules|Control Center Modules]] | ||
==Multimedia Framework== | ==Multimedia Framework== <!--T:11--> | ||
<!--T:12--> | |||
#[http://space.twc.de/~stefan/kde/arts-mcop-doc/ aRts] - the current state | #[http://space.twc.de/~stefan/kde/arts-mcop-doc/ aRts] - the current state | ||
#[[/Imaging and Animation|Imaging and Animation]] | #[[/Imaging and Animation|Imaging and Animation]] | ||
==Component Architecture== | ==Component Architecture== <!--T:13--> | ||
<!--T:14--> | |||
#[[/KParts|KParts]] | #[[/KParts|KParts]] | ||
#[[/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]] | ||
#[[/Java Integration|Java Integration]] | #[[/Java Integration|Java Integration]] | ||
==KOffice Architecture== | ==KOffice Architecture== <!--T:15--> | ||
<!--T:16--> | |||
#[[/Document and View Introduction|Document and View Introduction]] | #[[/Document and View Introduction|Document and View Introduction]] | ||
#[http://www.koffice.org/filters/ File Format Filters] | #[http://www.koffice.org/filters/ File Format Filters] | ||
==Protocols== | ==Protocols== <!--T:17--> | ||
<!--T:18--> | |||
#[http://www.freedesktop.org/wiki/Standards_2fwm_2dspec Window Management] | #[http://www.freedesktop.org/wiki/Standards_2fwm_2dspec Window Management] | ||
#[[/Session Management|Session Management]] | #[[/Session Management|Session Management]] | ||
#[[/System Tray Docking|System Tray Docking]]</translate> | #[[/System Tray Docking|System Tray Docking]]</translate> | ||
<translate> | <translate> | ||
<!--T:19--> | |||
#[[/Drag-And-Drop|Drag-And-Drop]] | #[[/Drag-And-Drop|Drag-And-Drop]] | ||
#[[/Printing|Printing]] | #[[/Printing|Printing]] | ||
==Development Tools== | ==Development Tools== <!--T:20--> | ||
<!--T:21--> | |||
#[[/Interface Documentation Tool|Interface Documentation Tool (Doxygen)]] | #[[/Interface Documentation Tool|Interface Documentation Tool (Doxygen)]] | ||
#[[/Integrated Development Environment|Integrated Development Environment (KDevelop)]] | #[[/Integrated Development Environment|Integrated Development Environment (KDevelop)]] | ||
#[[/Graphical Debugger|Graphical Debugger (kdbg)]]</translate> | #[[/Graphical Debugger|Graphical Debugger (kdbg)]]</translate> | ||
<translate> | <translate> | ||
<!--T:22--> | |||
#[[/VCS Frontend|VCS Frontend (Subversion)]] | #[[/VCS Frontend|VCS Frontend (Subversion)]] | ||
#[[/Advanced Developer Text Editor|Advanced Developer Text Editor (Kate)]] | #[[/Advanced Developer Text Editor|Advanced Developer Text Editor (Kate)]] | ||
Line 79: | Line 94: | ||
#[[/Hex Editor|Hex Editor]] | #[[/Hex Editor|Hex Editor]] | ||
==Development HOWTOs== | ==Development HOWTOs== <!--T:23--> | ||
<!--T:24--> | |||
#[[Policies/Binary_Compatibility_Issues_With_C%2B%2B|Binary Compatibility Issues With C++]] | #[[Policies/Binary_Compatibility_Issues_With_C%2B%2B|Binary Compatibility Issues With C++]] | ||
<!--T:25--> | |||
[[Category:KDE3]] | [[Category:KDE3]] | ||
[[Category:Architecture]] | [[Category:Architecture]] | ||
</translate> | </translate> |
Revision as of 16:18, 11 July 2012
Warning
This section needs improvements: Please help us to
cleanup confusing sections and fix sections which contain a todo
Development Framework
- Library Structure
- Accessing System Resources
- Graphics
- User Interface
- Complex Widgets
- Components and Services
- Inter Client Communication
- Starting Other Programs
- il8n and l10n
Desktop Framework
Multimedia Framework
- aRts - the current state
- Imaging and Animation
Component Architecture
KOffice Architecture
Protocols
Development Tools
- Interface Documentation Tool (Doxygen)
- Integrated Development Environment (KDevelop)
- Graphical Debugger (kdbg)
- VCS Frontend (Subversion)
- Advanced Developer Text Editor (Kate)
- Icon Editor (KIconEdit)
- Hex Editor