Kai Uwe Broulik
d77e47c088
[Widget Explorer] Take into account the activity a widget is on
...
Only consider an applet running if it's on the current activity.
BUG: 341154
FIXED-IN: 5.6.0
Differential Revision: https://phabricator.kde.org/D898
10 years ago
Aleix Pol
d19b942775
Drop usage of Qt4Support
...
Where KDELibs4Support is not being used.
REVIEW: 126994
10 years ago
Eike Hein
a4c6151e41
Fix double-click in Widget Explorer not running config initialization scripts.
...
This is better/simpler code, but doesn't fix that Plasma::Applet::loadPlasmoid()
instanciates applets but doesn't run scripts - which is difficult to achieve
because the scripting environment is designed around knowledge of a containment.
Perhaps scripts execution should be moved from ShellCorona to Applet and happen
the first time an applet is parented to a containment.
CCMAIL:notmart@gmail.com
10 years ago
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
Montel Laurent
a007f294b4
Use new connect api + QStringLiteral
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
Marco Martin
01b55c5e72
remove deprecated block
11 years ago
Marco Martin
1fa8b40cc3
const-ify
11 years ago
Marco Martin
70dd1e1000
start porting the widget explorer to KPackage
11 years ago
Aaron Seigo
f1887c533a
more sensible source tree layout
...
REVIEW:119965
12 years ago
Aaron Seigo
bfbca8cc9e
move the widgetexplorer qml component into components
12 years ago
Aaron Seigo
1288167d6d
the view member is not used
12 years ago
Marco Martin
ad1485e7f9
add api to list alternatives in the widget explorer
12 years ago
David Edmundson
3f800f17fb
Debug--
12 years ago
David Edmundson
2a9547ae1d
Replace completely useless debug
12 years ago
Marco Martin
a7f39bdef5
friendlier window title
...
BUG:336282
12 years ago
David Edmundson
ff5fb41e41
Fix build
12 years ago
David Edmundson
23e7bb1774
Show applets from the system tray in Widget Explorer
...
REVIEW: 118126
BUG: 331953
12 years ago
Aleix Pol
b0068a09cf
Port plasma code to PLASMA_RELATIVE_DATA_INSTALL_DIR
12 years ago
Marco Martin
537f8cca6e
reenable the local install widget wizard
12 years ago
Marco Martin
a602e12e07
reenable ghns dialog
...
TODO: we'll need a category for plasma next plasmoids
12 years ago