summaryrefslogtreecommitdiffstats
path: root/src/track
AgeCommit message (Expand)Author
2020-12-15Replace null pointer constants (e.g. NULL, 0) with nullptrJan Holthuis
2020-12-15Add pointer qualification to auto typesJan Holthuis
2020-12-15Add missing braces around single-line statementsJan Holthuis
2020-12-15Add missing namespace commentsJan Holthuis
2020-12-12Fix inconsistent naming of hot cue "index" vs. "number"Uwe Klotz
2020-12-09Merge pull request #3422 from Holzhaus/serato-beatgrid-import-fixUwe Klotz
2020-12-09Serato BeatsGrid: Fix wrong beat at position 0 on importJan Holthuis
2020-12-07Merge branch '2.3' of github.com:mixxxdj/mixxx into cleanup-headersJan Holthuis
2020-12-07Merge pull request #3413 from uklotzde/track-metadata-export-with-stream-infoJan Holthuis
2020-12-07Merge pull request #3411 from poelzi/antimocDaniel Schürmann
2020-12-07Reuse StreamInfo for TrackMetadataUwe Klotz
2020-12-07Slimdown moc_compilation.cppDaniel Poelzleithner
2020-12-06Add track.resetRating() and use it in reset menuDaniel Poelzleithner
2020-12-02Merge pull request #3326 from uklotzde/basetracktablemodel-validate-and-trans...Jan Holthuis
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-28Merge branch '2.3' of git@github.com:mixxxdj/mixxx.git into basetracktablemod...Uwe Klotz
2020-11-26Safe and robust conversion between hot cue index <-> numberUwe Klotz
2020-11-26Merge branch '2.3' into basetracktablemodel-validate-and-transformUwe 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-15BaseTrackTableModel: Validate and transform raw data from derived classesUwe Klotz
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