7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2025-04-19 14:11:41 +00:00

Class name <-> file name sync.

This commit is contained in:
Jeff Young 2022-12-28 22:03:03 +00:00
parent 7d40bbdf38
commit 4c63b4e061
44 changed files with 48 additions and 48 deletions

View File

@ -53,7 +53,7 @@
#include <tool/tool_manager.h>
#include <tool/tool_dispatcher.h>
#include <tool/action_toolbar.h>
#include <widgets/infobar.h>
#include <widgets/wx_infobar.h>
#include <wildcards_and_files_ext.h>
#if defined( KICAD_USE_3DCONNEXION )

View File

@ -38,7 +38,7 @@
#include <pgm_base.h>
#include <settings/common_settings.h>
#include <settings/settings_manager.h>
#include <widgets/infobar.h>
#include <widgets/wx_infobar.h>
#include <eda_3d_viewer_settings.h>
#include <board_design_settings.h>

View File

@ -169,7 +169,7 @@ set( COMMON_WIDGET_SRCS
widgets/bitmap_button.cpp
widgets/bitmap_toggle.cpp
widgets/button_row_panel.cpp
widgets/collapsible_pane.cpp
widgets/wx_collapsible_pane.cpp
widgets/color_swatch.cpp
widgets/font_choice.cpp
widgets/footprint_choice.cpp
@ -183,7 +183,7 @@ set( COMMON_WIDGET_SRCS
widgets/grid_text_button_helpers.cpp
widgets/grid_text_helpers.cpp
widgets/indicator_icon.cpp
widgets/infobar.cpp
widgets/wx_infobar.cpp
widgets/layer_box_selector.cpp
widgets/lib_tree.cpp
widgets/mathplot.cpp
@ -324,7 +324,7 @@ set( COMMON_SRCS
exceptions.cpp
executable_names.cpp
filename_resolver.cpp
filehistory.cpp
file_history.cpp
filter_reader.cpp
footprint_filter.cpp
footprint_info.cpp

View File

@ -46,7 +46,7 @@
#include <tool/tool_dispatcher.h>
#include <tool/tool_manager.h>
#include <widgets/infobar.h>
#include <widgets/wx_infobar.h>
#include <kiplatform/ui.h>

View File

@ -30,7 +30,7 @@
#include <dialogs/panel_mouse_settings.h>
#include <dialogs/panel_data_collection.h>
#include <eda_dde.h>
#include <filehistory.h>
#include <file_history.h>
#include <id.h>
#include <kiface_base.h>
#include <menus_helpers.h>
@ -53,7 +53,7 @@
#include <tool/tool_dispatcher.h>
#include <trace_helpers.h>
#include <widgets/paged_dialog.h>
#include <widgets/infobar.h>
#include <widgets/wx_infobar.h>
#include <widgets/wx_aui_art_providers.h>
#include <wx/app.h>
#include <wx/config.h>

View File

@ -29,7 +29,7 @@
#include <core/arraydim.h>
#include <dialog_shim.h>
#include <eda_draw_frame.h>
#include <filehistory.h>
#include <file_history.h>
#include <id.h>
#include <kiface_base.h>
#include <lockfile.h>

View File

@ -22,7 +22,7 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include <filehistory.h>
#include <file_history.h>
#include <id.h>
#include <settings/app_settings.h>
#include <tool/action_menu.h>

View File

@ -27,7 +27,7 @@
#include <macros.h>
#include <reporter.h>
#include <widgets/infobar.h>
#include <widgets/wx_infobar.h>
#include <widgets/wx_html_report_panel.h>
#include <wx/log.h>
#include <wx/textctrl.h>

View File

@ -26,7 +26,7 @@
#include <wx/treebook.h>
#include <wx/treectrl.h>
#include <widgets/infobar.h>
#include <widgets/wx_infobar.h>
#include <widgets/paged_dialog.h>
#include <wx/stc/stc.h>

View File

@ -18,7 +18,7 @@
*/
#include <bitmaps.h>
#include <widgets/collapsible_pane.h>
#include <widgets/wx_collapsible_pane.h>
#include <wx/collpane.h>
#include <wx/dc.h>

View File

@ -20,7 +20,7 @@
#include <id.h>
#include <kiplatform/ui.h>
#include <widgets/infobar.h>
#include <widgets/wx_infobar.h>
#include "wx/artprov.h"
#include <wx/aui/framemanager.h>
#include <wx/debug.h>

View File

@ -54,7 +54,7 @@
#include <tools/pcb_editor_conditions.h> // Shared conditions with other Pcbnew frames
#include <tools/pcb_viewer_tools.h> // shared tools with other Pcbnew frames
#include <tools/cvpcb_fpviewer_selection_tool.h>
#include <widgets/infobar.h>
#include <widgets/wx_infobar.h>
#include <wx/choice.h>
#include <wx/debug.h>
#include <cvpcb_id.h>

View File

@ -5,7 +5,7 @@
// PLEASE DO *NOT* EDIT THIS FILE!
///////////////////////////////////////////////////////////////////////////
#include "widgets/infobar.h"
#include "widgets/wx_infobar.h"
#include "widgets/wx_html_report_panel.h"
#include "dialog_annotate_base.h"

View File

@ -5,7 +5,7 @@
// PLEASE DO *NOT* EDIT THIS FILE!
///////////////////////////////////////////////////////////////////////////
#include "widgets/infobar.h"
#include "widgets/wx_infobar.h"
#include "widgets/wx_html_report_box.h"
#include "dialog_erc_base.h"

View File

@ -7,7 +7,7 @@
#include "pin_shape_combobox.h"
#include "pin_type_combobox.h"
#include "widgets/infobar.h"
#include "widgets/wx_infobar.h"
#include "widgets/std_bitmap_button.h"
#include "widgets/wx_grid.h"
#include "wx/bmpcbox.h"

View File

@ -6,7 +6,7 @@
///////////////////////////////////////////////////////////////////////////
#include "widgets/color_swatch.h"
#include "widgets/infobar.h"
#include "widgets/wx_infobar.h"
#include "dialog_shape_properties_base.h"

View File

@ -5,7 +5,7 @@
// PLEASE DO *NOT* EDIT THIS FILE!
///////////////////////////////////////////////////////////////////////////
#include "widgets/infobar.h"
#include "widgets/wx_infobar.h"
#include "widgets/std_bitmap_button.h"
#include "widgets/wx_grid.h"

View File

@ -8,7 +8,7 @@
#include "widgets/bitmap_button.h"
#include "widgets/color_swatch.h"
#include "widgets/font_choice.h"
#include "widgets/infobar.h"
#include "widgets/wx_infobar.h"
#include "widgets/wx_combobox.h"
#include "dialog_text_properties_base.h"

View File

@ -55,7 +55,7 @@
#include <tools/sch_editor_control.h>
#include <tools/sch_navigate_tool.h>
#include <trace_helpers.h>
#include <widgets/infobar.h>
#include <widgets/wx_infobar.h>
#include <wildcards_and_files_ext.h>
#include <drawing_sheet/ds_data_model.h>
#include <wx/app.h>

View File

@ -25,7 +25,7 @@
*/
#include <bitmaps.h>
#include <filehistory.h>
#include <file_history.h>
#include <kiface_base.h>
#include <menus_helpers.h>
#include <schematic.h>

View File

@ -77,7 +77,7 @@
#include <tools/sch_move_tool.h>
#include <tools/sch_navigate_tool.h>
#include <view/view_controls.h>
#include <widgets/infobar.h>
#include <widgets/wx_infobar.h>
#include <widgets/hierarchy_pane.h>
#include <wildcards_and_files_ext.h>
#include <wx/cmdline.h>

View File

@ -65,7 +65,7 @@
#include <tools/symbol_editor_move_tool.h>
#include <tools/symbol_editor_pin_tool.h>
#include <widgets/app_progress_dialog.h>
#include <widgets/infobar.h>
#include <widgets/wx_infobar.h>
#include <widgets/lib_tree.h>
#include <widgets/wx_progress_reporters.h>
#include <widgets/symbol_tree_pane.h>

View File

@ -26,7 +26,7 @@
#include <pgm_base.h>
#include <confirm.h>
#include <kiway.h>
#include <widgets/infobar.h>
#include <widgets/wx_infobar.h>
#include <tools/ee_actions.h>
#include <tools/symbol_editor_drawing_tools.h>
#include <symbol_edit_frame.h>

View File

@ -22,7 +22,7 @@
#ifndef WX_GERBER_STRUCT_H
#define WX_GERBER_STRUCT_H
#include <filehistory.h>
#include <file_history.h>
#include <config_params.h>
#include <eda_draw_frame.h>
#include <layer_ids.h>

View File

@ -42,7 +42,7 @@
#include <kiway_holder.h>
#include <tool/tools_holder.h>
#include <widgets/ui_common.h>
#include <widgets/infobar.h>
#include <widgets/wx_infobar.h>
#include <undo_redo_container.h>
#include <units_provider.h>
#include <origin_transforms.h>

Some files were not shown because too many files have changed in this diff Show More