fixed problems with negative time shifts in DirDetails causing multiple GUI bugs in File Lists and Search

This commit is contained in:
csoler 2016-11-14 21:58:58 +01:00
parent d433713bd0
commit 8c8cc88503
9 changed files with 56 additions and 40 deletions

View file

@ -239,9 +239,9 @@ public:
RsFileHash hash;
std::string path; // full path of the parent directory, when it is a file; full path of the dir otherwise.
uint64_t count;
uint32_t age;
uint32_t mtime; // file/directory modification time, according to what the system reports
FileStorageFlags flags;
uint32_t min_age ; // minimum age of files in this subtree
uint32_t max_mtime ; // maximum modification time of the whole hierarchy below.
std::vector<DirStub> children;
std::list<RsNodeGroupId> parent_groups; // parent groups for the shared directory