summaryrefslogtreecommitdiffstats
path: root/src/track/track.cpp
AgeCommit message (Expand)Author
2021-03-20Merge branch '2.3' of git@github.com:mixxxdj/mixxx.gitUwe Klotz
2021-03-20Merge pull request #3409 from Holzhaus/serato-tag-exportBe
2021-03-20Merge branch '2.3' of git@github.com:mixxxdj/mixxx.gitUwe Klotz
2021-03-20Revert "Track: Only import valid colors"Uwe Klotz
2021-03-20Track: Only import valid colorsUwe Klotz
2021-03-20Track: Split boolean expressions of property import (test and set)Uwe Klotz
2021-03-20Track: Do nothing and return if unmodifiedUwe Klotz
2021-03-20Merge branch '2.3' into track-beatsUwe Klotz
2021-03-19Merge branch '2.3' of git@github.com:mixxxdj/mixxx.gitUwe Klotz
2021-03-19Track: Preserve all cues with a type that is not in the importerJan Holthuis
2021-03-19Track: Improve comment regarding preserving cues on importJan Holthuis
2021-03-19Delete obsolete commentUwe Klotz
2021-03-19Merge branch '2.3' of github.com:mixxxdj/mixxxJan Holthuis
2021-03-19Import track color from Serato in locking scopeUwe Klotz
2021-03-19Prepare to move import of Serato tags into locking scopeUwe Klotz
2021-03-19Delete obsolete FIXME for Serato cue importUwe Klotz
2021-03-19Simplify import of Serato tagsUwe Klotz
2021-03-19CueInfoImporter: Add canImportCueType method to interfaceJan Holthuis
2021-03-19Track: Do not discard all cue types on import unnecessarily (lp1920087)Jan Holthuis
2021-03-19Add TODO for importing Serato metadataUwe Klotz
2021-03-19Merge branch '2.3' of git@github.com:mixxxdj/mixxx.git into track-beatsUwe Klotz
2021-03-19Merge pull request #3722 from uklotzde/track-metadata-exportJan Holthuis
2021-03-18Log import of Serato beats and cues for debuggingUwe Klotz
2021-03-18Fix handling of dirty flag after updating beatsUwe Klotz
2021-03-18SeratoTags: Use SignalInfo/Duration instead of StreamInfoJan Holthuis
2021-03-18Fix wrong debug assertionUwe Klotz
2021-03-18Optimize parsing of key textUwe Klotz
2021-03-18Track: Import metadata atomically while lockedUwe Klotz
2021-03-18Track: Prevent modification of metadata during export by normalizationUwe Klotz
2021-03-14Merge branch '2.3' of git@github.com:mixxxdj/mixxx.gitUwe Klotz
2021-03-13Inline getBeatsPointerBpm() when importing metadataUwe Klotz
2021-03-13Fix typoUwe Klotz
2021-03-13Prevent inconsistent bpm values after reimporting file tagsUwe Klotz
2021-03-13Extract basic, reusable WhileLocked() functionsUwe Klotz
2021-03-13Fix wrong return value if unchangedUwe Klotz
2021-03-13Do not relock Track objectUwe Klotz
2021-03-13Fix return type of Track::trySetBpm()Uwe Klotz
2021-03-11Track: Add support for Serato BeatGrid exportJan Holthuis
2021-03-11Track: Remove #ifdefs around serato export codeJan Holthuis
2021-03-11Track: Make Serato timing offset constJan Holthuis
2021-03-11Serato Tags: Prevent data loss by skipping export if parsing failedJan Holthuis
2021-03-11Track: Clean up Serato Metadata export codeJan Holthuis
2021-03-11Preferences: Allow enabling/disabling Serato Metadata exportJan Holthuis
2021-03-11Track: Add basic support for exporting Serato TagsJan Holthuis
2021-03-11Merge branch '2.3' of git@github.com:mixxxdj/mixxx.git into mainUwe Klotz
2021-03-11Merge remote-tracking branch 'upstream/2.3' into no_grid_from_bpmDaniel Schürmann
2021-03-11Add wapper trySetAndLockBeats() to stream line the track APIDaniel Schürmann
2021-03-11Don't set an offset or bpm lock when creating a track with a bpm value only. ...Daniel Schürmann
2021-03-10Merge branch '2.3' of git@github.com:mixxxdj/mixxx.git into mainUwe Klotz
2021-03-09Use mixxx::audio::SampleRate when dealing with beats (#3671)Daniel Schürmann