Emily Ehlert
bae13fa8c2
Add German Weather Service (DWD) as new weather ION
4 years ago
Fushan Wen
1a1f672c42
dataengines/mpris2: Delete Multiplexer when there is no player
...
When all players are closed, media player applet on the
desktop still shows a track from the last player, and
player control buttons are still clickable but have no effect.
Add a new signal named `playerListEmptied()`. When the proxy list is empty,
the signal is emitted and `m_multiplexer` is scheduled to be deleted, so
the media player applet on the desktop can indicate the right status of
no player opened.
BUG: 446098
FIXED-IN: 5.24
4 years ago
l10n daemon script
f258b6217a
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"
4 years ago
l10n daemon script
9dcd97b680
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"
4 years ago
Alexander Lohnau
c3201e74c2
Drop now unneeded QOverload statements
...
By defining the KF_DISABLE_DEPRECATED_BEFORE_AND_AT value, the deprecated overloads are hidden.
This way we only have the un-deprecated one visible.
4 years ago
Alexander Lohnau
a5417627da
Define KF_DISABLE_DEPRECATED_BEFORE_AND_AT and QT_DISABLE_DEPRECATED_BEFORE values
4 years ago
Alexander Lohnau
a4b3cd3cd5
Port away from deprecated KDesktopFileActions::userDefinedServices overload
4 years ago
Alexander Lohnau
8e9972f6f0
Port away from deprecated KRun methods
4 years ago
Alexander Lohnau
f80a43f24f
Port away from deprecated KSycoca signal
...
The checks can be safely dropped, because in KService a hardcoded
list is used as the parameter.
4 years ago
Bharadwaj Raju
a06c68ed54
Revert "[dataengines/weather] Add country code to wetter.com location display name"
...
This reverts commit bc0e8bd709
4 years ago
Bharadwaj Raju
bc0e8bd709
[dataengines/weather] Add country code to wetter.com location display name
...
BUG: 434312
4 years ago
Bharadwaj Raju
e4a9cc48f2
[dataengines/weather] Improved search for BBC UK Met source places
...
Adds partial-text searching for BBC UK Met source by using the auto=true
API param. Some place names with Unicode in them which were matched
in auto=false are not shown in auto=true results, so we merge the two.
BUG: 436974
BUG: 429506
4 years ago
Nicolas Fella
6045c1ee7d
Use pkgconfig to find libgps
...
This allows to remove a custom find module and gives us an imported target for free
4 years ago
Vlad Zahorodnii
e6cab5d96f
Fix build with gpsd 3.23.1
...
STATUS_NO_FIX was renamed to STATUS_UNK.
d4a4d8d360
5 years ago
l10n daemon script
4e7892ee66
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"
5 years ago
l10n daemon script
20131b5e68
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"
5 years ago
Peifeng Yu
6379d1ec8d
Call UnInhibit with correct signature in powermanagement dataengine
5 years ago
Adrien Faveraux
5ba4387628
Cleanup :
...
Use image sizeInBytes
Use Qt:endl
register qml with qml register anonymous type
Remplace QDrag start by QDarg exec
QModel acces, remove use of child
Use QFileinfo, use birthTime()
Use QRandomGenerator
5 years ago
l10n daemon script
b9a1e98742
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"
5 years ago
Ahmad Samir
c565e7969e
Port from KDiskFreeSpaceInfo to QStorageInfo
...
KDiskFreeSpaceInfo is going to be deprecated.
KF6 task: https://phabricator.kde.org/T14295
5 years ago
Nicolas Fella
225e4aae2c
Port away from deprecated KPluginLoader
5 years ago
Alexander Lohnau
02f1a797a8
Correct years and mail addresses in copyright statements
5 years ago
Alexander Lohnau
3720912f99
GIT_SILENT Misc SPDX fixes
5 years ago
Alexander Lohnau
1e93f9ae15
Convert keyservice.cpp license header to SPDX
5 years ago
Alexander Lohnau
4df78f841c
Remove unneeded comments in license headers
5 years ago
Alexander Lohnau
fefe12dff6
Manual SPDX fixes & cleanup
5 years ago
Alexander Lohnau
c4cfc9749e
Remove unneeded newlines in license headers
5 years ago
Alexander Lohnau
b94aa83768
Correct formatting of SPDX-FileCopyrightText values
5 years ago
Alexander Lohnau
c11051955d
Convert license headers to SPDX
5 years ago
l10n daemon script
450d3fb88a
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"
5 years ago
David Redondo
4f5a46f8c0
Show active profile holds
...
Displays the apps beneath the slider with icon and name
5 years ago
David Redondo
b115802128
Show performance degradation reason
...
This effectively replaces the perfomance inhibition reason
5 years ago
Adrien Faveraux
42515d22cb
Move include guard to Pragma Once
5 years ago
David Redondo
886292126f
[Battery Monitor] Support setting power management profiles
...
Sets the profiles via the wrapped ui in powerdevil if available.
If the performance profile is inhibited, the second half of the slider
will look disabled and it will be impossible to move it to performance.
Co-authored-by: Kai Uwe Broulik <kde@privat.broulik.de>
5 years ago
l10n daemon script
b79ac648c3
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"
5 years ago
Alexander Lohnau
e092b6f6c3
Port GeolocationProvider plugin loading away from KServiceTypeTrader
...
Instead install the plugins in the plasma/geolocationprovider namespace
and load them using KPluginLoader.
Task: https://phabricator.kde.org/T12179
5 years ago
Alexander Lohnau
ffcb97c69a
Remove custom macro for creating plugin
...
Instead use K_PLUGIN_CLASS_WITH_JSON and embedded JSON metadata
Task: https://phabricator.kde.org/T14542
5 years ago
l10n daemon script
fda04df492
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"
5 years ago
l10n daemon script
57e19ac905
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"
5 years ago
l10n daemon script
9cffc2cf0a
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"
5 years ago
l10n daemon script
faad339db5
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"
5 years ago
Alexander Lohnau
8f369bfba6
Do not install service file for dataengines
...
The plugins are loaded from their namespace and not using the service
types.
Querying them using KServiceTypeTrader would not work, because the
X-KDE-Library property does not contain the namespace.
Considering that nobody complained about that we can stop installing
them.
5 years ago
l10n daemon script
96355cd03a
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"
5 years ago
Alexander Lohnau
90ede05980
dataengines: Use K_PLUGIN_CLASS_WITH_JSON directly
...
Task: https://phabricator.kde.org/T14542
5 years ago
Aleix Pol
6545d5584d
Support xdg_activation_v1 on SNI invokations
...
Only issues actions after a token has been requested and received.
5 years ago
l10n daemon script
70edbdfd28
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"
5 years ago
Joe Dight
500e061366
Point bbcukmet to new location API
...
BUG: 430643
5 years ago
l10n daemon script
a34ed17ff7
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"
5 years ago
Alexander Lohnau
37ffc51a84
Use kcoreaddons_add_plugin cmake function for dataengines
...
Task: https://phabricator.kde.org/T14528
5 years ago
Nicolas Fella
178a4f8756
Use version-less qt DBus macros
...
They work with both Qt5 and Qt6
5 years ago