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
Aleix Pol
7088c9eb0d
Deprecate plasma_add_plugin
2013-11-14 17:42:26 +01:00
Sebastian Kügler
ae2ff16db7
Show some theme colors in the Theme page
2013-11-11 22:53:42 +01:00
Aleix Pol
1d3da96d88
Make sure that plasma-framework is not using anything from kdelibs4
...
Stop finding the packages
Remove KDE4_ includes
Remove unused LIBINTL finder, provided by kdelibs
2013-11-11 18:29:32 +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
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