Commit Graph

101 Commits

Author SHA1 Message Date
craig
62d948d348 Fix empty genres 2012-01-26 20:01:36 +00:00
craig
396ed3e3ec Use param 2012-01-24 22:00:40 +00:00
craig
b18f5a8457 Call albums update directly, not via signal 2012-01-24 22:00:12 +00:00
craig
713a52d8a3 Better cache usage 2012-01-24 19:58:29 +00:00
craig
d617e7293a Add simple timer to aid debuggin 2012-01-24 19:32:20 +00:00
craig
f51d438fe6 Speedup? 2012-01-24 19:31:17 +00:00
craig
0ed3b47181 When determining cache filename, replace slashes with underscores. 2012-01-24 19:31:07 +00:00
craig
ee293db617 Only do incremental update if we have cache 2012-01-24 19:30:51 +00:00
craig
a62f2c907f When disaplying songs of various artists albums, show as 'track number -
artist - song'
2012-01-20 20:18:55 +00:00
craig
6d581aee00 Remove debug 2012-01-18 21:02:19 +00:00
craig
8a94ceae20 Fix idex creation in addSongs/removeSongsFromList 2012-01-16 19:49:58 +00:00
craig
6617678831 Update albums when update db 2012-01-16 19:48:55 +00:00
craig
328b77ae79 Fix removeSongFromList 2012-01-16 19:45:46 +00:00
craig
658f0bc29e Initial import of device support work
- Basic copy to/from device support.
- When refreshing library/albums, only affect parts of the model that have
  changed. (Previously the whole model was replaced).
- Allow songs to be deleted.

TODO:
- Make song deletion actually work
- Copy/delete album covers
- When deleting a whole album/artist, need to delete corresponding dir if it is empty.
- MTP devices
2012-01-15 19:18:12 +00:00
craig
5996b24f5c Create custom cover for single-tracks album. 2012-01-06 19:36:38 +00:00
craig
628c877819 Show 'Single Tracks' at top of list. 2012-01-04 19:19:53 +00:00
craig
518b7d41bb Cleanup 2012-01-04 19:19:13 +00:00
craig
9fc2286ce3 Update copyright statements. 2012-01-04 19:15:55 +00:00
craig
47ac68ee4b Change dock item icon to cover 2012-01-03 19:56:03 +00:00
craig
1872cef46f Fix inconsistency between adding items via drag'n'drop and using the '>>' actions 2012-01-03 19:54:13 +00:00
craig
d4bb8f5281 Check for duplicate files 2012-01-03 19:53:55 +00:00
craig
8ef2023882 Add option to group single track artist/albums under
'Various Artists'/'Single Tracks'/'Artist - Track'
2012-01-03 19:52:45 +00:00
craig
0bcd45169a Add custom icon for various artists 2012-01-02 12:24:12 +00:00
craig
db112394d6 Only show year if greater than 0!!! 2011-12-31 11:38:57 +00:00
craig
a8d580af34 Show 'Various Artists' at the top of the library view. 2011-12-31 11:33:07 +00:00
craig
7cc5c2e9d6 Separate year/track num from text with " - " 2011-12-31 11:14:54 +00:00
craig
30b815a8e0 Add option to show/sort album year. 2011-12-31 11:13:46 +00:00
craig
722f137640 Reduce code 2011-12-22 19:05:53 +00:00
craig
28afda6c6a Cleanup 2011-12-21 19:44:04 +00:00
craig
03a7195e59 Add info page, to show wikipedia info. 2011-12-20 22:17:05 +00:00
craig
8c7c0a68f6 Album views 2011-12-19 19:28:13 +00:00
craig
dd06c86ccf Make an 'ItemView' class so that each view can set whether to be list or tree like. 2011-12-18 20:04:13 +00:00
craig
37e62aad3b Fix Qt-only build 2011-12-15 18:10:50 +00:00
craig
7b8f85315e - Use \n to separate strings in drag'n'drop mimedata
- Fix moving items in playlist
2011-12-14 23:10:07 +00:00
craig
6681bb3c9d s/playlisttable/playqueue/g 2011-12-14 20:00:20 +00:00
craig
98cea7858a Icons, defaults, etc. 2011-12-14 19:43:45 +00:00
craig
c882a7cf39 Use term 'Track' and not 'Song' 2011-12-14 19:42:32 +00:00
craig
71dc6ec8c7 Move formatDuration out of MainWindow class 2011-12-14 19:40:33 +00:00
craig
101f0a1ac7 Better tooltips 2011-12-14 19:40:10 +00:00
craig
420458e48b Custom styled item delegate for listview library. 2011-12-11 11:19:19 +00:00
craig
64e84ef5be Store streams to xml file 2011-12-10 12:35:28 +00:00
craig
c285707f3a Use constants for mime-types 2011-12-09 19:53:12 +00:00
craig
f6c30f5d46 Add an albums page 2011-12-08 21:49:37 +00:00
craig
7048c9799f Fix number format of track 2011-12-08 21:47:30 +00:00
craig
c9982350df Show track number 2011-12-08 21:45:33 +00:00
craig
0d9bc42739 Place MPDConnection in its own thread, and use signals/slots to communicate with it. 2011-12-06 17:44:06 +00:00
craig
d037a8df3d Store maps of items, to speed up loading 2011-12-05 19:33:27 +00:00
craig
f8600c55de Speed up track sorting 2011-12-05 19:33:04 +00:00
craig
d39eb91753 Update copyright 2011-12-05 19:32:25 +00:00
craig
fb8b984f26 Add copyright 2011-12-04 10:48:50 +00:00