mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-04-21 12:31:41 +00:00
Rename a few files
This commit is contained in:
parent
ac0dd118fd
commit
4c5bd01887
3d-viewer/3d_canvas
common
class_marker_base.cppeda_text.cpp
page_layout
class_worksheet_dataitem.cppclass_worksheet_layout.cpppage_layout_graphic_items.cpptitle_block_shapes.cpp
plotters
worksheet.cppeeschema
class_drc_erc_item.cpp
dialogs
edit_label.cpplib_field.cpplib_pin.cpplib_text.cppsch_eagle_plugin.cppsch_field.cppsch_legacy_plugin.cppsch_marker.hsch_sheet.cppsch_sheet_pin.cppsch_text.cppgerbview
include
pcbnew
board_items_to_polygon_shape_transform.cppclass_drc_item.cppclass_marker_pcb.hclass_pad_draw_functions.cppclass_pcb_text.cppclass_text_mod.cppclass_track.cpp
dialogs
dialog_drc.hdialog_drclistbox.hdialog_edit_module_text.cppdialog_pcb_text_properties.cppdialog_plot.cppdialog_plot.h
dimension.cppdrc.cppdrc.hdrc_clearance_test_functions.cppdrc_marker_functions.cppedit_track_width.cppeditrack-part2.cppeditrack.cppedtxtmod.cppexporters
legacy_plugin.cppmove_or_drag_track.cpppcbframe.cppplot_board_layers.cppplot_brditems_plotter.cpptoolbars_update_user_interface.cppzones_by_polygon.cppzones_test_and_combine_areas.cpp@ -50,7 +50,7 @@
|
||||
#include <class_text_mod.h>
|
||||
#include <convert_basic_shapes_to_polygon.h>
|
||||
#include <trigo.h>
|
||||
#include <drawtxt.h>
|
||||
#include <draw_graphic_text.h>
|
||||
#include <utility>
|
||||
#include <vector>
|
||||
|
||||
|
@ -50,7 +50,6 @@
|
||||
#include <class_text_mod.h>
|
||||
#include <convert_basic_shapes_to_polygon.h>
|
||||
#include <trigo.h>
|
||||
#include <drawtxt.h>
|
||||
#include <utility>
|
||||
#include <vector>
|
||||
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
* This program source code file is part of KiCad, a free EDA CAD application.
|
||||
*
|
||||
* Copyright (C) 2014 Jean-Pierre Charras, jp.charras at wanadoo.fr
|
||||
* Copyright (C) 2014 KiCad Developers, see CHANGELOG.TXT for contributors.
|
||||
* Copyright (C) 2018 Jean-Pierre Charras, jp.charras at wanadoo.fr
|
||||
* Copyright (C) 2018 KiCad Developers, see AUTHORS.txt for contributors.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU General Public License
|
||||
@ -38,7 +38,7 @@
|
||||
#include "common.h"
|
||||
#include "macros.h"
|
||||
#include "class_drawpanel.h"
|
||||
#include "class_marker_base.h"
|
||||
#include "marker_base.h"
|
||||
#include "dialog_display_info_HTML_base.h"
|
||||
|
||||
|
||||
|
@ -28,7 +28,7 @@
|
||||
*/
|
||||
|
||||
#include <eda_text.h>
|
||||
#include <drawtxt.h>
|
||||
#include <draw_graphic_text.h>
|
||||
#include <class_eda_rect.h>
|
||||
#include <macros.h>
|
||||
#include <trigo.h> // RotatePoint
|
||||
|
@ -55,7 +55,7 @@
|
||||
*/
|
||||
|
||||
#include <fctsys.h>
|
||||
#include <drawtxt.h>
|
||||
#include <draw_graphic_text.h>
|
||||
#include <class_eda_rect.h>
|
||||
#include <worksheet.h>
|
||||
#include <class_title_block.h>
|
||||
|
@ -51,7 +51,7 @@
|
||||
|
||||
#include <fctsys.h>
|
||||
#include <kiface_i.h>
|
||||
#include <drawtxt.h>
|
||||
#include <draw_graphic_text.h>
|
||||
#include <worksheet.h>
|
||||
#include <class_title_block.h>
|
||||
#include <worksheet_shape_builder.h>
|
||||
|
@ -54,7 +54,7 @@
|
||||
|
||||
#include <fctsys.h>
|
||||
#include <class_eda_rect.h>
|
||||
#include <drawtxt.h>
|
||||
#include <draw_graphic_text.h>
|
||||
#include <worksheet.h>
|
||||
#include <class_title_block.h>
|
||||
#include <worksheet_shape_builder.h>
|
||||
|
@ -55,7 +55,7 @@
|
||||
*/
|
||||
|
||||
#include <fctsys.h>
|
||||
#include <drawtxt.h>
|
||||
#include <draw_graphic_text.h>
|
||||
#include <class_page_info.h>
|
||||
#include <worksheet.h>
|
||||
#include <class_title_block.h>
|
||||
|
@ -32,7 +32,7 @@
|
||||
#include <plotter.h>
|
||||
#include <worksheet.h>
|
||||
#include <class_base_screen.h>
|
||||
#include <drawtxt.h>
|
||||
#include <draw_graphic_text.h>
|
||||
#include <class_title_block.h>
|
||||
#include "worksheet_shape_builder.h"
|
||||
#include "class_worksheet_dataitem.h"
|
||||
|
@ -46,7 +46,7 @@
|
||||
#include <plotter.h>
|
||||
#include <macros.h>
|
||||
#include <class_base_screen.h>
|
||||
#include <drawtxt.h>
|
||||
#include <draw_graphic_text.h>
|
||||
#include <geometry/shape_line_chain.h>
|
||||
|
||||
|
||||
|
@ -36,7 +36,6 @@
|
||||
#include <common.h>
|
||||
#include <class_drawpanel.h>
|
||||
#include <class_base_screen.h>
|
||||
#include <drawtxt.h>
|
||||
#include <draw_frame.h>
|
||||
#include <worksheet.h>
|
||||
#include <class_title_block.h>
|
||||
|
@ -28,7 +28,7 @@
|
||||
#include <fctsys.h>
|
||||
#include <common.h>
|
||||
|
||||
#include <class_drc_item.h>
|
||||
#include <drc_item.h>
|
||||
#include <erc.h>
|
||||
#include <base_units.h>
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
*
|
||||
* Copyright (C) 2013 Jean-Pierre Charras, jp.charras at wanadoo.fr
|
||||
* Copyright (C) 2013 Wayne Stambaugh <stambaughw@verizon.net>
|
||||
* Copyright (C) 1992-2013 KiCad Developers, see AUTHORS.txt for contributors.
|
||||
* Copyright (C) 1992-2018 KiCad Developers, see AUTHORS.txt for contributors.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU General Public License
|
||||
@ -36,7 +36,7 @@
|
||||
|
||||
#include <class_drawpanel.h>
|
||||
#include <general.h>
|
||||
#include <drawtxt.h>
|
||||
#include <draw_graphic_text.h>
|
||||
#include <confirm.h>
|
||||
#include <sch_text.h>
|
||||
#include <typeinfo>
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
* This program source code file is part of KiCad, a free EDA CAD application.
|
||||
*
|
||||
* Copyright (C) 2013 Jean-Pierre Charras, jp.charras at wanadoo.fr
|
||||
* Copyright (C) 2004-2013 KiCad Developers, see change_log.txt for contributors.
|
||||
* Copyright (C) 2018 Jean-Pierre Charras, jp.charras at wanadoo.fr
|
||||
* Copyright (C) 2004-2018 KiCad Developers, see AUTHORS.txt for contributors.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU General Public License
|
||||
@ -30,7 +30,7 @@
|
||||
#include <fctsys.h>
|
||||
#include <gr_basic.h>
|
||||
#include <base_struct.h>
|
||||
#include <drawtxt.h>
|
||||
#include <draw_graphic_text.h>
|
||||
#include <class_drawpanel.h>
|
||||
#include <confirm.h>
|
||||
#include <schframe.h>
|
||||
|
@ -31,7 +31,7 @@
|
||||
#include <gr_basic.h>
|
||||
#include <macros.h>
|
||||
#include <base_struct.h>
|
||||
#include <drawtxt.h>
|
||||
#include <draw_graphic_text.h>
|
||||
#include <kicad_string.h>
|
||||
#include <class_drawpanel.h>
|
||||
#include <plotter.h>
|
||||
|
@ -35,7 +35,7 @@
|
||||
#include <macros.h>
|
||||
#include <trigo.h>
|
||||
#include <class_drawpanel.h>
|
||||
#include <drawtxt.h>
|
||||
#include <draw_graphic_text.h>
|
||||
#include <plotter.h>
|
||||
#include <schframe.h>
|
||||
#include <base_units.h>
|
||||
|
@ -30,7 +30,7 @@
|
||||
#include <macros.h>
|
||||
#include <class_drawpanel.h>
|
||||
#include <plotter.h>
|
||||
#include <drawtxt.h>
|
||||
#include <draw_graphic_text.h>
|
||||
#include <trigo.h>
|
||||
#include <wxstruct.h>
|
||||
#include <base_units.h>
|
||||
|
@ -45,7 +45,7 @@
|
||||
#include <lib_pin.h>
|
||||
#include <lib_text.h>
|
||||
#include <sch_text.h>
|
||||
#include <drawtxt.h>
|
||||
#include <draw_graphic_text.h>
|
||||
#include <sch_marker.h>
|
||||
#include <sch_bus_entry.h>
|
||||
#include <eagle_parser.h>
|
||||
|
@ -39,7 +39,7 @@
|
||||
#include <class_drawpanel.h>
|
||||
#include <base_struct.h>
|
||||
#include <gr_basic.h>
|
||||
#include <drawtxt.h>
|
||||
#include <draw_graphic_text.h>
|
||||
#include <macros.h>
|
||||
#include <schframe.h>
|
||||
#include <plotter.h>
|
||||
|
@ -27,7 +27,7 @@
|
||||
#include <wx/filename.h>
|
||||
#include <wx/tokenzr.h>
|
||||
|
||||
#include <drawtxt.h>
|
||||
#include <draw_graphic_text.h>
|
||||
#include <kiway.h>
|
||||
#include <kicad_string.h>
|
||||
#include <richio.h>
|
||||
|
@ -31,7 +31,7 @@
|
||||
#define TYPE_SCH_MARKER_H_
|
||||
|
||||
#include <sch_item_struct.h>
|
||||
#include <class_marker_base.h>
|
||||
#include <marker_base.h>
|
||||
|
||||
|
||||
/* Names for corresponding types of markers: */
|
||||
|
@ -29,7 +29,7 @@
|
||||
|
||||
#include <fctsys.h>
|
||||
#include <class_drawpanel.h>
|
||||
#include <drawtxt.h>
|
||||
#include <draw_graphic_text.h>
|
||||
#include <trigo.h>
|
||||
#include <richio.h>
|
||||
#include <schframe.h>
|
||||
|
@ -30,7 +30,7 @@
|
||||
#include <fctsys.h>
|
||||
#include <gr_basic.h>
|
||||
#include <class_drawpanel.h>
|
||||
#include <drawtxt.h>
|
||||
#include <draw_graphic_text.h>
|
||||
#include <plotter.h>
|
||||
#include <trigo.h>
|
||||
#include <richio.h>
|
||||
|
@ -33,7 +33,7 @@
|
||||
#include <macros.h>
|
||||
#include <trigo.h>
|
||||
#include <class_drawpanel.h>
|
||||
#include <drawtxt.h>
|
||||
#include <draw_graphic_text.h>
|
||||
#include <schframe.h>
|
||||
#include <plotter.h>
|
||||
#include <msgpanel.h>
|
||||
|
@ -29,7 +29,7 @@
|
||||
|
||||
#include <fctsys.h>
|
||||
#include <gr_basic.h>
|
||||
#include <drawtxt.h>
|
||||
#include <draw_graphic_text.h>
|
||||
#include <gerbview_frame.h>
|
||||
#include <class_drawpanel.h>
|
||||
#include <class_gbr_layout.h>
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user