Rename a lot of files
* about_dialog -> AboutDialog * bb_editor -> BBEditor * export_project_dialog -> ExportProjectDialog * setup_dialog -> SetupDialog * string_pair_drag -> StringPairDrag
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* about_dialog.h - declaration of class aboutDialog
|
||||
* AboutDialog.h - declaration of class aboutDialog
|
||||
*
|
||||
* Copyright (c) 2004-2008 Tobias Doerffel <tobydox/at/users.sourceforge.net>
|
||||
*
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* bb_editor.h - view-component of BB-Editor
|
||||
* BBEditor.h - view-component of BB-Editor
|
||||
*
|
||||
* Copyright (c) 2004-2014 Tobias Doerffel <tobydox/at/users.sourceforge.net>
|
||||
*
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* export_project_dialog.h - declaration of class exportProjectDialog which is
|
||||
* ExportProjectDialog.h - declaration of class exportProjectDialog which is
|
||||
* responsible for exporting project
|
||||
*
|
||||
* Copyright (c) 2004-2012 Tobias Doerffel <tobydox/at/users.sourceforge.net>
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* setup_dialog.h - dialog for setting up LMMS
|
||||
* SetupDialog.h - dialog for setting up LMMS
|
||||
*
|
||||
* Copyright (c) 2005-2014 Tobias Doerffel <tobydox/at/users.sourceforge.net>
|
||||
*
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* string_pair_drag.h - class stringPairDrag which provides general support
|
||||
* StringPairDrag.h - class stringPairDrag which provides general support
|
||||
* for drag'n'drop of string-pairs
|
||||
*
|
||||
* Copyright (c) 2005-2007 Tobias Doerffel <tobydox/at/users.sourceforge.net>
|
||||
@@ -39,7 +39,7 @@
|
||||
#include "interpolation.h"
|
||||
#include "gui_templates.h"
|
||||
#include "ToolTip.h"
|
||||
#include "string_pair_drag.h"
|
||||
#include "StringPairDrag.h"
|
||||
#include "DataFile.h"
|
||||
|
||||
#include "embed.cpp"
|
||||
|
||||
@@ -36,7 +36,7 @@
|
||||
#include "NotePlayHandle.h"
|
||||
#include "PixmapButton.h"
|
||||
#include "Song.h"
|
||||
#include "string_pair_drag.h"
|
||||
#include "StringPairDrag.h"
|
||||
#include "ToolTip.h"
|
||||
#include "FileDialog.h"
|
||||
|
||||
|
||||
@@ -39,7 +39,7 @@
|
||||
#include "VstPlugin.h"
|
||||
#include "MainWindow.h"
|
||||
#include "PixmapButton.h"
|
||||
#include "string_pair_drag.h"
|
||||
#include "StringPairDrag.h"
|
||||
#include "TextFloat.h"
|
||||
#include "ToolTip.h"
|
||||
#include "FileDialog.h"
|
||||
|
||||
@@ -39,7 +39,7 @@
|
||||
#include "InstrumentPlayHandle.h"
|
||||
#include "InstrumentTrack.h"
|
||||
#include "gui_templates.h"
|
||||
#include "string_pair_drag.h"
|
||||
#include "StringPairDrag.h"
|
||||
#include "RemoteZynAddSubFx.h"
|
||||
#include "LocalZynAddSubFx.h"
|
||||
#include "ControllerConnection.h"
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
|
||||
#include "Engine.h"
|
||||
#include "AutomationEditor.h"
|
||||
#include "bb_editor.h"
|
||||
#include "BBEditor.h"
|
||||
#include "BBTrackContainer.h"
|
||||
#include "ConfigManager.h"
|
||||
#include "ControllerRackView.h"
|
||||
|
||||
@@ -33,7 +33,7 @@
|
||||
#include "Song.h"
|
||||
#include "AutomationTrack.h"
|
||||
#include "AutomationEditor.h"
|
||||
#include "bb_editor.h"
|
||||
#include "BBEditor.h"
|
||||
#include "bb_track.h"
|
||||
#include "BBTrackContainer.h"
|
||||
#include "ConfigManager.h"
|
||||
@@ -41,7 +41,7 @@
|
||||
#include "ControllerConnection.h"
|
||||
#include "embed.h"
|
||||
#include "EnvelopeAndLfoParameters.h"
|
||||
#include "export_project_dialog.h"
|
||||
#include "ExportProjectDialog.h"
|
||||
#include "FxMixer.h"
|
||||
#include "FxMixerView.h"
|
||||
#include "ImportFilter.h"
|
||||
|
||||
@@ -49,7 +49,7 @@
|
||||
|
||||
#include "AutomationPattern.h"
|
||||
#include "AutomationTrack.h"
|
||||
#include "bb_editor.h"
|
||||
#include "BBEditor.h"
|
||||
#include "bb_track.h"
|
||||
#include "BBTrackContainer.h"
|
||||
#include "ConfigManager.h"
|
||||
@@ -64,7 +64,7 @@
|
||||
#include "ProjectJournal.h"
|
||||
#include "SampleTrack.h"
|
||||
#include "Song.h"
|
||||
#include "string_pair_drag.h"
|
||||
#include "StringPairDrag.h"
|
||||
#include "templates.h"
|
||||
#include "TextFloat.h"
|
||||
#include "ToolTip.h"
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
#include <QMessageBox>
|
||||
|
||||
#include "AudioFileDevice.h"
|
||||
#include "export_project_dialog.h"
|
||||
#include "ExportProjectDialog.h"
|
||||
|
||||
|
||||
AudioFileDevice::AudioFileDevice( const sample_rate_t _sample_rate,
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* about_dialog.cpp - implementation of about-dialog
|
||||
* AboutDialog.cpp - implementation of about-dialog
|
||||
*
|
||||
* Copyright (c) 2004-2008 Tobias Doerffel <tobydox/at/users.sourceforge.net>
|
||||
*
|
||||
@@ -24,7 +24,7 @@
|
||||
|
||||
|
||||
#include "lmmsversion.h"
|
||||
#include "about_dialog.h"
|
||||
#include "AboutDialog.h"
|
||||
#include "embed.h"
|
||||
#include "Engine.h"
|
||||
#include "MainWindow.h"
|
||||
@@ -31,7 +31,7 @@
|
||||
#include "ControllerConnection.h"
|
||||
#include "embed.h"
|
||||
#include "MainWindow.h"
|
||||
#include "string_pair_drag.h"
|
||||
#include "StringPairDrag.h"
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
#include "gui_templates.h"
|
||||
#include "ProjectJournal.h"
|
||||
#include "RenameDialog.h"
|
||||
#include "string_pair_drag.h"
|
||||
#include "StringPairDrag.h"
|
||||
#include "ToolTip.h"
|
||||
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* bb_editor.cpp - basic main-window for editing of beats and basslines
|
||||
* BBEditor.cpp - basic main-window for editing of beats and basslines
|
||||
*
|
||||
* Copyright (c) 2004-2008 Tobias Doerffel <tobydox/at/users.sourceforge.net>
|
||||
*
|
||||
@@ -28,7 +28,7 @@
|
||||
#include <QLayout>
|
||||
#include <QMdiArea>
|
||||
|
||||
#include "bb_editor.h"
|
||||
#include "BBEditor.h"
|
||||
#include "BBTrackContainer.h"
|
||||
#include "embed.h"
|
||||
#include "MainWindow.h"
|
||||
@@ -36,7 +36,7 @@
|
||||
#include "ToolButton.h"
|
||||
#include "ConfigManager.h"
|
||||
#include "DataFile.h"
|
||||
#include "string_pair_drag.h"
|
||||
#include "StringPairDrag.h"
|
||||
|
||||
#include "TrackContainer.h"
|
||||
#include "Pattern.h"
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* export_project_dialog.cpp - implementation of dialog for exporting project
|
||||
* ExportProjectDialog.cpp - implementation of dialog for exporting project
|
||||
*
|
||||
* Copyright (c) 2004-2013 Tobias Doerffel <tobydox/at/users.sourceforge.net>
|
||||
*
|
||||
@@ -26,7 +26,7 @@
|
||||
#include <QDir>
|
||||
#include <QMessageBox>
|
||||
|
||||
#include "export_project_dialog.h"
|
||||
#include "ExportProjectDialog.h"
|
||||
#include "Song.h"
|
||||
#include "Engine.h"
|
||||
#include "MainWindow.h"
|
||||
@@ -47,7 +47,7 @@
|
||||
#include "PresetPreviewPlayHandle.h"
|
||||
#include "SamplePlayHandle.h"
|
||||
#include "Song.h"
|
||||
#include "string_pair_drag.h"
|
||||
#include "StringPairDrag.h"
|
||||
#include "TextFloat.h"
|
||||
|
||||
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
#include "embed.h"
|
||||
#include "Instrument.h"
|
||||
#include "InstrumentTrack.h"
|
||||
#include "string_pair_drag.h"
|
||||
#include "StringPairDrag.h"
|
||||
|
||||
|
||||
InstrumentView::InstrumentView( Instrument * _Instrument, QWidget * _parent ) :
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
|
||||
#include "lmmsversion.h"
|
||||
#include "MainWindow.h"
|
||||
#include "bb_editor.h"
|
||||
#include "BBEditor.h"
|
||||
#include "SongEditor.h"
|
||||
#include "Song.h"
|
||||
#include "PianoRoll.h"
|
||||
@@ -46,7 +46,7 @@
|
||||
#include "FxMixerView.h"
|
||||
#include "InstrumentTrack.h"
|
||||
#include "PianoView.h"
|
||||
#include "about_dialog.h"
|
||||
#include "AboutDialog.h"
|
||||
#include "ControllerRackView.h"
|
||||
#include "FileBrowser.h"
|
||||
#include "PluginBrowser.h"
|
||||
@@ -55,7 +55,7 @@
|
||||
#include "Mixer.h"
|
||||
#include "PluginView.h"
|
||||
#include "ProjectNotes.h"
|
||||
#include "setup_dialog.h"
|
||||
#include "SetupDialog.h"
|
||||
#include "AudioDummy.h"
|
||||
#include "ToolPlugin.h"
|
||||
#include "ToolButton.h"
|
||||
|
||||
@@ -51,7 +51,7 @@
|
||||
#include "gui_templates.h"
|
||||
#include "InstrumentTrack.h"
|
||||
#include "Knob.h"
|
||||
#include "string_pair_drag.h"
|
||||
#include "StringPairDrag.h"
|
||||
#include "MainWindow.h"
|
||||
#include "MidiEvent.h"
|
||||
#include "templates.h"
|
||||
|
||||
@@ -33,7 +33,7 @@
|
||||
#include "debug.h"
|
||||
#include "templates.h"
|
||||
#include "gui_templates.h"
|
||||
#include "string_pair_drag.h"
|
||||
#include "StringPairDrag.h"
|
||||
|
||||
|
||||
bool pluginBefore( const Plugin::Descriptor& d1, const Plugin::Descriptor& d2 )
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* setup_dialog.cpp - dialog for setting up LMMS
|
||||
* SetupDialog.cpp - dialog for setting up LMMS
|
||||
*
|
||||
* Copyright (c) 2005-2014 Tobias Doerffel <tobydox/at/users.sourceforge.net>
|
||||
*
|
||||
@@ -31,7 +31,7 @@
|
||||
#include <QSlider>
|
||||
#include <QWhatsThis>
|
||||
|
||||
#include "setup_dialog.h"
|
||||
#include "SetupDialog.h"
|
||||
#include "TabBar.h"
|
||||
#include "tab_button.h"
|
||||
#include "TabWidget.h"
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* string_pair_drag.cpp - class stringPairDrag which provides general support
|
||||
* StringPairDrag.cpp - class stringPairDrag which provides general support
|
||||
* for drag'n'drop of string-pairs and which is the base
|
||||
* for all drag'n'drop-actions within LMMS
|
||||
*
|
||||
@@ -30,7 +30,7 @@
|
||||
#include <QDropEvent>
|
||||
|
||||
|
||||
#include "string_pair_drag.h"
|
||||
#include "StringPairDrag.h"
|
||||
#include "Engine.h"
|
||||
#include "MainWindow.h"
|
||||
|
||||
@@ -43,7 +43,7 @@
|
||||
#include "DataFile.h"
|
||||
#include "Rubberband.h"
|
||||
#include "Song.h"
|
||||
#include "string_pair_drag.h"
|
||||
#include "StringPairDrag.h"
|
||||
#include "Track.h"
|
||||
|
||||
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
#include "Engine.h"
|
||||
#include "embed.h"
|
||||
#include "MainWindow.h"
|
||||
#include "string_pair_drag.h"
|
||||
#include "StringPairDrag.h"
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
#include "DataFile.h"
|
||||
#include "Oscillator.h"
|
||||
#include "PixmapButton.h"
|
||||
#include "string_pair_drag.h"
|
||||
#include "StringPairDrag.h"
|
||||
#include "TempoSyncKnob.h"
|
||||
#include "TextFloat.h"
|
||||
#include "ToolTip.h"
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
#include <QPainter>
|
||||
|
||||
#include "Graph.h"
|
||||
#include "string_pair_drag.h"
|
||||
#include "StringPairDrag.h"
|
||||
#include "SampleBuffer.h"
|
||||
#include "Oscillator.h"
|
||||
#include "Engine.h"
|
||||
|
||||
@@ -46,7 +46,7 @@
|
||||
#include "MainWindow.h"
|
||||
#include "ProjectJournal.h"
|
||||
#include "Song.h"
|
||||
#include "string_pair_drag.h"
|
||||
#include "StringPairDrag.h"
|
||||
#include "templates.h"
|
||||
#include "TextFloat.h"
|
||||
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
#include "Engine.h"
|
||||
#include "embed.h"
|
||||
#include "ProjectJournal.h"
|
||||
#include "string_pair_drag.h"
|
||||
#include "StringPairDrag.h"
|
||||
#include "TrackContainerView.h"
|
||||
#include "TrackLabelButton.h"
|
||||
|
||||
|
||||
@@ -72,7 +72,7 @@
|
||||
#include "PluginView.h"
|
||||
#include "SamplePlayHandle.h"
|
||||
#include "Song.h"
|
||||
#include "string_pair_drag.h"
|
||||
#include "StringPairDrag.h"
|
||||
#include "TabWidget.h"
|
||||
#include "ToolTip.h"
|
||||
#include "TrackLabelButton.h"
|
||||
|
||||
@@ -47,7 +47,7 @@
|
||||
#include "Song.h"
|
||||
#include "ToolTip.h"
|
||||
#include "BBTrackContainer.h"
|
||||
#include "string_pair_drag.h"
|
||||
#include "StringPairDrag.h"
|
||||
#include "MainWindow.h"
|
||||
|
||||
|
||||
|
||||
@@ -41,7 +41,7 @@
|
||||
#include "AudioPort.h"
|
||||
#include "SamplePlayHandle.h"
|
||||
#include "SampleRecordHandle.h"
|
||||
#include "string_pair_drag.h"
|
||||
#include "StringPairDrag.h"
|
||||
#include "Knob.h"
|
||||
#include "MainWindow.h"
|
||||
#include "EffectRackView.h"
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
#include <QMenu>
|
||||
#include <QPainter>
|
||||
|
||||
#include "bb_editor.h"
|
||||
#include "BBEditor.h"
|
||||
#include "bb_track.h"
|
||||
#include "BBTrackContainer.h"
|
||||
#include "embed.h"
|
||||
|
||||
Reference in New Issue
Block a user