summaryrefslogtreecommitdiffstats
path: root/src/preferences
AgeCommit message (Expand)Author
2019-01-06move EngineFilter classes to their own folderBe
2019-01-06remove need for lambdas with connectValueChange(Request)Be
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-28Merge branch 'master' of git@github.com:mixxxdj/mixxx.git into lp1737537_anal...Uwe Klotz
2018-12-27Fix default the beat detector to be the QMUL beat tracker.RJ Skerry-Ryan
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-26Merge remote-tracking branch 'mixxxdj/master' into remove-vampRJ Skerry-Ryan
2018-12-17Merge branch 'master' of git@github.com:mixxxdj/mixxx.git into lp1737537_anal...Uwe Klotz
2018-12-16Merge remote-tracking branch 'upstream/2.2'Daniel Schürmann
2018-12-12Merge pull request #1940 from uklotzde/2.2_qt5keychainDaniel Schürmann
2018-12-11Just replace 'qtkeychain' with 'qt5keychain'Uwe Klotz
2018-12-09Replace qtkeychain with qt5keychainUwe Klotz
2018-12-09Add configuration setting and ui for incremental search delayUwe Klotz
2018-11-28add test for BroadcastSettings::applyModelMatthew Nicholson
2018-11-27reuse the old file name when saving a brodcast profileMatthew Nicholson
2018-11-27don't attempt to delete the file if we never saved itMatthew Nicholson
2018-11-27fix whitespace after forMatthew Nicholson
2018-11-27rename iteratorMatthew Nicholson
2018-11-27track the filename we used for broadcast profilesMatthew Nicholson
2018-11-27save/load m_profileName when reading and writingMatthew Nicholson
2018-11-27remove unused deleteProfile() functionMatthew Nicholson
2018-11-27use QMap::erase() to delete profilesMatthew Nicholson
2018-10-30Fix and enable multi-threaded analysisUwe Klotz
2018-10-26Fix some issues identified by clazy.RJ Skerry-Ryan
2018-10-16Merge remote-tracking branch 'mixxxdj/master' into remove-vampRJ Skerry-Ryan
2018-10-16Remove vamppluginadapter.h/cpp.RJ Skerry-Ryan
2018-10-15Fix the build.RJ Skerry-Ryan
2018-10-15Merge branch 'master' into remove-vampRJ Skerry-Ryan
2018-10-15Merge branch 'master' into qt5-legacyRJ Skerry-Ryan
2018-10-14Allow zoom levels to be fractional for smoother zooming with mouse wheel.Owen Williams
2018-10-14Remove obsolete add-ons URL after plugins have been removedUwe Klotz
2018-09-19Remove SoundSource plugins. Move SoundSourceM4A and SoundSourceWV into Mixxx.RJ Skerry-Ryan
2018-09-16Merge pull request #1694 from rryan/qtkeychainDaniel Schürmann
2018-09-15Remove QT_DISABLE_DEPRECATED_BEFORE and fix all Qt 5 compatibility issues.RJ Skerry-Ryan
2018-09-13Fix build with vinylcontrol=0.RJ Skerry-Ryan
2018-09-10Merge pull request #1742 from daschuer/lp1780148Be
2018-09-06Update Debian packaging to use mixxx_icon.svg and fix src/preferences/upgrade...RJ Skerry-Ryan
2018-08-17vectorize logo/icon in About dialog, update res/mixxx.qrcronso0
2018-07-22Merge remote-tracking branch 'upstream/2.1'Daniel Schürmann
2018-07-06Use an empty string for None EQ and Filter, this fixes lp1780479Daniel Schürmann
2018-07-06Check return value from getEffectManifest for null, fixing lp1780148Daniel Schürmann
2018-07-01Merge pull request #1733 from ferranpujolcamins/crossfader-pref-update-graph-...Daniel Schürmann
2018-07-01Added spacer to metadata group boxDaniel Schürmann
2018-07-01Merge pull request #1731 from qiubit/shoutcast-metadataDaniel Schürmann
2018-07-01libshout include fix for WindowsPawel Golinski