- Jul 28, 2020
-
- Jul 26, 2020
-
-
l10n daemon script authored
-
- Jul 07, 2020
-
- Jun 23, 2020
-
- Jun 18, 2020
-
-
l10n daemon script authored
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"
-
l10n daemon script authored
-
- Jun 17, 2020
-
-
l10n daemon script authored
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"
-
l10n daemon script authored
-
- Jun 16, 2020
-
- Jun 12, 2020
-
-
ahiemstra authored
Apparently this was missing. Without these, formatting does not happen and we get bad display of values. BUG: 422643 BUG: 422644
-
- Jun 11, 2020
-
-
l10n daemon script authored
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"
-
- Jun 09, 2020
-
-
ahiemstra authored
The value should be just that, the value, otherwise we fail to parse it on the other side.
-
l10n daemon script authored
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"
- Jun 08, 2020
-
-
DavidEdmundson authored
BUG: 421532
-
- Jun 06, 2020
-
-
tosky authored
The "Used" label is defined a few lines above (thanks Paolo Zamponi for spotting this). While this is a message break, it is at the same time an important bugfix.
-
- Jun 05, 2020
-
-
ahiemstra authored
These types cannot be handled by the kstats daemon so we should not even try to list them.
-
- Jun 03, 2020
-
-
jriddell authored
GIT_SILENT
-
- May 31, 2020
-
-
l10n daemon script authored
-
- May 19, 2020
-
-
ahiemstra authored
-
ahiemstra authored
Instead of adding new strings, making it possible to do this in 5.19
-
ahiemstra authored
It's still not very nice but at least this allows us to provide proper display names.
-
ahiemstra authored
This allows the client to show a proper display name for these instead of just an id.
-
ahiemstra authored
-
ahiemstra authored
This prevents duplicate plugins (like one local and one system) from being loaded, making it less likely that the one wrong is loaded.
-
- May 16, 2020
-
-
Albert Astals Cid authored
CCMAIL: kde@davidedmundson.co.uk CCMAIL: ahiemstra@heimr.nl
-
Albert Astals Cid authored
CCMAIL: kde@davidedmundson.co.uk CCMAIL: ahiemstra@heimr.nl
-
- May 14, 2020
-
-
DavidEdmundson authored
Summary: BUG: 421514 Reviewers: apol Reviewed By: apol Subscribers: plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D29753
-
DavidEdmundson authored
Summary: labels for CPU frequency are "CPU 1 Clock Frequency". Network speeds have the interface name at front. Partitions didn't match, leaving the key in the graph to be just "Available" several times if you plotted multiple disks. This adds a prefix so it's consistent. BUG: 421513 Reviewers: lbeltrame, #plasma, ahiemstra Reviewed By: ahiemstra Subscribers: plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D29752
-
DavidEdmundson authored
Reviewers: ahiemstra Reviewed By: ahiemstra Subscribers: plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D29717
-
- May 13, 2020
-
-
ahiemstra authored
Summary: Since there is little reason to monitor loop devices, exclude them altogether from the partition and disk sensors. This fixes cases where there are a significant amount of snaps, which are all mounted as loop devices and thus cause partition and disk sensors to appear, which potentially causes major slowdowns. Test Plan: Snaps are excluded from the list of sensors in KSysGuard. Reviewers: #plasma, davidedmundson Reviewed By: #plasma, davidedmundson Subscribers: IlyaBizyaev, anthonyfieroni, jriddell, plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D29688
-
ahiemstra authored
Summary: Many of the shorter strings are not really informative, so add context so translators can figure out what they mean. Some of the strings were also wrong, those have been corrected as well. Test Plan: Still compiles. Reviewers: #plasma, davidedmundson Reviewed By: #plasma, davidedmundson Subscribers: davidedmundson, plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D29721
-
- May 07, 2020
-
-
ahiemstra authored
Summary: With D29302 all KSysGuard targets have been placed in the KSysGuard namespace and the KF5 versions deprecated. This changes KSysGuard to use the new namespace. In addition, it renames the libkstats target from "PW5::KSysGuardBackend" to "KSysGuard::StatsBackend". Test Plan: Things still compile. Reviewers: #plasma, davidedmundson Reviewed By: #plasma, davidedmundson Subscribers: plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D29507
-
- May 06, 2020
-
-
DavidEdmundson authored
Summary: ksysguardd, whilst good, has a few problems The code is a bit archaic, it relies on a polling API, which is overhead for infrequently changed values or where setting up a monitor has a big overhead. It also moves the problem of translations into the daemon, allowing for better extensibility without requiring client side changes. The daemon is based around a typical OO model. Plugins have lists of objects, those objects have properties using common Qt patterns. A property also has various metadata. For full compatibility ksgrd is wrapped and the plan is to land with the bridge, then slowly land patches that use the new API natively. An nvidia plugin is also added to show the API being used in another format. This is all consumed by the new API posted in D28141 Test Plan: Unit test Used with the new library to create a new suite of applet (upcoming patch) Used in a ported ksysguard Reviewers: #plasma, mart, ngraham, ahiemstra Reviewed By: #plasma, mart, ngraham, ahiemstra Subscribers: ahiemstra, ivan, mart, zzag, plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D28333
-
- May 05, 2020
-
-
jriddell authored
GIT_SILENT
-
- Apr 14, 2020
-
-
Summary: Depending on hardware, Linux kernel exports battery state in different files. Previously only charge_now, charge_full and current_now were available in ksysguard. With this commit all are selectable. While we have now screens with more than 1000 pixels height, a percentage with 100 steps will show a ladder. This commit also make the created graphs nicer by giving 1000 steps. Reviewers: #plasma, davidedmundson, ahiemstra Reviewed By: ahiemstra Subscribers: anthonyfieroni, plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D28127
-
- Apr 02, 2020
-
-
jriddell authored
-
ahiemstra authored
Summary: This adds a "total" sensor for each partition that reports the total space for that partition. It also adds a new "all" category with sensors that report the used/free space for all partitions. Test Plan: New sesnors are available in KSysGuard Reviewers: #plasma, davidedmundson Reviewed By: #plasma, davidedmundson Subscribers: plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D28438
-
- Mar 31, 2020
-
-
jriddell authored
GIT_SILENT
-