- 22 Jan, 2021 2 commits
-
-
David Redondo authored
Fix copy and paste mistake GIT_SILENT
-
Bhushan Shah authored
-
- 21 Jan, 2021 4 commits
-
-
Jonathan Riddell authored
GIT_SILENT
-
Jonathan Riddell authored
GIT_SILENT
-
Jonathan Riddell authored
GIT_SILENT
-
Script Kiddy authored
-
- 15 Jan, 2021 2 commits
-
-
Arjen Hiemstra 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
-
Arjen Hiemstra authored
This prevents a crash where the SensorProperty could disappear without the AggregateSensor detecting it.
-
- 14 Jan, 2021 1 commit
-
-
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.
-
- 07 Jan, 2021 5 commits
-
-
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.
-
- 05 Jan, 2021 3 commits
-
-
Arjen Hiemstra authored
Since we want to report speed per second and the daemon is now running faster than this.
-
Arjen Hiemstra authored
Since 2000ms is rather slow
-
Jonathan Riddell authored
GIT_SILENT
-
- 02 Jan, 2021 2 commits
-
-
Script Kiddy 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"
-
Script Kiddy authored
-
- 23 Dec, 2020 1 commit
-
-
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.
-
- 20 Dec, 2020 1 commit
-
-
Script Kiddy 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"
-
- 08 Dec, 2020 2 commits
-
-
Script Kiddy 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"
-
Script Kiddy authored
-
- 01 Dec, 2020 2 commits
-
-
Laurent Montel authored
-
Jonathan Riddell authored
GIT_SILENT
-
- 30 Nov, 2020 2 commits
-
-
Script Kiddy 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"
-
Script Kiddy authored
-
- 29 Nov, 2020 1 commit
-
-
Script Kiddy authored
-
- 24 Nov, 2020 1 commit
-
-
Vlad Zahorodnii authored
We need to update sensor properties if either the physical object or the swap object is subscribed (or both).
-
- 20 Nov, 2020 4 commits
-
-
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.
-
- 19 Nov, 2020 7 commits
-
-
Arjen Hiemstra authored
Functionality has been merged to the gpu plugin
-
Arjen Hiemstra authored
-
Arjen Hiemstra authored
-
Arjen Hiemstra authored
-
Arjen Hiemstra authored
-
Arjen Hiemstra authored
Now all are SPDX with LGPL2.1/3.0/EV
-
Arjen Hiemstra authored
Not necessarily very relevant currently but makes the code more consistent and future proof.
-