You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
976 lines
36 KiB
976 lines
36 KiB
15 years ago
|
# to rebuild the list:
|
||
|
# find commands/ document/ gui/ -iname '*.cpp' -or -iname '*.h' > list.txt
|
||
|
|
||
|
SET(gui_dcop_SRCS
|
||
|
gui/application/RosegardenIface.h
|
||
|
gui/editors/segment/TrackEditorIface.h
|
||
|
)
|
||
|
|
||
|
SET(ui_SRCS
|
||
|
gui/ui/RosegardenTransport.ui
|
||
|
)
|
||
|
|
||
|
SET(commands_SRCS
|
||
|
commands/edit/AddDotCommand.cpp
|
||
|
commands/edit/AddDotCommand.h
|
||
|
commands/edit/AddMarkerCommand.cpp
|
||
|
commands/edit/AddMarkerCommand.h
|
||
|
commands/edit/ChangeVelocityCommand.cpp
|
||
|
commands/edit/ChangeVelocityCommand.h
|
||
|
commands/edit/ClearTriggersCommand.cpp
|
||
|
commands/edit/ClearTriggersCommand.h
|
||
|
commands/edit/CollapseNotesCommand.cpp
|
||
|
commands/edit/CollapseNotesCommand.h
|
||
|
commands/edit/CopyCommand.cpp
|
||
|
commands/edit/CopyCommand.h
|
||
|
commands/edit/CutAndCloseCommand.cpp
|
||
|
commands/edit/CutAndCloseCommand.h
|
||
|
commands/edit/CutCommand.cpp
|
||
|
commands/edit/CutCommand.h
|
||
|
commands/edit/EraseCommand.cpp
|
||
|
commands/edit/EraseCommand.h
|
||
|
commands/edit/EventEditCommand.cpp
|
||
|
commands/edit/EventEditCommand.h
|
||
|
commands/edit/EventInsertionCommand.cpp
|
||
|
commands/edit/EventInsertionCommand.h
|
||
|
commands/edit/EventQuantizeCommand.cpp
|
||
|
commands/edit/EventQuantizeCommand.h
|
||
|
commands/edit/EventUnquantizeCommand.cpp
|
||
|
commands/edit/EventUnquantizeCommand.h
|
||
|
commands/edit/InsertTriggerNoteCommand.cpp
|
||
|
commands/edit/InsertTriggerNoteCommand.h
|
||
|
commands/edit/InvertCommand.cpp
|
||
|
commands/edit/InvertCommand.h
|
||
|
commands/edit/ModifyMarkerCommand.cpp
|
||
|
commands/edit/ModifyMarkerCommand.h
|
||
|
commands/edit/MoveAcrossSegmentsCommand.cpp
|
||
|
commands/edit/MoveAcrossSegmentsCommand.h
|
||
|
commands/edit/MoveCommand.cpp
|
||
|
commands/edit/MoveCommand.h
|
||
|
commands/edit/PasteEventsCommand.cpp
|
||
|
commands/edit/PasteEventsCommand.h
|
||
|
commands/edit/PasteSegmentsCommand.cpp
|
||
|
commands/edit/PasteSegmentsCommand.h
|
||
|
commands/edit/RemoveMarkerCommand.cpp
|
||
|
commands/edit/RemoveMarkerCommand.h
|
||
|
commands/edit/RescaleCommand.cpp
|
||
|
commands/edit/RescaleCommand.h
|
||
|
commands/edit/RetrogradeCommand.cpp
|
||
|
commands/edit/RetrogradeCommand.h
|
||
|
commands/edit/RetrogradeInvertCommand.cpp
|
||
|
commands/edit/RetrogradeInvertCommand.h
|
||
|
commands/edit/SelectionPropertyCommand.cpp
|
||
|
commands/edit/SelectionPropertyCommand.h
|
||
|
commands/edit/SetLyricsCommand.cpp
|
||
|
commands/edit/SetLyricsCommand.h
|
||
|
commands/edit/SetNoteTypeCommand.cpp
|
||
|
commands/edit/SetNoteTypeCommand.h
|
||
|
commands/edit/SetTriggerCommand.cpp
|
||
|
commands/edit/SetTriggerCommand.h
|
||
|
commands/edit/TransposeCommand.cpp
|
||
|
commands/edit/TransposeCommand.h
|
||
|
commands/matrix/MatrixEraseCommand.cpp
|
||
|
commands/matrix/MatrixEraseCommand.h
|
||
|
commands/matrix/MatrixInsertionCommand.cpp
|
||
|
commands/matrix/MatrixInsertionCommand.h
|
||
|
commands/matrix/MatrixModifyCommand.cpp
|
||
|
commands/matrix/MatrixModifyCommand.h
|
||
|
commands/matrix/MatrixPercussionInsertionCommand.cpp
|
||
|
commands/matrix/MatrixPercussionInsertionCommand.h
|
||
|
commands/notation/AddFingeringMarkCommand.cpp
|
||
|
commands/notation/AddFingeringMarkCommand.h
|
||
|
commands/notation/AddIndicationCommand.cpp
|
||
|
commands/notation/AddIndicationCommand.h
|
||
|
commands/notation/AddMarkCommand.cpp
|
||
|
commands/notation/AddMarkCommand.h
|
||
|
commands/notation/AddSlashesCommand.cpp
|
||
|
commands/notation/AddSlashesCommand.h
|
||
|
commands/notation/AddTextMarkCommand.cpp
|
||
|
commands/notation/AddTextMarkCommand.h
|
||
|
commands/notation/AutoBeamCommand.cpp
|
||
|
commands/notation/AutoBeamCommand.h
|
||
|
commands/notation/BeamCommand.cpp
|
||
|
commands/notation/BeamCommand.h
|
||
|
commands/notation/BreakCommand.cpp
|
||
|
commands/notation/BreakCommand.h
|
||
|
commands/notation/ChangeSlurPositionCommand.cpp
|
||
|
commands/notation/ChangeSlurPositionCommand.h
|
||
|
commands/notation/ChangeStemsCommand.cpp
|
||
|
commands/notation/ChangeStemsCommand.h
|
||
|
commands/notation/ChangeStyleCommand.cpp
|
||
|
commands/notation/ChangeStyleCommand.h
|
||
|
commands/notation/ChangeTiePositionCommand.cpp
|
||
|
commands/notation/ChangeTiePositionCommand.h
|
||
|
commands/notation/ClefInsertionCommand.cpp
|
||
|
commands/notation/ClefInsertionCommand.h
|
||
|
commands/notation/CollapseRestsCommand.cpp
|
||
|
commands/notation/CollapseRestsCommand.h
|
||
|
commands/notation/DeCounterpointCommand.cpp
|
||
|
commands/notation/DeCounterpointCommand.h
|
||
|
commands/notation/EraseEventCommand.cpp
|
||
|
commands/notation/EraseEventCommand.h
|
||
|
commands/notation/FixNotationQuantizeCommand.cpp
|
||
|
commands/notation/FixNotationQuantizeCommand.h
|
||
|
commands/notation/GuitarChordInsertionCommand.cpp
|
||
|
commands/notation/GuitarChordInsertionCommand.h
|
||
|
commands/notation/GraceCommand.cpp
|
||
|
commands/notation/GraceCommand.h
|
||
|
commands/notation/IncrementDisplacementsCommand.cpp
|
||
|
commands/notation/IncrementDisplacementsCommand.h
|
||
|
commands/notation/InterpretCommand.cpp
|
||
|
commands/notation/InterpretCommand.h
|
||
|
commands/notation/KeyInsertionCommand.cpp
|
||
|
commands/notation/KeyInsertionCommand.h
|
||
|
commands/notation/MakeAccidentalsCautionaryCommand.cpp
|
||
|
commands/notation/MakeAccidentalsCautionaryCommand.h
|
||
|
commands/notation/MakeChordCommand.cpp
|
||
|
commands/notation/MakeChordCommand.h
|
||
|
commands/notation/MakeNotesViableCommand.cpp
|
||
|
commands/notation/MakeNotesViableCommand.h
|
||
|
commands/notation/MakeRegionViableCommand.cpp
|
||
|
commands/notation/MakeRegionViableCommand.h
|
||
|
commands/notation/MultiKeyInsertionCommand.cpp
|
||
|
commands/notation/MultiKeyInsertionCommand.h
|
||
|
commands/notation/NormalizeRestsCommand.cpp
|
||
|
commands/notation/NormalizeRestsCommand.h
|
||
|
commands/notation/NoteInsertionCommand.cpp
|
||
|
commands/notation/NoteInsertionCommand.h
|
||
|
commands/notation/RemoveFingeringMarksCommand.cpp
|
||
|
commands/notation/RemoveFingeringMarksCommand.h
|
||
|
commands/notation/RemoveMarksCommand.cpp
|
||
|
commands/notation/RemoveMarksCommand.h
|
||
|
commands/notation/RemoveNotationQuantizeCommand.cpp
|
||
|
commands/notation/RemoveNotationQuantizeCommand.h
|
||
|
commands/notation/ResetDisplacementsCommand.cpp
|
||
|
commands/notation/ResetDisplacementsCommand.h
|
||
|
commands/notation/RespellCommand.cpp
|
||
|
commands/notation/RespellCommand.h
|
||
|
commands/notation/RestInsertionCommand.cpp
|
||
|
commands/notation/RestInsertionCommand.h
|
||
|
commands/notation/RestoreSlursCommand.cpp
|
||
|
commands/notation/RestoreSlursCommand.h
|
||
|
commands/notation/RestoreStemsCommand.cpp
|
||
|
commands/notation/RestoreStemsCommand.h
|
||
|
commands/notation/RestoreTiesCommand.cpp
|
||
|
commands/notation/RestoreTiesCommand.h
|
||
|
commands/notation/SetVisibilityCommand.cpp
|
||
|
commands/notation/SetVisibilityCommand.h
|
||
|
commands/notation/SustainInsertionCommand.cpp
|
||
|
commands/notation/SustainInsertionCommand.h
|
||
|
commands/notation/TextChangeCommand.cpp
|
||
|
commands/notation/TextChangeCommand.h
|
||
|
commands/notation/TextInsertionCommand.cpp
|
||
|
commands/notation/TextInsertionCommand.h
|
||
|
commands/notation/TieNotesCommand.cpp
|
||
|
commands/notation/TieNotesCommand.h
|
||
|
commands/notation/TupletCommand.cpp
|
||
|
commands/notation/TupletCommand.h
|
||
|
commands/notation/UnGraceCommand.cpp
|
||
|
commands/notation/UnGraceCommand.h
|
||
|
commands/notation/UntieNotesCommand.cpp
|
||
|
commands/notation/UntieNotesCommand.h
|
||
|
commands/notation/UnTupletCommand.cpp
|
||
|
commands/notation/UnTupletCommand.h
|
||
|
commands/segment/AddTempoChangeCommand.cpp
|
||
|
commands/segment/AddTempoChangeCommand.h
|
||
|
commands/segment/AddTimeSignatureAndNormalizeCommand.cpp
|
||
|
commands/segment/AddTimeSignatureAndNormalizeCommand.h
|
||
|
commands/segment/AddTimeSignatureCommand.cpp
|
||
|
commands/segment/AddTimeSignatureCommand.h
|
||
|
commands/segment/AddTracksCommand.cpp
|
||
|
commands/segment/AddTracksCommand.h
|
||
|
commands/segment/AddTriggerSegmentCommand.cpp
|
||
|
commands/segment/AddTriggerSegmentCommand.h
|
||
|
commands/segment/AudioSegmentAutoSplitCommand.cpp
|
||
|
commands/segment/AudioSegmentAutoSplitCommand.h
|
||
|
commands/segment/AudioSegmentDistributeCommand.cpp
|
||
|
commands/segment/AudioSegmentDistributeCommand.h
|
||
|
commands/segment/AudioSegmentInsertCommand.cpp
|
||
|
commands/segment/AudioSegmentInsertCommand.h
|
||
|
commands/segment/AudioSegmentResizeFromStartCommand.cpp
|
||
|
commands/segment/AudioSegmentResizeFromStartCommand.h
|
||
|
commands/segment/AudioSegmentRescaleCommand.cpp
|
||
|
commands/segment/AudioSegmentRescaleCommand.h
|
||
|
commands/segment/AudioSegmentSplitCommand.cpp
|
||
|
commands/segment/AudioSegmentSplitCommand.h
|
||
|
commands/segment/ChangeCompositionLengthCommand.cpp
|
||
|
commands/segment/ChangeCompositionLengthCommand.h
|
||
|
commands/segment/CreateTempoMapFromSegmentCommand.cpp
|
||
|
commands/segment/CreateTempoMapFromSegmentCommand.h
|
||
|
commands/segment/CutRangeCommand.cpp
|
||
|
commands/segment/CutRangeCommand.h
|
||
|
commands/segment/DeleteRangeCommand.cpp
|
||
|
commands/segment/DeleteRangeCommand.h
|
||
|
commands/segment/DeleteTracksCommand.cpp
|
||
|
commands/segment/DeleteTracksCommand.h
|
||
|
commands/segment/DeleteTriggerSegmentCommand.cpp
|
||
|
commands/segment/DeleteTriggerSegmentCommand.h
|
||
|
commands/segment/EraseSegmentsStartingInRangeCommand.cpp
|
||
|
commands/segment/EraseSegmentsStartingInRangeCommand.h
|
||
|
commands/segment/InsertRangeCommand.cpp
|
||
|
commands/segment/InsertRangeCommand.h
|
||
|
commands/segment/ModifyDefaultTempoCommand.cpp
|
||
|
commands/segment/ModifyDefaultTempoCommand.h
|
||
|
commands/segment/MoveTracksCommand.cpp
|
||
|
commands/segment/MoveTracksCommand.h
|
||
|
commands/segment/OpenOrCloseRangeCommand.cpp
|
||
|
commands/segment/OpenOrCloseRangeCommand.h
|
||
|
commands/segment/PasteConductorDataCommand.cpp
|
||
|
commands/segment/PasteConductorDataCommand.h
|
||
|
commands/segment/PasteRangeCommand.cpp
|
||
|
commands/segment/PasteRangeCommand.h
|
||
|
commands/segment/PasteToTriggerSegmentCommand.cpp
|
||
|
commands/segment/PasteToTriggerSegmentCommand.h
|
||
|
commands/segment/RemoveTempoChangeCommand.cpp
|
||
|
commands/segment/RemoveTempoChangeCommand.h
|
||
|
commands/segment/RemoveTimeSignatureCommand.cpp
|
||
|
commands/segment/RemoveTimeSignatureCommand.h
|
||
|
commands/segment/RenameTrackCommand.cpp
|
||
|
commands/segment/RenameTrackCommand.h
|
||
|
commands/segment/SegmentAutoSplitCommand.cpp
|
||
|
commands/segment/SegmentAutoSplitCommand.h
|
||
|
commands/segment/SegmentChangePlayableRangeCommand.cpp
|
||
|
commands/segment/SegmentChangePlayableRangeCommand.h
|
||
|
commands/segment/SegmentChangeTransposeCommand.cpp
|
||
|
commands/segment/SegmentChangeTransposeCommand.h
|
||
|
commands/segment/SegmentChangeQuantizationCommand.cpp
|
||
|
commands/segment/SegmentChangeQuantizationCommand.h
|
||
|
commands/segment/SegmentColourCommand.cpp
|
||
|
commands/segment/SegmentColourCommand.h
|
||
|
commands/segment/SegmentColourMapCommand.cpp
|
||
|
commands/segment/SegmentColourMapCommand.h
|
||
|
commands/segment/SegmentCommand.cpp
|
||
|
commands/segment/SegmentCommand.h
|
||
|
commands/segment/SegmentCommandRepeat.cpp
|
||
|
commands/segment/SegmentCommandRepeat.h
|
||
|
commands/segment/SegmentEraseCommand.cpp
|
||
|
commands/segment/SegmentEraseCommand.h
|
||
|
commands/segment/SegmentInsertCommand.cpp
|
||
|
commands/segment/SegmentInsertCommand.h
|
||
|
commands/segment/SegmentJoinCommand.cpp
|
||
|
commands/segment/SegmentJoinCommand.h
|
||
|
commands/segment/SegmentLabelCommand.cpp
|
||
|
commands/segment/SegmentLabelCommand.h
|
||
|
commands/segment/SegmentQuickCopyCommand.cpp
|
||
|
commands/segment/SegmentQuickCopyCommand.h
|
||
|
commands/segment/SegmentReconfigureCommand.cpp
|
||
|
commands/segment/SegmentReconfigureCommand.h
|
||
|
commands/segment/SegmentRecordCommand.cpp
|
||
|
commands/segment/SegmentRecordCommand.h
|
||
|
commands/segment/SegmentRepeatToCopyCommand.cpp
|
||
|
commands/segment/SegmentRepeatToCopyCommand.h
|
||
|
commands/segment/SegmentRescaleCommand.cpp
|
||
|
commands/segment/SegmentRescaleCommand.h
|
||
|
commands/segment/SegmentResizeFromStartCommand.cpp
|
||
|
commands/segment/SegmentResizeFromStartCommand.h
|
||
|
commands/segment/SegmentSingleRepeatToCopyCommand.cpp
|
||
|
commands/segment/SegmentSingleRepeatToCopyCommand.h
|
||
|
commands/segment/SegmentSplitByPitchCommand.cpp
|
||
|
commands/segment/SegmentSplitByPitchCommand.h
|
||
|
commands/segment/SegmentSplitByRecordingSrcCommand.cpp
|
||
|
commands/segment/SegmentSplitByRecordingSrcCommand.h
|
||
|
commands/segment/SegmentSplitCommand.cpp
|
||
|
commands/segment/SegmentSplitCommand.h
|
||
|
commands/segment/SegmentSyncClefCommand.cpp
|
||
|
commands/segment/SegmentSyncClefCommand.h
|
||
|
commands/segment/SegmentSyncCommand.cpp
|
||
|
commands/segment/SegmentSyncCommand.h
|
||
|
commands/segment/SegmentTransposeCommand.cpp
|
||
|
commands/segment/SegmentTransposeCommand.h
|
||
|
commands/segment/SetTriggerSegmentBasePitchCommand.cpp
|
||
|
commands/segment/SetTriggerSegmentBasePitchCommand.h
|
||
|
commands/segment/SetTriggerSegmentBaseVelocityCommand.cpp
|
||
|
commands/segment/SetTriggerSegmentBaseVelocityCommand.h
|
||
|
commands/segment/SetTriggerSegmentDefaultRetuneCommand.cpp
|
||
|
commands/segment/SetTriggerSegmentDefaultRetuneCommand.h
|
||
|
commands/segment/SetTriggerSegmentDefaultTimeAdjustCommand.cpp
|
||
|
commands/segment/SetTriggerSegmentDefaultTimeAdjustCommand.h
|
||
|
commands/studio/AddControlParameterCommand.cpp
|
||
|
commands/studio/AddControlParameterCommand.h
|
||
|
commands/studio/CreateOrDeleteDeviceCommand.cpp
|
||
|
commands/studio/CreateOrDeleteDeviceCommand.h
|
||
|
commands/studio/ModifyControlParameterCommand.cpp
|
||
|
commands/studio/ModifyControlParameterCommand.h
|
||
|
commands/studio/ModifyDeviceCommand.cpp
|
||
|
commands/studio/ModifyDeviceCommand.h
|
||
|
commands/studio/ModifyDeviceMappingCommand.cpp
|
||
|
commands/studio/ModifyDeviceMappingCommand.h
|
||
|
commands/studio/ModifyInstrumentMappingCommand.cpp
|
||
|
commands/studio/ModifyInstrumentMappingCommand.h
|
||
|
commands/studio/ReconnectDeviceCommand.cpp
|
||
|
commands/studio/ReconnectDeviceCommand.h
|
||
|
commands/studio/RemoveControlParameterCommand.cpp
|
||
|
commands/studio/RemoveControlParameterCommand.h
|
||
|
commands/studio/RenameDeviceCommand.cpp
|
||
|
commands/studio/RenameDeviceCommand.h
|
||
|
)
|
||
|
|
||
|
SET(document_SRCS
|
||
|
document/BasicCommand.cpp
|
||
|
document/BasicCommand.h
|
||
|
document/BasicSelectionCommand.cpp
|
||
|
document/BasicSelectionCommand.h
|
||
|
document/ConfigGroups.cpp
|
||
|
document/ConfigGroups.h
|
||
|
document/io/CsoundExporter.cpp
|
||
|
document/io/CsoundExporter.h
|
||
|
document/io/HydrogenLoader.cpp
|
||
|
document/io/HydrogenLoader.h
|
||
|
document/io/HydrogenXMLHandler.cpp
|
||
|
document/io/HydrogenXMLHandler.h
|
||
|
document/io/LilyPondExporter.cpp
|
||
|
document/io/LilyPondExporter.h
|
||
|
document/io/MupExporter.cpp
|
||
|
document/io/MupExporter.h
|
||
|
document/io/MusicXmlExporter.cpp
|
||
|
document/io/MusicXmlExporter.h
|
||
|
document/io/RG21Loader.cpp
|
||
|
document/io/RG21Loader.h
|
||
|
document/MultiViewCommandHistory.cpp
|
||
|
document/MultiViewCommandHistory.h
|
||
|
document/RosegardenGUIDoc.cpp
|
||
|
document/RosegardenGUIDoc.h
|
||
|
document/RoseXmlHandler.cpp
|
||
|
document/RoseXmlHandler.h
|
||
|
document/XmlStorableEvent.cpp
|
||
|
document/XmlStorableEvent.h
|
||
|
document/XmlSubHandler.cpp
|
||
|
document/XmlSubHandler.h
|
||
|
)
|
||
|
|
||
|
SET(guitar_test_SRCS
|
||
|
gui/editors/guitar/test_barre.cpp
|
||
|
gui/editors/guitar/test_chordmap.cpp
|
||
|
gui/editors/guitar/test_chordname.cpp
|
||
|
gui/editors/guitar/test_fingeringconstruct.cpp
|
||
|
gui/editors/guitar/test_fingering.cpp
|
||
|
gui/editors/guitar/test_guitar.cpp
|
||
|
gui/editors/guitar/test_note.cpp
|
||
|
)
|
||
|
|
||
|
SET(gui_SRCS
|
||
|
gui/application/LircClient.cpp
|
||
|
gui/application/LircClient.h
|
||
|
gui/application/LircCommander.cpp
|
||
|
gui/application/LircCommander.h
|
||
|
gui/application/RosegardenApplication.cpp
|
||
|
gui/application/RosegardenApplication.h
|
||
|
gui/application/RosegardenDCOP.h
|
||
|
gui/application/RosegardenGUIApp.cpp
|
||
|
gui/application/RosegardenGUIApp.h
|
||
|
gui/application/RosegardenGUIView.cpp
|
||
|
gui/application/RosegardenGUIView.h
|
||
|
gui/application/RosegardenIface.cpp
|
||
|
gui/application/RosegardenIface.h
|
||
|
gui/application/SetWaitCursor.cpp
|
||
|
gui/application/SetWaitCursor.h
|
||
|
gui/application/StartupTester.cpp
|
||
|
gui/application/StartupTester.h
|
||
|
gui/configuration/AudioConfigurationPage.cpp
|
||
|
gui/configuration/AudioConfigurationPage.h
|
||
|
gui/configuration/AudioPropertiesPage.cpp
|
||
|
gui/configuration/AudioPropertiesPage.h
|
||
|
gui/configuration/ColourConfigurationPage.cpp
|
||
|
gui/configuration/ColourConfigurationPage.h
|
||
|
gui/configuration/ConfigurationPage.cpp
|
||
|
gui/configuration/ConfigurationPage.h
|
||
|
gui/configuration/DocumentMetaConfigurationPage.cpp
|
||
|
gui/configuration/DocumentMetaConfigurationPage.h
|
||
|
gui/configuration/GeneralConfigurationPage.cpp
|
||
|
gui/configuration/GeneralConfigurationPage.h
|
||
|
gui/configuration/HeadersConfigurationPage.cpp
|
||
|
gui/configuration/HeadersConfigurationPage.h
|
||
|
gui/configuration/LatencyConfigurationPage.cpp
|
||
|
gui/configuration/LatencyConfigurationPage.h
|
||
|
gui/configuration/MatrixConfigurationPage.cpp
|
||
|
gui/configuration/MatrixConfigurationPage.h
|
||
|
gui/configuration/MIDIConfigurationPage.cpp
|
||
|
gui/configuration/MIDIConfigurationPage.h
|
||
|
gui/configuration/NotationConfigurationPage.cpp
|
||
|
gui/configuration/NotationConfigurationPage.h
|
||
|
gui/configuration/TabbedConfigurationPage.cpp
|
||
|
gui/configuration/TabbedConfigurationPage.h
|
||
|
gui/dialogs/AddTracksDialog.cpp
|
||
|
gui/dialogs/AddTracksDialog.h
|
||
|
gui/dialogs/AudioManagerDialog.cpp
|
||
|
gui/dialogs/AudioManagerDialog.h
|
||
|
gui/dialogs/AudioPlayingDialog.cpp
|
||
|
gui/dialogs/AudioPlayingDialog.h
|
||
|
gui/dialogs/AudioPluginDialog.cpp
|
||
|
gui/dialogs/AudioPluginDialog.h
|
||
|
gui/dialogs/AudioSplitDialog.cpp
|
||
|
gui/dialogs/AudioSplitDialog.h
|
||
|
gui/dialogs/BeatsBarsDialog.cpp
|
||
|
gui/dialogs/BeatsBarsDialog.h
|
||
|
gui/dialogs/ClefDialog.cpp
|
||
|
gui/dialogs/ClefDialog.h
|
||
|
gui/dialogs/CompositionLengthDialog.cpp
|
||
|
gui/dialogs/CompositionLengthDialog.h
|
||
|
gui/dialogs/ConfigureDialogBase.cpp
|
||
|
gui/dialogs/ConfigureDialogBase.h
|
||
|
gui/dialogs/ConfigureDialog.cpp
|
||
|
gui/dialogs/ConfigureDialog.h
|
||
|
gui/dialogs/CountdownBar.cpp
|
||
|
gui/dialogs/CountdownBar.h
|
||
|
gui/dialogs/CountdownDialog.cpp
|
||
|
gui/dialogs/CountdownDialog.h
|
||
|
gui/dialogs/DocumentConfigureDialog.cpp
|
||
|
gui/dialogs/DocumentConfigureDialog.h
|
||
|
gui/dialogs/EventEditDialog.cpp
|
||
|
gui/dialogs/EventEditDialog.h
|
||
|
gui/dialogs/EventFilterDialog.cpp
|
||
|
gui/dialogs/EventFilterDialog.h
|
||
|
gui/dialogs/EventParameterDialog.cpp
|
||
|
gui/dialogs/EventParameterDialog.h
|
||
|
gui/dialogs/ExportDeviceDialog.cpp
|
||
|
gui/dialogs/ExportDeviceDialog.h
|
||
|
gui/dialogs/FileLocateDialog.cpp
|
||
|
gui/dialogs/FileLocateDialog.h
|
||
|
gui/dialogs/FileMergeDialog.cpp
|
||
|
gui/dialogs/FileMergeDialog.h
|
||
|
gui/dialogs/FloatEdit.cpp
|
||
|
gui/dialogs/FloatEdit.h
|
||
|
gui/dialogs/IdentifyTextCodecDialog.cpp
|
||
|
gui/dialogs/IdentifyTextCodecDialog.h
|
||
|
gui/dialogs/ImportDeviceDialog.cpp
|
||
|
gui/dialogs/ImportDeviceDialog.h
|
||
|
gui/dialogs/InterpretDialog.cpp
|
||
|
gui/dialogs/InterpretDialog.h
|
||
|
gui/dialogs/IntervalDialog.cpp
|
||
|
gui/dialogs/IntervalDialog.h
|
||
|
gui/dialogs/KeySignatureDialog.cpp
|
||
|
gui/dialogs/KeySignatureDialog.h
|
||
|
gui/dialogs/LilyPondOptionsDialog.cpp
|
||
|
gui/dialogs/LilyPondOptionsDialog.h
|
||
|
gui/dialogs/LyricEditDialog.cpp
|
||
|
gui/dialogs/LyricEditDialog.h
|
||
|
gui/dialogs/MakeOrnamentDialog.cpp
|
||
|
gui/dialogs/MakeOrnamentDialog.h
|
||
|
gui/dialogs/ManageMetronomeDialog.cpp
|
||
|
gui/dialogs/ManageMetronomeDialog.h
|
||
|
gui/dialogs/MarkerModifyDialog.cpp
|
||
|
gui/dialogs/MarkerModifyDialog.h
|
||
|
gui/dialogs/PasteNotationDialog.cpp
|
||
|
gui/dialogs/PasteNotationDialog.h
|
||
|
gui/dialogs/PitchDialog.cpp
|
||
|
gui/dialogs/PitchDialog.h
|
||
|
gui/dialogs/PitchPickerDialog.cpp
|
||
|
gui/dialogs/PitchPickerDialog.h
|
||
|
gui/dialogs/QuantizeDialog.cpp
|
||
|
gui/dialogs/QuantizeDialog.h
|
||
|
gui/dialogs/RescaleDialog.cpp
|
||
|
gui/dialogs/RescaleDialog.h
|
||
|
gui/dialogs/ShowSequencerStatusDialog.cpp
|
||
|
gui/dialogs/ShowSequencerStatusDialog.h
|
||
|
gui/dialogs/SimpleEventEditDialog.cpp
|
||
|
gui/dialogs/SimpleEventEditDialog.h
|
||
|
gui/dialogs/SplitByPitchDialog.cpp
|
||
|
gui/dialogs/SplitByPitchDialog.h
|
||
|
gui/dialogs/SplitByRecordingSrcDialog.cpp
|
||
|
gui/dialogs/SplitByRecordingSrcDialog.h
|
||
|
gui/dialogs/TempoDialog.cpp
|
||
|
gui/dialogs/TempoDialog.h
|
||
|
gui/dialogs/TextEventDialog.cpp
|
||
|
gui/dialogs/TextEventDialog.h
|
||
|
gui/dialogs/TimeDialog.cpp
|
||
|
gui/dialogs/TimeDialog.h
|
||
|
gui/dialogs/TimeSignatureDialog.cpp
|
||
|
gui/dialogs/TimeSignatureDialog.h
|
||
|
gui/dialogs/TransportDialog.cpp
|
||
|
gui/dialogs/TransportDialog.h
|
||
|
gui/dialogs/TriggerSegmentDialog.cpp
|
||
|
gui/dialogs/TriggerSegmentDialog.h
|
||
|
gui/dialogs/TupletDialog.cpp
|
||
|
gui/dialogs/TupletDialog.h
|
||
|
gui/dialogs/UnusedAudioSelectionDialog.cpp
|
||
|
gui/dialogs/UnusedAudioSelectionDialog.h
|
||
|
gui/dialogs/UseOrnamentDialog.cpp
|
||
|
gui/dialogs/UseOrnamentDialog.h
|
||
|
gui/editors/eventlist/EventView.cpp
|
||
|
gui/editors/eventlist/EventView.h
|
||
|
gui/editors/eventlist/EventViewItem.cpp
|
||
|
gui/editors/eventlist/EventViewItem.h
|
||
|
gui/editors/eventlist/TrivialVelocityDialog.cpp
|
||
|
gui/editors/eventlist/TrivialVelocityDialog.h
|
||
|
gui/editors/guitar/NoteSymbols.cpp
|
||
|
gui/editors/guitar/NoteSymbols.h
|
||
|
gui/editors/guitar/Chord.h
|
||
|
gui/editors/guitar/Chord.cpp
|
||
|
gui/editors/guitar/Fingering.h
|
||
|
gui/editors/guitar/Fingering.cpp
|
||
|
gui/editors/guitar/FingeringBox.h
|
||
|
gui/editors/guitar/FingeringBox.cpp
|
||
|
gui/editors/guitar/FingeringListBoxItem.h
|
||
|
gui/editors/guitar/FingeringListBoxItem.cpp
|
||
|
gui/editors/guitar/ChordXmlHandler.h
|
||
|
gui/editors/guitar/ChordXmlHandler.cpp
|
||
|
gui/editors/guitar/ChordMap.h
|
||
|
gui/editors/guitar/ChordMap.cpp
|
||
|
gui/editors/guitar/GuitarChordSelectorDialog.h
|
||
|
gui/editors/guitar/GuitarChordSelectorDialog.cpp
|
||
|
gui/editors/guitar/GuitarChordEditorDialog.h
|
||
|
gui/editors/guitar/GuitarChordEditorDialog.cpp
|
||
|
gui/editors/matrix/MatrixCanvasView.cpp
|
||
|
gui/editors/matrix/MatrixCanvasView.h
|
||
|
gui/editors/matrix/MatrixElement.cpp
|
||
|
gui/editors/matrix/MatrixElement.h
|
||
|
gui/editors/matrix/MatrixEraser.cpp
|
||
|
gui/editors/matrix/MatrixEraser.h
|
||
|
gui/editors/matrix/MatrixHLayout.cpp
|
||
|
gui/editors/matrix/MatrixHLayout.h
|
||
|
gui/editors/matrix/MatrixMover.cpp
|
||
|
gui/editors/matrix/MatrixMover.h
|
||
|
gui/editors/matrix/MatrixPainter.cpp
|
||
|
gui/editors/matrix/MatrixPainter.h
|
||
|
gui/editors/matrix/MatrixParameterBox.cpp
|
||
|
gui/editors/matrix/MatrixParameterBox.h
|
||
|
gui/editors/matrix/MatrixResizer.cpp
|
||
|
gui/editors/matrix/MatrixResizer.h
|
||
|
gui/editors/matrix/MatrixSelector.cpp
|
||
|
gui/editors/matrix/MatrixSelector.h
|
||
|
gui/editors/matrix/MatrixStaff.cpp
|
||
|
gui/editors/matrix/MatrixStaff.h
|
||
|
gui/editors/matrix/MatrixToolBox.cpp
|
||
|
gui/editors/matrix/MatrixToolBox.h
|
||
|
gui/editors/matrix/MatrixTool.cpp
|
||
|
gui/editors/matrix/MatrixTool.h
|
||
|
gui/editors/matrix/MatrixView.cpp
|
||
|
gui/editors/matrix/MatrixView.h
|
||
|
gui/editors/matrix/MatrixVLayout.cpp
|
||
|
gui/editors/matrix/MatrixVLayout.h
|
||
|
gui/editors/matrix/PianoKeyboard.cpp
|
||
|
gui/editors/matrix/PianoKeyboard.h
|
||
|
gui/editors/matrix/QCanvasMatrixDiamond.cpp
|
||
|
gui/editors/matrix/QCanvasMatrixDiamond.h
|
||
|
gui/editors/matrix/QCanvasMatrixRectangle.cpp
|
||
|
gui/editors/matrix/QCanvasMatrixRectangle.h
|
||
|
gui/editors/notation/ClefInserter.cpp
|
||
|
gui/editors/notation/ClefInserter.h
|
||
|
gui/editors/notation/FontViewFrame.cpp
|
||
|
gui/editors/notation/FontViewFrame.h
|
||
|
gui/editors/notation/GuitarChordInserter.cpp
|
||
|
gui/editors/notation/GuitarChordInserter.h
|
||
|
gui/editors/notation/NotationCanvasView.cpp
|
||
|
gui/editors/notation/NotationCanvasView.h
|
||
|
gui/editors/notation/NotationChord.cpp
|
||
|
gui/editors/notation/NotationChord.h
|
||
|
gui/editors/notation/NotationElement.cpp
|
||
|
gui/editors/notation/NotationElement.h
|
||
|
gui/editors/notation/NotationEraser.cpp
|
||
|
gui/editors/notation/NotationEraser.h
|
||
|
gui/editors/notation/NotationGroup.cpp
|
||
|
gui/editors/notation/NotationGroup.h
|
||
|
gui/editors/notation/NotationHLayout.cpp
|
||
|
gui/editors/notation/NotationHLayout.h
|
||
|
gui/editors/notation/NotationProperties.cpp
|
||
|
gui/editors/notation/NotationProperties.h
|
||
|
gui/editors/notation/NotationSelectionPaster.cpp
|
||
|
gui/editors/notation/NotationSelectionPaster.h
|
||
|
gui/editors/notation/NotationSelector.cpp
|
||
|
gui/editors/notation/NotationSelector.h
|
||
|
gui/editors/notation/NotationStaff.cpp
|
||
|
gui/editors/notation/NotationStaff.h
|
||
|
gui/editors/notation/NotationStrings.cpp
|
||
|
gui/editors/notation/NotationStrings.h
|
||
|
gui/editors/notation/NotationToolBox.cpp
|
||
|
gui/editors/notation/NotationToolBox.h
|
||
|
gui/editors/notation/NotationTool.cpp
|
||
|
gui/editors/notation/NotationTool.h
|
||
|
gui/editors/notation/NotationView.cpp
|
||
|
gui/editors/notation/NotationView.h
|
||
|
gui/editors/notation/NotationVLayout.cpp
|
||
|
gui/editors/notation/NotationVLayout.h
|
||
|
gui/editors/notation/NoteCharacter.cpp
|
||
|
gui/editors/notation/NoteCharacter.h
|
||
|
gui/editors/notation/NoteCharacterNames.cpp
|
||
|
gui/editors/notation/NoteCharacterNames.h
|
||
|
gui/editors/notation/NoteFont.cpp
|
||
|
gui/editors/notation/NoteFontFactory.cpp
|
||
|
gui/editors/notation/NoteFontFactory.h
|
||
|
gui/editors/notation/NoteFont.h
|
||
|
gui/editors/notation/NoteFontMap.cpp
|
||
|
gui/editors/notation/NoteFontMap.h
|
||
|
gui/editors/notation/NoteFontViewer.cpp
|
||
|
gui/editors/notation/NoteFontViewer.h
|
||
|
gui/editors/notation/NoteInserter.cpp
|
||
|
gui/editors/notation/NoteInserter.h
|
||
|
gui/editors/notation/NotePixmapFactory.cpp
|
||
|
gui/editors/notation/NotePixmapFactory.h
|
||
|
gui/editors/notation/NotePixmapPainter.h
|
||
|
gui/editors/notation/NotePixmapParameters.cpp
|
||
|
gui/editors/notation/NotePixmapParameters.h
|
||
|
gui/editors/notation/NoteStyle.cpp
|
||
|
gui/editors/notation/NoteStyleFactory.cpp
|
||
|
gui/editors/notation/NoteStyleFactory.h
|
||
|
gui/editors/notation/NoteStyleFileReader.cpp
|
||
|
gui/editors/notation/NoteStyleFileReader.h
|
||
|
gui/editors/notation/NoteStyle.h
|
||
|
gui/editors/notation/RestInserter.cpp
|
||
|
gui/editors/notation/RestInserter.h
|
||
|
gui/editors/notation/SystemFont.cpp
|
||
|
gui/editors/notation/SystemFont.h
|
||
|
gui/editors/notation/SystemFontQt.cpp
|
||
|
gui/editors/notation/SystemFontQt.h
|
||
|
gui/editors/notation/SystemFontXft.cpp
|
||
|
gui/editors/notation/SystemFontXft.h
|
||
|
gui/editors/notation/TextInserter.cpp
|
||
|
gui/editors/notation/TextInserter.h
|
||
|
gui/editors/notation/TrackHeader.cpp
|
||
|
gui/editors/notation/TrackHeader.h
|
||
|
gui/editors/notation/HeadersGroup.cpp
|
||
|
gui/editors/notation/HeadersGroup.h
|
||
|
gui/editors/parameters/AudioInstrumentParameterPanel.cpp
|
||
|
gui/editors/parameters/AudioInstrumentParameterPanel.h
|
||
|
gui/editors/parameters/InstrumentParameterBox.cpp
|
||
|
gui/editors/parameters/InstrumentParameterBox.h
|
||
|
gui/editors/parameters/InstrumentParameterPanel.cpp
|
||
|
gui/editors/parameters/InstrumentParameterPanel.h
|
||
|
gui/editors/parameters/MIDIInstrumentParameterPanel.cpp
|
||
|
gui/editors/parameters/MIDIInstrumentParameterPanel.h
|
||
|
gui/editors/parameters/RosegardenParameterArea.cpp
|
||
|
gui/editors/parameters/RosegardenParameterArea.h
|
||
|
gui/editors/parameters/RosegardenParameterBox.cpp
|
||
|
gui/editors/parameters/RosegardenParameterBox.h
|
||
|
gui/editors/parameters/SegmentParameterBox.cpp
|
||
|
gui/editors/parameters/SegmentParameterBox.h
|
||
|
gui/editors/parameters/TrackParameterBox.cpp
|
||
|
gui/editors/parameters/TrackParameterBox.h
|
||
|
gui/editors/segment/ControlEditorDialog.cpp
|
||
|
gui/editors/segment/ControlEditorDialog.h
|
||
|
gui/editors/segment/ControlParameterEditDialog.cpp
|
||
|
gui/editors/segment/ControlParameterEditDialog.h
|
||
|
gui/editors/segment/ControlParameterItem.cpp
|
||
|
gui/editors/segment/ControlParameterItem.h
|
||
|
gui/editors/segment/MarkerEditor.cpp
|
||
|
gui/editors/segment/MarkerEditor.h
|
||
|
gui/editors/segment/MarkerEditorViewItem.cpp
|
||
|
gui/editors/segment/MarkerEditorViewItem.h
|
||
|
gui/editors/segment/PlayList.cpp
|
||
|
gui/editors/segment/PlayListDialog.cpp
|
||
|
gui/editors/segment/PlayListDialog.h
|
||
|
gui/editors/segment/PlayList.h
|
||
|
gui/editors/segment/PlayListView.cpp
|
||
|
gui/editors/segment/PlayListView.h
|
||
|
gui/editors/segment/PlayListViewItem.cpp
|
||
|
gui/editors/segment/PlayListViewItem.h
|
||
|
gui/editors/segment/TrackButtons.cpp
|
||
|
gui/editors/segment/TrackButtons.h
|
||
|
gui/editors/segment/TrackEditor.cpp
|
||
|
gui/editors/segment/TrackEditor.h
|
||
|
gui/editors/segment/TrackEditorIface.cpp
|
||
|
gui/editors/segment/TrackEditorIface.h
|
||
|
gui/editors/segment/TrackHeader.cpp
|
||
|
gui/editors/segment/TrackHeader.h
|
||
|
gui/editors/segment/TrackLabel.cpp
|
||
|
gui/editors/segment/TrackLabel.h
|
||
|
gui/editors/segment/TrackVUMeter.cpp
|
||
|
gui/editors/segment/TrackVUMeter.h
|
||
|
gui/editors/segment/TriggerManagerItem.cpp
|
||
|
gui/editors/segment/TriggerManagerItem.h
|
||
|
gui/editors/segment/TriggerSegmentManager.cpp
|
||
|
gui/editors/segment/TriggerSegmentManager.h
|
||
|
gui/editors/tempo/TempoListItem.cpp
|
||
|
gui/editors/tempo/TempoListItem.h
|
||
|
gui/editors/tempo/TempoView.cpp
|
||
|
gui/editors/tempo/TempoView.h
|
||
|
gui/general/ActiveItem.cpp
|
||
|
gui/general/ActiveItem.h
|
||
|
gui/general/BarLine.cpp
|
||
|
gui/general/BarLine.h
|
||
|
gui/general/BaseToolBox.cpp
|
||
|
gui/general/BaseToolBox.h
|
||
|
gui/general/BaseTool.cpp
|
||
|
gui/general/BaseTool.h
|
||
|
gui/general/CanvasCursor.cpp
|
||
|
gui/general/CanvasCursor.h
|
||
|
gui/general/CanvasItemGC.cpp
|
||
|
gui/general/CanvasItemGC.h
|
||
|
gui/general/CategoryElement.cpp
|
||
|
gui/general/CategoryElement.h
|
||
|
gui/general/ClefIndex.h
|
||
|
gui/general/ClefIndex.cpp
|
||
|
gui/general/EditToolBox.cpp
|
||
|
gui/general/EditToolBox.h
|
||
|
gui/general/EditTool.cpp
|
||
|
gui/general/EditTool.h
|
||
|
gui/general/EditViewBase.cpp
|
||
|
gui/general/EditViewBase.h
|
||
|
gui/general/EditView.cpp
|
||
|
gui/general/EditView.h
|
||
|
gui/general/EditViewTimeSigNotifier.h
|
||
|
gui/general/GUIPalette.cpp
|
||
|
gui/general/GUIPalette.h
|
||
|
gui/general/HZoomable.cpp
|
||
|
gui/general/HZoomable.h
|
||
|
gui/general/LinedStaff.cpp
|
||
|
gui/general/LinedStaff.h
|
||
|
gui/general/LinedStaffManager.cpp
|
||
|
gui/general/LinedStaffManager.h
|
||
|
gui/general/MidiPitchLabel.cpp
|
||
|
gui/general/MidiPitchLabel.h
|
||
|
gui/general/PixmapFunctions.cpp
|
||
|
gui/general/PixmapFunctions.h
|
||
|
gui/general/PresetElement.cpp
|
||
|
gui/general/PresetElement.h
|
||
|
gui/general/PresetGroup.cpp
|
||
|
gui/general/PresetGroup.h
|
||
|
gui/general/PresetHandlerDialog.cpp
|
||
|
gui/general/PresetHandlerDialog.h
|
||
|
gui/general/ProgressReporter.cpp
|
||
|
gui/general/ProgressReporter.h
|
||
|
gui/general/RosegardenCanvasView.cpp
|
||
|
gui/general/RosegardenCanvasView.h
|
||
|
gui/general/RosegardenScrollView.cpp
|
||
|
gui/general/RosegardenScrollView.h
|
||
|
gui/general/Spline.cpp
|
||
|
gui/general/Spline.h
|
||
|
gui/general/StaffLine.cpp
|
||
|
gui/general/StaffLine.h
|
||
|
gui/kdeext/KLedButton.cpp
|
||
|
gui/kdeext/KLedButton.h
|
||
|
gui/kdeext/KStartupLogo.cpp
|
||
|
gui/kdeext/KStartupLogo.h
|
||
|
gui/kdeext/KTmpStatusMsg.cpp
|
||
|
gui/kdeext/KTmpStatusMsg.h
|
||
|
gui/kdeext/QCanvasGroupableItem.cpp
|
||
|
gui/kdeext/QCanvasGroupableItem.h
|
||
|
gui/kdeext/QCanvasSimpleSprite.cpp
|
||
|
gui/kdeext/QCanvasSimpleSprite.h
|
||
|
gui/kdeext/RGLed.cpp
|
||
|
gui/kdeext/klearlook.cpp
|
||
|
gui/rulers/ChordNameRuler.cpp
|
||
|
gui/rulers/ChordNameRuler.h
|
||
|
gui/rulers/ControlChangeCommand.cpp
|
||
|
gui/rulers/ControlChangeCommand.h
|
||
|
gui/rulers/ControlItem.cpp
|
||
|
gui/rulers/ControlItem.h
|
||
|
gui/rulers/ControllerEventAdapter.cpp
|
||
|
gui/rulers/ControllerEventAdapter.h
|
||
|
gui/rulers/ControllerEventsRuler.cpp
|
||
|
gui/rulers/ControllerEventsRuler.h
|
||
|
gui/rulers/ControlRuler.cpp
|
||
|
gui/rulers/ControlRulerEventEraseCommand.cpp
|
||
|
gui/rulers/ControlRulerEventEraseCommand.h
|
||
|
gui/rulers/ControlRulerEventInsertCommand.cpp
|
||
|
gui/rulers/ControlRulerEventInsertCommand.h
|
||
|
gui/rulers/ControlRuler.h
|
||
|
gui/rulers/ControlSelector.cpp
|
||
|
gui/rulers/ControlSelector.h
|
||
|
gui/rulers/ControlTool.h
|
||
|
gui/rulers/DefaultVelocityColour.cpp
|
||
|
gui/rulers/DefaultVelocityColour.h
|
||
|
gui/rulers/ElementAdapter.h
|
||
|
gui/rulers/LoopRuler.cpp
|
||
|
gui/rulers/LoopRuler.h
|
||
|
gui/rulers/MarkerRuler.cpp
|
||
|
gui/rulers/MarkerRuler.h
|
||
|
gui/rulers/PercussionPitchRuler.cpp
|
||
|
gui/rulers/PercussionPitchRuler.h
|
||
|
gui/rulers/PitchRuler.cpp
|
||
|
gui/rulers/PitchRuler.h
|
||
|
gui/rulers/PropertyBox.cpp
|
||
|
gui/rulers/PropertyBox.h
|
||
|
gui/rulers/PropertyControlRuler.cpp
|
||
|
gui/rulers/PropertyControlRuler.h
|
||
|
gui/rulers/PropertyViewRuler.cpp
|
||
|
gui/rulers/PropertyViewRuler.h
|
||
|
gui/rulers/RawNoteRuler.cpp
|
||
|
gui/rulers/RawNoteRuler.h
|
||
|
gui/rulers/StandardRuler.cpp
|
||
|
gui/rulers/StandardRuler.h
|
||
|
gui/rulers/TempoColour.cpp
|
||
|
gui/rulers/TempoColour.h
|
||
|
gui/rulers/TempoRuler.cpp
|
||
|
gui/rulers/TempoRuler.h
|
||
|
gui/rulers/TextRuler.cpp
|
||
|
gui/rulers/TextRuler.h
|
||
|
gui/rulers/VelocityColour.cpp
|
||
|
gui/rulers/VelocityColour.h
|
||
|
gui/rulers/ViewElementAdapter.cpp
|
||
|
gui/rulers/ViewElementAdapter.h
|
||
|
gui/seqmanager/AudioSegmentMmapper.cpp
|
||
|
gui/seqmanager/AudioSegmentMmapper.h
|
||
|
gui/seqmanager/CompositionMmapper.cpp
|
||
|
gui/seqmanager/CompositionMmapper.h
|
||
|
gui/seqmanager/ControlBlockMmapper.cpp
|
||
|
gui/seqmanager/ControlBlockMmapper.h
|
||
|
gui/seqmanager/MetronomeMmapper.cpp
|
||
|
gui/seqmanager/MetronomeMmapper.h
|
||
|
gui/seqmanager/MidiFilterDialog.cpp
|
||
|
gui/seqmanager/MidiFilterDialog.h
|
||
|
gui/seqmanager/SegmentMmapper.cpp
|
||
|
gui/seqmanager/SegmentMmapperFactory.cpp
|
||
|
gui/seqmanager/SegmentMmapperFactory.h
|
||
|
gui/seqmanager/SegmentMmapper.h
|
||
|
gui/seqmanager/SequenceManager.cpp
|
||
|
gui/seqmanager/SequenceManager.h
|
||
|
gui/seqmanager/SequencerMapper.cpp
|
||
|
gui/seqmanager/SequencerMapper.h
|
||
|
gui/seqmanager/SpecialSegmentMmapper.cpp
|
||
|
gui/seqmanager/SpecialSegmentMmapper.h
|
||
|
gui/seqmanager/TempoSegmentMmapper.cpp
|
||
|
gui/seqmanager/TempoSegmentMmapper.h
|
||
|
gui/seqmanager/TimeSigSegmentMmapper.cpp
|
||
|
gui/seqmanager/TimeSigSegmentMmapper.h
|
||
|
gui/studio/AudioMixerWindow.cpp
|
||
|
gui/studio/AudioMixerWindow.h
|
||
|
gui/studio/AudioPluginClipboard.cpp
|
||
|
gui/studio/AudioPluginClipboard.h
|
||
|
gui/studio/AudioPlugin.cpp
|
||
|
gui/studio/AudioPlugin.h
|
||
|
gui/studio/AudioPluginManager.cpp
|
||
|
gui/studio/AudioPluginManager.h
|
||
|
gui/studio/AudioPluginOSCGUI.cpp
|
||
|
gui/studio/AudioPluginOSCGUI.h
|
||
|
gui/studio/AudioPluginOSCGUIManager.cpp
|
||
|
gui/studio/AudioPluginOSCGUIManager.h
|
||
|
gui/studio/BankEditorDialog.cpp
|
||
|
gui/studio/BankEditorDialog.h
|
||
|
gui/studio/ChangeRecordDeviceCommand.cpp
|
||
|
gui/studio/ChangeRecordDeviceCommand.h
|
||
|
gui/studio/DeviceEditorDialog.cpp
|
||
|
gui/studio/DeviceEditorDialog.h
|
||
|
gui/studio/DeviceManagerDialog.cpp
|
||
|
gui/studio/DeviceManagerDialog.h
|
||
|
gui/studio/MidiBankListViewItem.cpp
|
||
|
gui/studio/MidiBankListViewItem.h
|
||
|
gui/studio/MidiDeviceListViewItem.cpp
|
||
|
gui/studio/MidiDeviceListViewItem.h
|
||
|
gui/studio/MidiKeyMapListViewItem.cpp
|
||
|
gui/studio/MidiKeyMapListViewItem.h
|
||
|
gui/studio/MidiKeyMappingEditor.cpp
|
||
|
gui/studio/MidiKeyMappingEditor.h
|
||
|
gui/studio/MidiMixerVUMeter.cpp
|
||
|
gui/studio/MidiMixerVUMeter.h
|
||
|
gui/studio/MidiMixerWindow.cpp
|
||
|
gui/studio/MidiMixerWindow.h
|
||
|
gui/studio/MidiProgramsEditor.cpp
|
||
|
gui/studio/MidiProgramsEditor.h
|
||
|
gui/studio/MixerWindow.cpp
|
||
|
gui/studio/MixerWindow.h
|
||
|
gui/studio/NameSetEditor.cpp
|
||
|
gui/studio/NameSetEditor.h
|
||
|
gui/studio/OSCMessage.cpp
|
||
|
gui/studio/OSCMessage.h
|
||
|
gui/studio/RemapInstrumentDialog.cpp
|
||
|
gui/studio/RemapInstrumentDialog.h
|
||
|
gui/studio/StudioControl.cpp
|
||
|
gui/studio/StudioControl.h
|
||
|
gui/studio/SynthPluginManagerDialog.cpp
|
||
|
gui/studio/SynthPluginManagerDialog.h
|
||
|
gui/studio/TimerCallbackAssistant.cpp
|
||
|
gui/studio/TimerCallbackAssistant.h
|
||
|
gui/widgets/AudioFaderBox.cpp
|
||
|
gui/widgets/AudioFaderBox.h
|
||
|
gui/widgets/AudioListItem.h
|
||
|
gui/widgets/AudioListView.cpp
|
||
|
gui/widgets/AudioListView.h
|
||
|
gui/widgets/AudioRouteMenu.cpp
|
||
|
gui/widgets/AudioRouteMenu.h
|
||
|
gui/widgets/AudioVUMeter.cpp
|
||
|
gui/widgets/AudioVUMeter.h
|
||
|
gui/widgets/BigArrowButton.h
|
||
|
gui/widgets/CollapsingFrame.cpp
|
||
|
gui/widgets/CollapsingFrame.h
|
||
|
gui/widgets/ColourTable.cpp
|
||
|
gui/widgets/ColourTable.h
|
||
|
gui/widgets/ColourTableItem.cpp
|
||
|
gui/widgets/ColourTableItem.h
|
||
|
gui/widgets/CurrentProgressDialog.cpp
|
||
|
gui/widgets/CurrentProgressDialog.h
|
||
|
gui/widgets/DiatonicPitchChooser.cpp
|
||
|
gui/widgets/DiatonicPitchChooser.h
|
||
|
gui/widgets/Fader.cpp
|
||
|
gui/widgets/Fader.h
|
||
|
gui/widgets/HSpinBox.cpp
|
||
|
gui/widgets/HSpinBox.h
|
||
|
gui/widgets/Label.cpp
|
||
|
gui/widgets/Label.h
|
||
|
gui/widgets/MidiFaderWidget.cpp
|
||
|
gui/widgets/MidiFaderWidget.h
|
||
|
gui/widgets/PitchChooser.cpp
|
||
|
gui/widgets/PitchChooser.h
|
||
|
gui/widgets/PitchDragLabel.cpp
|
||
|
gui/widgets/PitchDragLabel.h
|
||
|
gui/widgets/PluginControl.cpp
|
||
|
gui/widgets/PluginControl.h
|
||
|
gui/widgets/ProgressBar.cpp
|
||
|
gui/widgets/ProgressBar.h
|
||
|
gui/widgets/ProgressDialog.cpp
|
||
|
gui/widgets/ProgressDialog.h
|
||
|
gui/widgets/QDeferScrollView.cpp
|
||
|
gui/widgets/QDeferScrollView.h
|
||
|
gui/widgets/QuantizeParameters.cpp
|
||
|
gui/widgets/QuantizeParameters.h
|
||
|
gui/widgets/RosegardenPopupMenu.h
|
||
|
gui/widgets/Rotary.cpp
|
||
|
gui/widgets/Rotary.h
|
||
|
gui/widgets/ScrollBox.cpp
|
||
|
gui/widgets/ScrollBoxDialog.cpp
|
||
|
gui/widgets/ScrollBoxDialog.h
|
||
|
gui/widgets/ScrollBox.h
|
||
|
gui/widgets/SpinBox.cpp
|
||
|
gui/widgets/SpinBox.h
|
||
|
gui/widgets/TextFloat.cpp
|
||
|
gui/widgets/TextFloat.h
|
||
|
gui/widgets/TimeWidget.cpp
|
||
|
gui/widgets/TimeWidget.h
|
||
|
gui/widgets/TristateCheckBox.cpp
|
||
|
gui/widgets/TristateCheckBox.h
|
||
|
gui/widgets/VUMeter.cpp
|
||
|
gui/widgets/VUMeter.h
|
||
|
gui/widgets/WheelyButton.cpp
|
||
|
gui/widgets/WheelyButton.h
|
||
|
gui/widgets/ZoomSlider.cpp
|
||
|
gui/widgets/ZoomSlider.h
|
||
|
)
|
||
|
|
||
|
SET(segmentcanvas_SRCS
|
||
|
gui/editors/segment/segmentcanvas/AudioPreviewPainter.cpp
|
||
|
gui/editors/segment/segmentcanvas/AudioPreviewPainter.h
|
||
|
gui/editors/segment/segmentcanvas/AudioPreviewThread.cpp
|
||
|
gui/editors/segment/segmentcanvas/AudioPreviewThread.h
|
||
|
gui/editors/segment/segmentcanvas/AudioPreviewUpdater.cpp
|
||
|
gui/editors/segment/segmentcanvas/AudioPreviewUpdater.h
|
||
|
gui/editors/segment/segmentcanvas/CompositionColourCache.cpp
|
||
|
gui/editors/segment/segmentcanvas/CompositionColourCache.h
|
||
|
gui/editors/segment/segmentcanvas/CompositionItem.cpp
|
||
|
gui/editors/segment/segmentcanvas/CompositionItem.h
|
||
|
gui/editors/segment/segmentcanvas/CompositionItemHelper.cpp
|
||
|
gui/editors/segment/segmentcanvas/CompositionItemHelper.h
|
||
|
gui/editors/segment/segmentcanvas/CompositionItemImpl.cpp
|
||
|
gui/editors/segment/segmentcanvas/CompositionItemImpl.h
|
||
|
gui/editors/segment/segmentcanvas/CompositionModel.cpp
|
||
|
gui/editors/segment/segmentcanvas/CompositionModel.h
|
||
|
gui/editors/segment/segmentcanvas/CompositionModelImpl.cpp
|
||
|
gui/editors/segment/segmentcanvas/CompositionModelImpl.h
|
||
|
gui/editors/segment/segmentcanvas/CompositionRect.cpp
|
||
|
gui/editors/segment/segmentcanvas/CompositionRect.h
|
||
|
gui/editors/segment/segmentcanvas/CompositionView.cpp
|
||
|
gui/editors/segment/segmentcanvas/CompositionView.h
|
||
|
gui/editors/segment/segmentcanvas/PreviewRect.cpp
|
||
|
gui/editors/segment/segmentcanvas/PreviewRect.h
|
||
|
gui/editors/segment/segmentcanvas/SegmentEraser.cpp
|
||
|
gui/editors/segment/segmentcanvas/SegmentEraser.h
|
||
|
gui/editors/segment/segmentcanvas/SegmentItemPreview.cpp
|
||
|
gui/editors/segment/segmentcanvas/SegmentItemPreview.h
|
||
|
gui/editors/segment/segmentcanvas/SegmentJoiner.cpp
|
||
|
gui/editors/segment/segmentcanvas/SegmentJoiner.h
|
||
|
gui/editors/segment/segmentcanvas/SegmentMover.cpp
|
||
|
gui/editors/segment/segmentcanvas/SegmentMover.h
|
||
|
gui/editors/segment/segmentcanvas/SegmentOrderer.cpp
|
||
|
gui/editors/segment/segmentcanvas/SegmentOrderer.h
|
||
|
gui/editors/segment/segmentcanvas/SegmentPencil.cpp
|
||
|
gui/editors/segment/segmentcanvas/SegmentPencil.h
|
||
|
gui/editors/segment/segmentcanvas/SegmentResizer.cpp
|
||
|
gui/editors/segment/segmentcanvas/SegmentResizer.h
|
||
|
gui/editors/segment/segmentcanvas/SegmentSelector.cpp
|
||
|
gui/editors/segment/segmentcanvas/SegmentSelector.h
|
||
|
gui/editors/segment/segmentcanvas/SegmentSplitter.cpp
|
||
|
gui/editors/segment/segmentcanvas/SegmentSplitter.h
|
||
|
gui/editors/segment/segmentcanvas/SegmentToolBox.cpp
|
||
|
gui/editors/segment/segmentcanvas/SegmentToolBox.h
|
||
|
gui/editors/segment/segmentcanvas/SegmentTool.cpp
|
||
|
gui/editors/segment/segmentcanvas/SegmentTool.h
|
||
|
)
|