115 Commits

Author SHA1 Message Date
Craig Drummond
b6bd94c236 Update (c) year 2022-01-08 21:24:07 +00:00
Craig Drummond
dbdc211da2 Use QCollator to compare strings. 2021-12-27 20:39:51 +00:00
Craig Drummond
b65b182629 Misc fixes - taken from https://github.com/fenuks/cantata 2021-12-27 17:05:24 +00:00
Helmut Pozimski
d837de8669 Fix gui/main.cpp build with musl
Picked from VoidLinux:

188bc4852a (diff-413d61b1a38989fbf79759fb57901b99d629706587f21aa4b1b19fb8ef23fd4b)
2021-08-13 22:18:55 +02:00
Craig Drummond
059aceb95d Fix build issues due to previous change. #1727 2021-07-29 12:13:42 +01:00
Craig Drummond
31b8a6d9b9 Revert "Revert "Merge pull request #1727 from jprjr/fix-deprecated-warnings""
This reverts commit be9c1e74e0.
2021-07-29 12:00:04 +01:00
Craig Drummond
be9c1e74e0 Revert "Merge pull request #1727 from jprjr/fix-deprecated-warnings"
This reverts commit cb18837d11, reversing
changes made to b296cf7113.
2021-07-28 19:44:57 +01:00
John Regan
b2bb7b7ccd fix deprecation: endl is now Qt::endl 2021-07-20 08:15:36 -04:00
John Regan
cc0d116986 fix deprecation: QString::SkipEmptyParts is now Qt::SkipEmptyParts 2021-07-19 15:00:32 -04:00
Craig Drummond
9df2a54761 Disable scrollbing support, as auth changed.
Closes #1661
2021-01-03 10:15:42 +00:00
Craig Drummond
11bb7571c9 Update (c) year 2021-01-01 10:06:43 +00:00
Craig Drummond
d7b3965b9b Update (c) year 2020-01-01 11:51:13 +00:00
Craig Drummond
cb9efe205f Update (c) year 2019-09-15 15:56:58 +01:00
Craig Drummond
2be74efbde Add --fullscreen command-line option to start fullscreen.
Closes #1450
2019-02-21 17:50:01 +00:00
Craig Drummond
fe30668243 Unpoarsed arguments is file list 2018-06-24 16:05:01 +01:00
Craig Drummond
8429c04be1 Mark strings for translation 2018-06-16 11:58:43 +01:00
Craig Drummond
bd584b3cef Look for translations in "translations" folder within current cantata
folder - mainly for dev builds.
2018-05-17 17:29:50 +01:00
Craig Drummond
a11cc7937a Add "--collection" commandline option to control the initial collection
to use.
Closes #1268
2018-05-08 22:55:49 +01:00
Craig Drummond
6d520f3df7 Don't enable AA_EnableHighDpiScaling for windows builds, seems to
interfere with fractional scaling.
Closes #1257
2018-05-01 22:18:31 +01:00
Craig Drummond
f1af5a9b18 Be more lenient when parsing times from CUE files.
Issue #1249
2018-04-24 22:49:24 +01:00
Craig Drummond
c8d7f2ad84 For Linux GCC builds, print stack trace on crash. 2018-04-02 23:04:18 +01:00
Craig Drummond
9b42b399d7 Add 'all' to debug options 2018-04-02 11:11:10 +01:00
Craig Drummond
c42fffbc39 Show debug areas in commandline help 2018-03-19 19:44:03 +00:00
Craig Drummond
cbfdb5ce99 Use correct define! 2018-02-07 18:21:24 +00:00
Craig Drummond
2139d3dbb8 Update (c) year 2018-01-01 10:11:39 +00:00
Craig Drummond
c535d5944b Add timestamp to all debug messages 2017-12-17 10:21:29 +00:00
Craig Drummond
1c6686d009 Add verbose cover debug
Issue #1143
2017-12-16 23:10:10 +00:00
Craig Drummond
6e100a5ef5 Use for(var: list) and not foreach(var, list) 2017-11-27 22:36:53 +00:00
Craig Drummond
6a72c58014 Add command-line options to set debugging and to disable network access.
Issue #1127
2017-11-26 18:16:21 +00:00
Craig Drummond
8a483ac233 Add debug to custom actions 2017-10-15 18:37:58 +01:00
Craig Drummond
6bddb04bb9 Small changes to make Avahi code more consistent with rest of code base. 2017-10-15 15:19:27 +01:00
Craig Drummond
fb879b168d Only set Qt::AA_EnableHighDpiScaling for Windows builds.
Issue #1073
2017-08-25 22:19:56 +01:00
Craig Drummond
9cb3cc6ada 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
c71b067d2e Rename Dynamic to DynamicPlaylists 2017-08-17 18:05:12 +01:00
Craig Drummond
bf6084d1e7 Re-organise playlists code... Still more todo... 2017-08-15 22:42:51 +01:00
Craig Drummond
a29cdaf211 iSet HighDPI attributes in main - so that they apply to wizard too. 2017-07-04 19:27:40 +01:00
rezodlub
98c571e447 High DPI scaling works on windows and linux/android 2017-06-12 09:02:56 +02:00
rezodlub
417ff610ee Enable High DPI scaling on QT >= 5.6.0 2017-06-11 23:00:09 +02:00
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
f4c48915d4 Always use external helper for tags 2017-04-09 00:31:44 +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
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
824063b717 Work-aroud Qt5CT palette issues
Issue #944
2017-01-02 12:23:19 +00:00
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