Commit Graph

30 Commits

Author SHA1 Message Date
craig.p.drummond
ce59bd7a36 - Use better names for library/folder loading signals.
- Don't pass dbDateTime into load function, instead store dbDateTime in connection and use this.
- Don't store db time all over the place in the GUI thread, turn MPDStats into a singleton like MPDStatus and use that
2012-06-27 17:05:48 +00:00
craig.p.drummond
6960b056d4 Add keyboard short-cut for 'back' icon in listviews. 2012-06-18 18:25:54 +00:00
craig.p.drummond
5bff55a584 Support MPD queue functionality. Add an 'Add With Priority' to menu of library, etc, views. Add a 'Set Priority' to play queue. Requires MPD 0.17.0 or newer. 2012-06-15 19:05:14 +00:00
craig.p.drummond@gmail.com
692bbf6590 Show playlist files in library and album views.
BUG:27
2012-06-12 11:16:37 +00:00
craig.p.drummond@gmail.com
7ca4356a81 Set ListView grid size before setting the mode.
BUG:33
2012-06-12 11:02:35 +00:00
craig.p.drummond
04b02b2b82 - Allow Icon/List for library view.
- Add option to show artist images in library view.
BUG:30
2012-06-11 21:07:24 +00:00
craig
5fac006d41 - Add showPAge to MPRIS interface
- Add a 'search' action (Ctrl-F) that will move focus to curent tab's search
field - or to play queue search field (if play queue has focus).
2012-04-16 18:38:00 +00:00
craig
cdf12784bb 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
3129aa06ee Add action to show current track in lib 2012-03-21 19:05:55 +00:00
craig
da14e19de1 controlActions(); 2012-02-10 20:31:45 +00:00
craig
6b2e2d1d5d Store genre in set 2012-02-09 19:13:21 +00:00
craig
15f60e7c79 Fix comment 2012-02-01 21:07:35 +00:00
craig
cfcac8a559 Tag editor! 2012-02-01 21:06:53 +00:00
craig
5e4061dfe0 Add create audio/data cd actions to library/folder/albums pages. 2012-01-30 19:26:00 +00:00
craig
713a52d8a3 Better cache usage 2012-01-24 19:58:29 +00:00
craig
6073a71980 When we recieve an updated signal frmo MPD, refresh library view. 2012-01-19 20:21:16 +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
9fc2286ce3 Update copyright statements. 2012-01-04 19:15:55 +00:00
craig
81fce60e14 Allow to navigate into albums 2011-12-18 22:58:29 +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
4f0810834d Playlists work 2011-12-14 19:41:06 +00:00
craig
0f5f07941c Dont clear search when changing level 2011-12-14 19:38:23 +00:00
craig
4f678bc915 - Add 'addTo'/'replace' buttons to style delegate
- Fix opened list always scrolling to bottom
2011-12-11 21:44:10 +00:00
craig
afbd0ac005 Remeber to index when navigating 2011-12-11 11:24:25 +00:00
craig
3f2dab8091 List view for library - styled item delegate todo!!! 2011-12-10 22:59:48 +00:00
craig
f6c30f5d46 Add an albums page 2011-12-08 21:49:37 +00:00
craig
db52ca544f Move page specific code out of MainWindow class and it *Page class. 2011-12-06 20:24:48 +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
craig
cb86401736 Use sidebar instead of tabbar 2011-11-27 22:11:24 +00:00