aboutsummaryrefslogtreecommitdiff
path: root/lumina-fm/BackgroundWorker.h
Commit message (Collapse)AuthorAge
* lumina-fm show separated number of folders and files in status barChristopher Roy Bratusek2015-04-18
|
* display some filesystem's information on the statusbar in a thread safe manierwilliam2015-03-25
|
* Clean up the Background of lumina-fm quite a bit:Ken Moore2015-02-18
| | | | | 1) Move all the File operations into a seperate thread (GUI no longer lags when performing long operations). 2) Streamline/simplify the time spent looking for snapshots of a directory (re-use the base snapshot directory found if it is still the same directory - no need to search for it again).
* Streamline the file manager quite a bit by putting the long-lived checks in ↵Ken Moore2014-11-05
a seperate thread. This speeds up the loading of a directory quite a bit.
bgstack15