audacity:release-3.5.1

Last commit made on 2024-04-24
Get this branch:
git clone -b release-3.5.1 https://git.launchpad.net/audacity

Branch merges

Branch information

Name:
release-3.5.1
Repository:
lp:audacity

Recent commits

d8f4c2d... by Vitaly Sverchinsky <email address hidden>

Translation update

1e9b1db... by Dmitry Vedenko <email address hidden>

Pass AUDACITY_BUILD_LEVEL to C++ compiler

Resolves #6324

b998949... by Matthieu Hodgkinson <email address hidden>

leaked progress dialog window fix

d2230c4... by LWinterberg <email address hidden>

update changelog for 3.5.1

e2d2544... by Dmitry Vedenko <email address hidden>

Use ld_classic when building with XCode 15

XCode 15 toolchain breaks the compatibility for
macOS version older than 12

4191cfb... by Dmitry Vedenko <email address hidden>

FreeBSD compilation fixes

Based on patches provided in #6326, #6327, #6328, #6329

3b1a1aa... by Vitaly Sverchinsky <email address hidden>

Version bump

5427532... by LWinterberg <email address hidden>

update ja.po

242ac8f... by Dmitry Vedenko <email address hidden>

Only show First Sync Dialog once

087c52c... by David <email address hidden>

Open from cloud dialog: fix up/down arrow bug in list

Problem:
You can arrow past the start and end of the list.

Fix:
Don't pass on to the wxGrid for normal processing the down arrow and up arrow keydown events when they are going to cause this problem.