summaryrefslogtreecommitdiffstats
path: root/playerwidget.h
Commit message (Collapse)AuthorAgeFilesLines
* Rethink GUIArno2017-02-251-8/+6
| | | | | | | | | | While figuring out how to populate the album view, I realized that I don't want to view my music by albums, only by artist, maybe by genre... So I removed the QComboBox for the different sort orders and concentrated on the filter, which is a good thing (tm). Just make the filter find anything you need. Name/Title is already implemented. Have to think about genre/year...
* Populate albumsArno2017-02-251-0/+2
|
* Implement basic player layoutArno2017-02-251-0/+42
Does nothing yet, just for show :)