Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use a Thread for collecting file data | Arno | 2013-03-20 | 1 | -0/+32 |
| | | | | | | 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. | ||||
* | Make SmDirModel/SmDirWatcher do something | Arno | 2013-03-17 | 1 | -0/+1 |
| | | | | I think I got it working! It does what I want it to do :) | ||||
* | First shot at SmDirModel | Arno | 2013-03-16 | 1 | -0/+35 |
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... |