Go to file
Laurent Montel 8a63a2ff83 Add module to compile kdebase with kdelibs-cmake.
BE CARREFULL: Don't try to compile it for the moment (in progress)
Don't use kdelibs trunk for compile it (there is not again test to disable
compile when we compile with kdelibs trunk)
For the moment there was a lot of missing test etc.
I commit it just to allow to lose my changes if there is a pb on my HD.
I will sync cmake from kdelibs trunk to kdelibs-snapshot.
I hope to fix compile today or tomorrow.
CCMAIL: neundorf@kde.org

For the futur we must sync kdelibs/cmake/* to kdelibs-snapshot 
to compile all the time with kdelibs-snapshot

svn path=/trunk/KDE/kdebase/workspace/plasma/lib/; revision=514380
2006-02-28 08:01:15 +00:00
tests Add module to compile kdebase with kdelibs-cmake. 2006-02-28 08:01:15 +00:00
applet.cpp Fix FSF address (old address) 2006-01-23 11:37:31 +00:00
applet.h Fix FSF address (old address) 2006-01-23 11:37:31 +00:00
appletChain.cpp Deprecated-- 2006-02-06 14:47:18 +00:00
appletChain.h Fix FSF address (old address) 2006-01-23 11:37:31 +00:00
appletCompositor.cpp Doing some basic work on visual foundation for applets 2005-12-30 06:47:24 +00:00
appletCompositor.h Use QT macro for signal/slots 2006-01-20 11:09:06 +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 Add module to compile kdebase with kdelibs-cmake. 2006-02-28 08:01:15 +00:00
Makefile.am Doing some basic work on visual foundation for applets 2005-12-30 06:47:24 +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 things builds, but the test is fubar'd until i figure out how to get the 2005-09-07 20:23:08 +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 regrading this lbirary.