David Edmundson
9e457e8c63
Revert "Port to new plasma-framework API"
...
This reverts commit 3f859c3dbd .
We can't depend on new frameworks API in a patch release.
CC: aleixpol@kde.org
9 years ago
Aleix Pol
3f859c3dbd
Port to new plasma-framework API
...
Reduces unnecessary castings.
Ports away the WindowedWidgets runner from KService
REVIEW: 129101
9 years ago
Marco Martin
c22f0ce63e
remove dead code
10 years ago
Marco Martin
faba34ffd6
rework script generation
...
addwidget now has 4 ints as parameters for the geometry
10 years ago
Marco Martin
63bb74a710
remove the optional applet id parameter
...
it was an hack, and it's not needed anymore
10 years ago
Marco Martin
2d57dfd63e
use QRectF
10 years ago
Marco Martin
f36d882fea
possible pass geometry to containment.addWidget()
...
by using the graphicsobject directly, make it
possible to pass a full geometry at the applet creation by script
adapt the config dump in javascript to use it
10 years ago
Marco Martin
f58f7f6faf
support creating applets by id in script engine
...
dangerous, but needed to exactly restore positions of applets in
panel and desktop
10 years ago
Marco Martin
32f485ad43
Api to rename activities in desktop scripting
...
the api containment.name was incorrect and broken,
(using it it actually breaks the whole layout since
breaks the containment->activity association)
in order to make it coherent with the other activity
related api, add global functions activityName
and setActivityName
it's not very object oriented but is coherent with
the other api already in place
(as there isn't an "Activity" class binding)
10 years ago
Aleix Pol
d19b942775
Drop usage of Qt4Support
...
Where KDELibs4Support is not being used.
REVIEW: 126994
10 years ago
Montel Laurent
a007f294b4
Use new connect api + QStringLiteral
11 years ago
Montel Laurent
240094e6b1
Remove not necessary include moc
12 years ago
Aaron Seigo
8e8751859e
get rid of m_wallpaperConfigDirty
...
wallpaper changes are handled at runtime now and this had become a bunch
of noops and setting of variables for no particular reason
12 years ago
Marco Martin
b4c3b38bc1
make config options be applied immediately
...
even if a bit hacky, now the applets config options and
wallpaper are applied immediately
12 years ago