summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
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-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-30Merge pull request #3757 from Holzhaus/clean-up-build-flagsUwe Klotz
Clean up 2.3 build flags
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-29Merge pull request #3756 from daschuer/cmake316Jan Holthuis
Fix deb packages build on GitHub.
2021-03-29Advance minimum requirement to cmake 3.16 because of not working cpack ↵Daniel Schürmann
workaround for older versions
2021-03-29GitHub Actions: Add id to "Generate Artifact Metadata" stepJan Holthuis
2021-03-28Merge pull request #3748 from mixxxdj/deploy-manifestDaniel Schürmann
Deploy artifact metadata manifest
2021-03-28Merge pull request #3752 from Holzhaus/hss1394-warningsUwe Klotz
Fix Hss1394Controller warnings
2021-03-28GitHub Actions: Add some comments regarding manifest generationJan Holthuis
2021-03-28Hss1394Controller: Increate log level severity to WarningJan Holthuis
2021-03-28tools/generate_download_metadata.py: Add sha256_url memberJan Holthuis
2021-03-28tools: Clean up and simplify download metadata generationJan Holthuis
2021-03-28GitHub Actions: Quote curl data argumentJan Holthuis
Co-authored-by: Daniel Schürmann <daschuer@mixxx.org>
2021-03-27GitHub Actions: Add missing UPLOAD_ID to manifest deployment jobJan Holthuis
2021-03-27tools/collect_artifacts_metadata.py: Disable check if artifact existsJan Holthuis
2021-03-27tools/collect_artifacts_metadata: Do not catch URLErrorsJan Holthuis
2021-03-27tools/collect_artifacts_metadata: Fail on missing artifactsJan Holthuis
2021-03-27GitHub Actions: Check that download manifest is unchangedJan Holthuis
2021-03-27GitHub Actions: Deploy manifest to download serverJan Holthuis
2021-03-27tools: Generate new manifest from artifact metadataJan Holthuis
2021-03-27Hss1394Controller: Print Warning if not all bytes were sentJan Holthuis
2021-03-27tools: Generate artifact metadata for job output using Python scriptJan Holthuis
2021-03-27Merge pull request #3749 from Swiftb0y/rekordbox-paletteJan Holthuis
Rekordbox palette (#3746 on 2.3)
2021-03-27Hss1394Controller: Remove unused variablesJan Holthuis
2021-03-27Merge pull request #3750 from Holzhaus/cmake-3.20-qrc-fixUwe Klotz
CMake: Fix Qt resource files with CMake 3.20
2021-03-26CMake: Fix Qt resource files with CMake 3.20Jan Holthuis
Fixes https://bugs.launchpad.net/mixxx/+bug/1921549.