kde-workspace/krunner
2014-11-15 05:48:13 +02:00
..
dbus initial import 2014-11-13 19:30:51 +02:00
interfaces initial import 2014-11-13 19:30:51 +02:00
kcfg initial import 2014-11-13 19:30:51 +02:00
CMakeLists.txt removed windows stuff (dirty) 2014-11-15 05:21:19 +02:00
configdialog.cpp initial import 2014-11-13 19:30:51 +02:00
configdialog.h initial import 2014-11-13 19:30:51 +02:00
HACKING initial import 2014-11-13 19:30:51 +02:00
interfaceOptions.ui initial import 2014-11-13 19:30:51 +02:00
krunner.desktop initial import 2014-11-13 19:30:51 +02:00
krunnerapp.cpp initial import 2014-11-13 19:30:51 +02:00
krunnerapp.h initial import 2014-11-13 19:30:51 +02:00
krunnerdialog.cpp initial import 2014-11-13 19:30:51 +02:00
krunnerdialog.h initial import 2014-11-13 19:30:51 +02:00
ksystemactivitydialog.cpp initial import 2014-11-13 19:30:51 +02:00
ksystemactivitydialog.h initial import 2014-11-13 19:30:51 +02:00
main.cpp initial import 2014-11-13 19:30:51 +02:00
Messages.sh changed bash scripts shebangs 2014-11-15 05:48:13 +02:00
README initial import 2014-11-13 19:30:51 +02:00
startupid.cpp initial import 2014-11-13 19:30:51 +02:00
startupid.h initial import 2014-11-13 19:30:51 +02:00

KRunner provides a set of desktop services including:

 - a launch or "Run Command" dialog
 - screensaver activation and screen locking
 - application startup notification control

Launch Dialog
=============
The launch dialog accepts user input and passes that input through a series of
"runners". Each runner is a subclass of the Runner class and provides three
essential facilities:

1) whether or not it has matches for the given text input
2) providing a widget containing options associated with the runner, if any
3) activating a match

Runners may also be provided via plugins. See runners/search/ for an example.

Screensaver and screen locking
==============================
This functionality is provided by the D-Bus service described in
org.freedesktop.ScreenSaver.xml and is made available on the session bus under the
service name org.freedesktop.ScreenSaver, path /ScreenSaver

The locking is managed by a small app found in lock/

Other Tidbits
=============
A restarting application so even a crash won't result in no krunner
A window for accepting search input, implemented in the Interface class

TODO
====
Please read http://techbase.kde.org/Projects/Plasma/Tasks for further information.