summaryrefslogtreecommitdiffstats
path: root/indexerwidget.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix signedness and conversion warningsArno2019-09-081-2/+2
|
* Change 0 as init value for pointers to nullptrArno2018-07-301-1/+1
| | | | No functional changes, just because QtCreator says so :)
* Improve indexing dialogArno2017-11-301-0/+4
| | | | | Show close button and disable/enable approriate buttons while reading data.
* Add creation date of directory to dbArno2017-05-021-1/+1
| | | | | This is in preparation for a new view to show albums in the order they were added.
* Implement statusBarArno2017-03-051-1/+1
| | | | | | | | 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-20/+9
| | | | and got rid of the TabWidget!
* Artwork and GUI modificationsArno2017-02-261-2/+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-2/+2
| | | | | | 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-1/+8
|
* Make IndexerWidget do somethingArno2017-02-191-1/+22
| | | | Well, actually index files!
* First version of IndexerWidgetArno2017-02-181-0/+57
List metadata of files, nothing else...