Kai Uwe Broulik
f7279f4463
[Widget Explorer] Remove uninstalled applets from containments
...
There's no point in leaving them there as they will essentially be broken now.
REVIEW: 126120
10 years ago
Kai Uwe Broulik
fe5ee9c723
[Widget Explorer) Fix applet uninstall
...
REVIEW: 125990
10 years ago
Kai Uwe Broulik
b3f4287044
[Widget Explorer] Allow filtering for uninstallable widgets
...
CHANGELOG: Widget Explorer can now filter for widgets the user installed
REVIEW: 126074
10 years ago
David Edmundson
1b77bd6c47
Load applet icons from the plugin name first
...
This saves applets writing their plugin name twice in the metadata
files, and also leaves the metadata icon entry free for more semantic
purposes for use in tooltips and notifications
REVIEW: 126046
10 years ago
Montel Laurent
a007f294b4
Use new connect api + QStringLiteral
11 years ago
Marco Martin
dc34aa70b4
skip applets not in formfactor
...
applets without a formfactor are always listed
if a formfactor is not specified, list everything
11 years ago
Marco Martin
0528f909ae
bring backpossibility for plasmoids to contain their own icon
...
this is meant for
as in Plasma 4, the entry
Icon=/foo.svgz in the desktop file will make it load
the file foo.svgz in the root of the package as icon
11 years ago
Marco Martin
9518d59d99
Add a role for screenshots in the widgetexplorer model
...
As suggested by the VDG, add the possibility to have screenshots for plasmoids.
the widget explorer will be modified as well to show the screenshots
in the applet list when available
REVIEW:125134
11 years ago
Marco Martin
b7628a8d72
fix conditional build
11 years ago
Marco Martin
dcf1db72a2
conditionally link to the int console
11 years ago
Kai Uwe Broulik
2b7d3c4bc5
Fix running applet calculation
...
We get an int rather than a bool :)
11 years ago
Bhushan Shah
005ea5f7af
Fix containments category showing up in the widgetexplorer
...
It is not meant to be shown in widget explorer. It is not being shown
when english language is used because
i18n("Containments") == "Containments"
but in other languages for example x-test
i18n("Containments") == "xxContainmentsxx" and hence this condition
doesn't pass and it shows up in UI
11 years ago
Bhushan Shah
18299aae16
Categories string are in libplasma5 catalog
...
BUG: 345878
FIXED-In: 5.3
11 years ago
Marco Martin
72260239d3
don't crash over invalid plugin info
11 years ago
Montel Laurent
5f9ae5e13c
We depend against kf5-5.8 => ecm > 1.6 => we can use new KDE_ variable
11 years ago
Jonathan Riddell
f1ac30fa83
remove second calls to project() only 1 allowed per cmake project
11 years ago
Marco Martin
01b55c5e72
remove deprecated block
11 years ago
Marco Martin
1fa8b40cc3
const-ify
11 years ago
Marco Martin
24bd8d5978
sometimes a service from a query is invalid
...
don't access invalid metadata
BUG:343870
11 years ago
Montel Laurent
2e14731199
Remove no necessary include moc
11 years ago
Marco Martin
f8510cb57f
port interactiveconsole to KPackage
11 years ago
Marco Martin
70dd1e1000
start porting the widget explorer to KPackage
11 years ago
Marco Martin
30693d532d
fix sycoca query
...
BUG:339590
12 years ago
Aaron Seigo
f1887c533a
more sensible source tree layout
...
REVIEW:119965
12 years ago