Commit Graph

54 Commits

Author SHA1 Message Date
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
Thomas Uhle
afc0b2fcc1 Replace Utils::random() by QRandomGenerator::global()
qrand() and qsrand() which are used by Utils::random() and Utils::initRand()
respectively are deprecated. Utils::random() and Utils::initRand() are no
longer necessary because QRandomGenerator supports everything what is
needed.
2020-06-12 16:10:56 +02: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
7a943fd3f9 Initialise network proxy factory when starting.
Issue #1346
2018-08-14 15:57:39 +01:00
Craig Drummond
e00fe53467 Fix loading of MPD playlists the very first time Cantata is started.
Closes #1299
2018-06-01 17:26:55 +01:00
Craig Drummond
b09afaf755 If plain widget (eg. spacer) then add 4 pixels 2018-05-26 16:07:35 +01:00
Craig Drummond
4d987a3d16 Use 2*PM_FocusFrameHMargin ??? 2018-05-26 15:53:57 +01:00
Craig Drummond
f8121aaa73 Use function to set size? 2018-05-26 10:10:21 +01:00
Craig Drummond
2139d3dbb8 Update (c) year 2018-01-01 10:11:39 +00:00
Craig Drummond
56770a7dc2 Qt does not seem to consistently apply the application font under
Windows.
To work-around this, set the application font to that used for a
listview.

Closes #1097 and #1109
2017-10-28 10:56:24 +01:00
Michael Wheeler
bfecaae3cf Fix for latest qt5 avaliable from homebrew on OS X 2017-07-04 22:25:52 +10:00
Craig Drummond
d04d246887 Add style config item to force style - no UI yet. 2017-07-03 17:57:55 +01: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
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
f4c48915d4 Always use external helper for tags 2017-04-09 00:31:44 +01:00
Craig Drummond
0a73215867 Update (c) year 2017-04-02 18:45:30 +01:00
Craig Drummond
658788645b Fix playback of AudioCDs 2016-03-17 23:12:29 +00:00
Craig Drummond
705648420a Update (c) year 2016-01-08 18:55:13 +00:00
Craig Drummond
9533f12881 Update (c) year 2015-08-13 21:12:34 +01:00
Craig Drummond
d9d78b399d Enure mpdmodel is initialised before wizard, so initial loading works 2015-08-08 22:35:27 +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
99fe67cbed Initialise sidebar icon sizes before constructing. 2014-09-02 18:31:33 +00:00
craig.p.drummond
406e1afde1 Split Application class up for KDE, Qt, Windows, and Mac builds 2014-06-03 15:49:31 +00:00
craig.p.drummond
653f1c1e7e Qt5 does not have winEventFilter 2014-06-01 17:40:27 +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
abe6f47206 Dont increase icon size for 'touch friendly' - looks awful. Instead, just increase with of toolbuttons by 33% 2014-04-24 19:10:27 +00:00
craig.p.drummond
2a00ee88aa Set Qt::AA_DontShowIconsInMenus for Mac builds 2014-04-24 19:01:21 +00:00
craig.p.drummond
a3fc3dc5d7 Fix windows build! 2014-04-19 09:24:23 +00:00
craig.p.drummond
9987fdf7bb Fix Mac defines 2014-04-19 07:08:49 +00:00
craig.p.drummond
4f0de55117 OSX builds should also use QtSingleApplication? 2014-04-18 22:42:49 +00:00
craig.p.drummond
17d4863385 Make QtWidgets version more touch friendly? 2014-04-17 16:06:00 +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
7d0be7ca08 Ensure certain objects are in GUI thread 2014-03-27 19:56:05 +00:00
craig.p.drummond
2d4a5c5296 If Cantata is started whilst an instance is also running, raise window of current instance. (Linux only fix)
BUG: 437
2014-03-11 19:43:17 +00:00
craig.p.drummond
276c78af4f Fix some i18n initialisation with KDE builds 2014-02-04 19:13:24 +00:00
craig.p.drummond
addfca835a Update (c) year 2014-01-06 19:32:05 +00:00
craig.p.drummond
243c75b3ab Allow local file playback without taglib 2013-10-18 18:58:33 +00:00
craig.p.drummond
9d80f402e7 Initial MacOS port - thanks to Ian Scott 2013-09-17 15:54:18 +00:00
craig.p.drummond@gmail.com
e86bfa8f6a Fix KDE compile 2013-09-03 11:14:09 +00:00
craig.p.drummond
b1b0b8a294 Add option to prevent system from suspending whilst playing (Linux only). 2013-09-02 18:25:54 +00:00
craig.p.drummond
e6f730c2e7 Windows build fixes 2013-08-12 21:03:21 +00:00
craig.p.drummond
d538f8d155 Use KIconTheme to ascertain icon theme name with KDE builds. 2013-07-22 21:52:25 +00:00
craig.p.drummond
9c2ae2c237 Fix KDE compile 2013-06-12 20:00:13 +00:00
craig.p.drummond
54c075c852 Fix weird window behaviour with Qt5 startup??? 2013-06-12 19:59:04 +00:00
craig.p.drummond
dc6e3af0d8 Fix Qt5 segfault on exit, due to static QIcons being destructed. 2013-06-12 19:56:59 +00:00
craig.p.drummond
17c5d4ce32 Fix non-taglib builds 2013-05-03 21:58:57 +00:00