7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2025-04-07 20:15:14 +00:00

fix code after renaming files

This commit is contained in:
jean-pierre charras 2018-01-29 21:58:58 +01:00
parent edf9821014
commit 8552f3fedf
164 changed files with 203 additions and 219 deletions
common
kicad
pcbnew
CMakeLists.txtappend_board_to_current.cppattribut.cpp
autorouter
block.cppblock_module_editor.cppboard_commit.cppboard_items_to_polygon_shape_transform.cppboard_netlist_updater.cppbuild_BOM_from_board.cppclass_action_plugin.hclass_dimension.cppclass_drawsegment.cppclass_edge_mod.cppclass_footprint_wizard.hclass_module.cppclass_pad_draw_functions.cppclass_pcb_layer_box_selector.cppclass_pcb_layer_widget.cppclass_pcb_target.cppclass_pcb_text.cppclass_text_mod.cppclean.cppcontrole.cppcross-probing.cppdeltrack.cpp
dialogs
dimension.cppdrc.cppdrc_clearance_test_functions.cppedgemod.cppedit.cppedit_pcb_text.cppedit_track_width.cppeditedge.cppeditmod.cppeditrack-part2.cppeditrack.cppedtxtmod.cppevent_handlers_tracks_vias_sizes.cpp
exporters
files.cppfootprint_edit_frame.cppfootprint_edit_frame.hfootprint_wizard.cppfootprint_wizard_frame.cppglobaleditpad.cpphighlight.cpphotkeys.cpphotkeys_board_editor.cpphotkeys_module_editor.cpp
import_dxf
initpcb.cpplibrairi.cpploadcmp.cppmagnetic_tracks_functions.cppmenubar_modedit.cppmenubar_pcbframe.cppmicrowave.cpp
microwave
modedit.cppmodedit_onclick.cppmodeditoptions.cppmodules.cppmodview_frame.cppmodview_frame.hmove_or_drag_track.cppmuwave_command.cppnetlist.cpponleftclick.cpponrightclick.cpppcb_edit_frame.cpppcbnew.cpppcbnew_config.cpppcbplot.cppprint_board_functions.cppratsnest.cpp
router
specctra_import_export
swap_layers.cpptarget_edit.cpptool_modedit.cpptool_modview.cpptool_onrightclick.cpptool_pcb.cpptoolbars_update_user_interface.cpp
tools
tr_modif.cpptracepcb.cppundo_redo.cppzones_by_polygon.cppzones_by_polygon_fill_functions.cppzones_functions_for_undo_redo.cpp
qa/common

View File

