Skip to content
Snippets Groups Projects
  1. Jan 21, 2021
  2. Jan 15, 2021
    • ahiemstra's avatar
      NetworkManager: Do not remove devices when their active connection changes · de20a4c0
      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
      de20a4c0
    • ahiemstra's avatar
      Store SensorProperty as QPointer in AggregateSensor · 38a8c362
      ahiemstra authored
      This prevents a crash where the SensorProperty could disappear without
      the AggregateSensor detecting it.
      38a8c362
  3. Jan 14, 2021
  4. Jan 07, 2021
  5. Jan 05, 2021
  6. Jan 02, 2021
  7. Dec 23, 2020
  8. Dec 20, 2020
  9. Dec 08, 2020
  10. Dec 01, 2020
  11. Nov 30, 2020
  12. Nov 29, 2020
  13. Nov 24, 2020
  14. Nov 20, 2020
    • David Redondo's avatar
      Remove setShortNameFor · 85e3e7dd
      David Redondo authored
      We do not anymore use a subsystem which was using this method.
      85e3e7dd
    • David Redondo's avatar
      Add memory plugin · 66321cea
      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.
      66321cea
    • David Redondo's avatar
      Move SysctlSensor to libkstats · 08e9967c
      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.
      08e9967c
    • David Redondo's avatar
      Add an update method to SensorProperty · 6b67279d
      David Redondo authored
      Represents a common function that can be used to update the values of subclasses
      that handle setting their values themselves.
      6b67279d
  15. Nov 19, 2020
Loading