summaryrefslogtreecommitdiffstats
path: root/archivecontroller.h
Commit message (Collapse)AuthorAgeFilesLines
* Lots of Display ChangesArno2013-07-061-0/+2
| | | | | | | | | * Save header states * Implement delegates for columns * unify size and duration to 1 column * colorize View ... and lots of other things I forgot :)
* Basic ArchiveFilesModel and ArchiveControllerArno2013-07-061-0/+46
Implement a new file model for the archive. It's quite basic at this stage, but finally something happens when clicking the archive tree. Also, implement the interaction (signal -> slot) between the views and models in an explicit controller to prevent the mess from the old archive.