From 32aedc99b7422486f6e584de265171ef996398a7 Mon Sep 17 00:00:00 2001 From: jean-pierre charras Date: Tue, 30 Jan 2018 20:40:52 +0100 Subject: [PATCH] rename files --- ...ss_colors_design_settings.cpp => colors_design_settings.cpp} | 0 common/{class_layer_box_selector.cpp => layer_box_selector.cpp} | 0 .../{class_undoredo_container.cpp => undo_redo_container.cpp} | 0 ...{class_colors_design_settings.h => colors_design_settings.h} | 2 +- include/{class_layer_box_selector.h => layer_box_selector.h} | 0 include/{class_undoredo_container.h => undo_redo_container.h} | 0 pcbnew/{class_drc_item.cpp => drc_item.cpp} | 0 ...ss_pcb_layer_box_selector.cpp => pcb_layer_box_selector.cpp} | 0 ...{class_pcb_layer_box_selector.h => pcb_layer_box_selector.h} | 0 pcbnew/{class_pcb_layer_widget.cpp => pcb_layer_widget.cpp} | 0 pcbnew/{class_pcb_layer_widget.h => pcb_layer_widget.h} | 0 pcbnew/{clean.cpp => tracks_cleaner.cpp} | 2 +- 12 files changed, 2 insertions(+), 2 deletions(-) rename common/{class_colors_design_settings.cpp => colors_design_settings.cpp} (100%) rename common/{class_layer_box_selector.cpp => layer_box_selector.cpp} (100%) rename common/{class_undoredo_container.cpp => undo_redo_container.cpp} (100%) rename include/{class_colors_design_settings.h => colors_design_settings.h} (98%) rename include/{class_layer_box_selector.h => layer_box_selector.h} (100%) rename include/{class_undoredo_container.h => undo_redo_container.h} (100%) rename pcbnew/{class_drc_item.cpp => drc_item.cpp} (100%) rename pcbnew/{class_pcb_layer_box_selector.cpp => pcb_layer_box_selector.cpp} (100%) rename pcbnew/{class_pcb_layer_box_selector.h => pcb_layer_box_selector.h} (100%) rename pcbnew/{class_pcb_layer_widget.cpp => pcb_layer_widget.cpp} (100%) rename pcbnew/{class_pcb_layer_widget.h => pcb_layer_widget.h} (100%) rename pcbnew/{clean.cpp => tracks_cleaner.cpp} (99%) diff --git a/common/class_colors_design_settings.cpp b/common/colors_design_settings.cpp similarity index 100% rename from common/class_colors_design_settings.cpp rename to common/colors_design_settings.cpp diff --git a/common/class_layer_box_selector.cpp b/common/layer_box_selector.cpp similarity index 100% rename from common/class_layer_box_selector.cpp rename to common/layer_box_selector.cpp diff --git a/common/class_undoredo_container.cpp b/common/undo_redo_container.cpp similarity index 100% rename from common/class_undoredo_container.cpp rename to common/undo_redo_container.cpp diff --git a/include/class_colors_design_settings.h b/include/colors_design_settings.h similarity index 98% rename from include/class_colors_design_settings.h rename to include/colors_design_settings.h index c91dcdfb45..8323cefac1 100644 --- a/include/class_colors_design_settings.h +++ b/include/colors_design_settings.h @@ -23,7 +23,7 @@ */ /** - * @file class_colors_design_settings.h + * @file colors_design_settings.h * @brief Handle colors used to draw all items or layers. */ diff --git a/include/class_layer_box_selector.h b/include/layer_box_selector.h similarity index 100% rename from include/class_layer_box_selector.h rename to include/layer_box_selector.h diff --git a/include/class_undoredo_container.h b/include/undo_redo_container.h similarity index 100% rename from include/class_undoredo_container.h rename to include/undo_redo_container.h diff --git a/pcbnew/class_drc_item.cpp b/pcbnew/drc_item.cpp similarity index 100% rename from pcbnew/class_drc_item.cpp rename to pcbnew/drc_item.cpp diff --git a/pcbnew/class_pcb_layer_box_selector.cpp b/pcbnew/pcb_layer_box_selector.cpp similarity index 100% rename from pcbnew/class_pcb_layer_box_selector.cpp rename to pcbnew/pcb_layer_box_selector.cpp diff --git a/pcbnew/class_pcb_layer_box_selector.h b/pcbnew/pcb_layer_box_selector.h similarity index 100% rename from pcbnew/class_pcb_layer_box_selector.h rename to pcbnew/pcb_layer_box_selector.h diff --git a/pcbnew/class_pcb_layer_widget.cpp b/pcbnew/pcb_layer_widget.cpp similarity index 100% rename from pcbnew/class_pcb_layer_widget.cpp rename to pcbnew/pcb_layer_widget.cpp diff --git a/pcbnew/class_pcb_layer_widget.h b/pcbnew/pcb_layer_widget.h similarity index 100% rename from pcbnew/class_pcb_layer_widget.h rename to pcbnew/pcb_layer_widget.h diff --git a/pcbnew/clean.cpp b/pcbnew/tracks_cleaner.cpp similarity index 99% rename from pcbnew/clean.cpp rename to pcbnew/tracks_cleaner.cpp index 35349c9b3b..583efefdd3 100644 --- a/pcbnew/clean.cpp +++ b/pcbnew/tracks_cleaner.cpp @@ -24,7 +24,7 @@ */ /** - * @file clean.cpp + * @file tracks_cleaner.cpp * @brief functions to clean tracks: remove null length and redundant segments */