summaryrefslogtreecommitdiffstats
path: root/indexerwidget.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Change to new style connect syntaxArno2017-03-241-3/+3
| | | | | | | | Quite some code churn, but I like the idea that wrong connections are compile time errors. Since I had to get rid of default arguments in Slots, this simplified things in doPopulateByFolder...
* Implement statusBarArno2017-03-051-3/+7
| | | | | | | | Display in statusBar: * viewMode * number of files in playlist * length of playlist in h:m:s * player status (Stopped, Playing, Paused)
* 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...