Commit Graph

3081 Commits

Author SHA1 Message Date
craig.p.drummond
262b97a4ee Fix MTP space calculation... 2013-07-23 10:51:03 +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
5930c77497 Update 2013-07-23 05:44:00 +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
d538f8d155 Use KIconTheme to ascertain icon theme name with KDE builds. 2013-07-22 21:52:25 +00:00
craig.p.drummond
30637bda8e Update copy of Solid to KDE4.10.5 2013-07-22 21:11:34 +00:00
craig.p.drummond
8a57bf1052 Remove #include <QDebug> 2013-07-22 21:11:12 +00:00
craig.p.drummond
02319891fc If we cant convert Solid::Device into Solid::Block (which is the case with udisks2), then parse UDI to determine device.
NOTE: I have no UDisks2 installtion, so I'm unsure if the UDI will actually contain the device as is the case currently...
2013-07-22 19:41:59 +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
12183ef874 No artist image support in simple tree 2013-07-22 18:56:00 +00:00
craig.p.drummond
0b252b3f17 Dont use uniform row heights - with simple tree and covers, not all rows are the same height.
BUG: 259
2013-07-21 16:04:03 +00:00
craig.p.drummond
1ff46963c1 Update German and Korean translations 2013-07-21 16:03:27 +00:00
craig.p.drummond
130cdda90a Update 2013-07-20 18:44:14 +00:00
craig.p.drummond
8bdafddf54 Check for extractrc in /usr/lib/kubuntu-l10n/libexec/ 2013-07-20 18:43:36 +00:00
craig.p.drummond
a01b604199 Remove stray sleep call!!! 2013-07-19 18:29:41 +00:00
craig.p.drummond
f8f55d4325 No need to move FileThread into thread 2013-07-19 18:29:24 +00:00
craig.p.drummond
33c8efddc5 Fix progress display when deleting items 2013-07-19 18:28:58 +00:00
craig.p.drummond
d09452a747 Dont wait for 5% to show time remaining - as it could take a while to get to 5%!!! 2013-07-19 18:28:39 +00:00
craig.p.drummond
8aaabfad7d Use "Track N" for unknown tracks 2013-07-19 18:28:04 +00:00
craig.p.drummond
1088e63708 Fix build when remote device support is enabled 2013-07-19 18:27:45 +00:00
craig.p.drummond
69e7948009 Remove spacer when playqueue is placed in sidebar 2013-07-19 18:27:23 +00:00
craig.p.drummond
6388de4fb3 Create dir to hold dynamic files if it does not already exist 2013-07-18 16:29:39 +00:00
craig.p.drummond
67546bed2a Pressing search action only actives search, and does not toggle it 2013-07-18 14:54:59 +00:00
craig.p.drummond
60f6fabcf4 Remove leftover debug 2013-07-18 14:54:37 +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@gmail.com
58287ed7bc If a cue file references a non-existant file, then dont use cue file.
BUG: 256
2013-07-17 11:07:09 +00:00
craig.p.drummond@gmail.com
2b6064492d Check whether cdparanoia has paranoia_cachemodel_size.
BUG: 254
2013-07-17 11:03:16 +00:00
craig.p.drummond
5350a9fd40 Better control over config and refresh actions 2013-07-16 18:34:31 +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
da3a4e6fa6 Service is not busy if search gets cancelled 2013-07-16 18:33:54 +00:00
craig.p.drummond
2dbd194c01 Ensure deliminator is not in strings 2013-07-16 18:33:27 +00:00
craig.p.drummond
dbbf96abba Use a more generic guard string 2013-07-16 18:33:02 +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
98c9720df5 Dont use KIO - its not thread safe, and leads to segfault on exit if its used in a non-gui thread!!! 2013-07-16 18:31:55 +00:00
craig.p.drummond
045bf0d5ac Encode song details into URL for all services 2013-07-16 18:31:19 +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