summaryrefslogtreecommitdiffstats
path: root/collectiondatesview.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Implement add sources to CopyDialogArno2018-10-131-0/+6
|
* Set source and Destination folder in CopyDialogArno2018-10-131-0/+19
| | | | | Still does nothing, but fill the source QLineEdit with something reasonable and try to guess the destination directory.
* Implement layout for CopyDialogArno2018-10-131-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 CollectionDatesViewArno2018-02-181-0/+3
| | | | Needed for Musicbrainz search.
* Fix sorting in CollectionWidgetsArno2018-02-171-0/+2
| | | | Sort everything ascending, except CollectionDatesView.
* New class: CollectionDatesViewArno2018-02-171-0/+74
Basically the same as populateByDate, just wrapped in a shiny, new CollectionWidget.