Commit Graph

872 Commits

Author SHA1 Message Date
nikwen.developer@gmail.com
d4740dca64 Removed Q_INVOKABLE from AlbumsModel::songs() 2014-04-14 18:41:28 +00:00
nikwen.developer@gmail.com
e07753e3be Navigation into albums using a PageStack 2014-04-14 18:39:18 +00:00
craig.p.drummond
393d5528e0 MainText for songs 2014-04-13 20:25:34 +00:00
craig.p.drummond
67bc1a7ed6 Show number of tracks and total duration in playqueue 2014-04-13 19:25:57 +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
craig.p.drummond
16cc495b95 Fix 'No artists found' / 'No playlists found' messages 2014-04-13 07:04:22 +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
09fe4daa54 Dont save XML if we have just read it from file!!! 2014-04-11 17:42:03 +00:00
craig.p.drummond
fdf3a97f4e Add other tabs 2014-04-11 17:40:42 +00:00
craig.p.drummond
c0192a8c89 Display album year 2014-04-11 17:39:21 +00:00
craig.p.drummond
659557ce3b Track numbers 2014-04-11 17:38:57 +00:00
craig.p.drummond
f49f5f55fd Implement main/sub-text - using Subtitled delegate for the moment 2014-04-11 08:12:23 +00:00
craig.p.drummond
833ab3611d If shuffle albums, ensure album tracks are sorted. 2014-04-09 18:33:20 +00:00
nikwen.developer@gmail.com
e1593b7dd0 Initial Ubuntu SDK version 2014-04-08 22:18:27 +00:00
craig.p.drummond
28437d77ef Move 'load' into playqueue model 2014-04-08 18:55:25 +00:00
craig.p.drummond
80217fb9f1 Place shuffle albums and shuffle tracks into a shuffle menu 2014-04-07 20:24:04 +00:00
craig.p.drummond
5ad4321130 Move shuffle actions into playqueue model 2014-04-07 20:23:42 +00:00
craig.p.drummond
e19c4a0955 Add 'Sort By' to playqueue context model - allowing to re-sort tracks by artist, album artist, album, genre, or year.
BUG: 462
2014-04-05 14:41:25 +00:00
craig.p.drummond
b0afa7d57b Only use 'basic' string if it is actually modified 2014-04-04 21:25:11 +00:00
craig.p.drummond
fb1a8b9064 When searching, search both with and without diaeresis, etc. e.g. both Queensrÿche and Queensryche should match. 2014-04-04 19:37:47 +00:00
craig.p.drummond
b6bec2ffbc When determining album year, ignore playlist files! 2014-04-03 18:59:07 +00:00
craig.p.drummond
7c68d2502d Compare song's filename 2014-04-03 18:58:06 +00:00
craig.p.drummond
5647b3dc90 No need yo emit dataUpdated when creating 2014-04-03 18:57:47 +00:00
craig.p.drummond
68c7183067 Create validCacheDate Fn and use this 2014-04-02 17:41:29 +00:00
craig.p.drummond
6cc3f52f41 Simpify cache save logic 2014-04-02 17:40:14 +00:00
craig.p.drummond
895f27ee9b Use 'Song' when getting scaled cover 2014-04-02 17:33:47 +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
c51bd41cc6 Don't treat albums with artists such as "AlbumArtist ft Other" as multiple artist albums. 2014-04-01 18:01:27 +00:00
craig.p.drummond
6f0e2fc02b Check for new songs after copying from device 2014-03-31 17:50:55 +00:00
craig.p.drummond
dc0c27fed0 Use song's file to locate it in song list 2014-03-27 19:56:52 +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
3b700eefb8 REduce KDE differences 2014-03-26 19:34:28 +00:00
craig.p.drummond
b119ad0c65 Put plural translations in separate source files. 2014-03-25 20:11:58 +00:00
craig.p.drummond
e02df81073 Let Configuration class check if setting has been modified 2014-03-25 19:48:30 +00:00
craig.p.drummond
d4fdb05ea0 Use a class to hide KConfig/QSettings differences - as opposed to using #defines 2014-03-25 19:47:36 +00:00
craig.p.drummond
4f63711498 Another Qt5 build fix... 2014-03-21 20:16:59 +00:00
craig.p.drummond
f118ee7c00 QAbstrctItemModel::reset() is deprecated in Qt5 2014-03-21 20:12:26 +00:00
craig.p.drummond
0d3f14d2cd Install listenlive.xml file, and dont embed into app 2014-03-21 20:08:53 +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
c43bae0ae9 Reset devices and online-services models when artist-view cover size changes. 2014-03-20 19:47:16 +00:00
craig.p.drummond
809951681a Remove support for artist images in online services. 2014-03-19 19:51:29 +00:00
craig.p.drummond
d0a1c294b3 Use correct icon for artists when no image found 2014-03-19 19:51:07 +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
3c5441966f More utf-8 fixes 2014-03-19 19:46:53 +00:00