- Mar 16, 2021
-
- Mar 05, 2021
-
- Mar 04, 2021
-
-
David Redondo authored
It worked because it was the only one with an empty providerName. (cherry picked from commit 4653a68b)
-
David Redondo authored
The chareg rate is measured in of course in Watts. (cherry picked from commit 1a4f89b7)
-
- Mar 02, 2021
-
- Feb 23, 2021
-
- Feb 22, 2021
-
-
David Redondo authored
Unfortunately the statistics refresh rate of a device is a global property. So when it is changed from the outside we just force it back to one second. The initial rate is saved and updated when something tries to change it in order to restore it upon destruction. Because NetworkmanagerQt just forwards the DBus signal we have to guard the slot with a boolean to we do not trigger it ourselves. BUG:433063 FIXED-IN:5.21.1 (cherry picked from commit 4b5251ad)
-
- Feb 15, 2021
-
-
David Redondo authored
These should be 'read' and 'write' instead of readRate and 'writeRate'. This matches the old sensor names and what the applet expects. BUG:432851 (cherry picked from commit ccca59fd)
-
- Feb 11, 2021
-
-
jriddell authored
GIT_SILENT
-
- Feb 09, 2021
-
-
BUG:430676 FIXED-IN:5.21.0 (cherry picked from commit 09205b22)
-
- Feb 08, 2021
-
-
David Redondo authored
Classical case of off-by-one. The documentation starts numbering at one. I used the numbers from it instead of the proper ones. BUG:432637 (cherry picked from commit 34705df7)
-
- Jan 25, 2021
-
-
David Redondo authored
In order to read the file it not only does need to exist but we also have to open it. This broke some systems where a file existed but was not readable with current permission. If we check if we could open a file we can save the check if the file exists. (cherry picked from commit b3bee7ef)
-
David Redondo authored
We are searching for a StorageDrive to see if it is on a HardDisk or or some other type of device. However on some setups a Volume will not have StorageDrive as an ancestor, this is for example the case when using lvm. So let's include every volume by default and exclude only those for which we find a Drive that is not a hard disk. (cherry picked from commit 8747897a)
-
- Jan 22, 2021
-
-
David Redondo authored
Fix copy and paste mistake GIT_SILENT (cherry picked from commit 11fc8be0)
-
l10n daemon script authored
-
l10n daemon script authored
-
- Jan 21, 2021
-
-
jriddell authored
GIT_SILENT
-
l10n daemon script authored
- Jan 15, 2021
-
-
ahiemstra authored
In certain cases, NetworkManager can go on a rampage sending active connection change signals in very rapid succession. This results in memory usage ballooning because lambda connections can not be unique. Rather than destroying and recreating the NetworkManagerDevice objects on active connection change, this changes things so that we only remove them from the SensorContainer but keep the actual objects around. This allows NetworkManagerDevice to track its active connection state, removing the need for constant reconnects. BUG: 430003
-
ahiemstra authored
This prevents a crash where the SensorProperty could disappear without the AggregateSensor detecting it.
-
- Jan 14, 2021
-
-
David Redondo authored
Otherwise clients looking for the interface will receive an error when the name is announced but there is not the wanted interface.
-
- Jan 07, 2021
-
-
Kevin Funk authored
-
David Redondo authored
Do not search for libpcap and consequently do not build the plugin
-
David Redondo authored
We rely on the prefixes on the front page of plasma-systemmonitor; spare every subclass from having to do it.
-
David Redondo authored
Queries information about current network devices using the rtnetlink kernel interface. This exposed all the info except a pretty name for the current connection and wireless strength. We can use this as a fallback on Linux if NetworkManager is not available. Because this is our fallback on Linux libnl is now required (from recommended). BUG:425992
-
David Redondo authored
This allows us falling back to something else if our preferred backend is not supported at runtime.
-
- Jan 05, 2021
- Jan 02, 2021
-
-
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
-
- Dec 23, 2020
-
-
Alexander Lohnau authored
The property is deprecated and does not make a visible difference, because the names of the tabs are set in the downloaded XML file.
-
- Dec 20, 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"
-
- Dec 08, 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
-
- Dec 01, 2020
-
-
Laurent Montel authored
-
jriddell authored
GIT_SILENT
-
- Nov 30, 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"
-