aboutsummaryrefslogtreecommitdiff
path: root/lumina-fm/BackgroundWorker.cpp
Commit message (Collapse)AuthorAge
* Fix a bug with resolving sym-links during the search for ZFS snapshots. Now ↵Ken Moore2015-03-05
| | | | it will always start with the canonical path (no sym links or redundant paths).
* Enable a bunch of debugging in the lumina-fm background worker. Something in ↵Ken Moore2015-03-02
| | | | ther is crashing on occasion - still not sure what yet.
* 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).
* Commit a checkpoint on the conversion of Lumina to Qt5.Ken Moore2014-12-18
| | | | It is functional at the moment, but still has a few rough edges with regards to the X11 background interface (due to the move from XLib to XCB in Qt5). This reulst in some of the window manager interactions not behaving properly (such as sticky status on panels).
* 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