Version: 2.15 (using KDE 4.5.1) OS: Linux Make the display of the archive show the number of items in a directory. It shows the size of a file so why not the number of items in a subdirectory. :-) Reproducible: Always Steps to Reproduce: open an archive containing a subdirectory. Actual Results: The columns are "Name, Size, Date" The size of a file is displayed in the Size column but nothing is shown for a directory. Expected Results: Show "x KiB" for a file and "x items" for a directory. If this requires processing power, make an option to turn it on or off.
Changing the default assignee in the currently open Ark bug reports to me.
Created attachment 54442 [details] Display the number of items (folders and files) in a directory This patch does what the bug report says but it tells how many folders and files there are in a folder instead of just the number of items. It also changes the info panel to have consistent information with the list view.
SVN commit 1210921 by rkcosta: Show the number of items directly under a subdirectory. The "Size" column in the archive listing now shows the number of directories and files directly under a given directory. The info panel now shows the same information too. Patch by Ghislain Mary <gmary AT lunacymaze DOT org>, thanks a lot! FEATURE: 252923 BUG: 252923 FIXED-IN: 4.7.0 M +17 -3 archivemodel.cpp M +1 -1 archivemodel.h M +4 -1 infopanel.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1210921