summaryrefslogtreecommitdiffstats
path: root/indexerwidget.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Turned IndexerWidget into a dialogArno2017-02-261-36/+50
| | | | and got rid of the TabWidget!
* Artwork and GUI modificationsArno2017-02-261-20/+0
| | | | | | | | Added the necessary QActions. Except the ConfigAction they don't do anything yet, but they have nice icons :) I got rid of the menuBar(tm) and added a QToolBar to the center widget instead.
* Fix IndexerArno2017-02-251-10/+11
| | | | | | 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.
* Added Menus and GlobalsArno2017-02-191-0/+22
|
* Make IndexerWidget do somethingArno2017-02-191-4/+135
| | | | Well, actually index files!
* First version of IndexerWidgetArno2017-02-181-0/+94
List metadata of files, nothing else...