@ -25,7 +25,7 @@
#include <tool/tool_event.h>
#include <tool/tool_manager.h>
#include <wxPcbStruct.h> // LAME!
#include <pcb_edit_frame.h>
bool TOOL_BASE::IsToolActive() const
{

View File

@ -23,8 +23,7 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include <wxPcbStruct.h>
#include <pcb_base_frame.h>
#include <pcb_edit_frame.h>
#include <tool/tool_manager.h>
#include <tool/tool_dispatcher.h>

View File

@ -41,7 +41,7 @@
#include <tool/coroutine.h>
#include <tool/action_manager.h>
#include <wxPcbStruct.h>
#include <pcb_edit_frame.h>
#include <class_draw_panel_gal.h>
/// Struct describing the current execution state of a TOOL

View File

@ -18,7 +18,7 @@
*/
#include <wxPcbStruct.h>
#include <pcb_edit_frame.h>
#include <class_draw_panel_gal.h>
#include <view/view_controls.h>
#include <view/view.h>

View File

@ -27,7 +27,7 @@
*/
#include <wx_status_popup.h>
#include <wxPcbStruct.h>
#include <pcb_edit_frame.h>
WX_STATUS_POPUP::WX_STATUS_POPUP( PCB_EDIT_FRAME* aParent ) :
wxPopupWindow( aParent )

View File

@ -47,7 +47,7 @@
#include <io_mgr.h>
#include <sch_io_mgr.h>
#include <wxPcbStruct.h>
#include <pcb_edit_frame.h>
#include <schframe.h>
#include <netlist.h>

View File

@ -250,7 +250,7 @@ set( PCBNEW_CLASS_SRCS
modedit.cpp
modedit_onclick.cpp
modeditoptions.cpp
moduleframe.cpp
footprint_edit_frame.cpp
modules.cpp
modview_frame.cpp
move-drag_pads.cpp
@ -263,7 +263,7 @@ set( PCBNEW_CLASS_SRCS
pcb_base_edit_frame.cpp
# pcb_draw_panel_gal.cpp
# pcb_view.cpp
pcbframe.cpp
pcb_edit_frame.cpp
pcbnew_config.cpp
pcbplot.cpp
plot_board_layers.cpp

View File

@ -2,7 +2,7 @@
* This program source code file is part of KiCad, a free EDA CAD application.
*
* Copyright (C) 2004-2014 Jean-Pierre Charras, jp.charras at wanadoo.fr
* Copyright (C) 2014 KiCad Developers, see change_log.txt for contributors.
* Copyright (C) 2014 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 <confirm.h>
#include <properties.h>
#include <wxPcbStruct.h>
#include <pcb_edit_frame.h>
#include <pcbnew.h>
#include <io_mgr.h>
#include <class_module.h>

View File

@ -32,7 +32,7 @@
#include <fctsys.h>
#include <class_drawpanel.h>
#include <gr_basic.h>
#include <wxPcbStruct.h>
#include <pcb_edit_frame.h>
#include <msgpanel.h>
#include <pcbnew.h>

View File

@ -34,7 +34,7 @@
#include <class_drawpanel.h>
#include <confirm.h>
#include <pcbnew.h>
#include <wxPcbStruct.h>
#include <pcb_edit_frame.h>
#include <gr_basic.h>
#include <macros.h>
#include <msgpanel.h>

View File

@ -41,7 +41,7 @@
#include <class_drawpanel.h>
#include <confirm.h>
#include <pcbnew.h>
#include <wxPcbStruct.h>
#include <pcb_edit_frame.h>
#include <class_board.h>
#include <class_module.h>

View File

@ -33,7 +33,7 @@
#include <class_drawpanel.h>
#include <confirm.h>
#include <block_commande.h>
#include <wxPcbStruct.h>
#include <pcb_edit_frame.h>
#include <trigo.h>
#include <class_board.h>

View File

@ -37,8 +37,7 @@
#include <block_commande.h>
#include <macros.h>
#include <wxPcbStruct.h>
#include <module_editor_frame.h>
#include <footprint_edit_frame.h>
#include <pcbplot.h>
#include <trigo.h>

View File

@ -24,7 +24,7 @@
#include <class_board.h>
#include <class_module.h>
#include <wxPcbStruct.h>
#include <pcb_edit_frame.h>
#include <tool/tool_manager.h>
#include <ratsnest_data.h>
#include <view/view.h>

View File

@ -35,7 +35,7 @@
#include <fctsys.h>
#include <draw_graphic_text.h>
#include <pcbnew.h>
#include <wxPcbStruct.h>
#include <pcb_edit_frame.h>
#include <trigo.h>
#include <class_board.h>
#include <class_pad.h>

View File

@ -46,7 +46,7 @@
#include <board_netlist_updater.h>
#include <wxPcbStruct.h>
#include <pcb_edit_frame.h>
BOARD_NETLIST_UPDATER::BOARD_NETLIST_UPDATER( PCB_EDIT_FRAME* aFrame, BOARD* aBoard ) :

View File

@ -30,7 +30,7 @@
#include <kicad_string.h>
#include <gestfich.h>
#include <pcbnew.h>
#include <wxPcbStruct.h>
#include <pcb_edit_frame.h>
#include <macros.h>
#include <project.h>
#include <wildcards_and_files_ext.h>

View File

@ -30,7 +30,7 @@
#ifndef CLASS_ACTION_PLUGIN_H
#define CLASS_ACTION_PLUGIN_H
#include <vector>
#include <wxPcbStruct.h>
#include <pcb_edit_frame.h>
/**
* Class ACTION_PLUGIN

View File

@ -36,7 +36,7 @@
#include <kicad_string.h>
#include <richio.h>
#include <bitmaps.h>
#include <wxPcbStruct.h>
#include <pcb_edit_frame.h>
#include <class_board.h>
#include <class_pcb_text.h>

View File

@ -39,7 +39,7 @@
#include <msgpanel.h>
#include <bitmaps.h>
#include <wxPcbStruct.h>
#include <pcb_edit_frame.h>
#include <pcbnew.h>

View File

@ -44,7 +44,7 @@
#include <base_units.h>
#include <bitmaps.h>
#include <wxPcbStruct.h>
#include <pcb_edit_frame.h>
#include <class_board.h>
#include <class_module.h>
#include <class_edge_mod.h>

View File

@ -31,7 +31,7 @@
#ifndef CLASS_FOOTPRINT_WIZARD_H
#define CLASS_FOOTPRINT_WIZARD_H
#include <vector>
#include <wxPcbStruct.h>
#include <pcb_edit_frame.h>
// Allowable parameter types for PCB wizards
const wxString WIZARD_PARAM_UNITS_MM = "mm"; // Millimetres

View File

@ -43,7 +43,7 @@
#include <msgpanel.h>
#include <bitmaps.h>
#include <wxPcbStruct.h>
#include <pcb_edit_frame.h>
#include <class_board.h>
#include <class_edge_mod.h>
#include <class_module.h>

View File

@ -36,8 +36,7 @@
#include <class_drawpanel.h>
#include <draw_graphic_text.h>
#include <layers_id_colors_and_visibility.h>
#include <pcb_base_frame.h>
#include <wxPcbStruct.h>
#include <pcb_edit_frame.h>
#include <pcbnew_id.h> // ID_TRACK_BUTT
#include <pcbnew.h>
#include <class_board.h>

View File

@ -30,7 +30,7 @@
*/
#include <common.h>
#include <pcbnew.h>
#include <wxPcbStruct.h>
#include <pcb_edit_frame.h>
#include <class_board_design_settings.h>
#include <layers_id_colors_and_visibility.h>

Some files were not shown because too many files have changed in this diff Show More