summaryrefslogtreecommitdiffstats
path: root/collectiondatesview.h
Commit message (Collapse)AuthorAgeFilesLines
* Implement layout for CopyDialogArno2018-10-131-0/+1
| | | | | | | | Does nothing yet except close. This was harder than it should be: To keep a GridLayout expanding its cells vertically, you have to set the Alignment in the *parent* Layout. Took me a while to figure out...
* Sprinkle Q_OBJECT here and there...Arno2018-02-181-0/+1
| | | | | Well, all those Collection*Views are Q_OBJECTs of course, forgot to add the macro... :(
* New class: CollectionDatesViewArno2018-02-171-0/+14
Basically the same as populateByDate, just wrapped in a shiny, new CollectionWidget.