aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2022-05-15 14:15:31 +0800
committercrupest <crupest@outlook.com>2022-05-15 14:15:31 +0800
commit34a64e6ffefaab007578932ddbab931a25f1d56e (patch)
tree541fdb8279e829a129df62288d09916bf23c9200 /src
parent8ad2966933957ac5d6ff8dcd5e732736fd5e4dc6 (diff)
downloadcru-34a64e6ffefaab007578932ddbab931a25f1d56e.tar.gz
cru-34a64e6ffefaab007578932ddbab931a25f1d56e.tar.bz2
cru-34a64e6ffefaab007578932ddbab931a25f1d56e.zip
...
Diffstat (limited to 'src')
-rw-r--r--src/CMakeLists.txt2
-rw-r--r--src/ThemeBuilder/CMakeLists.txt (renamed from src/theme_builder/CMakeLists.txt)10
-rw-r--r--src/ThemeBuilder/components/Common.cpp (renamed from src/theme_builder/components/Common.cpp)0
-rw-r--r--src/ThemeBuilder/components/Common.h (renamed from src/theme_builder/components/Common.h)0
-rw-r--r--src/ThemeBuilder/components/Editor.cpp (renamed from src/theme_builder/components/Editor.cpp)0
-rw-r--r--src/ThemeBuilder/components/Editor.h (renamed from src/theme_builder/components/Editor.h)0
-rw-r--r--src/ThemeBuilder/components/HeadBodyEditor.cpp (renamed from src/theme_builder/components/HeadBodyEditor.cpp)0
-rw-r--r--src/ThemeBuilder/components/HeadBodyEditor.h (renamed from src/theme_builder/components/HeadBodyEditor.h)0
-rw-r--r--src/ThemeBuilder/components/MainWindow.cpp (renamed from src/theme_builder/components/MainWindow.cpp)0
-rw-r--r--src/ThemeBuilder/components/MainWindow.h (renamed from src/theme_builder/components/MainWindow.h)0
-rw-r--r--src/ThemeBuilder/components/StyleRuleEditor.cpp (renamed from src/theme_builder/components/StyleRuleEditor.cpp)0
-rw-r--r--src/ThemeBuilder/components/StyleRuleEditor.h (renamed from src/theme_builder/components/StyleRuleEditor.h)0
-rw-r--r--src/ThemeBuilder/components/StyleRuleSetEditor.cpp (renamed from src/theme_builder/components/StyleRuleSetEditor.cpp)0
-rw-r--r--src/ThemeBuilder/components/StyleRuleSetEditor.h (renamed from src/theme_builder/components/StyleRuleSetEditor.h)0
-rw-r--r--src/ThemeBuilder/components/conditions/CheckedConditionEditor.cpp (renamed from src/theme_builder/components/conditions/CheckedConditionEditor.cpp)0
-rw-r--r--src/ThemeBuilder/components/conditions/CheckedConditionEditor.h (renamed from src/theme_builder/components/conditions/CheckedConditionEditor.h)0
-rw-r--r--src/ThemeBuilder/components/conditions/ClickStateConditionEditor.cpp (renamed from src/theme_builder/components/conditions/ClickStateConditionEditor.cpp)0
-rw-r--r--src/ThemeBuilder/components/conditions/ClickStateConditionEditor.h (renamed from src/theme_builder/components/conditions/ClickStateConditionEditor.h)0
-rw-r--r--src/ThemeBuilder/components/conditions/CompoundConditionEditor.cpp (renamed from src/theme_builder/components/conditions/CompoundConditionEditor.cpp)0
-rw-r--r--src/ThemeBuilder/components/conditions/CompoundConditionEditor.h (renamed from src/theme_builder/components/conditions/CompoundConditionEditor.h)0
-rw-r--r--src/ThemeBuilder/components/conditions/ConditionEditor.cpp (renamed from src/theme_builder/components/conditions/ConditionEditor.cpp)0
-rw-r--r--src/ThemeBuilder/components/conditions/ConditionEditor.h (renamed from src/theme_builder/components/conditions/ConditionEditor.h)0
-rw-r--r--src/ThemeBuilder/components/conditions/FocusConditionEditor.cpp (renamed from src/theme_builder/components/conditions/FocusConditionEditor.cpp)0
-rw-r--r--src/ThemeBuilder/components/conditions/FocusConditionEditor.h (renamed from src/theme_builder/components/conditions/FocusConditionEditor.h)0
-rw-r--r--src/ThemeBuilder/components/conditions/NoConditionEditor.cpp (renamed from src/theme_builder/components/conditions/NoConditionEditor.cpp)0
-rw-r--r--src/ThemeBuilder/components/conditions/NoConditionEditor.h (renamed from src/theme_builder/components/conditions/NoConditionEditor.h)0
-rw-r--r--src/ThemeBuilder/components/properties/CheckBoxPropertyEditor.cpp (renamed from src/theme_builder/components/properties/CheckBoxPropertyEditor.cpp)0
-rw-r--r--src/ThemeBuilder/components/properties/CheckBoxPropertyEditor.h (renamed from src/theme_builder/components/properties/CheckBoxPropertyEditor.h)0
-rw-r--r--src/ThemeBuilder/components/properties/ColorPropertyEditor.cpp (renamed from src/theme_builder/components/properties/ColorPropertyEditor.cpp)0
-rw-r--r--src/ThemeBuilder/components/properties/ColorPropertyEditor.h (renamed from src/theme_builder/components/properties/ColorPropertyEditor.h)0
-rw-r--r--src/ThemeBuilder/components/properties/CornerRadiusPropertyEditor.cpp (renamed from src/theme_builder/components/properties/CornerRadiusPropertyEditor.cpp)0
-rw-r--r--src/ThemeBuilder/components/properties/CornerRadiusPropertyEditor.h (renamed from src/theme_builder/components/properties/CornerRadiusPropertyEditor.h)0
-rw-r--r--src/ThemeBuilder/components/properties/FontPropertyEditor.cpp (renamed from src/theme_builder/components/properties/FontPropertyEditor.cpp)0
-rw-r--r--src/ThemeBuilder/components/properties/FontPropertyEditor.h (renamed from src/theme_builder/components/properties/FontPropertyEditor.h)0
-rw-r--r--src/ThemeBuilder/components/properties/MeasureLengthPropertyEditor.cpp (renamed from src/theme_builder/components/properties/MeasureLengthPropertyEditor.cpp)0
-rw-r--r--src/ThemeBuilder/components/properties/MeasureLengthPropertyEditor.h (renamed from src/theme_builder/components/properties/MeasureLengthPropertyEditor.h)0
-rw-r--r--src/ThemeBuilder/components/properties/OptionalPropertyEditor.h (renamed from src/theme_builder/components/properties/OptionalPropertyEditor.h)0
-rw-r--r--src/ThemeBuilder/components/properties/PointPropertyEditor.cpp (renamed from src/theme_builder/components/properties/PointPropertyEditor.cpp)0
-rw-r--r--src/ThemeBuilder/components/properties/PointPropertyEditor.h (renamed from src/theme_builder/components/properties/PointPropertyEditor.h)0
-rw-r--r--src/ThemeBuilder/components/properties/SelectPropertyEditor.cpp (renamed from src/theme_builder/components/properties/SelectPropertyEditor.cpp)0
-rw-r--r--src/ThemeBuilder/components/properties/SelectPropertyEditor.h (renamed from src/theme_builder/components/properties/SelectPropertyEditor.h)0
-rw-r--r--src/ThemeBuilder/components/properties/TextPropertyEditor.cpp (renamed from src/theme_builder/components/properties/TextPropertyEditor.cpp)0
-rw-r--r--src/ThemeBuilder/components/properties/TextPropertyEditor.h (renamed from src/theme_builder/components/properties/TextPropertyEditor.h)0
-rw-r--r--src/ThemeBuilder/components/properties/ThicknessPropertyEditor.cpp (renamed from src/theme_builder/components/properties/ThicknessPropertyEditor.cpp)0
-rw-r--r--src/ThemeBuilder/components/properties/ThicknessPropertyEditor.h (renamed from src/theme_builder/components/properties/ThicknessPropertyEditor.h)0
-rw-r--r--src/ThemeBuilder/components/stylers/BorderStylerEditor.cpp (renamed from src/theme_builder/components/stylers/BorderStylerEditor.cpp)0
-rw-r--r--src/ThemeBuilder/components/stylers/BorderStylerEditor.h (renamed from src/theme_builder/components/stylers/BorderStylerEditor.h)0
-rw-r--r--src/ThemeBuilder/components/stylers/CompoundStylerEditor.cpp (renamed from src/theme_builder/components/stylers/CompoundStylerEditor.cpp)0
-rw-r--r--src/ThemeBuilder/components/stylers/CompoundStylerEditor.h (renamed from src/theme_builder/components/stylers/CompoundStylerEditor.h)0
-rw-r--r--src/ThemeBuilder/components/stylers/ContentBrushStylerEditor.cpp (renamed from src/theme_builder/components/stylers/ContentBrushStylerEditor.cpp)0
-rw-r--r--src/ThemeBuilder/components/stylers/ContentBrushStylerEditor.h (renamed from src/theme_builder/components/stylers/ContentBrushStylerEditor.h)0
-rw-r--r--src/ThemeBuilder/components/stylers/CursorStylerEditor.cpp (renamed from src/theme_builder/components/stylers/CursorStylerEditor.cpp)0
-rw-r--r--src/ThemeBuilder/components/stylers/CursorStylerEditor.h (renamed from src/theme_builder/components/stylers/CursorStylerEditor.h)0
-rw-r--r--src/ThemeBuilder/components/stylers/FontStylerEditor.cpp (renamed from src/theme_builder/components/stylers/FontStylerEditor.cpp)0
-rw-r--r--src/ThemeBuilder/components/stylers/FontStylerEditor.h (renamed from src/theme_builder/components/stylers/FontStylerEditor.h)0
-rw-r--r--src/ThemeBuilder/components/stylers/MarginStylerEditor.cpp (renamed from src/theme_builder/components/stylers/MarginStylerEditor.cpp)0
-rw-r--r--src/ThemeBuilder/components/stylers/MarginStylerEditor.h (renamed from src/theme_builder/components/stylers/MarginStylerEditor.h)0
-rw-r--r--src/ThemeBuilder/components/stylers/PaddingStylerEditor.cpp (renamed from src/theme_builder/components/stylers/PaddingStylerEditor.cpp)0
-rw-r--r--src/ThemeBuilder/components/stylers/PaddingStylerEditor.h (renamed from src/theme_builder/components/stylers/PaddingStylerEditor.h)0
-rw-r--r--src/ThemeBuilder/components/stylers/PreferredSizeStylerEditor.cpp (renamed from src/theme_builder/components/stylers/PreferredSizeStylerEditor.cpp)0
-rw-r--r--src/ThemeBuilder/components/stylers/PreferredSizeStylerEditor.h (renamed from src/theme_builder/components/stylers/PreferredSizeStylerEditor.h)0
-rw-r--r--src/ThemeBuilder/components/stylers/StylerEditor.cpp (renamed from src/theme_builder/components/stylers/StylerEditor.cpp)0
-rw-r--r--src/ThemeBuilder/components/stylers/StylerEditor.h (renamed from src/theme_builder/components/stylers/StylerEditor.h)0
-rw-r--r--src/ThemeBuilder/main.cpp (renamed from src/theme_builder/main.cpp)0
64 files changed, 6 insertions, 6 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index b3fdbff2..9cb01e47 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -7,4 +7,4 @@ add_subdirectory(parse)
add_subdirectory(toml)
add_subdirectory(xml)
-add_subdirectory(theme_builder)
+add_subdirectory(ThemeBuilder)
diff --git a/src/theme_builder/CMakeLists.txt b/src/ThemeBuilder/CMakeLists.txt
index 656f9f0a..93b24e85 100644
--- a/src/theme_builder/CMakeLists.txt
+++ b/src/ThemeBuilder/CMakeLists.txt
@@ -1,4 +1,4 @@
-add_executable(cru_theme_builder
+add_executable(CruThemeBuilder
main.cpp
components/Common.cpp
components/Editor.cpp
@@ -33,13 +33,13 @@ add_executable(cru_theme_builder
)
if(APPLE)
- set_target_properties(cru_theme_builder PROPERTIES
+ set_target_properties(CruThemeBuilder PROPERTIES
MACOSX_BUNDLE TRUE
MACOSX_BUNDLE_BUNDLE_NAME cru-theme-builder
MACOSX_BUNDLE_GUI_IDENTIFIER life.crupest.cru.theme-builder
)
endif()
-target_add_resources(cru_theme_builder cru/ui)
-target_add_resources(cru_theme_builder cru/theme_builder)
-target_link_libraries(cru_theme_builder PRIVATE CruPlatformBootstrap CruUi)
+target_add_resources(CruThemeBuilder cru/ui)
+target_add_resources(CruThemeBuilder cru/theme_builder)
+target_link_libraries(CruThemeBuilder PRIVATE CruPlatformBootstrap CruUi)
diff --git a/src/theme_builder/components/Common.cpp b/src/ThemeBuilder/components/Common.cpp
index 75d5deb0..75d5deb0 100644
--- a/src/theme_builder/components/Common.cpp
+++ b/src/ThemeBuilder/components/Common.cpp
diff --git a/src/theme_builder/components/Common.h b/src/ThemeBuilder/components/Common.h
index b91fcf88..b91fcf88 100644
--- a/src/theme_builder/components/Common.h
+++ b/src/ThemeBuilder/components/Common.h
diff --git a/src/theme_builder/components/Editor.cpp b/src/ThemeBuilder/components/Editor.cpp
index 89e27e83..89e27e83 100644
--- a/src/theme_builder/components/Editor.cpp
+++ b/src/ThemeBuilder/components/Editor.cpp
diff --git a/src/theme_builder/components/Editor.h b/src/ThemeBuilder/components/Editor.h
index 29809c82..29809c82 100644
--- a/src/theme_builder/components/Editor.h
+++ b/src/ThemeBuilder/components/Editor.h
diff --git a/src/theme_builder/components/HeadBodyEditor.cpp b/src/ThemeBuilder/components/HeadBodyEditor.cpp
index 6d7ace66..6d7ace66 100644
--- a/src/theme_builder/components/HeadBodyEditor.cpp
+++ b/src/ThemeBuilder/components/HeadBodyEditor.cpp
diff --git a/src/theme_builder/components/HeadBodyEditor.h b/src/ThemeBuilder/components/HeadBodyEditor.h
index 8119724f..8119724f 100644
--- a/src/theme_builder/components/HeadBodyEditor.h
+++ b/src/ThemeBuilder/components/HeadBodyEditor.h
diff --git a/src/theme_builder/components/MainWindow.cpp b/src/ThemeBuilder/components/MainWindow.cpp
index 0c78ef25..0c78ef25 100644
--- a/src/theme_builder/components/MainWindow.cpp
+++ b/src/ThemeBuilder/components/MainWindow.cpp
diff --git a/src/theme_builder/components/MainWindow.h b/src/ThemeBuilder/components/MainWindow.h
index ede1c38f..ede1c38f 100644
--- a/src/theme_builder/components/MainWindow.h
+++ b/src/ThemeBuilder/components/MainWindow.h
diff --git a/src/theme_builder/components/StyleRuleEditor.cpp b/src/ThemeBuilder/components/StyleRuleEditor.cpp
index dcb33184..dcb33184 100644
--- a/src/theme_builder/components/StyleRuleEditor.cpp
+++ b/src/ThemeBuilder/components/StyleRuleEditor.cpp
diff --git a/src/theme_builder/components/StyleRuleEditor.h b/src/ThemeBuilder/components/StyleRuleEditor.h
index 8e3db3de..8e3db3de 100644
--- a/src/theme_builder/components/StyleRuleEditor.h
+++ b/src/ThemeBuilder/components/StyleRuleEditor.h
diff --git a/src/theme_builder/components/StyleRuleSetEditor.cpp b/src/ThemeBuilder/components/StyleRuleSetEditor.cpp
index 8cf5af6d..8cf5af6d 100644
--- a/src/theme_builder/components/StyleRuleSetEditor.cpp
+++ b/src/ThemeBuilder/components/StyleRuleSetEditor.cpp
diff --git a/src/theme_builder/components/StyleRuleSetEditor.h b/src/ThemeBuilder/components/StyleRuleSetEditor.h
index 03148889..03148889 100644
--- a/src/theme_builder/components/StyleRuleSetEditor.h
+++ b/src/ThemeBuilder/components/StyleRuleSetEditor.h
diff --git a/src/theme_builder/components/conditions/CheckedConditionEditor.cpp b/src/ThemeBuilder/components/conditions/CheckedConditionEditor.cpp
index 64370981..64370981 100644
--- a/src/theme_builder/components/conditions/CheckedConditionEditor.cpp
+++ b/src/ThemeBuilder/components/conditions/CheckedConditionEditor.cpp
diff --git a/src/theme_builder/components/conditions/CheckedConditionEditor.h b/src/ThemeBuilder/components/conditions/CheckedConditionEditor.h
index 7cf14912..7cf14912 100644
--- a/src/theme_builder/components/conditions/CheckedConditionEditor.h
+++ b/src/ThemeBuilder/components/conditions/CheckedConditionEditor.h
diff --git a/src/theme_builder/components/conditions/ClickStateConditionEditor.cpp b/src/ThemeBuilder/components/conditions/ClickStateConditionEditor.cpp
index a8d5cc87..a8d5cc87 100644
--- a/src/theme_builder/components/conditions/ClickStateConditionEditor.cpp
+++ b/src/ThemeBuilder/components/conditions/ClickStateConditionEditor.cpp
diff --git a/src/theme_builder/components/conditions/ClickStateConditionEditor.h b/src/ThemeBuilder/components/conditions/ClickStateConditionEditor.h
index 454a1346..454a1346 100644
--- a/src/theme_builder/components/conditions/ClickStateConditionEditor.h
+++ b/src/ThemeBuilder/components/conditions/ClickStateConditionEditor.h
diff --git a/src/theme_builder/components/conditions/CompoundConditionEditor.cpp b/src/ThemeBuilder/components/conditions/CompoundConditionEditor.cpp
index 69b8ed02..69b8ed02 100644
--- a/src/theme_builder/components/conditions/CompoundConditionEditor.cpp
+++ b/src/ThemeBuilder/components/conditions/CompoundConditionEditor.cpp
diff --git a/src/theme_builder/components/conditions/CompoundConditionEditor.h b/src/ThemeBuilder/components/conditions/CompoundConditionEditor.h
index e1398514..e1398514 100644
--- a/src/theme_builder/components/conditions/CompoundConditionEditor.h
+++ b/src/ThemeBuilder/components/conditions/CompoundConditionEditor.h
diff --git a/src/theme_builder/components/conditions/ConditionEditor.cpp b/src/ThemeBuilder/components/conditions/ConditionEditor.cpp
index 5b79c639..5b79c639 100644
--- a/src/theme_builder/components/conditions/ConditionEditor.cpp
+++ b/src/ThemeBuilder/components/conditions/ConditionEditor.cpp
diff --git a/src/theme_builder/components/conditions/ConditionEditor.h b/src/ThemeBuilder/components/conditions/ConditionEditor.h
index f20132f6..f20132f6 100644
--- a/src/theme_builder/components/conditions/ConditionEditor.h
+++ b/src/ThemeBuilder/components/conditions/ConditionEditor.h
diff --git a/src/theme_builder/components/conditions/FocusConditionEditor.cpp b/src/ThemeBuilder/components/conditions/FocusConditionEditor.cpp
index 1fb99d64..1fb99d64 100644
--- a/src/theme_builder/components/conditions/FocusConditionEditor.cpp
+++ b/src/ThemeBuilder/components/conditions/FocusConditionEditor.cpp
diff --git a/src/theme_builder/components/conditions/FocusConditionEditor.h b/src/ThemeBuilder/components/conditions/FocusConditionEditor.h
index 1faf4d7d..1faf4d7d 100644
--- a/src/theme_builder/components/conditions/FocusConditionEditor.h
+++ b/src/ThemeBuilder/components/conditions/FocusConditionEditor.h
diff --git a/src/theme_builder/components/conditions/NoConditionEditor.cpp b/src/ThemeBuilder/components/conditions/NoConditionEditor.cpp
index a5087159..a5087159 100644
--- a/src/theme_builder/components/conditions/NoConditionEditor.cpp
+++ b/src/ThemeBuilder/components/conditions/NoConditionEditor.cpp
diff --git a/src/theme_builder/components/conditions/NoConditionEditor.h b/src/ThemeBuilder/components/conditions/NoConditionEditor.h
index 19616319..19616319 100644
--- a/src/theme_builder/components/conditions/NoConditionEditor.h
+++ b/src/ThemeBuilder/components/conditions/NoConditionEditor.h
diff --git a/src/theme_builder/components/properties/CheckBoxPropertyEditor.cpp b/src/ThemeBuilder/components/properties/CheckBoxPropertyEditor.cpp
index fb6f4705..fb6f4705 100644
--- a/src/theme_builder/components/properties/CheckBoxPropertyEditor.cpp
+++ b/src/ThemeBuilder/components/properties/CheckBoxPropertyEditor.cpp
diff --git a/src/theme_builder/components/properties/CheckBoxPropertyEditor.h b/src/ThemeBuilder/components/properties/CheckBoxPropertyEditor.h
index f78ed6c9..f78ed6c9 100644
--- a/src/theme_builder/components/properties/CheckBoxPropertyEditor.h
+++ b/src/ThemeBuilder/components/properties/CheckBoxPropertyEditor.h
diff --git a/src/theme_builder/components/properties/ColorPropertyEditor.cpp b/src/ThemeBuilder/components/properties/ColorPropertyEditor.cpp
index e9e486ac..e9e486ac 100644
--- a/src/theme_builder/components/properties/ColorPropertyEditor.cpp
+++ b/src/ThemeBuilder/components/properties/ColorPropertyEditor.cpp
diff --git a/src/theme_builder/components/properties/ColorPropertyEditor.h b/src/ThemeBuilder/components/properties/ColorPropertyEditor.h
index aa6cfcfa..aa6cfcfa 100644
--- a/src/theme_builder/components/properties/ColorPropertyEditor.h
+++ b/src/ThemeBuilder/components/properties/ColorPropertyEditor.h
diff --git a/src/theme_builder/components/properties/CornerRadiusPropertyEditor.cpp b/src/ThemeBuilder/components/properties/CornerRadiusPropertyEditor.cpp
index fc86b0ed..fc86b0ed 100644
--- a/src/theme_builder/components/properties/CornerRadiusPropertyEditor.cpp
+++ b/src/ThemeBuilder/components/properties/CornerRadiusPropertyEditor.cpp
diff --git a/src/theme_builder/components/properties/CornerRadiusPropertyEditor.h b/src/ThemeBuilder/components/properties/CornerRadiusPropertyEditor.h
index 6b6833d1..6b6833d1 100644
--- a/src/theme_builder/components/properties/CornerRadiusPropertyEditor.h
+++ b/src/ThemeBuilder/components/properties/CornerRadiusPropertyEditor.h
diff --git a/src/theme_builder/components/properties/FontPropertyEditor.cpp b/src/ThemeBuilder/components/properties/FontPropertyEditor.cpp
index 927ada7d..927ada7d 100644
--- a/src/theme_builder/components/properties/FontPropertyEditor.cpp
+++ b/src/ThemeBuilder/components/properties/FontPropertyEditor.cpp
diff --git a/src/theme_builder/components/properties/FontPropertyEditor.h b/src/ThemeBuilder/components/properties/FontPropertyEditor.h
index d349f1f2..d349f1f2 100644
--- a/src/theme_builder/components/properties/FontPropertyEditor.h
+++ b/src/ThemeBuilder/components/properties/FontPropertyEditor.h
diff --git a/src/theme_builder/components/properties/MeasureLengthPropertyEditor.cpp b/src/ThemeBuilder/components/properties/MeasureLengthPropertyEditor.cpp
index d1f4afce..d1f4afce 100644
--- a/src/theme_builder/components/properties/MeasureLengthPropertyEditor.cpp
+++ b/src/ThemeBuilder/components/properties/MeasureLengthPropertyEditor.cpp
diff --git a/src/theme_builder/components/properties/MeasureLengthPropertyEditor.h b/src/ThemeBuilder/components/properties/MeasureLengthPropertyEditor.h
index 43e783c5..43e783c5 100644
--- a/src/theme_builder/components/properties/MeasureLengthPropertyEditor.h
+++ b/src/ThemeBuilder/components/properties/MeasureLengthPropertyEditor.h
diff --git a/src/theme_builder/components/properties/OptionalPropertyEditor.h b/src/ThemeBuilder/components/properties/OptionalPropertyEditor.h
index 0f22616a..0f22616a 100644
--- a/src/theme_builder/components/properties/OptionalPropertyEditor.h
+++ b/src/ThemeBuilder/components/properties/OptionalPropertyEditor.h
diff --git a/src/theme_builder/components/properties/PointPropertyEditor.cpp b/src/ThemeBuilder/components/properties/PointPropertyEditor.cpp
index 6d4277aa..6d4277aa 100644
--- a/src/theme_builder/components/properties/PointPropertyEditor.cpp
+++ b/src/ThemeBuilder/components/properties/PointPropertyEditor.cpp
diff --git a/src/theme_builder/components/properties/PointPropertyEditor.h b/src/ThemeBuilder/components/properties/PointPropertyEditor.h
index bd852e3a..bd852e3a 100644
--- a/src/theme_builder/components/properties/PointPropertyEditor.h
+++ b/src/ThemeBuilder/components/properties/PointPropertyEditor.h
diff --git a/src/theme_builder/components/properties/SelectPropertyEditor.cpp b/src/ThemeBuilder/components/properties/SelectPropertyEditor.cpp
index 835b2d12..835b2d12 100644
--- a/src/theme_builder/components/properties/SelectPropertyEditor.cpp
+++ b/src/ThemeBuilder/components/properties/SelectPropertyEditor.cpp
diff --git a/src/theme_builder/components/properties/SelectPropertyEditor.h b/src/ThemeBuilder/components/properties/SelectPropertyEditor.h
index 475d2d0a..475d2d0a 100644
--- a/src/theme_builder/components/properties/SelectPropertyEditor.h
+++ b/src/ThemeBuilder/components/properties/SelectPropertyEditor.h
diff --git a/src/theme_builder/components/properties/TextPropertyEditor.cpp b/src/ThemeBuilder/components/properties/TextPropertyEditor.cpp
index 9854019c..9854019c 100644
--- a/src/theme_builder/components/properties/TextPropertyEditor.cpp
+++ b/src/ThemeBuilder/components/properties/TextPropertyEditor.cpp
diff --git a/src/theme_builder/components/properties/TextPropertyEditor.h b/src/ThemeBuilder/components/properties/TextPropertyEditor.h
index c4944228..c4944228 100644
--- a/src/theme_builder/components/properties/TextPropertyEditor.h
+++ b/src/ThemeBuilder/components/properties/TextPropertyEditor.h
diff --git a/src/theme_builder/components/properties/ThicknessPropertyEditor.cpp b/src/ThemeBuilder/components/properties/ThicknessPropertyEditor.cpp
index 3e022bb1..3e022bb1 100644
--- a/src/theme_builder/components/properties/ThicknessPropertyEditor.cpp
+++ b/src/ThemeBuilder/components/properties/ThicknessPropertyEditor.cpp
diff --git a/src/theme_builder/components/properties/ThicknessPropertyEditor.h b/src/ThemeBuilder/components/properties/ThicknessPropertyEditor.h
index cea9ae9d..cea9ae9d 100644
--- a/src/theme_builder/components/properties/ThicknessPropertyEditor.h
+++ b/src/ThemeBuilder/components/properties/ThicknessPropertyEditor.h
diff --git a/src/theme_builder/components/stylers/BorderStylerEditor.cpp b/src/ThemeBuilder/components/stylers/BorderStylerEditor.cpp
index 81eb66d3..81eb66d3 100644
--- a/src/theme_builder/components/stylers/BorderStylerEditor.cpp
+++ b/src/ThemeBuilder/components/stylers/BorderStylerEditor.cpp
diff --git a/src/theme_builder/components/stylers/BorderStylerEditor.h b/src/ThemeBuilder/components/stylers/BorderStylerEditor.h
index 539262d6..539262d6 100644
--- a/src/theme_builder/components/stylers/BorderStylerEditor.h
+++ b/src/ThemeBuilder/components/stylers/BorderStylerEditor.h
diff --git a/src/theme_builder/components/stylers/CompoundStylerEditor.cpp b/src/ThemeBuilder/components/stylers/CompoundStylerEditor.cpp
index 6b8a5033..6b8a5033 100644
--- a/src/theme_builder/components/stylers/CompoundStylerEditor.cpp
+++ b/src/ThemeBuilder/components/stylers/CompoundStylerEditor.cpp
diff --git a/src/theme_builder/components/stylers/CompoundStylerEditor.h b/src/ThemeBuilder/components/stylers/CompoundStylerEditor.h
index 57150e83..57150e83 100644
--- a/src/theme_builder/components/stylers/CompoundStylerEditor.h
+++ b/src/ThemeBuilder/components/stylers/CompoundStylerEditor.h
diff --git a/src/theme_builder/components/stylers/ContentBrushStylerEditor.cpp b/src/ThemeBuilder/components/stylers/ContentBrushStylerEditor.cpp
index bd649c67..bd649c67 100644
--- a/src/theme_builder/components/stylers/ContentBrushStylerEditor.cpp
+++ b/src/ThemeBuilder/components/stylers/ContentBrushStylerEditor.cpp
diff --git a/src/theme_builder/components/stylers/ContentBrushStylerEditor.h b/src/ThemeBuilder/components/stylers/ContentBrushStylerEditor.h
index 8385b7c3..8385b7c3 100644
--- a/src/theme_builder/components/stylers/ContentBrushStylerEditor.h
+++ b/src/ThemeBuilder/components/stylers/ContentBrushStylerEditor.h
diff --git a/src/theme_builder/components/stylers/CursorStylerEditor.cpp b/src/ThemeBuilder/components/stylers/CursorStylerEditor.cpp
index 9984d81a..9984d81a 100644
--- a/src/theme_builder/components/stylers/CursorStylerEditor.cpp
+++ b/src/ThemeBuilder/components/stylers/CursorStylerEditor.cpp
diff --git a/src/theme_builder/components/stylers/CursorStylerEditor.h b/src/ThemeBuilder/components/stylers/CursorStylerEditor.h
index 552619a0..552619a0 100644
--- a/src/theme_builder/components/stylers/CursorStylerEditor.h
+++ b/src/ThemeBuilder/components/stylers/CursorStylerEditor.h
diff --git a/src/theme_builder/components/stylers/FontStylerEditor.cpp b/src/ThemeBuilder/components/stylers/FontStylerEditor.cpp
index 9787a4fd..9787a4fd 100644
--- a/src/theme_builder/components/stylers/FontStylerEditor.cpp
+++ b/src/ThemeBuilder/components/stylers/FontStylerEditor.cpp
diff --git a/src/theme_builder/components/stylers/FontStylerEditor.h b/src/ThemeBuilder/components/stylers/FontStylerEditor.h
index ccd12113..ccd12113 100644
--- a/src/theme_builder/components/stylers/FontStylerEditor.h
+++ b/src/ThemeBuilder/components/stylers/FontStylerEditor.h
diff --git a/src/theme_builder/components/stylers/MarginStylerEditor.cpp b/src/ThemeBuilder/components/stylers/MarginStylerEditor.cpp
index d7d89acb..d7d89acb 100644
--- a/src/theme_builder/components/stylers/MarginStylerEditor.cpp
+++ b/src/ThemeBuilder/components/stylers/MarginStylerEditor.cpp
diff --git a/src/theme_builder/components/stylers/MarginStylerEditor.h b/src/ThemeBuilder/components/stylers/MarginStylerEditor.h
index 9de6f1a2..9de6f1a2 100644
--- a/src/theme_builder/components/stylers/MarginStylerEditor.h
+++ b/src/ThemeBuilder/components/stylers/MarginStylerEditor.h
diff --git a/src/theme_builder/components/stylers/PaddingStylerEditor.cpp b/src/ThemeBuilder/components/stylers/PaddingStylerEditor.cpp
index 476d21f1..476d21f1 100644
--- a/src/theme_builder/components/stylers/PaddingStylerEditor.cpp
+++ b/src/ThemeBuilder/components/stylers/PaddingStylerEditor.cpp
diff --git a/src/theme_builder/components/stylers/PaddingStylerEditor.h b/src/ThemeBuilder/components/stylers/PaddingStylerEditor.h
index b78d310b..b78d310b 100644
--- a/src/theme_builder/components/stylers/PaddingStylerEditor.h
+++ b/src/ThemeBuilder/components/stylers/PaddingStylerEditor.h
diff --git a/src/theme_builder/components/stylers/PreferredSizeStylerEditor.cpp b/src/ThemeBuilder/components/stylers/PreferredSizeStylerEditor.cpp
index fb713c8c..fb713c8c 100644
--- a/src/theme_builder/components/stylers/PreferredSizeStylerEditor.cpp
+++ b/src/ThemeBuilder/components/stylers/PreferredSizeStylerEditor.cpp
diff --git a/src/theme_builder/components/stylers/PreferredSizeStylerEditor.h b/src/ThemeBuilder/components/stylers/PreferredSizeStylerEditor.h
index 4a64da10..4a64da10 100644
--- a/src/theme_builder/components/stylers/PreferredSizeStylerEditor.h
+++ b/src/ThemeBuilder/components/stylers/PreferredSizeStylerEditor.h
diff --git a/src/theme_builder/components/stylers/StylerEditor.cpp b/src/ThemeBuilder/components/stylers/StylerEditor.cpp
index 0348adbd..0348adbd 100644
--- a/src/theme_builder/components/stylers/StylerEditor.cpp
+++ b/src/ThemeBuilder/components/stylers/StylerEditor.cpp
diff --git a/src/theme_builder/components/stylers/StylerEditor.h b/src/ThemeBuilder/components/stylers/StylerEditor.h
index 8aa52bda..8aa52bda 100644
--- a/src/theme_builder/components/stylers/StylerEditor.h
+++ b/src/ThemeBuilder/components/stylers/StylerEditor.h
diff --git a/src/theme_builder/main.cpp b/src/ThemeBuilder/main.cpp
index 0c5b2159..0c5b2159 100644
--- a/src/theme_builder/main.cpp
+++ b/src/ThemeBuilder/main.cpp