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:
parent
edf9821014
commit
8552f3fedf
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.cppdialogs
dialog_block_options.cppdialog_copper_zones.cppdialog_create_array.cppdialog_design_rules.cppdialog_display_options.cppdialog_drc.cppdialog_edit_module_for_BoardEditor.cppdialog_edit_module_for_Modedit.cppdialog_exchange_modules.cppdialog_export_idf.cppdialog_export_step.cppdialog_export_vrml.cppdialog_find.cppdialog_freeroute_exchange.cppdialog_gencad_export_options.cppdialog_gendrill.cppdialog_general_options.cppdialog_global_deletion.cppdialog_global_edit_tracks_and_vias.cppdialog_global_modules_fields_edition.cppdialog_global_pads_edition.cppdialog_graphic_item_properties.cppdialog_graphic_item_properties_for_Modedit.cppdialog_graphic_items_options.cppdialog_keepout_area_properties.cppdialog_mask_clearance.cppdialog_modedit_display_options.cppdialog_modedit_options.cppdialog_move_exact.cppdialog_netlist.cppdialog_non_copper_zones_properties.cppdialog_pcb_text_properties.cppdialog_plot.cppdialog_position_relative.cppdialog_print_for_modedit.cppdialog_print_using_printer.cppdialog_scripting.cppdialog_select_net_from_list.cppdialog_track_via_properties.cppdialog_update_pcb.cpp
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.cppexporters
export_d356.cppexport_gencad.cppexport_idf.cppexport_vrml.cppgen_modules_placefile.cppgendrill_Excellon_writer.cppgendrill_gerber_writer.cppgerber_jobfile_writer.cpp
files.cppfootprint_edit_frame.cppfootprint_edit_frame.hfootprint_wizard.cppfootprint_wizard_frame.cppglobaleditpad.cpphighlight.cpphotkeys.cpphotkeys_board_editor.cpphotkeys_module_editor.cppimport_dxf
initpcb.cpplibrairi.cpploadcmp.cppmagnetic_tracks_functions.cppmenubar_modedit.cppmenubar_pcbframe.cppmicrowave.cppmicrowave
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.cpprouter
specctra_import_export
swap_layers.cpptarget_edit.cpptool_modedit.cpptool_modview.cpptool_onrightclick.cpptool_pcb.cpptoolbars_update_user_interface.cpptools
drawing_tool.cppedit_tool.cppgrid_helper.cppmodule_editor_tools.cpppad_tool.cpppcb_editor_control.cpppcb_tool.hpcbnew_control.cpppicker_tool.cppplacement_tool.cpppoint_editor.cppselection.cppselection_tool.cpp
tr_modif.cpptracepcb.cppundo_redo.cppzones_by_polygon.cppzones_by_polygon_fill_functions.cppzones_functions_for_undo_redo.cppqa/common
@ -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
|
||||
{
|
||||
|
@ -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>
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
@ -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 )
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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 ) :
|
||||
|
@ -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>
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
@ -39,7 +39,7 @@
|
||||
#include <msgpanel.h>
|
||||
#include <bitmaps.h>
|
||||
|
||||
#include <wxPcbStruct.h>
|
||||
#include <pcb_edit_frame.h>
|
||||
|
||||
#include <pcbnew.h>
|
||||
|
||||
|
@ -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>
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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
Loading…
Reference in New Issue
Block a user