diff --git a/include/ActionGroup.h b/include/ActionGroup.h index 9928e8906..0b1b377e8 100644 --- a/include/ActionGroup.h +++ b/include/ActionGroup.h @@ -1,5 +1,5 @@ /* - * Editor.h - declaration of Editor class + * ActionGroup.h - wrapper around QActionGroup to provide a more useful triggered(int) slot * * Copyright (c) 2014 Lukas W * diff --git a/include/DetuningHelper.h b/include/DetuningHelper.h index 7f702ac4a..f2cdde829 100644 --- a/include/DetuningHelper.h +++ b/include/DetuningHelper.h @@ -1,5 +1,5 @@ /* - * detuning_helper.h - detuning automation helper + * DetuningHelper.h - detuning automation helper * * Copyright (c) 2007 Javier Serrano Polo * Copyright (c) 2008-2010 Tobias Doerffel diff --git a/include/EffectRackView.h b/include/EffectRackView.h index 58d6bc3fc..5624fd4b9 100644 --- a/include/EffectRackView.h +++ b/include/EffectRackView.h @@ -1,5 +1,5 @@ /* - * effect_rack_view.h - view for effectChain-model + * EffectRackView.h - view for effectChain-model * * Copyright (c) 2006-2007 Danny McRae * Copyright (c) 2008-2014 Tobias Doerffel diff --git a/include/InstrumentView.h b/include/InstrumentView.h index c39fc6bcd..435a43ee9 100644 --- a/include/InstrumentView.h +++ b/include/InstrumentView.h @@ -1,5 +1,5 @@ /* - * instrument_view.h - definition of instrumentView-class + * InstrumentView.h - definition of InstrumentView-class * * Copyright (c) 2008 Tobias Doerffel * diff --git a/include/LeftRightNav.h b/include/LeftRightNav.h index b675446ca..9a882608c 100644 --- a/include/LeftRightNav.h +++ b/include/LeftRightNav.h @@ -1,5 +1,5 @@ /* - * LeftRightNav.cpp - side-by-side left-facing and right-facing arrows for navigation (looks like < > ) + * LeftRightNav.h - side-by-side left-facing and right-facing arrows for navigation (looks like < > ) * * Copyright (c) 2015 Colin Wallace * diff --git a/include/PluginBrowser.h b/include/PluginBrowser.h index 9f54d86ec..5ea537065 100644 --- a/include/PluginBrowser.h +++ b/include/PluginBrowser.h @@ -1,5 +1,5 @@ /* - * plugin_browser.h - include file for pluginBrowser + * PluginBrowser.h - include file for pluginBrowser * * Copyright (c) 2005-2009 Tobias Doerffel * diff --git a/include/lmms_basics.h b/include/lmms_basics.h index ea02f77d1..b936a5928 100644 --- a/include/lmms_basics.h +++ b/include/lmms_basics.h @@ -1,5 +1,5 @@ /* - * types.h - typedefs for common types that are used in the whole app + * lmms_basics.h - typedefs for common types that are used in the whole app * * Copyright (c) 2004-2009 Tobias Doerffel * diff --git a/src/core/BandLimitedWave.cpp b/src/core/BandLimitedWave.cpp index b60cbd633..e02c0a2d7 100644 --- a/src/core/BandLimitedWave.cpp +++ b/src/core/BandLimitedWave.cpp @@ -1,5 +1,5 @@ /* - * BandLimitedWave.h - helper functions for band-limited + * BandLimitedWave.cpp - helper functions for band-limited * waveform generation * * Copyright (c) 2014 Vesa Kivimäki diff --git a/src/core/DrumSynth.cpp b/src/core/DrumSynth.cpp index 8c732bb7d..da77d9371 100644 --- a/src/core/DrumSynth.cpp +++ b/src/core/DrumSynth.cpp @@ -1,5 +1,5 @@ /* - * drumsynth.cpp - DrumSynth DS file renderer + * DrumSynth.cpp - DrumSynth DS file renderer * * Copyright (c) 1998-2000 Paul Kellett (mda-vst.com) * Copyright (c) 2007 Paul Giblock diff --git a/src/core/Note.cpp b/src/core/Note.cpp index f5851dde4..69497d22a 100644 --- a/src/core/Note.cpp +++ b/src/core/Note.cpp @@ -1,5 +1,5 @@ /* - * note.cpp - implementation of class note + * Note.cpp - implementation of class note * * Copyright (c) 2004-2014 Tobias Doerffel * diff --git a/src/core/Song.cpp b/src/core/Song.cpp index 3b8235a89..fb9bd3e59 100644 --- a/src/core/Song.cpp +++ b/src/core/Song.cpp @@ -1,5 +1,5 @@ /* - * song.cpp - root of the model tree + * Song.cpp - root of the model tree * * Copyright (c) 2004-2014 Tobias Doerffel * diff --git a/src/core/audio/AudioAlsa.cpp b/src/core/audio/AudioAlsa.cpp index 93f2d08b2..240674bce 100644 --- a/src/core/audio/AudioAlsa.cpp +++ b/src/core/audio/AudioAlsa.cpp @@ -1,5 +1,5 @@ /* - * audio_alsa.cpp - device-class which implements ALSA-PCM-output + * AudioAlsa.cpp - device-class which implements ALSA-PCM-output * * Copyright (c) 2004-2014 Tobias Doerffel * diff --git a/src/gui/ActionGroup.cpp b/src/gui/ActionGroup.cpp index b0f0dbcd3..1b61258ef 100644 --- a/src/gui/ActionGroup.cpp +++ b/src/gui/ActionGroup.cpp @@ -1,5 +1,5 @@ /* - * Editor.h - declaration of Editor class + * ActionGroup.cpp - wrapper around QActionGroup to provide a more useful triggered(int) slot * * Copyright (c) 2014 Lukas W * diff --git a/src/gui/PeakControllerDialog.cpp b/src/gui/PeakControllerDialog.cpp index 4403a7baa..76c405b42 100644 --- a/src/gui/PeakControllerDialog.cpp +++ b/src/gui/PeakControllerDialog.cpp @@ -1,5 +1,5 @@ /* - * PeakController_Dialog.cpp - per-controller-specific view for changing a + * PeakControllerDialog.cpp - per-controller-specific view for changing a * controller's settings * * Copyright (c) 2008-2009 Paul Giblock diff --git a/src/gui/PianoView.cpp b/src/gui/PianoView.cpp index 8b74c628b..0f82fd702 100644 --- a/src/gui/PianoView.cpp +++ b/src/gui/PianoView.cpp @@ -1,5 +1,5 @@ /* - * Piano.cpp - implementation of piano-widget used in instrument-track-window + * PianoView.cpp - implementation of piano-widget used in instrument-track-window * for testing + according model class * * Copyright (c) 2004-2014 Tobias Doerffel diff --git a/src/gui/PluginBrowser.cpp b/src/gui/PluginBrowser.cpp index 3fdc1cc77..6e7174168 100644 --- a/src/gui/PluginBrowser.cpp +++ b/src/gui/PluginBrowser.cpp @@ -1,5 +1,5 @@ /* - * plugin_browser.cpp - implementation of the plugin-browser + * PluginBrowser.cpp - implementation of the plugin-browser * * Copyright (c) 2005-2009 Tobias Doerffel * diff --git a/src/gui/widgets/ComboBox.cpp b/src/gui/widgets/ComboBox.cpp index 86294a863..ab95a2b66 100644 --- a/src/gui/widgets/ComboBox.cpp +++ b/src/gui/widgets/ComboBox.cpp @@ -1,5 +1,5 @@ /* - * Combobox.cpp - implementation of LMMS combobox + * ComboBox.cpp - implementation of LMMS combobox * * Copyright (c) 2006-2014 Tobias Doerffel * Copyright (c) 2008-2009 Paul Giblock diff --git a/src/gui/widgets/LcdSpinBox.cpp b/src/gui/widgets/LcdSpinBox.cpp index 73534f5c7..9f02e6896 100644 --- a/src/gui/widgets/LcdSpinBox.cpp +++ b/src/gui/widgets/LcdSpinBox.cpp @@ -1,5 +1,5 @@ /* - * lcd_spinbox.cpp - class LcdSpinBox, an improved QLCDNumber + * LcdSpinBox.cpp - class LcdSpinBox, an improved QLCDNumber * * Copyright (c) 2005-2014 Tobias Doerffel * Copyright (c) 2008 Paul Giblock diff --git a/src/tracks/Pattern.cpp b/src/tracks/Pattern.cpp index e9ba69d9f..625df94c4 100644 --- a/src/tracks/Pattern.cpp +++ b/src/tracks/Pattern.cpp @@ -1,5 +1,5 @@ /* - * pattern.cpp - implementation of class pattern which holds notes + * Pattern.cpp - implementation of class pattern which holds notes * * Copyright (c) 2004-2014 Tobias Doerffel * Copyright (c) 2005-2007 Danny McRae