Commit Graph

6238 Commits

Author SHA1 Message Date
shane tully
2386f9cd31 fix iconCol not defined with KDE support enabled 2017-03-04 21:30:11 -08:00
Craig Drummond
5b946b980e Parse name field in playlists.
Issue #965
2017-02-26 11:30:51 +00:00
Craig Drummond
7aaab192d6 Only show sub-text if we have some info 2017-02-26 11:14:52 +00:00
Craig Drummond
85db2b6a55 Show podcast descriptions in tooltips.
Issue #967
2017-02-25 10:25:19 +00:00
Craig Drummond
c01a497bc4 Revert mistaken commit 2017-02-20 00:05:43 +00:00
Craig Drummond
715307d0c1 Add to note that music folder is used for tag editing, etc.
Issue #962
2017-02-20 00:02:32 +00:00
Craig Drummond
28bbd5e0f1 URL encode online stream URLs before passing to MPD.
Issue #961
2017-02-12 00:57:43 +00:00
Craig Drummond
6935146555 Enable support for Opus tags if enabled in TagLib.
Issue #951
2017-02-04 15:39:30 +00:00
Craig Drummond
1e2c5c453f Merge branch 'master' of ssh://github.com/CDrummond/cantata 2017-02-04 15:04:40 +00:00
Craig Drummond
2538650986 Add return statement
Issue #957
2017-02-04 15:03:54 +00:00
Craig Drummond
c5c4c4842a Blank widget for spacer 2017-02-04 10:05:43 +00:00
CraigD
1de1a8d706 Merge pull request #953 from padertux/feature/play-next-action
Play next action added (#952)
2017-01-24 07:54:12 +00:00
padertux
22ba49c62b Play next action added (#952)
This adds an new menu entry "Play Next" to the context menu of the playlist. "Play next" allows to move a selection of songs from the playlist directly under the currently played song.
2017-01-23 20:15:13 +01:00
Craig Drummond
8bf4f28360 Supress mopdiy errors due to missing replaygain and crossfade support 2017-01-10 23:13:42 +00:00
Craig Drummond
123e84bbd2 Improve Mopidy support.
Issue #949
2017-01-10 22:37:07 +00:00
Craig Drummond
0e9eff7c32 Allow single-key shortcuts.
Issue #945
2017-01-04 20:15:41 +00:00
Craig Drummond
04297134a0 Only apply Qt5CT workaround if QT_QPA_PLATFORMTHEME==qt5ct
Issue #944
2017-01-02 16:58:50 +00:00
Craig Drummond
824063b717 Work-aroud Qt5CT palette issues
Issue #944
2017-01-02 12:23:19 +00:00
Craig Drummond
e45c751faf Set toolbar min height to font height * 3.5 2017-01-02 11:49:19 +00:00
Craig Drummond
07d3ef1fd5 Update 2016-12-31 00:07:23 +00:00
CraigD
37d30d71d2 Merge pull request #943 from yoshi818/master
Thanks for this.
2016-12-31 00:06:43 +00:00
Craig Drummond
9795cbce7b Remove Gtk themeing hacks. Qt styles such as Kvantum should be used to mimic better Gtk support.
Issue #928
2016-12-30 17:03:20 +00:00
yoshi818
b7c5a9e9db Add files via upload 2016-12-31 01:52:19 +09:00
Craig Drummond
b125f1a846 Fix reading of multiple genres from db - was reading 1 field too much!
Issue #939
2016-12-23 10:14:14 +00:00
Craig Drummond
a283c4996a Remove Gtk specific code - not needed 2016-12-21 23:56:44 +00:00
Craig Drummond
015c90e7e6 Remove debug 2016-12-16 21:53:58 +00:00
Craig Drummond
7ad9c795f6 Support disc number in CUE files.
Issue #929
2016-12-16 21:45:42 +00:00
Craig Drummond
184b60c62a Only scroll playqueue if current song changed.
Issue #922
2016-11-28 19:15:47 +00:00
Craig Drummond
6df9d176be Read lyrics from MP4 files.
Issue #923
2016-11-28 18:46:42 +00:00
Craig Drummond
c47152336e Fix artist and composer image retrieval - disc field is now limited to 5-bits
Issue #915
2016-11-12 20:09:20 +00:00
Craig Drummond
e83543158f Add sort by track title to playqueue.
Issue #911
2016-11-12 20:06:23 +00:00
Craig Drummond
9cb43b2d3c C++ 11 2016-11-12 20:05:46 +00:00
Craig Drummond
4543328feb Update (Issue #910) 2016-11-11 20:56:48 +00:00
Craig Drummond
a6c2a13146 Update Qt download URL 2016-11-11 20:53:51 +00:00
Craig Drummond
f37b2d8a93 Install symbolic icon for GNOME shell. 2016-11-03 21:38:20 +00:00
Craig Drummond
84ca06c2a5 Fix local file playback on remote MPD when MPD's curl is using IPv6
Issue #907
2016-11-02 22:24:00 +00:00
Craig Drummond
65d7e28e9c Move stream listings to github.
Issue #906
2016-11-01 20:30:41 +00:00
Craig Drummond
b16f4d9192 When getting tracks to add to playlist, dont filter out other playlists or cue files. This way an error message can be shown.
Issue #902
2016-10-29 18:57:47 +01:00
Craig Drummond
126ef715f0 Fix C++11 warning 2016-10-29 18:43:34 +01:00
Craig Drummond
126aa05c65 av_free_packet is deprecated, use av_packet_unref 2016-10-29 18:43:11 +01:00
Craig Drummond
171c24b7e9 - Change to FontAwesome 4.7 webfont
- Use FontAwesome podcast icon for podcasts
2016-10-29 15:30:38 +01:00
Craig Drummond
3a45316998 Remove unused widget 2016-10-29 15:21:45 +01:00
Craig Drummond
b48d1b4887 Fix duration of last track for split CUE files.
Issue #901
2016-10-29 09:55:46 +01:00
Craig Drummond
42e4015091 Update 2016-10-25 20:35:21 +01:00
Craig Drummond
71ea29730e Cantata for Qt5 does not use X11 2016-10-25 20:26:51 +01:00
Craig Drummond
0968d45a29 Fix setting of track fields
Issue #900
2016-10-25 20:24:55 +01:00
Craig Drummond
5d5bbea5d4 Merge branch 'master' of ssh://github.com/CDrummond/cantata 2016-10-25 19:21:11 +01:00
Craig Drummond
5b5a561b3c Attempt to fix scrobbling if album set to Unknown
Issue #900
2016-10-25 19:20:27 +01:00
CraigD
618f220f76 Merge pull request #899 from goetzc/install-bigger-icons
Install also 128, 256 and 512 px icons sizes.
2016-10-22 14:13:31 +01:00
Götz Christ
4057e87fe2 Install also 128, 256 and 512 px icons sizes. 2016-10-16 22:45:20 -05:00