Commit Graph

294 Commits

Author SHA1 Message Date
craig
ab456ae98f Save/restore current index - like we do with playqueue.
Also, try to ensure an item is selected - in case we are delteing items
2012-04-04 20:25:23 +00:00
craig
3d0177514e Rename playqueue update 2012-04-04 19:53:55 +00:00
craig
7dde92ca47 Cleanup playqueue update function 2012-04-04 19:47:15 +00:00
craig
e8345bbc26 Remove repeated line 2012-04-03 22:34:27 +00:00
craig
60e5f55e9e Only load covers when item shown 2012-04-03 20:54:50 +00:00
craig
75fc0c031a Need to load playqueue!!!! 2012-04-02 18:03:57 +00:00
craig
1b84b63a15 Only refresh library on re-connect, not initial connect 2012-04-02 17:57:46 +00:00
craig
e6cc65ac1f Only load covers when album page is selected. 2012-04-01 17:08:15 +00:00
craig
97ae99f591 Add option to sort albumview by artist/year/album. 2012-03-29 21:39:03 +00:00
craig
ec1680f470 Cover setting 2012-03-29 16:11:08 +00:00
craig
d8d43ec62a Impreove 'single' icon 2012-03-29 15:50:46 +00:00
craig
22f266d93b When using large sizdebar, attempt to calculate correct min size. 2012-03-29 15:50:33 +00:00
craig
72265d2bf3 Support 'single' mode. 2012-03-29 15:49:47 +00:00
craig
5a57f336b8 Use 'plchangesposid' MPD command to get list of playqueue changes - means
less data needs to be read from MPD per playqueue update.
2012-03-29 15:49:19 +00:00
craig
c3c014341c Collapsed view height 2012-03-29 15:48:28 +00:00
craig
a34cb4213d - Add custom icons for library and info pages.
- Use cd icon (without music note) for albums page.
2012-03-27 21:11:02 +00:00
craig
9d73bee560 Improve albums page responsiveness when loading covers. 2012-03-26 18:32:45 +00:00
craig
74e3663c5b Fix logic of replacing play queue - the clear message is sent in the MPD
thread just before the add message.
2012-03-26 18:22:26 +00:00
craig
a398a96b06 Need std dev support for remote dev 2012-03-26 18:21:50 +00:00
craig
95a1a15f9d Add basic lyrics editing. 2012-03-25 08:42:32 +00:00
craig
168aa26a69 Fix qt-only 2012-03-23 20:34:37 +00:00
craig
b4ed235271 Remove proxy code duplication 2012-03-21 19:07:34 +00:00
craig
d47edef6a7 Fix showing of tag editor 2012-03-21 19:07:10 +00:00
craig
624484b7c8 Only set vol if diff from before 2012-03-21 19:06:38 +00:00
craig
bc4dc016af If possible, return Image from Covers::get() 2012-03-21 19:06:19 +00:00
craig
1cfd62a95c Add action to show current track in lib 2012-03-21 19:05:55 +00:00
craig
a468b85181 Use correct config item!!! 2012-03-21 19:05:12 +00:00
craig
b00860ca65 Add 'Edit Song Tags' action to playqueue context menu. 2012-03-21 19:03:45 +00:00
craig
b15f9e74a1 If fading out to stop, and cantata is closed, then send stop command. 2012-03-21 19:03:25 +00:00
craig
199ec0805c Add #define for default cover icon names 2012-03-20 21:13:18 +00:00
craig
b205a56dd7 Provide option to *not* store downloaded covers in MPD dir. 2012-03-20 21:12:04 +00:00
craig
1621faf8d6 Add option to group albums with multiple artists under Various Artists. 2012-03-20 21:11:02 +00:00
craig
7cc99fd7ce Give tray icon a tooltip - thanks to Martin Blumenstingl for the patch 2012-03-19 20:31:10 +00:00
craig
e6182412c3 Initial import of grouped playlists - NOT FINISHED 2012-03-16 22:33:34 +00:00
craig
7ad552ad59 Better icons 2012-03-15 19:32:17 +00:00
craig
c510c264cf Remove double setting of clearPlaylistAction icon 2012-03-15 19:32:05 +00:00
craig
6d5a8647f2 SAve zoom settings 2012-03-14 21:42:28 +00:00
craig
11d880d08b Better toolbutton sizes for qt 2012-03-14 17:30:26 +00:00
craig
c93d81ed5e Include icons in qrc for qt 2012-03-14 17:30:06 +00:00
craig
1a05040904 Qt tag editor 2012-03-14 17:28:55 +00:00
craig
b450c6ad45 Reduce QMutex usage - have MPDStats/MPDStatus emitted as objects, and
stored in relevant classes.
2012-03-13 19:31:25 +00:00
craig
4d29644fa8 Use single-shot timers for search! Otherwise we keep on re-searching!!!!! 2012-03-11 20:51:25 +00:00
craig
11aa117292 Re-organise interface settings 2012-03-09 18:59:00 +00:00
craig
eeff6bcf15 Better control over prev/next track buttons. 2012-03-09 18:58:43 +00:00
craig
4d0be858bc More control over playqueue 2012-03-09 18:58:30 +00:00
craig
858c681173 Fix qt-build 2012-03-09 18:58:08 +00:00
craig
fcdcd58673 Only scroll if this is enabled 2012-03-08 15:55:00 +00:00
craig
32727f274e Need to save/restore selection. Fixes scenario:
a) select track X
b) drag'n'drop track X to another position (lets say after track Y), the tracks are reordered
c) track X is still selected (don't change that selection)
d) shift+click on eg. track Y+2
e) reasonable outcome would be that tracks X, Y+1 and Y+2 are selected. However, the starting point of the shift+click selection is around the place, where track X was in point a)
2012-03-08 15:54:23 +00:00
craig
4dcd233182 Get controlled keys when update, not in second pass 2012-03-08 15:53:45 +00:00
craig
c891e88bed Need to save, then restore, set of collapsed albums between updates - as values may have changed. 2012-03-07 19:34:14 +00:00