audacia/src/commands
2020-01-04 12:59:37 -05:00
..
AppCommandEvent.cpp Automation: AudacityCommand 2018-02-24 14:20:22 -05:00
AppCommandEvent.h Remove wx/event.h from headers 2019-03-27 04:36:51 -04:00
AudacityCommand.cpp AudacityMessageBox takes TranslatableString message and caption 2019-12-20 21:32:50 -05:00
AudacityCommand.h TranslatableString in AudacityCommand::MessageBox, Effect::MessageBox 2019-12-20 21:32:47 -05:00
BatchEvalCommand.cpp Construct Exporter with project pointer, fewer GetActiveProject calls 2020-01-02 13:13:48 -05:00
BatchEvalCommand.h Lift a call to GetActiveProject into ScriptCommandRelay... 2020-01-02 13:05:09 -05:00
Command.cpp Conversion of TranslatableString to wxString is private 2019-12-01 18:17:57 -05:00
Command.h Command.cpp does not depend on Project.cpp... 2019-05-18 20:31:17 -04:00
CommandBuilder.cpp Lift a call to GetActiveProject into ScriptCommandRelay... 2020-01-02 13:05:09 -05:00
CommandBuilder.h Lift a call to GetActiveProject into ScriptCommandRelay... 2020-01-02 13:05:09 -05:00
CommandContext.cpp CommandContext.cpp has fewer dependencies... 2019-05-18 20:31:17 -04:00
CommandContext.h CommandContext.cpp has fewer dependencies... 2019-05-18 20:31:17 -04:00
CommandDirectory.cpp CommandDirectory.cpp has fewer dependencies... 2019-05-18 20:31:17 -04:00
CommandDirectory.h CommandDirectory.cpp has fewer dependencies... 2019-05-18 20:31:17 -04:00
CommandFlag.h CommandFlagOptions::MessageFormatter uses TranslatableString 2019-12-16 10:58:05 -05:00
CommandFunctors.h Remove redundant #include-s from .h files... 2019-05-16 14:58:34 -04:00
CommandHandler.cpp Remove unnecessary members of CommandHandler... 2020-01-04 12:59:37 -05:00
CommandHandler.h Remove unnecessary members of CommandHandler... 2020-01-04 12:59:37 -05:00
CommandManager.cpp Bug 2262 - Scriptables are non-functional 2019-12-23 11:08:19 +00:00
CommandManager.h Remove TranslatedInternalString, use ComponentInterfaceSymbol 2019-12-16 10:58:05 -05:00
CommandManagerWindowClasses.h Fix DLL_API linkage warning. 2019-03-31 20:46:07 +01:00
CommandMisc.h Remove wx/{checklst,wfstream,version,variant,types}.h from *.h 2019-03-30 12:59:21 -04:00
CommandSignature.cpp Remove unnecessary #include-s from .cpp files... 2019-05-16 17:21:00 -04:00
CommandSignature.h movable_ptr(_with_deleter) -> std::unique_ptr 2018-05-10 00:56:37 -04:00
CommandTargets.cpp AudacityMessageBox takes TranslatableString message and caption 2019-12-20 21:32:50 -05:00
CommandTargets.h Break cycle of ScriptCommandRelay and CommandBuilder 2019-07-09 13:23:07 -04:00
CommandType.cpp Remove unnecessary #include-s from .cpp files... 2019-05-16 17:21:00 -04:00
CommandType.h Lift a call to GetActiveProject into ScriptCommandRelay... 2020-01-02 13:05:09 -05:00
CompareAudioCommand.cpp TranslatableString for captions of text entry boxes 2019-12-23 18:53:00 -05:00
CompareAudioCommand.h TranslatableString for ComponentInterface::GetDescription() 2019-12-16 14:21:57 -05:00
Demo.cpp TranslatableString for captions of text entry boxes 2019-12-23 18:53:00 -05:00
Demo.h TranslatableString for ComponentInterface::GetDescription() 2019-12-16 14:21:57 -05:00
DragCommand.cpp TranslatableString for captions of text entry boxes 2019-12-23 18:53:00 -05:00
DragCommand.h TranslatableString for ComponentInterface::GetDescription() 2019-12-16 14:21:57 -05:00
GetInfoCommand.cpp Pass AudacityProject * into preference panel factories 2020-01-04 12:37:57 -05:00
GetInfoCommand.h TranslatableString for ComponentInterface::GetDescription() 2019-12-16 14:21:57 -05:00
GetTrackInfoCommand.cpp TranslatableString for prompts of choice controls 2019-12-23 15:39:49 -05:00
GetTrackInfoCommand.h TranslatableString for ComponentInterface::GetDescription() 2019-12-16 14:21:57 -05:00
HelpCommand.cpp TranslatableString for captions of text entry boxes 2019-12-23 18:53:00 -05:00
HelpCommand.h TranslatableString for ComponentInterface::GetDescription() 2019-12-16 14:21:57 -05:00
ImportExportCommands.cpp Construct Exporter with project pointer, fewer GetActiveProject calls 2020-01-02 13:13:48 -05:00
ImportExportCommands.h TranslatableString for ComponentInterface::GetDescription() 2019-12-16 14:21:57 -05:00
Keyboard.cpp NormalizedKeyString redefined as TaggedIdentifier 2019-05-16 12:30:29 -04:00
Keyboard.h NormalizedKeyString redefined as TaggedIdentifier 2019-05-16 12:30:29 -04:00
LoadCommands.cpp DiscoverPluginsAtPath reports error as TranslatableString 2019-12-20 22:06:18 -05:00
LoadCommands.h DiscoverPluginsAtPath reports error as TranslatableString 2019-12-20 22:06:18 -05:00
MessageCommand.cpp TranslatableString for captions of text entry boxes 2019-12-23 18:53:00 -05:00
MessageCommand.h TranslatableString for ComponentInterface::GetDescription() 2019-12-16 14:21:57 -05:00
OpenSaveCommands.cpp TranslatableString for checkbox captions 2019-12-23 19:15:34 -05:00
OpenSaveCommands.h TranslatableString for ComponentInterface::GetDescription() 2019-12-16 14:21:57 -05:00
PreferenceCommands.cpp TranslatableString for checkbox captions 2019-12-23 19:15:34 -05:00
PreferenceCommands.h TranslatableString for ComponentInterface::GetDescription() 2019-12-16 14:21:57 -05:00
ResponseQueue.cpp Each .cpp/.mm file includes corresponding header before any other... 2019-03-17 22:54:52 -04:00
ResponseQueue.h Remove wx/pen.h, wx/thread.h from headers 2019-03-30 10:17:18 -04:00
ScreenshotCommand.cpp TranslatableString for checkbox captions 2019-12-23 19:15:34 -05:00
ScreenshotCommand.h TranslatableString for ComponentInterface::GetDescription() 2019-12-16 14:21:57 -05:00
ScriptCommandRelay.cpp Lift a call to GetActiveProject into ScriptCommandRelay... 2020-01-02 13:05:09 -05:00
ScriptCommandRelay.h Break cycle of ScriptCommandRelay and CommandBuilder 2019-07-09 13:23:07 -04:00
SelectCommand.cpp TranslatableString for captions of text entry boxes 2019-12-23 18:53:00 -05:00
SelectCommand.h TranslatableString for ComponentInterface::GetDescription() 2019-12-16 14:21:57 -05:00
SetClipCommand.cpp TranslatableString for captions of text entry boxes 2019-12-23 18:53:00 -05:00
SetClipCommand.h TranslatableString for ComponentInterface::GetDescription() 2019-12-16 14:21:57 -05:00
SetEnvelopeCommand.cpp TranslatableString for checkbox captions 2019-12-23 19:15:34 -05:00
SetEnvelopeCommand.h TranslatableString for ComponentInterface::GetDescription() 2019-12-16 14:21:57 -05:00
SetLabelCommand.cpp TranslatableString for checkbox captions 2019-12-23 19:15:34 -05:00
SetLabelCommand.h TranslatableString for ComponentInterface::GetDescription() 2019-12-16 14:21:57 -05:00
SetProjectCommand.cpp TranslatableString for checkbox captions 2019-12-23 19:15:34 -05:00
SetProjectCommand.h TranslatableString for ComponentInterface::GetDescription() 2019-12-16 14:21:57 -05:00
SetTrackInfoCommand.cpp Eliminate some uses of GetActiveProject... 2020-01-02 13:15:14 -05:00
SetTrackInfoCommand.h TranslatableString for ComponentInterface::GetDescription() 2019-12-16 14:21:57 -05:00
Validators.h Remove wx/{checklst,wfstream,version,variant,types}.h from *.h 2019-03-30 12:59:21 -04:00