summaryrefslogtreecommitdiffstats
path: root/src/track/track.h
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-16Merge remote-tracking branch 'upstream/main' into hotcue_focus_off_by_one_mainDaniel Schürmann
2020-12-08Merge branch '2.3' of git@github.com:mixxxdj/mixxx.git into mainUwe Klotz
2020-12-07Reuse StreamInfo for TrackMetadataUwe Klotz
2020-12-07Merge branch '2.3' of git@github.com:mixxxdj/mixxx.git into mainUwe Klotz
2020-12-06Add track.resetRating() and use it in reset menuDaniel Poelzleithner
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-23fix another pass by referenceDaniel Schürmann
2020-11-22Merge remote-tracking branch 'upstream/2.3' into mainDaniel Schürmann
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-09-29Merge branch '2.3' of git@github.com:mixxxdj/mixxx.gitUwe Klotz
2020-09-28Externalize forward declarations for Track objectUwe Klotz
2020-08-18Remove TrackId from Cuexerus2000
2020-08-16Merge branch '2.3' of git@github.com:mixxxdj/mixxx.gitUwe Klotz
2020-07-22track: Implement deferred import of beats (like we do for cues)Jan Holthuis
2020-07-13Merge branch '2.3' of git@github.com:mixxxdj/mixxx.gitUwe Klotz
2020-07-12Avoid unneeded lockingUwe Klotz
2020-06-05Add coverart_digest column and new cover image hashingUwe Klotz
2020-05-22Merge pull request #2809 from uklotzde/lp1879656_track_title_infoJan Holthuis
2020-05-22Merge pull request #2737 from Be-ing/timing_shifts_uiUwe Klotz
2020-05-21Define artist/title separator for track info as constantUwe Klotz
2020-05-20Add new track properties "info" and "titleInfo"Uwe Klotz
2020-05-20Use track filename as info if both artist and title are missingUwe Klotz
2020-05-15specify units in cue shift function namesBe
2020-05-04Move Beats et al. to mixxx namespaceJavier Vilarroig
2020-04-29add ControlObjects for shifting cue pointsBe
2020-04-26track/track: Remove "FromImporter" suffix from method nameJan Holthuis
2020-04-26Merge branch 'master' of github.com:mixxxdj/mixxx into serato-offset-correctionJan Holthuis
2020-04-25Fix import of Serato cue points during library scanUwe Klotz
2020-04-25track/serato: Determine timing offsets when audio signal properties are knownJan Holthuis
2020-04-18Merge branch 'master' of github.com:mixxxdj/mixxx into mass-color-replaceJan Holthuis
2020-04-17Merge pull request #2612 from hacksdump/context-menuBe
2020-04-15track/track: Fix naming of Track::replayGainUpdated signalJan Holthuis
2020-04-15Add track color control objectJan Holthuis
2020-04-12Merge branch 'master' of github.com:mixxxdj/mixxx into mass-color-replaceJan Holthuis
2020-04-12Merge branch 'master' into context-menuHarshit Maurya
2020-04-12WTrackMenu: make info and tag dialogs independentHarshit Maurya
2020-04-09Merge pull request #2601 from uklotzde/audio_typesJan Holthuis
2020-04-08Rename functions and members for importing CueInfosUwe Klotz
2020-03-30Defer import of CueInfo until stream properties are knownUwe Klotz
2020-03-30Use new PCM audio property typesUwe Klotz
2020-03-29dialog/dlgreplacecuecolor: Update in-memory cue points after DB changeJan Holthuis
2020-03-25Fix LP1855321 - Prevent undesired jumping to main cuePhilip Gottschling
2020-03-05Merge branch 'master' into coverimagehashUwe Klotz