delay a few things on startup, such as setting the visibility mode, which ensures...
[personal-kdebase.git] / runtime / Mainpage.dox
blob811b9e5e23fe25b9281addd3b0378cec3aab4892
1 /** @mainpage KDE Base Runtime Components
3 These are various components that KDE applications can expect
4 to be available at runtime.
6 The following components are available:
7 - DrKonqi, the KDE crash handler
8 - <a href="../kcmshell/html/index.html">KCMShell</a>, a simple
9   way of loading KDE control modules
10 - Various control modules
11 - KDE-Menu, a utility to find where in the K menu a given application
12   can be found
13 - KDebugDialog, a utility to control the debugging output in debug
14   builds of KDE
15 - KDEEject, a small script to eject media
16 - KDEPrint, various runtime components of the KDE printing system
17 - KDESU, a graphical front-end to su that allows you to run programs
18   as a different user (typically with root privileges)
19 - KFile, a utility for reading and writing file metadata
20 - KHelpCenter, the KDE help center
21 - KIOClient, a command-line tool for network-transparent file
22   operations
23 - KIOExec, a utility to allow non-network-aware applications to
24   open files over a network connection
25 - Various KIO slaves
26 - KMimeTypeFinder, a utility to find the mimetype of a given file
27 - KNetAttach, a wizard for connecting to a network folder
28 - KHotNewStuff, a program for downloading KDE addons
29 - <a href="../knotify/html/index.html">KNotify</a>, the KDE
30   notification daemon
31 - KPasswdServer, a daemon that allows KIO slaves to share passwords
32 - KQuitApp, a utility to close a KDE application using D-Bus
33 - KReadConfig/KWriteConfig, utilities to read and write configuration
34   files from a script
35 - KStart, an X11 utility to start applications with special window
36   properties
37 - KTimeZoneD, a KDED module for accessing and caching time zone
38   information
39 - KTraderClient, a utility for querying the KDE trader system
40 - KUIServer, an application for displaying progress information,
41   eg: of KIO slaves
42 - Various plugins for KUriFilter
43 - Some basic localization information
44 - The <a href="../nepomuk/html/index.html">Nepomuk daemon and helper
45   programs</a>
46 - SolidUIServer, a KDED module to allow Solid to interact with
47   the user, for example asking for passwords for encrypted volumes
49 @licenses
50 @lgpl
55 // DOXYGEN_SET_PROJECT_NAME = Runtime
56 // vim:ts=4:sw=4:expandtab:filetype=doxygen