Last indexation completed on 2024-04-21 06:00:38 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 - 2024-02-11 01:48:36

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/ - 2024-02-11 01:48:36  
graphic file 22-apps-fsview.png 802 bytes 2024-02-11 01:48:36 -  
graphic file 32-apps-fsview.png 862 bytes 2024-02-11 01:48:36 -  
file CMakeLists.txt 1628 bytes 2024-02-11 01:48:36 -  
file fsview.cpp 15987 bytes 2024-02-11 01:48:36 2024-04-21 04:57:57

FSView specialization of TreeMap classes.

file fsview.desktop 7356 bytes 2024-02-11 01:48:36 -  
file fsview.h 3087 bytes 2024-02-11 01:48:36 2024-04-21 04:57:57

FSView specialization of TreeMap classes.

file fsview_part.cpp 19021 bytes 2024-02-11 01:48:36 2024-04-21 04:57:57

The KPart embedding the FSView widget

file fsview_part.h 2828 bytes 2024-02-11 01:48:36 2024-04-21 04:57:57

The KPart embedding the FSView widget

file fsview_part.json.in 7880 bytes 2024-02-11 01:48:36 -  
file fsview_part.qrc 137 bytes 2024-02-11 01:48:36 -  
file fsview_part.rc 945 bytes 2024-02-11 01:48:36 -  
file inode.cpp 8466 bytes 2024-02-11 01:48:36 2024-04-21 04:57:58

FSView specialization of TreeMapItem class.

file inode.h 2091 bytes 2024-02-11 01:48:36 2024-04-21 04:57:58

FSView specialization of TreeMapItem class.

file main.cpp 1653 bytes 2024-02-11 01:48:36 2024-04-21 04:57:58  
file Messages.sh 74 bytes 2024-02-11 01:48:36 2024-04-21 04:57:58  
file README 1167 bytes 2024-02-11 01:48:36 -  
file scan.cpp 8560 bytes 2024-02-11 01:48:36 2024-04-21 04:57:58  
file scan.h 5790 bytes 2024-02-11 01:48:36 2024-04-21 04:57:58

Classes for breadth-first search in local filesystem

file treemap.cpp 97490 bytes 2024-02-11 01:48:36 2024-04-21 04:57:59

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

file treemap.h 24247 bytes 2024-02-11 01:48:36 2024-04-21 04:58:00

A Widget for visualizing hierarchical metrics as areas.