Commit Graph

72 Commits

Author SHA1 Message Date
Craig Drummond
54f615cc77 Re-work online services so that Jamendo and Magantune use SQL backend.
This is NO WHERE NEAR COMPLETE! There are *lots* of missing features,
etc.
2015-06-19 21:39:56 +01:00
craig.p.drummond
8c9342d30d Add border if toolbar does not have one? 2015-04-05 09:49:13 +00:00
craig.p.drummond
93b70ec240 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
d0d293308d Fix OSX highlight colour 2014-09-20 21:53:46 +00:00
craig.p.drummond
ddfceb4237 Reduce corner radius 2014-09-20 21:49:39 +00:00
craig.p.drummond
db091227e2 Retina support for cover widget 2014-09-20 12:08:20 +00:00
craig.p.drummond
0fe274e525 Put spacer item in cover widget class - so that when widget is hidden, spacing is removed. 2014-09-18 16:29:11 +00:00
craig.p.drummond
064fa3bd47 Reduce cover size by 10% on OSX - a bt large otherwise? 2014-09-13 07:17:04 +00:00
craig.p.drummond
7bd99cddda Slightly larger covers 2014-08-17 15:01:02 +00:00
craig.p.drummond
9a05096969 Show perfomer in cover tooltip if this is set and different to album artist. 2014-08-17 15:00:38 +00:00
craig.p.drummond
e33a5f1800 Remove border from cover widget 2014-08-11 19:32:24 +00:00
craig.p.drummond
6a3910716f Fix SoundCloud and Podcast icon in cover widget, etc. 2014-07-16 20:41:13 +00:00
craig.p.drummond
2f0c16dd9a Also show composer (if non-empty) 2014-07-10 19:48:28 +00:00
craig.p.drummond
cb1b7c4884 Reduce alpha of border if there is no actual cover 2014-07-03 18:50:51 +00:00
craig.p.drummond
0d6c631118 Scale image if its too big
BUG: 497
2014-06-29 21:00:53 +00:00
craig.p.drummond
7ec99f93bd Move buildPath into Utils 2014-06-25 16:45:59 +00:00
craig.p.drummond
2c33800a85 Add mouse-over 2014-06-25 16:44:41 +00:00
craig.p.drummond
3db076a418 Expand/collapse when cover is clicked - as per previous releases 2014-06-22 13:56:43 +00:00
craig.p.drummond
b7e35ea9b8 Fix initial border when toggling in toolbar 2014-06-19 19:02:30 +00:00
craig.p.drummond
680c0f55c1 Remove 'shine' - probably a bit too much... 2014-06-19 19:01:38 +00:00
craig.p.drummond
e7cfd6c2a9 Only use gradient for border if using almost white text 2014-06-19 19:00:44 +00:00
craig.p.drummond
bf3f779bea - Use 2 lines for song info
- Left aling text
- Slightly larger play/pause button
- Hide stop button by default
2014-06-18 19:04:50 +00:00
craig.p.drummond
d6b41bf793 Re-add option to have cover in toolbar 2014-06-18 18:52:18 +00:00
craig.p.drummond
28526dcf06 - Remove corner cover widget.
- Remove collapsing of interface.
- Move position label inbetween controls.
- Use only 1 line for song details.
2014-02-19 20:39:12 +00:00
craig.p.drummond
94dadc31d9 Dont react to mouse-release event in coverwidget if an override cursor has been set. Fixes the case, with Qt5 builds, where a drag is started on the cover widget causes interface to expand/collapse. 2014-02-07 20:10:18 +00:00
craig.p.drummond
f5dd240b9c Only react to clicks if no modifiers 2014-01-23 19:49:28 +00:00
craig.p.drummond
f526f39c41 No need for eventFilter 2014-01-23 19:49:01 +00:00
craig.p.drummond
73dd285c6a Fix windows build 2014-01-17 20:06:56 +00:00
craig.p.drummond
fefe4ab9b9 Dont use podcast image as playqueue background - too blurry 2014-01-15 19:32:13 +00:00
craig.p.drummond
d91f8807d2 Results of cppcheck... 2014-01-08 19:49:48 +00:00
craig.p.drummond
addfca835a Update (c) year 2014-01-06 19:32:05 +00:00
craig.p.drummond
5c8e9f6787 Use QString to convert year into a number, as i18n formats number according to locale (so soetimes adds a comma!)
BUG: 329
2013-11-18 19:17:04 +00:00
craig.p.drummond
f2fa313ee4 - Allow some cover requests to be 'urgent' - these will be loaded in UI thread, if cover exists.
- Keep track of current cover queries, so that we dont attempt to acces the same one twice
2013-09-30 18:20:26 +00:00
craig.p.drummond
7d4cfaa8a6 Fix stream icon in windows builds 2013-09-18 18:15:14 +00:00
craig.p.drummond
c12c2adeec Show composer 2013-08-23 16:33:12 +00:00
craig.p.drummond
e5ba173764 Show album artist, not track artist 2013-08-23 16:32:55 +00:00
craig.p.drummond
e653e06281 Embed stream icons too 2013-08-12 18:32:58 +00:00
craig.p.drummond
d538f8d155 Use KIconTheme to ascertain icon theme name with KDE builds. 2013-07-22 21:52:25 +00:00
craig.p.drummond
f0bad94c9c Use i18n is a more KDE-like manner, other wise debug builds of kdelibs produce (I18N_ARGUMENT_MISSING)
BUG: 254
2013-07-18 14:52:45 +00:00
craig.p.drummond
a41b1ba50b Disable tooltip for streams - a tooltip makes no sense in this case. 2013-06-29 07:57:03 +00:00
craig.p.drummond
b0f0a723a1 Optionally use current album cover as play queue backdrop 2013-06-25 18:05:48 +00:00
craig.p.drummond
7c2666e011 Fix Qt5 crash on exit due to destructnig static QStringList 2013-06-13 18:55:00 +00:00
craig.p.drummond
dc6e3af0d8 Fix Qt5 segfault on exit, due to static QIcons being destructed. 2013-06-12 19:56:59 +00:00
craig.p.drummond
7ed5f42056 Spelling :-( 2013-06-04 18:27:49 +00:00
craig.p.drummond
a81428638c Use correct 'no cover; icon. 2013-05-01 18:12:14 +00:00
craig.p.drummond
d4e5592ca6 Initial attempt to improve item view responsiveness, as well as preserving cover load speed. Needs more work though :-( 2013-04-29 18:33:48 +00:00
craig.p.drummond
db65e1fa22 Much better stream icon 2013-04-25 12:55:58 +00:00
craig.p.drummond
7e2114cda0 No covers for streams 2013-04-24 18:30:32 +00:00
craig.p.drummond
2708f14001 Allow setting of artist image in cover dialog 2013-04-24 18:28:05 +00:00
craig.p.drummond
7c398b304d If a track does not have a cover, we need to set 'img' to the 'noCover' variant - so that the notification uses the correct image. 2013-04-12 18:52:34 +00:00