Revision 797299

Go back to digest for 20th April 2008

Other in KDE Base

Dirk Mueller committed changes in /trunk/KDE/kdelibs/kio/kfile:

ugh...
parsing "df" output is horribly ineffecient and unreliable.
it also does not work most of the cases.
So now we have a fullblown class which wraps statvfs() in an async and extremely difficult to use API.

Absolutely great.

Fixes the "free space" monitor in dolphin. it could have been fixed by calling "df -a" as well, but I love ripping out code. and this rips out lots of crufty misty and sloppy code. Yay!

File Changes

Modified 4 files
  • /trunk/KDE/kdelibs/kio/kfile
  •   /kdiskfreespace.cpp
  •   /kdiskfreespace.h
  •   /kfsprocess.cpp
  •   /tests/kicondialogtest.cpp
4 files changed in total