David Edmundson
dbb7f8aecf
Revert "Revert "Port to new plasma-framework API""
...
This commit was wrong in 5.8, but fine in master where we can
raise the dependency
This reverts commit 9e457e8c63 .
9 years ago
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
bfb91f9de1
Make sure we're looking both for json and desktop metadata
...
We shouldn't assume metadata is in metadata.desktop
REVIEW: 129276
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
Aleix Pol
dbf2bfb7b8
Make sure we're looking both for json and desktop metadata
...
We shouldn't assume metadata is in metadata.desktop
REVIEW: 129276
10 years ago
Aleix Pol
d1708e3011
Port to new plasma-framework API
...
Reduces unnecessary castings.
Ports away the WindowedWidgets runner from KService
REVIEW: 129101
10 years ago
Aleix Pol Gonzalez
f684124287
Fix most obvious clazy and clang warnings
...
REVIEW: 128997
10 years ago
David Edmundson
c692bc53a8
Set root context properties on the right context
...
engine()->rootContext() will give a different result to
rootContext() when using a shared engine.
One being in the right context, the other being the context of the
shared engine. Using the latter means two panels end up sharing the same
object which leads to some interesting results and QML crashes in
QV4::QObjectWrapper::wrap when one gets deleted.
I've tested against 356545, but I think it's the cause of a lot of the
mystery QML bugs we couldn't figure out.
BUG: 356545
BUG: 355885
BUG: 356916
REVIEW: 126491
10 years ago
Montel Laurent
a007f294b4
Use new connect api + QStringLiteral
11 years ago
Marco Martin
595366b0ce
support platformcontents from the package
11 years ago
Marco Martin
939b86d9d5
fix wallpaper types list
11 years ago
Marco Martin
fe45c8661d
port plasmashell to KPackage
11 years ago
Marco Martin
b450dce6c0
copy the wallpaper config
...
when a wallpaper different from the current gets configured,
it has an own configuration object.
when the final wallpaper gets applied and the current changes, copy the config we did beforehand
to the now final real wallpaper config
BUG:338065
12 years ago
Aaron Seigo
0234bdcbb7
include 'plasmaquick' directly in the includes
...
makes it a lot easier to track where the problem spots are with a
`grep plasmaquick`
12 years ago
Aaron Seigo
ac6c11414f
--deadCode;
12 years ago
Aaron Seigo
99c7f28d4c
--warnings;
12 years ago
Marco Martin
05a34320b5
size restore is done by base class
12 years ago
Marco Martin
d4c85a4e54
restore containment config view size
12 years ago
Aleix Pol
b0068a09cf
Port plasma code to PLASMA_RELATIVE_DATA_INSTALL_DIR
12 years ago
Marco Martin
57068febe4
port to KConfigLoader
12 years ago
Marco Martin
4cab4fefe4
list only desktop containments
12 years ago
Marco Martin
cd4033508f
ll logic for switching containment type
12 years ago