summaryrefslogtreecommitdiffstats
path: root/src/musicbrainz
AgeCommit message (Expand)Author
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
2019-01-19Hide constants into anonymous namespaceDaniel Schürmann
2019-01-19break xml search loops earlyDaniel Schürmann
2019-01-17Improve use of QXmlStreamReaderDaniel Schürmann
2019-01-17use function pointer based connectionsDaniel Schürmann
2019-01-13Read musicbrains error in JSON format because it returns like thatDaniel Schürmann
2019-01-13Check for status != ok, to not report ID not found in case of other errorsDaniel Schürmann
2019-01-13Read error message and code for a better error reportingDaniel Schürmann
2019-01-13path message and code to the error dialog to allow a better debugging in case...Daniel Schürmann
2019-01-13Fix acoustid, double percentage encoding, lp:1802193Daniel Schürmann
2018-10-28Fix breakage from PR #1869 due to using Qt 5 features not supported on Trusty...RJ Skerry-Ryan
2018-10-26Fix some issues identified by clazy.RJ Skerry-Ryan
2018-10-15Merge branch 'master' into qt5-legacyRJ Skerry-Ryan
2018-10-15Use QStringLiteral in a few places.RJ Skerry-Ryan
2018-10-14Address review comments.RJ Skerry-Ryan
2018-09-29Fix crash for files that can't be openedUwe Klotz
2018-09-15Remove QT_DISABLE_DEPRECATED_BEFORE and fix all Qt 5 compatibility issues.RJ Skerry-Ryan
2017-11-25Add a utility function to reduce nesting of member function callsUwe Klotz
2017-11-06Fix chromaprint calculationsUwe Klotz
2017-11-06Consistently use "sample rate" instead of "sampling rate"Uwe Klotz
2017-11-06More expressive Audio- and MetadataSource interfacesUwe Klotz
2017-11-06Enclose sample buffering classes into namespace 'mixxx'Uwe Klotz
2017-11-06Finalize the new AudioSource v2 APIUwe Klotz
2017-11-06Move common functionality from AudioSource into base classUwe Klotz
2017-11-06Introduce next abstraction level of the AudioSource APIUwe Klotz
2017-11-06Optimize and test conversion mono -> stereoUwe Klotz
2017-11-06Introduce AudioSource v2 APIUwe Klotz
2017-06-27Eliminate side-effects from SoundSourceProxy constructorUwe Klotz
2016-12-13Correct inconsistant indentationsalyptik
2016-12-12Moved typedefs inside anonymous namespace and added CHROMAPRINT_VERSION_MAJOR...alyptik
2016-12-12Added typedefs/if-else preproccesor directives to declare fprint/encoded poin...alyptik
2016-08-19Replace isNull() with operator bool for shared pointersUwe Klotz