summaryrefslogtreecommitdiffstats
path: root/src/track
AgeCommit message (Expand)Author
2020-12-02Delete trailing/leading blank linesJan Holthuis
2020-12-02Merge branch '2.3' of github.com:mixxxdj/mixxx into cleanup-headersJan Holthuis
2020-11-28Fix various MSVC conversion data loss warningsJan Holthuis
2020-11-26Safe and robust conversion between hot cue index <-> numberUwe Klotz
2020-11-20Merge branch '2.3' into clazy-returning-void-expressionUwe Klotz
2020-11-19Do not return void expressionsJan Holthuis
2020-11-19Pass non-trivial/large function args by referenceJan Holthuis
2020-11-15Cue/CueDAO: Improve type-safety and reduce code duplicationUwe Klotz
2020-11-14Remove unused non-trivial variablesJan Holthuis
2020-11-13Merge remote-tracking branch 'upstream/2.3' into cleanup-headersxerus2000
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-12Fix a bunch of clazy-range-loop warningsJan Holthuis
2020-11-11Delete obsolete commentUwe Klotz
2020-11-10Remove filename and author comment in header filesxerus2000
2020-11-10Remove filename headersxerus2000
2020-11-10Use #pragma once everywherexerus2000
2020-11-10Explicitly set dirty flag for new Cue objectsUwe Klotz
2020-11-10Mark imported cues dirty before storing them in the databaseUwe Klotz
2020-11-06Track: Fix beats/cue import DEBUG_ASSERTJan Holthuis
2020-11-06Merge pull request #3057 from uklotzde/soundsourcesJan Holthuis
2020-11-04Translation templates: Fix warning when running lupdateUwe Klotz
2020-10-27Use more comparisons instead of implicit casts to doubleJan Holthuis
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-23Merge branch '2.2' of git@github.com:mixxxdj/mixxx.git into 2.3Uwe Klotz
2020-10-23Extend compatible keys from 4 to 6 possible keysUwe Klotz
2020-10-16Merge pull request #3101 from Holzhaus/serato-export-cuesDaniel Schürmann
2020-10-16Merge pull request #3128 from Holzhaus/float-warnings-pt-7Daniel Schürmann
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-30Merge pull request #3123 from Holzhaus/float-warnings-pt-4Daniel Schürmann
2020-09-29replace #include "track/track.h" by "track_decl.h" in all header filesDaniel Schürmann
2020-09-28Externalize forward declarations for Track objectUwe Klotz
2020-09-26track/serato/tags: Convert cue colors back to their Serato equivalentsJan Holthuis
2020-09-26track/replaygain: Use toFloat() for normalizedPeakJan Holthuis
2020-09-26track: Add protobuf typecasts in beatmap/beatgridJan Holthuis
2020-09-25track/keyfactory: Make lossy typecast explicitJan Holthuis
2020-09-25track/serato/beatgrid: Fix usage of wrong typeJan Holthuis
2020-09-25track/replaygain: Add missing typecast to CSAMPLEJan Holthuis
2020-09-24Fix various float-to-int conversion warnings by using static_castJan 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