Commit Graph

45 Commits

Author SHA1 Message Date
Aleix Pol
af8a7bad7d Stop using Qt5Transitional in Plasma Frameworks
Removes the find_package(Qt5Transitional) and does the proper
find_package(Qt5) with the list of modules.

Most of the porting is about using the Qt5:: targets.

REVIEW: 113345
2013-10-22 00:40:17 +02: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
Sebastian Kügler
ae2eef978d Target names instead of vars 2013-10-16 01:38:38 +02:00
Sebastian Kügler
d5bef21f7b Rename target plasma to Plasma
This is in line with the frameworks naming policy, camelcasing. Up until
now, libplasma was the only library being KF5::plasma, that is now
KF5::Plasma.
2013-10-16 00:47:47 +02:00
Sebastian Kügler
c7c9e8fefc Put steve's changes back in
CCMAIL:steveire@gmail.com
2013-10-13 02:00:32 +02:00
Sebastian Kügler
c2be5b6b12 Revert bef789642e
That commit breaks the build, not finding qtest_kde.h, and cascading
errors from there.

CCMAIL:steveire@gmail.com
2013-10-12 21:47:07 +02:00
Stephen Kelly
bef789642e Remove obsolete include_directories use. 2013-10-12 15:25:19 +02: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
Sebastian Kügler
60b3b801ce lower case headers 2013-10-05 03:02:26 +02:00
Sebastian Kügler
b2121c1e06 cmake fixes
- finally remove KDE4_KIO_LIBS
- change KDeclarative to KF5::KDeclarative
- add KService where needed
2013-10-04 19:18:34 +02: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
Bhushan Shah
772e97459a Port DataEngineTracker example,
add a note in TODO
2013-09-04 20:12:21 +05:30
Bhushan Shah
8ead7fd0f9 Update examples/TODO 2013-09-04 19:58:33 +05:30
Bhushan Shah
82de6a8ecf Port customDataContainersEngine example 2013-09-04 19:39:01 +05:30
Bhushan Shah
0be909e24a Port sourceOnRequest DataEngine from examples
REVIEW: 112514
2013-09-04 18:58:15 +05:30
Bhushan Shah
8557409793 Port simple DataEngine example
REVIEW: 112510
2013-09-04 18:14:53 +05:30
Marco Martin
9527b34ce8 add missing file 2013-09-04 14:10:32 +02:00
Marco Martin
d4984f2770 windowlist -> windowthumbnails 2013-09-04 12:50:28 +02:00
Marco Martin
6dcf153a0d readd testcontainment, as an example 2013-09-04 12:48:34 +02:00
Marco Martin
3781be8f71 example wallpaper 2013-09-04 11:57:46 +02:00
Marco Martin
02373ce476 dataengines and runners in examples 2013-09-04 11:57:46 +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