mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-16 08:09:32 +02:00
Remove files in locale/ no longer used to regenerate .pot and .po
This commit is contained in:
parent
dc5ad0309e
commit
c11e2d4998
@ -1,55 +0,0 @@
|
|||||||
af
|
|
||||||
ar
|
|
||||||
be
|
|
||||||
bg
|
|
||||||
bn
|
|
||||||
bs
|
|
||||||
ca
|
|
||||||
ca_ES@valencia
|
|
||||||
cs
|
|
||||||
cy
|
|
||||||
da
|
|
||||||
de
|
|
||||||
el
|
|
||||||
es
|
|
||||||
eu
|
|
||||||
eu_ES
|
|
||||||
fa
|
|
||||||
fi
|
|
||||||
fr
|
|
||||||
ga
|
|
||||||
gl
|
|
||||||
he
|
|
||||||
hi
|
|
||||||
hr
|
|
||||||
hu
|
|
||||||
hy
|
|
||||||
id
|
|
||||||
it
|
|
||||||
ja
|
|
||||||
ka
|
|
||||||
km
|
|
||||||
ko
|
|
||||||
lt
|
|
||||||
mk
|
|
||||||
my
|
|
||||||
nb
|
|
||||||
nl
|
|
||||||
oc
|
|
||||||
pl
|
|
||||||
pt_PT
|
|
||||||
pt_BR
|
|
||||||
ro
|
|
||||||
ru
|
|
||||||
sk
|
|
||||||
sl
|
|
||||||
sr_RS
|
|
||||||
sr_RS@latin
|
|
||||||
sv
|
|
||||||
ta
|
|
||||||
tg
|
|
||||||
tr
|
|
||||||
uk
|
|
||||||
vi
|
|
||||||
zh_CN
|
|
||||||
zh_TW
|
|
@ -1,41 +0,0 @@
|
|||||||
# Makefile variables for PO directory in any package using GNU gettext.
|
|
||||||
|
|
||||||
# Usually the message domain is the same as the package name.
|
|
||||||
DOMAIN = $(PACKAGE)
|
|
||||||
|
|
||||||
# These two variables depend on the location of this directory.
|
|
||||||
subdir = po
|
|
||||||
top_builddir = ..
|
|
||||||
|
|
||||||
# These options get passed to xgettext.
|
|
||||||
XGETTEXT_OPTIONS = --keyword=_ --keyword=N_ --keyword=XO --keyword=XXO --keyword=wxPLURAL:1,2 --add-comments=" i18n" --add-location=file
|
|
||||||
|
|
||||||
# This is the copyright holder that gets inserted into the header of the
|
|
||||||
# $(DOMAIN).pot file. Set this to the copyright holder of the surrounding
|
|
||||||
# package. (Note that the msgstr strings, extracted from the package's
|
|
||||||
# sources, belong to the copyright holder of the package.) Translators are
|
|
||||||
# expected to transfer the copyright for their translations to this person
|
|
||||||
# or entity, or to disclaim their copyright. The empty string stands for
|
|
||||||
# the public domain; in this case the translators are expected to disclaim
|
|
||||||
# their copyright.
|
|
||||||
COPYRIGHT_HOLDER = Audacity Team
|
|
||||||
|
|
||||||
# This is the email address or URL to which the translators shall report
|
|
||||||
# bugs in the untranslated strings:
|
|
||||||
# - Strings which are not entire sentences, see the maintainer guidelines
|
|
||||||
# in the GNU gettext documentation, section 'Preparing Strings'.
|
|
||||||
# - Strings which use unclear terms or require additional context to be
|
|
||||||
# understood.
|
|
||||||
# - Strings which make invalid assumptions about notation of date, time or
|
|
||||||
# money.
|
|
||||||
# - Pluralisation problems.
|
|
||||||
# - Incorrect English spelling.
|
|
||||||
# - Incorrect formatting.
|
|
||||||
# It can be your email address, or a mailing list address where translators
|
|
||||||
# can write to without being subscribed, or the URL of a web page through
|
|
||||||
# which the translators can contact you.
|
|
||||||
MSGID_BUGS_ADDRESS = audacity-translation@lists.sourceforge.net
|
|
||||||
|
|
||||||
# This is the list of locale categories, beyond LC_MESSAGES, for which the
|
|
||||||
# message catalogs shall be used. It is usually empty.
|
|
||||||
EXTRA_LOCALE_CATEGORIES =
|
|
@ -1,820 +0,0 @@
|
|||||||
include/audacity/ComponentInterface.h
|
|
||||||
include/audacity/ConfigInterface.h
|
|
||||||
include/audacity/EffectAutomationParameters.h
|
|
||||||
include/audacity/EffectInterface.h
|
|
||||||
include/audacity/ImporterInterface.h
|
|
||||||
include/audacity/ModuleInterface.h
|
|
||||||
include/audacity/PluginInterface.h
|
|
||||||
include/audacity/Types.h
|
|
||||||
lib-src/FileDialog/FileDialog.cpp
|
|
||||||
lib-src/FileDialog/FileDialog.h
|
|
||||||
lib-src/FileDialog/gtk/FileDialogPrivate.cpp
|
|
||||||
lib-src/FileDialog/gtk/FileDialogPrivate.h
|
|
||||||
lib-src/FileDialog/mac/FileDialogPrivate.h
|
|
||||||
lib-src/FileDialog/mac/FileDialogPrivate.mm
|
|
||||||
lib-src/FileDialog/win/FileDialogPrivate.cpp
|
|
||||||
lib-src/FileDialog/win/FileDialogPrivate.h
|
|
||||||
lib-src/mod-null/ModNullCallback.cpp
|
|
||||||
lib-src/mod-null/ModNullCallback.h
|
|
||||||
lib-src/mod-nyq-bench/NyqBench.cpp
|
|
||||||
lib-src/mod-nyq-bench/NyqBench.h
|
|
||||||
lib-src/mod-script-pipe/PipeServer.cpp
|
|
||||||
lib-src/mod-script-pipe/ScripterCallback.cpp
|
|
||||||
lib-src/mod-script-pipe/ScripterCallback.h
|
|
||||||
src/AColor.cpp
|
|
||||||
src/AColor.h
|
|
||||||
src/AdornedRulerPanel.cpp
|
|
||||||
src/AdornedRulerPanel.h
|
|
||||||
src/AboutDialog.cpp
|
|
||||||
src/AboutDialog.h
|
|
||||||
src/AllThemeResources.h
|
|
||||||
src/AttachedVirtualFunction.h
|
|
||||||
src/Audacity.h
|
|
||||||
src/AudacityApp.cpp
|
|
||||||
src/AudacityApp.h
|
|
||||||
src/AudacityException.cpp
|
|
||||||
src/AudacityException.h
|
|
||||||
src/AudacityHeaders.cpp
|
|
||||||
src/AudacityHeaders.h
|
|
||||||
src/AudacityLogger.cpp
|
|
||||||
src/AudacityLogger.h
|
|
||||||
src/AudioIO.cpp
|
|
||||||
src/AudioIO.h
|
|
||||||
src/AudioIOBase.cpp
|
|
||||||
src/AudioIOBase.h
|
|
||||||
src/AudioIOListener.h
|
|
||||||
src/AutoRecovery.cpp
|
|
||||||
src/AutoRecovery.h
|
|
||||||
src/AutoRecoveryDialog.cpp
|
|
||||||
src/AutoRecoveryDialog.h
|
|
||||||
src/BatchCommandDialog.cpp
|
|
||||||
src/BatchCommandDialog.h
|
|
||||||
src/BatchCommands.cpp
|
|
||||||
src/BatchCommands.h
|
|
||||||
src/BatchProcessDialog.cpp
|
|
||||||
src/BatchProcessDialog.h
|
|
||||||
src/Benchmark.cpp
|
|
||||||
src/Benchmark.h
|
|
||||||
src/BlockFile.cpp
|
|
||||||
src/BlockFile.h
|
|
||||||
src/CellularPanel.cpp
|
|
||||||
src/CellularPanel.h
|
|
||||||
src/Clipboard.cpp
|
|
||||||
src/Clipboard.h
|
|
||||||
src/CommonCommandFlags.cpp
|
|
||||||
src/CommonCommandFlags.h
|
|
||||||
src/CrashReport.cpp
|
|
||||||
src/CrashReport.h
|
|
||||||
src/ClassicThemeAsCeeCode.h
|
|
||||||
src/ClientData.h
|
|
||||||
src/ClientDataHelpers.h
|
|
||||||
src/CrossFade.cpp
|
|
||||||
src/CrossFade.h
|
|
||||||
src/DarkThemeAsCeeCode.h
|
|
||||||
src/Dependencies.cpp
|
|
||||||
src/Dependencies.h
|
|
||||||
src/DeviceChange.cpp
|
|
||||||
src/DeviceChange.h
|
|
||||||
src/DeviceManager.cpp
|
|
||||||
src/DeviceManager.h
|
|
||||||
src/Diags.cpp
|
|
||||||
src/Diags.h
|
|
||||||
src/DirManager.cpp
|
|
||||||
src/DirManager.h
|
|
||||||
src/Dither.cpp
|
|
||||||
src/Dither.h
|
|
||||||
src/Envelope.cpp
|
|
||||||
src/Envelope.h
|
|
||||||
src/EnvelopeEditor.cpp
|
|
||||||
src/EnvelopeEditor.h
|
|
||||||
src/Experimental.h
|
|
||||||
src/FFT.cpp
|
|
||||||
src/FFT.h
|
|
||||||
src/FFmpeg.cpp
|
|
||||||
src/FFmpeg.h
|
|
||||||
src/FileException.cpp
|
|
||||||
src/FileException.h
|
|
||||||
src/FileFormats.cpp
|
|
||||||
src/FileFormats.h
|
|
||||||
src/FileIO.cpp
|
|
||||||
src/FileIO.h
|
|
||||||
src/FileNames.cpp
|
|
||||||
src/FileNames.h
|
|
||||||
src/FreqWindow.cpp
|
|
||||||
src/FreqWindow.h
|
|
||||||
src/HelpText.cpp
|
|
||||||
src/HelpText.h
|
|
||||||
src/HiContrastThemeAsCeeCode.h
|
|
||||||
src/HistoryWindow.cpp
|
|
||||||
src/HistoryWindow.h
|
|
||||||
src/HitTestResult.h
|
|
||||||
src/ImageManipulation.cpp
|
|
||||||
src/ImageManipulation.h
|
|
||||||
src/InconsistencyException.cpp
|
|
||||||
src/InconsistencyException.h
|
|
||||||
src/Internat.cpp
|
|
||||||
src/Internat.h
|
|
||||||
src/InterpolateAudio.cpp
|
|
||||||
src/InterpolateAudio.h
|
|
||||||
src/KeyboardCapture.cpp
|
|
||||||
src/KeyboardCapture.h
|
|
||||||
src/LabelDialog.cpp
|
|
||||||
src/LabelDialog.h
|
|
||||||
src/LabelTrack.cpp
|
|
||||||
src/LabelTrack.h
|
|
||||||
src/LangChoice.cpp
|
|
||||||
src/LangChoice.h
|
|
||||||
src/Languages.cpp
|
|
||||||
src/Languages.h
|
|
||||||
src/Legacy.cpp
|
|
||||||
src/Legacy.h
|
|
||||||
src/LightThemeAsCeeCode.h
|
|
||||||
src/Lyrics.cpp
|
|
||||||
src/Lyrics.h
|
|
||||||
src/LyricsWindow.cpp
|
|
||||||
src/LyricsWindow.h
|
|
||||||
src/MacroMagic.h
|
|
||||||
src/Matrix.cpp
|
|
||||||
src/Matrix.h
|
|
||||||
src/MemoryX.h
|
|
||||||
src/Menus.cpp
|
|
||||||
src/Menus.h
|
|
||||||
src/MenusMac.cpp
|
|
||||||
src/MissingAliasFileDialog.cpp
|
|
||||||
src/MissingAliasFileDialog.h
|
|
||||||
src/Mix.cpp
|
|
||||||
src/Mix.h
|
|
||||||
src/MixerBoard.cpp
|
|
||||||
src/MixerBoard.h
|
|
||||||
src/ModuleManager.cpp
|
|
||||||
src/ModuleManager.h
|
|
||||||
src/NoteTrack.cpp
|
|
||||||
src/NoteTrack.h
|
|
||||||
src/NumberScale.h
|
|
||||||
src/PitchName.cpp
|
|
||||||
src/PitchName.h
|
|
||||||
src/PlatformCompatibility.cpp
|
|
||||||
src/PlatformCompatibility.h
|
|
||||||
src/PluginManager.cpp
|
|
||||||
src/PluginManager.h
|
|
||||||
src/Prefs.cpp
|
|
||||||
src/Prefs.h
|
|
||||||
src/Printing.cpp
|
|
||||||
src/Printing.h
|
|
||||||
src/Profiler.cpp
|
|
||||||
src/Profiler.h
|
|
||||||
src/Project.cpp
|
|
||||||
src/Project.h
|
|
||||||
src/ProjectAudioIO.cpp
|
|
||||||
src/ProjectAudioIO.h
|
|
||||||
src/ProjectAudioManager.cpp
|
|
||||||
src/ProjectAudioManager.h
|
|
||||||
src/ProjectFileIO.cpp
|
|
||||||
src/ProjectFileIO.h
|
|
||||||
src/ProjectFileIORegistry.cpp
|
|
||||||
src/ProjectFileIORegistry.h
|
|
||||||
src/ProjectFileManager.cpp
|
|
||||||
src/ProjectFileManager.h
|
|
||||||
src/ProjectFSCK.cpp
|
|
||||||
src/ProjectFSCK.h
|
|
||||||
src/ProjectHistory.cpp
|
|
||||||
src/ProjectHistory.h
|
|
||||||
src/ProjectManager.cpp
|
|
||||||
src/ProjectManager.h
|
|
||||||
src/ProjectSelectionManager.cpp
|
|
||||||
src/ProjectSelectionManager.h
|
|
||||||
src/ProjectSettings.cpp
|
|
||||||
src/ProjectSettings.h
|
|
||||||
src/ProjectStatus.cpp
|
|
||||||
src/ProjectStatus.h
|
|
||||||
src/ProjectWindow.cpp
|
|
||||||
src/ProjectWindow.h
|
|
||||||
src/ProjectWindowBase.cpp
|
|
||||||
src/ProjectWindowBase.h
|
|
||||||
src/RealFFTf.cpp
|
|
||||||
src/RealFFTf.h
|
|
||||||
src/RealFFTf48x.cpp
|
|
||||||
src/RealFFTf48x.h
|
|
||||||
src/RefreshCode.h
|
|
||||||
src/Registrar.h
|
|
||||||
src/Resample.cpp
|
|
||||||
src/Resample.h
|
|
||||||
src/RevisionIdent.h
|
|
||||||
src/RingBuffer.cpp
|
|
||||||
src/RingBuffer.h
|
|
||||||
src/SampleFormat.cpp
|
|
||||||
src/SampleFormat.h
|
|
||||||
src/Screenshot.cpp
|
|
||||||
src/Screenshot.h
|
|
||||||
src/SelectUtilities.cpp
|
|
||||||
src/SelectUtilities.h
|
|
||||||
src/SelectedRegion.cpp
|
|
||||||
src/SelectedRegion.h
|
|
||||||
src/SelectionState.cpp
|
|
||||||
src/SelectionState.h
|
|
||||||
src/Sequence.cpp
|
|
||||||
src/Sequence.h
|
|
||||||
src/Shuttle.cpp
|
|
||||||
src/Shuttle.h
|
|
||||||
src/ShuttleGetDefinition.cpp
|
|
||||||
src/ShuttleGetDefinition.h
|
|
||||||
src/ShuttleGui.cpp
|
|
||||||
src/ShuttleGui.h
|
|
||||||
src/ShuttlePrefs.cpp
|
|
||||||
src/ShuttlePrefs.h
|
|
||||||
src/Snap.cpp
|
|
||||||
src/Snap.h
|
|
||||||
src/SoundActivatedRecord.cpp
|
|
||||||
src/SoundActivatedRecord.h
|
|
||||||
src/Spectrum.cpp
|
|
||||||
src/Spectrum.h
|
|
||||||
src/SpectrumAnalyst.cpp
|
|
||||||
src/SpectrumAnalyst.h
|
|
||||||
src/SplashDialog.cpp
|
|
||||||
src/SplashDialog.h
|
|
||||||
src/SseMathFuncs.cpp
|
|
||||||
src/SseMathFuncs.h
|
|
||||||
src/Tags.cpp
|
|
||||||
src/Tags.h
|
|
||||||
src/Theme.cpp
|
|
||||||
src/Theme.h
|
|
||||||
src/ThemeAsCeeCode.h
|
|
||||||
src/TimeDialog.cpp
|
|
||||||
src/TimeDialog.h
|
|
||||||
src/TimeTrack.cpp
|
|
||||||
src/TimeTrack.h
|
|
||||||
src/TimerRecordDialog.cpp
|
|
||||||
src/TimerRecordDialog.h
|
|
||||||
src/Track.cpp
|
|
||||||
src/Track.h
|
|
||||||
src/TrackArtist.cpp
|
|
||||||
src/TrackArtist.h
|
|
||||||
src/TrackInfo.cpp
|
|
||||||
src/TrackInfo.h
|
|
||||||
src/TrackPanel.cpp
|
|
||||||
src/TrackPanel.h
|
|
||||||
src/TrackPanelAx.cpp
|
|
||||||
src/TrackPanelAx.h
|
|
||||||
src/TrackPanelCell.h
|
|
||||||
src/TrackPanelDrawable.h
|
|
||||||
src/TrackPanelDrawingContext.h
|
|
||||||
src/TrackPanelListener.h
|
|
||||||
src/TrackPanelMouseEvent.h
|
|
||||||
src/TrackPanelResizeHandle.cpp
|
|
||||||
src/TrackPanelResizeHandle.h
|
|
||||||
src/TrackPanelResizerCell.cpp
|
|
||||||
src/TrackPanelResizerCell.h
|
|
||||||
src/TrackUtilities.cpp
|
|
||||||
src/TrackUtilities.h
|
|
||||||
src/UIHandle.cpp
|
|
||||||
src/UIHandle.h
|
|
||||||
src/UndoManager.cpp
|
|
||||||
src/UndoManager.h
|
|
||||||
src/UserException.cpp
|
|
||||||
src/UserException.h
|
|
||||||
src/ViewInfo.cpp
|
|
||||||
src/ViewInfo.h
|
|
||||||
src/VoiceKey.cpp
|
|
||||||
src/VoiceKey.h
|
|
||||||
src/WaveClip.cpp
|
|
||||||
src/WaveClip.h
|
|
||||||
src/WaveTrack.cpp
|
|
||||||
src/WaveTrack.h
|
|
||||||
src/WaveTrackLocation.h
|
|
||||||
src/WrappedType.cpp
|
|
||||||
src/WrappedType.h
|
|
||||||
src/ZoomInfo.cpp
|
|
||||||
src/ZoomInfo.h
|
|
||||||
src/blockfile/LegacyAliasBlockFile.cpp
|
|
||||||
src/blockfile/LegacyAliasBlockFile.h
|
|
||||||
src/blockfile/LegacyBlockFile.cpp
|
|
||||||
src/blockfile/LegacyBlockFile.h
|
|
||||||
src/blockfile/NotYetAvailableException.cpp
|
|
||||||
src/blockfile/NotYetAvailableException.h
|
|
||||||
src/blockfile/ODDecodeBlockFile.cpp
|
|
||||||
src/blockfile/ODDecodeBlockFile.h
|
|
||||||
src/blockfile/ODPCMAliasBlockFile.cpp
|
|
||||||
src/blockfile/ODPCMAliasBlockFile.h
|
|
||||||
src/blockfile/PCMAliasBlockFile.cpp
|
|
||||||
src/blockfile/PCMAliasBlockFile.h
|
|
||||||
src/blockfile/SilentBlockFile.cpp
|
|
||||||
src/blockfile/SilentBlockFile.h
|
|
||||||
src/blockfile/SimpleBlockFile.cpp
|
|
||||||
src/blockfile/SimpleBlockFile.h
|
|
||||||
src/commands/AppCommandEvent.cpp
|
|
||||||
src/commands/AppCommandEvent.h
|
|
||||||
src/commands/AudacityCommand.cpp
|
|
||||||
src/commands/AudacityCommand.h
|
|
||||||
src/commands/BatchEvalCommand.cpp
|
|
||||||
src/commands/BatchEvalCommand.h
|
|
||||||
src/commands/Command.cpp
|
|
||||||
src/commands/Command.h
|
|
||||||
src/commands/CommandBuilder.cpp
|
|
||||||
src/commands/CommandBuilder.h
|
|
||||||
src/commands/CommandContext.cpp
|
|
||||||
src/commands/CommandContext.h
|
|
||||||
src/commands/CommandDirectory.cpp
|
|
||||||
src/commands/CommandDirectory.h
|
|
||||||
src/commands/CommandFlag.h
|
|
||||||
src/commands/CommandFunctors.h
|
|
||||||
src/commands/CommandHandler.cpp
|
|
||||||
src/commands/CommandHandler.h
|
|
||||||
src/commands/CommandManager.cpp
|
|
||||||
src/commands/CommandManager.h
|
|
||||||
src/commands/CommandManagerWindowClasses.h
|
|
||||||
src/commands/CommandMisc.h
|
|
||||||
src/commands/CommandSignature.cpp
|
|
||||||
src/commands/CommandSignature.h
|
|
||||||
src/commands/CommandTargets.cpp
|
|
||||||
src/commands/CommandTargets.h
|
|
||||||
src/commands/CommandType.cpp
|
|
||||||
src/commands/CommandType.h
|
|
||||||
src/commands/CompareAudioCommand.cpp
|
|
||||||
src/commands/CompareAudioCommand.h
|
|
||||||
src/commands/Demo.cpp
|
|
||||||
src/commands/Demo.h
|
|
||||||
src/commands/DragCommand.cpp
|
|
||||||
src/commands/DragCommand.h
|
|
||||||
src/commands/GetInfoCommand.cpp
|
|
||||||
src/commands/GetInfoCommand.h
|
|
||||||
src/commands/GetTrackInfoCommand.cpp
|
|
||||||
src/commands/GetTrackInfoCommand.h
|
|
||||||
src/commands/HelpCommand.cpp
|
|
||||||
src/commands/HelpCommand.h
|
|
||||||
src/commands/ImportExportCommands.cpp
|
|
||||||
src/commands/ImportExportCommands.h
|
|
||||||
src/commands/Keyboard.cpp
|
|
||||||
src/commands/Keyboard.h
|
|
||||||
src/commands/LoadCommands.cpp
|
|
||||||
src/commands/LoadCommands.h
|
|
||||||
src/commands/MessageCommand.cpp
|
|
||||||
src/commands/MessageCommand.h
|
|
||||||
src/commands/OpenSaveCommands.cpp
|
|
||||||
src/commands/OpenSaveCommands.h
|
|
||||||
src/commands/PreferenceCommands.cpp
|
|
||||||
src/commands/PreferenceCommands.h
|
|
||||||
src/commands/ResponseQueue.cpp
|
|
||||||
src/commands/ResponseQueue.h
|
|
||||||
src/commands/ScreenshotCommand.cpp
|
|
||||||
src/commands/ScreenshotCommand.h
|
|
||||||
src/commands/ScriptCommandRelay.cpp
|
|
||||||
src/commands/ScriptCommandRelay.h
|
|
||||||
src/commands/SelectCommand.cpp
|
|
||||||
src/commands/SelectCommand.h
|
|
||||||
src/commands/SetClipCommand.cpp
|
|
||||||
src/commands/SetClipCommand.h
|
|
||||||
src/commands/SetEnvelopeCommand.cpp
|
|
||||||
src/commands/SetEnvelopeCommand.h
|
|
||||||
src/commands/SetLabelCommand.cpp
|
|
||||||
src/commands/SetLabelCommand.h
|
|
||||||
src/commands/SetProjectCommand.cpp
|
|
||||||
src/commands/SetProjectCommand.h
|
|
||||||
src/commands/SetTrackInfoCommand.cpp
|
|
||||||
src/commands/SetTrackInfoCommand.h
|
|
||||||
src/commands/Validators.h
|
|
||||||
src/configtemplate.h
|
|
||||||
src/configunix.h
|
|
||||||
src/configwin.h
|
|
||||||
src/effects/Amplify.cpp
|
|
||||||
src/effects/Amplify.h
|
|
||||||
src/effects/AutoDuck.cpp
|
|
||||||
src/effects/AutoDuck.h
|
|
||||||
src/effects/BassTreble.cpp
|
|
||||||
src/effects/BassTreble.h
|
|
||||||
src/effects/Biquad.cpp
|
|
||||||
src/effects/Biquad.h
|
|
||||||
src/effects/ChangePitch.cpp
|
|
||||||
src/effects/ChangePitch.h
|
|
||||||
src/effects/ChangeSpeed.cpp
|
|
||||||
src/effects/ChangeSpeed.h
|
|
||||||
src/effects/ChangeTempo.cpp
|
|
||||||
src/effects/ChangeTempo.h
|
|
||||||
src/effects/ClickRemoval.cpp
|
|
||||||
src/effects/ClickRemoval.h
|
|
||||||
src/effects/Compressor.cpp
|
|
||||||
src/effects/Compressor.h
|
|
||||||
src/effects/Contrast.cpp
|
|
||||||
src/effects/Contrast.h
|
|
||||||
src/effects/Distortion.cpp
|
|
||||||
src/effects/Distortion.h
|
|
||||||
src/effects/DtmfGen.cpp
|
|
||||||
src/effects/DtmfGen.h
|
|
||||||
src/effects/Echo.cpp
|
|
||||||
src/effects/Echo.h
|
|
||||||
src/effects/Effect.cpp
|
|
||||||
src/effects/Effect.h
|
|
||||||
src/effects/EffectManager.cpp
|
|
||||||
src/effects/EffectManager.h
|
|
||||||
src/effects/EffectUI.cpp
|
|
||||||
src/effects/EffectUI.h
|
|
||||||
src/effects/Equalization.cpp
|
|
||||||
src/effects/Equalization.h
|
|
||||||
src/effects/Equalization48x.cpp
|
|
||||||
src/effects/Equalization48x.h
|
|
||||||
src/effects/Fade.cpp
|
|
||||||
src/effects/Fade.h
|
|
||||||
src/effects/FindClipping.cpp
|
|
||||||
src/effects/FindClipping.h
|
|
||||||
src/effects/Generator.cpp
|
|
||||||
src/effects/Generator.h
|
|
||||||
src/effects/Invert.cpp
|
|
||||||
src/effects/Invert.h
|
|
||||||
src/effects/Leveller.cpp
|
|
||||||
src/effects/Leveller.h
|
|
||||||
src/effects/LoadEffects.cpp
|
|
||||||
src/effects/LoadEffects.h
|
|
||||||
src/effects/Noise.cpp
|
|
||||||
src/effects/Noise.h
|
|
||||||
src/effects/NoiseReduction.cpp
|
|
||||||
src/effects/NoiseReduction.h
|
|
||||||
src/effects/NoiseRemoval.cpp
|
|
||||||
src/effects/NoiseRemoval.h
|
|
||||||
src/effects/Normalize.cpp
|
|
||||||
src/effects/Normalize.h
|
|
||||||
src/effects/Paulstretch.cpp
|
|
||||||
src/effects/Paulstretch.h
|
|
||||||
src/effects/Phaser.cpp
|
|
||||||
src/effects/Phaser.h
|
|
||||||
src/effects/RealtimeEffectManager.cpp
|
|
||||||
src/effects/RealtimeEffectManager.h
|
|
||||||
src/effects/Repair.cpp
|
|
||||||
src/effects/Repair.h
|
|
||||||
src/effects/Repeat.cpp
|
|
||||||
src/effects/Repeat.h
|
|
||||||
src/effects/Reverb.cpp
|
|
||||||
src/effects/Reverb.h
|
|
||||||
src/effects/Reverb_libSoX.h
|
|
||||||
src/effects/Reverse.cpp
|
|
||||||
src/effects/Reverse.h
|
|
||||||
src/effects/SBSMSEffect.cpp
|
|
||||||
src/effects/SBSMSEffect.h
|
|
||||||
src/effects/ScienFilter.cpp
|
|
||||||
src/effects/ScienFilter.h
|
|
||||||
src/effects/ScoreAlignDialog.cpp
|
|
||||||
src/effects/ScoreAlignDialog.h
|
|
||||||
src/effects/Silence.cpp
|
|
||||||
src/effects/Silence.h
|
|
||||||
src/effects/SimpleMono.cpp
|
|
||||||
src/effects/SimpleMono.h
|
|
||||||
src/effects/SoundTouchEffect.cpp
|
|
||||||
src/effects/SoundTouchEffect.h
|
|
||||||
src/effects/StereoToMono.cpp
|
|
||||||
src/effects/StereoToMono.h
|
|
||||||
src/effects/TimeScale.cpp
|
|
||||||
src/effects/TimeScale.h
|
|
||||||
src/effects/TimeWarper.cpp
|
|
||||||
src/effects/TimeWarper.h
|
|
||||||
src/effects/ToneGen.cpp
|
|
||||||
src/effects/ToneGen.h
|
|
||||||
src/effects/TruncSilence.cpp
|
|
||||||
src/effects/TruncSilence.h
|
|
||||||
src/effects/TwoPassSimpleMono.cpp
|
|
||||||
src/effects/TwoPassSimpleMono.h
|
|
||||||
src/effects/VST/VSTControl.h
|
|
||||||
src/effects/VST/VSTControlGTK.cpp
|
|
||||||
src/effects/VST/VSTControlGTK.h
|
|
||||||
src/effects/VST/VSTControlMSW.cpp
|
|
||||||
src/effects/VST/VSTControlMSW.h
|
|
||||||
src/effects/VST/VSTControlOSX.h
|
|
||||||
src/effects/VST/VSTControlOSX.mm
|
|
||||||
src/effects/VST/VSTEffect.cpp
|
|
||||||
src/effects/VST/VSTEffect.h
|
|
||||||
src/effects/VST/aeffectx.h
|
|
||||||
src/effects/Wahwah.cpp
|
|
||||||
src/effects/Wahwah.h
|
|
||||||
src/effects/audiounits/AUControl.h
|
|
||||||
src/effects/audiounits/AUControl.mm
|
|
||||||
src/effects/audiounits/AudioUnitEffect.cpp
|
|
||||||
src/effects/audiounits/AudioUnitEffect.h
|
|
||||||
src/effects/ladspa/LadspaEffect.cpp
|
|
||||||
src/effects/ladspa/LadspaEffect.h
|
|
||||||
src/effects/ladspa/ladspa.h
|
|
||||||
src/effects/lv2/LV2Effect.cpp
|
|
||||||
src/effects/lv2/LV2Effect.h
|
|
||||||
src/effects/lv2/LoadLV2.cpp
|
|
||||||
src/effects/lv2/LoadLV2.h
|
|
||||||
src/effects/lv2/win_gtk.h
|
|
||||||
src/effects/nyquist/LoadNyquist.cpp
|
|
||||||
src/effects/nyquist/LoadNyquist.h
|
|
||||||
src/effects/nyquist/Nyquist.cpp
|
|
||||||
src/effects/nyquist/Nyquist.h
|
|
||||||
src/effects/vamp/LoadVamp.cpp
|
|
||||||
src/effects/vamp/LoadVamp.h
|
|
||||||
src/effects/vamp/VampEffect.cpp
|
|
||||||
src/effects/vamp/VampEffect.h
|
|
||||||
src/export/Export.cpp
|
|
||||||
src/export/Export.h
|
|
||||||
src/export/ExportCL.cpp
|
|
||||||
src/export/ExportFFmpeg.cpp
|
|
||||||
src/export/ExportFFmpegDialogs.cpp
|
|
||||||
src/export/ExportFFmpegDialogs.h
|
|
||||||
src/export/ExportFLAC.cpp
|
|
||||||
src/export/ExportMP2.cpp
|
|
||||||
src/export/ExportMP3.cpp
|
|
||||||
src/export/ExportMP3.h
|
|
||||||
src/export/ExportMultiple.cpp
|
|
||||||
src/export/ExportMultiple.h
|
|
||||||
src/export/ExportOGG.cpp
|
|
||||||
src/export/ExportPCM.cpp
|
|
||||||
src/float_cast.h
|
|
||||||
src/import/FormatClassifier.cpp
|
|
||||||
src/import/FormatClassifier.h
|
|
||||||
src/import/Import.cpp
|
|
||||||
src/import/Import.h
|
|
||||||
src/import/ImportFFmpeg.cpp
|
|
||||||
src/import/ImportFLAC.cpp
|
|
||||||
src/import/ImportForwards.h
|
|
||||||
src/import/ImportGStreamer.cpp
|
|
||||||
src/import/ImportLOF.cpp
|
|
||||||
src/import/ImportMIDI.cpp
|
|
||||||
src/import/ImportMIDI.h
|
|
||||||
src/import/ImportMP3.cpp
|
|
||||||
src/import/ImportOGG.cpp
|
|
||||||
src/import/ImportPCM.cpp
|
|
||||||
src/import/ImportPlugin.h
|
|
||||||
src/import/ImportQT.cpp
|
|
||||||
src/import/ImportRaw.cpp
|
|
||||||
src/import/ImportRaw.h
|
|
||||||
src/import/MultiFormatReader.cpp
|
|
||||||
src/import/MultiFormatReader.h
|
|
||||||
src/import/RawAudioGuess.cpp
|
|
||||||
src/import/RawAudioGuess.h
|
|
||||||
src/import/SpecPowerMeter.cpp
|
|
||||||
src/import/SpecPowerMeter.h
|
|
||||||
src/menus/ClipMenus.cpp
|
|
||||||
src/menus/EditMenus.cpp
|
|
||||||
src/menus/ExtraMenus.cpp
|
|
||||||
src/menus/FileMenus.cpp
|
|
||||||
src/menus/HelpMenus.cpp
|
|
||||||
src/menus/LabelMenus.cpp
|
|
||||||
src/menus/NavigationMenus.cpp
|
|
||||||
src/menus/PluginMenus.cpp
|
|
||||||
src/menus/SelectMenus.cpp
|
|
||||||
src/menus/ToolbarMenus.cpp
|
|
||||||
src/menus/TrackMenus.cpp
|
|
||||||
src/menus/TransportMenus.cpp
|
|
||||||
src/menus/ViewMenus.cpp
|
|
||||||
src/menus/WindowMenus.cpp
|
|
||||||
src/ondemand/ODComputeSummaryTask.cpp
|
|
||||||
src/ondemand/ODComputeSummaryTask.h
|
|
||||||
src/ondemand/ODDecodeFFmpegTask.cpp
|
|
||||||
src/ondemand/ODDecodeFFmpegTask.h
|
|
||||||
src/ondemand/ODDecodeFlacTask.cpp
|
|
||||||
src/ondemand/ODDecodeFlacTask.h
|
|
||||||
src/ondemand/ODDecodeTask.cpp
|
|
||||||
src/ondemand/ODDecodeTask.h
|
|
||||||
src/ondemand/ODManager.cpp
|
|
||||||
src/ondemand/ODManager.h
|
|
||||||
src/ondemand/ODTask.cpp
|
|
||||||
src/ondemand/ODTask.h
|
|
||||||
src/ondemand/ODTaskThread.cpp
|
|
||||||
src/ondemand/ODTaskThread.h
|
|
||||||
src/ondemand/ODWaveTrackTaskQueue.cpp
|
|
||||||
src/ondemand/ODWaveTrackTaskQueue.h
|
|
||||||
src/prefs/BatchPrefs.cpp
|
|
||||||
src/prefs/BatchPrefs.h
|
|
||||||
src/prefs/DevicePrefs.cpp
|
|
||||||
src/prefs/DevicePrefs.h
|
|
||||||
src/prefs/DirectoriesPrefs.cpp
|
|
||||||
src/prefs/DirectoriesPrefs.h
|
|
||||||
src/prefs/EffectsPrefs.cpp
|
|
||||||
src/prefs/EffectsPrefs.h
|
|
||||||
src/prefs/ExtImportPrefs.cpp
|
|
||||||
src/prefs/ExtImportPrefs.h
|
|
||||||
src/prefs/GUIPrefs.cpp
|
|
||||||
src/prefs/GUIPrefs.h
|
|
||||||
src/prefs/GUISettings.h
|
|
||||||
src/prefs/ImportExportPrefs.cpp
|
|
||||||
src/prefs/ImportExportPrefs.h
|
|
||||||
src/prefs/KeyConfigPrefs.cpp
|
|
||||||
src/prefs/KeyConfigPrefs.h
|
|
||||||
src/prefs/LibraryPrefs.cpp
|
|
||||||
src/prefs/LibraryPrefs.h
|
|
||||||
src/prefs/MidiIOPrefs.cpp
|
|
||||||
src/prefs/MidiIOPrefs.h
|
|
||||||
src/prefs/ModulePrefs.cpp
|
|
||||||
src/prefs/ModulePrefs.h
|
|
||||||
src/prefs/MousePrefs.cpp
|
|
||||||
src/prefs/MousePrefs.h
|
|
||||||
src/prefs/PlaybackPrefs.cpp
|
|
||||||
src/prefs/PlaybackPrefs.h
|
|
||||||
src/prefs/PrefsDialog.cpp
|
|
||||||
src/prefs/PrefsDialog.h
|
|
||||||
src/prefs/PrefsPanel.h
|
|
||||||
src/prefs/ProjectsPrefs.cpp
|
|
||||||
src/prefs/ProjectsPrefs.h
|
|
||||||
src/prefs/QualityPrefs.cpp
|
|
||||||
src/prefs/QualityPrefs.h
|
|
||||||
src/prefs/RecordingPrefs.cpp
|
|
||||||
src/prefs/RecordingPrefs.h
|
|
||||||
src/prefs/SpectrogramSettings.cpp
|
|
||||||
src/prefs/SpectrogramSettings.h
|
|
||||||
src/prefs/SpectrumPrefs.cpp
|
|
||||||
src/prefs/SpectrumPrefs.h
|
|
||||||
src/prefs/ThemePrefs.cpp
|
|
||||||
src/prefs/ThemePrefs.h
|
|
||||||
src/prefs/TracksBehaviorsPrefs.cpp
|
|
||||||
src/prefs/TracksBehaviorsPrefs.h
|
|
||||||
src/prefs/TracksPrefs.cpp
|
|
||||||
src/prefs/TracksPrefs.h
|
|
||||||
src/prefs/WarningsPrefs.cpp
|
|
||||||
src/prefs/WarningsPrefs.h
|
|
||||||
src/prefs/WaveformPrefs.cpp
|
|
||||||
src/prefs/WaveformPrefs.h
|
|
||||||
src/prefs/WaveformSettings.cpp
|
|
||||||
src/prefs/WaveformSettings.h
|
|
||||||
src/toolbars/ControlToolBar.cpp
|
|
||||||
src/toolbars/ControlToolBar.h
|
|
||||||
src/toolbars/DeviceToolBar.cpp
|
|
||||||
src/toolbars/DeviceToolBar.h
|
|
||||||
src/toolbars/EditToolBar.cpp
|
|
||||||
src/toolbars/EditToolBar.h
|
|
||||||
src/toolbars/MeterToolBar.cpp
|
|
||||||
src/toolbars/MeterToolBar.h
|
|
||||||
src/toolbars/MixerToolBar.cpp
|
|
||||||
src/toolbars/MixerToolBar.h
|
|
||||||
src/toolbars/ScrubbingToolBar.cpp
|
|
||||||
src/toolbars/ScrubbingToolBar.h
|
|
||||||
src/toolbars/SelectionBar.cpp
|
|
||||||
src/toolbars/SelectionBar.h
|
|
||||||
src/toolbars/SelectionBarListener.h
|
|
||||||
src/toolbars/SpectralSelectionBar.cpp
|
|
||||||
src/toolbars/SpectralSelectionBar.h
|
|
||||||
src/toolbars/SpectralSelectionBarListener.h
|
|
||||||
src/toolbars/TimerToolBar.cpp
|
|
||||||
src/toolbars/TimerToolBar.h
|
|
||||||
src/toolbars/ToolBar.cpp
|
|
||||||
src/toolbars/ToolBar.h
|
|
||||||
src/toolbars/ToolDock.cpp
|
|
||||||
src/toolbars/ToolDock.h
|
|
||||||
src/toolbars/ToolManager.cpp
|
|
||||||
src/toolbars/ToolManager.h
|
|
||||||
src/toolbars/ToolsToolBar.cpp
|
|
||||||
src/toolbars/ToolsToolBar.h
|
|
||||||
src/toolbars/TranscriptionToolBar.cpp
|
|
||||||
src/toolbars/TranscriptionToolBar.h
|
|
||||||
src/tracks/labeltrack/ui/LabelDefaultClickHandle.cpp
|
|
||||||
src/tracks/labeltrack/ui/LabelDefaultClickHandle.h
|
|
||||||
src/tracks/labeltrack/ui/LabelGlyphHandle.cpp
|
|
||||||
src/tracks/labeltrack/ui/LabelGlyphHandle.h
|
|
||||||
src/tracks/labeltrack/ui/LabelTextHandle.cpp
|
|
||||||
src/tracks/labeltrack/ui/LabelTextHandle.h
|
|
||||||
src/tracks/labeltrack/ui/LabelTrackControls.cpp
|
|
||||||
src/tracks/labeltrack/ui/LabelTrackControls.h
|
|
||||||
src/tracks/labeltrack/ui/LabelTrackView.cpp
|
|
||||||
src/tracks/labeltrack/ui/LabelTrackView.h
|
|
||||||
src/tracks/labeltrack/ui/LabelTrackVRulerControls.cpp
|
|
||||||
src/tracks/labeltrack/ui/LabelTrackVRulerControls.h
|
|
||||||
src/tracks/playabletrack/notetrack/ui/NoteTrackButtonHandle.cpp
|
|
||||||
src/tracks/playabletrack/notetrack/ui/NoteTrackButtonHandle.h
|
|
||||||
src/tracks/playabletrack/notetrack/ui/NoteTrackControls.cpp
|
|
||||||
src/tracks/playabletrack/notetrack/ui/NoteTrackControls.h
|
|
||||||
src/tracks/playabletrack/notetrack/ui/NoteTrackSliderHandles.cpp
|
|
||||||
src/tracks/playabletrack/notetrack/ui/NoteTrackSliderHandles.h
|
|
||||||
src/tracks/playabletrack/notetrack/ui/NoteTrackView.cpp
|
|
||||||
src/tracks/playabletrack/notetrack/ui/NoteTrackView.h
|
|
||||||
src/tracks/playabletrack/notetrack/ui/NoteTrackVRulerControls.cpp
|
|
||||||
src/tracks/playabletrack/notetrack/ui/NoteTrackVRulerControls.h
|
|
||||||
src/tracks/playabletrack/notetrack/ui/NoteTrackVZoomHandle.cpp
|
|
||||||
src/tracks/playabletrack/notetrack/ui/NoteTrackVZoomHandle.h
|
|
||||||
src/tracks/playabletrack/notetrack/ui/StretchHandle.cpp
|
|
||||||
src/tracks/playabletrack/notetrack/ui/StretchHandle.h
|
|
||||||
src/tracks/playabletrack/ui/PlayableTrackButtonHandles.cpp
|
|
||||||
src/tracks/playabletrack/ui/PlayableTrackButtonHandles.h
|
|
||||||
src/tracks/playabletrack/ui/PlayableTrackControls.cpp
|
|
||||||
src/tracks/playabletrack/ui/PlayableTrackControls.h
|
|
||||||
src/tracks/playabletrack/wavetrack/ui/CutlineHandle.cpp
|
|
||||||
src/tracks/playabletrack/wavetrack/ui/CutlineHandle.h
|
|
||||||
src/tracks/playabletrack/wavetrack/ui/SampleHandle.cpp
|
|
||||||
src/tracks/playabletrack/wavetrack/ui/SampleHandle.h
|
|
||||||
src/tracks/playabletrack/wavetrack/ui/SpectrumView.cpp
|
|
||||||
src/tracks/playabletrack/wavetrack/ui/SpectrumView.h
|
|
||||||
src/tracks/playabletrack/wavetrack/ui/SpectrumVRulerControls.cpp
|
|
||||||
src/tracks/playabletrack/wavetrack/ui/SpectrumVRulerControls.h
|
|
||||||
src/tracks/playabletrack/wavetrack/ui/SpectrumVZoomHandle.cpp
|
|
||||||
src/tracks/playabletrack/wavetrack/ui/SpectrumVZoomHandle.h
|
|
||||||
src/tracks/playabletrack/wavetrack/ui/WaveformView.cpp
|
|
||||||
src/tracks/playabletrack/wavetrack/ui/WaveformView.h
|
|
||||||
src/tracks/playabletrack/wavetrack/ui/WaveformVRulerControls.cpp
|
|
||||||
src/tracks/playabletrack/wavetrack/ui/WaveformVRulerControls.h
|
|
||||||
src/tracks/playabletrack/wavetrack/ui/WaveformVZoomHandle.cpp
|
|
||||||
src/tracks/playabletrack/wavetrack/ui/WaveformVZoomHandle.h
|
|
||||||
src/tracks/playabletrack/wavetrack/ui/WaveTrackControls.cpp
|
|
||||||
src/tracks/playabletrack/wavetrack/ui/WaveTrackControls.h
|
|
||||||
src/tracks/playabletrack/wavetrack/ui/WaveTrackSliderHandles.cpp
|
|
||||||
src/tracks/playabletrack/wavetrack/ui/WaveTrackSliderHandles.h
|
|
||||||
src/tracks/playabletrack/wavetrack/ui/WaveTrackView.cpp
|
|
||||||
src/tracks/playabletrack/wavetrack/ui/WaveTrackView.h
|
|
||||||
src/tracks/playabletrack/wavetrack/ui/WaveTrackViewConstants.cpp
|
|
||||||
src/tracks/playabletrack/wavetrack/ui/WaveTrackViewConstants.h
|
|
||||||
src/tracks/playabletrack/wavetrack/ui/WaveTrackVRulerControls.cpp
|
|
||||||
src/tracks/playabletrack/wavetrack/ui/WaveTrackVRulerControls.h
|
|
||||||
src/tracks/playabletrack/wavetrack/ui/WaveTrackVZoomHandle.cpp
|
|
||||||
src/tracks/playabletrack/wavetrack/ui/WaveTrackVZoomHandle.h
|
|
||||||
src/tracks/timetrack/ui/TimeTrackControls.cpp
|
|
||||||
src/tracks/timetrack/ui/TimeTrackControls.h
|
|
||||||
src/tracks/timetrack/ui/TimeTrackView.cpp
|
|
||||||
src/tracks/timetrack/ui/TimeTrackView.h
|
|
||||||
src/tracks/timetrack/ui/TimeTrackVRulerControls.cpp
|
|
||||||
src/tracks/timetrack/ui/TimeTrackVRulerControls.h
|
|
||||||
src/tracks/ui/BackgroundCell.cpp
|
|
||||||
src/tracks/ui/BackgroundCell.h
|
|
||||||
src/tracks/ui/ButtonHandle.cpp
|
|
||||||
src/tracks/ui/ButtonHandle.h
|
|
||||||
src/tracks/ui/CommonTrackControls.cpp
|
|
||||||
src/tracks/ui/CommonTrackControls.h
|
|
||||||
src/tracks/ui/CommonTrackPanelCell.cpp
|
|
||||||
src/tracks/ui/CommonTrackPanelCell.h
|
|
||||||
src/tracks/ui/CommonTrackView.cpp
|
|
||||||
src/tracks/ui/CommonTrackView.h
|
|
||||||
src/tracks/ui/EditCursorOverlay.cpp
|
|
||||||
src/tracks/ui/EditCursorOverlay.h
|
|
||||||
src/tracks/ui/EnvelopeHandle.cpp
|
|
||||||
src/tracks/ui/EnvelopeHandle.h
|
|
||||||
src/tracks/ui/PlayIndicatorOverlay.cpp
|
|
||||||
src/tracks/ui/PlayIndicatorOverlay.h
|
|
||||||
src/tracks/ui/Scrubbing.cpp
|
|
||||||
src/tracks/ui/Scrubbing.h
|
|
||||||
src/tracks/ui/ScrubUI.cpp
|
|
||||||
src/tracks/ui/ScrubUI.h
|
|
||||||
src/tracks/ui/SelectHandle.cpp
|
|
||||||
src/tracks/ui/SelectHandle.h
|
|
||||||
src/tracks/ui/SliderHandle.cpp
|
|
||||||
src/tracks/ui/SliderHandle.h
|
|
||||||
src/tracks/ui/TimeShiftHandle.cpp
|
|
||||||
src/tracks/ui/TimeShiftHandle.h
|
|
||||||
src/tracks/ui/TrackButtonHandles.cpp
|
|
||||||
src/tracks/ui/TrackButtonHandles.h
|
|
||||||
src/tracks/ui/TrackControls.cpp
|
|
||||||
src/tracks/ui/TrackControls.h
|
|
||||||
src/tracks/ui/TrackSelectHandle.cpp
|
|
||||||
src/tracks/ui/TrackSelectHandle.h
|
|
||||||
src/tracks/ui/TrackView.cpp
|
|
||||||
src/tracks/ui/TrackView.h
|
|
||||||
src/tracks/ui/TrackVRulerControls.cpp
|
|
||||||
src/tracks/ui/TrackVRulerControls.h
|
|
||||||
src/tracks/ui/ZoomHandle.cpp
|
|
||||||
src/tracks/ui/ZoomHandle.h
|
|
||||||
src/widgets/AButton.cpp
|
|
||||||
src/widgets/AButton.h
|
|
||||||
src/widgets/ASlider.cpp
|
|
||||||
src/widgets/ASlider.h
|
|
||||||
src/widgets/AttachableScrollBar.cpp
|
|
||||||
src/widgets/AttachableScrollBar.h
|
|
||||||
src/widgets/AudacityMessageBox.cpp
|
|
||||||
src/widgets/AudacityMessageBox.h
|
|
||||||
src/widgets/BackedPanel.cpp
|
|
||||||
src/widgets/BackedPanel.h
|
|
||||||
src/widgets/ErrorDialog.cpp
|
|
||||||
src/widgets/ErrorDialog.h
|
|
||||||
src/widgets/ExpandingToolBar.cpp
|
|
||||||
src/widgets/ExpandingToolBar.h
|
|
||||||
src/widgets/FileHistory.cpp
|
|
||||||
src/widgets/FileHistory.h
|
|
||||||
src/widgets/Grabber.cpp
|
|
||||||
src/widgets/Grabber.h
|
|
||||||
src/widgets/Grid.cpp
|
|
||||||
src/widgets/Grid.h
|
|
||||||
src/widgets/HelpSystem.cpp
|
|
||||||
src/widgets/HelpSystem.h
|
|
||||||
src/widgets/HtmlWindow.cpp
|
|
||||||
src/widgets/HtmlWindow.h
|
|
||||||
src/widgets/ImageRoll.cpp
|
|
||||||
src/widgets/ImageRoll.h
|
|
||||||
src/widgets/KeyView.cpp
|
|
||||||
src/widgets/KeyView.h
|
|
||||||
src/widgets/Meter.cpp
|
|
||||||
src/widgets/Meter.h
|
|
||||||
src/widgets/MeterPanelBase.cpp
|
|
||||||
src/widgets/MeterPanelBase.h
|
|
||||||
src/widgets/MultiDialog.cpp
|
|
||||||
src/widgets/MultiDialog.h
|
|
||||||
src/widgets/NumericTextCtrl.cpp
|
|
||||||
src/widgets/NumericTextCtrl.h
|
|
||||||
src/widgets/Overlay.cpp
|
|
||||||
src/widgets/Overlay.h
|
|
||||||
src/widgets/OverlayPanel.cpp
|
|
||||||
src/widgets/OverlayPanel.h
|
|
||||||
src/widgets/PopupMenuTable.cpp
|
|
||||||
src/widgets/PopupMenuTable.h
|
|
||||||
src/widgets/ProgressDialog.cpp
|
|
||||||
src/widgets/ProgressDialog.h
|
|
||||||
src/widgets/Ruler.cpp
|
|
||||||
src/widgets/Ruler.h
|
|
||||||
src/widgets/Warning.cpp
|
|
||||||
src/widgets/Warning.h
|
|
||||||
src/widgets/WindowAccessible.cpp
|
|
||||||
src/widgets/WindowAccessible.h
|
|
||||||
src/widgets/numformatter.cpp
|
|
||||||
src/widgets/numformatter.h
|
|
||||||
src/widgets/valnum.cpp
|
|
||||||
src/widgets/valnum.h
|
|
||||||
src/widgets/wxPanelWrapper.cpp
|
|
||||||
src/widgets/wxPanelWrapper.h
|
|
||||||
src/wxFileNameWrapper.h
|
|
||||||
src/xml/XMLFileReader.cpp
|
|
||||||
src/xml/XMLFileReader.h
|
|
||||||
src/xml/XMLTagHandler.cpp
|
|
||||||
src/xml/XMLTagHandler.h
|
|
||||||
src/xml/XMLWriter.cpp
|
|
||||||
src/xml/XMLWriter.h
|
|
@ -1,47 +0,0 @@
|
|||||||
# Special Makefile rules for English message catalogs with quotation marks.
|
|
||||||
|
|
||||||
DISTFILES.common.extra1 = quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot
|
|
||||||
|
|
||||||
.SUFFIXES: .insert-header .po-update-en
|
|
||||||
|
|
||||||
en@quot.po-create:
|
|
||||||
$(MAKE) en@quot.po-update
|
|
||||||
en@boldquot.po-create:
|
|
||||||
$(MAKE) en@boldquot.po-update
|
|
||||||
|
|
||||||
en@quot.po-update: en@quot.po-update-en
|
|
||||||
en@boldquot.po-update: en@boldquot.po-update-en
|
|
||||||
|
|
||||||
.insert-header.po-update-en:
|
|
||||||
@lang=`echo $@ | sed -e 's/\.po-update-en$$//'`; \
|
|
||||||
if test "$(PACKAGE)" = "gettext"; then PATH=`pwd`/../src:$$PATH; GETTEXTLIBDIR=`cd $(top_srcdir)/src && pwd`; export GETTEXTLIBDIR; fi; \
|
|
||||||
tmpdir=`pwd`; \
|
|
||||||
echo "$$lang:"; \
|
|
||||||
ll=`echo $$lang | sed -e 's/@.*//'`; \
|
|
||||||
LC_ALL=C; export LC_ALL; \
|
|
||||||
cd $(srcdir); \
|
|
||||||
if $(MSGINIT) -i $(DOMAIN).pot --no-translator -l $$lang -o - 2>/dev/null | sed -f $$tmpdir/$$lang.insert-header | $(MSGCONV) -t UTF-8 | $(MSGFILTER) sed -f `echo $$lang | sed -e 's/.*@//'`.sed 2>/dev/null > $$tmpdir/$$lang.new.po; then \
|
|
||||||
if cmp $$lang.po $$tmpdir/$$lang.new.po >/dev/null 2>&1; then \
|
|
||||||
rm -f $$tmpdir/$$lang.new.po; \
|
|
||||||
else \
|
|
||||||
if mv -f $$tmpdir/$$lang.new.po $$lang.po; then \
|
|
||||||
:; \
|
|
||||||
else \
|
|
||||||
echo "creation of $$lang.po failed: cannot move $$tmpdir/$$lang.new.po to $$lang.po" 1>&2; \
|
|
||||||
exit 1; \
|
|
||||||
fi; \
|
|
||||||
fi; \
|
|
||||||
else \
|
|
||||||
echo "creation of $$lang.po failed!" 1>&2; \
|
|
||||||
rm -f $$tmpdir/$$lang.new.po; \
|
|
||||||
fi
|
|
||||||
|
|
||||||
en@quot.insert-header: insert-header.sin
|
|
||||||
sed -e '/^#/d' -e 's/HEADER/en@quot.header/g' $(srcdir)/insert-header.sin > en@quot.insert-header
|
|
||||||
|
|
||||||
en@boldquot.insert-header: insert-header.sin
|
|
||||||
sed -e '/^#/d' -e 's/HEADER/en@boldquot.header/g' $(srcdir)/insert-header.sin > en@boldquot.insert-header
|
|
||||||
|
|
||||||
mostlyclean: mostlyclean-quot
|
|
||||||
mostlyclean-quot:
|
|
||||||
rm -f *.insert-header
|
|
@ -1,10 +0,0 @@
|
|||||||
s/"\([^"]*\)"/“\1”/g
|
|
||||||
s/`\([^`']*\)'/‘\1’/g
|
|
||||||
s/ '\([^`']*\)' / ‘\1’ /g
|
|
||||||
s/ '\([^`']*\)'$/ ‘\1’/g
|
|
||||||
s/^'\([^`']*\)' /‘\1’ /g
|
|
||||||
s/“”/""/g
|
|
||||||
s/“/“[1m/g
|
|
||||||
s/”/[0m”/g
|
|
||||||
s/‘/‘[1m/g
|
|
||||||
s/’/[0m’/g
|
|
@ -1,25 +0,0 @@
|
|||||||
# All this catalog "translates" are quotation characters.
|
|
||||||
# The msgids must be ASCII and therefore cannot contain real quotation
|
|
||||||
# characters, only substitutes like grave accent (0x60), apostrophe (0x27)
|
|
||||||
# and double quote (0x22). These substitutes look strange; see
|
|
||||||
# http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
|
|
||||||
#
|
|
||||||
# This catalog translates grave accent (0x60) and apostrophe (0x27) to
|
|
||||||
# left single quotation mark (U+2018) and right single quotation mark (U+2019).
|
|
||||||
# It also translates pairs of apostrophe (0x27) to
|
|
||||||
# left single quotation mark (U+2018) and right single quotation mark (U+2019)
|
|
||||||
# and pairs of quotation mark (0x22) to
|
|
||||||
# left double quotation mark (U+201C) and right double quotation mark (U+201D).
|
|
||||||
#
|
|
||||||
# When output to an UTF-8 terminal, the quotation characters appear perfectly.
|
|
||||||
# When output to an ISO-8859-1 terminal, the single quotation marks are
|
|
||||||
# transliterated to apostrophes (by iconv in glibc 2.2 or newer) or to
|
|
||||||
# grave/acute accent (by libiconv), and the double quotation marks are
|
|
||||||
# transliterated to 0x22.
|
|
||||||
# When output to an ASCII terminal, the single quotation marks are
|
|
||||||
# transliterated to apostrophes, and the double quotation marks are
|
|
||||||
# transliterated to 0x22.
|
|
||||||
#
|
|
||||||
# This catalog furthermore displays the text between the quotation marks in
|
|
||||||
# bold face, assuming the VT100/XTerm escape sequences.
|
|
||||||
#
|
|
@ -1,22 +0,0 @@
|
|||||||
# All this catalog "translates" are quotation characters.
|
|
||||||
# The msgids must be ASCII and therefore cannot contain real quotation
|
|
||||||
# characters, only substitutes like grave accent (0x60), apostrophe (0x27)
|
|
||||||
# and double quote (0x22). These substitutes look strange; see
|
|
||||||
# http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
|
|
||||||
#
|
|
||||||
# This catalog translates grave accent (0x60) and apostrophe (0x27) to
|
|
||||||
# left single quotation mark (U+2018) and right single quotation mark (U+2019).
|
|
||||||
# It also translates pairs of apostrophe (0x27) to
|
|
||||||
# left single quotation mark (U+2018) and right single quotation mark (U+2019)
|
|
||||||
# and pairs of quotation mark (0x22) to
|
|
||||||
# left double quotation mark (U+201C) and right double quotation mark (U+201D).
|
|
||||||
#
|
|
||||||
# When output to an UTF-8 terminal, the quotation characters appear perfectly.
|
|
||||||
# When output to an ISO-8859-1 terminal, the single quotation marks are
|
|
||||||
# transliterated to apostrophes (by iconv in glibc 2.2 or newer) or to
|
|
||||||
# grave/acute accent (by libiconv), and the double quotation marks are
|
|
||||||
# transliterated to 0x22.
|
|
||||||
# When output to an ASCII terminal, the single quotation marks are
|
|
||||||
# transliterated to apostrophes, and the double quotation marks are
|
|
||||||
# transliterated to 0x22.
|
|
||||||
#
|
|
@ -1,23 +0,0 @@
|
|||||||
# Sed script that inserts the file called HEADER before the header entry.
|
|
||||||
#
|
|
||||||
# At each occurrence of a line starting with "msgid ", we execute the following
|
|
||||||
# commands. At the first occurrence, insert the file. At the following
|
|
||||||
# occurrences, do nothing. The distinction between the first and the following
|
|
||||||
# occurrences is achieved by looking at the hold space.
|
|
||||||
/^msgid /{
|
|
||||||
x
|
|
||||||
# Test if the hold space is empty.
|
|
||||||
s/m/m/
|
|
||||||
ta
|
|
||||||
# Yes it was empty. First occurrence. Read the file.
|
|
||||||
r HEADER
|
|
||||||
# Output the file's contents by reading the next line. But don't lose the
|
|
||||||
# current line while doing this.
|
|
||||||
g
|
|
||||||
N
|
|
||||||
bb
|
|
||||||
:a
|
|
||||||
# The hold space was nonempty. Following occurrences. Do nothing.
|
|
||||||
x
|
|
||||||
:b
|
|
||||||
}
|
|
@ -1,6 +0,0 @@
|
|||||||
s/"\([^"]*\)"/“\1”/g
|
|
||||||
s/`\([^`']*\)'/‘\1’/g
|
|
||||||
s/ '\([^`']*\)' / ‘\1’ /g
|
|
||||||
s/ '\([^`']*\)'$/ ‘\1’/g
|
|
||||||
s/^'\([^`']*\)' /‘\1’ /g
|
|
||||||
s/“”/""/g
|
|
@ -1,19 +0,0 @@
|
|||||||
# Sed script that remove the POT-Creation-Date line in the header entry
|
|
||||||
# from a POT file.
|
|
||||||
#
|
|
||||||
# The distinction between the first and the following occurrences of the
|
|
||||||
# pattern is achieved by looking at the hold space.
|
|
||||||
/^"POT-Creation-Date: .*"$/{
|
|
||||||
x
|
|
||||||
# Test if the hold space is empty.
|
|
||||||
s/P/P/
|
|
||||||
ta
|
|
||||||
# Yes it was empty. First occurrence. Remove the line.
|
|
||||||
g
|
|
||||||
d
|
|
||||||
bb
|
|
||||||
:a
|
|
||||||
# The hold space was nonempty. Following occurrences. Do nothing.
|
|
||||||
x
|
|
||||||
:b
|
|
||||||
}
|
|
Loading…
x
Reference in New Issue
Block a user