Commit Graph

13032 Commits

Author SHA1 Message Date
James Crook
16444b9ad2 Update for 3.0.3 2021-04-19 12:58:32 +01:00
James Crook
ff5003a9db Set BUILD_LEVEL 2, in preparation for release. 2021-04-13 20:53:40 +01:00
James Crook
ebf0c103b6 Bug 2744 - Manual: Incorrect escaping of backslash character 2021-04-13 20:53:06 +01:00
Leland Lucius
910addfc7e Bug 2745 - Exiting Audacity with a never saved project takes massively longer in 3.0.2 than 3.0.0 2021-04-12 23:50:22 -05:00
Leland Lucius
853e6e9fe7 Fix build when FFmpeg is disabled 2021-04-08 02:11:58 -05:00
Paul Licameli
42f01f9188 Fix dangling pointer in lambda capture for checkpoint thread 2021-04-10 21:52:51 -04:00
James Crook
b73aa1cfc0 Update Wording
Include the wording updates that were queued up at:
https://wiki.audacityteam.org/wiki/Wording
2021-04-10 10:14:52 +01:00
James Crook
67ecb0e255 Update for 3.0.2 2021-04-09 19:43:46 +01:00
James Crook
9e3c98202f Bug 2734 - Apply macro may not create the macro-output folder in the source directory
Now macro-output is placed in your default documents folder (if no
path specified) or in the path you specify (if a path was specified).
2021-04-09 19:05:19 +01:00
Leland Lucius
e22af714af Bug 2736 - Recent files list can be replaced by ExportCL commands 2021-04-08 20:11:42 -05:00
Jesse Lin
20f9bde218 Update Chinese (zh_TW) Translation 2021-04-08 21:54:00 +01:00
Leland Lucius
b67c71688b A bit more checkpoint thread cleanup
Just some additional error checking and moves the close of the db
to the main thread where it was opened.  Not required, but...
2021-04-08 15:18:32 -05:00
Paul Licameli
40d3a36296
Bug2700: intermittent failure to open project database... (#799)
... Logging data from the wild shows that the SELECT query in
ProjectFileIO::CheckVersion() returned SQLITE_BUSY sometimes.

A plausible explanation is that the concurrently starting checkpoint thread
was sometimes creating a new connection simultaneously.

Instead, serialize the creation of the two connections in the main thread and
pass the second one ready made into the checkpoint thread.
2021-04-08 13:56:06 -05:00
Leland Lucius
cceaf0d162 Add a busy timeout of 5 seconds 2021-04-08 13:53:50 -05:00
dmtrs32
354e62e033 Update Greek Translation 2021-04-06 23:48:48 +01:00
Antonio Paniagua Navarro
30e6685c9a Update Spanish Translation 2021-04-06 18:20:33 +01:00
James Crook
5092414757 Error reporting for open new project. 2021-04-06 18:09:28 +01:00
Quentin PAGÈS
fd5573db7d Update Occitan Translation 2021-04-05 20:48:42 +01:00
James Crook
f67a23c36f Update CHANGELOG and README 2021-04-05 20:43:35 +01:00
Cleber Tavano
36b4bd0fee Update Portuguese (pt_BR) Translation 2021-04-05 10:43:21 +01:00
James Crook
df5c8d41fb Fix build (missing include file) 2021-04-05 10:43:21 +01:00
Leland Lucius
6450495426 Bug 2211 - Mac: keyboard navigation problem in Libraries preferences dialog 2021-04-05 03:37:36 -05:00
James Crook
d01776be5a Merge remote-tracking branch 'upstream/pr/795' 2021-04-04 23:05:44 +01:00
Leland Lucius
d9260df634 Some additional error checking and logging 2021-04-04 14:18:05 -05:00
Bruno Ramalhete
187da2e9d0 Update Portuguese (pt_PT) Translation 2021-04-04 20:02:14 +01:00
森の子リスのミーコの大冒険
12146d7d99 Update Japanese Translation 2021-04-04 20:01:15 +01:00
vishalnarnaware
632ac4ca8e Bug 2511 - Enh: Remove the "Variable Speed: Fast / Standard" option from MP3 dialog
Remove Variable Speed and make Fast default
2021-04-04 13:56:00 +01:00
SteveDaulton
f16d74e745 Fix Bug 2722 - Noise Gate fails on a one hour stereo selection
Also fixes bug 2733 - Noise Gate 'Level Reduction' has a minimum of -60 dB.
Thanks to Roger for 'snd-oneshot' suggestion.
2021-04-04 11:01:16 +01:00
Leland Lucius
19df017d1f Save the log file during exit
This will save the current log to the Audacity config directory and
a name of "lastlog.txt".  This is for diagnosing errors that may
occur during Audacity exit.
2021-04-03 14:09:52 -05:00
James Crook
cca372fb92 Bug 2676 - Export: Incorrect handling over 0 dB
This bug was caused by dither being applied to all float output,
and dither clips to +1/-1 to avoid high values, especially NaNs,
polluting audio downstream.

Dither was applied because of an incorrect fix for Bug 1572.
The 1572 fix assumed SF_FORMAT_PCM_24 was a  (1 << N)
value, rather than from an enumeration.  Hence a check
involving it requires a mask, which it now has.
2021-04-03 13:51:35 +01:00
James Crook
f5317775a0 Bug 2672 - Plug-ins listed in reverse alphabetic order in Plug-ins Manager 2021-04-02 19:49:07 +01:00
Joachim Huffer
f1ad41c9a7 Update German Translation 2021-04-02 11:51:44 +01:00
Patriccollu Gmail
7c52ea69b8 Update Corsican Translation 2021-04-02 10:43:20 +01:00
James Crook
ee446c6075 Fix LC_ALL not found build breakage. 2021-04-02 10:43:20 +01:00
Leland Lucius
e80ec51a32 Bug 2709 - Mac: Missing sub-menu check marks in French 2021-04-02 03:37:23 -05:00
Leland Lucius
811065cff4 Bug 2694 - Coloring of tracks in Mixer Board are awry 2021-04-02 01:11:44 -05:00
Leland Lucius
988e90ea54 Change to a KEY_DOWN event instead of CHAR event
This should prevent pasting and backspace as well.
2021-04-01 20:29:35 -05:00
Leland Lucius
e47f27b106 Prevent keyboard navigation from being blocked on Mac
Readonly or non-editable text controls block keyboard navigation
on the Mac, so make them normal text controls, but block any edits.
2021-04-01 20:01:39 -05:00
Leland Lucius
7a55c90b9d Bug 2692 - Mac: VI users get trapped in radio buttons of Keyboard Preferences
This also corrects similar problems in other locations as well.
2021-04-01 20:00:12 -05:00
Michele Locati
cf09d4feea Update Italian Translation 2021-04-01 14:50:16 +01:00
Martin Srebotnjak
38964130cf Update Slovenian Translation 2021-04-01 14:46:49 +01:00
Bashishtha Singh
1ad1dcd2d9 Update Hindi Translation 2021-04-01 14:46:05 +01:00
Thomas De Rocker
b7da47e6fa Update Dutch Translation 2021-04-01 14:44:47 +01:00
Hwanyong Lee (Ajou)
5858ef9d29 Update Korean Translation 2021-04-01 14:43:38 +01:00
Jesse Lin
e5c177457c Update Chinese Translation 2021-04-01 14:42:32 +01:00
Nikitich
41b65d35c7 Update Russian Translation 2021-04-01 14:40:27 +01:00
Bruno Ramalhete
f17914c6fe Update Portuguese (pt_PT) Translation 2021-04-01 14:39:27 +01:00
Grzegorz Pruchniakowski
1a1c255013
Update Polish from Transifex
Update Polish from Transifex

Greetings,
Gootector
2021-04-01 13:38:48 +02:00
Leland Lucius
392a060389 Bug 2700 - "Failed to open the project database" 2021-04-01 01:13:15 -05:00
Serkan ÖNDER
1ee130a92f
Turkish translation updated to 3.0.1 2021-03-31 20:40:18 +03:00