summaryrefslogtreecommitdiffstats
path: root/src/test
AgeCommit message (Expand)Author
2020-01-15Fix incorrect emit statements in Mixxx codebaseJan Holthuis
2020-01-08Merge branch 'master' of git@github.com:mixxxdj/mixxx.git into dev_library_me...Uwe Klotz
2020-01-05test/mixxxtest: Use QTemporaryDir instead of static in-source pathJan Holthuis
2020-01-04Cache possible covers from last folderUwe Klotz
2020-01-03Use CoverInfoRelative instead of CoverInfoUwe Klotz
2019-12-31Test merging of imported track metadataUwe Klotz
2019-12-30Merge branch 'master' of git@github.com:mixxxdj/mixxx.git into dev_library_me...Uwe Klotz
2019-12-24Quantize intro/outro cues to closest beatNino Miškić-Pletenac
2019-12-23Merge branch 'master' of git@github.com:mixxxdj/mixxx.git into dev_library_me...Uwe Klotz
2019-12-23Merge pull request #2409 from uklotzde/qstringbuilderDaniel Schürmann
2019-12-23Merge branch 'master' of git@github.com:mixxxdj/mixxx.git into dev_library_me...Uwe Klotz
2019-12-22Fix decimal rounding on XenialUwe Klotz
2019-12-21Revert replacement of + with % for string concatenationUwe Klotz
2019-12-21Use QStringBuilder/QT_USE_QSTRINGBUILDER for string concatenationUwe Klotz
2019-12-21Fix 'unrecognized character escape sequence' warningUwe Klotz
2019-12-18Import and merge missing track metadata from file tagsUwe Klotz
2019-12-17Merge pull request #2380 from daschuer/PR1765_followupUwe Klotz
2019-12-17Prevent test timeouts on Travis CI for macOSUwe Klotz
2019-12-10Initalize rate_ratio control during testDaniel Schürmann
2019-12-09Merge pull request #2235 from daschuer/lp1839669Uwe Klotz
2019-12-09Fix various typosluz.paz
2019-11-21Hide public functions in TrackDAOUwe Klotz
2019-11-21Move export of track metadata from TrackCollection into LibraryUwe Klotz
2019-11-21Get or add single tracks via TrackCollectionUwe Klotz
2019-11-21Revert "Merge pull request #2353 from daschuer/lp1850644"Daniel Schürmann
2019-11-20Merge remote-tracking branch 'upstream/master' into lp1850644Daniel Schürmann
2019-11-15Merge pull request #1765 from daschuer/rate_ratioUwe Klotz
2019-11-15Merge remote-tracking branch 'upstream/master' into lp1839669Daniel Schürmann
2019-11-13Replace MpscFifo with rigtorp::SPSCQueueUwe Klotz
2019-11-11Merge branch 'master' into new_colors_implFerran Pujol Camins
2019-11-10Merge pull request #2103 from Be-ing/autodj_intro_outroDaniel Schürmann
2019-11-10Fix a bug where outro end was passed the end of the track, because not update...Daniel Schürmann
2019-11-10git-clang-formatDaniel Schürmann
2019-11-07fix recursive positionChanged call. Fix omitting fist seek.Daniel Schürmann
2019-11-04Rename some color related classesFerran Pujol Camins
2019-11-04Change test namesFerran Pujol Camins
2019-11-03Remove PredefinedColors from controller scriptsFerran Pujol Camins
2019-11-03Make UserSettings available in ControllerEngineFerran Pujol Camins
2019-11-01Merge branch 'master' into new_colors_implFerran Pujol Camins
2019-11-01Add tests for color config methodsFerran Pujol Camins
2019-10-28Merge pull request #2323 from Holzhaus/serato-markers2Uwe Klotz
2019-10-28Adjust FadeToDeck2_Pause_Transition for no fading transitionsDaniel Schürmann
2019-10-27Replace EXPECT_DOUBLE_EQ with EXPECT_NEARUwe Klotz
2019-10-27Replace EXPECT_EQ with EXPECT_DOUBLE_EQUwe Klotz
2019-10-23Merge pull request #2196 from sharst/double_reso_find_nth_beatDaniel Schürmann
2019-10-23test: Print filename of SeratoMarkers2 dump to simplify debuggingJan Holthuis
2019-10-23test: Check if SeratoMarkers2 can do a lossless parse/unparse round-tripJan Holthuis
2019-10-22test: Add example data and parsing tests for seratomarkers2Jan Holthuis
2019-10-22Merge remote-tracking branch 'upstream/master' into lp1839669Daniel Schürmann
2019-10-22Cue: rename setPosition to setStartPositionBe