1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-15 23:59:37 +02:00

8374 Commits

Author SHA1 Message Date
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
Paul Licameli
c699bbda78 Merge branch 'master' of https://github.com/audacity/audacity 2018-03-05 05:04:13 -05:00
James Crook
ea0e0d71af Add scripts for names-on-tracks images. 2018-03-04 22:07:45 +00:00
Paul Licameli
8b9313aba8 Updated uk.po -- Ukrainian taken from Transifex (99%) 2018-03-04 14:56:57 -05:00
Paul Licameli
4ddb14235b Update old uk.po with msgmerge, so less diff in the next commit 2018-03-04 14:53:35 -05:00
James Crook
24ee14412f Merge branch 'macros' into master
- Macros Dialog expand/shrink now optically stable.
- Fade Ends macro now works (The ':' is in the right place)
- Macros can call other macros, but only one deep, now.
- MacroIDs are textual names now, not Macro007
- Macros Dialog expand/shrink saves the changes so they are not lost by resizing.
2018-03-04 19:42:53 +00:00
James Crook
834c9df32a Save Changes when Expanding/Shrinking Macro Dialog.
Previously the selected macro was forgotten, as were any pending
changes.
2018-03-04 19:16:30 +00:00
James Crook
70b1f69bbe Use names not numbers in MacroIdOfName()
Previously the ID for a macro was, e.g. Macro003.  However this would
not work if macros were added or deleted, since chains containing the old
macro references would now refer to a different macro.  So changed to using
names.
2018-03-04 19:11:26 +00:00