Leland Lucius
9543dd36c4
Update libsbsms to 2.2.0
...
Just a minor change that just bumps the libsbsms version.
2021-02-01 13:21:02 -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
25ab87168d
Actually include the 2.1.0 sbsms library
2021-02-01 10:19:33 -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
bde537351c
Break dependency cycle introduced at 21296b0
2021-01-31 11:31:43 -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
Paul Licameli
98223f9850
We no longer need to duplicate std::hash<wxString>
2021-01-31 08:27:18 -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
b53d06ed23
Bug 425 - Win/Linux: Nyquist: (vector (aref s 0)(aref s 0)) not returned correctly to track
2021-01-30 02:49:30 -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
9fee0d1c19
Bug 101 - Nyquist implementation: (dribble [fname]) function
2021-01-29 06:54:49 -06: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
SteveDaulton
e5ca3cefba
Whitespace corrections in Nyquist plug-ins
2021-01-29 12:13:49 +00: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
bcb4bb91c7
Bug 101 - Nyquist implementation: (dribble [fname]) function
2021-01-28 19:54:21 -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
Leland Lucius
a3a158e56b
Bug 101 - Nyquist implementation: (dribble [fname]) function
2021-01-28 14:16:41 -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
a2bcd53418
Record Nyquist upgrade in lib-src/audacity-patches.txt
2021-01-28 02:41:48 -06: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