1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-02 08:39:46 +02:00

8576 Commits

Author SHA1 Message Date
Paul Licameli
78f058b844 ShuttleGetDefinition::DefineEnum should emit a string not number 2018-03-26 14:33:35 -04:00
Paul Licameli
1e4ac7010c addendum 2018-03-26 14:29:40 -04:00
Paul Licameli
170f92c181 A means to specify legacy values of effect choice controls...
... For Truncate Silence only now, perhaps it will find more future use
2018-03-26 14:26:30 -04:00
James Crook
cb8e35574d Fix half sized equalization dB ruler. 2018-03-26 11:52:12 +01:00
James Crook
c086e252fb Fix wording in recording preferences (Thanks Bill) 2018-03-26 09:59:24 +01:00
James Crook
460ff4644e JSONify the JSON (Thanks Robert)
Added quotes around the keys in JSON key value pairs.
Before this fix, we had Javascript, not JSON.
2018-03-26 09:56:51 +01:00
Paul Licameli
0bc96c3831 Oops, Internal() was needed here, not Translation() 2018-03-26 01:06:24 -04:00
James Crook
afe09bb172 Bug 1731 - No help button in "Error: not well formed Iinvalid token at line (x) 2018-03-25 21:41:57 +01:00
James Crook
eaada3a51d Bug 893 - Spectral Selection Toolbar misnamed 2018-03-25 21:41:56 +01:00
James Crook
e48bd77ea2 Fix bad unquoting in Nyquist. 2018-03-25 21:41:56 +01:00
James Crook
602be9bea6 Fix MSVC build. 2018-03-25 21:41:55 +01:00
Paul Licameli
4c9bff73e3 Substitute, don't concatenate! In Export. And one missed translation. 2018-03-25 16:13:03 -04:00
Paul Licameli
eb35d84092 GetInfo for Preferences lists internal enum names, not translated 2018-03-25 14:52:51 -04:00
Paul Licameli
0798681317 Non-quantitative enum preferences persist as strings not numbers...
... The one unusual choice control in Preferences that really is quantitative
is for sample rate in Quality.  And that one is changed to be treated as
not an enum preference.
2018-03-25 14:48:52 -04:00
Paul Licameli
17cc8a495f Define and use TieNumberAsChoice for Quality sample rate setting 2018-03-25 14:48:52 -04:00
Paul Licameli
24e651fe37 Redo dither method choices in Quality preferences 2018-03-25 14:48:48 -04:00
Paul Licameli
a3d12e1658 Make enum class for dither type 2018-03-25 14:48:01 -04:00
Paul Licameli
bccf8f92cd Redo resampler method choices in Quality preferences 2018-03-25 14:47:58 -04:00
Paul Licameli
2ea5741e2e Redo format setting choices in Quality preferences 2018-03-25 14:46:53 -04:00
Paul Licameli
293f22db37 Redo zoom setting choices in Tracks preferences 2018-03-25 14:39:45 -04:00
Paul Licameli
aed6eb2215 Redo sample display choice in Tracks preferences 2018-03-25 14:35:59 -04:00
Paul Licameli
83a01e255f Redo view mode choice in Tracks preferences 2018-03-25 14:35:12 -04:00
Paul Licameli
872b4f430c New overload of TieChoice taking EnumSetting...
... and change misleading argument names
2018-03-25 14:05:05 -04:00
Paul Licameli
47d76e49b7 IdentInterfaceSymbol pairs persistent internal name with i18n msgid 2018-03-25 13:45:29 -04:00
Paul Licameli
7f7f739fe5 Define EnumSetting and EncodedEnumSetting 2018-03-25 13:45:29 -04:00
James Crook
238fa7f81f Possibly hide unused ApplyClipping parameter in Macros.
It is unused.  This hides it if the ratio has been set.
Hiding it always in Macros means changing more code.  It still will
show if it has only been picked and not set.
2018-03-25 18:18:53 +01:00
James Crook
545102b168 Bug 1680 - Pan / Gain dialog sliders do not update on text entry 2018-03-25 18:02:14 +01:00
James Crook
5c4444665e Bug 1012 - Amplify: User Presets do not store Allow Clipping state. 2018-03-25 17:24:53 +01:00
James Crook
d5a2e3af2e Bug 616 - First ampersand in file name removed from File > Recent Files and import dialogues 2018-03-25 16:28:27 +01:00
James Crook
de53f64757 Bug 499 - Normalize includes white space in offset calculation 2018-03-25 15:58:34 +01:00
James Crook
14577d878b Bug 464 - Cursor cannot be scrolled right when beyond all audio in project 2018-03-25 15:10:24 +01:00
James Crook
ae564b2724 Bug 1837 - Unable to set empty track name
Also AudacityCommand dialogs now only show help button if there is help.
Also Track only shows track name over it, if there is a track name.
2018-03-25 13:43:49 +01:00
James Crook
8ce8e7bcce Bug 521 - Lower half of Waveform (dB) vertical scale does not show dB level.
Added a DbMirrorValue for two sided dB scale on Waveform VRuler when in dB view mode.
2018-03-24 20:35:08 +00:00
Paul Licameli
37541de6be Bug1858: Allow empty default choice on $ control lines (again) 2018-03-24 16:20:13 -04:00
Paul Licameli
05ef58753a Substitute, don't concatenate in internationalized strings 2018-03-24 15:24:15 -04:00
Paul Licameli
d978abba35 Allow \n to mean newline in .ny header control string...
... preserving old behavior, but such escapes should not be used if the string
needs to localize because xgettext will not treat them as Nyquist.cpp does.
2018-03-24 15:14:45 -04:00
Paul Licameli
7de9b13f68 Revert changes that break Mac build 2018-03-24 15:14:45 -04:00
James Crook
35127c44b7 Bug 1548 - Newly recorded tracks do not acquire focus 2018-03-24 16:05:10 +00:00
James Crook
a13be4bea3 Bug 1612 - Zoom factor lost
Zoom to fit on recovery of a project.
2018-03-24 15:08:22 +00:00
James Crook
65b4e34f71 Bug 1725 - Zoom buttons disabled after OK in Spectrogram Settings 2018-03-24 13:21:04 +00:00
James Crook
22cb84ff23 Bug 1806 - Extreme negative settings in Change Tempo cause an "apparent" hang/freeze
Limit percentage to -95 to +3000.  Result will be at most 20x longer rather than previous
up to 100x longer.  Extreme stretches have artifacts in any case (try with DTMF).
2018-03-24 12:13:20 +00:00
James Crook
0fb08f74c8 Linkus -> Linkus in de.po (requested by Double-A-92) 2018-03-24 11:22:30 +00:00
James Crook
cd06f86619 Remove spaces before question marks (scootergrisen)
Requested by translation team.
2018-03-24 11:01:29 +00:00
James Crook
ef5cc132ef Merge branch 'gcc-warnings' (andheh) 2018-03-24 10:18:55 +00:00
andheh
eccd9bcea6 made my changes to VSTEffect.cpp C++11 compliant 2018-03-24 10:15:48 +00:00
andheh
6fbfcda1e0 fixed an "uninitialized use" warning in VSTEffect.cpp 2018-03-24 10:15:48 +00:00
andheh
430e91d834 fixed strict-aliasing violations in VSTEffect.cpp
also removed an unused variable in the same file
2018-03-24 10:15:47 +00:00
andheh
b56059a77c fixed some warnings in debug mode (GCC/Linux) 2018-03-24 10:15:47 +00:00
Paul Licameli
1cda717a14 Fix parse of line break in string inside list in header of .ny file 2018-03-23 21:28:01 -04:00
James Crook
872eec6142 Make finer gradations on SetTrack sliders
Also use log scale for Gain
Also fix unused parameter warnings
Also Gain before Pan.
2018-03-23 22:20:59 +00:00