Evan Short
3f29d1948d
refactor SeekLeftOrRight
2018-03-14 13:48:10 +00:00
Paul Licameli
83c30620cb
Fix Mac build, and avoid global variable ::GetActiveProject()
2018-03-14 09:37:08 -04:00
David Bailes
49eb7ddb61
Fix mac build
...
Changed the Windows constant CHILDID_SELF to the equivalent wx constant wxACC_SELF, which I should have used in the first place.
2018-03-12 15:57:32 +00:00
David Bailes
59d1ca46df
TrackPanelAx: add Select function
...
Added an override for Select. This enables NVDA to move the focus to the current navigator object, and Jaws to move the focus to the current element when using the touch cursor.
For info on accSelect:
https://msdn.microsoft.com/en-us/library/windows/desktop/dd318474(v=vs.85).aspx
2018-03-12 13:47:27 +00:00
David Bailes
0c2c956893
TrackPanelAx: add Navigate function for NVDA object navigation
...
accNavigate is deprecated, but NVDA uses it for object navigation. (Jaws and narrator do not).
So add Navigate function to TrackPanelAx.
Info on accNavigate:
https://msdn.microsoft.com/en-us/library/windows/desktop/dd318473(v=vs.85).aspx
2018-03-12 08:55:30 +00:00
Paul Licameli
dd1ffb0390
Indicative mood for all verbs in command and effect descriptions...
...
... Some of them have no verb.
2018-03-10 19:07:34 -05:00
Paul Licameli
f4a971da9e
comment
2018-03-10 19:07:12 -05:00
Paul Licameli
20c086263d
i18n hint
2018-03-10 19:07:12 -05:00
Paul Licameli
29c98f27f6
Another fix for list iterators
2018-03-10 11:46:22 -05:00
Paul Licameli
40a117b160
Fix update of minimized state (crash in MSVC debug runtime)...
...
... This time those run-time checks really did something useful for us.
There was a decrement of a begin iterator of an STL container, a no-no.
2018-03-09 11:35:10 -05:00
Paul Licameli
ae351abbc2
Fix warnings about override and final
2018-03-09 01:53:19 -05:00
Paul Licameli
4bfd8abc2b
Fix more missed translations
2018-03-08 22:53:00 -05:00
Paul Licameli
369113973f
Update audacity.pot
2018-03-08 16:47:18 -05:00
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