summaryrefslogtreecommitdiffstats
path: root/src/track/track.h
AgeCommit message (Expand)Author
2021-07-21Update Replaygain: normalize naming styleOwen Williams
2021-07-21Replaygain: rework implementation to put the right logic in the right placesOwen Williams
2021-07-21Adjust ReplayGain: Allow user to update the replaygain value based on a deck ...Owen Williams
2021-07-11Track: Remove CuePosition class and corresponding methodsJan Holthuis
2021-07-10Add migration code for QMutex/QRecursiveMutex/QMutexLockerUwe Klotz
2021-07-08Track: Use FramePos::fromEngineSamplePosMaybeInvalid in legacy methodsJan Holthuis
2021-07-08Track: Use mixxx::FramePos type in Cue-related methodsJan Holthuis
2021-06-10Synchronize file modified time with track source on metadata import/exportUwe Klotz
2021-06-01Track: Rename emitMetataChanged method to better reflect intentJan Holthuis
2021-05-29Track: Make property naming consistent and use new NOTIFY signal schemeJan Holthuis
2021-05-29Track: Emit changed signals for all properties on metadata importJan Holthuis
2021-05-29Track: Add dedicated bpmTextChanged signalJan Holthuis
2021-05-29Track: Add missing `NOTIFY` signals for `Q_PROPERTY` declarationsJan Holthuis
2021-05-17Pass movable parameter by valueUwe Klotz
2021-05-17Extract function from Track into TrackRecordUwe Klotz
2021-05-15Track: Fix missing synchronization time stamp on metadata importUwe Klotz
2021-05-15Track: Rename member functions for imported metadataUwe Klotz
2021-05-15Track: Reduce visibility of member functionUwe Klotz
2021-05-15Track::exportMetadata(): Pass parameter by const-refUwe Klotz
2021-05-14Track: Return a copy of TrackMetadata/TrackRecordUwe Klotz
2021-05-13Indicate if modified/unmodified when importing track metadataUwe Klotz
2021-05-11Import metadata and cover image without temporary track objectUwe Klotz
2021-05-06Move duration conversion from Track into TrackMetadataUwe Klotz
2021-05-06Extract BPM text formatting from TrackUwe Klotz
2021-04-30Merge branch '2.3' of github.com:mixxxdj/mixxxJan Holthuis
2021-04-29Replace recursive QMutexes with QRecursiveMutexJan Holthuis
2021-04-02Refactor the Sandbox interface for FileInfo/FileAccessUwe Klotz
2021-03-20Merge branch '2.3' of git@github.com:mixxxdj/mixxx.gitUwe Klotz
2021-03-20Merge pull request #3409 from Holzhaus/serato-tag-exportBe
2021-03-20Merge branch '2.3' of git@github.com:mixxxdj/mixxx.gitUwe Klotz
2021-03-20Track: Do nothing and return if unmodifiedUwe Klotz
2021-03-18Track: Import metadata atomically while lockedUwe Klotz
2021-03-14Merge branch '2.3' of git@github.com:mixxxdj/mixxx.gitUwe Klotz
2021-03-13Extract basic, reusable WhileLocked() functionsUwe Klotz
2021-03-13Fix return type of Track::trySetBpm()Uwe Klotz
2021-03-11Preferences: Allow enabling/disabling Serato Metadata exportJan Holthuis
2021-03-11Merge branch '2.3' of git@github.com:mixxxdj/mixxx.git into mainUwe Klotz
2021-03-11Merge remote-tracking branch 'upstream/2.3' into no_grid_from_bpmDaniel Schürmann
2021-03-11Add wapper trySetAndLockBeats() to stream line the track APIDaniel Schürmann
2021-03-11Don't set an offset or bpm lock when creating a track with a bpm value only. ...Daniel Schürmann
2021-03-10Merge branch '2.3' of git@github.com:mixxxdj/mixxx.git into mainUwe Klotz
2021-03-09Use mixxx::audio::SampleRate when dealing with beats (#3671)Daniel Schürmann
2021-03-09consider bpm lock for the dirty bit inside tryImportPendingBeatsMarkDirtyAndU...Daniel Schürmann
2021-03-08check bpm lock when setting beat grid of bpmDaniel Schürmann
2021-03-05Merge branch '2.3' of github.com:mixxxdj/mixxxJan Holthuis
2021-03-02remove unused now updated() signalDaniel Schürmann
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