aboutsummaryrefslogtreecommitdiff
path: root/lumina-fm/DirData.h
Commit message (Collapse)AuthorAge
* Convert the multimedia player and slideshow viewer into separate ↵Ken Moore2015-08-17
| | | | | | classes/widgets for lumina-fm, and add the new UI for the directory browser as well (no .h/.cpp source files filled out yet for it yet though). These new widgets/classes are tied into the build for compilation purposes, but they are not actually used in the app yet.
* Add a new data backend to lumina-fm: DirData.hKen Moore2015-08-11
While not tied in yet, this will eventually be used to replace the QFileSystemModel which is currently implemented - allowing for faster loading of directories within a seperate thread, as well as custom control over how directory information is retrieved/used in the GUI.
bgstack15