Commit Graph

6223 Commits

Author SHA1 Message Date
Craig Drummond
0bacfb783a Allow single-key shortcuts.
Issue #945
2017-01-04 20:15:41 +00:00
Craig Drummond
4069d36653 Only apply Qt5CT workaround if QT_QPA_PLATFORMTHEME==qt5ct
Issue #944
2017-01-02 16:58:50 +00:00
Craig Drummond
2b248b4978 Work-aroud Qt5CT palette issues
Issue #944
2017-01-02 12:23:19 +00:00
Craig Drummond
9691da4df7 Set toolbar min height to font height * 3.5 2017-01-02 11:49:19 +00:00
Craig Drummond
0674067a1f Update 2016-12-31 00:07:23 +00:00
CraigD
3db93638b2 Merge pull request #943 from yoshi818/master
Thanks for this.
2016-12-31 00:06:43 +00:00
Craig Drummond
1fcd92c31d 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
e8b7fb9289 Add files via upload 2016-12-31 01:52:19 +09:00
Craig Drummond
27b85b92c8 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
288ee9ce28 Remove Gtk specific code - not needed 2016-12-21 23:56:44 +00:00
Craig Drummond
24e7ddde0a Remove debug 2016-12-16 21:53:58 +00:00
Craig Drummond
5009b82228 Support disc number in CUE files.
Issue #929
2016-12-16 21:45:42 +00:00
Craig Drummond
310e988035 Only scroll playqueue if current song changed.
Issue #922
2016-11-28 19:15:47 +00:00
Craig Drummond
ec5c75bc26 Read lyrics from MP4 files.
Issue #923
2016-11-28 18:46:42 +00:00
Craig Drummond
d545b3687b 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
43926b5937 Add sort by track title to playqueue.
Issue #911
2016-11-12 20:06:23 +00:00
Craig Drummond
a13f9575e6 C++ 11 2016-11-12 20:05:46 +00:00
Craig Drummond
67932efdb6 Update (Issue #910) 2016-11-11 20:56:48 +00:00
Craig Drummond
c348d1bcb1 Update Qt download URL 2016-11-11 20:53:51 +00:00
Craig Drummond
8f323a03ad Install symbolic icon for GNOME shell. 2016-11-03 21:38:20 +00:00
Craig Drummond
d721fab3bc 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
b573c7c226 Move stream listings to github.
Issue #906
2016-11-01 20:30:41 +00:00
Craig Drummond
69e7396f37 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
2cb8d7f674 Fix C++11 warning 2016-10-29 18:43:34 +01:00
Craig Drummond
8dbf294542 av_free_packet is deprecated, use av_packet_unref 2016-10-29 18:43:11 +01:00
Craig Drummond
55d99f4cff - Change to FontAwesome 4.7 webfont
- Use FontAwesome podcast icon for podcasts
2016-10-29 15:30:38 +01:00
Craig Drummond
64083ad2b1 Remove unused widget 2016-10-29 15:21:45 +01:00
Craig Drummond
c578309523 Fix duration of last track for split CUE files.
Issue #901
2016-10-29 09:55:46 +01:00
Craig Drummond
96a3155e82 Update 2016-10-25 20:35:21 +01:00
Craig Drummond
c934ae9ed5 Cantata for Qt5 does not use X11 2016-10-25 20:26:51 +01:00
Craig Drummond
2f6c820597 Fix setting of track fields
Issue #900
2016-10-25 20:24:55 +01:00
Craig Drummond
b855662162 Merge branch 'master' of ssh://github.com/CDrummond/cantata 2016-10-25 19:21:11 +01:00
Craig Drummond
2315479911 Attempt to fix scrobbling if album set to Unknown
Issue #900
2016-10-25 19:20:27 +01:00
CraigD
5bbe73d5e4 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
719279dbee Install also 128, 256 and 512 px icons sizes. 2016-10-16 22:45:20 -05:00
Craig Drummond
165fc5360f Use QLineEdit for Qt>=5.2 2016-10-16 23:05:49 +01:00
Craig Drummond
9a329b2bab If file has embedded cover, save this to the cache folder - so that this file path can be used with MPRIS.
Issue #893
2016-10-16 22:51:47 +01:00
Craig Drummond
98936e0504 When listing albums where composer is used for artist grouping, place album artist name after album name if different from composer.
Issue #896
2016-10-16 22:33:41 +01:00
Craig Drummond
f20a38aa05 When setting artist images - use AlbumArtist tag if set, Artist tag otherwise.
Issue #897
2016-10-16 14:47:15 +01:00
Craig Drummond
800d986661 Fix compilation if -DENABLE_SIMPLE_MPD_SUPPORT=OFF (#892) 2016-09-16 18:25:35 +01:00
Craig Drummond
e3b02d7a52 Abort network connections before closing. #892 2016-09-15 20:41:56 +01:00
Craig Drummond
7a0b4eafde Remove superflous #elif 2016-09-01 18:43:37 +01:00
Craig Drummond
a24b981d8b Set spacing to 1 - so there is a gap between kantum style buttons 2016-08-29 11:58:47 +01:00
Craig Drummond
5d76efa6c0 Fix array bounds checking - although no real big issue because if j==length then str[j]=='\0' (Issue #888) 2016-08-28 09:02:01 +01:00
Craig Drummond
b91cb0e1ad Cover is not valid until loaded! 2016-08-26 17:55:17 +01:00
Craig Drummond
e529af8235 Only need proxy style if modding frame. 2016-08-26 17:53:44 +01:00
Craig Drummond
4cc3e86fb6 Remove dark background 2016-08-26 16:52:43 +01:00
Craig Drummond
8c36f2b2ad Be consistent, red icons dont turn when when toggled. 2016-08-24 22:49:38 +01:00
Craig Drummond
f571a5c8b3 Clamp colour in setColor 2016-08-23 20:33:23 +01:00
Craig Drummond
ecf52b03ba Fix colouring issues with some Kvantum styles. 2016-08-23 19:46:11 +01:00