mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-04-21 09:31:42 +00:00
fix code after renamin files
This commit is contained in:
parent
833d6223a0
commit
8022f1cc01
eeschema
CMakeLists.txtannotate.cppautoplace_fields.cppbackanno.cppblock.cppblock_libedit.cppbus-wire-junction.cppbusentry.cppcomponent_references_lister.cppcontrole.cppcross-probing.cpp
dialogs
dialog_annotate.cppdialog_bom.cppdialog_bom_editor.hdialog_edit_component_in_lib.cppdialog_edit_component_in_schematic.cppdialog_edit_components_libid.cppdialog_edit_label.cppdialog_edit_libentry_fields_in_lib.cppdialog_eeschema_options.cppdialog_erc.cppdialog_lib_edit_pin.cppdialog_lib_edit_text.cppdialog_libedit_options.cppdialog_netlist.cppdialog_plot_schematic.hdialog_print_using_printer.cppdialog_rescue_each.cppdialog_symbol_remap.cppdialog_update_fields.cpp
edit_bitmap.cppedit_component_in_schematic.cppedit_label.cppeeredraw.cppeeschema.cppeeschema_config.cpperc.cppevents_called_functions_for_edit.cppfiles-io.cppfind.cppgetpart.cpphierarch.cpphighlight_connection.cpphotkeys.cpplib_edit_frame.cpplib_edit_frame.hlib_export.cpplib_manager.cpplib_pin.cpplibarch.cpplibedit.cpplibedit_onleftclick.cpplibedit_onrightclick.cpplibedit_plot_component.cpplibedit_undo_redo.cpplibfield.cppmenubar.cppmenubar_libedit.cppnetlist_exporters
netlist_exporter_cadstar.cppnetlist_exporter_generic.cppnetlist_exporter_kicad.cppnetlist_exporter_orcadpcb2.cppnetlist_exporter_pspice.cpp
netlist_generator.cppnetlist_object.cpponleftclick.cpponrightclick.cppoperations_on_items_lists.cpppinedit.cppplot_schematic_DXF.cppplot_schematic_HPGL.cppplot_schematic_PDF.cppplot_schematic_PS.cppplot_schematic_SVG.cppproject_rescue.cppsch_base_frame.cppsch_component.cppsch_eagle_plugin.cppsch_edit_frame.cppsch_edit_frame.hsch_field.cppsch_item_struct.cppsch_line.cppsch_screen.cppsch_sheet.cppsch_sheet_pin.cppsch_text.cppschedit.cppschematic_undo_redo.cppsheet.cppsheetlab.cppsim
symbdraw.cppsymbedit.cpptool_lib.cpptool_sch.cppviewlib_frame.cppwidgets
@ -148,7 +148,7 @@ set( EESCHEMA_SRCS
|
||||
libedit_onrightclick.cpp
|
||||
libedit_plot_component.cpp
|
||||
libedit_undo_redo.cpp
|
||||
libeditframe.cpp
|
||||
lib_edit_frame.cpp
|
||||
libfield.cpp
|
||||
menubar.cpp
|
||||
menubar_libedit.cpp
|
||||
@ -191,7 +191,7 @@ set( EESCHEMA_SRCS
|
||||
sch_validators.cpp
|
||||
schedit.cpp
|
||||
schematic_undo_redo.cpp
|
||||
schframe.cpp
|
||||
sch_edit_frame.cpp
|
||||
selpart.cpp
|
||||
sheet.cpp
|
||||
sheetlab.cpp
|
||||
|
@ -31,7 +31,7 @@
|
||||
#include <fctsys.h>
|
||||
#include <class_drawpanel.h>
|
||||
#include <confirm.h>
|
||||
#include <schframe.h>
|
||||
#include <sch_edit_frame.h>
|
||||
|
||||
#include <sch_reference_list.h>
|
||||
#include <class_library.h>
|
||||
|
@ -52,7 +52,7 @@
|
||||
|
||||
#include <boost/range/adaptor/reversed.hpp>
|
||||
|
||||
#include <schframe.h>
|
||||
#include <sch_edit_frame.h>
|
||||
#include <hotkeys_basic.h>
|
||||
#include <sch_component.h>
|
||||
#include <sch_line.h>
|
||||
|
@ -33,7 +33,7 @@
|
||||
#include <kicad_string.h>
|
||||
#include <gestfich.h>
|
||||
#include <kiface_i.h>
|
||||
#include <schframe.h>
|
||||
#include <sch_edit_frame.h>
|
||||
#include <build_version.h>
|
||||
#include <wildcards_and_files_ext.h>
|
||||
|
||||
|
@ -32,7 +32,7 @@
|
||||
#include <gr_basic.h>
|
||||
#include <class_drawpanel.h>
|
||||
#include <confirm.h>
|
||||
#include <schframe.h>
|
||||
#include <sch_edit_frame.h>
|
||||
|
||||
#include <general.h>
|
||||
#include <class_library.h>
|
||||
|
@ -34,7 +34,7 @@
|
||||
|
||||
#include <general.h>
|
||||
#include <class_library.h>
|
||||
#include <libeditframe.h>
|
||||
#include <lib_edit_frame.h>
|
||||
|
||||
|
||||
static void DrawMovingBlockOutlines( EDA_DRAW_PANEL* aPanel, wxDC* aDC, const wxPoint& aPosition,
|
||||
|
@ -30,7 +30,7 @@
|
||||
#include <fctsys.h>
|
||||
#include <gr_basic.h>
|
||||
#include <class_drawpanel.h>
|
||||
#include <schframe.h>
|
||||
#include <sch_edit_frame.h>
|
||||
|
||||
#include <lib_draw_item.h>
|
||||
#include <lib_pin.h>
|
||||
|
@ -31,7 +31,7 @@
|
||||
#include <fctsys.h>
|
||||
#include <gr_basic.h>
|
||||
#include <class_drawpanel.h>
|
||||
#include <schframe.h>
|
||||
#include <sch_edit_frame.h>
|
||||
|
||||
#include <sch_bus_entry.h>
|
||||
|
||||
|
@ -35,7 +35,7 @@
|
||||
|
||||
#include <fctsys.h>
|
||||
#include <kicad_string.h>
|
||||
#include <schframe.h>
|
||||
#include <sch_edit_frame.h>
|
||||
#include <sch_reference_list.h>
|
||||
#include <sch_component.h>
|
||||
|
||||
|
@ -31,7 +31,7 @@
|
||||
#include <gr_basic.h>
|
||||
#include <class_drawpanel.h>
|
||||
#include <eda_dde.h>
|
||||
#include <schframe.h>
|
||||
#include <sch_edit_frame.h>
|
||||
#include <menus_helpers.h>
|
||||
#include <msgpanel.h>
|
||||
#include <bitmaps.h>
|
||||
@ -39,7 +39,7 @@
|
||||
#include <eeschema_id.h>
|
||||
#include <general.h>
|
||||
#include <hotkeys.h>
|
||||
#include <libeditframe.h>
|
||||
#include <lib_edit_frame.h>
|
||||
#include <viewlib_frame.h>
|
||||
#include <lib_draw_item.h>
|
||||
#include <lib_pin.h>
|
||||
|
@ -35,7 +35,7 @@
|
||||
#include <eda_dde.h>
|
||||
#include <class_drawpanel.h>
|
||||
|
||||
#include <schframe.h>
|
||||
#include <sch_edit_frame.h>
|
||||
#include <general.h>
|
||||
#include <eeschema_id.h>
|
||||
#include <lib_draw_item.h>
|
||||
|
@ -29,7 +29,7 @@
|
||||
|
||||
|
||||
#include <fctsys.h>
|
||||
#include <schframe.h>
|
||||
#include <sch_edit_frame.h>
|
||||
#include <class_drawpanel.h>
|
||||
#include <bitmaps.h>
|
||||
|
||||
|
@ -33,7 +33,7 @@
|
||||
#include <kiface_i.h>
|
||||
#include <confirm.h>
|
||||
#include <gestfich.h>
|
||||
#include <schframe.h>
|
||||
#include <sch_edit_frame.h>
|
||||
#include <wx/dynarray.h>
|
||||
|
||||
#include <netlist.h>
|
||||
|
@ -32,7 +32,7 @@
|
||||
|
||||
#include <wx/dataview.h>
|
||||
|
||||
#include <schframe.h>
|
||||
#include <sch_edit_frame.h>
|
||||
#include <sch_sheet.h>
|
||||
#include <sch_sheet_path.h>
|
||||
#include <sch_component.h>
|
||||
|
@ -33,7 +33,7 @@
|
||||
#include <pgm_base.h>
|
||||
|
||||
#include <general.h>
|
||||
#include <libeditframe.h>
|
||||
#include <lib_edit_frame.h>
|
||||
#include <class_library.h>
|
||||
#include <eeschema_id.h> // for MAX_UNIT_COUNT_PER_PACKAGE definition
|
||||
#include <symbol_lib_table.h>
|
||||
|
@ -31,7 +31,7 @@
|
||||
#include <kiway.h>
|
||||
#include <class_drawpanel.h>
|
||||
#include <confirm.h>
|
||||
#include <schframe.h>
|
||||
#include <sch_edit_frame.h>
|
||||
#include <base_units.h>
|
||||
|
||||
#include <sch_reference_list.h>
|
||||
|
@ -30,7 +30,7 @@
|
||||
|
||||
#include <fctsys.h>
|
||||
#include <dialog_edit_components_libid_base.h>
|
||||
#include <schframe.h>
|
||||
#include <sch_edit_frame.h>
|
||||
#include <class_drawpanel.h>
|
||||
#include <sch_component.h>
|
||||
#include <sch_reference_list.h>
|
||||
|
@ -31,7 +31,7 @@
|
||||
#include <fctsys.h>
|
||||
#include <wx/valgen.h>
|
||||
#include <wx/valnum.h>
|
||||
#include <schframe.h>
|
||||
#include <sch_edit_frame.h>
|
||||
#include <base_units.h>
|
||||
|
||||
#include <class_drawpanel.h>
|
||||
|
@ -31,12 +31,12 @@
|
||||
#include <kiway.h>
|
||||
#include <confirm.h>
|
||||
#include <class_drawpanel.h>
|
||||
#include <schframe.h>
|
||||
#include <sch_edit_frame.h>
|
||||
#include <id.h>
|
||||
#include <base_units.h>
|
||||
|
||||
#include <general.h>
|
||||
#include <libeditframe.h>
|
||||
#include <lib_edit_frame.h>
|
||||
#include <class_library.h>
|
||||
#include <sch_component.h>
|
||||
#include <sch_field.h>
|
||||
|
@ -32,7 +32,7 @@
|
||||
#include <dialog_eeschema_options.h>
|
||||
#include <widgets/widget_hotkey_list.h>
|
||||
#include "../widgets/widget_eeschema_color_config.h"
|
||||
#include <schframe.h>
|
||||
#include <sch_edit_frame.h>
|
||||
#include <hotkeys.h>
|
||||
#include <bitmap_types.h>
|
||||
|
||||
|
@ -34,7 +34,7 @@
|
||||
#include <gestfich.h>
|
||||
#include <pgm_base.h>
|
||||
#include <sch_screen.h>
|
||||
#include <schframe.h>
|
||||
#include <sch_edit_frame.h>
|
||||
#include <invoke_sch_dialog.h>
|
||||
#include <project.h>
|
||||
#include <kiface_i.h>
|
||||
|
@ -28,7 +28,7 @@
|
||||
#include <base_units.h>
|
||||
#include <bitmaps.h>
|
||||
|
||||
#include <libeditframe.h>
|
||||
#include <lib_edit_frame.h>
|
||||
#include <class_libentry.h>
|
||||
#include <lib_pin.h>
|
||||
|
||||
|
@ -34,7 +34,7 @@
|
||||
#include <base_units.h>
|
||||
|
||||
#include <general.h>
|
||||
#include <libeditframe.h>
|
||||
#include <lib_edit_frame.h>
|
||||
#include <class_libentry.h>
|
||||
#include <lib_text.h>
|
||||
|
||||
|
@ -31,7 +31,7 @@
|
||||
#include <base_screen.h>
|
||||
|
||||
#include <dialog_libedit_options.h>
|
||||
#include <libeditframe.h>
|
||||
#include <lib_edit_frame.h>
|
||||
|
||||
|
||||
DIALOG_LIBEDIT_OPTIONS::DIALOG_LIBEDIT_OPTIONS( LIB_EDIT_FRAME* parent ) :
|
||||
|
@ -42,7 +42,7 @@
|
||||
#include <pgm_base.h>
|
||||
#include <kiface_i.h>
|
||||
#include <gestfich.h>
|
||||
#include <schframe.h>
|
||||
#include <sch_edit_frame.h>
|
||||
|
||||
#include <general.h>
|
||||
#include <netlist.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