summaryrefslogtreecommitdiffstats
path: root/smdirmodel.h
Commit message (Collapse)AuthorAgeFilesLines
* Use a Thread for collecting file dataArno2013-03-201-2/+7
| | | | | | blocking the GUI isn't nice, so use a separate Thread to gather all the data for SmDirModel. Populating and changing directory works, but modifying a file is most likely broken.
* Auto resize FileViewArno2013-03-201-0/+3
| | | | | Automatically resize FileView when it changes. I guess I was quite drunk on the first try. Fortunately I didn't commit it :)
* Fix create FolderArno2013-03-171-0/+2
| | | | Don't let createFolder crash b/c of wrong model.
* Icons for SmDirModelArno2013-03-171-0/+5
| | | | | Made Icons for SmDirModel configurable. For now it's folders, movies, pictures and others.
* Make SmDirModel/SmDirWatcher do somethingArno2013-03-171-3/+7
| | | | I think I got it working! It does what I want it to do :)
* First shot at SmDirModelArno2013-03-161-0/+48
Gotta take a break here. Hopefully this will end up in a custom QFilesystemModel, but I'm hitting so many bugs on the way. Some things haven't worked for ages, I guess. Anyway, the watcher doesn't do anythying right now, still fixing bugs...