mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-04-21 11:01:41 +00:00
File naming and include cleanup.
This commit is contained in:
parent
902d9e0781
commit
ff7742c6b8
eeschema
CMakeLists.txt
dialogs
dialog_choose_symbol.cppdialog_edit_one_field.cppdialog_edit_one_field.hdialog_lib_edit_draw_item.cppdialog_lib_symbol_properties.cppdialog_pin_properties.cppdialog_rescue_each.cpppanel_eeschema_color_settings.cpppanel_eeschema_display_options.cpppanel_setup_formatting.cpp
ee_collectors.hgenerate_alias_info.cpplib_field.cpplib_part.cpplib_part.hlib_pin.cpplib_pin.hnetlist_exporters
project_rescue.hsch_painter.cppsch_plugins
sch_reference_list.hsch_screen.cppschematic_settings.cppsymbol_editor
symbol_editor.cppsymbol_editor_import_export.cppsymbol_editor_plotter.cppsymbol_editor_undo_redo.cppsymbol_library_manager.cpp
symbol_lib_table.cppsymbol_lib_table.hsymbol_tree_model_adapter.cppsymbol_tree_synchronizing_adapter.cppsymbol_viewer_frame.cpptools
widgets
qa/eeschema
@ -162,7 +162,7 @@ set( EESCHEMA_SRCS
|
||||
autoplace_fields.cpp
|
||||
bus_alias.cpp
|
||||
bus-wire-junction.cpp
|
||||
class_libentry.cpp
|
||||
lib_part.cpp
|
||||
class_library.cpp
|
||||
cmp_library_lexer.cpp
|
||||
component_references_lister.cpp
|
||||
|
@ -23,7 +23,6 @@
|
||||
*/
|
||||
|
||||
#include <algorithm>
|
||||
#include <class_libentry.h>
|
||||
#include <class_library.h>
|
||||
#include <dialog_choose_symbol.h>
|
||||
#include <eeschema_settings.h>
|
||||
|
@ -30,7 +30,6 @@
|
||||
#include <sch_edit_frame.h>
|
||||
#include <ee_collectors.h>
|
||||
#include <sch_component.h>
|
||||
#include <class_libentry.h>
|
||||
#include <lib_field.h>
|
||||
#include <template_fieldnames.h>
|
||||
#include <class_library.h>
|
||||
|
@ -30,7 +30,6 @@
|
||||
#include <dialog_lib_edit_text_base.h>
|
||||
#include <widgets/unit_binder.h>
|
||||
#include <lib_field.h>
|
||||
#include <class_libentry.h>
|
||||
#include <template_fieldnames.h>
|
||||
|
||||
class SCH_BASE_FRAME;
|
||||
|
@ -26,7 +26,6 @@
|
||||
*/
|
||||
|
||||
#include <lib_item.h>
|
||||
#include <class_libentry.h>
|
||||
#include <dialog_lib_edit_draw_item.h>
|
||||
#include <symbol_edit_frame.h>
|
||||
|
||||
|
@ -22,7 +22,6 @@
|
||||
*/
|
||||
|
||||
#include <bitmaps.h>
|
||||
#include <class_libentry.h>
|
||||
#include <confirm.h>
|
||||
#include <dialogs/dialog_text_entry.h>
|
||||
#include <kiway.h>
|
||||
|
@ -25,7 +25,6 @@
|
||||
#include <bitmaps.h>
|
||||
#include <sch_painter.h>
|
||||
#include <symbol_edit_frame.h>
|
||||
#include <class_libentry.h>
|
||||
#include <lib_pin.h>
|
||||
#include <dialog_pin_properties.h>
|
||||
#include <confirm.h>
|
||||
|
@ -22,7 +22,6 @@
|
||||
*/
|
||||
|
||||
#include <class_draw_panel_gal.h>
|
||||
#include <class_libentry.h>
|
||||
#include <class_library.h>
|
||||
#include <dialog_rescue_each_base.h>
|
||||
#include <eeschema_settings.h>
|
||||
|
@ -24,7 +24,6 @@
|
||||
#include <eeschema_settings.h>
|
||||
#include <gal/gal_display_options.h>
|
||||
#include <layers_id_colors_and_visibility.h>
|
||||
#include <class_libentry.h>
|
||||
#include <lib_polyline.h>
|
||||
#include <page_info.h>
|
||||
#include <panel_eeschema_color_settings.h>
|
||||
|
@ -24,7 +24,6 @@
|
||||
|
||||
#include <sch_edit_frame.h>
|
||||
#include <sch_painter.h>
|
||||
#include <class_libentry.h>
|
||||
#include <panel_eeschema_display_options.h>
|
||||
#include <widgets/gal_options_panel.h>
|
||||
#include <sch_junction.h>
|
||||
|
@ -23,7 +23,6 @@
|
||||
|
||||
#include <sch_edit_frame.h>
|
||||
#include <sch_painter.h>
|
||||
#include <class_libentry.h>
|
||||
#include <eeschema_settings.h>
|
||||
#include <kiface_i.h>
|
||||
#include <panel_setup_formatting.h>
|
||||
|
@ -26,7 +26,7 @@
|
||||
#ifndef EE_COLLECTORS_H
|
||||
#define EE_COLLECTORS_H
|
||||
|
||||
#include <class_libentry.h>
|
||||
#include <lib_part.h>
|
||||
#include <collector.h>
|
||||
#include <dialogs/dialog_schematic_find.h>
|
||||
#include <sch_item.h>
|
||||
|
@ -21,7 +21,7 @@
|
||||
#include <generate_alias_info.h>
|
||||
#include <kicad_string.h>
|
||||
#include <template_fieldnames.h>
|
||||
#include <class_libentry.h>
|
||||
#include <lib_part.h>
|
||||
#include <symbol_lib_table.h>
|
||||
|
||||
|
||||
|
@ -23,7 +23,6 @@
|
||||
*/
|
||||
|
||||
#include <pgm_base.h>
|
||||
#include <common.h>
|
||||
#include <eda_item.h>
|
||||
#include <gr_text.h>
|
||||
#include <kicad_string.h>
|
||||
@ -35,7 +34,7 @@
|
||||
#include <widgets/msgpanel.h>
|
||||
#include <bitmaps.h>
|
||||
#include <general.h>
|
||||
#include <class_libentry.h>
|
||||
#include <lib_part.h>
|
||||
#include <transform.h>
|
||||
#include <lib_field.h>
|
||||
#include <template_fieldnames.h>
|
||||
|
@ -23,17 +23,14 @@
|
||||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
#include <kicad_string.h>
|
||||
#include <sch_draw_panel.h>
|
||||
#include <plotter.h>
|
||||
#include <sch_screen.h>
|
||||
#include <richio.h>
|
||||
#include <trace_helpers.h>
|
||||
#include <general.h>
|
||||
#include <template_fieldnames.h>
|
||||
#include <transform.h>
|
||||
#include <class_library.h>
|
||||
#include <class_libentry.h>
|
||||
#include <lib_pin.h>
|
||||
#include <lib_arc.h>
|
||||
#include <settings/color_settings.h>
|
@ -26,11 +26,7 @@
|
||||
#include <pgm_base.h>
|
||||
#include <sch_draw_panel.h>
|
||||
#include <sch_edit_frame.h>
|
||||
#include <base_units.h>
|
||||
#include <widgets/msgpanel.h>
|
||||
#include <general.h>
|
||||
#include <symbol_edit_frame.h>
|
||||
#include <class_libentry.h>
|
||||
#include <lib_pin.h>
|
||||
#include <settings/settings_manager.h>
|
||||
#include <symbol_editor/symbol_editor_settings.h>
|
||||
|
@ -32,7 +32,7 @@ class SCH_COMPONENT;
|
||||
#include <eda_rect.h>
|
||||
#include <lib_item.h>
|
||||
#include <pin_type.h>
|
||||
#include <class_libentry.h>
|
||||
#include <lib_part.h>
|
||||
|
||||
// Circle diameter drawn at the active end of pins:
|
||||
#define TARGET_PIN_RADIUS Mils2iu( 15 )
|
||||
|
@ -26,7 +26,6 @@
|
||||
#ifndef NETLIST_EXPORTER_H
|
||||
#define NETLIST_EXPORTER_H
|
||||
|
||||
#include <class_libentry.h>
|
||||
#include <lib_pin.h>
|
||||
#include <sch_component.h>
|
||||
#include <sch_text.h>
|
||||
|
@ -42,7 +42,7 @@
|
||||
#include <boost/ptr_container/ptr_vector.hpp>
|
||||
|
||||
#include <properties.h>
|
||||
#include <class_libentry.h>
|
||||
#include <lib_part.h>
|
||||
#include <sch_plugins/legacy/sch_legacy_plugin.h>
|
||||
#include <class_draw_panel_gal.h>
|
||||
|
||||
|
@ -28,7 +28,6 @@
|
||||
#include <sch_item.h>
|
||||
|
||||
#include <bezier_curves.h>
|
||||
#include <class_libentry.h>
|
||||
#include <class_library.h>
|
||||
#include <connection_graph.h>
|
||||
#include <gal/graphics_abstraction_layer.h>
|
||||
|
@ -24,7 +24,6 @@
|
||||
|
||||
#include <sch_plugins/eagle/sch_eagle_plugin.h>
|
||||
|
||||
#include <kiway.h>
|
||||
#include <locale_io.h>
|
||||
#include <properties.h>
|
||||
|
||||
@ -33,10 +32,8 @@
|
||||
#include <wx/filename.h>
|
||||
#include <wx/tokenzr.h>
|
||||
|
||||
#include <class_libentry.h>
|
||||
#include <class_library.h>
|
||||
#include <plugins/eagle/eagle_parser.h>
|
||||
#include <gr_text.h>
|
||||
#include <lib_arc.h>
|
||||
#include <lib_circle.h>
|
||||
#include <lib_id.h>
|
||||
@ -45,7 +42,6 @@
|
||||
#include <lib_polyline.h>
|
||||
#include <lib_rectangle.h>
|
||||
#include <lib_text.h>
|
||||
#include <macros.h>
|
||||
#include <project.h>
|
||||
#include <sch_bus_entry.h>
|
||||
#include <sch_component.h>
|
||||
@ -60,7 +56,6 @@
|
||||
#include <sch_text.h>
|
||||
#include <schematic.h>
|
||||
#include <symbol_lib_table.h>
|
||||
#include <template_fieldnames.h>
|
||||
#include <wildcards_and_files_ext.h>
|
||||
#include <page_layout/ws_draw_item.h>
|
||||
|
||||
|
@ -31,10 +31,7 @@
|
||||
#include <wx/mstream.h>
|
||||
#include <wx/tokenzr.h>
|
||||
|
||||
#include <common.h>
|
||||
#include <lib_id.h>
|
||||
|
||||
#include <class_libentry.h>
|
||||
#include <lib_arc.h>
|
||||
#include <lib_bezier.h>
|
||||
#include <lib_circle.h>
|
||||
|
@ -42,7 +42,6 @@
|
||||
#include <schematic.h>
|
||||
#include <sch_plugins/kicad/sch_sexpr_plugin.h>
|
||||
#include <sch_screen.h>
|
||||
#include <class_libentry.h>
|
||||
#include <class_library.h>
|
||||
#include <lib_arc.h>
|
||||
#include <lib_bezier.h>
|
||||
|
@ -55,7 +55,6 @@
|
||||
#include <template_fieldnames.h>
|
||||
#include <sch_screen.h>
|
||||
#include <schematic.h>
|
||||
#include <class_libentry.h>
|
||||
#include <class_library.h>
|
||||
#include <lib_arc.h>
|
||||
#include <lib_bezier.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