Commit Graph

623 Commits

Author SHA1 Message Date
craig.p.drummond
e653e06281 Embed stream icons too 2013-08-12 18:32:58 +00:00
craig.p.drummond
b9cd87e2cc Correctly set 'guessed' field of Song 2013-08-12 18:32:42 +00:00
craig.p.drummond
68d8d4028e Cant reload favourites 2013-08-08 19:15:21 +00:00
craig.p.drummond
df237b3992 Strings should be in american english 2013-08-08 19:13:49 +00:00
craig.p.drummond
b168832948 Just reset song time and track number, not whole details - as this clears artist and album names!!! 2013-08-03 11:06:18 +00:00
craig.p.drummond
bc5f38451a Formatting 2013-08-01 19:47:46 +00:00
craig.p.drummond
4b5352a824 Set time value on playlist 'song' 2013-08-01 19:47:30 +00:00
craig.p.drummond
5ee025ffbb Reset song when used 2013-08-01 19:47:08 +00:00
craig.p.drummond
85a313453b Use album duration for playlists 2013-08-01 19:46:32 +00:00
craig.p.drummond
87e709fc3a Use translatable "Cue Sheet" / "Playlist" for cue/playlist files
BUG: 260
2013-08-01 19:45:58 +00:00
craig.p.drummond
b3ecd8abc0 Keep track if this is MPD model or not 2013-07-23 10:31:23 +00:00
craig.p.drummond
3539a22252 Set model on root item, so that sync dialog works!!! 2013-07-23 10:27:13 +00:00
craig.p.drummond
e6690c7e2a Only use large images/icons for models that support this.
BUG: 259
2013-07-23 05:40:52 +00:00
craig.p.drummond
db1482f63f Set default arguments 2013-07-22 18:57:15 +00:00
craig.p.drummond
7c0c32899f Fix missing actions in arftists view! Oops... 2013-07-22 18:57:02 +00:00
craig.p.drummond
aa0796d79e Update online and devices views when cover size, or show year setting, is changed 2013-07-22 18:56:35 +00:00
craig.p.drummond
01080397e4 Dont include qtplural in localize.h - support folder should be as stand-alone as possible 2013-07-18 14:54:10 +00:00
craig.p.drummond
e5c1f418bb Fix function X is hidden by Y in KDE builds 2013-07-18 14:53:39 +00:00
craig.p.drummond
f0bad94c9c 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
7b7f35aa95 Reduce code duplication slightly - by placing common code in MusicModel and MultiMusicModel 2013-07-17 18:16:50 +00:00
craig.p.drummond
ece9bc07d3 Allow to refresh all categories that have url 2013-07-16 18:34:12 +00:00
craig.p.drummond
ae8355911b Check url has :// before using 2013-07-16 18:32:41 +00:00
craig.p.drummond
d80bd263ab Only insrt url once into "All" group 2013-07-16 18:32:25 +00:00
craig.p.drummond
f51a6f2fb9 Speed up online services model by disabling dynamic sort 2013-07-16 18:30:45 +00:00
craig.p.drummond@gmail.com
53a4d299ac - Place CdAlbum within its own header
- Rename cddb.h/cpp to cddbinterface.h/cpp to avoid conflicts with installed cddb/cddb.h
BUG:254
2013-07-16 11:09:43 +00:00
craig.p.drummond
2266c959a0 Set row 2013-07-15 19:17:19 +00:00
craig.p.drummond
1fe1ef90cf Coding standard 2013-07-15 19:16:48 +00:00
craig.p.drummond
e9b9e30d18 Use cached row wherever possible 2013-07-15 19:16:31 +00:00
craig.p.drummond
6add6309bb Mor ework on trying to speedup Jamendo - it can still be *very* slow though :-( 2013-07-15 19:15:56 +00:00
craig.p.drummond
28d385586a Cache rown number - as opposed to calculating each time 2013-07-15 19:15:15 +00:00
craig.p.drummond
bc9fb1f510 Uniform row heights 2013-07-15 19:14:45 +00:00
craig.p.drummond
ea0aef26df More work for Jamendo searches 2013-07-15 19:13:14 +00:00
craig.p.drummond
443a27926a Mods for Jamendo search 2013-07-15 19:11:10 +00:00
craig.p.drummond
046ac140ba isSearchBased is a better name than canSearch... 2013-07-14 20:41:57 +00:00
craig.p.drummond
37bdb38fa1 Can't 'fetchMore' for SoundCloud, as its search based. Calling fetchMore causes reload to be called on the service, this cancels all current searches!
BUG:257
2013-07-14 20:41:04 +00:00
craig.p.drummond
d0dec7234f Give search hint on sub-text 2013-07-12 19:07:25 +00:00
craig.p.drummond
6e2028ce64 Load service on expand 2013-07-12 19:07:10 +00:00
craig.p.drummond
4a20e8c266 /slightly/ speedup loading of XML cache 2013-07-12 19:06:54 +00:00
craig.p.drummond
069b4668f5 Place tune-in search button on item 2013-07-12 19:05:17 +00:00
craig.p.drummond
ceae5ce8a3 Separate search per online service 2013-07-12 19:04:55 +00:00
craig.p.drummond
74b1dae762 Fix crashing when filtering if we have songs directly under root - as happend with SoundCloud and AudioCDs 2013-07-11 19:53:21 +00:00
craig.p.drummond
12cc3c0822 SoundCloud support 2013-07-11 19:41:41 +00:00
craig.p.drummond
fe1eb01433 Remove ENABLE_ONLINE_SERVICE cmake option - always enabled. 2013-07-11 18:38:48 +00:00
craig.p.drummond
be94d815a9 USe correct property to determine if album covers should be shown 2013-07-11 18:38:15 +00:00
craig.p.drummond
c0ea1e6480 Remove add/remove services action 2013-07-11 18:37:50 +00:00
craig.p.drummond
ddedab2150 Remove unload action 2013-07-11 18:37:33 +00:00
craig.p.drummond
e19b0ba081 Create custom struct for favourites 2013-07-11 18:37:15 +00:00
craig.p.drummond
9d7613c80c Add reload action to items as well 2013-07-11 18:36:42 +00:00
craig.p.drummond
d9ce1f7d8d Add configure action to items 2013-07-11 18:36:25 +00:00
craig.p.drummond
dc5e8e254c Display 'Loading...' when loading 2013-07-11 18:35:54 +00:00