Commit Graph

1042 Commits

Author SHA1 Message Date
Craig Drummond
6955d8620d Remove superflous #elif 2016-09-01 18:43:37 +01:00
Craig Drummond
1ca8a36e1f Clamp colour in setColor 2016-08-23 20:33:23 +01:00
Craig Drummond
b11862ea38 Fix colouring issues with some Kvantum styles. 2016-08-23 19:46:11 +01:00
Craig Drummond
ad4e94cd55 Only create real toolbar for linux build if QGtkStyle is being used (to enable window drag), otherwise don't really want a toolbar 2016-08-14 17:40:41 +01:00
Craig Drummond
45d870f833 Fix crash when changinh playqueue view type. (Issue #878) 2016-08-11 17:05:44 +01:00
Craig Drummond
860a0890a9 Clamp colour of all mono icons 2016-07-22 16:37:48 +01:00
Craig Drummond
94f26acfe0 Use FontAwesome icons for all action icons. 2016-07-19 19:44:51 +01:00
Craig Drummond
d2f03c2227 Always use toolbar text colour for toolbar icons 2016-07-19 18:35:27 +01:00
Craig Drummond
49721ed369 Fix add/set priority menus. 2016-07-13 21:31:18 +01:00
Craig Drummond
709b5582ee Show error, but don't terminate (unless showing wizard) on Qt DB driver error 2016-07-12 23:13:11 +01:00
Craig Drummond
68e0fc6e89 Work-around KDE 5.7 MPRIS issues. 2016-07-07 19:10:06 +01:00
Craig Drummond
438cdc3515 When adding streams to play queue via add dialog, always allow setting of name. 2016-06-24 18:41:23 +01:00
Craig Drummond
6ab953f04a Allow to set keyboard shortcuts for ratings actions. Default to Alt+0 (No rating), Alt+1 (1 star), etc. 2016-06-10 16:33:22 +01:00
Craig Drummond
f35bd073df Fix current track display when chaging from one track with no meta-data to another with no meta-data. 2016-06-03 16:56:40 +01:00
Craig Drummond
4de7995164 When calculating collapsed windoe height, take into account size of menubar, if it is visible. 2016-02-13 11:33:32 +00:00
Craig Drummond
7aef14c64d Fix possibly missing save play queue icon. 2016-01-30 16:22:08 +00:00
Craig Drummond
17cdc2553b Fix cover widget clipping on some themes 2016-01-24 14:53:07 +00:00
Craig Drummond
43cbeaf2bb Always using mono icons 2016-01-13 21:19:47 +00:00
Craig Drummond
705648420a Update (c) year 2016-01-08 18:55:13 +00:00
Craig Drummond
f53357ce85 Fix cover widget size - so that highlight is not clipped 2016-01-06 22:19:23 +00:00
Craig Drummond
33722d8178 Fix 'connect' action from main windo 2016-01-06 21:11:23 +00:00
Craig Drummond
8da6b5ef1a Always enable save to playlist actions, even if view is hidden. 2016-01-02 21:29:59 +00:00
Craig Drummond
3f1b9e19a0 Set window title when connection changes 2015-12-28 14:12:42 +00:00
Craig Drummond
c00f5b5ba8 Fixed height for toolbar 2015-12-24 09:41:35 +00:00
Craig Drummond
2b6f9a0587 Allow to specify a list of folders for 'Single Tracks' UI strings not updated, as already sent for translation. 2015-12-19 22:18:49 +00:00
Craig Drummond
8e54061432 Fix togling os seaprator when stream url changed 2015-12-06 11:29:30 +00:00
Craig Drummond
f4685d2422 Add a separator after scrobbling/http-stream buttons and before repeat/single/etc buttons 2015-12-06 11:13:49 +00:00
Craig Drummond
ed07a33fbc Use correct icon for HTTP stream playback 2015-12-06 11:10:32 +00:00
Craig Drummond
0fec8b7032 Set search category to file if called from folders page 2015-11-29 22:43:59 +00:00
Craig Drummond
4e6834df4d - Send songs from MPD thread to GUI thread in batches of 200
- Call processEvents() during music listing
- Dont attempt to load library whilst loading library!
#763
2015-11-20 21:30:17 +00:00
Craig Drummond
491d68f0d3 Fix/work-around Qt 5.5 issues with QMenu being used in 2 actions.
#740
2015-11-13 23:01:50 +00:00
Craig Drummond
e9b0ef6b7e Add a /slightly/ nicer sync dialog. Check songs from lib/dev to be copie
dto each other, then press sync button. Calls 2 action dialogs to do the
actual copying.
2015-11-01 16:15:55 +00:00
Craig Drummond
c88736999c Ignore 'The' (if configured) when sorting play queue.
#752
2015-10-28 21:45:01 +00:00
CDrummond
49b05d8647 Fix issues when starting maximised. 2015-10-21 22:11:40 +01:00
Craig Drummond
ae1f33ac3a Folders model is dynamically populated, so search wont really work - so
redirect to search page.
2015-10-08 21:53:22 +01:00
Craig Drummond
a04307d8e1 Dynamically load folder view. (No nonger use listall :-) ) 2015-10-08 21:42:35 +01:00
Craig Drummond
df24d43fd5 No need to decode Cantata stream again - it's decoded inMPDParseUtils
- Plus thie extra decoding was messing up the playqueue id!!!
2015-09-19 18:01:03 +01:00
Craig Drummond
b7c70233e5 MPD HTTP stream playback icon 2015-09-06 15:33:04 +01:00
Craig Drummond
e02d31229c Use mono icon for music file and playlists 2015-09-06 00:25:59 +01:00
Craig Drummond
c4030dea79 Save play queue icon 2015-08-29 17:30:45 +01:00
Craig Drummond
fb6d4e0bee Use font-awesome icons 2015-08-22 08:57:21 +01:00
Craig Drummond
5cb828e37f Fix check for 'Unknown' album - title is never empty, as it would have
been set to filename!
#723
2015-08-19 20:32:37 +01:00
Craig Drummond
31322123ad Update QtMPC link - although there is not much there now, and no code. 2015-08-14 20:58:39 +01:00
Craig Drummond
9533f12881 Update (c) year 2015-08-13 21:12:34 +01:00
Craig Drummond
be6b5e1f86 Custom actions.
#711
2015-08-11 19:16:35 +01:00
Craig Drummond
8a0ccf092c New options to add songs to play queue - 'add and play', 'append and
play', and 'insert after current'
#680
2015-08-10 18:00:44 +01:00
Craig Drummond
2fc124e799 Add option (in Interface/Tweaks) to control how CUE files are handled.
#708
2015-08-09 19:24:42 +01:00
Craig Drummond
e8f650331f Set MPDParseUtils singleTracks folder when settings updated 2015-08-05 19:41:56 +01:00
Craig Drummond
de84b197c0 If refresh MPD, then remove SQL cache so that its recreated. 2015-08-05 19:19:28 +01:00
Craig Drummond
48331191b0 No need for refresh and full refresh 2015-07-29 07:43:28 +01:00