6
0
Fork 0
KDirStat – a graphical disk usage utility
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
Ir para arquivo
Michele Calgaro 497e51a479
LIB_QT -> LIB_TQT conversion to align to updated admin module
6 anos atrás
admin@7b38d20e88 Reset submodule main/applications/kdirstat/admin to latest HEAD 6 anos atrás
cmake@e5692c8bdb Reset submodule main/applications/kdirstat/cmake to latest HEAD 6 anos atrás
doc Fix invalid headers in PNG files and optimize for size 8 anos atrás
kdirstat LIB_QT -> LIB_TQT conversion to align to updated admin module 6 anos atrás
po Additional renaming of kde to tde 13 anos atrás
.gitmodules Added common directories 13 anos atrás
AUTHORS Added abandoned KDE3 version of kdirstat 14 anos atrás
COPYING Added abandoned KDE3 version of kdirstat 14 anos atrás
COPYING.LIB Added abandoned KDE3 version of kdirstat 14 anos atrás
CREDITS Added abandoned KDE3 version of kdirstat 14 anos atrás
ChangeLog Rename a number of libraries and executables to avoid conflicts with KDE4 11 anos atrás
INSTALL Added abandoned KDE3 version of kdirstat 14 anos atrás
Makefile.am Added abandoned KDE3 version of kdirstat 14 anos atrás
Makefile.cvs Added abandoned KDE3 version of kdirstat 14 anos atrás
Makefile.dist Added abandoned KDE3 version of kdirstat 14 anos atrás
README Added abandoned KDE3 version of kdirstat 14 anos atrás
TODO Added abandoned KDE3 version of kdirstat 14 anos atrás
acinclude.m4 LIB_QT -> LIB_TQT conversion to align to updated admin module 6 anos atrás
aclocal.m4 Added abandoned KDE3 version of kdirstat 14 anos atrás
build-howto.html Convert remaining references to kde3 (e.g. in paths) to trinity 13 anos atrás
config.h.in Added abandoned KDE3 version of kdirstat 14 anos atrás
configure.files Added abandoned KDE3 version of kdirstat 14 anos atrás
configure.in Rename kde-config to tde-config 12 anos atrás
configure.in.in Add automake support for --enable-gcc-hidden-visibility. 12 anos atrás
kdirstat.kdevprj LIB_QT -> LIB_TQT conversion to align to updated admin module 6 anos atrás
kdirstat.lsm Update version number to R14.1.0 9 anos atrás
kdirstat.spec Rename a number of libraries and executables to avoid conflicts with KDE4 11 anos atrás
stamp-h.in Added abandoned KDE3 version of kdirstat 14 anos atrás
subdirs Added abandoned KDE3 version of kdirstat 14 anos atrás

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