mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-04-21 22:43:44 +00:00
Fix code after renaming files
This commit is contained in:
parent
bc76ec4d67
commit
5d72aebd22
3d-viewer
bitmap2component
common
CMakeLists.txtbase_struct.cppbitmap.cppcommon.cppconfig_params.cpp
dialog_about
eda_base_frame.cppeda_graphic_text_ctrl.cpphotkeys_basic.cpppgm_base.cppplotters
DXF_plotter.cppGERBER_plotter.cppHPGL_plotter.cppPDF_plotter.cppPS_plotter.cppSVG_plotter.cppplotter.cpp
tool
cvpcb
components_listbox.cppcvpcb.cppcvpcb_mainframe.h
dialogs
display_footprints_frame.hfootprints_listbox.cpplibrary_listbox.cpplistbox_base.cppeeschema
class_library.cpplib_arc.cpplib_bezier.cpplib_circle.cpplib_draw_item.cpplib_polyline.cpplib_rectangle.cpplib_text.cpplibarch.cppsch_marker.cpptemplate_fieldnames.h
gerbview
include
kicad
pagelayout_editor
pcb_calculator
pcbnew
class_board.cppclass_dimension.cppclass_drawsegment.cppclass_edge_mod.cppclass_marker_pcb.cppclass_module.cppclass_netinfo_item.cppclass_pad.cppclass_pad_custom_shape_functions.cppclass_pad_draw_functions.cppclass_pcb_text.cppclass_text_mod.cppclass_track.cppclass_zone.cppconnect.cpp
dialogs
dialog_SVG_print.cppdialog_create_array.hdialog_drc.hdialog_drclistbox.hdialog_edit_module_text.cppdialog_global_modules_fields_edition.cppdialog_pad_basicshapes_properties.cppdialog_pad_properties.cppdialog_pad_properties.hdialog_pad_properties_base.fbpdialog_pad_properties_base.hdialog_set_grid.cpp
dragsegm.cppedtxtmod.cppmodule_editor_frame.hmove-drag_pads.cpppad_edition_functions.cpppcb_base_edit_frame.hpcb_base_frame.cpppcb_draw_panel_gal.cppplot_board_layers.cppplot_brditems_plotter.cppprintout_controler.cppratsnest.cppsel_layer.cpp@ -43,7 +43,7 @@
|
||||
#include <class_pad.h>
|
||||
#include <class_track.h>
|
||||
#include <wx/gdicmn.h>
|
||||
#include <wxBasePcbFrame.h>
|
||||
#include <pcb_base_frame.h>
|
||||
#include <class_pcb_text.h>
|
||||
#include <class_drawsegment.h>
|
||||
#include <class_dimension.h>
|
||||
|
@ -43,7 +43,7 @@
|
||||
#include <wx/wupdlock.h>
|
||||
#include <wx/timer.h>
|
||||
#include <wx/statusbr.h>
|
||||
#include <wxBasePcbFrame.h>
|
||||
#include <pcb_base_frame.h>
|
||||
|
||||
|
||||
/**
|
||||
|
@ -31,7 +31,7 @@
|
||||
#define C3D_RENDER_BASE_H
|
||||
|
||||
|
||||
#include <wxBasePcbFrame.h>
|
||||
#include <pcb_base_frame.h>
|
||||
#include "../3d_canvas/cinfo3d_visu.h"
|
||||
#include <reporter.h>
|
||||
|
||||
|
@ -26,7 +26,6 @@
|
||||
#include <macros.h>
|
||||
|
||||
#include <pgm_base.h>
|
||||
#include <wxstruct.h>
|
||||
#include <confirm.h>
|
||||
#include <gestfich.h>
|
||||
#include <wildcards_and_files_ext.h>
|
||||
|
@ -228,7 +228,6 @@ set( COMMON_SRCS
|
||||
${COMMON_PREVIEW_ITEMS_SRCS}
|
||||
${PLOTTERS_CONTROL_SRCS}
|
||||
base_struct.cpp
|
||||
basicframe.cpp
|
||||
bezier_curves.cpp
|
||||
bin_mod.cpp
|
||||
bitmap.cpp
|
||||
@ -252,6 +251,7 @@ set( COMMON_SRCS
|
||||
draw_graphic_text.cpp
|
||||
dsnlexer.cpp
|
||||
eagle_parser.cpp
|
||||
eda_base_frame.cpp
|
||||
eda_dde.cpp
|
||||
eda_doc.cpp
|
||||
eda_pattern_match.cpp
|
||||
@ -377,7 +377,7 @@ set( PCB_COMMON_SRCS
|
||||
page_info.cpp
|
||||
pcb_keywords.cpp
|
||||
pcb_plot_params_keywords.cpp
|
||||
../pcbnew/basepcbframe.cpp
|
||||
../pcbnew/pcb_base_frame.cpp
|
||||
../pcbnew/board_commit.cpp
|
||||
../pcbnew/board_items_to_polygon_shape_transform.cpp
|
||||
../pcbnew/class_board.cpp
|
||||
|
@ -32,7 +32,7 @@
|
||||
#include <common.h>
|
||||
#include <macros.h>
|
||||
#include <kicad_string.h>
|
||||
#include <wxstruct.h>
|
||||
#include <eda_base_frame.h>
|
||||
#include <class_drawpanel.h>
|
||||
#include <base_screen.h>
|
||||
#include <bitmaps.h>
|
||||
|
@ -37,7 +37,7 @@
|
||||
#include <common.h>
|
||||
#include <bitmaps.h>
|
||||
#include <pgm_base.h>
|
||||
#include <wxstruct.h>
|
||||
#include <eda_base_frame.h>
|
||||
|
||||
|
||||
struct SCALED_BITMAP_ID {
|
||||
|
@ -28,7 +28,7 @@
|
||||
*/
|
||||
|
||||
#include <fctsys.h>
|
||||
#include <wxstruct.h>
|
||||
#include <eda_base_frame.h>
|
||||
#include <base_struct.h>
|
||||
#include <common.h>
|
||||
#include <macros.h>
|
||||
|
@ -29,7 +29,7 @@
|
||||
#include <common.h>
|
||||
#include <kicad_string.h>
|
||||
#include <gestfich.h>
|
||||
#include <wxstruct.h>
|
||||
#include <eda_base_frame.h>
|
||||
#include <config_params.h>
|
||||
|
||||
#include <wx/apptrait.h>
|
||||
|
@ -38,7 +38,7 @@
|
||||
#include <build_version.h>
|
||||
#include <common.h>
|
||||
#include <pgm_base.h>
|
||||
#include <wxstruct.h>
|
||||
#include <eda_base_frame.h>
|
||||
|
||||
#include "aboutinfo.h"
|
||||
#include "dialog_about.h"
|
||||
|
@ -37,7 +37,7 @@
|
||||
#include <id.h>
|
||||
#include <kiface_i.h>
|
||||
#include <pgm_base.h>
|
||||
#include <wxstruct.h>
|
||||
#include <eda_base_frame.h>
|
||||
#include <menus_helpers.h>
|
||||
#include <bitmaps.h>
|
||||
|
||||
|
@ -27,7 +27,7 @@
|
||||
*/
|
||||
|
||||
#include <fctsys.h>
|
||||
#include <wxstruct.h>
|
||||
#include <eda_base_frame.h>
|
||||
#include <dialog_helpers.h>
|
||||
#include <base_units.h>
|
||||
#include <macros.h>
|
||||
|
@ -35,7 +35,7 @@
|
||||
#include <confirm.h>
|
||||
#include <kicad_string.h>
|
||||
#include <gestfich.h>
|
||||
#include <wxstruct.h>
|
||||
#include <eda_base_frame.h>
|
||||
#include <macros.h>
|
||||
#include <dialog_hotkeys_editor.h>
|
||||
#include <menus_helpers.h>
|
||||
|
@ -41,7 +41,7 @@
|
||||
#include <wx/richmsgdlg.h>
|
||||
|
||||
#include <pgm_base.h>
|
||||
#include <wxstruct.h>
|
||||
#include <eda_base_frame.h>
|
||||
#include <macros.h>
|
||||
#include <config_params.h>
|
||||
#include <id.h>
|
||||
|
@ -29,7 +29,7 @@
|
||||
#include <fctsys.h>
|
||||
#include <gr_basic.h>
|
||||
#include <trigo.h>
|
||||
#include <wxstruct.h>
|
||||
#include <eda_base_frame.h>
|
||||
#include <base_struct.h>
|
||||
#include <plotter.h>
|
||||
#include <macros.h>
|
||||
|
@ -30,7 +30,7 @@
|
||||
#include <fctsys.h>
|
||||
#include <gr_basic.h>
|
||||
#include <trigo.h>
|
||||
#include <wxstruct.h>
|
||||
#include <eda_base_frame.h>
|
||||
#include <base_struct.h>
|
||||
#include <common.h>
|
||||
#include <plotter.h>
|
||||
|
@ -197,7 +197,7 @@
|
||||
#include <fctsys.h>
|
||||
#include <gr_basic.h>
|
||||
#include <trigo.h>
|
||||
#include <wxstruct.h>
|
||||
#include <eda_base_frame.h>
|
||||
#include <base_struct.h>
|
||||
#include <plotter.h>
|
||||
#include <macros.h>
|
||||
|
@ -30,7 +30,7 @@
|
||||
#include <fctsys.h>
|
||||
#include <pgm_base.h>
|
||||
#include <trigo.h>
|
||||
#include <wxstruct.h>
|
||||
#include <eda_base_frame.h>
|
||||
#include <base_struct.h>
|
||||
#include <common.h>
|
||||
#include <plotter.h>
|
||||
|
@ -29,7 +29,7 @@
|
||||
|
||||
#include <fctsys.h>
|
||||
#include <trigo.h>
|
||||
#include <wxstruct.h>
|
||||
#include <eda_base_frame.h>
|
||||
#include <base_struct.h>
|
||||
#include <common.h>
|
||||
#include <plotter.h>
|
||||
|
@ -92,7 +92,7 @@
|
||||
*/
|
||||
#include <fctsys.h>
|
||||
#include <trigo.h>
|
||||
#include <wxstruct.h>
|
||||
#include <eda_base_frame.h>
|
||||
#include <eda_rect.h>
|
||||
#include <base_struct.h>
|
||||
#include <common.h>
|
||||
|
@ -40,7 +40,7 @@
|
||||
#include <fctsys.h>
|
||||
|
||||
#include <trigo.h>
|
||||
#include <wxstruct.h>
|
||||
#include <eda_base_frame.h>
|
||||
#include <base_struct.h>
|
||||
#include <common.h>
|
||||
#include <plotter.h>
|
||||
|
@ -24,7 +24,7 @@
|
||||
*/
|
||||
|
||||
#include <wxPcbStruct.h>
|
||||
#include <wxBasePcbFrame.h>
|
||||
#include <pcb_base_frame.h>
|
||||
|
||||
#include <tool/tool_manager.h>
|
||||
#include <tool/tool_dispatcher.h>
|
||||
|
@ -26,7 +26,6 @@
|
||||
*/
|
||||
|
||||
#include <fctsys.h>
|
||||
#include <wxstruct.h>
|
||||
|
||||
#include <cvpcb.h>
|
||||
#include <cvpcb_mainframe.h>
|
||||
|
@ -32,7 +32,7 @@
|
||||
#include <fp_lib_table.h>
|
||||
#include <kiface_i.h>
|
||||
#include <pgm_base.h>
|
||||
#include <wxstruct.h>
|
||||
//#include <wxstruct.h>
|
||||
#include <confirm.h>
|
||||
|
||||
#include <cvpcb.h>
|
||||
|
@ -34,7 +34,7 @@
|
||||
#include <pcb_netlist.h>
|
||||
#include <footprint_info.h>
|
||||
|
||||
#include <wxBasePcbFrame.h>
|
||||
#include <pcb_base_frame.h>
|
||||
#include <config_params.h>
|
||||
#include <auto_associate.h>
|
||||
#include <memory>
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user