Henric Jungheim
1a3005182b
Const'ify images
2018-03-27 05:36:02 -04:00
Henric Jungheim
b77637750d
Const'ify xpm images
2018-03-27 05:36:02 -04:00
Henric Jungheim
d8da4015ef
Make it possible to const'ify xpm.
2018-03-27 05:36:02 -04:00
Paul Licameli
aaecf213b8
use const
2018-03-26 18:04:36 -04:00
Paul Licameli
2bd4665461
This is not needed after 170f92c
2018-03-26 18:04:36 -04:00
Steve Daulton
15e6792be9
Fix bug 929
2018-03-26 22:51:50 +01:00
Paul Licameli
ab509acdf7
Remove overloads that are not needed after 277537c
2018-03-26 16:57:10 -04:00
James Crook
a4a588610e
Revert "Bug 893 - Spectral Selection Toolbar misnamed"
...
This reverts commit eaada3a51d1cea89e737eb73f607a089e07816a2.
2018-03-26 20:18:37 +01:00
Paul Licameli
d1ffb8a5b8
Supply missing #include
2018-03-26 15:15:13 -04:00
Paul Licameli
277537c7b8
Store choices as numerical codes in ScreenshotCommand, not strings...
...
... there was confusion whether they were meant to be a translated strings or
not
2018-03-26 14:45:22 -04:00
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