summaryrefslogtreecommitdiffstats
path: root/beetplayer.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add Splash ScreenArno2017-03-051-0/+6
|
* Set initial view to AlbumArno2017-03-051-1/+1
|
* Fix player statusArno2017-03-051-11/+3
| | | | | Display the appropriate status in statusBar. Don't use QMediaPlayer::State, but QMediaStatus::MediaStatus to signal EOF.
* Fix play ButtonArno2017-03-051-0/+6
| | | | | 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-2/+74
| | | | | | | | 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-19/+1
| | | | and got rid of the TabWidget!
* Artwork and GUI modificationsArno2017-02-261-4/+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.
* Edit artworkArno2017-02-261-1/+1
| | | | Replace icon...
* Implement basic player layoutArno2017-02-251-0/+3
| | | | Does nothing yet, just for show :)
* Added Menus and GlobalsArno2017-02-191-0/+35
|
* Added some ArtworkArno2017-02-191-2/+3
|
* First version of IndexerWidgetArno2017-02-181-0/+12
| | | | List metadata of files, nothing else...
* Initial commitArno2017-02-181-0/+38
Create database and connect. Does nothing yet...