Skip to content
Snippets Groups Projects
  1. Jul 28, 2020
  2. Jul 26, 2020
  3. Jul 07, 2020
  4. Jun 23, 2020
  5. Jun 18, 2020
  6. Jun 17, 2020
  7. Jun 16, 2020
  8. Jun 12, 2020
  9. Jun 11, 2020
  10. Jun 09, 2020
  11. Jun 08, 2020
  12. Jun 06, 2020
  13. Jun 05, 2020
  14. Jun 03, 2020
  15. May 31, 2020
  16. May 19, 2020
  17. May 16, 2020
  18. May 14, 2020
  19. May 13, 2020
    • ahiemstra's avatar
      Exclude all loop devices from partition and disk sensors · f4e2c202
      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
      f4e2c202
    • ahiemstra's avatar
      Add context to translated strings and clarify some strings · 857eff12
      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
      857eff12
  20. May 07, 2020
    • ahiemstra's avatar
      Use KSysGuard namespace for KSysGuard targets · dbb0b515
      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
      dbb0b515
  21. May 06, 2020
    • DavidEdmundson's avatar
      Add a new daemon for stats monitoring · 75333fc1
      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
      75333fc1
  22. May 05, 2020
  23. Apr 14, 2020
    • zezinho's avatar
      Add some new battery sensors : energy_now, energy_full and power_now. · 4c6c5638
      zezinho authored and ngraham's avatar ngraham committed
      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
      4c6c5638
  24. Apr 02, 2020
  25. Mar 31, 2020
Loading