summaryrefslogtreecommitdiffstats
path: root/src/track/track.cpp
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-06-05Add coverart_digest column and new cover image hashingUwe Klotz
2020-05-22Merge pull request #2809 from uklotzde/lp1879656_track_title_infoJan Holthuis
2020-05-22Merge pull request #2737 from Be-ing/timing_shifts_uiUwe Klotz
2020-05-21Define artist/title separator for track info as constantUwe 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-15specify units in cue shift function namesBe
2020-05-04Move Beats et al. to mixxx namespaceJavier Vilarroig
2020-04-30Track: remove emission of unnecessary cuesUpdated signalBe
2020-04-29Merge pull request #2707 from Holzhaus/serato-offset-correctionBe
2020-04-29add ControlObjects for shifting cue pointsBe
2020-04-28Fix various typosluz.paz
2020-04-28Merge branch 'master' of github.com:mixxxdj/mixxx into serato-offset-correctionJan Holthuis
2020-04-27Don't delete existing metadata if Serato tags not presentUwe Klotz
2020-04-26track/track: Remove "FromImporter" suffix from method nameJan Holthuis
2020-04-26track/cueinfoimporter: Rename method to importCueInfosWithCorrectTimingJan Holthuis
2020-04-26Merge branch 'master' of github.com:mixxxdj/mixxx into serato-offset-correctionJan Holthuis
2020-04-25Add comments about moveToThread() for Cue objectsUwe Klotz
2020-04-25Connect Cue object after setup has been completedUwe Klotz
2020-04-25Move Cue object to the Track object's threadUwe Klotz
2020-04-25Suppress change signals about updated cue pointsUwe Klotz
2020-04-25Fix import of Serato cue points during library scanUwe Klotz
2020-04-25track/serato: Determine timing offsets when audio signal properties are knownJan Holthuis
2020-04-22Merge pull request #2526 from Holzhaus/serato-markers-integration-cuesBe
2020-04-18Merge branch 'master' of github.com:mixxxdj/mixxx into mass-color-replaceJan Holthuis
2020-04-16Merge branch 'master' of github.com:mixxxdj/mixxx into serato-markers-integra...Jan Holthuis
2020-04-15track/track: Fix naming of Track::replayGainUpdated signalJan Holthuis
2020-04-15Add track color control objectJan Holthuis
2020-04-12Merge branch 'master' of github.com:mixxxdj/mixxx into mass-color-replaceJan Holthuis
2020-04-12Update dirty flag when merging imported metadataUwe Klotz
2020-04-11Fix build with EXTRA_METADATA enabledUwe Klotz
2020-04-10track: Remove __EXTRA_METADATA__ guards for Serato tag codeJan Holthuis
2020-04-10track/serato: Add basic support for taking timing offsets into accountJan Holthuis
2020-04-10track/serato/tags: Import cues from the SeratoTags methodJan Holthuis
2020-04-10Use ptr#NAME whenever the return value is storedDaniel Schürmann
2020-04-09Merge pull request #2601 from uklotzde/audio_typesJan Holthuis
2020-04-09Merge pull request #2593 from goddisignz/LP1855321_zero_playposition_jump_to_cueJan Holthuis
2020-04-08Rename functions and members for importing CueInfosUwe Klotz
2020-04-05Fix wrong debug assertionUwe Klotz
2020-04-05Merge branch 'master' of github.com:mixxxdj/mixxx into mass-color-replaceJan Holthuis
2020-04-02Merge branch 'master' into audio_typesUwe Klotz
2020-03-30Defer import of CueInfo until stream properties are knownUwe Klotz
2020-03-30Use new PCM audio property typesUwe Klotz