https://bugs.kde.org/show_bug.cgi?id=443552

            Bug ID: 443552
           Summary: View file properties in image/video browser
           Product: kphotoalbum
           Version: GIT master
          Platform: Other
                OS: Linux
            Status: REPORTED
          Severity: wishlist
          Priority: NOR
         Component: Viewer
          Assignee: kpab...@willden.org
          Reporter: schleth...@web.de
  Target Milestone: ---

SUMMARY

I would like to see the file properties (size, date (as in file system), owner,
permissions, ...) while browsing in thumbnail mode or via a link in the info
bar in the viewer.

File stats as in the Perl docs (should be similar in C/C++):

 0 dev      device number of filesystem
 1 ino      inode number
 2 mode     file mode  (type and permissions)
 3 nlink    number of (hard) links to the file
 4 uid      numeric user ID of file's owner
 5 gid      numeric group ID of file's owner
 6 rdev     the device identifier (special files only)
 7 size     total size of file, in bytes
 8 atime    last access time in seconds since the epoch
 9 mtime    last modify time in seconds since the epoch
10 ctime    inode change time in seconds since the epoch (*)
11 blksize  preferred I/O size in bytes for interacting with the
            file (may vary from file to file)
12 blocks   actual number of system-specific blocks allocated
            on disk (often, but not always, 512 bytes each)

The additional option for the info block could look similar to "ls -lh":
Stats: hugo:users rw-r--r-- 20.01.2008 12.3M
or
File-Info: ...
This would show the fields 4:5, 2, 9 and 7 in human readable form.

I added this to the Viewer Component as the implementation there seems to be
more straight forward than in Browser or Thumbnail View. The selection dialog
for the info to be shown is already there.

This is a "nice to have" item :-)

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to