Revision 837775

Go back to digest for 27th July 2008

Other in KDE Base

Sebastian Trueg committed changes in /trunk/KDE/kdelibs:

After much discussing here comes the new KDiskFreeSpaceInfo class to replace the old KDiskFreeSpace.
KDiskFreeSpace was originally designed as an async class which parsed the output of df.

When that changed and system calls were used, the async design did not make any sense anymore.

I also revert my previous patch and mark the KDiskFreeSpace class as deprecated.
There is no need anymore for the new API I introduced before.

KPropertiesDialog is ported to the new class.

File Changes

Added 3 files
  • /trunk/KDE/kdelibs
  •   /includes/KDiskFreeSpaceInfo
  •   /kio/kfile/kdiskfreespaceinfo.cpp
  •   /kio/kfile/kdiskfreespaceinfo.h
Modified 5 files
  • /trunk/KDE/kdelibs
  •   /includes/CMakeLists.txt
  •   /kio/CMakeLists.txt
  •   /kio/kfile/kdiskfreespace.cpp
  •   /kio/kfile/kdiskfreespace.h
  •   /kio/kfile/kpropertiesdialog.cpp
8 files changed in total