craig.p.drummond@gmail.com
79e46c6f20
Fix retrieval of covers in albums view for multiple-artist albums when these are configured to be grouped under "Various Artists"
...
BUG: 235
2013-06-13 11:29:07 +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
f183138141
Search all tracks for cue file
2013-06-09 21:48:48 +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
0ebbe2e248
Expand covers to fill rect - distorting aspect ratio if required.
2013-04-25 09:22:31 +00:00
craig.p.drummond
d773a3bb90
...but ignore if this is an artist image update...
2013-04-24 18:58:45 +00:00
craig.p.drummond
b4cf64f655
Update view when cover is changed
2013-04-24 18:58:13 +00:00
craig.p.drummond
5b05ea1d12
- Download covers in a sepeare thread.
...
- Remove download queue, as this dealys drawing of album covers, so that we see the CD icon then the cover. However, now scrolling the view 'stalls' as covers are loaded :-( Hmm....
2013-04-24 18:42:49 +00:00
craig.p.drummond
7417f9040d
- Move common actions into StdActions
...
- Models are in control of what actions are show at what level
2013-02-18 17:07:46 +00:00
craig.p.drummond
c60604502f
Remove Qt module prefix from includes - will make Qt5 port a little easier!
2013-01-28 19:33:42 +00:00
craig.p.drummond
fbe6f03408
Update copyright year
2013-01-17 16:57:20 +00:00
craig.p.drummond
094354c66b
Make 'Icon' a class, and move icons into Icons
2012-10-03 19:16:52 +00:00
craig.p.drummond@gmail.com
e5793d6b52
More non-oxygen icon work
...
BUG:91
2012-09-20 11:02:47 +00:00
craig.p.drummond
de7478723f
Add 3 forms for Qt plural translations; none, singular, and others
2012-09-03 19:07:31 +00:00
craig.p.drummond
eeb13300f0
Fix KDE compile
2012-09-03 19:06:20 +00:00
craig.p.drummond
86a9b9db5c
Reduce number of translations
2012-09-03 19:05:04 +00:00
craig.p.drummond@gmail.com
1832ab8dc7
Use lupdate/lrelease for generating Qt translations from KDE ones.
...
Hack-around issues with Qt plural forms - use 'Tracks: 2' instead of '2 Tracks'
2012-09-03 11:27:16 +00:00
craig.p.drummond
f3518db48b
Fix compilation!!!!
2012-09-02 20:17:35 +00:00
craig.p.drummond
5c7d22c72d
Initial work on Qt translations. Commented out for the moment, as xgettext is crashing!!!
2012-09-02 20:13:00 +00:00
craig.p.drummond@gmail.com
c7006bfaab
Cleanup
2012-08-31 11:44:06 +00:00
craig.p.drummond@gmail.com
62611bad53
- 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@gmail.com
720a09d1c6
- Fix track order when adding newly added album to playqueue.
...
- When dragging one artist, or album, in treeview to play queue, show cover image (if possible).
BUG:48
2012-07-20 11:46:34 +00:00
craig.p.drummond
8894263b1f
More android work...
2012-06-19 15:48:18 +00:00
craig.p.drummond
1cc63e7c89
If an album consists of 1 music file and 1 cue file, then when load album, load cue file not music file.
2012-06-14 19:05:10 +00:00
craig.p.drummond@gmail.com
692bbf6590
Show playlist files in library and album views.
...
BUG:27
2012-06-12 11:16:37 +00:00
craig.p.drummond
04b02b2b82
- Allow Icon/List for library view.
...
- Add option to show artist images in library view.
BUG:30
2012-06-11 21:07:24 +00:00
craig.p.drummond
3d4c516184
Remove double semi-colons...
2012-06-10 14:44:29 +00:00
craig.p.drummond
f31a7264cd
Add support for multiple MPD servers.
2012-06-08 17:53:35 +00:00
craig.p.drummond@gmail.com
0f639db994
When adding items to the playqueue, sort the selected items based upon their QModelIndex.
2012-06-07 11:27:29 +00:00
craig.p.drummond
f5f3114145
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
425e7d29db
Make albums view (if set to sort artist before album) more consistent with library view. i.e. Place 'Various Artists' albums first, and place 'Single Tracks' as first 'Various Artists' album.
2012-04-30 11:41:49 +00:00
craig.p.drummond@gmail.com
82866f4d0c
When looking for albums covers, if we have grouped an album under 'Various Artists', but the albumArtist tas is not 'Various Artists', then we need to use the real albumArtist tag in the query.
2012-04-30 11:25:17 +00:00
craig.p.drummond@gmail.com
d757b59f8a
Remove 'Single Tracks' cover creation.
2012-04-30 11:11:40 +00:00
craig.p.drummond@gmail.com
8b24d760a4
When grouping songs into albums, take into account song year. Its possible for an artist to release two albums with the same name in different years!
...
BUG:6
2012-04-30 11:07:58 +00:00
craig
1dfb77dd9a
Add extr-large cover sizes (64pixels library, 160pixels albums).
2012-04-18 18:33:39 +00:00
craig
8143ccb1ef
Only load covers when item shown
2012-04-03 20:54:50 +00:00
craig
4a7225a249
OK, need musiclibrayitem to inherit of QObject, just having Device inherit seems to produce crashes :-(
2012-04-02 18:03:00 +00:00
craig
9f3abddea1
Fix crash in albums model when library updated after albums removed.
2012-04-02 17:59:11 +00:00
craig
b8dba56619
Reduce QObject usage
2012-04-02 17:58:29 +00:00
craig
66807be4a5
Add flag to control if covers have been requested
2012-04-02 17:55:43 +00:00
craig
8521f71850
Only load covers when album page is selected.
2012-04-01 17:08:15 +00:00
craig
3a764d4dcd
Show album year in tooltips
2012-03-30 19:11:49 +00:00
craig
a8b5fa52c6
Add option to sort albumview by artist/year/album.
2012-03-29 21:39:03 +00:00
craig
0a6b993b65
Fix qt-translations
2012-03-26 18:34:41 +00:00
craig
015960166f
Improve albums page responsiveness when loading covers.
2012-03-26 18:32:45 +00:00
craig
1455f5dd25
If possible, return Image from Covers::get()
2012-03-21 19:06:19 +00:00
craig
eb686e43df
Add #define for default cover icon names
2012-03-20 21:13:18 +00:00
craig
4e5a489966
Better tooltips
2012-03-07 19:27:13 +00:00
craig
a4a06bc641
Show album durations
2012-03-06 18:59:48 +00:00
craig
9223e27132
Fix albums view tree
2012-03-05 19:50:56 +00:00