summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2020-10-29Merge branch '2.2' of git@github.com:mixxxdj/mixxx.git into 2.3Uwe Klotz
2020-10-29Merge pull request #3201 from ronso0/libnavi-crash2.2Uwe Klotz
2020-10-29Fix type inconsistencies in effectsUwe Klotz
2020-10-29Delete unused global constantUwe Klotz
2020-10-29Merge pull request #3227 from Holzhaus/conversion-fixesDaniel Schürmann
2020-10-29WTrackMenu: Add warnings about limitations of lazy iterationUwe Klotz
2020-10-28ControlObject: Inline the static toBool() methodJan Holthuis
2020-10-28BalanceEffect: Remove wrong freq typecasts to intJan Holthuis
2020-10-28LibraryControl: Clean up slotSortColumnToggle()Jan Holthuis
2020-10-28CueControl: Fix wrong value guard in hotcueClear()Jan Holthuis
2020-10-28BpmControl: Fix wrong quantize check in calcSyncedRate()Jan Holthuis
2020-10-28EffectManifestParameter: Remove redundant parenthesesJan Holthuis
2020-10-28ControlObject: Simplify and fix static toBool() methodJan Holthuis
2020-10-28BalanceEffect: Use double for BalanceGroupState::m_freqJan Holthuis
2020-10-28VinylControlXwax: Simplify boolean expressionJan Holthuis
2020-10-28WSpinny: Remove redundant parenthesesJan Holthuis
2020-10-27Fix wrong types of anonymous namespace constantsJan Holthuis
2020-10-27vinylcontrolxwax: Add missing braces around if blockJan Holthuis
2020-10-27effects: Fix cast of EffectManifestParameter::LinkType to intJan Holthuis
2020-10-27Use more comparisons instead of implicit casts to doubleJan Holthuis
2020-10-27Replace implicit casts with ControlObject::toBool() in more placesJan Holthuis
2020-10-27Merge pull request #2928 from ronso0/hotcue-dim-brightJan Holthuis
2020-10-27RateControl: Move constants into anonymous namespaceJan Holthuis
2020-10-27Add missing typecasts to fix -Wfloat-comparison warningsJan Holthuis
2020-10-27Replace implicit casts from double to bool with comparisonsJan Holthuis
2020-10-27Use ControlObject::toBool() method to fix -Wfloat-conversion errorsJan Holthuis
2020-10-27BroadcastManager: Fix implicit cast from double to boolJan Holthuis
2020-10-27Merge pull request #3223 from uklotzde/balanceffectDaniel Schürmann
2020-10-27Effects: Use explicit type castsUwe Klotz
2020-10-27TaskMonitor: Only obtain the key set for the iterationUwe Klotz
2020-10-27TaskMonitor: Add comments about aborting tasksUwe Klotz
2020-10-27TaskMonitor: Connect "Abort" button from progress dialogUwe Klotz
2020-10-27TaskMonitor: Detach tasks before invoking abortUwe Klotz
2020-10-27TaskMonitor: Reuse thread affinity debug assertionsUwe Klotz
2020-10-26Merge pull request #3200 from ronso0/cloneFromSaplerBe
2020-10-26Fix more signedness errors in effectsUwe Klotz
2020-10-26SoundSourceM4A: Fix signed/unsigned char issue on aarch64/ppc64leUwe Klotz
2020-10-26BalanceGroupState: Fix signed/unsigned comparison on armv7hlUwe Klotz
2020-10-26WaveformWidgetFactory: Set thread name for better logging messagesUwe Klotz
2020-10-25Merge pull request #3073 from uklotzde/2.3_ffmpegDaniel Schürmann
2020-10-25waveformsignalcolors.h/waveformwidgetrenderer.h: break one-line get functionsronso0
2020-10-25Merge pull request #3216 from uklotzde/2.3_release_buildBe
2020-10-25Merge branch '2.2' of github.com:mixxxdj/mixxx into 2.3Jan Holthuis
2020-10-25Merge pull request #3203 from ronso0/sampler-exportJan Holthuis
2020-10-25Merge pull request #3207 from ronso0/midiwizard-control-groupsJan Holthuis
2020-10-25Fix unused variable warning in release buildUwe Klotz
2020-10-24Controlpickermenu Hotcues: show up to 16, put more into submenuronso0
2020-10-24Controlpickermenu: use plain pointer for sampler submenusronso0
2020-10-24Merge branch '2.3' into 2.3_ffmpegUwe Klotz
2020-10-24export sampler bank: add xml suffix also when file name contains '.'ronso0