summaryrefslogtreecommitdiffstats
path: root/src/track
AgeCommit message (Expand)Author
2020-07-13Merge branch '2.3' of git@github.com:mixxxdj/mixxx.gitUwe Klotz
2020-07-12Reset track id of cue pointsUwe Klotz
2020-07-12Fix invalid std::move parameter passingUwe Klotz
2020-07-12Account for duplicate initialization of track idUwe Klotz
2020-07-12Reset track id of cue objects when removing from trackUwe Klotz
2020-07-12Avoid unneeded lockingUwe Klotz
2020-07-12Fix debug assertion when storing Cue objects without track idUwe Klotz
2020-07-10Merge remote-tracking branch 'upstream/2.3'Be
2020-07-05Add framework for batch processing of selected tracksUwe Klotz
2020-06-30Merge branch '2.3' of git@github.com:mixxxdj/mixxx.gitUwe Klotz
2020-06-29Use default constructor for const std::array to avaoid clang warningDaniel Schürmann
2020-06-23Merge pull request #2885 from xerus2000/engine-docsDaniel Schürmann
2020-06-18Improve SeekRequest & Cue documentationxerus2000
2020-06-08Merge branch 'master' into coverart_color_and_digestUwe Klotz
2020-06-08Merge branch '2.3' of git@github.com:mixxxdj/mixxx.gitUwe Klotz
2020-06-08Merge remote-tracking branch 'upstream/2.3' into overrideDaniel Schürmann
2020-06-08use override and default in more classesDaniel Schürmann
2020-06-07Merge branch '2.3' of git@github.com:mixxxdj/mixxx.gitUwe Klotz
2020-06-07Use reset() instead of reassignment to release the cache entryUwe Klotz
2020-06-06Keep GlobalTrackCache locked until the entry has been deletedUwe Klotz
2020-06-06Document exclusive access guarantees for evicted track objectsUwe Klotz
2020-06-06Delete out-of-context debug assertionUwe Klotz
2020-06-06Rename method to indicate event loop affinityUwe Klotz
2020-06-06Detect thread affinity violationsUwe Klotz
2020-06-05Add coverart_digest column and new cover image hashingUwe Klotz
2020-05-28Merge branch '2.3'Uwe Klotz
2020-05-22track/serato/tags: Fix unused signalInfo warning for CoreAudioJan Holthuis
2020-05-22Merge branch '2.3' of github.com:mixxxdj/mixxxJan Holthuis
2020-05-22Merge pull request #2809 from uklotzde/lp1879656_track_title_infoJan Holthuis
2020-05-22Merge branch '2.3' of git@github.com:mixxxdj/mixxx.gitUwe Klotz
2020-05-22Merge pull request #2737 from Be-ing/timing_shifts_uiUwe Klotz
2020-05-21Merge branch '2.3' of git@github.com:mixxxdj/mixxx.gitUwe Klotz
2020-05-21Define artist/title separator for track info as constantUwe Klotz
2020-05-20Add new track properties "info" and "titleInfo"Uwe Klotz
2020-05-20Use track filename as info if both artist and title are missingUwe Klotz
2020-05-20Use format "artist - title" for track infoUwe Klotz
2020-05-20Merge branch '2.3'Uwe Klotz
2020-05-17CueDAO: Remove internal caching and obsolete dupe detectionUwe Klotz
2020-05-16Merge pull request #2762 from uklotzde/qhashDaniel Schürmann
2020-05-15specify units in cue shift function namesBe
2020-05-13Merge branch '2.3' of git@github.com:mixxxdj/mixxx.gitUwe Klotz
2020-05-13Add optional seed = 0 parameter to qHash functionsUwe Klotz
2020-05-07TrackFile/TrackRef are now qHash-ableAdam Szmigin
2020-05-07Merge remote-tracking branch 'upstream/master' into lp1874918Daniel Schürmann
2020-05-07track/serato/tags: Fix typo in commentJan Holthuis
2020-05-06Merge branch 'master' of github.com:mixxxdj/mixxx into serato-markers-integra...Jan Holthuis
2020-05-04Move Beats et al. to mixxx namespaceJavier Vilarroig
2020-05-01Merge pull request #2709 from uklotzde/seratomarkers2_metadataUwe Klotz
2020-04-30Track: remove emission of unnecessary cuesUpdated signalBe
2020-05-01Fix infinite recursion for legacy ID3v2 tagsUwe Klotz