Grzegorz Pruchniakowski
307790d81e
Update pl.po from Transifex
...
Update pl.po from Transifex
A lot of improvements
Greetings,
Gootector
2021-05-04 10:15:51 +01:00
Paul Licameli
c1c8c373d4
Bug2759: A failed macro command should not leave vacuous undo item
2021-05-01 19:24:00 -05:00
Paul Licameli
38e0a982ce
Bug2772: Crash after failed open of corrupt project
2021-05-01 12:46:27 -04:00
Paul Licameli
5e21f526b4
Replace inappropriate assertion with only a log message
2021-05-01 12:10:57 -04:00
Grzegorz Pruchniakowski
bcef48576d
Update pl.po from Transifex - fix
...
Update pl.po from Transifex - fix
Greetings,
Gootector
2021-04-30 21:16:53 +01:00
James Crook
cf0293396d
Fix project backup
...
I broke this in the development version by changing the return type
of FastMode to return an Sqlite return code.
2021-04-30 09:09:12 +01:00
Paul Licameli
19312e44c8
Some variables defined in CMake let us eliminate Experimental.h ...
...
... and eliminate the possibility of the error of omitting the header, when
moving code to other files. The mistake sometimes caused subtle, unintended
changes of behavior.
2021-04-27 13:04:17 -04:00
Paul Licameli
e653b4aaf8
Eliminate Experimental.h, configure compile options instead...
...
... This makes it impossible to forget to include the EXPERIMENTAL definitions
(such as when cutting and pasting code) and so get unintended quiet changes of
behavior.
The EXPERIMENTAL flags are now specified instead in new file Experimental.cmake
2021-04-27 12:40:07 -04:00
Paul Licameli
c781a108e3
Move compile-time testing of crash report support out of Experimental.h
2021-04-27 12:40:06 -04:00
Paul Licameli
83efa5a0df
Remove flags from Experimental.h not used anywhere else
2021-04-27 12:40:06 -04:00
Paul Licameli
b45882e8a0
Move some conditionally compiled declarations out of Experimental.h
2021-04-27 12:40:06 -04:00
SteveDaulton
b4b5cc8124
Bug 2757 - No support for Jack Audio System
2021-04-26 15:45:40 +01:00
SteveDaulton
921f40255d
Bug 1091 Spectral Edit effects may have unpredictable results
2021-04-25 14:39:57 +01:00
James Crook
28a634c5e2
Bug 2671 - ENH: "Show track name as overlay" cannot be turned on from main menus
2021-04-24 12:21:25 +01:00
Ian McInerney
91be0e6969
Ensure declaration of function matches its definition
...
It was defined as taking a size_t paramater when it was written,
so the declarations used to call it should also use a size_t parameter
to ensure the call is correct.
2021-04-23 09:12:30 +01:00
SteveDaulton
2eab4d7b11
Remove irrelevant comment
...
While it would be nice to have access to *track* properties, ;tool type
plug-ins do not iterate through tracks, so this is not possible.
2021-04-21 13:00:38 +01:00
SteveDaulton
99a2b4c48a
Nyquist-Macros should add state to history
2021-04-21 12:05:27 +01:00
Leland Lucius
795c097ea9
Fix VBR check in MP3 importer
...
Reported here:
35e88d995b (r49760178)
2021-04-20 11:50:31 -05:00
James Crook
db5a988e7f
Bug 2466 - Linux: Filter Curve EQ GUI far too wide
2021-04-20 15:32:55 +01:00
James Crook
678dffa012
Bug 2743 - The first use of the "window" command in LOF files is ignored by Audacity
2021-04-20 11:51:15 +01:00
Grzegorz Pruchniakowski
b10a9897c4
Update pl.po from Transifex - fixes
...
Update pl.po from Transifex - fixes
Greetings,
Gootector
2021-04-20 09:09:21 +01:00
James Crook
d47264accf
Fix compilation with llvm 11.0.1
2021-04-19 12:59:36 +01:00
James Crook
bef40f0ab9
Bug 2743 - The first use of the "window" command in LOF files is ignored by Audacity
2021-04-19 12:59:36 +01:00
James Crook
224053f0ff
Proper path for directory out.
2021-04-19 12:59:36 +01:00
James Crook
8fbbcccc6c
Restructure SQLITE_OK tests
2021-04-19 12:59:36 +01:00
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.
Audacity-3.0.2
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