Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement layout for CopyDialog | Arno | 2018-10-13 | 1 | -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... | Arno | 2018-02-18 | 1 | -0/+1 |
| | | | | | Well, all those Collection*Views are Q_OBJECTs of course, forgot to add the macro... :( | ||||
* | New class: CollectionDatesView | Arno | 2018-02-17 | 1 | -0/+14 |
Basically the same as populateByDate, just wrapped in a shiny, new CollectionWidget. |