Commit Graph

46 Commits

Author SHA1 Message Date
craig.p.drummond
4f11aa577f No need for eventFilter 2014-01-23 19:49:01 +00:00
craig.p.drummond
f08a5e81a2 Fix windows build 2014-01-17 20:06:56 +00:00
craig.p.drummond
6186bfb8a4 Dont use podcast image as playqueue background - too blurry 2014-01-15 19:32:13 +00:00
craig.p.drummond
2f24b3fd9b Results of cppcheck... 2014-01-08 19:49:48 +00:00
craig.p.drummond
ab7ffecca3 Update (c) year 2014-01-06 19:32:05 +00:00
craig.p.drummond
8498f19507 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
bbd9ee535f - 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
1e15d2d315 Fix stream icon in windows builds 2013-09-18 18:15:14 +00:00
craig.p.drummond
785424611b Show composer 2013-08-23 16:33:12 +00:00
craig.p.drummond
5709bb1042 Show album artist, not track artist 2013-08-23 16:32:55 +00:00
craig.p.drummond
05a0dcd22a Embed stream icons too 2013-08-12 18:32:58 +00:00
craig.p.drummond
20f536ab85 Use KIconTheme to ascertain icon theme name with KDE builds. 2013-07-22 21:52:25 +00:00
craig.p.drummond
72cd22161c 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
6354c25dfa Disable tooltip for streams - a tooltip makes no sense in this case. 2013-06-29 07:57:03 +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
76ca7dddc0 Fix Qt5 crash on exit due to destructnig static QStringList 2013-06-13 18:55:00 +00:00
craig.p.drummond
a5622b4682 Fix Qt5 segfault on exit, due to static QIcons being destructed. 2013-06-12 19:56:59 +00:00
craig.p.drummond
4a47dda4e4 Spelling :-( 2013-06-04 18:27:49 +00:00
craig.p.drummond
3b5b799d02 Use correct 'no cover; icon. 2013-05-01 18:12:14 +00:00
craig.p.drummond
ee0f7974cb 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
0403fbaab9 Much better stream icon 2013-04-25 12:55:58 +00:00
craig.p.drummond
794647b9f8 No covers for streams 2013-04-24 18:30:32 +00:00
craig.p.drummond
50b4be5f8a Allow setting of artist image in cover dialog 2013-04-24 18:28:05 +00:00
craig.p.drummond
fd649a5e91 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
craig.p.drummond
f2f7384fc1 Locate filenames used for default 'covers' - so that these can be used via mpris 2013-03-22 20:53:02 +00:00
craig.p.drummond
540078452f No need for tooltip if we have no current song. 2013-03-17 09:56:59 +00:00
craig.p.drummond
8995a80be8 - Group cd tracks under 'Audio CD' in grouped view.
- Add isCdda() to Song
2013-03-14 19:50:59 +00:00
craig.p.drummond
fb23ff2507 Move event filter into cover widget 2013-02-13 19:44:28 +00:00
craig.p.drummond
ca25aade0e Ambiance theme integration 2013-02-05 17:45:48 +00:00
craig.p.drummond
09374f37a4 Remove Qt module prefix from includes - will make Qt5 port a little easier! 2013-01-28 19:33:42 +00:00
craig.p.drummond
476d132466 Update copyright year 2013-01-17 16:57:20 +00:00
craig.p.drummond
c21a9af771 Try to ensure we have stream icon shown, even when artist/album is empty. 2013-01-12 10:11:06 +00:00
craig.p.drummond
bb6bb36f46 - Search last.fm and Google for covers.
- Allow to specify local file to use as cover.
2012-12-17 18:00:29 +00:00
craig.p.drummond@gmail.com
bca39c9260 Only set stylesheet once 2012-11-28 12:54:11 +00:00
craig.p.drummond@gmail.com
a85cba4f06 Hard-code black background and gray text for cover widget tooltip.
BUG:134
2012-11-27 12:14:22 +00:00
craig.p.drummond
22467afc3b Add a 1 pixel border around large cover in top-left corner. 2012-11-26 21:25:42 +00:00
craig.p.drummond
7562762728 Make 'Icon' a class, and move icons into Icons 2012-10-03 19:16:52 +00:00
craig.p.drummond@gmail.com
7e9d278cf0 Use freedesktop notifications spec for Qt-only Linux builds. 2012-09-24 17:14:25 +00:00
craig.p.drummond@gmail.com
d3219a0ac7 More non-oxygen icon work
BUG:91
2012-09-20 11:02:47 +00:00
craig.p.drummond
29d3209a44 When displaying cover tooltip, if image is too big or image file is not found (as is the case for embedded covers), then save the image into a base64 array as a PNG - and have Qt use this in the 'img' tag.
BUG:64
2012-08-29 19:30:45 +00:00
craig.p.drummond@gmail.com
56927b42fc - Dont split albums based upon year - this messes up compilation albums, where each track may have a different year.
- To be consistent, use the year of the lowest track number to be an album's year.
BUG:56
2012-08-21 11:05:41 +00:00
craig.p.drummond
d932e73071 More android work... 2012-06-19 15:48:18 +00:00
craig.p.drummond
4b64fa30fc Remove double semi-colons... 2012-06-10 14:44:29 +00:00
craig.p.drummond
f9f1edcb6f Reduce KDE/Qt code duplication - by creating dummy Dialog, MessageBox, and InputDialog classes/namespaces for Qt. 2012-05-31 17:45:57 +00:00
craig.p.drummond@gmail.com
141ca1d67e Fix qt build 2012-05-04 11:06:17 +00:00
craig.p.drummond@gmail.com
daf8c845e4 Limit downloaded covers to a max of 600x600 pixels.
When showing cover-widget tooltip, scale image if it is greater than 600x600.
BUG:8
2012-05-01 20:39:00 +00:00