Skip to content
Snippets Groups Projects
  1. May 13, 2021
  2. May 07, 2021
  3. May 04, 2021
  4. May 03, 2021
  5. Apr 21, 2021
  6. Apr 08, 2021
  7. Apr 06, 2021
  8. Mar 31, 2021
  9. Mar 30, 2021
  10. Mar 22, 2021
  11. Mar 16, 2021
  12. Mar 10, 2021
  13. Mar 05, 2021
  14. Mar 04, 2021
  15. Mar 02, 2021
  16. Feb 23, 2021
  17. Feb 19, 2021
    • David Redondo's avatar
      Force device statistics refresh rate to be always one second · 4b5251ad
      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
      4b5251ad
  18. Feb 12, 2021
  19. Feb 11, 2021
  20. Feb 09, 2021
  21. Feb 08, 2021
    • David Redondo's avatar
      Fix disk speeds · 34705df7
      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
      34705df7
  22. Feb 02, 2021
  23. Jan 30, 2021
  24. Jan 27, 2021
  25. Jan 25, 2021
    • David Redondo's avatar
      Check if we could open a file · b3bee7ef
      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.
      b3bee7ef
    • David Redondo's avatar
      Include StorageVolumes by default · 8747897a
      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.
      8747897a
  26. Jan 22, 2021
  27. Jan 21, 2021
Loading