Sfoglia il codice sorgente

UI: Rename UI files for consistency

Changes comboBox-* and spinBox-* files to lowercase to be more
consistent with the rest of the files in the UI directory.
jp9000 6 anni fa
parent
commit
72ccefff5f

+ 4 - 4
UI/CMakeLists.txt

@@ -233,8 +233,8 @@ set(obs_SOURCES
 	menu-button.cpp
 	double-slider.cpp
 	slider-ignorewheel.cpp
-	comboBox-ignorewheel.cpp
-	spinBox-ignorewheel.cpp
+	combobox-ignorewheel.cpp
+	spinbox-ignorewheel.cpp
 	volume-control.cpp
 	adv-audio-control.cpp
 	item-widget-helpers.cpp
@@ -286,8 +286,8 @@ set(obs_HEADERS
 	balance-slider.hpp
 	double-slider.hpp
 	slider-ignorewheel.hpp
-	comboBox-ignorewheel.hpp
-	spinBox-ignorewheel.hpp
+	combobox-ignorewheel.hpp
+	spinbox-ignorewheel.hpp
 	focus-list.hpp
 	menu-button.hpp
 	mute-checkbox.hpp

+ 1 - 1
UI/comboBox-ignorewheel.cpp → UI/combobox-ignorewheel.cpp

@@ -1,4 +1,4 @@
-#include "comboBox-ignorewheel.hpp"
+#include "combobox-ignorewheel.hpp"
 
 ComboBoxIgnoreScroll::ComboBoxIgnoreScroll(QWidget *parent) : QComboBox(parent)
 {

+ 0 - 0
UI/comboBox-ignorewheel.hpp → UI/combobox-ignorewheel.hpp


+ 4 - 4
UI/frontend-plugins/decklink-output-ui/CMakeLists.txt

@@ -18,8 +18,8 @@ set(decklink-ouput-ui_HEADERS
 	../../vertical-scroll-area.hpp
 	../../double-slider.hpp
 	../../slider-ignorewheel.hpp
-	../../comboBox-ignorewheel.hpp
-	../../spinBox-ignorewheel.hpp
+	../../combobox-ignorewheel.hpp
+	../../spinbox-ignorewheel.hpp
 	./DecklinkOutputUI.h
 	decklink-ui-main.h
 	)
@@ -29,8 +29,8 @@ set(decklink-ouput-ui_SOURCES
 	../../vertical-scroll-area.cpp
 	../../double-slider.cpp
 	../../slider-ignorewheel.cpp
-	../../comboBox-ignorewheel.cpp
-	../../spinBox-ignorewheel.cpp
+	../../combobox-ignorewheel.cpp
+	../../spinbox-ignorewheel.cpp
 	./DecklinkOutputUI.cpp
 	decklink-ui-main.cpp
 	)

+ 4 - 4
UI/frontend-plugins/frontend-tools/CMakeLists.txt

@@ -29,8 +29,8 @@ set(frontend-tools_HEADERS
 	../../vertical-scroll-area.hpp
 	../../double-slider.hpp
 	../../slider-ignorewheel.hpp
-	../../comboBox-ignorewheel.hpp
-	../../spinBox-ignorewheel.hpp
+	../../combobox-ignorewheel.hpp
+	../../spinbox-ignorewheel.hpp
 	)
 set(frontend-tools_SOURCES
 	${frontend-tools_SOURCES}
@@ -42,8 +42,8 @@ set(frontend-tools_SOURCES
 	../../vertical-scroll-area.cpp
 	../../double-slider.cpp
 	../../slider-ignorewheel.cpp
-	../../comboBox-ignorewheel.cpp
-	../../spinBox-ignorewheel.cpp
+	../../combobox-ignorewheel.cpp
+	../../spinbox-ignorewheel.cpp
 	)
 set(frontend-tools_UI
 	${frontend-tools_UI}

+ 2 - 2
UI/properties-view.cpp

@@ -22,8 +22,8 @@
 #include <QGroupBox>
 #include "double-slider.hpp"
 #include "slider-ignorewheel.hpp"
-#include "spinBox-ignorewheel.hpp"
-#include "comboBox-ignorewheel.hpp"
+#include "spinbox-ignorewheel.hpp"
+#include "combobox-ignorewheel.hpp"
 #include "qt-wrappers.hpp"
 #include "properties-view.hpp"
 #include "properties-view.moc.hpp"

+ 1 - 1
UI/spinBox-ignorewheel.cpp → UI/spinbox-ignorewheel.cpp

@@ -1,4 +1,4 @@
-#include "spinBox-ignorewheel.hpp"
+#include "spinbox-ignorewheel.hpp"
 
 SpinBoxIgnoreScroll::SpinBoxIgnoreScroll(QWidget *parent) : QSpinBox(parent)
 {

+ 0 - 0
UI/spinBox-ignorewheel.hpp → UI/spinbox-ignorewheel.hpp