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
James Crook
585a4c6170
Prevent excessive macro reentry.
...
User could have made a macro call itself.
Or could have an 'exploding' macro chain with 'too much' in it.
So limit it to a macro can call a macro, but not deeper.
2018-03-04 18:41:17 +00:00
James Crook
153da3a94d
Fix Fade-Ends MacroCommands
...
- Split parameters from command name.
- Improve test for 'fixed Macros'.
2018-03-04 18:41:16 +00:00
James Crook
4dfac323c0
Make Macro Dialog optically stable.
...
Expand and Shrink now happen 'in place'.
Title changes to and from 'Apply Macro' <-> 'Edit Macros'
2018-03-04 18:41:16 +00:00
James Crook
159a3ab6af
Rejig EditLabels Dialog.
...
- Made it more like the Edit Chains Dialog. (Buttons on right).
- Now using ShuttleGui somewhat.
- Gave it a Help button.
2018-03-04 18:41:15 +00:00
Steve Daulton
5c4b2249fd
bug 1851 Remove selection before Timer Record
2018-03-04 14:48:24 +00:00
Steve Daulton
f1ab2db9bb
bug 1850 - add Track > Pan to History
2018-03-04 14:48:24 +00:00
James Crook
e45a6b09d4
Change wordings and consolidate prefs.
...
- Bring more options together into one static in prefs
- Use verb followed by description for options.
- Capitalise D in 'Down' in a menu item.
2018-03-04 09:39:42 +00:00
James Crook
eab0af21ee
Merge branch 'tools-menu'
...
- New Tools menu, with macros and some nyquist in it
- Also has Macros... dialog, which can both edit and apply macros.
- 'Macros' feature was previously called 'Chains', so a lot of renaming.
2018-03-03 22:24:08 +00:00
James Crook
6f8d27208f
Remove Apply-Macro from Tools menu.
...
Done by giving Macros... dialog an Expand / Shrink button
so that we can use it as just an apply-to-projects dialog, if we want.
The dialog is modal, and can be kept open whilst we work. So for example
we could put useful presets into it as macros.
2018-03-03 22:20:25 +00:00
James Crook
fbef142fa5
Move 3 Nyquist plug-ins into Tools menu
2018-03-03 20:37:11 +00:00