summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
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.
2021-03-24PredefinedColorPalettes: remove rekordbox CDJ paletteSwiftb0y
2021-03-24PredefinedColorPalettes: Add Rekordbox Hotcue Color PalettesJan Holthuis
2021-03-23Fix for hot cue button releaseFrank Breitling
2021-03-22Merge pull request #3737 from uklotzde/revert-color-column-changeDaniel Schürmann
Revert "library: Move color column to the left" (again)
2021-03-21Revert "library: Move color column to the left" (again)Uwe Klotz
This reverts commit 9d89a9fe501ab8cd9d20aaf375d0d606749710ac.
2021-03-20Merge pull request #3409 from Holzhaus/serato-tag-exportBe
2021-03-20Merge pull request #3708 from ronso0/help-hyperlinkDaniel Schürmann
Help menu: use north-east arrow as hyperlink suffix
2021-03-20Merge pull request #3723 from uklotzde/track-beatsDaniel Schürmann
Track: Import metadata atomically while locked
2021-03-20Revert "Track: Only import valid colors"Uwe Klotz
This reverts commit 4018b72424533b12e29e5acdbf1de33b1d9cc875.
2021-03-20Track: Only import valid colorsUwe Klotz
2021-03-20Track: Split boolean expressions of property import (test and set)Uwe Klotz
2021-03-20Track: Do nothing and return if unmodifiedUwe Klotz
2021-03-20Merge branch '2.3' into track-beatsUwe Klotz
2021-03-19Merge pull request #3733 from Holzhaus/clock-fwd-declUwe Klotz
InternalClock: Use forward declaration for EngineChannel
2021-03-19InternalClock: Use forward declaration for EngineChannelJan Holthuis
2021-03-19Merge pull request #3730 from uklotzde/cmake-hidapi-versionJan Holthuis
CMake: Fix detection of hidapi_VERSION
2021-03-19Merge pull request #3729 from Holzhaus/serato-cue-import-keep-otherUwe Klotz
Do not discard cue types that can't be imported by SeratoCueImporter (lp1920087)
2021-03-19SeratoCueInfoImporter: Skip checking cue types that are never importedJan Holthuis
2021-03-19Track: Preserve all cues with a type that is not in the importerJan Holthuis
2021-03-19Track: Improve comment regarding preserving cues on importJan Holthuis
Co-Authored-By: Uwe Klotz <uklotz@mixxx.org>
2021-03-19DlgPrefLibrary: Rephrase Serato Metadata Export messageJan Holthuis
Co-authored-by: Be <be.0@gmx.com>
2021-03-19CMake: Fix detection of hidapi_VERSIONUwe Klotz
2021-03-19Delete obsolete commentUwe Klotz
2021-03-19Merge pull request #3727 from esbrandt/2.3-i18Jan Holthuis
2.3 i18 update
2021-03-19Import track color from Serato in locking scopeUwe Klotz
2021-03-19Prepare to move import of Serato tags into locking scopeUwe Klotz