265 Commits

Author SHA1 Message Date
Craig Drummond
b6bd94c236 Update (c) year 2022-01-08 21:24:07 +00:00
Craig Drummond
b65b182629 Misc fixes - taken from https://github.com/fenuks/cantata 2021-12-27 17:05:24 +00: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
cc0d116986 fix deprecation: QString::SkipEmptyParts is now Qt::SkipEmptyParts 2021-07-19 15:00:32 -04:00
Craig Drummond
11bb7571c9 Update (c) year 2021-01-01 10:06:43 +00:00
Craig Drummond
eb352aed88 Remove stream providers, as many broken.
Closes #1656
2020-12-05 17:26:04 +00:00
Craig Drummond
d7b3965b9b Update (c) year 2020-01-01 11:51:13 +00:00
Craig Drummond
1d0ee7cf98 Sanitise hash usage
Closes #1549
2019-11-04 16:05:32 +00:00
Craig Drummond
cb9efe205f Update (c) year 2019-09-15 15:56:58 +01:00
Craig Drummond
deeb5c1bb3 If TuneIn with formats fails, try plain id lookup as before
Closes #1491
2019-05-19 21:49:06 +01:00
Craig Drummond
5f525208eb If checking tunein url, ask for json response
Issue #1490
2019-05-19 11:00:29 +01:00
Craig Drummond
a48f5d2e63 Handle more TuneIn responses that are just stream URLs.
Closes #1488
2019-05-17 08:15:26 +01:00
Craig Drummond
0aadefef3c Make 'Icon' a namespace not class 2018-05-24 19:05:54 +01:00
Craig Drummond
4df221bfe3 Change dirble icon 2018-05-24 18:07:39 +01:00
Craig Drummond
a9d7931374 Close dialog before showing error 2018-05-24 18:02:15 +01:00
Craig Drummond
76f939ee14 Fix saving stream settings. 2018-05-24 18:01:28 +01:00
Craig Drummond
7a0998ace1 Reduce number of confirmation dialogs.
Closes #1289
2018-05-23 22:36:08 +01:00
Craig Drummond
c664dfb109 Fix adding streams from provider dialog. 2018-05-23 21:19:15 +01:00
Craig Drummond
e4624964e2 Use more mono icons 2018-05-23 21:14:42 +01:00
Craig Drummond
80276b0292 Revert #62537412bf66c023af3be969ec606c7f1fa4ab5f
Closes #1267
2018-05-05 12:04:46 +01:00
Craig Drummond
ea2efb04e2 Open text files with QIODevice::Text
Issue #1261
2018-05-02 21:41:08 +01:00
Craig Drummond
eff0e66d39 Use AUTOMOC 2018-03-07 19:04:14 +00:00
padertux
4f26eb686e Refactor code to use C++11 nullptr 2018-01-08 23:01:25 +01:00
padertux
dc8cbed1eb Refactor code to use C++11 overriding 2018-01-08 22:51:48 +01:00
Craig Drummond
5ad6081058 Fix a couple of typos
Issue #1157
2018-01-05 17:54:24 +00:00
Craig Drummond
2139d3dbb8 Update (c) year 2018-01-01 10:11:39 +00:00
Craig Drummond
7046f6397d priorty -> priority 2017-12-24 16:37:04 +00:00
Craig Drummond
6e100a5ef5 Use for(var: list) and not foreach(var, list) 2017-11-27 22:36:53 +00:00
Craig Drummond
ace619aa2c When adding items with a custom priority, or updating a custom priority,
add option to have this priority decrease with each item.

Issue #1054
2017-08-14 19:42:11 +01:00
rezodlub
e8cc1ab8ef Fixes:
empty folders on MPD side (crash inserting/removing to/from model)
usage of sys/time.h changed to QTime
no unistd.h in Visual Studio
if QT was build without SSL support, there is no QSslSocket class (at least in 5.6 and 5.8)
missing strncasecmp in Visual Studio
utime.sys is actually sys/utime.h in Visual Studio
2017-06-11 15:31:35 +02:00
Craig Drummond
d6b0d7431d Fix various CMakeLists issues 2017-04-09 17:26:22 +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
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
65d7e28e9c Move stream listings to github.
Issue #906
2016-11-01 20:30:41 +00:00
Craig Drummond
dc5f79b741 Use FontAwesome icons for buttons too 2016-07-22 17:43:29 +01:00
Craig Drummond
860a0890a9 Clamp colour of all mono icons 2016-07-22 16:37:48 +01:00
Craig Drummond
94f26acfe0 Use FontAwesome icons for all action icons. 2016-07-19 19:44:51 +01:00
Craig Drummond
b93b8d7584 Use a checkbox to indicate if adding to favourites 2016-06-24 22:45:47 +01:00
Craig Drummond
438cdc3515 When adding streams to play queue via add dialog, always allow setting of name. 2016-06-24 18:41:23 +01:00
Craig Drummond
b9e3e5fed1 When configuring streams, clear list of providers before re-populating. 2016-06-11 17:23:21 +01:00
Craig Drummond
705648420a Update (c) year 2016-01-08 18:55:13 +00:00
Heiko Becker
5c6bcac12c Allow changing the location of arch-independent data
This is helpful on a multiarch layout where the prefix is /usr/${host}
but arch-independent files should still be installed to /usr/share.
2015-11-26 20:15:28 +01:00
Craig Drummond
e3aee024d0 Use dialog pixmaps from OS 2015-10-22 22:59:43 +01:00
Craig Drummond
cb4f5a8b62 Fix addSelectionToPlaylist params 2015-10-21 18:52:56 +01:00
Craig Drummond
9891b749df Use 'Loading <station name>' not 'Fetching <station name>' - looks
better :-)
2015-08-13 22:47:19 +01:00
Craig Drummond
9533f12881 Update (c) year 2015-08-13 21:12:34 +01:00