summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2018-12-30Remove logging and unused constant.RJ Skerry-Ryan
2018-12-30Use size_t for kWindowSize to be consistent with kStepSize.RJ Skerry-Ryan
2018-12-30Use constants and do not use non-static member initializers.RJ Skerry-Ryan
2018-12-30Move fast analysis samples calculation to init() and use analyzer/constants.h.RJ Skerry-Ryan
2018-12-30Add a constant for the number of seconds to analyze in fast analysis mode.RJ Skerry-Ryan
2018-12-30Move analyzer constants out of analyzerthread.cpp to analyzer/constants.h.RJ Skerry-Ryan
2018-12-30Merge remote-tracking branch 'mixxxdj/master' into remove-vampRJ Skerry-Ryan
2018-12-29Merge pull request #1624 from uklotzde/lp1737537_analysis_revampBe
2018-12-29Merge pull request #1919 from iamcodemaker/bcpDaniel Schürmann
2018-12-29Fix use after free errorUwe Klotz
2018-12-28Reword and amend commentUwe Klotz
2018-12-28Merge branch 'master' of git@github.com:mixxxdj/mixxx.git into lp1737537_anal...Uwe Klotz
2018-12-28Prevent a deadlock when exiting main()Uwe Klotz
2018-12-28Stop worker threads before exitingUwe Klotz
2018-12-28Fix comments and add debug logsUwe Klotz
2018-12-27Fix default the beat detector to be the QMUL beat tracker.RJ Skerry-Ryan
2018-12-27Merge pull request #1934 from ronso0/lib-feature-UX-improvementsBe
2018-12-26Merge pull request #1843 from ywwg/fractional-zoomBe
2018-12-26Re-implement fast analysis for AnalyzerBeats and AnalyzerKey.RJ Skerry-Ryan
2018-12-26Disable fast analysis when non-constant beatgrids are enabled.RJ Skerry-Ryan
2018-12-26Disable key analysis options when key analysis is disabled.RJ Skerry-Ryan
2018-12-26Don't store a plain pointer as memberUwe Klotz
2018-12-26Merge remote-tracking branch 'mixxxdj/master' into remove-vampRJ Skerry-Ryan
2018-12-26Rename functions: "receive<Event>()" -> "on<Event>()"Uwe Klotz
2018-12-26Use a bitfield for selecting and enabling analyzersUwe Klotz
2018-12-26Start timer when executing the worker threadUwe Klotz
2018-12-26Re-add slot count unconditionallyUwe Klotz
2018-12-25Fix use of QAtomicInt for Qt5.2Daniel Schürmann
2018-12-25Fix release of writer lock on ControlValueUwe Klotz
2018-12-24Merge remote-tracking branch 'upstream/2.2'Be
2018-12-24Replace conditional else branch with early exitUwe Klotz
2018-12-24Add a TODO comment for scheduling updates with the vsync timerUwe Klotz
2018-12-24Register meta-types only onceUwe Klotz
2018-12-24Replace QAtomicInteger with QAtomicIntUwe Klotz
2018-12-24Merge branch 'master' of git@github.com:mixxxdj/mixxx.git into lp1737537_anal...Uwe Klotz
2018-12-24Merge remote-tracking branch 'upstream/2.2'Daniel Schürmann
2018-12-23Use QWidget::isVisible to determine whether to render non-QGLWidget waveform ...RJ Skerry-Ryan
2018-12-20Merge remote-tracking branch 'upstream/2.2'Be
2018-12-18Update contributor lists for the 2.2 releaseDaniel Schürmann
2018-12-18rename thisReleaseContributors to currentContributors and clarifiy the rulesDaniel Schürmann
2018-12-18Revert "update contributors list for 2.2"Daniel Schürmann
2018-12-17bump version to 2.2.0Be
2018-12-17update contributors list for 2.2Be
2018-12-17Fix vinyl control pregain value being incorrectly overwrittenOwen Williams
2018-12-17Merge remote-tracking branch 'upstream/2.2'Daniel Schürmann
2018-12-17Merge remote-tracking branch 'upstream/2.1' into 2.2Daniel Schürmann
2018-12-17Defer new search after clearing the edit fieldUwe Klotz
2018-12-17Merge branch 'master' of git@github.com:mixxxdj/mixxx.git into lp1737537_anal...Uwe Klotz
2018-12-16Merge pull request #1798 from daschuer/1788086Daniel Schürmann
2018-12-16added explicit keywordDaniel Schürmann