1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-04-29 15:19:44 +02:00

11865 Commits

Author SHA1 Message Date
James Crook
1322b40a9c BUILD_LEVEL 2; Ready for release Audacity-2.4.1 2020-05-19 10:43:53 +01:00
James Crook
24dba3de6b Update CMake for FreeBSD
(Patch from JackL)
2020-05-19 10:43:36 +01:00
Leland Lucius
b5ebfd2e6b Fix module build on Windows 2020-05-19 10:32:47 +01:00
Leland Lucius
93fd83c58c Fix CMake build of modules
They must not be linked against any libraries as build time.  The
symbols will be resovled at runtime.
2020-05-19 10:32:47 +01:00
Leland Lucius
c33a75ee25 Allow actions to use branches other than master 2020-05-19 10:32:13 +01:00
Paul Licameli
9a7b7c36d8 comments 2020-05-18 13:09:06 -04:00
Paul Licameli
ecb65f8c2b Bug2436: Cross-project paste should duplicate block files...
... to avoid data loss!

Bug caused by commit c2feee6
2020-05-18 10:57:23 -04:00
James Crook
c6765efa89 More version number updates. 2020-05-18 12:36:17 +01:00
James Crook
f61c87368d Begin 2.4.1 development. 2020-05-18 12:15:05 +01:00
James Crook
00c465db17 BUILD_LEVEL 2; Ready for release. Audacity-2.4.0 2020-05-10 14:07:43 +01:00
Leland Lucius
4b1d5c376d Bug 2400 - Mac: Zoomed in, playback meters slow to respond. 2020-05-10 02:36:28 -05:00
Leland Lucius
4daae34181 Bug 2425 - Linux: No MIDI support 2020-05-10 02:34:22 -05:00
Leland Lucius
27acd6ffd8 Bug 2426 - Linux: No FFmpeg support 2020-05-10 02:33:29 -05:00
James Crook
bdcd907b54 Bug 2409 - Linux: Min-source tarball includes 30Mb of wav files. 2020-05-03 09:51:17 +01:00
Leland Lucius
999872c21d Bug 2411 - Mac: Crash on docking/undocking Audacity with un-docked toolbar(s) 2020-05-02 21:03:23 -05:00
Leland Lucius
ffa4701247 Bug 2402 - Mac: Zoomed in, timeline still zoomed out. 2020-04-29 12:03:31 -05:00
Leland Lucius
eabcd35d26 Disable use of AVX instructions in libsoxr 2020-04-28 12:27:52 -05:00
Paul Licameli
bc46ca9aaf Bug2397: Reverb effect applied to multiple mono tracks 2020-04-28 12:24:14 -04:00
Leland Lucius
aef4eefb51 Force all language catalog names to lowercase
That way it's consistent across platforms.
2020-04-27 08:45:24 -05:00
James Crook
67849b33ae Bug 2399 - Selection and Time toolbars incorrectly display sample format 2020-04-26 11:04:18 +01:00
James Crook
d61e0ddbf9 Mention libmp3lame in README 2020-04-26 11:04:18 +01:00
James Crook
93544c7f72 Direct people building on Linux to our wiki
The updated build instructions using CMake are on wiki.
2020-04-26 11:04:18 +01:00
James Crook
075fb54bbb Bug 2128 - Residual: One update to error messages was missed. 2020-04-25 10:01:47 +01:00
Seanán Ó Coistín
073890a19e
Updated ga.po
I have updated the Irish translation of Audacity and it now stands at being 41% translated. Most of the interface is translated which is the most important thing.
2020-04-25 10:37:51 +02:00
Leland Lucius
1ca911ed38 Convert all __WXDEBUG__ tests to use new _DEBUG symbol
This symbol is based on the NDEBUG symbol that's automatically
defined by CMake.
2020-04-25 02:36:27 -05:00
Leland Lucius
ef28b9214b Fix non-cmake buildable minsrc tarball 2020-04-25 02:15:05 -05:00
Leland Lucius
06c36f7fe6 Synchronize CMake install target with original 2020-04-24 23:59:11 -05:00
Leland Lucius
2b24220315 Fix locale name creation for Linux 2020-04-24 23:43:24 -05:00
Leland Lucius
4b8f923fd1 Fix GIT revision when build directory is outside source tree 2020-04-24 23:39:12 -05:00
Leland Lucius
8898394f90 Fix Xcode version identification 2020-04-24 23:38:35 -05:00
James Crook
143e35ee5d Update CHANGELOG and README 2020-04-22 17:46:13 +01:00
James Crook
79340b6852 Update iss installer 2020-04-22 17:46:13 +01:00
Paul Licameli
eb92fc07bf
Bug1119 residuals... (#496)
... Fix assertion violations when language isn't English
2020-04-21 13:21:05 -05:00
James Crook
018a8681ef Revert changes for Bug 1119 made by Paul.
These changes were made too close to release and are considered too dangerous for 2.4.0.
We will use the changes Leland provided.  We can review these proposed changes by Paul after 2.4.0 is released.
2020-04-21 17:45:16 +01:00
Paul Licameli
c3d0d0370b Bug1119: Windows menu on Mac should list all project names...
... Reimplemented without making dependency cycles.

Project and ProjectFileManager publish events for change of active project or
change of a project title.

WindowMenus.cpp can listen for those events, so that it can update the menu
appropriately.  So it's all done nonintrusively in the rest of the code.
2020-04-21 12:36:43 -04:00
Paul Licameli
3348e2fecd Revert fix for bug 1119, which made bad dependency cycles
This reverts commit 4475dee373b8c9376153684b8b2a246c53d5b7ed.
This reverts commit 18cbc2e574007a48ee0eb1bd384b3e0f012b0894.
2020-04-21 12:28:39 -04:00
James Crook
20ba353038 Bug 2389 - Residual. Spectrogram needs minimal selection line too. 2020-04-21 17:27:23 +01:00
Leland Lucius
2c9c7547cd Bug 2395 - Mac: Spectral Selection toolbar shows blank fields when first shown 2020-04-21 09:21:08 -05:00
James Crook
9ad06aeeb1 Bug 2389 - At some zoom levels the light-blue/white selection visual cue disappears 2020-04-21 14:00:46 +01:00
Hwanyong Lee (Ajou)
053e60eedf Update Korean Translation 2020-04-21 10:19:13 +01:00
James Crook
0a95de6c06 Bug 2241 - Spectral Selection Toolbar displays frequencies 100x too small in some languages 2020-04-20 23:36:05 +01:00
Leland Lucius
0e2fd0ec35 Bug 2393 - Device toolbar cannot be resized smaller after a toolbars reset 2020-04-20 16:28:10 -05:00
James Crook
ef659ed822 Bug 2128 - (Residual) Better error messages for mismatched rates. 2020-04-20 20:45:42 +01:00
Paul Licameli
23f5811061 Fix uninitialized values 2020-04-20 14:54:04 -04:00
SteveDaulton
70b7487820 Bug 2128 fix
Fixes incorrect recording speed when Track rate not matched to Project Rate.
Fix by binarywisdom. Pull request 423.
2020-04-20 18:54:25 +01:00
Leland Lucius
80f95d407a Bug 2394 - Mac: length field in Selection toolbar is corrupted - blank dotted rectangle. 2020-04-20 09:05:21 -05:00
Grzegorz Pruchniakowski
fc37fbda22 Update Polish Translation 2020-04-20 16:13:03 +01:00
Azpidatziak
c7e1fcb088 Update Basque Translation 2020-04-20 16:06:18 +01:00
Cleber Tavano
bc53fdbd62 Update Brazilian Portuguese Translation 2020-04-20 16:04:20 +01:00
Alexander Kovalenko
70f5a869de Update Russian Translation 2020-04-20 16:02:26 +01:00