Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement layout for CopyDialog | Arno | 2018-10-13 | 1 | -0/+6 |
| | | | | | | | | 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... | ||||
* | Add roles to album item in CollectionDatesView | Arno | 2018-02-18 | 1 | -0/+3 |
| | | | | Needed for Musicbrainz search. | ||||
* | Fix sorting in CollectionWidgets | Arno | 2018-02-17 | 1 | -0/+2 |
| | | | | Sort everything ascending, except CollectionDatesView. | ||||
* | New class: CollectionDatesView | Arno | 2018-02-17 | 1 | -0/+74 |
Basically the same as populateByDate, just wrapped in a shiny, new CollectionWidget. |