KDirStat – a graphical disk usage utility
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
Přejít na soubor
Slávek Banko ed22bfe07b
Fix forward class declaration.
před 6 roky
admin@83f68e199a Reset submodule main/applications/kdirstat/admin to latest HEAD před 6 roky
cmake@e5692c8bdb Reset submodule main/applications/kdirstat/cmake to latest HEAD před 6 roky
doc conversion to the cmake building system před 6 roky
kdirstat Fix forward class declaration. před 6 roky
po conversion to the cmake building system před 6 roky
.gitmodules Added common directories před 13 roky
AUTHORS Added abandoned KDE3 version of kdirstat před 14 roky
CMakeLists.txt Added controlled conversions to char* instead of automatic ascii conversions. před 6 roky
COPYING Added abandoned KDE3 version of kdirstat před 14 roky
COPYING.LIB Added abandoned KDE3 version of kdirstat před 14 roky
CREDITS Added abandoned KDE3 version of kdirstat před 14 roky
ChangeLog qt -> tqt conversion: před 6 roky
ConfigureChecks.cmake conversion to the cmake building system před 6 roky
INSTALL Added abandoned KDE3 version of kdirstat před 14 roky
Makefile.am Added abandoned KDE3 version of kdirstat před 14 roky
Makefile.cvs Added abandoned KDE3 version of kdirstat před 14 roky
Makefile.dist Added abandoned KDE3 version of kdirstat před 14 roky
README Added abandoned KDE3 version of kdirstat před 14 roky
TODO Added abandoned KDE3 version of kdirstat před 14 roky
acinclude.m4 Replaced _BSD_SOURCE, _SVID_SOURCE with _DEFAULT_SOURCE. Removed AC_CHECK_GNU_EXTENSIONS. před 6 roky
aclocal.m4 Added abandoned KDE3 version of kdirstat před 14 roky
build-howto.html Convert remaining references to kde3 (e.g. in paths) to trinity před 13 roky
config.h.cmake conversion to the cmake building system před 6 roky
config.h.in Added abandoned KDE3 version of kdirstat před 14 roky
configure.files Added abandoned KDE3 version of kdirstat před 14 roky
configure.in KDE_USE_QT* -> KDE_USE_TQT* conversion před 6 roky
configure.in.in Add automake support for --enable-gcc-hidden-visibility. před 12 roky
kdirstat.kdevprj LIB_QT -> LIB_TQT conversion to align to updated admin module před 6 roky
kdirstat.lsm Update version number to R14.1.0 před 9 roky
kdirstat.spec Rename a number of libraries and executables to avoid conflicts with KDE4 před 11 roky
stamp-h.in Added abandoned KDE3 version of kdirstat před 14 roky
subdirs Added abandoned KDE3 version of kdirstat před 14 roky

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