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:
parent
7d40bbdf38
commit
4c63b4e061
3d-viewer
common
CMakeLists.txtdraw_panel_gal.cppeda_base_frame.cppeda_draw_frame.cppfile_history.cppreporter.cpp
widgets
cvpcb
eeschema
dialogs
dialog_annotate_base.cppdialog_erc_base.cppdialog_pin_properties_base.cppdialog_shape_properties_base.cppdialog_sheet_properties_base.cppdialog_text_properties_base.cpp
files-io.cppmenubar.cppsch_edit_frame.cppsymbol_editor
gerbview
include
kicad
pagelayout_editor
pcbnew
@ -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 )
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
@ -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>
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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>
|
@ -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>
|
@ -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>
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -6,7 +6,7 @@
|
||||
///////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#include "widgets/color_swatch.h"
|
||||
#include "widgets/infobar.h"
|
||||
#include "widgets/wx_infobar.h"
|
||||
|
||||
#include "dialog_shape_properties_base.h"
|
||||
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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"
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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
Loading…
Reference in New Issue
Block a user