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
Leland Lucius
38bf51afea
Multiple export dialog bugs fixed
...
Bug 2062 - Export as WAV does not remember the previously used setting
Bug 1355 - "Other uncompressed files" does not (visually) update target
file extension according to the chosen "Header" type
Bug 1356 - "Other uncompressed files" forces the default extension for
the format in the exported file
Bug 1381 - Export other uncompressed formats incorrectly assumes max 255
channels
(and possibly others...not the best bugzilla searcher)
2020-03-23 00:47:17 -05:00
James Crook
76498f4ef4
Bug 2289 - Original Slider Length
...
Reverted my 'EXPAND' fix in favour of Paul's fix which preserves the original slider length and so does not need a new picture in the manual.
2020-02-27 16:32:12 +00:00
James Crook
9573f49df0
Bug 2289 - Linux: Advanced Mixing Options slider malformed
...
The fix loses the centering, but solves the P1 issue, and may be a clue as to the underlying cause.
2020-02-26 21:49:56 +00:00
Paul Licameli
58bc0a76e5
Bug2304: complete the fix...
...
... which was begun at 02dd7dc96bde4defe48b2cc332b8db7025b04bcf
2020-02-25 18:21:06 -05:00
Paul Licameli
02dd7dc96b
Bug2304: Export Mp3, Const or Var: shouldn't empty Quality choice
...
problem began at 5638d6844fb1dca563671e5ced1a916db974de34
2020-02-25 08:16:16 -05:00
Paul Licameli
3b77af5dfc
Remove TranslatableStringArray.h
2020-02-02 18:02:32 -05:00
Paul Licameli
5165353dbe
Reimplement export plugin registation without sequence numbers
2020-02-01 08:56:05 -05:00
Paul Licameli
d23569ca10
Construct Exporter with project pointer, fewer GetActiveProject calls
2020-01-02 13:13:48 -05:00
Paul Licameli
aa39f9ade2
Rewrite FileNames::SelectFile using FileTypes...
...
... And more uniformity in the descriptions of file types used in more than
one place
Also fixes missing translations in VSTEffect.cpp
2019-12-29 15:35:04 -05:00
Paul Licameli
9204319b86
Just one accessor needed for description of ExportPlugin
2019-12-29 15:35:03 -05:00
Paul Licameli
c64b3cb31f
Rewrite FileDialogWrapper using FileNames::FileTypes...
...
... also removing some repeated code and using the config keys /DefaultOpenType
and /LastOpenType only in Import.cpp
2019-12-29 15:35:03 -05:00
Paul Licameli
8c4bc6c91f
Make some more text windows read-only
2019-12-28 19:43:36 -05:00
Paul Licameli
d6d4ee3c29
Reviewed uses of type alias FileExtension, it belongs in more places
2019-12-27 17:40:42 -05:00
Paul Licameli
3f88df06ec
Fix inconsistencies in default extension passed to SelectFile...
...
... It must be empty, or else one extension not including the leading dot;
then correct the string passed to FileSelector in lib-src, which should be
a filename pattern
2019-12-27 11:49:07 -05:00
Paul Licameli
8b65b1ae08
ShuttleGui::StartNotebookPage takes TranslatableString...
...
... and remove an unused overload
2019-12-26 15:33:47 -05:00
Paul Licameli
d1637c22c0
TranslatableString for explicit prompts and units in ShuttleGui
2019-12-23 19:22:03 -05:00
Paul Licameli
747c35645a
TranslatableString for checkbox captions
2019-12-23 19:15:34 -05:00
Paul Licameli
c23451af9d
TranslatableString for prompts of radio buttons
2019-12-23 19:02:21 -05:00
Paul Licameli
6b235bdec5
TranslatableString for captions of sliders
2019-12-23 19:02:21 -05:00
Paul Licameli
13417b6d5b
ShuttleGui::AddFixedText takes TranslatableString
2019-12-23 19:02:19 -05:00
Paul Licameli
acd1158e1b
TranslatableString for titles, and spin control and combo prompts
2019-12-23 18:53:00 -05:00
Paul Licameli
707a069712
ShuttleGui::AddVariableText takes TranslatableString
2019-12-23 18:53:00 -05:00
Paul Licameli
5168d62e3d
TranslatableString for captions of text entry boxes
2019-12-23 18:53:00 -05:00
Paul Licameli
b404eb7800
TranslatableString for static text box captions
2019-12-23 18:52:37 -05:00
Paul Licameli
21e7b9f2de
TranslatableString for prompts of choice controls
2019-12-23 15:39:49 -05:00
Paul Licameli
1944ac2040
TranslatableString for labels of ShuttleGui buttons
2019-12-23 15:35:48 -05:00
Paul Licameli
75996a851c
ShuttleGui::AddChoice and TieChoice take TranslatableStrings
2019-12-23 15:35:47 -05:00
Paul Licameli
c29ad6147a
an i18n-hint for command-line export
2019-12-23 15:19:24 -05:00
Paul Licameli
83ffb6d238
Rewrite another commented-out call to AudacityMessageBox
2019-12-23 11:51:11 -05:00
Paul Licameli
89a3771730
TranslatableString for AudacityTextEntryDialog message and caption
2019-12-21 11:23:32 -05:00
Paul Licameli
2007346551
Pass TranslatableString to help, warning, and error dialogs
2019-12-20 21:48:21 -05:00
Paul Licameli
dc39f22442
AudacityMessageBox takes TranslatableString message and caption
2019-12-20 21:32:50 -05:00
Paul Licameli
ae42397d64
FileNames::SelectFile takes TranslatableString for message
2019-12-20 13:40:20 -05:00
Paul Licameli
1b726f4f09
More TranslatableString in dialog wrapper classes...
...
... All of the dialog names, and the messages for File and directory dialog
wrappers
2019-12-20 13:40:20 -05:00
Paul Licameli
e3ea93a624
Define and use function Verbatim...
...
... in cases of "TranslatableString" that are not really translated.
This makes it easier to scan the code for such unusual constructions of
TranslatableString, distinct from mere mentions of the TranslatableString type.
2019-12-19 22:49:23 -05:00