Commit Graph

236 Commits

Author SHA1 Message Date
David Edmundson
52a86853a2 Remove unused default size property in example plasmoids 2013-11-27 17:02:35 +01:00
Martin Klapetek
13d1f5568f Remove KLocale bindings
KLocale is now kde4support and we have QLocale QML bindings. This patch
removes the KLocale bindings from plasma-framework (they are not used
anywhere anyway).

If we miss something from KLocale in QLocale, we should upstream it.

REVIEW: 114150
2013-11-27 16:28:46 +01:00
l10n daemon script
7726bc82e9 SVN_SILENT made messages (.desktop file) 2013-11-24 04:10:26 +00:00
Sebastian Kügler
ae2ff16db7 Show some theme colors in the Theme page 2013-11-11 22:53:42 +01:00
Sebastian Kügler
d76cd0acdf New Page in test components applet: Theme 2013-11-11 17:15:49 +01:00
l10n daemon script
61e9b989cf SVN_SILENT made messages (.desktop file) 2013-11-04 04:01:24 +00:00
l10n daemon script
130ccfb50d SVN_SILENT made messages (.desktop file) 2013-11-02 03:45:23 +00:00
l10n daemon script
beb8322c3d SVN_SILENT made messages (.desktop file) 2013-10-27 04:03:10 +00:00
l10n daemon script
119db01da0 SVN_SILENT made messages (.desktop file) 2013-10-20 03:52:15 +00:00
l10n daemon script
a709c7a64b SVN_SILENT made messages (.desktop file) 2013-10-17 03:49:12 +00:00
l10n daemon script
617161945f SVN_SILENT made messages (.desktop file) 2013-10-10 04:14:18 +00:00
l10n daemon script
2a74842628 SVN_SILENT made messages (.desktop file) 2013-10-09 04:16:16 +00:00
l10n daemon script
bb47758956 SVN_SILENT made messages (.desktop file) 2013-10-07 04:11:22 +00:00
l10n daemon script
d0358cda71 SVN_SILENT made messages (.desktop file) 2013-10-05 04:18:22 +00:00
l10n daemon script
a94af39541 SVN_SILENT made messages (.desktop file) 2013-09-22 04:15:23 +00:00
l10n daemon script
ccae8a202b SVN_SILENT made messages (.desktop file) 2013-09-21 04:08:55 +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
l10n daemon script
7996972078 SVN_SILENT made messages (.desktop file) 2013-09-12 04:08:57 +00:00
Marco Martin
f4d222c9c4 very crude support for a string default in choices
still a long way to real enums
2013-09-11 18:52:05 +02:00
Marco Martin
65037c2873 enum and int tests 2013-09-11 18:00:44 +02:00
Marco Martin
879b6adff3 example for enums 2013-09-11 17:51:56 +02:00
Marco Martin
cdc778f417 test applet for config uis 2013-09-11 17:39:09 +02:00
Marco Martin
1fcaca4074 specify thumbnails in the name 2013-09-11 10:24:15 +02:00
l10n daemon script
7cabdaa3d6 SVN_SILENT made messages (.desktop file) 2013-09-08 04:25:17 +00:00
l10n daemon script
45879b3d0b SVN_SILENT made messages (.desktop file) 2013-09-07 04:15:43 +00:00
Marco Martin
0f86bd5b6e fix size hints propagation 2013-09-06 19:22:14 +02:00
Marco Martin
cbd77b64e1 use plasma components 2013-09-06 13:43:08 +02:00
l10n daemon script
42f4f3059e SVN_SILENT made messages (.desktop file) 2013-09-05 04:02:11 +00:00
Marco Martin
d4984f2770 windowlist -> windowthumbnails 2013-09-04 12:50:28 +02:00
Marco Martin
93db6ee7b0 add 3 example plasmoids to be ported
and a TODO file to keep track
2013-09-04 11:57:46 +02:00
Marco Martin
ea2af90699 add a bunch of test applets that already work 2013-09-04 11:57:46 +02:00
Marco Martin
8f74e67f9d old test applets live now in examples 2013-09-04 11:57:46 +02:00