From ba275918e3ea416fb7e04f07144ced4d1d34dc1c Mon Sep 17 00:00:00 2001 From: Maciej Suminski Date: Fri, 4 Apr 2014 11:56:04 +0200 Subject: [PATCH] Renamed [class_]drawpanel_gal.[cpp|h] to [class_]draw_panel_gal.[cpp|h] to follow current naming scheme. --- common/CMakeLists.txt | 2 +- common/draw_frame.cpp | 2 +- common/draw_panel.cpp | 2 +- common/{drawpanel_gal.cpp => draw_panel_gal.cpp} | 2 +- common/tool/tool_dispatcher.cpp | 2 +- common/tool/tool_manager.cpp | 2 +- common/zoom.cpp | 2 +- cvpcb/class_DisplayFootprintsFrame.cpp | 2 +- include/{class_drawpanel_gal.h => class_draw_panel_gal.h} | 2 +- pcbnew/basepcbframe.cpp | 2 +- pcbnew/board_undo_redo.cpp | 2 +- pcbnew/class_pcb_layer_widget.cpp | 2 +- pcbnew/dialogs/dialog_display_options.cpp | 2 +- pcbnew/dialogs/dialog_general_options.cpp | 2 +- pcbnew/drc.cpp | 2 +- pcbnew/initpcb.cpp | 2 +- pcbnew/pcbframe.cpp | 2 +- pcbnew/router/router_tool.cpp | 2 +- pcbnew/tools/pcb_tools.cpp | 2 +- pcbnew/tools/pcbnew_control.cpp | 2 +- pcbnew/tools/selection_tool.cpp | 2 +- 21 files changed, 21 insertions(+), 21 deletions(-) rename common/{drawpanel_gal.cpp => draw_panel_gal.cpp} (99%) rename include/{class_drawpanel_gal.h => class_draw_panel_gal.h} (99%) diff --git a/common/CMakeLists.txt b/common/CMakeLists.txt index f6deda5e49..406e707cef 100644 --- a/common/CMakeLists.txt +++ b/common/CMakeLists.txt @@ -29,7 +29,7 @@ add_custom_target( set( GAL_SRCS # Common part - drawpanel_gal.cpp + draw_panel_gal.cpp painter.cpp worksheet_viewitem.cpp gal/graphics_abstraction_layer.cpp diff --git a/common/draw_frame.cpp b/common/draw_frame.cpp index 80230e245f..4b7f50fb81 100644 --- a/common/draw_frame.cpp +++ b/common/draw_frame.cpp @@ -36,7 +36,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/common/draw_panel.cpp b/common/draw_panel.cpp index 1e3adb750b..9861fbdd80 100644 --- a/common/draw_panel.cpp +++ b/common/draw_panel.cpp @@ -35,7 +35,7 @@ #include #include #include -#include +#include #include #include diff --git a/common/drawpanel_gal.cpp b/common/draw_panel_gal.cpp similarity index 99% rename from common/drawpanel_gal.cpp rename to common/draw_panel_gal.cpp index 947e854fa6..67550dc3a8 100644 --- a/common/drawpanel_gal.cpp +++ b/common/draw_panel_gal.cpp @@ -29,7 +29,7 @@ #include #include -#include +#include #include #include #include diff --git a/common/tool/tool_dispatcher.cpp b/common/tool/tool_dispatcher.cpp index f04dd2d69d..f89c7ee03f 100644 --- a/common/tool/tool_dispatcher.cpp +++ b/common/tool/tool_dispatcher.cpp @@ -31,7 +31,7 @@ #include #include -#include +#include #include #include diff --git a/common/tool/tool_manager.cpp b/common/tool/tool_manager.cpp index 207ee71152..eff64f267d 100644 --- a/common/tool/tool_manager.cpp +++ b/common/tool/tool_manager.cpp @@ -44,7 +44,7 @@ #include #include -#include +#include using boost::optional; diff --git a/common/zoom.cpp b/common/zoom.cpp index b942a33f25..b7393cd54f 100644 --- a/common/zoom.cpp +++ b/common/zoom.cpp @@ -33,7 +33,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/cvpcb/class_DisplayFootprintsFrame.cpp b/cvpcb/class_DisplayFootprintsFrame.cpp index f320465c8b..a43f6bdf99 100644 --- a/cvpcb/class_DisplayFootprintsFrame.cpp +++ b/cvpcb/class_DisplayFootprintsFrame.cpp @@ -31,7 +31,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/include/class_drawpanel_gal.h b/include/class_draw_panel_gal.h similarity index 99% rename from include/class_drawpanel_gal.h rename to include/class_draw_panel_gal.h index b7f92c2209..4ec05ed65d 100644 --- a/include/class_drawpanel_gal.h +++ b/include/class_draw_panel_gal.h @@ -23,7 +23,7 @@ */ /** - * @file class_drawpanel_gal.h: + * @file class_draw_panel_gal.h: * @brief EDA_DRAW_PANEL_GAL class definition. */ diff --git a/pcbnew/basepcbframe.cpp b/pcbnew/basepcbframe.cpp index 76c31e62a6..12d783e143 100644 --- a/pcbnew/basepcbframe.cpp +++ b/pcbnew/basepcbframe.cpp @@ -51,7 +51,7 @@ #include #include -#include +#include #include #include #include diff --git a/pcbnew/board_undo_redo.cpp b/pcbnew/board_undo_redo.cpp index a720b0e48a..22878bfcfc 100644 --- a/pcbnew/board_undo_redo.cpp +++ b/pcbnew/board_undo_redo.cpp @@ -26,7 +26,7 @@ #include #include #include -#include +#include #include #include diff --git a/pcbnew/class_pcb_layer_widget.cpp b/pcbnew/class_pcb_layer_widget.cpp index e9a8042775..41e346a2a0 100644 --- a/pcbnew/class_pcb_layer_widget.cpp +++ b/pcbnew/class_pcb_layer_widget.cpp @@ -31,7 +31,7 @@ #include #include #include -#include +#include #include #include diff --git a/pcbnew/dialogs/dialog_display_options.cpp b/pcbnew/dialogs/dialog_display_options.cpp index 1e140d94d9..5ad1e752f4 100644 --- a/pcbnew/dialogs/dialog_display_options.cpp +++ b/pcbnew/dialogs/dialog_display_options.cpp @@ -18,7 +18,7 @@ #include #include -#include +#include #include #include diff --git a/pcbnew/dialogs/dialog_general_options.cpp b/pcbnew/dialogs/dialog_general_options.cpp index af29d9796a..b506f56e2e 100644 --- a/pcbnew/dialogs/dialog_general_options.cpp +++ b/pcbnew/dialogs/dialog_general_options.cpp @@ -43,7 +43,7 @@ #include #include -#include +#include #include #include #include diff --git a/pcbnew/drc.cpp b/pcbnew/drc.cpp index 630475ac23..dc875e47fc 100644 --- a/pcbnew/drc.cpp +++ b/pcbnew/drc.cpp @@ -38,7 +38,7 @@ #include #include #include -#include +#include #include #include diff --git a/pcbnew/initpcb.cpp b/pcbnew/initpcb.cpp index ee146c2177..dba920d780 100644 --- a/pcbnew/initpcb.cpp +++ b/pcbnew/initpcb.cpp @@ -4,7 +4,7 @@ #include #include -#include +#include #include #include #include diff --git a/pcbnew/pcbframe.cpp b/pcbnew/pcbframe.cpp index faf6e1645d..0a518104d3 100644 --- a/pcbnew/pcbframe.cpp +++ b/pcbnew/pcbframe.cpp @@ -74,7 +74,7 @@ #include #endif -#include +#include #include // Keys used in read/write config diff --git a/pcbnew/router/router_tool.cpp b/pcbnew/router/router_tool.cpp index 2608b2d21e..a2e98f71de 100644 --- a/pcbnew/router/router_tool.cpp +++ b/pcbnew/router/router_tool.cpp @@ -21,7 +21,7 @@ #include #include -#include "class_drawpanel_gal.h" +#include "class_draw_panel_gal.h" #include "class_board_item.h" #include "class_board.h" diff --git a/pcbnew/tools/pcb_tools.cpp b/pcbnew/tools/pcb_tools.cpp index 154ea93d46..0decc244d7 100644 --- a/pcbnew/tools/pcb_tools.cpp +++ b/pcbnew/tools/pcb_tools.cpp @@ -31,7 +31,7 @@ #include #include -#include +#include #include #include "selection_tool.h" diff --git a/pcbnew/tools/pcbnew_control.cpp b/pcbnew/tools/pcbnew_control.cpp index 0a04fc0f88..f01203178f 100644 --- a/pcbnew/tools/pcbnew_control.cpp +++ b/pcbnew/tools/pcbnew_control.cpp @@ -29,7 +29,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/pcbnew/tools/selection_tool.cpp b/pcbnew/tools/selection_tool.cpp index 8c3e79adbb..1b8f013a0b 100644 --- a/pcbnew/tools/selection_tool.cpp +++ b/pcbnew/tools/selection_tool.cpp @@ -28,7 +28,7 @@ #include #include -#include +#include #include #include #include