summaryrefslogtreecommitdiffstats
path: root/src/track/serato
AgeCommit message (Expand)Author
2021-01-10Merge branch '2.3' of git@github.com:mixxxdj/mixxx.git into mainUwe Klotz
2021-01-08CueInfo: Add isLocked convenience methodJan Holthuis
2021-01-08SeratoMarkers: Add comments about parsing failuresJan Holthuis
2021-01-06SeratoMarkers: Ignore isLocked for non-loop cuesJan Holthuis
2021-01-05SeratoMarkers2: Add support for CueFlag::LockedJan Holthuis
2021-01-05SeratoMarkers: Add support for CueFlag::LockedJan Holthuis
2021-01-05track/serato: Export loops with fixed colorJan Holthuis
2020-12-18Merge branch '2.3' of git@github.com:mixxxdj/mixxx.git into mainUwe Klotz
2020-12-17Merge pull request #3421 from Holzhaus/serato-beatgrid-exportUwe Klotz
2020-12-12Merge branch '2.3' of git@github.com:mixxxdj/mixxx.git into mainUwe Klotz
2020-12-12Fix inconsistent naming of hot cue "index" vs. "number"Uwe Klotz
2020-12-10Merge remote-tracking branch 'upstream/2.3' into mainBe
2020-12-09Serato Tags: Implement Mixxx Beats to Serato Beatgrid conversionJan Holthuis
2020-12-09Serato BeatsGrid: Fix wrong beat at position 0 on importJan Holthuis
2020-11-23fix another pass by referenceDaniel Schürmann
2020-11-19Pass non-trivial/large function args by referenceJan Holthuis
2020-11-14Remove unused non-trivial variablesJan Holthuis
2020-11-12Fix remaining -Wclazy-range-loop warnings using a local const varJan Holthuis
2020-11-12Use iterator instead of loop over QMap::values()/keys()Jan Holthuis
2020-11-06Merge pull request #3057 from uklotzde/soundsourcesJan Holthuis
2020-11-04Translation templates: Fix warning when running lupdateUwe Klotz
2020-10-26Set timingOffsetGuessed correctlyUwe Klotz
2020-10-26Use nested #ifdefsUwe Klotz
2020-10-26Serato import: Guess MP3 timing offset for primary decoderUwe Klotz
2020-10-09Merge branch '2.3' of github.com:mixxxdj/mixxx into serato-export-cuesJan Holthuis
2020-10-09track/serato/markers: Add some comments regarding format detailsJan Holthuis
2020-10-09track/serato/markers2: Use std::move for setEntriesJan Holthuis
2020-10-09track/serato/markers2: Use SeratoMarkers2EntryPointer typedefJan Holthuis
2020-10-09track/serato/markers: Remove redundant qAsConst macroJan Holthuis
2020-09-26track/serato/tags: Convert cue colors back to their Serato equivalentsJan Holthuis
2020-09-25track/serato/beatgrid: Fix usage of wrong typeJan Holthuis
2020-09-16SeratoMarkers2: Ensure correct order on setTrackColor/setBpmLockedJan Holthuis
2020-09-16SeratoMarkers2: Fix implementation of findEntryByTypeJan Holthuis
2020-09-15SeratoTags: Add support for setting cues in SeratoMarkers2 tagJan Holthuis
2020-09-15SeratoMarkers: Add some additional checks and fix minor style issuesJan Holthuis
2020-09-15SeratoTags: Add support for setting cues in the SeratoMarkers tagJan Holthuis
2020-09-15SeratoMarkers2: Add helper method to find entries by typeJan Holthuis
2020-09-15SeratoTags: Remove useless qWarningJan Holthuis
2020-09-15track/serato/markers2: Use "auto" to reduce noiseJan Holthuis
2020-09-15track/serato/markers2: Add various minor code improvementsJan Holthuis
2020-09-14SeratoTags: Add support for exporting track color/BPM lock stateJan Holthuis
2020-09-01Fix some codespell issuesDaniel Schürmann
2020-08-18track/serato/beatgrid: Fix copy in range loop by using const referenceJan Holthuis
2020-08-16track/serato/beatgrid: Fix wrong string in QDebug outputJan Holthuis
2020-08-16Merge pull request #2958 from Holzhaus/serato-beatgrid-importUwe Klotz
2020-08-16track/serato/beatsimporter: Improve isEmpty checkJan Holthuis
2020-08-16track/serato/beatgrid: Move QDebug methods to cpp fileJan Holthuis
2020-08-16track/serato/beatgrid: Remove unneeded const from return typeJan Holthuis
2020-08-16track/serato/beatgrid: Remove uneeded explicit from constructorJan Holthuis
2020-08-16track/serato/beatgrid: Make class final and remove default destructorJan Holthuis