Commit Graph

2187 Commits

Author SHA1 Message Date
Craig Drummond
7d8e7323a3 Remove more Gtk hacks 2017-05-24 17:59:05 +01:00
Craig Drummond
388cab137d Fix build if TagLib support is disabled.
Issue #1018
2017-05-23 22:32:29 +01:00
Craig Drummond
62aada1b89 Bundle newer openSSL with macOS builds.
Issue #1015
2017-05-12 22:51:00 +01:00
Craig Drummond
4a1bcd654d Add support for OriginalDate tag.
Issue #1012
2017-04-28 17:41:45 +01:00
Craig Drummond
ed83208630 Make all of Cantata's internal actions accessible via DBUS. These can
then be used to bind to global shortcuts.

Issues #1007 #1009
2017-04-22 11:56:46 +01:00
Craig Drummond
14a5d3f91a Remove icons from pushbuttons 2017-04-21 19:35:30 +01:00
Craig Drummond
91c131558e Always Qt5 now, so use QStyleOptionFrame 2017-04-21 18:39:10 +01:00
Craig Drummond
f76407816e Add 3 seek levels (5 seconds, 30 seconds, and 60 seconds), with
assignable shortcuts.
Issues #1008 and #1009
2017-04-21 18:35:43 +01:00
Craig Drummond
6128ff1cbd Fix macOS compile 2017-04-20 20:53:33 +01:00
Craig Drummond
267df22369 There are 2 'Edit Track Information' actions - one for views and one for
playqueue. Previously only the queue one could have a shortcut. Modified
to allow setting for both - but need to be different. Also allow setting
for organise files and replaygain.
Issue #1004
2017-04-17 18:29:15 +01:00
Craig Drummond
edba120db9 Remove touch support - does not work that well, and QtWidgets are not designed for touch 2017-04-11 17:15:21 +01:00
Craig Drummond
f7efbc380a Use FontAwesome::timescircle for LineEdit clear icon 2017-04-10 17:43:48 +01:00
Craig Drummond
f4c48915d4 Always use external helper for tags 2017-04-09 00:31:44 +01:00
Craig Drummond
8140827ad3 Remove USE_SYSTEM_MENU_ICON cmake option 2017-04-08 19:32:40 +01:00
Craig Drummond
b3bc9b456c Reduce number of advanced config items - there was just too many. 2017-04-08 19:27:18 +01:00
Craig Drummond
b63c6fbe26 Use Qt5's translation framework - ts files, not po files. 2017-04-08 10:35:31 +01:00
Craig Drummond
ebf6c62ce4 When playing MPD's HTTP output stream, don't stop playback on pause.
Issue #987
2017-04-03 18:48:20 +01:00
Craig Drummond
529ab99987 When playing MPD's HTTP output stream, check periodically (for up to 2 seconds) to confirm backend is playing.
Issue #987
2017-04-03 18:46:12 +01:00
Craig Drummond
0a73215867 Update (c) year 2017-04-02 18:45:30 +01:00
Craig Drummond
b0b0140d98 Remove Qt4 support 2017-04-02 18:43:34 +01:00
Craig Drummond
a517bf4f17 Remove KDE4 and Ubuntu Touch support 2017-04-01 22:55:27 +01:00
Craig Drummond
65574b565b If Cantata's convigured cover file name contains a %, then when looking for artist images use basic-artist if album is Various Artists, album artist otherwise
Issue #985
2017-04-01 18:22:32 +01:00
shane tully
2386f9cd31 fix iconCol not defined with KDE support enabled 2017-03-04 21:30:11 -08: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
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
123e84bbd2 Improve Mopidy support.
Issue #949
2017-01-10 22:37:07 +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
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
Craig Drummond
015c90e7e6 Remove debug 2016-12-16 21:53:58 +00:00
Craig Drummond
184b60c62a Only scroll playqueue if current song changed.
Issue #922
2016-11-28 19:15:47 +00:00
Craig Drummond
6c695bcf29 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
eaca1f34f3 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
08676765b2 When setting artist images - use AlbumArtist tag if set, Artist tag otherwise.
Issue #897
2016-10-16 14:47:15 +01:00
Craig Drummond
6955d8620d Remove superflous #elif 2016-09-01 18:43:37 +01:00
Craig Drummond
bc2238fda8 Set spacing to 1 - so there is a gap between kantum style buttons 2016-08-29 11:58:47 +01:00
Craig Drummond
71e2c2c39a Cover is not valid until loaded! 2016-08-26 17:55:17 +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
f9ddf09b35 Use minus icon if removing list item 2016-08-11 17:02:57 +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
473326444a Fix missing CD icon at start-up 2016-07-19 18:11:10 +01:00
Craig Drummond
49721ed369 Fix add/set priority menus. 2016-07-13 21:31:18 +01:00
Craig Drummond
1bfdbca9fa Fix enabling of priority actions 2016-07-13 17:50:32 +01:00