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

8331 Commits

Author SHA1 Message Date
Yuri Chornoivan
8918744e62 Fix minor typos 2018-03-08 16:34:28 -05:00
Paul Licameli
b8cc764e29 Fix MSVC2013 compiler crash for Windows debug build 2018-03-08 12:26:11 -05:00
Paul Licameli
bf0c079f28 Fix displays of strings for macro dialogs...
... Internationalize some prompts; command names are not yet internationalized
everywhere, but will display the "friendly" form with spaces when mentioned
in message boxes
2018-03-08 00:30:09 -05:00
Paul Licameli
77f720b0c8 Show friendly names of commands in message boxes...
... With spaces in the English; maybe later they will localize
2018-03-07 23:55:19 -05:00
Steve Daulton
9298ac575d Fix Linux build 2018-03-08 03:46:55 +00:00
Paul Licameli
bf4c8eff63 Fix another neglected i18n 2018-03-07 17:37:59 -05:00
Paul Licameli
4cb2ec6fa0 Fix missing i18n of some new prompts 2018-03-07 17:11:36 -05:00
Paul Licameli
bc773e02d3 Supply some missing translation in Macros dialogs...
... The "Set" prompt for checkboxes;

Strings in Choice controls, which had been declared translatable with XO, but
the translations not yet used.

This can be tested in Ukrainian locale now, for editing parameters of
commands like Select or Drag, but be aware that even uk.po is not up to date
for all recent changes in the Manage Macros dialog itself.
2018-03-07 15:06:55 -05:00
Paul Licameli
ffadd64a56 Define MacroCommandsCatalog to associate friendly and internal names...
... friendly names are still English only.  Not yet localized, but ought to be.
2018-03-06 18:47:56 -05:00
James Crook
9d73effe09 Merge branch 'gcc_warning_fixes' for ShuttleGui
Missed these two in disentangling the merge.
2018-03-06 22:34:02 +00:00
andheh
89315bd5e6 made ShuttleGui destructor virtual
since it has virtual member functions and is used
polymorphically in commands/GetInfoCommand.cpp
2018-03-06 22:25:53 +00:00
andheh
726f33e802 fixed an initalization order warning in ShuttleGui.cpp 2018-03-06 22:24:58 +00:00
James Crook
d5dd9ff7c6 Merge branch 'gcc_warning_fixes' by andheh
Thanks andheh.
2018-03-06 21:45:47 +00:00
James Crook
a5d06ff257 Fix comments needed for Doxygen. 2018-03-06 21:42:58 +00:00
andheh
b4f351a257 fixed a "signed vs. unsigned" warning in ExportMP3.cpp 2018-03-06 21:30:40 +00:00
andheh
896e7a4dd5 fixed a "signed vs. unsigned" warning in BatchProcessDialog.cpp 2018-03-06 21:30:39 +00:00
andheh
87eaaa6f45 fixing strict-aliasing rule violations by passing enum types as int references 2018-03-06 21:30:39 +00:00
andheh
7a30222f49 fixed indentation warning in ImportMP3.cpp 2018-03-06 21:30:38 +00:00
andheh
33f2e576e2 fixed "signed vs. unsigned" warnings in ExportPCM.cpp 2018-03-06 21:30:38 +00:00
andheh
e8605025b5 fixed types in ExportMP3.cpp to avoid "signed vs. unsigned" warnings 2018-03-06 21:30:37 +00:00
andheh
9f8d3a48d4 fixed a "signed vs. unsigned" warning in ImportMP3.cpp 2018-03-06 21:30:36 +00:00
andheh
ed83ec73b3 fixed "unused variable" warnings 2018-03-06 21:30:36 +00:00
andheh
76bad19117 fixed "unknown pragma" warning in src/Shuttle.cpp 2018-03-06 21:30:35 +00:00
andheh
3958347bef fixed a "unused variable" warning in src/Project.cpp
... and made pointer semantics more visible
2018-03-06 21:30:35 +00:00
andheh
d0960b2c57 fixed a "signed vs. unsigned" warning 2018-03-06 21:30:34 +00:00
andheh
0a362e241c fixed "class is implicitly friended with itself" warning 2018-03-06 21:30:34 +00:00
andheh
e6ba33c247 fixed "/*" in comment warnings 2018-03-06 21:30:33 +00:00
andheh
d72028de26 fixed more "statement has no effect" warnings 2018-03-06 21:29:58 +00:00
andheh
84016716f0 fixed an "used uninitialized" warning in VampEffect.cpp 2018-03-06 21:29:56 +00:00
andheh
6a85577389 fixed a signed vs. unsigned warning in LadspaEffect.cpp 2018-03-06 21:29:56 +00:00
andheh
c8e42fce25 fixed initalization order warning 2018-03-06 21:29:55 +00:00
andheh
3ae93e6b4c fixed unused variable warnings in SelectHandle.cpp 2018-03-06 21:29:55 +00:00
andheh
50901b9454 fixed initialization order warnings 2018-03-06 21:29:54 +00:00
andheh
c6de7d6095 fixed initialization order warning in src/effects/Paulstretch.cpp 2018-03-06 21:29:53 +00:00
andheh
b71c24f15f fixed a "used uninitialized" warning in src/effects/Amplify.cpp 2018-03-06 21:29:53 +00:00
andheh
809167d932 fixed an indentation warning in src/TrackArtist.cpp 2018-03-06 21:29:52 +00:00
andheh
f601cacb8c fixed a initialization order warnings in src/Project.cpp 2018-03-06 21:29:52 +00:00
andheh
1bc7943560 fixed "unknown pragma" warnings for GCC 2018-03-06 21:29:51 +00:00
andheh
9bfbc907a9 fixed indentation warnings in src/Menus.cpp 2018-03-06 21:29:50 +00:00
andheh
dd41df237c fixed an unused variable warning in src/LabelTrack.cpp 2018-03-06 21:29:50 +00:00
andheh
ade7854c1d fixed "statement has no effect" warnings 2018-03-06 21:29:31 +00:00
andheh
3dd0ce0459 fixed a signed vs. unsigned warning in src/AudioIO.cpp 2018-03-06 20:54:06 +00:00
andheh
1efe69e8b9 fixed a initialization order warning in src/AudioIO.cpp 2018-03-06 20:54:06 +00:00
Paul Licameli
08a8cc4bcf Strings in Nyquist plug-ins not translated too early...
... So that if you change language in-session, they will update.
2018-03-06 01:21:50 -05:00
Paul Licameli
f6efacbda3 Untranslated from GetVendor; translated in effect info menu only 2018-03-06 01:14:54 -05:00
James Crook
4617b0b1a8 Change wording: Now "Manage Plug-ins" and "Manage Macros" for those two dialogs. 2018-03-05 20:10:01 +00:00
Paul Licameli
8b68864ddb Fix another compilation warning 2018-03-05 14:22:23 -05:00
James Crook
4c5e1f30fd Keep focus on Expand/Shrink button when resizing Macro Dialog. 2018-03-05 15:13:42 +00:00
James Crook
6b44a53de9 Move Macro Dialog buttons around.
Based on feedback from quality list.
2018-03-05 15:00:11 +00:00
Paul Licameli
6cd877efed Fix complier warnings about returning reference to a temporary 2018-03-05 05:16:33 -05:00