Go to file
Aaron J. Seigo 13920a4cc1 get run of m_currentRunner, we just always launch the first thing in the list now
if needed, we can go back to holding on to the default action, but for
    right now it is always shown first in the list
allow launching of any item that shows in the matches. coooool.

svn path=/trunk/KDE/kdebase/workspace/plasma/lib/; revision=637896
2007-02-28 03:55:22 +00:00
tests merge the kinstance-redesign branch back to trunk. 2007-01-29 17:14:20 +00:00
applet.cpp Fix build 2007-02-27 22:32:35 +00:00
applet.h Fix build 2007-02-27 22:32:35 +00:00
appletLayout.cpp Implementing basic layouting in the applet layout. 2005-12-30 20:09:10 +00:00
appletLayout.h Use QT macro for signal/slots 2006-01-20 11:09:06 +00:00
CMakeLists.txt move the runner class to libplasma, a better place for it really 2007-02-28 00:41:09 +00:00
dataengine.cpp get this to compile at least so i can start to exercise it with krunner 2006-12-16 23:04:44 +00:00
dataengine.h get things building - somewhat 2007-02-27 22:21:18 +00:00
datavisualization.h starting work on dataengines, datasource, datavisualizations, the plasma 2006-04-13 00:11:16 +00:00
interface.cpp get this to compile at least so i can start to exercise it with krunner 2006-12-16 23:04:44 +00:00
interface.h get this to compile at least so i can start to exercise it with krunner 2006-12-16 23:04:44 +00:00
Messages.sh Convert the "messages" targets of kdebase into Messages.sh scripts 2006-02-22 01:47:34 +00:00
plasma.cpp Fix FSF address (old address) 2006-01-23 11:37:31 +00:00
plasma.h Fix FSF address (old address) 2006-01-23 11:37:31 +00:00
README Fix aseigo's dyslexia typos ;) 2006-09-28 10:13:02 +00:00
runner.cpp get run of m_currentRunner, we just always launch the first thing in the list now 2007-02-28 03:55:22 +00:00
runner.h get run of m_currentRunner, we just always launch the first thing in the list now 2007-02-28 03:55:22 +00:00
theme.cpp merge the kinstance-redesign branch back to trunk. 2007-01-29 17:14:20 +00:00
theme.h start adapting to today's api changes 2007-01-02 19:05:09 +00:00

libplasma

This directory contains the classes making up libplasma, which provides the
core framework used by Plasma and its components. This includes applet and
extension definitions and loading, common GUI elements, etc.

Domain specific sets of functionality, e.g. for network awareness or sensors,
are not found here but in one of the Plasma Engines.

Please refer to the Plasma website (http://plasma.kde.org) for API
documentation and design documents regarding this library.