James Crook
ebf0c103b6
Bug 2744 - Manual: Incorrect escaping of backslash character
2 years ago
Leland Lucius
910addfc7e
Bug 2745 - Exiting Audacity with a never saved project takes massively longer in 3.0.2 than 3.0.0
2 years ago
Leland Lucius
853e6e9fe7
Fix build when FFmpeg is disabled
2 years ago
Paul Licameli
42f01f9188
Fix dangling pointer in lambda capture for checkpoint thread
2 years ago
James Crook
b73aa1cfc0
Update Wording
Include the wording updates that were queued up at:
https://wiki.audacityteam.org/wiki/Wording
2 years ago
James Crook
67ecb0e255
Update for 3.0.2
2 years ago
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).
2 years ago
Leland Lucius
e22af714af
Bug 2736 - Recent files list can be replaced by ExportCL commands
2 years ago
Jesse Lin
20f9bde218
Update Chinese (zh_TW) Translation
2 years ago
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...
2 years ago
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.
2 years ago
Leland Lucius
cceaf0d162
Add a busy timeout of 5 seconds
2 years ago
dmtrs32
354e62e033
Update Greek Translation
2 years ago
Antonio Paniagua Navarro
30e6685c9a
Update Spanish Translation
2 years ago
James Crook
5092414757
Error reporting for open new project.
2 years ago
Quentin PAGÈS
fd5573db7d
Update Occitan Translation
2 years ago
James Crook
f67a23c36f
Update CHANGELOG and README
2 years ago
Cleber Tavano
36b4bd0fee
Update Portuguese (pt_BR) Translation
2 years ago
James Crook
df5c8d41fb
Fix build (missing include file)
2 years ago
Leland Lucius
6450495426
Bug 2211 - Mac: keyboard navigation problem in Libraries preferences dialog
2 years ago
James Crook
d01776be5a
Merge remote-tracking branch 'upstream/pr/795'
2 years ago
Leland Lucius
d9260df634
Some additional error checking and logging
2 years ago
Bruno Ramalhete
187da2e9d0
Update Portuguese (pt_PT) Translation
2 years ago
森の子リスのミーコの大冒険
12146d7d99
Update Japanese Translation
2 years ago
vishalnarnaware
632ac4ca8e
Bug 2511 - Enh: Remove the "Variable Speed: Fast / Standard" option from MP3 dialog
Remove Variable Speed and make Fast default
2 years ago
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.
2 years ago
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.
2 years ago
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.
2 years ago
James Crook
f5317775a0
Bug 2672 - Plug-ins listed in reverse alphabetic order in Plug-ins Manager
2 years ago
Joachim Huffer
f1ad41c9a7
Update German Translation
2 years ago
Patriccollu Gmail
7c52ea69b8
Update Corsican Translation
2 years ago
James Crook
ee446c6075
Fix LC_ALL not found build breakage.
2 years ago
Leland Lucius
e80ec51a32
Bug 2709 - Mac: Missing sub-menu check marks in French
2 years ago
Leland Lucius
811065cff4
Bug 2694 - Coloring of tracks in Mixer Board are awry
2 years ago
Leland Lucius
988e90ea54
Change to a KEY_DOWN event instead of CHAR event
This should prevent pasting and backspace as well.
2 years ago
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.
2 years ago
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.
2 years ago
Michele Locati
cf09d4feea
Update Italian Translation
2 years ago
Martin Srebotnjak
38964130cf
Update Slovenian Translation
2 years ago
Bashishtha Singh
1ad1dcd2d9
Update Hindi Translation
2 years ago
Thomas De Rocker
b7da47e6fa
Update Dutch Translation
2 years ago
Hwanyong Lee (Ajou)
5858ef9d29
Update Korean Translation
2 years ago
Jesse Lin
e5c177457c
Update Chinese Translation
2 years ago
Nikitich
41b65d35c7
Update Russian Translation
2 years ago
Bruno Ramalhete
f17914c6fe
Update Portuguese (pt_PT) Translation
2 years ago
Grzegorz Pruchniakowski
1a1c255013
Update Polish from Transifex
Update Polish from Transifex
Greetings,
Gootector
2 years ago
Leland Lucius
392a060389
Bug 2700 - "Failed to open the project database"
2 years ago
Serkan ÖNDER
1ee130a92f
Turkish translation updated to 3.0.1
2 years ago
Sampo Hippeläinen
02c028ecdd
Update Finnish Translation
2 years ago
Olivier Humbert
a56a76eba0
Update French Translation
2 years ago