Commit Graph

609 Commits

Author SHA1 Message Date
craig.p.drummond
ce0e612c19 Fix missing actions in arftists view! Oops... 2013-07-22 18:57:02 +00:00
craig.p.drummond
faa33400c2 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
f0aad581a6 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
e13b45259d Fix function X is hidden by Y in KDE builds 2013-07-18 14:53:39 +00:00
craig.p.drummond
72cd22161c 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
2ab48f4b37 Reduce code duplication slightly - by placing common code in MusicModel and MultiMusicModel 2013-07-17 18:16:50 +00:00
craig.p.drummond
be86397bb4 Allow to refresh all categories that have url 2013-07-16 18:34:12 +00:00
craig.p.drummond
868460b254 Check url has :// before using 2013-07-16 18:32:41 +00:00
craig.p.drummond
cdef62dcbd Only insrt url once into "All" group 2013-07-16 18:32:25 +00:00
craig.p.drummond
b734b576e8 Speed up online services model by disabling dynamic sort 2013-07-16 18:30:45 +00:00
craig.p.drummond@gmail.com
c18913b563 - 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
ee88ea6dac Set row 2013-07-15 19:17:19 +00:00
craig.p.drummond
5d8f319035 Coding standard 2013-07-15 19:16:48 +00:00
craig.p.drummond
aef49f1b5e Use cached row wherever possible 2013-07-15 19:16:31 +00:00
craig.p.drummond
d7e1746e64 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
8372374476 Cache rown number - as opposed to calculating each time 2013-07-15 19:15:15 +00:00
craig.p.drummond
8a30f41836 Uniform row heights 2013-07-15 19:14:45 +00:00
craig.p.drummond
4b9e65ba01 More work for Jamendo searches 2013-07-15 19:13:14 +00:00
craig.p.drummond
c629877f0f Mods for Jamendo search 2013-07-15 19:11:10 +00:00
craig.p.drummond
e721fdc0d4 isSearchBased is a better name than canSearch... 2013-07-14 20:41:57 +00:00
craig.p.drummond
b2219d821f 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
a3558da291 Give search hint on sub-text 2013-07-12 19:07:25 +00:00
craig.p.drummond
3abd37bd42 Load service on expand 2013-07-12 19:07:10 +00:00
craig.p.drummond
f95e2c8269 /slightly/ speedup loading of XML cache 2013-07-12 19:06:54 +00:00
craig.p.drummond
5f9b9fffa7 Place tune-in search button on item 2013-07-12 19:05:17 +00:00
craig.p.drummond
1f4f8a15ab Separate search per online service 2013-07-12 19:04:55 +00:00
craig.p.drummond
705e1fd243 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
cbeb44d699 SoundCloud support 2013-07-11 19:41:41 +00:00
craig.p.drummond
4121277e8b Remove ENABLE_ONLINE_SERVICE cmake option - always enabled. 2013-07-11 18:38:48 +00:00
craig.p.drummond
5793d14474 USe correct property to determine if album covers should be shown 2013-07-11 18:38:15 +00:00
craig.p.drummond
156300d8e0 Remove add/remove services action 2013-07-11 18:37:50 +00:00
craig.p.drummond
43a8d03f64 Remove unload action 2013-07-11 18:37:33 +00:00
craig.p.drummond
dafe953137 Create custom struct for favourites 2013-07-11 18:37:15 +00:00
craig.p.drummond
5f70962dea Add reload action to items as well 2013-07-11 18:36:42 +00:00
craig.p.drummond
c82b5fd1ea Add configure action to items 2013-07-11 18:36:25 +00:00
craig.p.drummond
10190d20cb Display 'Loading...' when loading 2013-07-11 18:35:54 +00:00
craig.p.drummond
f02fdf4cf2 Song is a struct, not class
BUG: 254
2013-07-11 18:34:13 +00:00
craig.p.drummond
77831810a9 Add 'add to favourites' action onto main view too 2013-07-10 18:36:45 +00:00
craig.p.drummond
c080471cf8 Append '(Read Only)' to favourites if file is from HTTP server, or is not writable 2013-07-10 18:33:32 +00:00
craig.p.drummond
ceb822b2c3 Show message when stream added to favourites, or category is bookmarked 2013-07-09 18:39:37 +00:00
craig.p.drummond
2cd4dd9893 Re-add bookmarking of TuneIn categories
BUG:252
2013-07-09 14:16:38 +00:00
craig.p.drummond
9a406801ed Show sub-text in search results 2013-07-09 14:16:16 +00:00
craig.p.drummond
bf9d195c93 Use locale for searching 2013-07-09 14:15:57 +00:00
craig.p.drummond
179d0eeca2 Better TunIn searches. Search is now in main window, and all types are searched.
BUG:252
2013-07-09 14:15:11 +00:00
craig.p.drummond
d50001d986 Expand favourites by default 2013-07-09 14:14:01 +00:00
craig.p.drummond
df83a8deb3 Can't drag categories 2013-07-09 14:13:46 +00:00
craig.p.drummond
94eb26b77f Code re-org 2013-07-09 14:13:12 +00:00
craig.p.drummond
795a41fb60 Bookmark tuneIn categories
BUG:252
2013-07-09 14:12:51 +00:00
craig.p.drummond
6a0bff056f Save 'isAll' flag 2013-07-09 14:10:53 +00:00
craig.p.drummond
e632d773aa Fix removig of listen-live caches 2013-07-09 14:10:34 +00:00