summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Change font to courierArno2017-02-251-3/+6
| | | | ...again
* Fix IndexerArno2017-02-253-15/+17
| | | | | | Well, as it turns out, an artist is not married to an album, but to a song, and so is the genre. Adjust the database layout, indexer and view accordingly.
* Populate albumsArno2017-02-252-2/+52
|
* Implement basic player layoutArno2017-02-254-2/+175
| | | | Does nothing yet, just for show :)
* Added Menus and GlobalsArno2017-02-199-3/+123
|
* Added some ArtworkArno2017-02-195-2/+12
|
* Make IndexerWidget do somethingArno2017-02-192-5/+157
| | | | Well, actually index files!
* First version of IndexerWidgetArno2017-02-185-2/+170
| | | | List metadata of files, nothing else...
* Initial commitArno2017-02-186-0/+191
Create database and connect. Does nothing yet...