User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.1) Gecko/20060311 Ubuntu/dapper Firefox/1.5.0.1 Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.1) Gecko/20060311 Ubuntu/dapper Firefox/1.5.0.1 in the directory properties dialog show the size of the directory as windows and nautilus do Reproducible: Always
Committed with revision 20534. 2006-03-24 Benedikt Meurer <benny@xfce.org> * thunar-vfs/thunar-vfs-marshal.list: Add a marshaller for the "status-ready" signal for the upcoming ThunarVfsDeepCountJob. * thunar-vfs/thunar-vfs.{c,h}, thunar-vfs/thunar-vfs.symbols, thunar-vfs/Makefile.am, thunar-vfs/thunar-vfs-deep-count-job.{c,h}: Add ThunarVfsDeepCountJob, which calculates the number of items and the total size of the items in a given directory. Bug #1603. * thunar/Makefile.am, thunar/thunar-size-label.{c,h}, thunar/thunar-properties-dialog.c: Add ThunarSizeLabel widget class, which handles the ThunarVfsDeepCountJob and displays the total size of a file for the properties dialog. Bug #1603.
Do these fixes include the feature that the sum of sizes of selected files and folders recursively is displayed in properties dialog, if multiple files are seleced? (At least Thunar 0.3.1svn-r21789 has properties dialog disabled, when multiple files are selected.) BTW the size displayed in the status bar is IMO missleading, when a folder (among other files) is selected. Who need's to know folder file's size?
No, the properties dialog is currently only available on a single file/folder.
If I remember right, Windows does the summed calculation in properties, even if multiple files are selected. Many times it is handy to know the total size of selection.