KDirStat – a graphical disk usage utility
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
ファイルへ移動
gregory guy 1905b0563f
conversion to the cmake building system
6年前
admin@83f68e199a Reset submodule main/applications/kdirstat/admin to latest HEAD 6年前
cmake@e5692c8bdb Reset submodule main/applications/kdirstat/cmake to latest HEAD 6年前
doc conversion to the cmake building system 6年前
kdirstat conversion to the cmake building system 6年前
po conversion to the cmake building system 6年前
.gitmodules Added common directories 13年前
AUTHORS Added abandoned KDE3 version of kdirstat 14年前
CMakeLists.txt conversion to the cmake building system 6年前
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 qt -> tqt conversion: 6年前
ConfigureChecks.cmake conversion to the cmake building system 6年前
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 Replaced _BSD_SOURCE, _SVID_SOURCE with _DEFAULT_SOURCE. Removed AC_CHECK_GNU_EXTENSIONS. 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.cmake conversion to the cmake building system 6年前
config.h.in Added abandoned KDE3 version of kdirstat 14年前
configure.files Added abandoned KDE3 version of kdirstat 14年前
configure.in KDE_USE_QT* -> KDE_USE_TQT* conversion 6年前
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