Commit Graph

166 Commits

Author SHA1 Message Date
craig.p.drummond
257ae31f39 Ignore "The" when sorting albums.
BUG: 578
2014-10-31 21:16:38 +00:00
craig.p.drummond
a188a41b39 Full refresh action. Needed to recognise changes to ArtistSort, etc. 2014-09-23 20:28:23 +00:00
craig.p.drummond
ccc46f4fe8 ...and the actual changed files!!!!
BUG: 539
2014-09-22 12:45:41 +00:00
craig.p.drummond
2190ba242b Add option to disable song info tooltips. 2014-09-14 08:01:19 +00:00
nikwen.developer@gmail.com
78636b4be3 Real fix for the bug 2014-08-21 13:50:07 +00:00
nikwen.developer@gmail.com
2e05fe0564 Fix Ubuntu build and increase version number 2014-08-18 11:09:43 +00:00
craig.p.drummond
0ee187bb01 Simplify 2014-08-17 15:03:19 +00:00
craig.p.drummond
be8ec96e04 Fix Ubuntu build 2014-08-10 08:12:22 +00:00
craig.p.drummond
68cc3c2410 - Remove cover size setting, set automtically.
- Artist images only shown in grid view.
- No images, or icons, shown in basic tree view.
2014-07-16 19:06:33 +00:00
craig.p.drummond
840999e7d3 Use Covers::self()->get() to retrieve all covers 2014-07-16 19:05:36 +00:00
craig.p.drummond
479b124bb1 Use consistent song tooltip everywhere 2014-07-10 19:49:53 +00:00
craig.p.drummond
c7e5a83d9d Store musicbrainz-album-id in extra map 2014-06-16 19:12:17 +00:00
craig.p.drummond
e751c09364 Also read performer for display in context view 2014-06-11 18:25:29 +00:00
craig.p.drummond
f333fd6399 If artist is different to album-artist, then show track title as "title - artist" 2014-06-09 18:43:00 +00:00
craig.p.drummond
64c06773ce Alter includes to have su-folder - e.g. utils.h -> support/utils.h 2014-05-13 18:37:52 +00:00
craig.p.drummond
d548724f3f Fix album ordering. Need to check music-brainz id after album name 2014-05-09 19:36:43 +00:00
craig.p.drummond
9cdf5e7727 Remove duplication 2014-05-07 18:53:00 +00:00
craig.p.drummond
01046be8e3 Use musicbrainz alubm id in albums model 2014-05-07 18:52:43 +00:00
craig.p.drummond
1520191545 No need to add URI list to mime data 2014-05-01 19:25:51 +00:00
craig.p.drummond
786f2b39f6 Move model roles into separate roles.h file. 2014-04-23 20:36:38 +00:00
craig.p.drummond
ccfc1d0bf0 USe SVG icons for views 2014-04-16 17:49:50 +00:00
craig.p.drummond@gmail.com
a2d84f0733 C++ backend will add file:// prefix for file based covers. This si due to the fact that other providers may be used, not jsut file and qrc 2014-04-16 11:06:21 +00:00
craig.p.drummond@gmail.com
b6ac0a5424 Return empty string, not QVariant, if no image 2014-04-16 11:00:05 +00:00
craig.p.drummond
4348fc96f1 More album sort options 2014-04-15 19:15:12 +00:00
craig.p.drummond
393d5528e0 MainText for songs 2014-04-13 20:25:34 +00:00
craig.p.drummond
088d1d82d0 When sorting albums view, also ignore "The " at start of artist names, as per artists view. 2014-04-13 07:26:56 +00:00
nikwen.developer@gmail.com
d9639da98a Revert: Load images in UI thread 2014-04-12 19:39:57 +00:00
nikwen.developer@gmail.com
a61874f11d Finally fixed scrolling 2014-04-12 17:21:36 +00:00
craig.p.drummond
eb34a2bcd5 Remove Actions and Icons from Ubuntu build 2014-04-11 17:45:59 +00:00
craig.p.drummond
35ffb8d2ea Album covers!!!! 2014-04-11 17:43:39 +00:00
craig.p.drummond
f49f5f55fd Implement main/sub-text - using Subtitled delegate for the moment 2014-04-11 08:12:23 +00:00
nikwen.developer@gmail.com
e1593b7dd0 Initial Ubuntu SDK version 2014-04-08 22:18:27 +00:00
craig.p.drummond
834f2179ef Remove grouping of multiple-artist albums under 'Various Artists' 2014-04-01 18:02:12 +00:00
craig.p.drummond
9db18d95a8 Add action to reset 'new' status 2014-03-26 19:38:43 +00:00
craig.p.drummond
cde6c0e40b If Cantata detects that an album, or artist, has new songs after updating MPD's DB, then the artist and album are drawn with bold text. 2014-03-26 19:37:26 +00:00
craig.p.drummond
b119ad0c65 Put plural translations in separate source files. 2014-03-25 20:11:58 +00:00
craig.p.drummond
bf363ec0d9 Load artist iamges in non-UI thread too. Should only be album images in artists view that are loaded in UI thread. Tried loading these in non_UI thread, but didnt like delay in showing covers. 2014-03-20 19:58:40 +00:00
craig.p.drummond
cc53edfb2b When emitting loaded signal, pass whole song not just artist+album 2014-03-19 19:50:46 +00:00
craig.p.drummond
e93b61543a Load all covers from album, and playqueue, views in non UI thread 2014-03-19 19:49:10 +00:00
craig.p.drummond
c1a1f90f4c More Song::formattedTime into Utils class 2014-03-19 19:47:47 +00:00
craig.p.drummond
bf7bd1d52a Load cached covers in non GUI thread 2014-03-18 19:47:18 +00:00
craig.p.drummond
7bcb40d159 Use Q_GLOBAL_STATIC for Qt only builds 2014-03-17 19:52:47 +00:00
craig.p.drummond
3d94b88df3 Return pixmap 2014-03-17 19:51:31 +00:00
craig.p.drummond
15b91d0273 Speedup song list 2014-03-14 19:15:57 +00:00
craig.p.drummond
e40044d591 Only reset 'cover requested' flag if get a valid pixmap 2014-03-14 19:13:05 +00:00
craig.p.drummond
6cf6548f8d Make in memory cache size configurable 2014-03-14 19:07:31 +00:00
craig.p.drummond
4e1047c380 Fix infinite loop when set to not use cover 2014-03-12 17:22:04 +00:00
craig.p.drummond
7716ed9962 Reduce memory usage, by storing album covers in a cache - and using this for display. 2014-03-12 17:20:29 +00:00
craig.p.drummond
2a442ee7a1 Only show album year in browsers. 2014-03-11 19:46:14 +00:00
craig.p.drummond
c0f99fa23b - Be consistent with dsiaplying year's of albums - year is shown in brackets after album name.
- Only show album year in non-icon view.
2014-03-11 19:45:38 +00:00