Commit Graph

154 Commits

Author SHA1 Message Date
craig
eb686e43df Add #define for default cover icon names 2012-03-20 21:13:18 +00:00
craig
4d96b9c144 Dont allow to drop on an already selected row - as this seems to cause a crash!!! 2012-03-20 21:13:00 +00:00
craig
9fac498ec4 When an album is collapsed/expanded in playqueue, call dataChanged() so that
title row is redrawn - otherwise, for single-track albums, the view might
not get refreshed.
2012-03-20 21:11:48 +00:00
craig
b0cf7ad543 Only select hidden sibiling if this is *not* a collection! 2012-03-17 12:06:13 +00:00
craig
c7df4c5160 Initial import of grouped playlists - NOT FINISHED 2012-03-16 22:33:34 +00:00
craig
51b950ca2f Fix drawing... 2012-03-15 19:54:50 +00:00
craig
b18075f115 Better look for qt-only config dialog 2012-03-15 19:33:44 +00:00
craig
2024cc7268 Allocate more space for tab if required - up to a max of 50% extra. This
fixes "HTTP Server" config page title under Ubuntu with Qt-only build.
2012-03-15 19:32:52 +00:00
craig
d992b6fb8a SAve zoom settings 2012-03-14 21:42:28 +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
24496d4f51 Use single-shot timers for search! Otherwise we keep on re-searching!!!!! 2012-03-11 20:51: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
5b2afef3f3 Much better playlist tree style 2012-03-06 19:03:40 +00:00
craig
ce1d4ede56 Add comments 2012-03-06 19:02:23 +00:00
craig
1ce2a44bb8 Better text alignment with dif sized icons 2012-03-06 19:00:40 +00:00
craig
b99b1541be Darker sub-text 2012-03-06 19:00:20 +00:00
craig
e73973fd3a Update playlist list-style text 2012-03-05 19:50:40 +00:00
craig
b5d867c397 Esc key navigates back in list views - if view has focus. 2012-03-05 19:50:18 +00:00
craig
f7e2b78928 Fix album view search text 2012-03-05 19:49:46 +00:00
craig
97a6177a84 Update copy of KMessageWidget 2012-03-05 19:48:55 +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
4cd4a4076f Reduce size 2012-03-02 20:28:32 +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
990e470c1b Expand inerface when shoing error messages. 2012-02-29 18:32:14 +00:00
craig
d880058aca Set current row 2012-02-29 18:11:19 +00:00
craig
3f21d2e0da init vars 2012-02-28 19:32:24 +00:00
craig
ef54c138b8 Set hidden at start-up, if enabled 2012-02-28 19:32:13 +00:00
craig
5281b73a5c Set min width 2012-02-28 19:31:34 +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
132efeae2e Set a min width, allows main window to shrink more 2012-02-28 19:30:08 +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
ef35eb49db From Piotr: fix for autohiding splitter for situations, when expanding and collapsing the whole window (aka the mini mode) would bork up the sizes/proportions of the sidebar. 2012-02-27 19:57:08 +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
730d61b01f Fix drag'n'drop of tracks from album view into play queue - affected list
and icon/list modes.
2012-02-25 21:53:32 +00:00