Commit Graph

90 Commits

Author SHA1 Message Date
Craig Drummond
d2228c50be Add timestamp to all debug messages 2017-12-17 10:21:29 +00:00
Craig Drummond
09b47d7c10 Add verbose cover debug
Issue #1143
2017-12-16 23:10:10 +00:00
Craig Drummond
948026d73b Use for(var: list) and not foreach(var, list) 2017-11-27 22:36:53 +00:00
Craig Drummond
7b0e517bef Add command-line options to set debugging and to disable network access.
Issue #1127
2017-11-26 18:16:21 +00:00
Craig Drummond
77ac95dbe5 Add debug to custom actions 2017-10-15 18:37:58 +01:00
Craig Drummond
294d173e7e Small changes to make Avahi code more consistent with rest of code base. 2017-10-15 15:19:27 +01:00
Craig Drummond
9bd3c265a6 Only set Qt::AA_EnableHighDpiScaling for Windows builds.
Issue #1073
2017-08-25 22:19:56 +01:00
Craig Drummond
f30cbff278 Only set Qt::AA_EnableHighDpiScaling under Linux if
QT_AUTO_SCREEN_SCALE_FACTOR is set and non-zero.
Issues #1063 #1073
2017-08-22 20:17:51 +01:00
Craig Drummond
471c649daa Rename Dynamic to DynamicPlaylists 2017-08-17 18:05:12 +01:00
Craig Drummond
293b824d86 Re-organise playlists code... Still more todo... 2017-08-15 22:42:51 +01:00
Craig Drummond
645c450a3b iSet HighDPI attributes in main - so that they apply to wizard too. 2017-07-04 19:27:40 +01:00
rezodlub
155de46271 High DPI scaling works on windows and linux/android 2017-06-12 09:02:56 +02:00
rezodlub
d905434e29 Enable High DPI scaling on QT >= 5.6.0 2017-06-11 23:00:09 +02:00
Craig Drummond
41fc2aff38 Remove more Gtk hacks 2017-05-24 17:59:05 +01:00
Craig Drummond
b6daa61c25 Fix build if TagLib support is disabled.
Issue #1018
2017-05-23 22:32:29 +01:00
Craig Drummond
168c2495bc Always use external helper for tags 2017-04-09 00:31:44 +01:00
Craig Drummond
e67d6e3a23 Use Qt5's translation framework - ts files, not po files. 2017-04-08 10:35:31 +01:00
Craig Drummond
3a1491df7d 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
a2f007a2b7 Update (c) year 2017-04-02 18:45:30 +01:00
Craig Drummond
18e2fb6dcf Remove Qt4 support 2017-04-02 18:43:34 +01:00
Craig Drummond
e60bdafa11 Remove KDE4 and Ubuntu Touch support 2017-04-01 22:55:27 +01:00
Craig Drummond
2b248b4978 Work-aroud Qt5CT palette issues
Issue #944
2017-01-02 12:23:19 +00:00
Craig Drummond
05647dca0f Update (c) year 2016-01-08 18:55:13 +00:00
Craig Drummond
4ce4bb34ba ...and for KDE too! 2015-08-14 21:00:01 +01:00
Craig Drummond
2406289303 Update (c) year 2015-08-13 21:12:34 +01:00
Craig Drummond
406f99be02 Always build support for Dynamic, Online, and Streams 2015-06-26 21:18:25 +01:00
Craig Drummond
6d52512c46 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
e91eda5dd9 Remove Cantata 1.x library xml files 2015-06-08 21:25:06 +01:00
Craig Drummond
087bffb08c 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
164c617b35 More URL changes 2015-04-25 15:54:13 +01:00
craig.p.drummond
12b7bf0e83 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
d00f328f74 Fix Qt5 translations. 2014-09-30 11:31:18 +00:00
craig.p.drummond
c9cb3f6b5f Don't make media keys backend configurable, auto detect the best one. 2014-09-29 11:26:05 +00:00
craig.p.drummond
0ac2c9a50c 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
183b281849 No need for CANTATA_LANG env, as can use config file 2014-07-30 19:04:59 +00:00
craig.p.drummond
c3d288fd8e Use Covers::self()->get() to retrieve all covers 2014-07-16 19:05:36 +00:00
craig.p.drummond
55bf1f497b All usage of hex number in debug env 2014-07-16 19:02:17 +00:00
craig.p.drummond
5b1fb58eff - install XML files to config folder
- unify usage of these folders
2014-05-20 18:18:00 +00:00
craig.p.drummond
9f45d6237f Last.fm scrobbling support.
BUG: 352
2014-05-17 09:45:10 +00:00
craig.p.drummond
d29d9a8781 Alter includes to have su-folder - e.g. utils.h -> support/utils.h 2014-05-13 18:37:52 +00:00
craig.p.drummond
b382172278 OSX builds should also use QtSingleApplication? 2014-04-18 22:42:49 +00:00
craig.p.drummond
4709141536 s/TagServer/TagHelper/g
s/TagClient/TagHelperIface/g
2014-03-28 21:43:36 +00:00
craig.p.drummond
4105bb1cff Name GUI thread 2014-03-28 21:10:50 +00:00
craig.p.drummond
3501e76ae3 Ensure certain objects are in GUI thread 2014-03-27 19:56:05 +00:00
craig.p.drummond
9059586fa9 Init random number generator 2014-03-27 19:53:58 +00:00
craig.p.drummond
8b19eaf390 REduce KDE differences 2014-03-26 19:34:28 +00:00
craig.p.drummond
078834ea67 Windows build fixes for external tags helper 2014-03-24 20:39:38 +00:00
craig.p.drummond
52344abbe2 Fix '-' usage in dates 2014-02-20 19:15:16 +00:00
craig.p.drummond
9f17d0f02d - 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
6b18ee6d76 Keep track of 'Thread' objects, and attempt to close all these when app exits. 2014-01-30 20:37:02 +00:00