Commit Graph

81 Commits

Author SHA1 Message Date
craig.p.drummond
215938e965 Fix playqueue save 2013-04-06 07:42:51 +00:00
craig.p.drummond
20a5a4db49 - Move common actions into StdActions
- Models are in control of what actions are show at what level
2013-02-18 17:07:46 +00:00
craig.p.drummond
6f8968fe78 Reduce #includes 2013-02-15 17:22:52 +00:00
craig.p.drummond
8942a18141 Make tool buttons square 2013-02-15 17:22:14 +00:00
craig.p.drummond
7596c8773e Disable menu button if all actions disabled 2013-02-15 17:18:53 +00:00
craig.p.drummond
09374f37a4 Remove Qt module prefix from includes - will make Qt5 port a little easier! 2013-01-28 19:33:42 +00:00
craig.p.drummond
476d132466 Update copyright year 2013-01-17 16:57:20 +00:00
craig.p.drummond
3f8d816925 Prompt before removing playlists. 2013-01-08 19:28:42 +00:00
craig.p.drummond
0d3303edc0 Only show relevant genres for playlist and devices 2012-12-20 21:16:53 +00:00
craig.p.drummond
9dd4373f45 Tidy up a bit 2012-12-19 20:05:07 +00:00
craig.p.drummond@gmail.com
5e275a94d3 No need to cehck for http:// entries, these are NOT parsed. We only parese these from the streams page. Any ones in playlists must already be usable by MPD 2012-10-17 11:04:23 +00:00
craig.p.drummond@gmail.com
e8507dba9b Add tooltip to menu button.
BUG:115
2012-10-17 11:00:23 +00:00
craig.p.drummond
237ba51f1b Add a GenreCombo class 2012-10-15 18:42:39 +00:00
craig.p.drummond
d6a11a1dfe selectedFiles() is not used. 2012-10-15 18:41:28 +00:00
craig.p.drummond
7cad708e19 Move menu icon itno Icons 2012-10-15 18:41:00 +00:00
craig.p.drummond
a0c0cd9634 Support for modifiable keyboard shortcuts in Qt-only builds. (Code stolen from Quassel!) 2012-10-03 19:58:42 +00:00
craig.p.drummond@gmail.com
5a7476b80b When refreshing DB, make sure Albums view is at top level.
BUG:78
2012-09-10 11:25:09 +00:00
craig.p.drummond
5669f724f6 Initial work on Qt translations. Commented out for the moment, as xgettext is crashing!!! 2012-09-02 20:13:00 +00:00
craig.p.drummond@gmail.com
a9d342577d - Fix track order when adding newly added album to playqueue.
- When dragging one artist, or album, in treeview to play queue, show cover image (if possible).

BUG:48
2012-07-20 11:46:34 +00:00
craig.p.drummond
000a8f7098 Dont attempt to rename a playlist to its current name - otherwise it is deleted! 2012-07-09 18:42:12 +00:00
craig.p.drummond
5b32b51a23 Android: more sizing fixes 2012-06-22 15:51:13 +00:00
craig.p.drummond
84f85cb0e6 More work on android build - now have icons :-) 2012-06-20 05:57:40 +00:00
craig.p.drummond
d932e73071 More android work... 2012-06-19 15:48:18 +00:00
craig.p.drummond
09527996b1 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
f9f1edcb6f 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
4ca5f4f635 s/playlist/playqueue/g 2012-04-16 18:43:50 +00:00
craig
7afc042d9c Update grouped-view controlled albums set when we update model 2012-04-16 18:36:02 +00:00
craig
0970d7f5ec 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
228a40b2e1 Only expand if we have text 2012-04-07 20:17:35 +00:00
craig
adf25e16f2 No message on del 2012-04-05 14:19:00 +00:00
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
993dc7481e Use SH_ItemView_ActivateItemOnSingleClick to detect single click mode in Qt build. 2012-04-04 18:45:02 +00:00
craig
d37b1d6770 Dont attempt to remove song from playlist if we are removing the playlist 2012-04-02 17:57:22 +00:00
craig
3fe8b94b59 Automatically expand treeview items when searching. 2012-03-27 17:39:05 +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
f55307beef Need to reverse songs order when adding to play queue 2012-03-25 11:25:20 +00:00
craig
c62a31e271 Drop modes 2012-03-23 20:33:22 +00:00
craig
b4ed235271 Remove proxy code duplication 2012-03-21 19:07:34 +00:00
craig
8f5425cfea Refresh model when view changes 2012-03-21 19:04:29 +00:00
craig
ea932bda1c Work on playlist editing 2012-03-21 19:04:10 +00:00
craig
e6182412c3 Initial import of grouped playlists - NOT FINISHED 2012-03-16 22:33:34 +00:00
craig
9b1ee58280 Allow double click on playlist name, if KDE is set to singleClick 2012-03-08 17:46:55 +00:00
craig
68ed637455 Stop double click on playlist 2012-03-08 17:43:18 +00:00
craig
b8b610b7a9 Fix icon size 2012-02-14 21:23:30 +00:00
craig
fb798a3634 controlActions(); 2012-02-10 20:31:45 +00:00
craig
3339767102 Add menu 2012-02-10 20:31:16 +00:00
craig
97d58d5464 Control actions 2012-02-09 19:13:41 +00:00
craig
1aae3d2edc Store genre in set 2012-02-09 19:13:21 +00:00
craig
814c66ce97 Add genre filtering to playlists page. 2012-02-08 19:22:30 +00:00
craig
5b3e1e2406 Comment out 'burn to cd' actions - not sure these are useful... 2012-02-06 19:53:04 +00:00