Commit Graph

53 Commits

Author SHA1 Message Date
craig.p.drummond
e872124e3b Initial support for Composer tag 2013-08-22 18:18:59 +00:00
craig.p.drummond
7a42703c7e Optionally use current album cover as play queue backdrop 2013-06-25 18:05:48 +00:00
craig.p.drummond
6115ba30ca Remove lyrics and info pages, and place within a new context view. 2013-05-18 10:13:53 +00:00
craig.p.drummond
ce7c738e9d If we change the single click setting, then highlight the note label 2013-05-01 07:04:53 +00:00
craig.p.drummond
c6f89ee6d5 Library view has been renamed Artists 2013-04-15 18:36:11 +00:00
craig.p.drummond
aebf181b75 Remove 'windowTitle' property from widgets 2013-04-08 17:14:57 +00:00
craig.p.drummond
6bfb7c7e80 Only draw background behind lyrics, not info (as this already has an image) 2013-04-03 16:59:47 +00:00
craig.p.drummond
e1a7b195e5 Use EchoNest to retrieve artist information. 2013-03-20 19:57:33 +00:00
craig.p.drummond
6eadafac90 Try to be more conistent with single/double quotes. 2013-02-12 21:21:13 +00:00
craig.p.drummond
235dfdd406 Add option to save streams in mpd folder. 2013-02-03 20:38:11 +00:00
craig.p.drummond
ea5a5d416c Consistency.. 2013-01-30 19:15:46 +00:00
craig.p.drummond
df755f349f Use BuddyLabels... 2013-01-16 19:36:20 +00:00
craig.p.drummond
d044c96eb2 Intial support for Jamendo and Magnatune. 2013-01-14 20:02:22 +00:00
craig.p.drummond
fe4e97604d Improve text 2012-12-18 20:03:27 +00:00
craig.p.drummond
ec4f910d60 Merge 'External Settings' into 'Interface Settings' 2012-12-10 19:55:40 +00:00
craig.p.drummond@gmail.com
feb96abd94 Use QFormLayout::ExpandingFieldsGrow 2012-10-26 11:17:16 +00:00
craig.p.drummond
4ebdf8e337 Add a ON/OFF style checkbox for linux builds when NOT run under KDE. 2012-09-19 18:42:14 +00:00
craig.p.drummond@gmail.com
5c1b634e17 Add a gui setting to control the enforcement of single-click.
BUG:76
2012-09-10 11:09:43 +00:00
craig.p.drummond
0e2c130002 - Adjust size of covers in grouped view, icons in views, and main cover preview based upon font size.
- Add an extra cover-size setting (Automatic) which will adjust the covers in library and albums view based upon font size.
2012-06-18 18:23:47 +00:00
craig.p.drummond
f845cb74d8 Add note about artist images. 2012-06-14 19:05:30 +00:00
craig.p.drummond
746192d4a3 - Allow Icon/List for library view.
- Add option to show artist images in library view.
BUG:30
2012-06-11 21:07:24 +00:00
craig.p.drummond@gmail.com
0ed27e3b16 Create a 'BuddyLabel' class. When this receives a mouse-release event, it passes focus to its buddy - and if the buddy is a checkbox, it toggles the setting.
BUG:4
2012-04-27 11:09:51 +00:00
craig.p.drummond@gmail.com
0da24c2647 Add option to draw (15% opacity) tiled cover as background to lyrics page. 2012-04-26 20:47:51 +00:00
craig
3048d6a54e Add extr-large cover sizes (64pixels library, 160pixels albums). 2012-04-18 18:33:39 +00:00
craig
97ae99f591 Add option to sort albumview by artist/year/album. 2012-03-29 21:39:03 +00:00
craig
95a1a15f9d Add basic lyrics editing. 2012-03-25 08:42:32 +00:00
craig
df41259da5 Plase playQ next to views 2012-03-23 20:34:13 +00:00
craig
cd586abb6f Tabs not moveable 2012-03-23 20:33:06 +00:00
craig
1621faf8d6 Add option to group albums with multiple artists under Various Artists. 2012-03-20 21:11:02 +00:00
craig
e6182412c3 Initial import of grouped playlists - NOT FINISHED 2012-03-16 22:33:34 +00:00
craig
11aa117292 Re-organise interface settings 2012-03-09 18:59:00 +00:00
craig
4d0be858bc More control over playqueue 2012-03-09 18:58:30 +00:00
craig
fb7ef3d9da Remove margins 2012-03-01 18:37:42 +00:00
craig
b76abb335a Control items 2012-02-28 19:55:51 +00:00
craig
2198dd6637 Initial import of collapsable play queue listview
TODO: Removing collapsed item only removes 1 track; reloading play queue needs to preserve exapanded albums
2012-02-27 22:03:07 +00:00
craig
0653b3ed3c Grouped play queue :-) 2012-02-24 18:09:07 +00:00
craig
088646debc Add option to sort albums in albums view by either; album-artist, or
artist-album.
2012-02-23 16:54:04 +00:00
craig
7934ca9d9e Configurable lsit/treeview for devices 2012-01-19 19:28:20 +00:00
craig
b75d04f876 Add option to hide delete songs action 2012-01-15 21:25:07 +00:00
craig
ee4919da62 Change dock item icon to cover 2012-01-03 19:56:03 +00:00
craig
312a56aeb0 Add option to group single track artist/albums under
'Various Artists'/'Single Tracks'/'Artist - Track'
2012-01-03 19:52:45 +00:00
craig
4388bcdd4a Add option to show/sort album year. 2011-12-31 11:13:46 +00:00
craig
75f77e8b0d Proper model for streams, and multi-view 2011-12-21 19:43:49 +00:00
craig
2eb6a38973 Spelling! 2011-12-21 00:22:24 +00:00
craig
91949b2d9e Fix Qt warning 2011-12-19 19:30:50 +00:00
craig
8eaffa08e0 Album views 2011-12-19 19:28:13 +00:00
craig
647eec5aff Make an 'ItemView' class so that each view can set whether to be list or tree like. 2011-12-18 20:04:13 +00:00
craig
e9bf295d41 List view for library - styled item delegate todo!!! 2011-12-10 22:59:48 +00:00
craig
d04cd47ee5 Add config option to set album cover size 2011-12-09 18:28:23 +00:00
craig
6f26be6a79 Fix some string capitalisation 2011-12-05 19:35:41 +00:00