You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdeaddons/konq-plugins/fsview
Michele Calgaro 7e9d8ea452
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
4 months ago
..
CMakeL10n.txt Add CMakeL10n rules. 5 years ago
CMakeLists.txt Desktop file translations: 4 years ago
Makefile.am LIB_QT -> LIB_TQT conversion to align to updated admin module 6 years ago
README Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
fsview.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 4 months ago
fsview.desktop Desktop file translations: 4 years ago
fsview.h Replace Q_OBJECT with TQ_OBJECT 10 months ago
fsview_part.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 4 months ago
fsview_part.desktop Desktop file translations: 4 years ago
fsview_part.h Replace Q_OBJECT with TQ_OBJECT 10 months ago
fsview_part.rc Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
hi22-app-fsview.png Fix invalid headers in PNG files and optimize for size 8 years ago
hi32-app-fsview.png Fix invalid headers in PNG files and optimize for size 8 years ago
inode.cpp Rename additional header files to avoid conflicts with KDE4 11 years ago
inode.h Remove additional unneeded tq method conversions 13 years ago
main.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 4 months ago
scan.cpp Rename common header files for consistency with class renaming 11 years ago
scan.h Rename a number of libraries and executables to avoid conflicts with KDE4 11 years ago
scantest.cpp konq-plugin/fsview: Fix sigfault in a unittest 11 years ago
treemap.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 4 months ago
treemap.h Replace Qt with TQt 6 months ago

README

What's this?
============

Josef Weidendorfer
Josef.Weidendorfer@gmx.de

FSView is a tool for showing disc utilization in a graphical form, much
like the UNIX command 'du'. The visualisation type choosen is a treemap.
Treemaps allow for showing metrics of objects in nested structures, like
sizes of files and directories on your hard disc, where the the size of
directories is defined to be the sum of the size of its children.
Each object is represented by a rectangle which area is proportional to
its metric. The metric must have the property that the sum of the
children's metric of some object is equal or smaller than the objects
metric. This holds true for the file/directory sizes in the use case of
FSView.

It's provided both as a Konqueror KPart plugin for the mime type
inode/directory, and a standalone executable.

This was meant as a small test application and usage tutorial for
the TreeMap widget developed within KCachegrind. As it's quite cool
and small, it is now provided as a Konqueror addon in KDE.

For a full featured graphical 'du', see KDirStat. It's quite similar
to FSView, but allows for lot of cleanup actions.

Happy space hunting,
Josef