Commit Graph

57 Commits

Author SHA1 Message Date
craig.p.drummond
f5f3114145 Reduce KDE/Qt code duplication - by creating dummy Dialog, MessageBox, and InputDialog classes/namespaces for Qt. 2012-05-31 17:45:57 +00:00
craig
294c9591ec s/playlist/playqueue/g 2012-04-16 18:43:50 +00:00
craig
1cc7520751 Update grouped-view controlled albums set when we update model 2012-04-16 18:36:02 +00:00
craig
2f27c29eb6 Better, less hacky, workaround for QAbstractItemView shif-select bug
(https://bugreports.qt-project.org/browse/QTBUG-18009). Thanks to Spitfire
from qtcentre.org forums for fix.
2012-04-16 18:35:20 +00:00
craig
8c1e4f1e77 Only expand if we have text 2012-04-07 20:17:35 +00:00
craig
4aa11ed420 No message on del 2012-04-05 14:19:00 +00:00
craig
7078e6c7df 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
99beebf68b Use SH_ItemView_ActivateItemOnSingleClick to detect single click mode in Qt build. 2012-04-04 18:45:02 +00:00
craig
24ff4ae05c Dont attempt to remove song from playlist if we are removing the playlist 2012-04-02 17:57:22 +00:00
craig
bd1de87413 Automatically expand treeview items when searching. 2012-03-27 17:39:05 +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
c2faa011ea Need to reverse songs order when adding to play queue 2012-03-25 11:25:20 +00:00
craig
8981346818 Drop modes 2012-03-23 20:33:22 +00:00
craig
f7e743461a Remove proxy code duplication 2012-03-21 19:07:34 +00:00
craig
a23cf6540f Refresh model when view changes 2012-03-21 19:04:29 +00:00
craig
09cd31443b Work on playlist editing 2012-03-21 19:04:10 +00:00
craig
c7df4c5160 Initial import of grouped playlists - NOT FINISHED 2012-03-16 22:33:34 +00:00
craig
bd17e445d1 Allow double click on playlist name, if KDE is set to singleClick 2012-03-08 17:46:55 +00:00
craig
25f9fecfa5 Stop double click on playlist 2012-03-08 17:43:18 +00:00
craig
3e525093a6 Fix icon size 2012-02-14 21:23:30 +00:00
craig
da14e19de1 controlActions(); 2012-02-10 20:31:45 +00:00
craig
4a942867e7 Add menu 2012-02-10 20:31:16 +00:00
craig
d6445869a6 Control actions 2012-02-09 19:13:41 +00:00
craig
6b2e2d1d5d Store genre in set 2012-02-09 19:13:21 +00:00
craig
d025294e28 Add genre filtering to playlists page. 2012-02-08 19:22:30 +00:00
craig
45a857024b Comment out 'burn to cd' actions - not sure these are useful... 2012-02-06 19:53:04 +00:00
craig
6a62d00f78 Add burn to playlists 2012-01-30 21:04:48 +00:00
craig
cc95b844d6 Add finter-enabling to all models 2012-01-25 17:33:23 +00:00
craig
e8577a9703 Rename 'Update Database' action to 'Refresh', as the curent view is now also refreshed. 2012-01-21 20:58:58 +00:00
craig
44d2e63d39 Fix Qt only build 2012-01-18 21:02:03 +00:00
craig
5dc18cfb44 When changing name of playlist, show the original name in the line-edit. 2012-01-16 21:01:50 +00:00
craig
5053ddd96e - 1 remove action
- fix text of edit actions
2012-01-16 20:58:32 +00:00
craig
99fcf7086a Use KInputDialog, not QInputDiallog, for KDE build. 2012-01-10 21:21:01 +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
1872cef46f Fix inconsistency between adding items via drag'n'drop and using the '>>' actions 2012-01-03 19:54:13 +00:00
craig
4a035b7fc2 Make action text clearer 2011-12-22 19:03:24 +00:00
craig
222ac7e5bd Sort selected items by the order they appear on screen - QAbstractItemView::selectedItems is not sorted!!!! 2011-12-20 19:17:39 +00:00
craig
f6c7aaea9e - Fix order of items sent to play queue
- If only 1 playlist selected, then ask mpd to load
2011-12-19 19:44:57 +00:00
craig
3d401bc635 Fix loading of playlists 2011-12-19 19:30:13 +00:00
craig
320310dd9b Fix adding to play queue 2011-12-19 19:29:51 +00:00
craig
14b4c57a86 Only act on del key for list with focus 2011-12-19 19:28:58 +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
74d9e9629e Drag and drop from/to playlists 2011-12-14 19:44:09 +00:00
craig
36d2ca4404 ...an more playlist work 2011-12-14 19:42:15 +00:00
craig
ba692cda7c More playlist work 2011-12-14 19:42:01 +00:00
craig
4f0810834d Playlists work 2011-12-14 19:41:06 +00:00
craig
61d3cf1426 Strt of editable playlists 2011-12-14 19:39:52 +00:00
craig
6bc2bae2e5 Add search 2011-12-09 23:37:56 +00:00
craig
cb127217a6 Fix playlist headers!!!! 2011-12-09 18:40:20 +00:00