Clementine-audio-player-Mac.../ext
Jim Broadus 5f75bde396 libclementine-common: Use positive numbers for worker ids.
QRandomGenerator::generate() returns an unbounded int32, while the legacy
qrand method always returned a positive number. When generating a tag
reader ID with QRandomGenerator, cast the random value to an unsigned so
that it is formatted as a positive number in the name.

Note that most usages of QRandomGenrator in the codebase use bounded()
instead of generate(), and should work as expected.
2021-04-22 11:21:08 +01:00
..
clementine-spotifyblob ext: Remove depencency on src 2021-03-17 18:26:51 +00:00
clementine-tagreader Remove expired Equifax CA root 2021-04-21 10:24:53 +01:00
libclementine-common libclementine-common: Use positive numbers for worker ids. 2021-04-22 11:21:08 +01:00
libclementine-remote protobuf: Fix namespace conflict 2021-02-21 14:17:26 +00:00
libclementine-spotifyblob protobuf: Fix namespace conflict 2021-02-21 14:17:26 +00:00
libclementine-tagreader libclementine-tagreader: Discontinue use of deprecated taglib methods. 2021-04-18 13:48:13 +01:00