Development/Architecture/KDE3: Difference between revisions
No edit summary |
(Removed page from translation) |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
{{improve}} | {{improve}} | ||
==Development Framework== | ==Development Framework== | ||
#[[/Library Structure|Library Structure]] | #[[/Library Structure|Library Structure]] | ||
#Accessing System Resources | #Accessing System Resources | ||
##[[/Standard Resources|Standard Resources]] | ##[[/Standard Resources|Standard Resources]] | ||
##[[/Icon Loader|Icon Loading]] | ##[[/Icon Loader|Icon Loading]] | ||
##[[/System Configuration Cache|System Configuration Cache (KSycoca)]] | ##[[/System Configuration Cache|System Configuration Cache (KSycoca)]] | ||
#Graphics | #Graphics | ||
##[[/Low-level Graphics|Low-level graphics with QPainter]] | ##[[/Low-level Graphics|Low-level graphics with QPainter]] | ||
##[[/Structured Graphics|Structured graphics with QCanvas]] | ##[[/Structured Graphics|Structured graphics with QCanvas]] | ||
##[[/OpenGL Support|3D graphics with OpenGL]] | ##[[/OpenGL Support|3D graphics with OpenGL]] | ||
#User Interface | #User Interface | ||
##[[/Action Pattern|Action Pattern]] | ##[[/Action Pattern|Action Pattern]] | ||
##[[/XMLGUI Technology|Defining menus and toolbars in XML]] | ##[[/XMLGUI Technology|Defining menus and toolbars in XML]] | ||
##[[/Providing Online Help|Providing online help]] | ##[[/Providing Online Help|Providing online help]] | ||
#Complex Widgets | #Complex Widgets | ||
##[[/KHTML|HTML renderer]] with JavaScript | ##[[/KHTML|HTML renderer]] with JavaScript | ||
##[[/KFile Library|File dialog]] | ##[[/KFile Library|File dialog]] | ||
##[[/Data Views|Displaying large amounts of data - Using QListView, QListBox and QIconView]] | ##[[/Data Views|Displaying large amounts of data - Using QListView, QListBox and QIconView]] | ||
#Components and Services | #Components and Services | ||
##[[/Services|KDE services]] | ##[[/Services|KDE services]] | ||
##[[/MIME Types|MIME types]] | ##[[/MIME Types|MIME types]] | ||
##[[/Network Transparency|Network transparency]] | ##[[/Network Transparency|Network transparency]] | ||
#Inter Client Communication | #Inter Client Communication | ||
##[[/DCOP|Desktop Communication Protocol (DCOP)]] | ##[[/DCOP|Desktop Communication Protocol (DCOP)]] | ||
Line 63: | Line 55: | ||
#[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]] | #[[/System Tray Docking|System Tray Docking]] | ||
#[[/Drag-And-Drop|Drag-And-Drop]] | #[[/Drag-And-Drop|Drag-And-Drop]] | ||
#[[/Printing|Printing]] | #[[/Printing|Printing]] | ||
Line 72: | Line 63: | ||
#[[/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)]] | #[[/Graphical Debugger|Graphical Debugger (kdbg)]] | ||
#[[/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 85: | Line 75: | ||
[[Category:KDE3]] | [[Category:KDE3]] | ||
[[Category:Architecture]] | [[Category:Architecture]] | ||
Latest revision as of 12:32, 9 February 2018
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