From 35a7f7a7b4212649c314486e09d1360b66da28f1 Mon Sep 17 00:00:00 2001 From: jean-pierre charras Date: Fri, 16 Feb 2018 17:06:06 +0100 Subject: [PATCH] rename files: replace module by footprint in dialog filenames --- pcbnew/CMakeLists.txt | 34 +++++++++---------- ..._editor.cpp => block_footprint_editor.cpp} | 0 ...dialog_edit_footprint_for_BoardEditor.cpp} | 0 ...> dialog_edit_footprint_for_BoardEditor.h} | 0 ...g_edit_footprint_for_BoardEditor_base.cpp} | 0 ...g_edit_footprint_for_BoardEditor_base.fbp} | 0 ...log_edit_footprint_for_BoardEditor_base.h} | 0 ... => dialog_edit_footprint_for_Modedit.cpp} | 0 ....h => dialog_edit_footprint_for_Modedit.h} | 0 ...ialog_edit_footprint_for_Modedit_base.cpp} | 0 ...ialog_edit_footprint_for_Modedit_base.fbp} | 0 ... dialog_edit_footprint_for_Modedit_base.h} | 0 ...ext.cpp => dialog_edit_footprint_text.cpp} | 0 ...le_text.h => dialog_edit_footprint_text.h} | 0 ...pp => dialog_edit_footprint_text_base.cpp} | 0 ...bp => dialog_edit_footprint_text_base.fbp} | 0 ...se.h => dialog_edit_footprint_text_base.h} | 0 ...les.cpp => dialog_exchange_footprints.cpp} | 0 ...modules.h => dialog_exchange_footprints.h} | 0 ...pp => dialog_exchange_footprints_base.cpp} | 0 ...bp => dialog_exchange_footprints_base.fbp} | 0 ...se.h => dialog_exchange_footprints_base.h} | 0 ...alog_gen_footprint_position_file_base.cpp} | 0 ...alog_gen_footprint_position_file_base.fbp} | 0 ...dialog_gen_footprint_position_file_base.h} | 0 ...alog_global_footprints_fields_edition.cpp} | 0 ...global_footprints_fields_edition_base.cpp} | 0 ...global_footprints_fields_edition_base.fbp} | 6 ++-- ...g_global_footprints_fields_edition_base.h} | 0 ...efile.cpp => gen_footprints_placefile.cpp} | 0 pcbnew/swig/{module.i => footprint.i} | 0 31 files changed, 20 insertions(+), 20 deletions(-) rename pcbnew/{block_module_editor.cpp => block_footprint_editor.cpp} (100%) rename pcbnew/dialogs/{dialog_edit_module_for_BoardEditor.cpp => dialog_edit_footprint_for_BoardEditor.cpp} (100%) rename pcbnew/dialogs/{dialog_edit_module_for_BoardEditor.h => dialog_edit_footprint_for_BoardEditor.h} (100%) rename pcbnew/dialogs/{dialog_edit_module_for_BoardEditor_base.cpp => dialog_edit_footprint_for_BoardEditor_base.cpp} (100%) rename pcbnew/dialogs/{dialog_edit_module_for_BoardEditor_base.fbp => dialog_edit_footprint_for_BoardEditor_base.fbp} (100%) rename pcbnew/dialogs/{dialog_edit_module_for_BoardEditor_base.h => dialog_edit_footprint_for_BoardEditor_base.h} (100%) rename pcbnew/dialogs/{dialog_edit_module_for_Modedit.cpp => dialog_edit_footprint_for_Modedit.cpp} (100%) rename pcbnew/dialogs/{dialog_edit_module_for_Modedit.h => dialog_edit_footprint_for_Modedit.h} (100%) rename pcbnew/dialogs/{dialog_edit_module_for_Modedit_base.cpp => dialog_edit_footprint_for_Modedit_base.cpp} (100%) rename pcbnew/dialogs/{dialog_edit_module_for_Modedit_base.fbp => dialog_edit_footprint_for_Modedit_base.fbp} (100%) rename pcbnew/dialogs/{dialog_edit_module_for_Modedit_base.h => dialog_edit_footprint_for_Modedit_base.h} (100%) rename pcbnew/dialogs/{dialog_edit_module_text.cpp => dialog_edit_footprint_text.cpp} (100%) rename pcbnew/dialogs/{dialog_edit_module_text.h => dialog_edit_footprint_text.h} (100%) rename pcbnew/dialogs/{dialog_edit_module_text_base.cpp => dialog_edit_footprint_text_base.cpp} (100%) rename pcbnew/dialogs/{dialog_edit_module_text_base.fbp => dialog_edit_footprint_text_base.fbp} (100%) rename pcbnew/dialogs/{dialog_edit_module_text_base.h => dialog_edit_footprint_text_base.h} (100%) rename pcbnew/dialogs/{dialog_exchange_modules.cpp => dialog_exchange_footprints.cpp} (100%) rename pcbnew/dialogs/{dialog_exchange_modules.h => dialog_exchange_footprints.h} (100%) rename pcbnew/dialogs/{dialog_exchange_modules_base.cpp => dialog_exchange_footprints_base.cpp} (100%) rename pcbnew/dialogs/{dialog_exchange_modules_base.fbp => dialog_exchange_footprints_base.fbp} (100%) rename pcbnew/dialogs/{dialog_exchange_modules_base.h => dialog_exchange_footprints_base.h} (100%) rename pcbnew/dialogs/{dialog_gen_module_position_file_base.cpp => dialog_gen_footprint_position_file_base.cpp} (100%) rename pcbnew/dialogs/{dialog_gen_module_position_file_base.fbp => dialog_gen_footprint_position_file_base.fbp} (100%) rename pcbnew/dialogs/{dialog_gen_module_position_file_base.h => dialog_gen_footprint_position_file_base.h} (100%) rename pcbnew/dialogs/{dialog_global_modules_fields_edition.cpp => dialog_global_footprints_fields_edition.cpp} (100%) rename pcbnew/dialogs/{dialog_global_modules_fields_edition_base.cpp => dialog_global_footprints_fields_edition_base.cpp} (100%) rename pcbnew/dialogs/{dialog_global_modules_fields_edition_base.fbp => dialog_global_footprints_fields_edition_base.fbp} (99%) rename pcbnew/dialogs/{dialog_global_modules_fields_edition_base.h => dialog_global_footprints_fields_edition_base.h} (100%) rename pcbnew/exporters/{gen_modules_placefile.cpp => gen_footprints_placefile.cpp} (100%) rename pcbnew/swig/{module.i => footprint.i} (100%) diff --git a/pcbnew/CMakeLists.txt b/pcbnew/CMakeLists.txt index a281aacbc0..769c4f8196 100644 --- a/pcbnew/CMakeLists.txt +++ b/pcbnew/CMakeLists.txt @@ -68,16 +68,16 @@ set( PCBNEW_DIALOGS dialogs/dialog_display_options_base.cpp dialogs/dialog_drc.cpp dialogs/dialog_drc_base.cpp - dialogs/dialog_edit_module_for_BoardEditor.cpp - dialogs/dialog_edit_module_for_BoardEditor_base.cpp - dialogs/dialog_edit_module_for_Modedit.cpp - dialogs/dialog_edit_module_for_Modedit_base.cpp - dialogs/dialog_edit_module_text.cpp - dialogs/dialog_edit_module_text_base.cpp + dialogs/dialog_edit_footprint_for_BoardEditor.cpp + dialogs/dialog_edit_footprint_for_BoardEditor_base.cpp + dialogs/dialog_edit_footprint_for_Modedit.cpp + dialogs/dialog_edit_footprint_for_Modedit_base.cpp + dialogs/dialog_edit_footprint_text.cpp + dialogs/dialog_edit_footprint_text_base.cpp dialogs/dialog_enum_pads.cpp dialogs/dialog_enum_pads_base.cpp - dialogs/dialog_exchange_modules.cpp - dialogs/dialog_exchange_modules_base.cpp + dialogs/dialog_exchange_footprints.cpp + dialogs/dialog_exchange_footprints_base.cpp dialogs/dialog_export_idf.cpp dialogs/dialog_export_idf_base.cpp dialogs/dialog_export_step.cpp @@ -94,7 +94,7 @@ set( PCBNEW_DIALOGS dialogs/dialog_fp_plugin_options_base.cpp dialogs/dialog_freeroute_exchange.cpp dialogs/dialog_freeroute_exchange_base.cpp - dialogs/dialog_gen_module_position_file_base.cpp + dialogs/dialog_gen_footprint_position_file_base.cpp dialogs/dialog_gencad_export_options.cpp dialogs/dialog_gendrill.cpp dialogs/dialog_gendrill_base.cpp @@ -105,8 +105,8 @@ set( PCBNEW_DIALOGS dialogs/dialog_global_deletion_base.cpp dialogs/dialog_global_edit_tracks_and_vias.cpp dialogs/dialog_global_edit_tracks_and_vias_base.cpp - dialogs/dialog_global_modules_fields_edition.cpp - dialogs/dialog_global_modules_fields_edition_base.cpp + dialogs/dialog_global_footprints_fields_edition.cpp + dialogs/dialog_global_footprints_fields_edition_base.cpp dialogs/dialog_global_pads_edition.cpp dialogs/dialog_global_pads_edition_base.cpp dialogs/dialog_graphic_item_properties.cpp @@ -182,7 +182,7 @@ set( PCBNEW_EXPORTERS exporters/export_idf.cpp exporters/export_vrml.cpp exporters/gen_drill_report_files.cpp - exporters/gen_modules_placefile.cpp + exporters/gen_footprints_placefile.cpp exporters/gendrill_Excellon_writer.cpp exporters/gendrill_file_writer_base.cpp exporters/gendrill_gerber_writer.cpp @@ -206,7 +206,7 @@ set( PCBNEW_CLASS_SRCS array_creator.cpp attribut.cpp block.cpp - block_module_editor.cpp + block_footprint_editor.cpp board_netlist_updater.cpp build_BOM_from_board.cpp connect.cpp @@ -240,7 +240,7 @@ set( PCBNEW_CLASS_SRCS highlight.cpp hotkeys.cpp hotkeys_board_editor.cpp - hotkeys_module_editor.cpp + hotkeys_footprint_editor.cpp initpcb.cpp layer_widget.cpp load_select_footprint.cpp @@ -296,7 +296,7 @@ set( PCBNEW_CLASS_SRCS tools/edit_tool.cpp tools/grid_helper.cpp tools/microwave_tool.cpp - tools/module_editor_tools.cpp + tools/footprint_editor_tools.cpp tools/pad_tool.cpp tools/pcb_actions.cpp tools/pcb_bright_box.cpp @@ -417,7 +417,7 @@ endif() if( KICAD_SCRIPTING ) # Generate pcbnew.py and pcbnew_wrap.cxx using swig # We deliberately do not use the CMake support for swig here, - # i.e. swig_add_module()) because we want full control. + # i.e. swig_add_footprint()) because we want full control. set( SWIG_OPTS -python -c++ -outdir ${CMAKE_CURRENT_BINARY_DIR} ${SWIG_FLAGS} ) @@ -444,7 +444,7 @@ if( KICAD_SCRIPTING ) # Generate pcbnew.py and pcbnew_wrap.cxx using swig DEPENDS swig/edge_mod.i DEPENDS swig/marker_pcb.i DEPENDS swig/pcb_target.i - DEPENDS swig/module.i + DEPENDS swig/footprint.i DEPENDS swig/netclass.i DEPENDS swig/netinfo.i DEPENDS swig/pad.i diff --git a/pcbnew/block_module_editor.cpp b/pcbnew/block_footprint_editor.cpp similarity index 100% rename from pcbnew/block_module_editor.cpp rename to pcbnew/block_footprint_editor.cpp diff --git a/pcbnew/dialogs/dialog_edit_module_for_BoardEditor.cpp b/pcbnew/dialogs/dialog_edit_footprint_for_BoardEditor.cpp similarity index 100% rename from pcbnew/dialogs/dialog_edit_module_for_BoardEditor.cpp rename to pcbnew/dialogs/dialog_edit_footprint_for_BoardEditor.cpp diff --git a/pcbnew/dialogs/dialog_edit_module_for_BoardEditor.h b/pcbnew/dialogs/dialog_edit_footprint_for_BoardEditor.h similarity index 100% rename from pcbnew/dialogs/dialog_edit_module_for_BoardEditor.h rename to pcbnew/dialogs/dialog_edit_footprint_for_BoardEditor.h diff --git a/pcbnew/dialogs/dialog_edit_module_for_BoardEditor_base.cpp b/pcbnew/dialogs/dialog_edit_footprint_for_BoardEditor_base.cpp similarity index 100% rename from pcbnew/dialogs/dialog_edit_module_for_BoardEditor_base.cpp rename to pcbnew/dialogs/dialog_edit_footprint_for_BoardEditor_base.cpp diff --git a/pcbnew/dialogs/dialog_edit_module_for_BoardEditor_base.fbp b/pcbnew/dialogs/dialog_edit_footprint_for_BoardEditor_base.fbp similarity index 100% rename from pcbnew/dialogs/dialog_edit_module_for_BoardEditor_base.fbp rename to pcbnew/dialogs/dialog_edit_footprint_for_BoardEditor_base.fbp diff --git a/pcbnew/dialogs/dialog_edit_module_for_BoardEditor_base.h b/pcbnew/dialogs/dialog_edit_footprint_for_BoardEditor_base.h similarity index 100% rename from pcbnew/dialogs/dialog_edit_module_for_BoardEditor_base.h rename to pcbnew/dialogs/dialog_edit_footprint_for_BoardEditor_base.h diff --git a/pcbnew/dialogs/dialog_edit_module_for_Modedit.cpp b/pcbnew/dialogs/dialog_edit_footprint_for_Modedit.cpp similarity index 100% rename from pcbnew/dialogs/dialog_edit_module_for_Modedit.cpp rename to pcbnew/dialogs/dialog_edit_footprint_for_Modedit.cpp diff --git a/pcbnew/dialogs/dialog_edit_module_for_Modedit.h b/pcbnew/dialogs/dialog_edit_footprint_for_Modedit.h similarity index 100% rename from pcbnew/dialogs/dialog_edit_module_for_Modedit.h rename to pcbnew/dialogs/dialog_edit_footprint_for_Modedit.h diff --git a/pcbnew/dialogs/dialog_edit_module_for_Modedit_base.cpp b/pcbnew/dialogs/dialog_edit_footprint_for_Modedit_base.cpp similarity index 100% rename from pcbnew/dialogs/dialog_edit_module_for_Modedit_base.cpp rename to pcbnew/dialogs/dialog_edit_footprint_for_Modedit_base.cpp diff --git a/pcbnew/dialogs/dialog_edit_module_for_Modedit_base.fbp b/pcbnew/dialogs/dialog_edit_footprint_for_Modedit_base.fbp similarity index 100% rename from pcbnew/dialogs/dialog_edit_module_for_Modedit_base.fbp rename to pcbnew/dialogs/dialog_edit_footprint_for_Modedit_base.fbp diff --git a/pcbnew/dialogs/dialog_edit_module_for_Modedit_base.h b/pcbnew/dialogs/dialog_edit_footprint_for_Modedit_base.h similarity index 100% rename from pcbnew/dialogs/dialog_edit_module_for_Modedit_base.h rename to pcbnew/dialogs/dialog_edit_footprint_for_Modedit_base.h diff --git a/pcbnew/dialogs/dialog_edit_module_text.cpp b/pcbnew/dialogs/dialog_edit_footprint_text.cpp similarity index 100% rename from pcbnew/dialogs/dialog_edit_module_text.cpp rename to pcbnew/dialogs/dialog_edit_footprint_text.cpp diff --git a/pcbnew/dialogs/dialog_edit_module_text.h b/pcbnew/dialogs/dialog_edit_footprint_text.h similarity index 100% rename from pcbnew/dialogs/dialog_edit_module_text.h rename to pcbnew/dialogs/dialog_edit_footprint_text.h diff --git a/pcbnew/dialogs/dialog_edit_module_text_base.cpp b/pcbnew/dialogs/dialog_edit_footprint_text_base.cpp similarity index 100% rename from pcbnew/dialogs/dialog_edit_module_text_base.cpp rename to pcbnew/dialogs/dialog_edit_footprint_text_base.cpp diff --git a/pcbnew/dialogs/dialog_edit_module_text_base.fbp b/pcbnew/dialogs/dialog_edit_footprint_text_base.fbp similarity index 100% rename from pcbnew/dialogs/dialog_edit_module_text_base.fbp rename to pcbnew/dialogs/dialog_edit_footprint_text_base.fbp diff --git a/pcbnew/dialogs/dialog_edit_module_text_base.h b/pcbnew/dialogs/dialog_edit_footprint_text_base.h similarity index 100% rename from pcbnew/dialogs/dialog_edit_module_text_base.h rename to pcbnew/dialogs/dialog_edit_footprint_text_base.h diff --git a/pcbnew/dialogs/dialog_exchange_modules.cpp b/pcbnew/dialogs/dialog_exchange_footprints.cpp similarity index 100% rename from pcbnew/dialogs/dialog_exchange_modules.cpp rename to pcbnew/dialogs/dialog_exchange_footprints.cpp diff --git a/pcbnew/dialogs/dialog_exchange_modules.h b/pcbnew/dialogs/dialog_exchange_footprints.h similarity index 100% rename from pcbnew/dialogs/dialog_exchange_modules.h rename to pcbnew/dialogs/dialog_exchange_footprints.h diff --git a/pcbnew/dialogs/dialog_exchange_modules_base.cpp b/pcbnew/dialogs/dialog_exchange_footprints_base.cpp similarity index 100% rename from pcbnew/dialogs/dialog_exchange_modules_base.cpp rename to pcbnew/dialogs/dialog_exchange_footprints_base.cpp diff --git a/pcbnew/dialogs/dialog_exchange_modules_base.fbp b/pcbnew/dialogs/dialog_exchange_footprints_base.fbp similarity index 100% rename from pcbnew/dialogs/dialog_exchange_modules_base.fbp rename to pcbnew/dialogs/dialog_exchange_footprints_base.fbp diff --git a/pcbnew/dialogs/dialog_exchange_modules_base.h b/pcbnew/dialogs/dialog_exchange_footprints_base.h similarity index 100% rename from pcbnew/dialogs/dialog_exchange_modules_base.h rename to pcbnew/dialogs/dialog_exchange_footprints_base.h diff --git a/pcbnew/dialogs/dialog_gen_module_position_file_base.cpp b/pcbnew/dialogs/dialog_gen_footprint_position_file_base.cpp similarity index 100% rename from pcbnew/dialogs/dialog_gen_module_position_file_base.cpp rename to pcbnew/dialogs/dialog_gen_footprint_position_file_base.cpp diff --git a/pcbnew/dialogs/dialog_gen_module_position_file_base.fbp b/pcbnew/dialogs/dialog_gen_footprint_position_file_base.fbp similarity index 100% rename from pcbnew/dialogs/dialog_gen_module_position_file_base.fbp rename to pcbnew/dialogs/dialog_gen_footprint_position_file_base.fbp diff --git a/pcbnew/dialogs/dialog_gen_module_position_file_base.h b/pcbnew/dialogs/dialog_gen_footprint_position_file_base.h similarity index 100% rename from pcbnew/dialogs/dialog_gen_module_position_file_base.h rename to pcbnew/dialogs/dialog_gen_footprint_position_file_base.h diff --git a/pcbnew/dialogs/dialog_global_modules_fields_edition.cpp b/pcbnew/dialogs/dialog_global_footprints_fields_edition.cpp similarity index 100% rename from pcbnew/dialogs/dialog_global_modules_fields_edition.cpp rename to pcbnew/dialogs/dialog_global_footprints_fields_edition.cpp diff --git a/pcbnew/dialogs/dialog_global_modules_fields_edition_base.cpp b/pcbnew/dialogs/dialog_global_footprints_fields_edition_base.cpp similarity index 100% rename from pcbnew/dialogs/dialog_global_modules_fields_edition_base.cpp rename to pcbnew/dialogs/dialog_global_footprints_fields_edition_base.cpp diff --git a/pcbnew/dialogs/dialog_global_modules_fields_edition_base.fbp b/pcbnew/dialogs/dialog_global_footprints_fields_edition_base.fbp similarity index 99% rename from pcbnew/dialogs/dialog_global_modules_fields_edition_base.fbp rename to pcbnew/dialogs/dialog_global_footprints_fields_edition_base.fbp index 35e1035efb..c507eb8170 100644 --- a/pcbnew/dialogs/dialog_global_modules_fields_edition_base.fbp +++ b/pcbnew/dialogs/dialog_global_footprints_fields_edition_base.fbp @@ -11,11 +11,11 @@ res UTF-8 connect - dialog_global_modules_fields_edition_base + dialog_global_footprints_fields_edition_base 1000 none 1 - dialog_global_modules_fields_edition + dialog_global_footprints_fields_edition . @@ -1422,7 +1422,7 @@ 0 1 - m_staticline1 + m_staticline 1 diff --git a/pcbnew/dialogs/dialog_global_modules_fields_edition_base.h b/pcbnew/dialogs/dialog_global_footprints_fields_edition_base.h similarity index 100% rename from pcbnew/dialogs/dialog_global_modules_fields_edition_base.h rename to pcbnew/dialogs/dialog_global_footprints_fields_edition_base.h diff --git a/pcbnew/exporters/gen_modules_placefile.cpp b/pcbnew/exporters/gen_footprints_placefile.cpp similarity index 100% rename from pcbnew/exporters/gen_modules_placefile.cpp rename to pcbnew/exporters/gen_footprints_placefile.cpp diff --git a/pcbnew/swig/module.i b/pcbnew/swig/footprint.i similarity index 100% rename from pcbnew/swig/module.i rename to pcbnew/swig/footprint.i