Summary: | show number of items in a directory | ||
---|---|---|---|
Product: | [Applications] ark | Reporter: | James <bjlockie> |
Component: | general | Assignee: | Raphael Kubo da Costa <rakuco> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | gmary, rakuco |
Priority: | NOR | Keywords: | junior-jobs |
Version: | 2.15 | ||
Target Milestone: | --- | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 4.7.0 | |
Sentry Crash Report: | |||
Attachments: | Display the number of items (folders and files) in a directory |
Description
James
2010-10-01 06:46:48 UTC
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 |