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
TDE Gitea cfb8d731d1
Reset submodule main/applications/kdirstat/admin to latest HEAD
5 anos atrás
admin@2ba4c0d451 Reset submodule main/applications/kdirstat/admin to latest HEAD 5 anos atrás
cmake@451ca41345 Reset submodule main/applications/kdirstat/cmake to latest HEAD 5 anos atrás
doc conversion to the cmake building system 6 anos atrás
kdirstat Fix forward class declaration. 6 anos atrás
po conversion to the cmake building system 6 anos atrás
.gitmodules Added common directories 13 anos atrás
AUTHORS Added abandoned KDE3 version of kdirstat 14 anos atrás
CMakeLists.txt Added controlled conversions to char* instead of automatic ascii conversions. 6 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 qt -> tqt conversion: 6 anos atrás
ConfigureChecks.cmake conversion to the cmake building system 6 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 Replaced _BSD_SOURCE, _SVID_SOURCE with _DEFAULT_SOURCE. Removed AC_CHECK_GNU_EXTENSIONS. 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.cmake conversion to the cmake building system 6 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 KDE_USE_QT* -> KDE_USE_TQT* conversion 6 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