summaryrefslogtreecommitdiffstats
path: root/src/track/track.cpp
AgeCommit message (Expand)Author
2021-01-25Merge remote-tracking branch 'upstream/2.3' into mainBe
2021-01-14Move m_streamInfoFromSource from Track into TrackRecordUwe Klotz
2021-01-05Merge pull request #3382 from daschuer/hotcue_focus_off_by_one_mainUwe Klotz
2020-12-16Last Played: Add UI for last_played_at columnOwen Williams
2020-12-16narrow locking scopeDaniel Schürmann
2020-12-16Merge remote-tracking branch 'upstream/main' into hotcue_focus_off_by_one_mainDaniel Schürmann
2020-12-15Merge branch '2.3' of github.com:mixxxdj/mixxx into mainJan Holthuis
2020-12-15Replace null pointer constants (e.g. NULL, 0) with nullptrJan Holthuis
2020-12-08Merge branch '2.3' of git@github.com:mixxxdj/mixxx.git into mainUwe Klotz
2020-12-07Merge pull request #3413 from uklotzde/track-metadata-export-with-stream-infoJan Holthuis
2020-12-07Reuse StreamInfo for TrackMetadataUwe Klotz
2020-12-07Slimdown moc_compilation.cppDaniel Poelzleithner
2020-11-29Remove unused Cue() default constructorDaniel Schürmann
2020-11-29remove now unused createAndAddCue() that creates an invalid CueDaniel Schürmann
2020-11-29Add function overload to createAndAddCue() to initalize the cue as wellDaniel Schürmann
2020-11-29Improve lockingDaniel Schürmann
2020-11-29Remove redundant handling of the Main cueDaniel Schürmann
2020-11-23fix another pass by referenceDaniel Schürmann
2020-11-22Merge remote-tracking branch 'upstream/2.3' into mainDaniel Schürmann
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-15Merge branch '2.3' of github.com:mixxxdj/mixxx into mainJan Holthuis
2020-11-15Cue/CueDAO: Improve type-safety and reduce code duplicationUwe Klotz
2020-11-13Merge branch 'main' into library_last_played_atUwe Klotz
2020-11-13Merge branch '2.3' of git@github.com:mixxxdj/mixxx.git into mainUwe Klotz
2020-11-12Fix remaining -Wclazy-range-loop warnings using a local const varJan Holthuis
2020-11-12Merge branch 'main' into library_last_played_atUwe Klotz
2020-11-12Merge branch '2.3' of git@github.com:mixxxdj/mixxx.git into mainUwe Klotz
2020-11-12Fix a bunch of clazy-range-loop warningsJan Holthuis
2020-11-10Explicitly set dirty flag for new Cue objectsUwe Klotz
2020-11-07Merge branch 'main' into library_last_played_atUwe Klotz
2020-11-07Merge remote-tracking branch 'mixxx/2.3' into mainronso0
2020-11-06Track: Fix beats/cue import DEBUG_ASSERTJan Holthuis
2020-09-29Store (transient) last played time stamp in PlayCounterUwe Klotz
2020-09-17Merge branch '2.3' of git@github.com:mixxxdj/mixxx.gitUwe Klotz
2020-09-14SeratoTags: Add support for exporting track color/BPM lock stateJan Holthuis
2020-08-18Remove TrackId from Cuexerus2000
2020-08-16Merge branch '2.3' of git@github.com:mixxxdj/mixxx.gitUwe Klotz
2020-08-16Merge pull request #2958 from Holzhaus/serato-beatgrid-importUwe Klotz
2020-08-16track/track: Improve readability of importBeats/CueInfos methodsJan Holthuis
2020-08-16track/track: Remove redundant check if importer is emptyJan Holthuis
2020-08-16Merge branch '2.3' of git@github.com:mixxxdj/mixxx.gitUwe Klotz
2020-08-16track/track: Avoid copy during loop by using const referenceJan Holthuis
2020-08-16track/cueinfoimporter: Rename method to importCueInfosAndApplyTimingOffsetJan Holthuis
2020-08-16track/beatsimporter: Rename method to importBeatsAndApplyTimingOffsetJan Holthuis
2020-08-16track/track: Improve deferred import debug messagesJan Holthuis
2020-08-15Merge branch '2.3' of github.com:mixxxdj/mixxx into serato-beatgrid-importJan Holthuis
2020-08-09Merge branch '2.3' of git@github.com:mixxxdj/mixxx.gitUwe Klotz
2020-08-08Fix log spam when skipping track metadata export if not supportedUwe Klotz