Summary:
Also set a consistent naming structure and to be only Info+ by default.
This may mean you need to update your logging rules if you want debug
output.
Reviewers: #plasma, hein
Reviewed By: #plasma, hein
Subscribers: graesslin, plasma-devel
Tags: #plasma
Differential Revision: https://phabricator.kde.org/D1956
* only set data entries if given (avoid "n/a")
* use untranslated value ids for wind direction and pressure tendency
* pass float/double values as float/double, not strings
First round of clean-up
Also remove complex lookup of values when setting data
Summary:
Also ports in-module users of the library.
Translation domain and pot file name remain unchanged, as the new lib
contains no strings.
Reviewers: #plasma
Subscribers: plasma-devel
Tags: #plasma
Differential Revision: https://phabricator.kde.org/D1721
This allows to query for whether the user may logout from QML-only parts
like the desktop toolbox.
Differential Revision: https://phabricator.kde.org/D1610
Otherwise we end up with a huge notification containing all previously finished jobs.
BUG: 360156
FIXED-IN: 5.7.0
Differential Revision: https://phabricator.kde.org/D1478
is possible it's null for an instant when the player quits
a call to start() in the moment between the app is closed and
the teardown is done is unlikely but apparently happens
BUG:361985
is possible it's null for an instant when the player quits
a call to start() in the moment between the app is closed and
the teardown is done is unlikely but apparently happens
BUG:361985
* crash kde#332392 should be gone, we now verify that the string contains '-' before splitting on '-', also simplified the string handling a bit
* parsing the time correctly parses the timezone instead of hardcoding "GMT"
* unavailable weather conditions are now reported as "N/A" (or the translated version thereof), not "null"
* unavailable temperatures are now correctly treated as missing and no longer reported as "0°C"