summaryrefslogtreecommitdiffstats
path: root/beetplayer.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Create keyboard Shortcuts for ViewsArno2018-08-251-0/+17
| | | | In order of the bottom Icons: Alt+1 = Artist, Alt+6 = Folder
* Remove useless view label in status barArno2018-07-301-12/+0
|
* Call randomPlay from BeetPlayer on startupArno2018-05-111-0/+1
| | | | | When calling it from PlayerWidget, not all signals are connected yet, so delay it until we're done.
* Make use of the new CollectionView classesArno2018-02-171-2/+2
| | | | | | This removes pretty much any function. This commit compiles, but it's completely useless. It can't even play a song, but it does display what view we're populating on the splash screen, and the view buttons work :)
* Change to new style connect syntaxArno2017-03-241-8/+8
| | | | | | | | 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...
* Quit BeetPlayer when closing the main windowArno2017-03-081-0/+4
| | | | Adding QSystemTrayIcon actually changed that behavior...
* Use the new color settings, make it buunt!Arno2017-03-071-0/+22
|
* Read and write settingsArno2017-03-061-0/+3
|
* Set appropriate window titleArno2017-03-061-0/+5
|
* 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...