KDirStat – a graphical disk usage utility
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
Ir al archivo
TDE Gitea 5ef823f5b9
Reset submodule main/applications/kdirstat/cmake to latest HEAD
hace 5 años
admin@2ba4c0d451 Reset submodule main/applications/kdirstat/admin to latest HEAD hace 5 años
cmake@f8254e1561 Reset submodule main/applications/kdirstat/cmake to latest HEAD hace 5 años
doc conversion to the cmake building system hace 6 años
kdirstat Add CMakeL10n rules. hace 5 años
po Update translation files hace 5 años
.gitmodules Added common directories hace 13 años
AUTHORS Added abandoned KDE3 version of kdirstat hace 14 años
CMakeL10n.txt Add CMakeL10n rules. hace 5 años
CMakeLists.txt Avoid overriding user linker flags (LDFLAGS) for modules and shared libs hace 5 años
COPYING Added abandoned KDE3 version of kdirstat hace 14 años
COPYING.LIB Added abandoned KDE3 version of kdirstat hace 14 años
CREDITS Added abandoned KDE3 version of kdirstat hace 14 años
ChangeLog qt -> tqt conversion: hace 6 años
ConfigureChecks.cmake conversion to the cmake building system hace 6 años
INSTALL Added abandoned KDE3 version of kdirstat hace 14 años
Makefile.am Added abandoned KDE3 version of kdirstat hace 14 años
Makefile.cvs Added abandoned KDE3 version of kdirstat hace 14 años
Makefile.dist Added abandoned KDE3 version of kdirstat hace 14 años
README Added abandoned KDE3 version of kdirstat hace 14 años
TODO Added abandoned KDE3 version of kdirstat hace 14 años
acinclude.m4 Replaced _BSD_SOURCE, _SVID_SOURCE with _DEFAULT_SOURCE. Removed AC_CHECK_GNU_EXTENSIONS. hace 6 años
aclocal.m4 Added abandoned KDE3 version of kdirstat hace 14 años
build-howto.html Convert remaining references to kde3 (e.g. in paths) to trinity hace 13 años
config.h.cmake conversion to the cmake building system hace 6 años
config.h.in Added abandoned KDE3 version of kdirstat hace 14 años
configure.files Added abandoned KDE3 version of kdirstat hace 14 años
configure.in KDE_USE_QT* -> KDE_USE_TQT* conversion hace 6 años
configure.in.in Add automake support for --enable-gcc-hidden-visibility. hace 12 años
kdirstat.kdevprj LIB_QT -> LIB_TQT conversion to align to updated admin module hace 6 años
kdirstat.lsm Update version number to R14.1.0 hace 9 años
kdirstat.spec Rename a number of libraries and executables to avoid conflicts with KDE4 hace 11 años
stamp-h.in Added abandoned KDE3 version of kdirstat hace 14 años
subdirs Added abandoned KDE3 version of kdirstat hace 14 años

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