From fa10e1b7fec6b50eeb9074695a5bfea96b7ed879 Mon Sep 17 00:00:00 2001 From: jean-pierre charras Date: Mon, 29 Jan 2018 08:32:24 +0100 Subject: [PATCH] rename a few files --- common/{class_bitmap_base.cpp => bitmap_base.cpp} | 0 common/{wxwineda.cpp => eda_graphic_text_ctrl.cpp} | 4 ++-- .../{class_worksheet_dataitem.cpp => worksheet_dataitem.cpp} | 0 .../{class_worksheet_layout.cpp => worksheet_layout.cpp} | 0 include/{class_bitmap_base.h => bitmap_base.h} | 0 include/{class_worksheet_dataitem.h => worksheet_dataitem.h} | 0 .../{class_pl_editor_layout.cpp => pl_editor_layout.cpp} | 0 .../{class_pl_editor_layout.h => pl_editor_layout.h} | 0 .../{class_pl_editor_screen.cpp => pl_editor_screen.cpp} | 0 .../{class_pl_editor_screen.h => pl_editor_screen.h} | 0 10 files changed, 2 insertions(+), 2 deletions(-) rename common/{class_bitmap_base.cpp => bitmap_base.cpp} (100%) rename common/{wxwineda.cpp => eda_graphic_text_ctrl.cpp} (98%) rename common/page_layout/{class_worksheet_dataitem.cpp => worksheet_dataitem.cpp} (100%) rename common/page_layout/{class_worksheet_layout.cpp => worksheet_layout.cpp} (100%) rename include/{class_bitmap_base.h => bitmap_base.h} (100%) rename include/{class_worksheet_dataitem.h => worksheet_dataitem.h} (100%) rename pagelayout_editor/{class_pl_editor_layout.cpp => pl_editor_layout.cpp} (100%) rename pagelayout_editor/{class_pl_editor_layout.h => pl_editor_layout.h} (100%) rename pagelayout_editor/{class_pl_editor_screen.cpp => pl_editor_screen.cpp} (100%) rename pagelayout_editor/{class_pl_editor_screen.h => pl_editor_screen.h} (100%) diff --git a/common/class_bitmap_base.cpp b/common/bitmap_base.cpp similarity index 100% rename from common/class_bitmap_base.cpp rename to common/bitmap_base.cpp diff --git a/common/wxwineda.cpp b/common/eda_graphic_text_ctrl.cpp similarity index 98% rename from common/wxwineda.cpp rename to common/eda_graphic_text_ctrl.cpp index 8ff4c2c3d3..5bd4319a74 100644 --- a/common/wxwineda.cpp +++ b/common/eda_graphic_text_ctrl.cpp @@ -1,7 +1,7 @@ /* * This program source code file is part of KiCad, a free EDA CAD application. * - * Copyright (C) 2004 Jean-Pierre Charras, jaen-pierre.charras@gipsa-lab.inpg.com + * Copyright (C) 2004 Jean-Pierre Charras, jp.charras at wanadoo.fr * Copyright (C) 1992-2011 KiCad Developers, see AUTHORS.txt for contributors. * * This program is free software; you can redistribute it and/or @@ -23,7 +23,7 @@ */ /** - * @file wxwineda.cpp + * @file eda_graphic_text_ctrl.cpp */ #include diff --git a/common/page_layout/class_worksheet_dataitem.cpp b/common/page_layout/worksheet_dataitem.cpp similarity index 100% rename from common/page_layout/class_worksheet_dataitem.cpp rename to common/page_layout/worksheet_dataitem.cpp diff --git a/common/page_layout/class_worksheet_layout.cpp b/common/page_layout/worksheet_layout.cpp similarity index 100% rename from common/page_layout/class_worksheet_layout.cpp rename to common/page_layout/worksheet_layout.cpp diff --git a/include/class_bitmap_base.h b/include/bitmap_base.h similarity index 100% rename from include/class_bitmap_base.h rename to include/bitmap_base.h diff --git a/include/class_worksheet_dataitem.h b/include/worksheet_dataitem.h similarity index 100% rename from include/class_worksheet_dataitem.h rename to include/worksheet_dataitem.h diff --git a/pagelayout_editor/class_pl_editor_layout.cpp b/pagelayout_editor/pl_editor_layout.cpp similarity index 100% rename from pagelayout_editor/class_pl_editor_layout.cpp rename to pagelayout_editor/pl_editor_layout.cpp diff --git a/pagelayout_editor/class_pl_editor_layout.h b/pagelayout_editor/pl_editor_layout.h similarity index 100% rename from pagelayout_editor/class_pl_editor_layout.h rename to pagelayout_editor/pl_editor_layout.h diff --git a/pagelayout_editor/class_pl_editor_screen.cpp b/pagelayout_editor/pl_editor_screen.cpp similarity index 100% rename from pagelayout_editor/class_pl_editor_screen.cpp rename to pagelayout_editor/pl_editor_screen.cpp diff --git a/pagelayout_editor/class_pl_editor_screen.h b/pagelayout_editor/pl_editor_screen.h similarity index 100% rename from pagelayout_editor/class_pl_editor_screen.h rename to pagelayout_editor/pl_editor_screen.h