diff options
author | Ken Moore <ken@pcbsd.org> | 2015-03-26 16:11:27 -0400 |
---|---|---|
committer | Ken Moore <ken@pcbsd.org> | 2015-03-26 16:11:27 -0400 |
commit | 6a8abc0869565ab57d5a6ac73be39150926abb43 (patch) | |
tree | 1c199f778c924daba4fc9f214c5a79c2ec9938c1 /lumina-fm/MainUI.h | |
parent | Clean up the new filesystemusage functions a bit. Make sure that the director... (diff) | |
download | lumina-6a8abc0869565ab57d5a6ac73be39150926abb43.tar.gz lumina-6a8abc0869565ab57d5a6ac73be39150926abb43.tar.bz2 lumina-6a8abc0869565ab57d5a6ac73be39150926abb43.zip |
Streamline quite a bit of the background worker:
1) Make sure the background routine *only* runs if the directory has changed or been modified (changing the view/config will no longer re-scan the dir)
2) Cleanup the number of translated strings in the dir info routine, and make it easily modified for larger file sizes (already increased to TB now).
3) Ensure that the whole-dir info is re-displayed if the selection is cleared.
Diffstat (limited to 'lumina-fm/MainUI.h')
-rw-r--r-- | lumina-fm/MainUI.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lumina-fm/MainUI.h b/lumina-fm/MainUI.h index 4744fe2a..d88492d6 100644 --- a/lumina-fm/MainUI.h +++ b/lumina-fm/MainUI.h @@ -114,7 +114,6 @@ private: //Common functions for browser info/usage QString getCurrentDir(); - QString ItemsInstatusBar(QFileInfoList fileList, QString message); void setCurrentDir(QString); QFileInfoList getSelectedItems(); //QModelIndexList getVisibleItems(); |