Last indexation completed on 2023-05-30 09:33:32 UTC

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 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.


SEE ALSO: README

  Name Size Date (UTC) Last indexed Description
  Name Size Date (UTC) Last indexed Description
folder Parent directory - 2023-05-30 07:55:40

Konqueror Plugins
This module contains plugins that interact with Konqueror.
babelfish
This works on KHTMLPart/KWebKitPart. It uses Google to translate the current page to whatever language you want (within reason).


SEE ALSO: README

folder tests/ - 2023-05-30 07:55:40  
graphic file 22-apps-fsview.png 802 bytes 2023-05-30 07:55:40 -  
graphic file 32-apps-fsview.png 862 bytes 2023-05-30 07:55:40 -  
file CMakeLists.txt 1651 bytes 2023-05-30 07:55:40 -  
file fsview.cpp 15991 bytes 2023-05-30 07:55:40 2023-05-30 09:17:36

FSView specialization of TreeMap classes.

file fsview.desktop 7199 bytes 2023-05-30 07:55:40 -  
file fsview.h 3087 bytes 2023-05-30 07:55:40 2023-05-30 09:17:36

FSView specialization of TreeMap classes.

file fsview_part.cpp 18003 bytes 2023-05-30 07:55:40 2023-05-30 09:17:36

The KPart embedding the FSView widget

file fsview_part.desktop.in 9585 bytes 2023-05-30 07:55:40 -  
file fsview_part.h 2687 bytes 2023-05-30 07:55:40 2023-05-30 09:17:36

The KPart embedding the FSView widget

file fsview_part.rc 945 bytes 2023-05-30 07:55:40 -  
file inode.cpp 8447 bytes 2023-05-30 07:55:40 2023-05-30 09:17:36

FSView specialization of TreeMapItem class.

file inode.h 2091 bytes 2023-05-30 07:55:40 2023-05-30 09:17:36

FSView specialization of TreeMapItem class.

file main.cpp 1653 bytes 2023-05-30 07:55:40 2023-05-30 09:17:36  
file Messages.sh 74 bytes 2023-05-30 07:55:40 2023-05-30 09:17:36  
file README 1167 bytes 2023-05-30 07:55:40 -  
file scan.cpp 8560 bytes 2023-05-30 07:55:40 2023-05-30 09:17:36  
file scan.h 5790 bytes 2023-05-30 07:55:40 2023-05-30 09:17:37

Classes for breadth-first search in local filesystem

file treemap.cpp 97549 bytes 2023-05-30 07:55:40 2023-05-30 09:17:38

A Widget for visualizing hierarchical metrics as areas. The API is similar to QListView.

file treemap.h 24247 bytes 2023-05-30 07:55:40 2023-05-30 09:17:38

A Widget for visualizing hierarchical metrics as areas.