Commit Graph

65 Commits

Author SHA1 Message Date
craig.p.drummond@gmail.com
2322c71e18 Add tooltip to menu button.
BUG:115
2012-10-17 11:00:23 +00:00
craig.p.drummond
c6c17831a5 Only need to download/parse streams (to check if they are a playlist) when
added from the streams page. (Streams in an MPD playlist will not be
playlists themselves, as MPD does not support this.)
2012-10-16 18:07:10 +00:00
craig.p.drummond@gmail.com
e6b4f5c10e Sort indexes before adding to playqueue 2012-10-16 12:22:18 +00:00
craig.p.drummond
f90a21b7ae Add a GenreCombo class 2012-10-15 18:42:39 +00:00
craig.p.drummond
5458ac2e11 Move menu icon itno Icons 2012-10-15 18:41:00 +00:00
craig.p.drummond
5c68ed6503 - Fix missing 'edit' icons in non-oxygen icon sets
- Add icon to createAction
2012-10-10 18:41:43 +00:00
craig.p.drummond
974b50814c 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
92a370c41f When refreshing DB, make sure Albums view is at top level.
BUG:78
2012-09-10 11:25:09 +00:00
craig.p.drummond
5c7d22c72d 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
b3f36f1cae Android: more sizing fixes 2012-06-22 15:51:13 +00:00
craig.p.drummond
8894263b1f More android work... 2012-06-19 15:48:18 +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
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
8c1e4f1e77 Only expand if we have text 2012-04-07 20:17:35 +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
f7e743461a Remove proxy code duplication 2012-03-21 19:07:34 +00:00
craig
c7df4c5160 Initial import of grouped playlists - NOT FINISHED 2012-03-16 22:33:34 +00:00
craig
c3c7b50072 Fix crash when deleting streams. 2012-02-22 17:29:15 +00:00
craig
569f62efa5 Enable replacePlayQ action 2012-02-19 19:02:16 +00:00
craig
3e525093a6 Fix icon size 2012-02-14 21:23:30 +00:00
craig
7a0426b456 Fix stream icons when add and edit! 2012-02-11 20:47:41 +00:00
craig
f542f7a2e4 Hmmm, compile before commit!!!! 2012-02-11 20:16:20 +00:00
craig
9d9272967c Stop double click on category 2012-02-11 20:15:34 +00:00
craig
f2623fc1aa Fix stream export 2012-02-10 20:32:01 +00:00
craig
da14e19de1 controlActions(); 2012-02-10 20:31:45 +00:00
craig
45b8a20eae Query MPD for list of supported protocols - and only allow supported URLs. 2012-02-09 19:17:01 +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
25232ecbea Add genre filtering to streams pages. 2012-02-09 19:13:04 +00:00
craig
49935e889b Fix Qt-only complilation 2012-02-06 19:50:43 +00:00
craig
eeeed1ec62 Basic support for configurable stream/category icons. (KDE only) 2012-02-03 19:37:12 +00:00
craig
7370a18074 Add code to load/save icons 2012-02-03 19:36:24 +00:00
craig
cc95b844d6 Add finter-enabling to all models 2012-01-25 17:33:23 +00:00
craig
03dcd82ba1 Dsiable streams model when page hidden 2012-01-18 21:02:38 +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
c16e6df623 When editing a stream category name, show the current name in the entry field. 2012-01-10 21:20:27 +00:00
craig
518b7d41bb Cleanup 2012-01-04 19:19:13 +00:00
craig
e75e080a0b Fix streams export 2012-01-04 19:17:21 +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
e45519d5e6 Fx Qt only build 2011-12-21 19:46:02 +00:00
craig
8fa1519800 Proper model for streams, and multi-view 2011-12-21 19:43:49 +00:00
craig
9aabe49365 Use ItemView for streams 2011-12-21 00:44:57 +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
14b4c57a86 Only act on del key for list with focus 2011-12-19 19:28:58 +00:00
craig
271f59722d Text of actions 2011-12-19 19:28:42 +00:00