summaryrefslogtreecommitdiffstats
path: root/beetplayer.qrc
Commit message (Collapse)AuthorAgeFilesLines
* GUI changesArno2018-11-241-2/+5
| | | | | | Play nice with themes, especially dark ones. Most likely the light icons will look crappy with a light theme, but theming support is another thing entirely. Right now I'm using a dark theme, so this is it...
* Implement Favorites viewArno2017-09-211-0/+1
| | | | And make it possible to remove songs from favorites!
* Add FavoritesArno2017-09-211-0/+1
| | | | | | | For now you can only add favorites, no view or removal. On the database side it's kinda awkward. I can't reference a song ID or something, because the DB is cleared on reindexing. So keep artist, song title and album as reference. I'm not yet sure if it's a good idea, though...
* Implement view for WebRadioArno2017-08-261-0/+1
| | | | does nothing yet, doesn't crash, either :)
* Adjust searchingArno2017-05-061-0/+2
| | | | | | | | | turns out searching the database is much cheaper than filtering views. For the latter we have to traverse the whole tree up and down to see if the current node is valid. If we have a valid parent, the current node is valid, and so is it when we have a current child...
* Added navigation for folder modeArno2017-04-091-0/+1
|
* Implement select, deselect all and delete for folder viewArno2017-03-201-0/+1
| | | | | | CTRL++ -> select pattern CTRL+- -> deselect all Delete -> Delete selected files
* Implement color choosing dialog for QTreeViewsArno2017-03-071-0/+1
| | | | | Hmm, this shouldn't be so hard. Quite a lot of code for such an easy thing, but maybe it's just me and I'm over-complicating things...
* Add view: searchArno2017-03-061-0/+1
|
* Add Splash ScreenArno2017-03-051-0/+1
|
* Implemet Filesystem ViewArno2017-03-051-0/+1
| | | | Kinda works, but expect unexpected bugs :)
* Add Action to View: clear and playArno2017-03-051-0/+1
|
* Change icon for clearing searchArno2017-03-041-0/+1
|
* Replace Filter buttons with Toolbar+ActionsArno2017-03-041-0/+1
| | | | | | | The QPushButtons took too much real estate, so turn them into QActions in a Toolbar. Also rename mFilter to the more appropriate mSearch.
* Change artworkArno2017-03-041-0/+4
| | | | | | Add icons for genres, songs, albums and artists. As it turns out, you really should use the copy constructor of QIcon. Speeds up things considerably!
* Implement previous and nextArno2017-02-271-0/+2
|
* Implement basic play controlsArno2017-02-271-0/+1
| | | | | Actually make play, pause and stop do something. Also implement mute and volume control.
* Implement shuffle playlistArno2017-02-271-0/+2
| | | | And add some artwork for icons...
* Turned IndexerWidget into a dialogArno2017-02-261-0/+1
| | | | and got rid of the TabWidget!
* Artwork and GUI modificationsArno2017-02-261-0/+7
| | | | | | | | 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-3/+1
| | | | Replace icon...
* Added Menus and GlobalsArno2017-02-191-0/+1
|
* Added some ArtworkArno2017-02-191-0/+6