Go to file
Marco Martin b14c23bed0 new way for sending data
plasmoid has an externalData signal, and will be used like
Connections {
        target: plasmoid
        onExternalData: {
            if (mimetype === "text/plain") {
                noteText.text = data
            }
        }
    }

a notes example applet describes its use
2013-09-20 12:59:35 +02:00
desktoptheme Forward port the 4.11 battery icon without the blocks 2013-08-22 15:23:12 +02:00
examples new way for sending data 2013-09-20 12:59:35 +02:00
src new way for sending data 2013-09-20 12:59:35 +02:00
tools Fix include 2013-09-18 18:09:33 +02:00
.reviewboardrc Add reviewboardrc file 2013-08-16 21:58:50 +01:00
CMakeLists.txt just use c++0x for now 2013-09-11 11:15:29 +02:00
config-compiler.h.cmake enable build of plasma subdir 2013-01-30 14:53:30 +01:00
config-prefix.h.cmake enable build of plasma subdir 2013-01-30 14:53:30 +01:00
CTestConfig.cmake enable build of plasma subdir 2013-01-30 14:53:30 +01:00
CTestCustom.cmake enable build of plasma subdir 2013-01-30 14:53:30 +01:00
FindPlasma.cmake Try a bit saner setup of the cmake foo 2013-05-03 03:17:26 +02:00
Mainpage.dox Create Mainpage.dox for kde-runtime plasma sub-projects 2012-12-14 16:15:44 +01:00
PlasmaConfig.cmake.in Fix up library finding 2013-06-13 16:01:06 +02:00
PlasmaMacros.cmake Improve docs with examples and optional args 2013-08-13 01:25:58 +02:00
README Fix build error: convert qdatetime to uint 2013-06-05 19:41:58 +02:00

See also: http://community.kde.org/Plasma#Plasma_Workspaces_2