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 |
|
craig.p.drummond
|
f69aea46d5
|
In Albums view, always show album name as main text and artist as sub-text regardless of chosen sort
|
2014-03-10 20:12:39 +00:00 |
|
craig.p.drummond
|
59b0682d81
|
Fix albumsview cover size when set to a tree style and Cantata is restarted.
BUG: 388
|
2014-01-26 10:22:06 +00:00 |
|
craig.p.drummond
|
1c893759d1
|
Decode mopidy URIs when showin in UI
|
2014-01-22 19:26:14 +00:00 |
|
craig.p.drummond
|
570faef57c
|
Artists and Albums models dont need to use covers from AudioCDs...
|
2014-01-20 21:12:52 +00:00 |
|
craig.p.drummond
|
addfca835a
|
Update (c) year
|
2014-01-06 19:32:05 +00:00 |
|
craig.p.drummond
|
34ce777a89
|
'Load All Covers' in album view is not usable now that scaled covers are cached - it slows down the loading too much!
|
2013-12-31 09:47:57 +00:00 |
|
craig.p.drummond
|
5acfd68792
|
Fix potential memory leak with cover images.
|
2013-12-19 20:07:12 +00:00 |
|
craig.p.drummond
|
135d988de0
|
Optionally save scaled covers (used in artist and albums views) to disk.
|
2013-12-19 20:06:06 +00:00 |
|
craig.p.drummond
|
f91db0e4da
|
More consistent .cue file detection - move code into Song class
|
2013-12-08 15:56:01 +00:00 |
|
craig.p.drummond
|
bb2f217304
|
Add model test code
|
2013-11-21 18:15:36 +00:00 |
|
craig.p.drummond
|
c049af0cc8
|
Revert reading/writing of tags in external helper - its not working correctly
BUG: 319
|
2013-10-25 20:01:33 +00:00 |
|
craig.p.drummond
|
cdd9fde53a
|
Add a config item to configure album-view to load all covers immediately.
BUG: 312
|
2013-10-06 18:37:58 +00:00 |
|