summaryrefslogtreecommitdiffstats
path: root/src/musicbrainz
AgeCommit message (Expand)Author
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
2016-06-26Rename namespace 'Mixxx' to 'mixxx'Uwe Klotz
2016-06-25Enhance precision of track duration from int to doubleUwe Klotz
2016-04-26Move src/soundsourceproxy.h/cpp to src/sources.RJ Ryan
2016-04-26Rename TrackInfoObject to Track.RJ Ryan
2016-02-22Delete ambiguous/obsolete factory functionUwe Klotz
2016-02-21Add reference management for cloned temporary track instancesUwe Klotz
2016-02-19Add factory methods for creating temporary TIOsUwe Klotz
2016-01-31Remove quotes for Duration debug outputDaniel Schürmann
2016-01-24Use Duration class for calculating time differences.RJ Ryan
2016-01-23Improve MusicBrainz error handling and reportingUwe Klotz
2016-01-23Fix XML decoding of MusicBrainz responseUwe Klotz
2016-01-21Removing useless user-agent during calls to Accoustid APIJean Claveau
2016-01-21Provide Mixxx version to MusicBrainz to don't be considered as anonymousJean Claveau
2016-01-20Parse track metadata and cover art through SoundSourceProxyUwe Klotz
2015-12-27Merge branch '1.12'RJ Ryan