summaryrefslogtreecommitdiffstats
path: root/src/musicbrainz
AgeCommit message (Expand)Author
2020-12-02Merge branch '2.3' of github.com:mixxxdj/mixxx into cleanup-headersJan Holthuis
2020-11-19Pass non-trivial/large function args by referenceJan Holthuis
2020-11-17Use QLatin1String instead of QStringLiteral for == comparisonsJan Holthuis
2020-11-14Remove unused non-trivial variablesJan Holthuis
2020-11-13Merge remote-tracking branch 'upstream/2.3' into cleanup-headersxerus2000
2020-11-12Fix a bunch of clazy-range-loop warningsJan Holthuis
2020-11-10Remove long copyright headersxerus2000
2020-11-10Use #pragma once everywherexerus2000
2020-09-29replace #include "track/track.h" by "track_decl.h" in all header filesDaniel Schürmann
2020-06-06Detect thread affinity violationsUwe Klotz
2020-06-04Use QNetworkReply::errorOccured instead of overloaded error signalJan Holthuis
2020-04-02Merge branch 'master' into audio_typesUwe Klotz
2020-04-01Cancel all tasks in TagFetcher after last signalUwe Klotz
2020-04-01Don't pass parent to object in a different threadUwe Klotz
2020-03-31Remove implicit auto-delete from web tasksUwe Klotz
2020-03-30Get rid of the Janus-headed AudioSignal base classUwe Klotz
2020-03-24Handle client-side timeoutsUwe Klotz
2020-03-23Signal failure to parse XML reponseUwe Klotz
2020-03-23Handle abort signals of AcoustId and MusicBrainz tasksUwe Klotz
2020-03-23Handle QNetworkReply::error signalsUwe Klotz
2020-03-23Prevent web network tasks from becoming parentedUwe Klotz
2020-03-08Use QLatin1String instead of QStringLiteralUwe Klotz
2020-03-04Avoid unnecessary conversionUwe Klotz
2020-03-04Pass-through MusicBrainz data type over signal/slot connectionUwe Klotz
2020-03-04Explicitly ignore XML token typesUwe Klotz
2020-02-27Use web task framework and fetch additional MusicBrainz metadataUwe Klotz
2020-02-27Add MusicBrainzRecordingsTaskUwe Klotz
2020-02-27Add AcoustIdLookupTaskUwe Klotz
2020-02-21Handle HTTP status 301 as successful reponseUwe Klotz
2020-02-21Fix parsing of MusicBrainz error responseUwe Klotz
2020-01-21Remove a bunch of unused non-trivial variablesJan Holthuis
2020-01-15Fix incorrect emit statements in Mixxx codebaseJan Holthuis
2020-01-08Merge pull request #2420 from uklotzde/acoustidclientDaniel Schürmann
2020-01-06Deduplicate MusicBrainz resultsUwe Klotz
2020-01-06Replace container from/to<T> methods with range constructorsJan Holthuis
2020-01-02Fix iteration through Acoustid resultsUwe Klotz
2020-01-02Improve handling of pending requests/repliesUwe Klotz
2020-01-02Fetch multiple recordings from MusicBrainzUwe Klotz
2020-01-02AcoustidClient: Find first MusicBrainz recording with maximum scoreUwe Klotz
2020-01-02Replace reinterpret_cast with static_castUwe Klotz
2020-01-02Use qobject_cast for accessing the sender() of received signalsUwe Klotz
2019-10-21Merge branch '2.2' of git@github.com:mixxxdj/mixxx.gitUwe Klotz
2019-10-20Switch from XML to JSON and fix response parsingUwe Klotz
2019-10-20Switch from HTTP to HTTPSUwe Klotz
2019-10-20Backport AcoustidClient from masterUwe Klotz
2019-10-20Add more typecasts from std::vector::size_type to intJan Holthuis
2019-07-21Replace qSort() with std::sort() to fix Qt 5.13 warningsUwe Klotz
2019-06-15Format debug info for TrackFileUwe Klotz
2019-05-03Delete code that checks for Qt version >= 5.0Uwe Klotz
2019-01-24remove useless loopDaniel Schürmann