Commit Graph

39 Commits

Author SHA1 Message Date
craig.p.drummond@gmail.com
faaf8bd29c Fix fetching of covers for grouped playlists. 2012-04-20 11:34:15 +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
b60f6ffeb3 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
a465cf58a3 Add 'Edit Song Tags' action to playqueue context menu. 2012-03-21 19:03:45 +00:00
craig
c7df4c5160 Initial import of grouped playlists - NOT FINISHED 2012-03-16 22:33:34 +00:00
craig
d4a9c94147 Reduce QMutex usage - have MPDStats/MPDStatus emitted as objects, and
stored in relevant classes.
2012-03-13 19:31:25 +00:00
craig
a54852a092 More control over playqueue 2012-03-09 18:58:30 +00:00
craig
aa24b367b7 Use QTreeView for grouped style - fixes *many* issues with QListView 2012-03-08 17:43:43 +00:00
craig
d4b7c43f8b Update playqueue cover 2012-03-07 19:27:42 +00:00
craig
ce1d4ede56 Add comments 2012-03-06 19:02:23 +00:00
craig
13ebd33077 Decode tags from files to pass to mpd in server urls 2012-03-04 20:58:07 +00:00
craig
48edc1d7b2 Decoded Cantata streamed file URLs 2012-03-04 19:45:15 +00:00
craig
c7015bc4e5 Attempt to work-around broken QListView::scrollTo - this is broken if some rows are hidden.
ttps://bugreports.qt-project.org/browse/QTBUG-21115
2012-03-04 15:39:40 +00:00
craig
79c3fcfc1b Remove debug 2012-03-03 11:34:21 +00:00
craig
c1598959c0 Correctly handle scneraion where auto-collpasing is disabled at start-up. SO, we need to store which albums are user-controlled - this can be user expanded (if auto collapse on), or use collapsed (if not) 2012-03-03 11:24:38 +00:00
craig
ad18b33add Fix some scrollTo/position/expading issues 2012-03-02 21:51:22 +00:00
craig
5e6a135685 Use correct palette 2012-03-02 20:28:20 +00:00
craig
d301df8650 Use globe for default stream icon 2012-03-02 20:27:58 +00:00
craig
413035541c Standardise stream detection 2012-03-02 20:27:23 +00:00
craig
5ac79c9be5 Use italic font for stream items in playqueue. 2012-03-02 20:27:07 +00:00
craig
d880058aca Set current row 2012-02-29 18:11:19 +00:00
craig
9d71541e1a Remove commented out code 2012-02-28 19:31:22 +00:00
craig
2e87b45c77 Use correct font metrics 2012-02-28 19:31:10 +00:00
craig
1d92df3042 Better icon pos 2012-02-28 19:29:34 +00:00
craig
999da0c99b Preserve expanded albums 2012-02-28 19:29:20 +00:00
craig
902113f5d7 Key is 16-bit 2012-02-28 19:28:46 +00:00
craig
156010a53d Fix removal of collapsed album 2012-02-27 22:07:39 +00:00
craig
e39587af23 Initial import of collapsable play queue listview
TODO: Removing collapsed item only removes 1 track; reloading play queue needs to preserve exapanded albums
2012-02-27 22:03:07 +00:00
craig
77fb1b7382 Better current track indicator 2012-02-27 19:57:48 +00:00
craig
73a77193ef - draw custom background for current
- dont use bold font cor current, as this is used for album title
2012-02-26 20:15:14 +00:00
craig
a1d8e27b41 Qt-only fixes 2012-02-25 20:24:16 +00:00
craig
bdb414645b Even better play icon 2012-02-24 22:13:23 +00:00
craig
20ea71c092 Slightly bigger play icon 2012-02-24 21:55:57 +00:00
craig
6eaddb1a59 Remove unused code 2012-02-24 21:37:45 +00:00
craig
20035001ea Ad simple playstate indicators 2012-02-24 21:32:23 +00:00
craig
239b066e36 Grouped play queue :-) 2012-02-24 18:09:07 +00:00
craig
a4878ebf43 Grouped play queue improvements. Need to add album cover, resizing, duration, and header click support 2012-02-23 22:20:43 +00:00
craig
40cab7ab68 Looks like we get a crash on double-click if these properties are not set... 2012-02-23 20:57:18 +00:00
craig
9a42dcf084 Start of siplified, amarok-style, playqueue - NOT working, no drawing code yet!!!! 2012-02-23 16:55:14 +00:00