summaryrefslogtreecommitdiffstats
path: root/picfilesmodel.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix archiving picturesArno2012-10-271-1/+1
| | | | | | Well, what can I say. Lost in recursion and parent pointers. This commit actually boils down to using the proper database tables and inserting the right values. 'Nuff said...
* Fix Mappings in PictureViewer2Arno2012-10-041-0/+49
Another fix for the new MappingTreeModel database layout: Make the mappings display correctly when showing an archived picture. For performance reasons I had to make PicFilesModel global and put it into a separate file. Also clean up MappingTreeModel: remove comments and unused functions.