Commit Graph

7 Commits

Author SHA1 Message Date
l10n daemon script
bb47758956 SVN_SILENT made messages (.desktop file) 2013-10-07 04:11:22 +00:00
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
Marco Martin
7489fa32f8 argsrc for config that can be passed as parameter
instead of args of the applet ctor, applets can define an argsrc file for what is acceptable as mimedata on drag and drop (or any other dynamic creation)
2013-09-19 19:37:10 +02:00
l10n daemon script
cb69c812f5 SVN_SILENT made messages (.desktop file) 2013-09-15 04:18:15 +00:00
l10n daemon script
7cbb21fe67 SVN_SILENT made messages (.desktop file) 2013-09-14 04:03:10 +00:00
l10n daemon script
727cc57804 SVN_SILENT made messages (.desktop file) 2013-09-13 04:03:10 +00:00
Marco Martin
cdc778f417 test applet for config uis 2013-09-11 17:39:09 +02:00