summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2021-04-12Pick the matching device with a suitable channel count in case of duplicate ↵Daniel Schürmann
names
2021-04-11Merge pull request #3773 from Holzhaus/config-h-inUwe Klotz
CMake: Use config.h.in instead of command line defintions for paths
2021-04-11Merge pull request #3777 from daschuer/portaudioUft8Jan Holthuis
Read device names as Uft8.
2021-04-11Merge pull request #3778 from JoergAtGithub/2.3_windows_local_buildfixJan Holthuis
Fixed build settings for local Windows development environment
2021-04-11Fixed build settings for local Windows development environmentJoergAtGithub
2021-04-11config.h: Add MIXXX_ prefix to settings path/fileJan Holthuis
2021-04-11Merge pull request #3775 from ronso0/fix-keyboard-sheetJan Holthuis
keyboard sheet: show caption, increase opacity
2021-04-11Read device names as Uft8.Daniel Schürmann
This is a API change in Portaudio 19.7 introduced in https://github.com/PortAudio/portaudio/pull/391. Since we use patched Portaudio 19.6 including this PR, we can't add a version guard.
2021-04-09keyboard sheet: show caption, increase opacityronso0
2021-04-06CMake: Use config.h.in instead of command line defintions for pathsJan Holthuis
2021-04-05Merge pull request #3745 from daschuer/lp1920084Jan Holthuis
Fix quantized play from the pre-roll in beatmap tracks
2021-04-05Merge pull request #3771 from uklotzde/cmake_policyJan Holthuis
CMake: Reorder cmake_policy() before project()
2021-04-05Reorder cmake_policy() before project()Uwe Klotz
Some of them might affect how project() works. Additional changes: - Require CMake minimum version 3.16 instead of 3.16.0 - Reorder list by CMP numbers - Add documentation for CMP0069
2021-04-05Merge pull request #3754 from ronso0/keyboard-shortcut-pdfJan Holthuis
include keyboard shortcuts PDF, disable debian doc compression
2021-04-05Merge pull request #3770 from uklotzde/soundsourceffmpegJan Holthuis
SoundSourceProviderFFmpeg: Rename local variable
2021-04-05SoundSourceProviderFFmpeg: Rename local variableUwe Klotz
2021-04-04Merge pull request #3769 from Holzhaus/soundsourceffmpeg-clang-tidyBe
SoundSourceFFmpeg: Fix some clang-tidy warnings
2021-04-04Merge pull request #3768 from daschuer/virtualGainCalculatorJan Holthuis
Added missing virtual destructor in GainCalculator
2021-04-04SoundSourceFFmpeg: Fix some clang-tidy warningsJan Holthuis
2021-04-04Added missing virtual destructor in GainCalculatorDaniel Schürmann
2021-04-04Merge pull request #3704 from ronso0/menubar-styles-23Jan Holthuis
Skins: style main menubar
2021-04-04Merge pull request #3767 from daschuer/syncejectJan Holthuis
Remove unused eject from SyncControl
2021-04-04WMainMenubar: trim docu url generation/checkronso0
2021-04-04Remove unused eject from SyncControlDaniel Schürmann
2021-04-03Merge pull request #3764 from ↵Be
Swiftb0y/fix-keyfinder-e-major-keys-displayed-invalid AnalyzerKeyFinder: fix invalid e-major key
2021-04-03AnalyzerKeyFinder: fix invalid e-major keySwiftb0y
Fixes that tracks previously detected as e-major by the KeyFinder analyzer were translated into having an invalid key.
2021-04-03Merge pull request #3762 from daschuer/internalBaseBpmOwen Williams
Fix double jump when changing internal clock bpm
2021-04-02Adopt bpm as base bpm when enable sync with no track loadedDaniel Schürmann
2021-04-02Don't change the internal baseBpm away from the value adopted from a deckDaniel Schürmann
2021-04-02Merge pull request #3760 from daschuer/lp1921962Jan Holthuis
Adjust half/double sync theshold.
2021-04-02Adjust determineBpmMultiplier() that it returns the same decission ↵Daniel Schürmann
independent from which deck it is called
2021-04-01LateNight PaleMoon: use triangle icon for selected effectronso0
2021-04-01LateNight: update skin description and versionronso0
2021-04-01LateNight skin settings: adjust buttons for wider checkmark on Windowsronso0
2021-04-01LateNight: fix, clean up & consolidate QMenu stylesronso0
2021-03-31LateNight: make sure Open Sans Semibold is picked on Windowsronso0
2021-03-31LateNight: style main menu barronso0
2021-03-30keyboard shortcut overview: layout tweaksronso0
2021-03-30Merge pull request #3757 from Holzhaus/clean-up-build-flagsUwe Klotz
Clean up 2.3 build flags
2021-03-30keyboard shortcut overview: add Deck1/2 labelsronso0
2021-03-30WMainMenuBar: Unify manual/keyboard shortcut PDF detectionJan Holthuis
2021-03-30WMainMenuBar: Add support for detection Keyboard PDF in res/ dirJan Holthuis
2021-03-30CI: Enable WavPack on WindowsJan Holthuis
On macOS, WavPack is not available because it's missing from our buildenv.
2021-03-30CI: Enable ModPlug on WindowsJan Holthuis
On macOS, ModPlug is not available because it's missing from our buildenv.
2021-03-30CI: Enable Keyfinder on all platformsJan Holthuis
2021-03-30CI: Fix typo in build flagsJan Holthuis
2021-03-29Merge pull request #3742 from fkbreitl/ddj-200-fixJan Holthuis
Pioneer DDJ-200: fix hotcue button release
2021-03-29debhelper: prevent compression of manual and keyboard PDFronso0
2021-03-29debian packaging: include keyboard shortcut overviewronso0
2021-03-29Help menu: link to local keyboard shortcut overview file if availableronso0