Commit Graph

6311 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
4b90624057 Disable 'Personal' MPD instance support by default. Not an option I have
ever really used, and dont feel like supporting.
Issue #1017
2017-05-23 22:24:40 +01:00
Craig Drummond
ffac1623ca Update to latest libebur128 2017-05-21 20:17:39 +01:00
Craig Drummond
62aada1b89 Bundle newer openSSL with macOS builds.
Issue #1015
2017-05-12 22:51:00 +01:00
Craig Drummond
a8ab94b480 Increase socket timeouts
Issue #986
2017-05-07 21:12:26 +01:00
Craig Drummond
99807273c4 Show song year in toolbar
Issue #1012
2017-04-28 21:13:59 +01:00
Craig Drummond
1a8ecb2b35 ...and now fix the actual macro invocation!! 2017-04-28 21:13:01 +01:00
CraigD
adb4261f78 Merge pull request #1013 from perfect7gentleman/patch-1
Update MacroLogFeature.cmake
2017-04-28 20:43:39 +01:00
Perfect Gentleman
075fbdd8e3 Update MacroLogFeature.cmake
SET_PACKAGE_INFO is deprecated.  Use SET_PACKAGE_PROPERTIES instead.
2017-04-29 00:26:24 +07:00
Craig Drummond
4a1bcd654d Add support for OriginalDate tag.
Issue #1012
2017-04-28 17:41:45 +01:00
Craig Drummond
6a45b5bfeb Only swap min/max duration if max>0
Issue #1011
2017-04-28 16:56:30 +01:00
Craig Drummond
b2f17f3066 Use newly correct MediaKeys dbus service name -
org.gnome.SettingsDaemon.MediaKeys
Issue #1010
2017-04-26 18:08:52 +01:00
Craig Drummond
124cb53be4 Play/Pause on launcher no Play and Pause 2017-04-26 17:42:44 +01:00
CDrummond
db47f9a5e2 Windows fixes 2017-04-23 13:03:22 +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
3348c7b545 No longer used 2017-04-22 11:16:35 +01:00
Craig Drummond
943c5873c0 If seek backwards would be past start of song, just seek to start 2017-04-22 11:12:13 +01:00
Craig Drummond
14a5d3f91a Remove icons from pushbuttons 2017-04-21 19:35:30 +01:00
Craig Drummond
f282f82725 Formatting 2017-04-21 18:44:52 +01:00
Craig Drummond
c16be990aa When adding files to playqueue, and in btaches of up to 2000 files. 2017-04-21 18:43:40 +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
23b7ded461 Fix line 2017-04-20 20:53:06 +01:00
Craig Drummond
05dd63f984 Show more radio stream data in MPRIS
Issue #1005
2017-04-20 18:07:46 +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
1ec52f493b When trying to read lyrics files; check for .txt extension as well as .lyrics. Also check ~/.lyrics/Artist - Track.txt
Issue #1001
2017-04-12 19:00:59 +01:00
Craig Drummond
4fa77dbda1 Always use uncached MTP mode 2017-04-11 17:31:56 +01:00
Craig Drummond
09ff572e53 Update 2017-04-11 17:28:38 +01:00
Craig Drummond
7395e5fa96 Remove mac specific icons 2017-04-11 17:27:21 +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
25c4fcb242 Use SHARE_INSTALL_PREFIX 2017-04-10 18:04:14 +01:00
Craig Drummond
f7efbc380a Use FontAwesome::timescircle for LineEdit clear icon 2017-04-10 17:43:48 +01:00
Craig Drummond
387a222edf Fix build with remote devices
Issue #998
2017-04-10 17:29:18 +01:00
Craig Drummond
39a451d70c Install icons
Issue #1000
2017-04-10 16:54:09 +01:00
Craig Drummond
d6b0d7431d Fix various CMakeLists issues 2017-04-09 17:26:22 +01:00
Craig Drummond
45ec7baed6 No longuer using gear-like menu icon, all variants will use bars 2017-04-09 10:44:20 +01:00
Craig Drummond
9485450234 MusicLibraryModel is only used if device support is enabled.
Issue #997
2017-04-09 09:55:52 +01:00
Craig Drummond
f168532aa5 Simplify CMakeLists.txt 2017-04-09 09:52:04 +01:00
Craig Drummond
f4c48915d4 Always use external helper for tags 2017-04-09 00:31:44 +01:00
Craig Drummond
6d82da1907 Change text 2017-04-09 00:30:33 +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
9a392ae356 Fix build! 2017-04-08 11:11:59 +01:00
Craig Drummond
6d00677dab Stream providers stored on github, not google drive 2017-04-08 11:04:53 +01:00
Craig Drummond
33cd62d1fb QtDBus is required for non windows/mac builds 2017-04-08 10:58:59 +01:00
Craig Drummond
83581a7a16 Simplify CMakeLists.txt files a little 2017-04-08 10:57:52 +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
ae5822b778 Update translations 2017-04-07 18:53:57 +01:00