Commit Graph

6114 Commits

Author SHA1 Message Date
Craig Drummond
0ce800b68b Re-add genre combo to library view. Only visible if grouping by artist or album 2016-06-10 18:22:23 +01:00
Craig Drummond
b5e157a547 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
3a2fd3777d When adding tracks from folders view, only add playlists if these have been explicitly selected. 2016-06-09 22:46:42 +01:00
Craig Drummond
7b44154227 Flat current track highlight. 2016-06-03 18:56:45 +01:00
Craig Drummond
808487c459 Spelling 2016-06-03 17:02:09 +01:00
Craig Drummond
5690b622c0 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
b59ee04fa0 Fix AudioCD playback when MPD's curl is using IPv6 2016-06-03 16:30:48 +01:00
Craig Drummond
854eec9a08 Use a single-shot timer to timeout obtaining current cover. 2016-05-04 21:12:55 +01:00
Craig Drummond
6146e89ce8 Fix drag'n'drop of non-loaded playlists. 2016-04-26 19:47:00 +01:00
Craig Drummond
8137570ba8 Update 2016-04-24 20:36:59 +01:00
CraigD
91818c1c74 Merge pull request #838 from evsh/qt-5.7
Fix compilation and a crash with Qt 5.7
2016-04-24 20:34:36 +01:00
Eugene Shalygin
d1aa070351 fix crash on start-up
PodcastWidget constructor calls view->setModel() which in turn calls
slots of the PodcastWidget object. Some slots are virtual and thus
virtual PodcastWidget::controlActions() is called wiht uninitialized
object. In particular, actions are not created. Workaround the crash by
moving action creation before the setModel() call.
2016-04-23 01:40:46 +02:00
Eugene Shalygin
63f18c91ca Use C++11 with Qt 5.7 and above
Qt 5.7 requires C++11 support from the compiler
2016-04-23 01:14:11 +02:00
Craig Drummond
8e51b63978 Fix wrong/missing ratings in toolbar. 2016-04-10 09:23:10 +01:00
Craig Drummond
1fe443249e Fix Qt5 gcc5 compilation. 2016-04-07 17:51:00 +01:00
Craig Drummond
491474cd08 Fix incorrect AudioCD cover 2016-03-17 23:22:59 +00:00
Craig Drummond
a35899e8e9 Fix playback of AudioCDs 2016-03-17 23:12:29 +00:00
Craig Drummond
73f9fb8528 Remove usage of libavutil/audioconvert.h - its no longer in ffmpeg since 1.3, and Cantata does not need it anyway. 2016-03-16 18:05:14 +00:00
Craig Drummond
cd833b9881 Update 2016-03-16 18:01:39 +00:00
Craig Drummond
0278b57b50 Try to ensure menu button width is at least equal to height. 2016-02-14 00:37:39 +00:00
Craig Drummond
cac7a435f8 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
c472f2cd8d Update (c) year 2016-02-12 18:41:02 +00:00
Craig Drummond
b04454a7ba Fix text 2016-02-12 18:36:17 +00:00
Craig Drummond
8ec31ba3c5 Add filename / path to list of dynamic rule properties. 2016-02-12 18:33:31 +00:00
Craig Drummond
f5fe89b972 Don't allow copying of cue file tracks do devices. 2016-02-11 22:49:51 +00:00
Craig Drummond
bf353b1c3f Only append to CMAKE_CXX_FLAGS, not replace 2016-02-08 22:40:41 +00:00
Craig Drummond
69e377c9b2 Folder page nolonger has a search field - so if upgrading from a 1.x config with folder search visible, then hide it. 2016-02-05 18:25:18 +00:00
Craig Drummond
55fb716f96 nly honour 'startHidden' setting if also configured to use system tray. 2016-02-04 23:07:11 +00:00
Craig Drummond
0bac376776 Fix listing of CUE files. 2016-02-04 23:00:14 +00:00
Craig Drummond
dc2f5f0533 Use last.fm 2.0 API for finding similar artists in dynamic playlists. 2016-02-04 22:41:54 +00:00
Craig Drummond
273a639c99 Install pre-rendered PNG icons for Linux builds. 2016-01-31 15:57:59 +00:00
Craig Drummond
dce723b719 Fix possibly missing save play queue icon. 2016-01-30 16:22:08 +00:00
Craig Drummond
cf209effe1 If useStandardIcons is set with Linux builds, then use system's icons for toolbar. 2016-01-30 16:13:39 +00:00
Craig Drummond
631ab82887 Add icon for proxy config - if proxy settings enabled. 2016-01-30 12:03:31 +00:00
Craig Drummond
c5bf80b02a Fix 'Scroll to current track' in table style play queue if track number column is hidden. 2016-01-30 00:18:25 +00:00
Craig Drummond
ef023addd8 Delay creation of Jamendo and Magnatune DBs until required. 2016-01-29 21:27:15 +00:00
Craig Drummond
626a305395 Add (config file only) option to use user's icon theme. Linux only. 2016-01-27 20:16:10 +00:00
Craig Drummond
5d104914d5 Try to detect DLNA streams (e.g. when using upmpdcli), and show as regular albums in grouped view. 2016-01-27 20:06:11 +00:00
Craig Drummond
b3f7cf2973 Re-add all album sorts from Cantata 1.x 2016-01-27 19:41:32 +00:00
Craig Drummond
5572b302ed Fix installing of font awesome ttf 2016-01-24 15:38:59 +00:00
Craig Drummond
40a34fb0e4 Remove OSX workarounds - no longer required 2016-01-24 15:04:29 +00:00
Craig Drummond
e7f4f9db7f Fix cover widget clipping on some themes 2016-01-24 14:53:07 +00:00
Craig Drummond
e78e926a68 Only draw '1' twice for all builds 2016-01-24 14:40:22 +00:00
Craig Drummond
d8e1a826c2 Merge branch 'master' of ssh://github.com/CDrummond/cantata 2016-01-24 14:24:13 +00:00
Craig Drummond
8b456ba817 Set version numbers 2016-01-24 14:22:04 +00:00
CDrummond
5982c5aad9 Remove references to media-optical 2016-01-22 18:30:08 +00:00
CDrummond
942da70032 Fix some windows icons 2016-01-22 18:23:16 +00:00
Craig Drummond
a0a9855289 Allow use of menu bar for windows 2016-01-20 20:48:19 +00:00
Craig Drummond
a7c60fa9e7 Fix mouse-over for osx 2016-01-20 20:46:00 +00:00
Craig Drummond
2df6ff0c4f Adjust icon sizes if not high-dpi 2016-01-20 20:41:16 +00:00