1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-08-11 01:21:11 +02:00

9358 Commits

Author SHA1 Message Date
Leland Lucius
282bdfa5cc Bug 866 - FFmpeg: Audacity rejects FFmpeg in PATH/doesn't search PATH if invalid libs are in FFmpeg path 2021-02-02 00:37:52 -06:00
Leland Lucius
31c0196bb4 Bug 2636 - No thousands separator in Spectral Selection toolbar 2021-02-01 23:22:05 -06:00
Paul Licameli
e89546d941 Keep EXPERIMENTAL_EFFECTS_RACK compilable 2021-02-01 20:20:04 -05:00
Leland Lucius
4f7affad3f Bug 2135 - Audacity crashes if launched with a locked pluginregistry.cfg file 2021-02-01 18:05:16 -06:00
Leland Lucius
c0a8537880 Remove constraint in AUP importer for "h" attribute 2021-02-01 11:24:42 -06:00
Leland Lucius
fcfca160c3 Remove unneeded include 2021-02-01 10:41:13 -06:00
Leland Lucius
5107c0f350 No longer need header replacement for sbsms.h 2021-02-01 10:35:52 -06:00
Leland Lucius
a5609e44d0 Use version 2.1.0 of libsbsms
This is actually the exact code we already use, but Clayton has
set up a github repo for the release to make it available to
distros.
2021-02-01 10:12:06 -06:00
Yuri Chornoivan
dd9998c855
Fix minor typo: coninue -> continue (#736) 2021-02-01 11:49:26 +00:00
Leland Lucius
accd1770b4 Bug 2645 - FFmpeg library not filtered correctly in browse in Libraries preferences 2021-02-01 00:03:47 -06:00
Leland Lucius
005ceb31fc Add missing include 2021-01-31 23:43:44 -06:00
Leland Lucius
b9eb3c3b0e Can now retry read protected configuration files
Allow us to have a single error dialog for all cases.
2021-01-31 21:57:18 -06:00
Leland Lucius
96a417c61a Better (not best) exit for locked config file 2021-01-31 20:04:58 -06:00
Leland Lucius
da49fe63da Wrap overly long messages 2021-01-31 17:57:32 -06:00
Leland Lucius
8e93cac1be Bug 2652 - User is not warned if they launch Audacity with a locked pluginsettings.cfg file 2021-01-31 12:49:43 -06:00
Paul Licameli
ef2c0fca9a Fix assertion violation on shutdown after commit 21296b0 2021-01-31 13:45:34 -05:00
Paul Licameli
3480317ecd Move FileConfig::Warn() into AudacityFileConfig as an override 2021-01-31 11:28:12 -05:00
Paul Licameli
c853450ce0 Hide two-phase construction of AudacityFileConfig in factory function 2021-01-31 11:22:48 -05:00
Paul Licameli
2c5c0f9dfd Class AudacityPrefs renamed, moved, reused in PluginManager...
... And construction of the main instance is hoisted into AudacityApp
2021-01-31 11:11:03 -05:00
Paul Licameli
030ba78c5f Demote Get/SetVersionKeysInit from AudacityPrefs into FileConfig 2021-01-31 11:00:34 -05:00
Paul Licameli
05d5f2677c Fix comments, remove unnecessary #include 2021-01-31 08:51:31 -05:00
Leland Lucius
21296b0cf1 New wrapper for wxFileConfig to fix several bugs
Bug 2135 - Audacity crashes if launched with a locked pluginregistry.cfg file
Bug 2651 - If pluginregistry.cfg gets locked while Audacity is active the Plug-in Manager is blocked - with no help
Bug 2650 - Virgin launch fails with no pluginregistry.cfg file created
Bug 1264 - Writing to locked audacity.cfg not reported to user
Bug 2649 - Launching Audacity with a locked audacity.cfg file gives not one but three error messages - and no help
Bug 2652 - User is not warned if they launch Audacity with a locked pluginsettings.cfg file
2021-01-31 04:24:35 -06:00
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