Aleix Pol
82eacb574c
Use kpackagetool5 instead of plasmapkg
...
Summary:
It's been deprecated for a bit
Also register it in drkonqi
Reviewers: mart, #plasma, davidedmundson
Reviewed By: #plasma, davidedmundson
Subscribers: plasma-devel
Tags: #plasma
Differential Revision: https://phabricator.kde.org/D4046
9 years ago
l10n daemon script
f22a9b5fe8
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
9 years ago
l10n daemon script
6063173462
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
9 years ago
l10n daemon script
947d09ffaf
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
9 years ago
l10n daemon script
1cfb676e8d
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
9 years ago
l10n daemon script
d8402baf46
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
9 years ago
l10n daemon script
230c39006a
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
9 years ago
l10n daemon script
b561844ab2
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
9 years ago
Aleix Pol
79f5845f12
Give names to knsrc files
...
REVIEW: 129680
9 years ago
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
3f859c3dbd
Port to new plasma-framework API
...
Reduces unnecessary castings.
Ports away the WindowedWidgets runner from KService
REVIEW: 129101
9 years ago
Eike Hein
862ba7a44f
Make special filters optional.
...
Summary: Use QQmlParserStatus to address FIXME and avoid double setup.
Reviewers: #plasma, davidedmundson
Subscribers: plasma-devel
Tags: #plasma
Differential Revision: https://phabricator.kde.org/D3221
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
David Edmundson
a3b50ffff6
Use Plasma::PluginLoader to list applets
...
Summary:
PluginLoader has some additional checks for some obscure config options,
such as ExcludeCategories in plasmashellrc.
By doing the applet listing manually widget explorer skipped that.
Test Plan: Checked widget explorer still listed everything
Reviewers: #plasma, mart
Reviewed By: mart
Subscribers: mart, apol, plasma-devel
Tags: #plasma
Differential Revision: https://phabricator.kde.org/D2877
10 years ago
Aleix Pol Gonzalez
f684124287
Fix most obvious clazy and clang warnings
...
REVIEW: 128997
10 years ago
Allen Winter
12d06d3d06
minor - -Wpedantic and some -Wunused-params
10 years ago
Marco Martin
3fcb7046ab
guard KPluginInfo access
...
BUG:360927
10 years ago
Marco Martin
ae97848529
guard KPluginInfo access
...
BUG:360927
10 years ago
Aleix Pol
96ff1c868e
Properly define overrides as suggested by the c++ standard
10 years ago
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
939ba8f4eb
Don't call yourself recursively
...
As cleverly noticed by Kai
CCMAIL: kde@privat.broulik.de
10 years ago
Kai Uwe Broulik
b979342b7e
[PlasmaAppletItemModel] Don't call yourself recursively
...
Otherwise we'll crash. This is the only occurrence I stumbled upon this right now
but there may be others in the port away from Qt4Support.
CCMAIL: apol@kde.org
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
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
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
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
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