Commit Graph

68 Commits

Author SHA1 Message Date
Craig Drummond
705648420a Update (c) year 2016-01-08 18:55:13 +00:00
Craig Drummond
a3509b3e9b ...and for KDE too! 2015-08-14 21:00:01 +01:00
Craig Drummond
9533f12881 Update (c) year 2015-08-13 21:12:34 +01:00
Craig Drummond
67507362d5 Always build support for Dynamic, Online, and Streams 2015-06-26 21:18:25 +01:00
Craig Drummond
54f615cc77 Re-work online services so that Jamendo and Magantune use SQL backend.
This is NO WHERE NEAR COMPLETE! There are *lots* of missing features,
etc.
2015-06-19 21:39:56 +01:00
Craig Drummond
e80d13889c Remove Cantata 1.x library xml files 2015-06-08 21:25:06 +01:00
Craig Drummond
4a713c7ec9 Initial work on using SQL for MPD cache. Not 100% functional. Eventually
will also use SQL for Jamendo and Magantune...
2015-06-07 22:18:19 +01:00
Craig Drummond
b008ab1d27 More URL changes 2015-04-25 15:54:13 +01:00
craig.p.drummond
93b70ec240 Rename mpd source folder to mpd-interface to help build errors when libmpdclient(?) is also installed.
BUG: 650
2015-03-16 19:18:52 +00:00
craig.p.drummond
a6e7532966 Fix Qt5 translations. 2014-09-30 11:31:18 +00:00
craig.p.drummond
452bc33b2d Don't make media keys backend configurable, auto detect the best one. 2014-09-29 11:26:05 +00:00
craig.p.drummond
773d2271dc Set organization name - currently 'mpd' for windows, and 'cantata' elsewhere. This is to maintain backwards compatability. 2014-09-25 18:17:46 +00:00
craig.p.drummond
eaef5b2233 No need for CANTATA_LANG env, as can use config file 2014-07-30 19:04:59 +00:00
craig.p.drummond
840999e7d3 Use Covers::self()->get() to retrieve all covers 2014-07-16 19:05:36 +00:00
craig.p.drummond
8463e95598 All usage of hex number in debug env 2014-07-16 19:02:17 +00:00
craig.p.drummond
eb3265f379 - install XML files to config folder
- unify usage of these folders
2014-05-20 18:18:00 +00:00
craig.p.drummond
984cfe5eb2 Last.fm scrobbling support.
BUG: 352
2014-05-17 09:45:10 +00:00
craig.p.drummond
64c06773ce Alter includes to have su-folder - e.g. utils.h -> support/utils.h 2014-05-13 18:37:52 +00:00
craig.p.drummond
4f0de55117 OSX builds should also use QtSingleApplication? 2014-04-18 22:42:49 +00:00
craig.p.drummond
8c0a929951 s/TagServer/TagHelper/g
s/TagClient/TagHelperIface/g
2014-03-28 21:43:36 +00:00
craig.p.drummond
5c663b946b Name GUI thread 2014-03-28 21:10:50 +00:00
craig.p.drummond
7d0be7ca08 Ensure certain objects are in GUI thread 2014-03-27 19:56:05 +00:00
craig.p.drummond
1503614310 Init random number generator 2014-03-27 19:53:58 +00:00
craig.p.drummond
3b700eefb8 REduce KDE differences 2014-03-26 19:34:28 +00:00
craig.p.drummond
50a3bba295 Windows build fixes for external tags helper 2014-03-24 20:39:38 +00:00
craig.p.drummond
3b6478f1dc Fix '-' usage in dates 2014-02-20 19:15:16 +00:00
craig.p.drummond
28526dcf06 - Remove corner cover widget.
- Remove collapsing of interface.
- Move position label inbetween controls.
- Use only 1 line for song details.
2014-02-19 20:39:12 +00:00
craig.p.drummond
7abecbdc83 Keep track of 'Thread' objects, and attempt to close all these when app exits. 2014-01-30 20:37:02 +00:00
craig.p.drummond
3880bce631 Only translate "Unknown" and "Various Artists" once 2014-01-29 19:15:57 +00:00
craig.p.drummond
7b1d5b0838 Consisten (c) notice between KDE and Qt builds 2014-01-16 19:34:11 +00:00
craig.p.drummond
9c9b07c794 Remove htbackdrops.com code - as doesn't look like this is comming back! 2014-01-10 20:01:57 +00:00
craig.p.drummond
addfca835a Update (c) year 2014-01-06 19:32:05 +00:00
craig.p.drummond
c6ac6efbc6 Add option to set language in Qt only builds 2014-01-06 19:30:00 +00:00
craig.p.drummond
3957850120 Use © to get (c) symbol 2014-01-06 19:29:29 +00:00
craig.p.drummond
7d6e14993c Add CMake option to disable dynamic playlists 2014-01-03 19:04:56 +00:00
craig.p.drummond
f3c807c787 Use lowercase (c) 2013-12-17 21:10:12 +00:00
craig.p.drummond
875b5d6fc8 Use "(C)" instead of "©", as "©" seems to mess up Qt translations. 2013-12-17 21:08:54 +00:00
craig.p.drummond
37bbb3ebcd Add debug logging to lyrics parsing 2013-11-27 21:06:03 +00:00
craig.p.drummond
f5b3c7bed5 Add debug loggin of network connections 2013-11-26 19:57:36 +00:00
craig.p.drummond
b524fac012 Fix debug lopgging with KDE builds 2013-11-14 20:16:05 +00:00
craig.p.drummond
c049af0cc8 Revert reading/writing of tags in external helper - its not working correctly
BUG: 319
2013-10-25 20:01:33 +00:00
craig.p.drummond
5fcbd06616 Add some debug to song file checking 2013-10-21 18:07:21 +00:00
craig.p.drummond
243c75b3ab Allow local file playback without taglib 2013-10-18 18:58:33 +00:00
craig.p.drummond
e8ac259901 Move debug settings to later on - otherwise getting hangs with windows builds 2013-10-16 18:23:30 +00:00
kamikazow@gmail.com
420c4b5d1f Fixing copyright sign. 2013-10-16 15:32:45 +00:00
craig.p.drummond
021ec97c33 Fix Qt5 build 2013-10-15 17:18:00 +00:00
craig.p.drummond
4bc6d42f85 Fix HTTP server under windows when passed a local file 2013-10-15 17:14:51 +00:00
craig.p.drummond
67e2a8c17d Use QMutexLocker 2013-10-14 18:15:47 +00:00
craig.p.drummond
82b2f9c6b7 Send debug logging to file 2013-10-14 18:14:33 +00:00
craig.p.drummond
9d80f402e7 Initial MacOS port - thanks to Ian Scott 2013-09-17 15:54:18 +00:00