summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2021-07-21Refactor unnecessary list of tracks in wtrackmenu -- it's only ever one track.Owen Williams
2021-07-21Merge pull request #4130 from Holzhaus/missing-includesUwe Klotz
2021-07-20Add some missing includesJan Holthuis
2021-07-20BeatGrid: Fix wrong multiplication with kFrameSizeJan Holthuis
2021-07-20Merge branch '2.3' of git@github.com:mixxxdj/mixxx.gitUwe Klotz
2021-07-20Merge pull request #4118 from daschuer/unused_warningUwe Klotz
2021-07-19Merge remote-tracking branch 'upstream/2.3'Be
2021-07-19VersionStore: add BSDs to platform stringBe
2021-07-19fix type warningDaniel Schürmann
2021-07-19fix unused warningDaniel Schürmann
2021-07-19fix size warningDaniel Schürmann
2021-07-19added missing cast to remove "unsafe mix of type" warningDaniel Schürmann
2021-07-19removed unused pConfig parameterDaniel Schürmann
2021-07-18Check if HAVE_XSCREENSAVER_SUSPEND is defined befor using the valueDaniel Schürmann
2021-07-17Merge pull request #4103 from Holzhaus/remove-beatscap-scale-translateBe
2021-07-15AutoDJCratesDAO: Fix crash after loading/unloading tracksUwe Klotz
2021-07-13Merge pull request #4104 from Holzhaus/beats-comment-fixUwe Klotz
2021-07-12Beats: Fix outdated commentJan Holthuis
2021-07-12Beats: Remove unnecessary capabilitiesJan Holthuis
2021-07-12Merge pull request #4102 from ronso0/mixxxlibraryfeature-include-fixronso0
2021-07-12mixxxlibraryfeature: remove wrong ENGINE_PRIME ifdefronso0
2021-07-11Cue: Remove all sample-based methodsJan Holthuis
2021-07-11Track: Remove CuePosition class and corresponding methodsJan Holthuis
2021-07-11Merge pull request #4081 from Holzhaus/frame-refactor-cuecontrolDaniel Schürmann
2021-07-11Merge pull request #4095 from Holzhaus/quantizecontrol-frame-boundaryDaniel Schürmann
2021-07-10BeatMap: Add comment explaining rounding in findBeats()Jan Holthuis
2021-07-10BeatMapTest: Rename countBeatsInIterator to countRemainingBeatsJan Holthuis
2021-07-10BeatMap: Fix commented out debug assertionJan Holthuis
2021-07-10BeatMap: Make beatLessThan helper method inlineJan Holthuis
2021-07-10Add [[nodiscard]] to lockMutex()Uwe Klotz
2021-07-10Merge pull request #4096 from uklotzde/qtmutexBe
2021-07-10BeatMap: Add tests for hasBeatInRange() with fractional positionsJan Holthuis
2021-07-10BeatMap: Add comment regarding fuzzy matches in hasBeatInRange()Jan Holthuis
2021-07-10BeatMap: Use camelCase instead of PascalCase for beatLessThan functionJan Holthuis
2021-07-10FrameTest: Add tests for upper/nearest frame boundaryJan Holthuis
2021-07-10BeatMap: Ensure proper frame rounding in hasBeatInRange()Jan Holthuis
2021-07-10BeatMapTest: Add test for finding beats with fractional positionJan Holthuis
2021-07-10Add migration code for QMutex/QRecursiveMutex/QMutexLockerUwe Klotz
2021-07-10BeatMap: Allow searching using fractional positionsJan Holthuis
2021-07-10FramePos: Add method to rount to upper frame boundaryJan Holthuis
2021-07-10Merge pull request #4083 from Holzhaus/frame-refactor-cuecontroltestUwe Klotz
2021-07-10Merge pull request #4094 from Holzhaus/beats-roundingUwe Klotz
2021-07-09Merge branch '2.3'Owen Williams
2021-07-09Fix bad phase seek when starting from preroll.Owen Williams
2021-07-10BeatMap: Replace custom rounding with FramePos::toLowerFrameBoundary()Jan Holthuis
2021-07-10BeatFactory: Ensure Beatgrid framepos is valid and non-fractionalJan Holthuis
2021-07-10SeratoBeatsImporter: Round beats to nearest frame positionJan Holthuis
2021-07-10FrameTest: Add test for toLowerFrameBoundary()Jan Holthuis
2021-07-09Merge pull request #4092 from Holzhaus/bpmscale-enum-classUwe Klotz
2021-07-09Merge pull request #4037 from Holzhaus/qml-sidebarSwiftb0y