summaryrefslogtreecommitdiffstats
path: root/src/track
AgeCommit message (Expand)Author
2019-09-30Merge branch '2.2' of git@github.com:mixxxdj/mixxx.gitUwe Klotz
2019-09-30Merge pull request #2293 from uklotzde/2.2_globaltrackcacheDaniel Schürmann
2019-09-29Fix warningUwe Klotz
2019-09-29Merge branch '2.2' of git@github.com:mixxxdj/mixxx.gitUwe Klotz
2019-09-29Merge pull request #2299 from daschuer/dkgtrackinfomergeUwe Klotz
2019-09-29Define constants for both artist/title separatorsUwe Klotz
2019-09-29Rename function pointer type and valuesUwe Klotz
2019-09-28Explain race conditions during evict and verify assumptionsUwe Klotz
2019-09-28Move file name parsing into TrackInfoUwe Klotz
2019-09-28Fix reset of ReplayGain peakUwe Klotz
2019-09-27Improve consistency of ID3v2 TIT1/GRP1/MVNM frame mappingUwe Klotz
2019-09-27Fix writing of ID3v2 grouping tag (GRP1 vs. TIT1)Uwe Klotz
2019-09-27Add missing __EXTRA_METADATA__ ifdefsUwe Klotz
2019-09-26Merge remote-tracking branch 'upstream/2.2'Daniel Schürmann
2019-09-25Use a custom function for deleting Track objects during testsUwe Klotz
2019-09-25Rename method and parameterUwe Klotz
2019-09-23Fix crash during testsUwe Klotz
2019-09-22Fix memory leak in testUwe Klotz
2019-09-22Move code blockUwe Klotz
2019-09-22Verify that the evict-and-save functor is only executed onceUwe Klotz
2019-09-22Ensure that cache items are moved and not copiedUwe Klotz
2019-09-22Block track signals in cache instead of libraryUwe Klotz
2019-09-22Replace getter/setter with dedicated functionsUwe Klotz
2019-09-22Reword commentUwe Klotz
2019-09-22Delete obsolete commentUwe Klotz
2019-09-22Handle an edge case when evicting cached tracksUwe Klotz
2019-09-22Rename variables: singular -> pluralUwe Klotz
2019-09-22Handle MP3 "TIT1" (old grouping/work) and "GRP1" (new grouping) framesUwe Klotz
2019-09-22Repeat link to MusicBrainz Picard documentationUwe Klotz
2019-09-22Exclude optional extra metadata from default buildUwe Klotz
2019-09-17Rephrase commentsUwe Klotz
2019-09-17Add work/movement tags that have been introduced by AppleUwe Klotz
2019-09-17Add more track-related properties to TrackInfoUwe Klotz
2019-09-17Add/move release-related properties to AlbumInfoUwe Klotz
2019-09-17Add missing parameterUwe Klotz
2019-09-17Add link to ID3 specsUwe Klotz
2019-09-16Enable partial import/export of ID3v2.2 tagsUwe Klotz
2019-09-16Improve reporting of outdated/unsupported ID3v2 versionsUwe Klotz
2019-09-15Check for supported ID3v2 versionsUwe Klotz
2019-09-13store cue points <= 0. Fixing lp1843922Daniel Schürmann
2019-09-02Misc. typosluz.paz
2019-08-29attempt to fix Travis build againBe
2019-08-16convert KeyUtils::KeyNotation to an enum classBe
2019-08-16sort Lancelot + Traditional key notation with 1 at topBe
2019-08-16Merge remote-tracking branch 'upstream/master' into mixed_key_notations_redoBe
2019-08-09Update minimum required Qt version to 5.4.0Uwe Klotz
2019-08-08Merge pull request #2152 from daschuer/analyzer_startUwe Klotz
2019-08-06Add several more typo fixesluz.paz
2019-07-21Replace qSort() with std::sort() to fix Qt 5.13 warningsUwe Klotz
2019-07-21Fix warnings for Qt 5.13Uwe Klotz