summaryrefslogtreecommitdiffstats
path: root/beetplayer.h
Commit message (Collapse)AuthorAgeFilesLines
* Quit BeetPlayer when closing the main windowArno2017-03-081-0/+3
| | | | Adding QSystemTrayIcon actually changed that behavior...
* Use the new color settings, make it buunt!Arno2017-03-071-0/+1
|
* Fix player statusArno2017-03-051-1/+1
| | | | | Display the appropriate status in statusBar. Don't use QMediaPlayer::State, but QMediaStatus::MediaStatus to signal EOF.
* Fix play ButtonArno2017-03-051-0/+1
| | | | | Print a statusbar message when the playlist is empty. If it isn't empty, but nothing is selected, select the first entry and play it.
* Implement statusBarArno2017-03-051-0/+15
| | | | | | | | 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-3/+0
| | | | and got rid of the TabWidget!
* Added Menus and GlobalsArno2017-02-191-0/+6
|
* First version of IndexerWidgetArno2017-02-181-0/+1
| | | | List metadata of files, nothing else...
* Initial commitArno2017-02-181-0/+16
Create database and connect. Does nothing yet...