summaryrefslogtreecommitdiffstats
path: root/src/track/track.cpp
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-10Add migration code for QMutex/QRecursiveMutex/QMutexLockerUwe Klotz
2021-07-08TrackRecord: Use mixxx::audio::FramePos for main cue positionJan Holthuis
2021-07-08Track: Use mixxx::FramePos type in Cue-related methodsJan Holthuis
2021-07-08Cue: Migrate class to FramePosJan Holthuis
2021-07-06Bpm: Improve method naming (hasValue/getValue -> isValid/value)Jan Holthuis
2021-07-06Beats: Return mixxx::Bpm type instead of double from all bpm methodsJan Holthuis
2021-07-05Bpm: Only access value if it's actually validJan Holthuis
2021-07-02Beats: Add mixxx::Bpm in BeatUtils and BeatGrid/BeatMap classesJan Holthuis
2021-07-01Beats: Use frame positions for beatmap/beatgrid constructionJan Holthuis
2021-06-29Fix misc. typosluz paz
2021-06-10Synchronize file modified time with track source on metadata import/exportUwe Klotz
2021-06-09DlgTrackInfo: Fix data binding for key text fieldUwe Klotz
2021-06-01Track: Emit missing durationChanged signal in updateStreamInfoFromSourceJan Holthuis
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: Emit duration changed signal when updating stream infoJan Holthuis
2021-05-29Track: Add dedicated bpmTextChanged signalJan Holthuis
2021-05-29Track: Emit infoChanged signals directly when setting title/artistJan Holthuis
2021-05-29Track: Add missing `NOTIFY` signals for `Q_PROPERTY` declarationsJan Holthuis
2021-05-18Track: Move code out of locking codeUwe Klotz
2021-05-18Track: Emit signal if color modifiedUwe Klotz
2021-05-17Improve unclear commentsUwe Klotz
2021-05-17Pass movable parameter by valueUwe Klotz
2021-05-17compareAndSet(): Add forwarding reference overloadUwe Klotz
2021-05-17Extract function from Track into TrackRecordUwe Klotz
2021-05-15Track: Rename member functions for imported metadataUwe 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-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-20Revert "Track: Only import valid colors"Uwe Klotz
2021-03-20Track: Only import valid colorsUwe Klotz
2021-03-20Track: Split boolean expressions of property import (test and set)Uwe Klotz
2021-03-20Track: Do nothing and return if unmodifiedUwe Klotz
2021-03-20Merge branch '2.3' into track-beatsUwe Klotz
2021-03-19Merge branch '2.3' of git@github.com:mixxxdj/mixxx.gitUwe Klotz
2021-03-19Track: Preserve all cues with a type that is not in the importerJan Holthuis
2021-03-19Track: Improve comment regarding preserving cues on importJan Holthuis
2021-03-19Delete obsolete commentUwe Klotz