Craig Drummond
b6bd94c236
Update (c) year
2022-01-08 21:24:07 +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
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
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
Craig Drummond
2139d3dbb8
Update (c) year
2018-01-01 10:11:39 +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
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
705648420a
Update (c) year
2016-01-08 18:55:13 +00: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
Craig Drummond
8a0ccf092c
New options to add songs to play queue - 'add and play', 'append and
...
play', and 'insert after current'
#680
2015-08-10 18:00:44 +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
8b55117b0f
MPD 0.19.2 can handle m3u8, so pass stream URLs of this type straight to MPD.
2015-02-18 00:03:33 +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
b80ecc6712
Crash fix
2014-03-18 19:45:54 +00:00
craig.p.drummond
d66042fe8c
When song is updated in context view, abort any current network jobs.
...
BUG: 442
2014-03-17 19:48:11 +00:00
craig.p.drummond
d91f8807d2
Results of cppcheck...
2014-01-08 19:49:48 +00:00
craig.p.drummond
addfca835a
Update (c) year
2014-01-06 19:32:05 +00:00
craig.p.drummond
556071c2a7
Use NetworkJob to automatically, and consistently, handle re-directs
2013-09-18 18:11:49 +00:00
craig.p.drummond
c061911c7b
Remove cantata prefix when showing status message about fetching streams.
2013-08-19 19:11:15 +00:00
craig.p.drummond
f0bad94c9c
Use i18n is a more KDE-like manner, other wise debug builds of kdelibs produce (I18N_ARGUMENT_MISSING)
...
BUG: 254
2013-07-18 14:52:45 +00:00
craig.p.drummond
8ee84a88f2
Add debug to stream fetching
2013-07-07 19:46:19 +00:00
craig.p.drummond
d273009c66
Show message on playqueue when fetching a stream
2013-07-05 19:21:08 +00:00
craig.p.drummond@gmail.com
f8bf492737
Consistency...
2013-07-05 11:20:31 +00:00
craig.p.drummond
84dbfdb865
Simplify streams page
2013-06-28 18:24:49 +00:00
craig.p.drummond
970b9d93d5
Remove stream name from url - so that it is not shown in tooltip
2013-04-27 15:24:08 +00:00
craig.p.drummond
da3ccb81d9
Add stream name to fragment part of URL sent to MPD. This way, when the playqueue listing is received back from MPD, the name can be determined.
2013-03-19 19:29:24 +00:00
craig.p.drummond
4f379ae768
Reduce timeout and num-bytes required
2013-03-19 19:26:20 +00:00
craig.p.drummond
11535f1226
Use QXmlStreamReader
2013-03-19 19:25:53 +00:00
craig.p.drummond
f99a70080c
Consistency..
2013-02-13 19:42:03 +00:00
craig.p.drummond
d8da80afbc
Fix asx parsing
2013-02-12 16:39:04 +00:00
craig.p.drummond
42011888ae
Set timeout of 5seconds when fetching stream info
2013-02-12 16:38:48 +00:00
craig.p.drummond
b30c62470b
Re-organise the code a little...
2013-01-28 19:56:14 +00:00