Paul Licameli
db690d94f7
Remove 27 various macro _ ...
...
... and supply a few missing translations in Dependencies.cpp
And substitute-don't-concatenate in a few places in Internat.cpp
2020-05-23 08:07:24 -04:00
Paul Licameli
c941647db6
Replace last wxProgressDialog with ProgressDialog; remove all wx/progdlg.h
2020-05-22 20:44:08 -04:00
Paul Licameli
c44ae15a4d
Remove inclusions of wx/filedlg.h
2020-05-22 20:18:51 -04:00
Paul Licameli
c63cbf01eb
Be careful of static initialization of arrays of FileType
2020-05-22 20:14:02 -04:00
Paul Licameli
4d09705a73
Change XO to XXO in many more places, with no effects at all...
...
... because the two macros have the same expansion, and are both checked for
in the --keyword arguments passed to msgfmt by locale/update_po_files.sh.
This commit makes ONLY such changes, and comments in Internat.h. It is big
but quite harmless.
The intention is to introduce a type distinction in a later release, by defining
XXO differently. XXO is used where & characters in strings (for hotkeys of menu
items or control prompts) are permitted, XO where not.
2020-05-22 13:07:50 -04:00
Paul Licameli
d22b650e6a
Fix two typos for translated strings, now that strings are unfrozen...
...
... See commit 97fba037a43ef57ecedc89ac24846a639caaca98.
2020-05-22 12:48:49 -04:00
Leland Lucius
768e76b0da
Lame library not loading...global change mishap
2020-04-17 16:22:34 -05:00
Leland Lucius
4ea717a332
Update lame header and remove obsolete "lame_set_padding_type"
2020-04-17 08:42:28 -05:00
Leland Lucius
efa9354e8d
Bug 2383 - Audio converted to 16-bit before encoded to MP3
2020-04-17 00:50:52 -05:00
Leland Lucius
9f5177056d
Bug 2365 - Show Log text is invisible on W10- set to "High Contrast"
2020-04-14 16:42:00 -05:00
Leland Lucius
38da22c18b
Bug 2345 - "Ignore blank space" Preference fails on Export Multiple based on "Tracks"
2020-04-14 13:26:58 -05:00
Paul Licameli
cace894321
Remove unused pointers to controls
2020-04-14 12:12:17 -04:00
James Crook
97fba037a4
Two typo fixes for translated strings.
...
The extra logic causes the new string to be used, if the old one is untranslated.
2020-04-14 15:49:46 +01:00
Leland Lucius
7de937047e
Bug 2372 - ENH: Export Multiple with (external program) Audacity fails to export if labels have no extension
...
Add 2 additional example command lines
2020-04-14 08:40:48 -05:00
Leland Lucius
3bbcf2a15e
Bug 2055 - ENH: Export2 does not export by default
...
Changed default to 16-bit instead of float.
2020-04-14 08:34:19 -05:00
Leland Lucius
54aac13648
Disable metadata in command line exports
2020-04-14 08:31:57 -05:00
Leland Lucius
490dd0d332
Change FFmpeg compliance to STRICT
2020-04-13 20:31:06 -05:00
Leland Lucius
209bee3c92
Bug 2055 - ENH: Export2 does not export by default
2020-04-13 20:15:47 -05:00
Leland Lucius
610bfbae68
Bug 1301 - Windows: Truncated and confusing options text when choosing (external program) in Export Multiple
2020-04-13 18:43:13 -05:00
Paul Licameli
30ac43e195
Fix more comments ("it's" -> "its")
2020-04-12 18:49:22 -04:00
Leland Lucius
3297850341
Bug 2166 - opus export in Custom FFmpeg export fails - cannot open codec
2020-04-12 15:16:01 -05:00
Yuri Chornoivan
d1ada5f08c
Fix minor typos
2020-04-11 10:06:24 +01:00
Paul Licameli
61abb87a77
Reviewed all i18n-hint comments...
...
... Moved many misplaced ones, which msgfmt would not have extracted into
audacity.pot.
Duplicated some of them, to appear with related but distinct msgids.
Added a few new comments.
Deleted one that was no longer needed in ProjectManager.cpp.
2020-04-05 09:00:00 -04:00
Paul Licameli
31ec92b80a
Use two formats to reduce number of strings in generated audacity.pot
2020-04-05 09:00:00 -04:00
Leland Lucius
281af790b0
Workaround for crash in bug #2378
...
The proper "fix" is to upgrade FFmpeg, but we'll just protect
the users by excluding sample rate 7350 when using "aac".
2020-04-04 13:00:39 -05:00
James Crook
a41e16cb1f
Update wording per https://wiki.audacityteam.org/wiki/Wording
...
Also wording on Mac, Command+Click
2020-04-04 16:03:04 +01:00
Leland Lucius
842b8f792b
Bug 1953 - Timer Record: using Custom Mix causes automatic export to be interrupted
2020-04-04 03:48:49 -05:00
Leland Lucius
abf0f8157e
Revert "Extension" handling in ExportCL
...
This reverts commits:
66661daa0519d97081fc20b7f24beeb1812a9440
1c2ebfae946f73a802e1e9abc76531ec9a3a07dc
2020-04-03 14:18:36 -05:00
Paul Licameli
8ea7eb3f8d
Fix a string constant for Opus
2020-04-03 12:51:21 -04:00
Leland Lucius
b04eff9c67
Correcting OPUS to Opus in filter
2020-04-02 09:14:17 -05:00
Leland Lucius
1c2ebfae94
A bit more help for Export Multiple
2020-04-02 08:53:26 -05:00
Leland Lucius
66661daa05
Bug 2372 - ENH: Export Multiple with (external program) Audacity fails to export if labels have no extension
2020-04-02 08:38:25 -05:00
Leland Lucius
2be1cd8867
Adjusting the supported bitrates for OPUS
2020-04-01 12:10:17 -05:00
Leland Lucius
e09b35f2c8
Bug 2062 - Export as WAV does not remember the previously used setting
...
This should resolve the final nit for this bug.
2020-03-30 22:40:27 -05:00
Leland Lucius
8d3e6eb2ad
Add FFmpeg format/codec to Export options panel
2020-03-30 19:37:06 -05:00
Leland Lucius
4806c02e81
Prevent multiple resample dialogs during ExportMultiple
2020-03-30 18:55:43 -05:00
Leland Lucius
f8053b73e2
Bug 2378 - FFmpeg export can fail due to unsupported sample rate
2020-03-30 16:05:23 -05:00
Leland Lucius
ddadd8d429
Bug 2166 - Opus export fails - cannot open codec
2020-03-30 12:02:03 -05:00
Leland Lucius
752580beb9
Removed the yes/no option if not found
2020-03-27 08:25:41 -05:00
Leland Lucius
6302e89eb5
Handle absolute paths differently in external exporter
2020-03-27 07:08:16 -05:00
Leland Lucius
f449607751
Get the Windows specific search working for external command exporting
2020-03-26 16:21:40 -05:00
Leland Lucius
8ef0bf3392
Bug 2178 - Mac: Export to (external program) fails with errors
2020-03-26 13:46:22 -05:00
Leland Lucius
b7088b5648
File name check bypassed if extension is blank
...
The file name check should happen in all cases.
2020-03-26 13:45:26 -05:00
Leland Lucius
3f57884766
Bug 1302 - Metadata Editor should be disabled for (external program) in Export Multiple, as in straight export
2020-03-26 01:21:49 -05:00
Leland Lucius
b1226ccac2
Bug 1184 - Mac: Custom FFmpeg Export and (external program): unwanted "NoOverwritePrompt" dialog and file
2020-03-24 00:38:45 -05:00
Leland Lucius
df32c044ee
Propagate tags during Export Multiple
2020-03-23 08:56:45 -05:00
Leland Lucius
cd2308e9cc
Don't crash with a fresh audacity.cfg
2020-03-23 08:28:31 -05:00
Leland Lucius
987aa65c8d
Bug 2240 - "Set Default" button in Metadata editor does not set the default during Export Multiple
2020-03-23 07:36:00 -05:00
Leland Lucius
7a7239f1da
Bug 1833 - Stop in Export Multiple does not actually stop the exports
2020-03-23 07:01:13 -05:00
Leland Lucius
440e3f8ff2
Bug 2204 - (external program) export converts to 16-bit prior to encoding
2020-03-23 06:37:52 -05:00