summaryrefslogtreecommitdiffstats
path: root/src/test
AgeCommit message (Expand)Author
2019-09-29Merge branch '2.2' of git@github.com:mixxxdj/mixxx.gitUwe Klotz
2019-09-29Merge pull request #2299 from daschuer/dkgtrackinfomergeUwe Klotz
2019-09-29Merge pull request #2304 from uklotzde/parse_artist_titleDaniel Schürmann
2019-09-28Fix failing testsDaniel Schürmann
2019-09-28Add tests for parsing artist/title from file namesUwe Klotz
2019-09-28Add replay gain testsUwe Klotz
2019-09-25Merge branch 'master' of git@github.com:mixxxdj/mixxx.git into dev_external_l...Uwe Klotz
2019-09-22Fix creation of temporary tracks in CueControlTestUwe Klotz
2019-09-21Add extension points for synchronization of external librariesUwe Klotz
2019-09-14Merge pull request #1356 from uklotzde/ffmpeg31Be
2019-09-02Misc. typosluz.paz
2019-09-02Add ALAC/CAF test file for libsndfileUwe Klotz
2019-09-01Fix inconsistent handling of empty index ranges and edge casesUwe Klotz
2019-08-17Merge branch 'master' of git@github.com:mixxxdj/mixxx.git into ffmpeg31Uwe Klotz
2019-07-23Merge branch 'master' of git@github.com:mixxxdj/mixxx.git into lp1836243_rela...Uwe Klotz
2019-07-23Avoid std::pair and remove file exists checkUwe Klotz
2019-07-22Merge branch 'master' of git@github.com:mixxxdj/mixxx.git into ffmpeg31Uwe Klotz
2019-07-21Replace qSort() with std::sort() to fix Qt 5.13 warningsUwe Klotz
2019-07-19Merge remote-tracking branch 'upstream/2.2'Daniel Schürmann
2019-07-19Merge remote-tracking branch 'upstream/2.1' into 2.2Daniel Schürmann
2019-07-19fix disable loop on hotcue pressPhilip Gottschling
2019-07-14Fix import of relative file paths from playlistsUwe Klotz
2019-07-08Merge branch 'master' of git@github.com:mixxxdj/mixxx.git into ffmpeg31Uwe Klotz
2019-07-07Merge branch '2.2' of git@github.com:mixxxdj/mixxx.gitUwe Klotz
2019-07-04Resolve conflicts for multiple candidate tracksUwe Klotz
2019-07-03Replace SoundSourceFFmpeg with new implementation for FFmpeg 4.xUwe Klotz
2019-06-30Merge branch 'master' of git@github.com:mixxxdj/mixxx.git into ffmpeg31Uwe Klotz
2019-06-30Delete obsolete #include directiveUwe Klotz
2019-06-21Reuse TrackFile::fromUrl()Uwe Klotz
2019-06-21Use TrackFile in TrackExporterTestUwe Klotz
2019-06-21Avoid unnecessary type conversionsUwe Klotz
2019-06-15Add a wrapper class for handling track file locationsUwe Klotz
2019-06-10Revert "Merge trackexport_test.h into .cpp file"Uwe Klotz
2019-06-10Merge trackexport_test.h into .cpp fileUwe Klotz
2019-06-08Fix analyzer testsUwe Klotz
2019-05-30Add a WMA test fileUwe Klotz
2019-05-05Merge remote-tracking branch 'upstream/master' into intro_outro_timeBe
2019-05-05update DurationUtilTest formatTimeBe
2019-05-02Merge pull request #2054 from Swiftb0y/JsCallbackDisconnectFeedbackBe
2019-04-20use more ASSERT_DOUBLE_EQDaniel Schürmann
2019-04-20fix audiotaperpot_test lp1810495Daniel Schürmann
2019-04-16CueControl: Write tests for SeekOnLoad modesNino Miškić-Pletenac
2019-04-09Test CueControl to properly quantize cues on track loadNino Miškić-Pletenac
2019-04-07Test AnalyzerSilence to correctly update range cuesNino Miškić-Pletenac
2019-03-29Merge commit '1276bf81ad02d2068d693bd67cfcf10f4899d59a' into silencedetectionNino Miškić-Pletenac
2019-03-27Rename constantUwe Klotz
2019-03-27Fix various C++ engineering and coding style issuesUwe Klotz
2019-03-27Write more tests for CueControlNino Miškić-Pletenac
2019-03-27Write basic unit tests for CueControlNino Miškić-Pletenac
2019-03-19added connection.isConnected and disconnect return testSwiftb0y