KDirStat – a graphical disk usage utility
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
Go to file
Michele Calgaro 497e51a479
LIB_QT -> LIB_TQT conversion to align to updated admin module
6 лет назад
admin@7b38d20e88 Reset submodule main/applications/kdirstat/admin to latest HEAD 6 лет назад
cmake@e5692c8bdb Reset submodule main/applications/kdirstat/cmake to latest HEAD 6 лет назад
doc Fix invalid headers in PNG files and optimize for size 8 лет назад
kdirstat LIB_QT -> LIB_TQT conversion to align to updated admin module 6 лет назад
po Additional renaming of kde to tde 13 лет назад
.gitmodules Added common directories 13 лет назад
AUTHORS Added abandoned KDE3 version of kdirstat 14 лет назад
COPYING Added abandoned KDE3 version of kdirstat 14 лет назад
COPYING.LIB Added abandoned KDE3 version of kdirstat 14 лет назад
CREDITS Added abandoned KDE3 version of kdirstat 14 лет назад
ChangeLog Rename a number of libraries and executables to avoid conflicts with KDE4 11 лет назад
INSTALL Added abandoned KDE3 version of kdirstat 14 лет назад
Makefile.am Added abandoned KDE3 version of kdirstat 14 лет назад
Makefile.cvs Added abandoned KDE3 version of kdirstat 14 лет назад
Makefile.dist Added abandoned KDE3 version of kdirstat 14 лет назад
README Added abandoned KDE3 version of kdirstat 14 лет назад
TODO Added abandoned KDE3 version of kdirstat 14 лет назад
acinclude.m4 LIB_QT -> LIB_TQT conversion to align to updated admin module 6 лет назад
aclocal.m4 Added abandoned KDE3 version of kdirstat 14 лет назад
build-howto.html Convert remaining references to kde3 (e.g. in paths) to trinity 13 лет назад
config.h.in Added abandoned KDE3 version of kdirstat 14 лет назад
configure.files Added abandoned KDE3 version of kdirstat 14 лет назад
configure.in Rename kde-config to tde-config 12 лет назад
configure.in.in Add automake support for --enable-gcc-hidden-visibility. 12 лет назад
kdirstat.kdevprj LIB_QT -> LIB_TQT conversion to align to updated admin module 6 лет назад
kdirstat.lsm Update version number to R14.1.0 9 лет назад
kdirstat.spec Rename a number of libraries and executables to avoid conflicts with KDE4 11 лет назад
stamp-h.in Added abandoned KDE3 version of kdirstat 14 лет назад
subdirs Added abandoned KDE3 version of kdirstat 14 лет назад

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