Commit Graph

41 Commits

Author SHA1 Message Date
Craig Drummond
62316d3f46 Add settings page to configure API keys.
Issue #1234
2018-03-14 20:32:11 +00:00
padertux
d01f915b4a Refactor code to use C++11 nullptr 2018-01-08 23:01:25 +01:00
padertux
c2ee7e5ad8 Refactor code to use C++11 overriding 2018-01-08 22:51:48 +01:00
Craig Drummond
445d1497ac Update (c) year 2018-01-01 10:11:39 +00:00
Craig Drummond
5cea460543 Improve scrollbars with some themes
Issue #1150
2017-12-24 14:57:45 +00:00
Craig Drummond
e67d6e3a23 Use Qt5's translation framework - ts files, not po files. 2017-04-08 10:35:31 +01:00
Craig Drummond
a2f007a2b7 Update (c) year 2017-04-02 18:45:30 +01:00
Craig Drummond
05647dca0f Update (c) year 2016-01-08 18:55:13 +00:00
Craig Drummond
a195fc69e4 Clear context background if no image can be found - don't leave the previous artist showing! 2015-11-07 08:50:27 +00:00
Craig Drummond
4421979221 No longer using discogs - API has changed. 2015-11-05 21:02:39 +00:00
Craig Drummond
2406289303 Update (c) year 2015-08-13 21:12:34 +01:00
Craig Drummond
406f99be02 Always build support for Dynamic, Online, and Streams 2015-06-26 21:18:25 +01:00
Craig Drummond
087bffb08c Initial work on using SQL for MPD cache. Not 100% functional. Eventually
will also use SQL for Jamendo and Magantune...
2015-06-07 22:18:19 +01:00
craig.p.drummond
12b7bf0e83 Rename mpd source folder to mpd-interface to help build errors when libmpdclient(?) is also installed.
BUG: 650
2015-03-16 19:18:52 +00:00
craig.p.drummond
d29d9a8781 Alter includes to have su-folder - e.g. utils.h -> support/utils.h 2014-05-13 18:37:52 +00:00
craig.p.drummond
bf736496e9 When usng track organizer, also try to move artist and backdrop images 2014-04-02 17:39:19 +00:00
craig.p.drummond
8721f57429 When current song is from an online-service (Jamendo, Magnatune, etc) then only show cover and tite in context view. No attempt is made to get artist, album, or song information - as these are likely to fail anyway. 2014-03-21 20:06:37 +00:00
craig.p.drummond
4eb9f8c672 When context view is collpased, draw background over selector buttons. 2014-03-11 19:44:47 +00:00
craig.p.drummond
75ed16444f When transitioning between backdrops in cover view, draw old at correct position. 2014-03-07 17:18:32 +00:00
craig.p.drummond
8df3449df8 Background update imrovements 2014-03-07 17:17:10 +00:00
craig.p.drummond
691adc5173 Cleanup 2014-02-27 17:42:07 +00:00
craig.p.drummond
3437238121 Reduce splitter width between playqueue and views to 1 pixel. 2014-02-27 17:41:23 +00:00
craig.p.drummond
e5b1af9b64 Fix scaling of context view background when size of view changes. 2014-02-26 20:08:19 +00:00
craig.p.drummond
0cab95c6e9 - Add option to use a custom image as context view backdrop.
- Add option to specify blur and opacity of context view backdrop image.
2014-01-26 16:04:23 +00:00
craig.p.drummond
1651b88e8e Custom widget for collapsed view selector 2014-01-20 20:45:31 +00:00
craig.p.drummond
e8954fb037 Remove htbackdrops.com code - as doesn't look like this is comming back! 2014-01-10 20:01:57 +00:00
craig.p.drummond
ab7ffecca3 Update (c) year 2014-01-06 19:32:05 +00:00
craig.p.drummond
f47837aa7a Scale context view backdrops. 2013-12-23 21:05:13 +00:00
craig.p.drummond
8b4b81412a Add option to always collapse context into single pane. 2013-12-23 11:00:37 +00:00
craig.p.drummond
fa1a25be60 - Look for backdrop.jpg/png in music folder before attempting to download.
- Add option to store downloaded backdrops into music folder. Stored as backdrop.jpg
2013-11-11 19:27:38 +00:00
craig.p.drummond
7be10dfc20 Max backgdrop size 2013-10-28 20:39:13 +00:00
craig.p.drummond
182e78160f If fail to get a musicbrainz id, and artist contains a '/', try again without '/' 2013-10-17 17:25:31 +00:00
craig.p.drummond
5683f7939b Use NetworkJob to automatically, and consistently, handle re-directs 2013-09-18 18:11:49 +00:00
craig.p.drummond@gmail.com
24f138cad2 Dont increase zoom every time config is read!
BUG: 251
2013-07-05 11:03:27 +00:00
craig.p.drummond
9ae576946d Use QPixmap not QImage 2013-06-25 18:06:14 +00:00
craig.p.drummond
fa9892337f Keep track of the last 20 artists we had to create backdrops for - so that we dont keep on query online service each time 2013-06-25 18:04:39 +00:00
craig.p.drummond
0686161067 Comment out unused var. 2013-06-20 19:13:24 +00:00
craig.p.drummond
cf2524a321 Use fanart.tv for backdrops in contextview. This provides larger images than discogs (which is still the fallback), and HomeTheaterBackdrops seems to be no longer available :-( 2013-06-16 19:42:37 +00:00
craig.p.drummond
8c89bd14dd Use discogs for context backdrop 2013-06-14 17:28:39 +00:00
craig.p.drummond
58507f551b Add debug logging 2013-06-10 16:34:22 +00:00
craig.p.drummond
aaddf7b6d3 s/ContextPage/ContextWidget/g s/InfoPage/ContextPage/g 2013-06-08 07:06:58 +00:00