7
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:
jean-pierre charras 2018-01-30 11:49:51 +01:00
parent 833d6223a0
commit 8022f1cc01
99 changed files with 126 additions and 126 deletions
eeschema
CMakeLists.txtannotate.cppautoplace_fields.cppbackanno.cppblock.cppblock_libedit.cppbus-wire-junction.cppbusentry.cppcomponent_references_lister.cppcontrole.cppcross-probing.cpp
dialogs
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.cpp
netlist_exporters
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.cpp
sim
symbdraw.cppsymbedit.cpptool_lib.cpptool_sch.cppviewlib_frame.cpp
widgets

View File

@ -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

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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,

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -29,7 +29,7 @@
#include <fctsys.h>
#include <schframe.h>
#include <sch_edit_frame.h>
#include <class_drawpanel.h>
#include <bitmaps.h>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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 ) :

View File

@ -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