mixxx:2.5

Last commit made on 2024-06-26
Get this branch:
git clone -b 2.5 https://git.launchpad.net/mixxx

Branch merges

Branch information

Name:
2.5
Repository:
lp:mixxx

Recent commits

c6d1d5f... by Swiftb0y <email address hidden>

Merge remote-tracking branch 'upstream/2.4' into 2.5

133030e... by Daniel Schürmann

Merge pull request #13397 from Swiftb0y/fix/engine-prime-build-failure

fix(engine-prime): build-failure

69bda20... by Swiftb0y <email address hidden>

fix(engine-prime): build-failure

Explicitly instantiate default destructor in out-of-line (in .cpp)
because destructing a `std::unique_ptr<Waveform>` needs `Waveform`
to be complete at the point of destruction.

ab518aa... by ronso0

Deere: clamp crossfader AutoDJ highlight to the slider rectangle

641a41d... by Daniel Schürmann

Merge pull request #13399 from Swiftb0y/chore/rename-azure-codesign

chore(ci): update azure code-signing action to renamed replacement

d1c723c... by Swiftb0y <email address hidden>

chore(ci): update azure code-signing action to renamed replacement

The github action `azure/azure-code-signing-action` has been
renamed to `azure/trusted-signing-action`. The former is being
deleted on Jun 30th so this updates to the new name along
with bumping the version to latest.

6edb005... by Swiftb0y <email address hidden>

Merge remote-tracking branch 'upstream/2.4' into 2.5

985b121... by ronso0

Merge pull request #13294 from daschuer/loop_leadin_fade

Fix clicks at loop-out when looping into lead-in

55458bb... by ronso0

Merge pull request #13098 from nlw0/nic/track-move-controls

Add track move commands to controls library

e1d6fcc... by Nicolau Leal Werneck <email address hidden>

Add track move commands to controls library. Sending key event to library widget.

Co-authored-by: ronso0 <email address hidden>