KDirStat – a graphical disk usage utility
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
Go to file
Timothy Pearson e7fee94a59
Reset submodule main/applications/kdirstat/cmake to latest HEAD
il y a 5 ans
admin@68f23556e6 Reset submodule main/applications/kdirstat/admin to latest HEAD il y a 5 ans
cmake@74654feb3b Reset submodule main/applications/kdirstat/cmake to latest HEAD il y a 5 ans
doc conversion to the cmake building system il y a 6 ans
kdirstat Add CMakeL10n rules. il y a 5 ans
po Update translation files il y a 5 ans
.gitmodules Added common directories il y a 13 ans
AUTHORS Added abandoned KDE3 version of kdirstat il y a 14 ans
CMakeL10n.txt Add CMakeL10n rules. il y a 5 ans
CMakeLists.txt Use common CMake tests. il y a 5 ans
COPYING Added abandoned KDE3 version of kdirstat il y a 14 ans
COPYING.LIB Added abandoned KDE3 version of kdirstat il y a 14 ans
CREDITS Added abandoned KDE3 version of kdirstat il y a 14 ans
ChangeLog qt -> tqt conversion: il y a 6 ans
ConfigureChecks.cmake Use common CMake tests. il y a 5 ans
INSTALL Added abandoned KDE3 version of kdirstat il y a 14 ans
Makefile.am Added abandoned KDE3 version of kdirstat il y a 14 ans
Makefile.cvs Added abandoned KDE3 version of kdirstat il y a 14 ans
Makefile.dist Added abandoned KDE3 version of kdirstat il y a 14 ans
README Added abandoned KDE3 version of kdirstat il y a 14 ans
TODO Added abandoned KDE3 version of kdirstat il y a 14 ans
acinclude.m4 Replaced _BSD_SOURCE, _SVID_SOURCE with _DEFAULT_SOURCE. Removed AC_CHECK_GNU_EXTENSIONS. il y a 6 ans
aclocal.m4 Added abandoned KDE3 version of kdirstat il y a 14 ans
build-howto.html Convert remaining references to kde3 (e.g. in paths) to trinity il y a 13 ans
config.h.cmake conversion to the cmake building system il y a 6 ans
config.h.in Added abandoned KDE3 version of kdirstat il y a 14 ans
configure.files Added abandoned KDE3 version of kdirstat il y a 14 ans
configure.in KDE_USE_QT* -> KDE_USE_TQT* conversion il y a 6 ans
configure.in.in Add automake support for --enable-gcc-hidden-visibility. il y a 12 ans
kdirstat.kdevprj LIB_QT -> LIB_TQT conversion to align to updated admin module il y a 6 ans
kdirstat.lsm Update version number to R14.1.0 il y a 9 ans
kdirstat.spec Rename a number of libraries and executables to avoid conflicts with KDE4 il y a 11 ans
stamp-h.in Added abandoned KDE3 version of kdirstat il y a 14 ans
subdirs Added abandoned KDE3 version of kdirstat il y a 14 ans

README

This is a graphical "du" (disk usage) display.

What you see here is a 90% rewrite - GUI, engine, everything.  The one thing it
can do a whole lot better than the old version is stay on one file system - the
single most most requested feature. Plus, it's way faster for large directory
trees - scanning an entire Linux file system no longer takes 30+
minutes. Rather, it's about 2-3 minutes: The old version seemed to have
problems with system buffer thrashing due to too many directories open for
reading at one time - the new version uses an internal queue and keeps only one
directory open.

For more details, see the KDirStat home page at

	http://kdirstat.sourceforge.net/



Stefan Hundhammer <sh@suse.de>
2002-05-10