- 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"
-
l10n daemon script authored
-
- Nov 29, 2020
-
-
l10n daemon script authored
-
- Nov 24, 2020
-
-
Vlad Zahorodnii authored
We need to update sensor properties if either the physical object or the swap object is subscribed (or both).
-
- Nov 20, 2020
-
-
David Redondo authored
We do not anymore use a subsystem which was using this method.
-
David Redondo authored
Uses mostly the same methods to get the information as the old code. On FreeBSD the method to get the swap values is much simpler with just one function call.
-
David Redondo authored
It can be useful when a sensor property can be obtained by directly reading from sysctl on FreeBSD. Add a conversion function to it. Also add a simple base struct so it is possible to store SysctlSensors of different types in a container.
-
David Redondo authored
Represents a common function that can be used to update the values of subclasses that handle setting their values themselves.
-
- Nov 19, 2020
-
-
ahiemstra authored
Functionality has been merged to the gpu plugin
-
ahiemstra authored
-
ahiemstra authored
-
ahiemstra authored
-
ahiemstra authored
-
ahiemstra authored
Now all are SPDX with LGPL2.1/3.0/EV
-
ahiemstra authored
Not necessarily very relevant currently but makes the code more consistent and future proof.
-
ahiemstra authored
-
ahiemstra authored
-
ahiemstra authored
-