Big-Ugly Style Update (#278)

* Bulk replaced tabs with spaces
* Bulk removed trailing whitespace from lines
* Replaced c-style comments with c++-style comments in file banners
* Replace nested namespace definitions with single concise definitions (C++17), this keeps the indentation more manageable
* Cleanup ordering and spacing of include directives
* Bulk renaming of header file extensions from '.h' to '.hpp'.
* Update CODING-STYLE.md
* Update target_compile_features from cxx_std_11 to cxx_std_20.
* Refresh .clang-format file.  Still needs a lot of tweaking.
This commit is contained in:
Jaye Evins
2026-01-07 19:43:34 -05:00
committed by GitHub
parent 3cd173a37f
commit 1c902230fe
454 changed files with 51827 additions and 52031 deletions
+30 -30
View File
@@ -45,35 +45,35 @@ set (glabels_sources
)
set (glabels_qobject_headers
AboutDialog.h
BarcodeMenu.h
BarcodeMenuButton.h
BarcodeMenuItem.h
ColorButton.h
ColorHistory.h
ColorPaletteDialog.h
ColorPaletteItem.h
EditVariableDialog.h
FieldButton.h
File.h
LabelEditor.h
MainWindow.h
MergeTableModel.h
MergeView.h
ObjectEditor.h
PreferencesDialog.h
PrinterMonitor.h
PrintView.h
PropertiesView.h
Preview.h
ReportBugDialog.h
SelectProductDialog.h
SimplePreview.h
StartupView.h
TemplateDesigner.h
TemplatePicker.h
UndoRedoModel.h
VariablesView.h
AboutDialog.hpp
BarcodeMenu.hpp
BarcodeMenuButton.hpp
BarcodeMenuItem.hpp
ColorButton.hpp
ColorHistory.hpp
ColorPaletteDialog.hpp
ColorPaletteItem.hpp
EditVariableDialog.hpp
FieldButton.hpp
File.hpp
LabelEditor.hpp
MainWindow.hpp
MergeTableModel.hpp
MergeView.hpp
ObjectEditor.hpp
PreferencesDialog.hpp
PrinterMonitor.hpp
PrintView.hpp
PropertiesView.hpp
Preview.hpp
ReportBugDialog.hpp
SelectProductDialog.hpp
SimplePreview.hpp
StartupView.hpp
TemplateDesigner.hpp
TemplatePicker.hpp
UndoRedoModel.hpp
VariablesView.hpp
)
set (glabels_forms
@@ -131,7 +131,7 @@ add_executable (glabels-qt WIN32
)
target_compile_features (glabels-qt
PUBLIC cxx_std_11
PUBLIC cxx_std_20
)
target_include_directories (glabels-qt