summaryrefslogtreecommitdiffstats
path: root/src/test
AgeCommit message (Expand)Author
2021-09-19Improve QUuid to QString tests (again)Uwe Klotz
2021-09-19Improve QUuid to QString testsUwe Klotz
2021-09-19Remove obsolete QUuid utility functionUwe Klotz
2021-09-19Extract utility functions for QUuidUwe Klotz
2021-09-18Fix parsing of duration seconds in search queriesUwe Klotz
2021-09-09BeatGrid: Remove all usage ouside of the Beats classJan Holthuis
2021-09-09BeatMap: Remove all usage ouside of the Beats classJan Holthuis
2021-09-07EngineBuffer: Use mixxx::audio::FramePos for seekingJan Holthuis
2021-09-04BeatsPointer: Use std::shared_ptr instead of QSharedPointerJan Holthuis
2021-09-03BeatFactory: Remove static makeBeatGrid functionJan Holthuis
2021-09-03EngineSyncTest: Do not attempt to create invalid beatgridsJan Holthuis
2021-08-21Library Prefs: Add kKeyNotationConfigKeyUwe Klotz
2021-08-19LoopingControlTest: Fix wrong usage of FramePos for beatloop size COJan Holthuis
2021-08-19Merge pull request #4191 from Holzhaus/bpmcontrol-frameposUwe Klotz
2021-08-19Merge pull request #4203 from Holzhaus/whitespace-fixesUwe Klotz
2021-08-17LoopingControlTest: Use mixxx::audio::FramePos consistentlyJan Holthuis
2021-08-17BpmControl: Replace double sample positions with mixxx::audio::FramePosJan Holthuis
2021-08-15Fix trailing whitespace in all files of the repositoryJan Holthuis
2021-08-15Fix whitespace at end of filesJan Holthuis
2021-08-15LoopingControl: Use mixxx::audio::FramePos in nextTrigger()Jan Holthuis
2021-08-11Merge pull request #4186 from Holzhaus/engine-framepos-refactorUwe Klotz
2021-08-08Merge pull request #4071 from Holzhaus/sync-bpm-refactorUwe Klotz
2021-08-07Merge pull request #4162 from uklotzde/sqlite-substrJan Holthuis
2021-08-06EngineControl: Use mixxx::audio::FramePos for setLoop()/setBeatLoop()Jan Holthuis
2021-08-06EngineControl: Replace SampleOfTrack with FrameInfo structJan Holthuis
2021-08-06Sync: Use mixxx::Bpm classJan Holthuis
2021-08-06Merge pull request #4169 from ywwg/synclock-disablesyncnoseekDaniel Schürmann
2021-08-05Provide more versatile Bpm::valueOr() with custom default valueUwe Klotz
2021-08-01Sync Lock: Don't seek phase when disabling syncOwen Williams
2021-08-01Add mixxx::Bpm::valueOrUndefined()Uwe Klotz
2021-08-01CoreServices: initialize i18n and logging before GUI (#4058)Daniel Schürmann
2021-07-31DirectoryDAO: Test handling of decorated characters in file pathsUwe Klotz
2021-07-31Use Unicode characters in file paths of directory relocation testUwe Klotz
2021-07-31SQLite: Replace LIKE with SUBSTR for file path matchingUwe Klotz
2021-07-30CoreServices: Move settings/keyboard initialization to constructorJan Holthuis
2021-07-30test: Add CoreServices "smoke test" to check if initialization worksJan Holthuis
2021-07-30Merge branch '2.3' of git@github.com:mixxxdj/mixxx.gitUwe Klotz
2021-07-30Merge pull request #4157 from Holzhaus/controlindicatortimerDaniel Schürmann
2021-07-30CoreServices: Add ControlIndicatorTimer to remove GuiTick dependencyJan Holthuis
2021-07-30Merge pull request #3032 from xeruf/enginecontrol-seekJan Holthuis
2021-07-28Merge pull request #4031 from ywwg/update-replaygainUwe Klotz
2021-07-28Merge pull request #4105 from Holzhaus/hotcuecontroltest-semantic-typesUwe Klotz
2021-07-27Update Replaygain: Add a testOwen Williams
2021-07-27Extend DirectoryDAOTestUwe Klotz
2021-07-24Merge pull request #4099 from Holzhaus/beats-findnthbeat-exactUwe Klotz
2021-07-22Merge pull request #3921 from ywwg/syncleaderJan Holthuis
2021-07-22Merge branch 'main' of github.com:mixxxdj/mixxx into hotcuecontroltest-semant...Jan Holthuis
2021-07-15Remove useless ControlProxy::slotSet() methodJan Holthuis
2021-07-15HotcueControlTest: Use mixxx::audio::FramePos typeJan Holthuis
2021-07-15test: Move EXPECT_FRAMEPOS_EQ macros to signalpathtest.hJan Holthuis