Paul Licameli
78b6897f85
Remove unused function
2021-01-30 20:44:31 -05:00
Paul Licameli
8cc9bd9b57
Remove unnecessary call to Translation
2021-01-30 18:09:12 -05:00
Paul Licameli
ce9f25bafe
Keep some EXPERIMENTALs compilable
2021-01-30 13:30:42 -05:00
Paul Licameli
23f32a8319
Remove some unnecessary #include directives
2021-01-30 12:37:47 -05:00
Leland Lucius
7aa26482eb
Bug 1806 - Extreme negative settings in Change Tempo cause an "apparent" hang/freeze
2021-01-30 04:56:53 -06:00
Leland Lucius
754838844d
Bug 119 - Linux: Export Multiple: "*" and "?" in label or track name wrongly rejected
2021-01-30 04:13:56 -06:00
Leland Lucius
ae3c89453f
Bug 119 - Linux: Export Multiple: "*" and "?" in label or track name wrongly rejected
2021-01-30 03:55:59 -06:00
Leland Lucius
618106f1c3
Bug 619 - TwoPassSimpleMono converts to track bit format between passes, losing quality.
2021-01-30 01:16:32 -06:00
Leland Lucius
0576d8c945
Bug 1215 - Incorrect splits produced by Change Tempo with leading whitespace
2021-01-29 23:23:54 -06:00
David Bailes
6c44b4fdc0
Bug 2648: Grid accessibility: location can be incorrect.
...
The focus location provided to assistive technology by GridAx::GetLocation() does not take into account horizontal or vertical scrolling. So if there is any scrolling in either the Metadata or Labels editor, the focus location provided to assistive technology is not the same as the focus location shown by wxWidgets.
2021-01-29 16:25:26 +00:00
Leland Lucius
52bde299aa
Revert "Bug 2508 - Macros: Export2 handles channels > 2 incorrectly"
...
This reverts commit 2ecc98225f93e8c3fc85ce61991d0f33364e8b8e.
This is the one I was supposed to revert.
2021-01-29 06:38:12 -06:00
Leland Lucius
76460c73da
Bug 2366 - Macros: Run does "Select All" ignoring setting in Tracks Behaviors Preferences
...
Reverted the wrong commit...needed to add an include anyway.
2021-01-29 06:37:30 -06:00
Leland Lucius
90a1783779
Revert "Bug 2366 - Macros: Run does "Select All" ignoring setting in Tracks Behaviors Preferences"
...
This reverts commit 1478abf3d02573538e95769a4aa3548c59f4bc19.
Removing until some questions are answered.
2021-01-29 06:16:17 -06:00
Leland Lucius
2ecc98225f
Bug 2508 - Macros: Export2 handles channels > 2 incorrectly
2021-01-29 06:00:36 -06:00
Leland Lucius
1478abf3d0
Bug 2366 - Macros: Run does "Select All" ignoring setting in Tracks Behaviors Preferences
2021-01-29 05:08:05 -06:00
Leland Lucius
a7c1906bf5
A small change to accommodate new Nyquist version
2021-01-28 19:10:08 -06:00
Leland Lucius
9e5ec6d9cc
Bug 2135 - Audacity crashes if launched with a locked pluginregistry.cfg file
2021-01-28 15:05:10 -06:00
Leland Lucius
d84ce6d147
Bug 2647 - Audacity can import Word 2000 files as "audio"
2021-01-28 14:41:32 -06:00
Paul Licameli
ae99e69af0
Fix #include guard
2021-01-28 12:13:50 -05:00
luzpaz
98d3e91452
Fix typos (user facing and non-user facing) ( #733 )
...
Found via `codespell`
2021-01-28 12:36:41 +00:00
luzpaz
e050b0ecbb
Fix source typos ( #732 )
...
Coefficents->Coefficients
2021-01-28 12:35:23 +00:00
Leland Lucius
f24d42d510
Update Audacity's Nyquist interface for r331 (r3.16+)
...
This includes converting some types to int64_t to be
compatible with Nyquist's improved 64-bit support.
2021-01-28 02:34:43 -06:00
Leland Lucius
5aa5b0df6d
Bug 2435 - Some menu commands greyed out when playback paused
2021-01-27 16:05:45 -06:00
Leland Lucius
428193920f
Bug 2209 - Nyquist: Audacity crashes when running seq-write-smf
...
Used upstream fix instead. Really need to update to Nyquist
release 3.16 for many more 64-bit fixes/enhancements.
2021-01-27 10:38:10 -06:00
Leland Lucius
3e8e5aa1f5
Ensure selected cell in visible
2021-01-27 10:03:33 -06:00
Leland Lucius
058023f978
Bug 2564 - Metadata: Artist and Year tags missing on M4A(AAC) exports
2021-01-27 02:34:06 -06:00
Leland Lucius
aa89805fd2
Bug 2523 - Audacity may suggest installing FFmpeg even when FFmpeg is installed
2021-01-27 01:19:59 -06:00
Leland Lucius
dd58db4097
Bug 2534 - Change Speed merges selected clip with adjacent clips
2021-01-26 23:25:48 -06:00
Leland Lucius
6841919d94
Bug 2644 - Clearing the entries in Extended Import leaves behind a residual list of file formats
2021-01-26 13:36:34 -06:00
Leland Lucius
e5bb95d6f2
Bug 2083 - Labels Editor has confusing selection interface - can cause wrong labels to be deleted
2021-01-26 12:18:51 -06:00
James Crook
f59ba86faf
Wording fixes (minor)
2021-01-26 12:13:54 +00:00
Paul Licameli
35e9afe34d
Remove unnecessary parts of fix for bug 2501...
...
... Don't need to put the project in a strange state where Undo commands are
ignored until labels are de-selected
2021-01-26 04:23:45 -05:00
Leland Lucius
c9d37675f7
First stab at responding to whitebox review
...
In some cases, I've simply left the REVIEW: in and
responded to it. In other cases, I've resolved what
was mentioned in the review.
2021-01-26 02:21:12 -06:00
Leland Lucius
3d632d397d
Ensure row selection mode is used in grids
2021-01-25 12:57:33 -06:00
Paul Licameli
197ebc2994
Bug2583 residual: Re-placement of cutlines when generating sound
2021-01-25 12:06:24 -05:00
Leland Lucius
0fcf9ffb52
Bug 2083 - Labels Editor has confusing selection interface - can cause wrong labels to be deleted
2021-01-25 01:13:02 -06:00
Leland Lucius
a03a6abb4b
Bug 2501 - Undo for label edit results in a blank label
2021-01-24 23:27:50 -06:00
Leland Lucius
a2cee50c01
Bug 2217 - Metadata: When exporting to FLAC the "Comment" field is ignored and not exported with the audio file
...
I don't know how I lost the original changes, but here they are again.
2021-01-24 09:52:56 -06:00
luzpaz
7a3bdcf3f2
Fix typos (user facing and non-user facing) ( #727 )
...
Found via `codespell v2.1.dev0`
`codespell -q 3 -S *.po,./lib-src -L parm,parms,toke`
2021-01-24 09:46:08 +00:00
Leland Lucius
4b07fbaa8a
Bug 2642 - Metadata Editor: Cut and paste does not work
2021-01-23 17:27:31 -06:00
Leland Lucius
4e6d11fe0c
Don't clear tags until after loading to guard against bad XML file
2021-01-23 16:05:27 -06:00
Leland Lucius
82014bacd9
Prevent pasting into Hotkey box in keybinding prefs
...
Reported by AKa on Quality list.
2021-01-23 15:48:30 -06:00
Paul Licameli
0df8fbcc74
Bug2583: Re-placement of splits after paste
2021-01-23 14:38:36 -05:00
Leland Lucius
37a7583306
Bug 2578 - Linux/Windows: Export 24-bit AIFF exports as 16-bit
2021-01-23 13:13:52 -06:00
James Crook
42a105ee0a
Review DB/Data safety.
...
I've added the comment 'REVIEW:' where I have some concern that
the database and our copy of it could get out of step, or simply that
we fail to report a problem to the user.
I'd like these reviewed and turned into comments that make it
easier to check for correctness, for example saying where an
error is reported, or why it is OK to do no further recovery action.
2021-01-23 19:00:36 +00:00
Leland Lucius
81da0ef1f7
Bug 2217 - Metadata: When exporting to FLAC the "Comment" field is ignored and not exported with the audio file
2021-01-23 04:02:10 -06:00
Leland Lucius
af0fdda8f6
Add missing include
2021-01-23 02:42:57 -06:00
Leland Lucius
e9d4a8e538
Bug 2517 - Mix Stereo To Mono incorrectly changes sample rate to Project Rate without resampling - it should resample to the project rate
2021-01-23 01:45:32 -06:00
Leland Lucius
7427653ef6
Bug 2578 - Linux/Windows: Export 24-bit AIFF exports as 16-bit
2021-01-23 01:08:58 -06:00
Leland Lucius
f509d9c0bd
Bugs 1592 and 2639
...
Sound activated record is now decoupled from the input meter.
2021-01-22 23:43:01 -06:00