Date: Sun, 9 Feb 2025 20:01:18 GMT From: Christoph Moench-Tegeder <cmt@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: a17a1f42328c - main - cad/kicad: update KiCad and libraries to 9.0.0-rc3 Message-ID: <202502092001.519K1IaS005547@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by cmt: URL: https://cgit.FreeBSD.org/ports/commit/?id=a17a1f42328c8ed27bd31a5183bc52b61f92d99c commit a17a1f42328c8ed27bd31a5183bc52b61f92d99c Author: Christoph Moench-Tegeder <cmt@FreeBSD.org> AuthorDate: 2025-02-09 19:59:47 +0000 Commit: Christoph Moench-Tegeder <cmt@FreeBSD.org> CommitDate: 2025-02-09 20:00:52 +0000 cad/kicad: update KiCad and libraries to 9.0.0-rc3 Announcement: https://www.kicad.org/blog/2025/02/KiCad-Version-9.0.0-Release-Candidate-3-Available/ --- cad/kicad-doc/Makefile | 27 +- cad/kicad-doc/distinfo | 6 +- ...eschema__schematic__creation__and__editing.adoc | 11 + .../files/patch-src_pcbnew_pcbnew__editing.adoc | 11 + cad/kicad-doc/pkg-plist | 1536 ------------------ cad/kicad-library-footprints/Makefile | 9 +- cad/kicad-library-footprints/distinfo | 6 +- cad/kicad-library-footprints/pkg-plist | 1682 +++++++++++++++++--- cad/kicad-library-packages3d/Makefile | 9 +- cad/kicad-library-packages3d/distinfo | 6 +- cad/kicad-library-packages3d/pkg-plist | 1679 ++++++++++++------- cad/kicad-library-symbols/Makefile | 9 +- cad/kicad-library-symbols/distinfo | 6 +- cad/kicad-library-symbols/pkg-plist | 9 + cad/kicad-library-templates/Makefile | 9 +- cad/kicad-library-templates/distinfo | 6 +- cad/kicad-library-templates/pkg-plist | 60 +- cad/kicad/Makefile | 42 +- cad/kicad/distinfo | 6 +- .../files/patch-3d-viewer_3d__cache_3d__cache.cpp | 24 - cad/kicad/files/patch-cmake_FindOCC.cmake | 35 - ...atch-common_import__gfx_dxf__import__plugin.cpp | 62 + cad/kicad/files/patch-common_kiid.cpp | 47 - ...hema_sch__io_easyedapro_sch__io__easyedapro.cpp | 37 + .../files/patch-eeschema_sim_sim__plot__frame.cpp | 11 - .../files/patch-job_use_dynamic_cast_for_updating | 167 -- ...atch-pcbnew_import__gfx_dxf__import__plugin.cpp | 50 - ...rdparty_compoundfilereader_compoundfilereader.h | 28 +- cad/kicad/pkg-plist | 237 ++- 29 files changed, 3118 insertions(+), 2709 deletions(-) diff --git a/cad/kicad-doc/Makefile b/cad/kicad-doc/Makefile index d7bc65ab4b79..10347b6d315d 100644 --- a/cad/kicad-doc/Makefile +++ b/cad/kicad-doc/Makefile @@ -1,10 +1,7 @@ PORTNAME= kicad -PORTVERSION= 7.0.2 -PORTREVISION= 2 +DISTVERSION= 9.0.0-rc3 CATEGORIES= cad -MASTER_SITES= https://kicad-downloads.s3.cern.ch/docs/ PKGNAMESUFFIX= -doc -DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}-${DISTVERSION} MAINTAINER= cmt@FreeBSD.org COMMENT= KiCad Documentation and Help Files @@ -12,15 +9,31 @@ WWW= https://gitlab.com/kicad/services/kicad-doc LICENSE= GPLv3+ CC-BY-3.0 LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE.adoc +BUILD_DEPENDS= ja-font-vlgothic>0:japanese/font-vlgothic \ + asciidoc:textproc/asciidoc \ + tex-xetex>0:print/tex-xetex \ + fop:textproc/fop \ + po4a:textproc/po4a \ + source-highlight:textproc/source-highlight \ + freefont-ttf>0:x11-fonts/freefont-ttf RUN_DEPENDS= kicad:cad/kicad +USES= cmake gettext-tools + +USE_GITLAB= yes +GL_ACCOUNT= kicad/services +GL_PROJECT= kicad-doc + CONFLICTS= kicad-devel-r2* NO_ARCH= yes -NO_BUILD= yes -do-install: - cd ${WRKSRC}/share/doc/kicad && ${COPYTREE_SHARE} . ${STAGEDIR}/${DOCSDIR} +CMAKE_ARGS= -DLOCALBASE="${LOCALBASE}" \ + -DLANGUAGES="ca;de;en;es;fr;id;it;ja;nl;pl" \ + -DADOC_TOOLCHAIN=ASCIIDOC \ + -DPDF_GENERATOR=FOP +INSTALL_TARGET= install .include <bsd.port.mk> diff --git a/cad/kicad-doc/distinfo b/cad/kicad-doc/distinfo index 1629fe5bdd53..376bae554fa7 100644 --- a/cad/kicad-doc/distinfo +++ b/cad/kicad-doc/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1681839584 -SHA256 (kicad-doc-7.0.2.tar.gz) = e97f0848226101591973c2447377585d0a578acccd605e4d8f9b37a24c1b19bc -SIZE (kicad-doc-7.0.2.tar.gz) = 497782680 +TIMESTAMP = 1739038855 +SHA256 (kicad-doc-9.0.0-rc3.tar.bz2) = 783846521b3ac71e9fa19dd5ec4ad98087b470ab6c6120e361ef793b38944176 +SIZE (kicad-doc-9.0.0-rc3.tar.bz2) = 95207759 diff --git a/cad/kicad-doc/files/patch-src_eeschema_eeschema__schematic__creation__and__editing.adoc b/cad/kicad-doc/files/patch-src_eeschema_eeschema__schematic__creation__and__editing.adoc new file mode 100644 index 000000000000..d019fc74b855 --- /dev/null +++ b/cad/kicad-doc/files/patch-src_eeschema_eeschema__schematic__creation__and__editing.adoc @@ -0,0 +1,11 @@ +--- src/eeschema/eeschema_schematic_creation_and_editing.adoc.orig 2025-02-08 20:03:37.394835000 +0100 ++++ src/eeschema/eeschema_schematic_creation_and_editing.adoc 2025-02-08 20:04:23.338552000 +0100 +@@ -1634,7 +1634,7 @@ + Text supports markup for superscripts, subscripts, overbars, evaluating project + variables, and accessing symbol field values. + +-[options="header",cols="30%,40%,40%"] ++[options="header",cols="30%,30%,40%"] + |==== + | Feature | Markup Syntax | Result + | Superscript diff --git a/cad/kicad-doc/files/patch-src_pcbnew_pcbnew__editing.adoc b/cad/kicad-doc/files/patch-src_pcbnew_pcbnew__editing.adoc new file mode 100644 index 000000000000..df608d4d0f55 --- /dev/null +++ b/cad/kicad-doc/files/patch-src_pcbnew_pcbnew__editing.adoc @@ -0,0 +1,11 @@ +--- src/pcbnew/pcbnew_editing.adoc.orig 2025-02-08 20:06:56.840295000 +0100 ++++ src/pcbnew/pcbnew_editing.adoc 2025-02-08 20:07:09.456694000 +0100 +@@ -1764,7 +1764,7 @@ + Finally, text supports markup for superscripts, subscripts, overbars, evaluating project + variables, and accessing symbol field values. + +-[options="header",cols="30%,40%,40%"] ++[options="header",cols="30%,30%,40%"] + |==== + | Feature | Markup Syntax | Result + | Superscript diff --git a/cad/kicad-doc/pkg-plist b/cad/kicad-doc/pkg-plist index 8c6d6e424641..7d75590c4e94 100644 --- a/cad/kicad-doc/pkg-plist +++ b/cad/kicad-doc/pkg-plist @@ -46,12 +46,9 @@ %%DOCSDIR%%/help/de/images/Modedit_pad_properties_dialog.png %%DOCSDIR%%/help/de/images/Modedit_top_toolbar.png %%DOCSDIR%%/help/de/images/Pcbnew_DRC_dialog.png -%%DOCSDIR%%/help/de/images/Pcbnew_action_menu.png %%DOCSDIR%%/help/de/images/Pcbnew_add_cutout_menu_item.png %%DOCSDIR%%/help/de/images/Pcbnew_advanced_tracing_options.png %%DOCSDIR%%/help/de/images/Pcbnew_archive_footprints_menu.png -%%DOCSDIR%%/help/de/images/Pcbnew_array_dialog_circular.png -%%DOCSDIR%%/help/de/images/Pcbnew_array_dialog_grid.png %%DOCSDIR%%/help/de/images/Pcbnew_array_grid_offsets.png %%DOCSDIR%%/help/de/images/Pcbnew_array_grid_stagger_cols_3.png %%DOCSDIR%%/help/de/images/Pcbnew_array_grid_stagger_rows_2.png @@ -101,12 +98,9 @@ %%DOCSDIR%%/help/de/images/Pcbnew_left_toolbar.png %%DOCSDIR%%/help/de/images/Pcbnew_legacy_block_selection_dialog.png %%DOCSDIR%%/help/de/images/Pcbnew_library_wizard.png -%%DOCSDIR%%/help/de/images/Pcbnew_measurement_tool.png %%DOCSDIR%%/help/de/images/Pcbnew_module_properties.png %%DOCSDIR%%/help/de/images/Pcbnew_module_selection_option.png %%DOCSDIR%%/help/de/images/Pcbnew_move_all_modules.png -%%DOCSDIR%%/help/de/images/Pcbnew_move_exact_cartesian.png -%%DOCSDIR%%/help/de/images/Pcbnew_move_exact_polar.png %%DOCSDIR%%/help/de/images/Pcbnew_new_track_completed.png %%DOCSDIR%%/help/de/images/Pcbnew_new_track_in_progress.png %%DOCSDIR%%/help/de/images/Pcbnew_pad_mask_clearance_menu_item.png @@ -202,18 +196,11 @@ %%DOCSDIR%%/help/de/images/copypaste53.png %%DOCSDIR%%/help/de/images/de/3d_window.png %%DOCSDIR%%/help/de/images/de/annotate-dialog.png -%%DOCSDIR%%/help/de/images/de/block_constraints.png %%DOCSDIR%%/help/de/images/de/bom-netlist-tab.png %%DOCSDIR%%/help/de/images/de/color_settings.png %%DOCSDIR%%/help/de/images/de/commands_overview.png %%DOCSDIR%%/help/de/images/de/component_during_placement.png %%DOCSDIR%%/help/de/images/de/configure_path_dlg.png -%%DOCSDIR%%/help/de/images/de/constraint_options.png -%%DOCSDIR%%/help/de/images/de/context_createnew.png -%%DOCSDIR%%/help/de/images/de/context_createnew2.png -%%DOCSDIR%%/help/de/images/de/context_line_move.png -%%DOCSDIR%%/help/de/images/de/context_line_move_end.png -%%DOCSDIR%%/help/de/images/de/context_line_move_start.png %%DOCSDIR%%/help/de/images/de/cvpcb_main_window.png %%DOCSDIR%%/help/de/images/de/cvpcb_preference_menu.png %%DOCSDIR%%/help/de/images/de/default_hot_key_list.png @@ -225,8 +212,6 @@ %%DOCSDIR%%/help/de/images/de/dialog_erc_opts.png %%DOCSDIR%%/help/de/images/de/dialog_newline.png %%DOCSDIR%%/help/de/images/de/dialog_newtext.png -%%DOCSDIR%%/help/de/images/de/dialog_select_element.png -%%DOCSDIR%%/help/de/images/de/display_options.png %%DOCSDIR%%/help/de/images/de/eeschema_component_properties.png %%DOCSDIR%%/help/de/images/de/eeschema_cvpcb_with_filtering.png %%DOCSDIR%%/help/de/images/de/eeschema_cvpcb_without_filtering.png @@ -235,7 +220,6 @@ %%DOCSDIR%%/help/de/images/de/eeschema_hierarchical_pin.png %%DOCSDIR%%/help/de/images/de/eeschema_libedit_alias.png %%DOCSDIR%%/help/de/images/de/eeschema_libedit_anchor.png -%%DOCSDIR%%/help/de/images/de/eeschema_libedit_context_menu.png %%DOCSDIR%%/help/de/images/de/eeschema_libedit_description.png %%DOCSDIR%%/help/de/images/de/eeschema_libedit_disable_common.png %%DOCSDIR%%/help/de/images/de/eeschema_libedit_field_context_menu.png @@ -243,7 +227,6 @@ %%DOCSDIR%%/help/de/images/de/eeschema_libedit_footprint.png %%DOCSDIR%%/help/de/images/de/eeschema_libedit_new.png %%DOCSDIR%%/help/de/images/de/eeschema_libedit_not_interchangeable.png -%%DOCSDIR%%/help/de/images/de/eeschema_libedit_pin_context_menu.png %%DOCSDIR%%/help/de/images/de/eeschema_libedit_pin_properties.png %%DOCSDIR%%/help/de/images/de/eeschema_libedit_pin_properties_style.png %%DOCSDIR%%/help/de/images/de/eeschema_libedit_polyline_properties.png @@ -308,7 +291,6 @@ %%DOCSDIR%%/help/de/images/de/main_window.png %%DOCSDIR%%/help/de/images/de/main_window_popup.png %%DOCSDIR%%/help/de/images/de/menu_bar.png -%%DOCSDIR%%/help/de/images/de/menu_file.png %%DOCSDIR%%/help/de/images/de/menu_path_hotkey_editor.png %%DOCSDIR%%/help/de/images/de/multi_line.png %%DOCSDIR%%/help/de/images/de/multi_line_2.png @@ -320,7 +302,6 @@ %%DOCSDIR%%/help/de/images/de/options_multi_line.png %%DOCSDIR%%/help/de/images/de/page_settings.png %%DOCSDIR%%/help/de/images/de/pl_status_bar.png -%%DOCSDIR%%/help/de/images/de/preferences_menu.png %%DOCSDIR%%/help/de/images/de/print_dialog.png %%DOCSDIR%%/help/de/images/de/property_bitmap.png %%DOCSDIR%%/help/de/images/de/property_line.png @@ -334,18 +315,12 @@ %%DOCSDIR%%/help/de/images/de/status_bar.png %%DOCSDIR%%/help/de/images/de/template_field_names.png %%DOCSDIR%%/help/de/images/de/template_selected.png -%%DOCSDIR%%/help/de/images/de/template_selector.png -%%DOCSDIR%%/help/de/images/de/template_tree.png -%%DOCSDIR%%/help/de/images/de/template_tree_meta.png %%DOCSDIR%%/help/de/images/de/title_block.png %%DOCSDIR%%/help/de/images/de/toolbar_libedit.png %%DOCSDIR%%/help/de/images/de/toolbar_libedit_alias.png %%DOCSDIR%%/help/de/images/de/toolbar_libedit_part.png %%DOCSDIR%%/help/de/images/de/toolbar_viewlib.png -%%DOCSDIR%%/help/de/images/drag_element.png %%DOCSDIR%%/help/de/images/edit_line.png -%%DOCSDIR%%/help/de/images/edit_line_end.png -%%DOCSDIR%%/help/de/images/edit_line_start.png %%DOCSDIR%%/help/de/images/eeschema_complex_hierarchy.png %%DOCSDIR%%/help/de/images/eeschema_erc_options.png %%DOCSDIR%%/help/de/images/eeschema_flat_hierarchy.png @@ -411,9 +386,7 @@ %%DOCSDIR%%/help/de/images/icons/cvpcb.png %%DOCSDIR%%/help/de/images/icons/dashline.png %%DOCSDIR%%/help/de/images/icons/datasheet.png -%%DOCSDIR%%/help/de/images/icons/delete.png %%DOCSDIR%%/help/de/images/icons/directory.png -%%DOCSDIR%%/help/de/images/icons/display_options.png %%DOCSDIR%%/help/de/images/icons/down.png %%DOCSDIR%%/help/de/images/icons/drc.png %%DOCSDIR%%/help/de/images/icons/drc_off.png @@ -536,7 +509,6 @@ %%DOCSDIR%%/help/de/images/icons/new_board.png %%DOCSDIR%%/help/de/images/icons/new_footprint.png %%DOCSDIR%%/help/de/images/icons/new_library.png -%%DOCSDIR%%/help/de/images/icons/new_page_layout.png %%DOCSDIR%%/help/de/images/icons/new_project_with_template.png %%DOCSDIR%%/help/de/images/icons/noconn.png %%DOCSDIR%%/help/de/images/icons/normal.png @@ -544,7 +516,6 @@ %%DOCSDIR%%/help/de/images/icons/open_brd_file.png %%DOCSDIR%%/help/de/images/icons/open_document.png %%DOCSDIR%%/help/de/images/icons/open_library.png -%%DOCSDIR%%/help/de/images/icons/open_page_layout.png %%DOCSDIR%%/help/de/images/icons/open_project.png %%DOCSDIR%%/help/de/images/icons/opt_show_polygon.png %%DOCSDIR%%/help/de/images/icons/options_pad.png @@ -553,8 +524,6 @@ %%DOCSDIR%%/help/de/images/icons/pad.png %%DOCSDIR%%/help/de/images/icons/pad_dimensions.png %%DOCSDIR%%/help/de/images/icons/pads_mask_layers.png -%%DOCSDIR%%/help/de/images/icons/pagelayout_normal_view_mode.png -%%DOCSDIR%%/help/de/images/icons/pagelayout_special_view_mode.png %%DOCSDIR%%/help/de/images/icons/palette.png %%DOCSDIR%%/help/de/images/icons/part_properties.png %%DOCSDIR%%/help/de/images/icons/paste.png @@ -640,9 +609,7 @@ %%DOCSDIR%%/help/de/images/icons/zoom_selection.png %%DOCSDIR%%/help/de/images/launch_pane.png %%DOCSDIR%%/help/de/images/logo.png -%%DOCSDIR%%/help/de/images/main_toolbar.png %%DOCSDIR%%/help/de/images/opamp_symbol.png -%%DOCSDIR%%/help/de/images/project_tree.png %%DOCSDIR%%/help/de/images/route_icon.png %%DOCSDIR%%/help/de/images/sch_with_buses.png %%DOCSDIR%%/help/de/images/sim_main_dialog.png @@ -693,12 +660,9 @@ %%DOCSDIR%%/help/en/images/Modedit_pad_properties_dialog.png %%DOCSDIR%%/help/en/images/Modedit_top_toolbar.png %%DOCSDIR%%/help/en/images/Pcbnew_DRC_dialog.png -%%DOCSDIR%%/help/en/images/Pcbnew_action_menu.png %%DOCSDIR%%/help/en/images/Pcbnew_add_cutout_menu_item.png %%DOCSDIR%%/help/en/images/Pcbnew_advanced_tracing_options.png %%DOCSDIR%%/help/en/images/Pcbnew_archive_footprints_menu.png -%%DOCSDIR%%/help/en/images/Pcbnew_array_dialog_circular.png -%%DOCSDIR%%/help/en/images/Pcbnew_array_dialog_grid.png %%DOCSDIR%%/help/en/images/Pcbnew_array_grid_offsets.png %%DOCSDIR%%/help/en/images/Pcbnew_array_grid_stagger_cols_3.png %%DOCSDIR%%/help/en/images/Pcbnew_array_grid_stagger_rows_2.png @@ -748,12 +712,9 @@ %%DOCSDIR%%/help/en/images/Pcbnew_left_toolbar.png %%DOCSDIR%%/help/en/images/Pcbnew_legacy_block_selection_dialog.png %%DOCSDIR%%/help/en/images/Pcbnew_library_wizard.png -%%DOCSDIR%%/help/en/images/Pcbnew_measurement_tool.png %%DOCSDIR%%/help/en/images/Pcbnew_module_properties.png %%DOCSDIR%%/help/en/images/Pcbnew_module_selection_option.png %%DOCSDIR%%/help/en/images/Pcbnew_move_all_modules.png -%%DOCSDIR%%/help/en/images/Pcbnew_move_exact_cartesian.png -%%DOCSDIR%%/help/en/images/Pcbnew_move_exact_polar.png %%DOCSDIR%%/help/en/images/Pcbnew_new_track_completed.png %%DOCSDIR%%/help/en/images/Pcbnew_new_track_in_progress.png %%DOCSDIR%%/help/en/images/Pcbnew_pad_mask_clearance_menu_item.png @@ -848,10 +809,7 @@ %%DOCSDIR%%/help/en/images/copypaste51.png %%DOCSDIR%%/help/en/images/copypaste52.png %%DOCSDIR%%/help/en/images/copypaste53.png -%%DOCSDIR%%/help/en/images/drag_element.png %%DOCSDIR%%/help/en/images/edit_line.png -%%DOCSDIR%%/help/en/images/edit_line_end.png -%%DOCSDIR%%/help/en/images/edit_line_start.png %%DOCSDIR%%/help/en/images/eeschema_complex_hierarchy.png %%DOCSDIR%%/help/en/images/eeschema_erc_options.png %%DOCSDIR%%/help/en/images/eeschema_flat_hierarchy.png @@ -859,11 +817,9 @@ %%DOCSDIR%%/help/en/images/eeschema_hierarchical_pin.png %%DOCSDIR%%/help/en/images/eeschema_libedit_alias.png %%DOCSDIR%%/help/en/images/eeschema_libedit_anchor.png -%%DOCSDIR%%/help/en/images/eeschema_libedit_context_menu.png %%DOCSDIR%%/help/en/images/eeschema_libedit_footprint.png %%DOCSDIR%%/help/en/images/eeschema_libedit_new.png %%DOCSDIR%%/help/en/images/eeschema_libedit_not_interchangeable.png -%%DOCSDIR%%/help/en/images/eeschema_libedit_pin_context_menu.png %%DOCSDIR%%/help/en/images/eeschema_libedit_pin_properties.png %%DOCSDIR%%/help/en/images/eeschema_libedit_pin_properties_style.png %%DOCSDIR%%/help/en/images/eeschema_libedit_polyline_properties.png @@ -884,18 +840,9 @@ %%DOCSDIR%%/help/en/images/en/3d_window.png %%DOCSDIR%%/help/en/images/en/Pcbnew_netlist_dialog.png %%DOCSDIR%%/help/en/images/en/annotate-dialog.png -%%DOCSDIR%%/help/en/images/en/block_constraints.png %%DOCSDIR%%/help/en/images/en/boardclasses.png %%DOCSDIR%%/help/en/images/en/colorcode.png %%DOCSDIR%%/help/en/images/en/commands_overview.png -%%DOCSDIR%%/help/en/images/en/constraint_options.png -%%DOCSDIR%%/help/en/images/en/constraints_defined.png -%%DOCSDIR%%/help/en/images/en/constraints_none.png -%%DOCSDIR%%/help/en/images/en/context_createnew.png -%%DOCSDIR%%/help/en/images/en/context_createnew2.png -%%DOCSDIR%%/help/en/images/en/context_line_move.png -%%DOCSDIR%%/help/en/images/en/context_line_move_end.png -%%DOCSDIR%%/help/en/images/en/context_line_move_start.png %%DOCSDIR%%/help/en/images/en/cvpcb_footprint_docfile.png %%DOCSDIR%%/help/en/images/en/cvpcb_main_window.png %%DOCSDIR%%/help/en/images/en/default_hot_key_list.png @@ -905,8 +852,6 @@ %%DOCSDIR%%/help/en/images/en/dialog_erc.png %%DOCSDIR%%/help/en/images/en/dialog_newline.png %%DOCSDIR%%/help/en/images/en/dialog_newtext.png -%%DOCSDIR%%/help/en/images/en/dialog_select_element.png -%%DOCSDIR%%/help/en/images/en/display_options.png %%DOCSDIR%%/help/en/images/en/eeschema_filter.png %%DOCSDIR%%/help/en/images/en/electricalspacing.png %%DOCSDIR%%/help/en/images/en/find_dialog.png @@ -921,11 +866,8 @@ %%DOCSDIR%%/help/en/images/en/frame_example.png %%DOCSDIR%%/help/en/images/en/insert_newline_code.png %%DOCSDIR%%/help/en/images/en/insert_slashnewline_code.png -%%DOCSDIR%%/help/en/images/en/main_toolbar.png -%%DOCSDIR%%/help/en/images/en/main_window.png %%DOCSDIR%%/help/en/images/en/main_window_popup.png %%DOCSDIR%%/help/en/images/en/menu_bar.png -%%DOCSDIR%%/help/en/images/en/multi_line.png %%DOCSDIR%%/help/en/images/en/multi_line_2.png %%DOCSDIR%%/help/en/images/en/multi_line_3.png %%DOCSDIR%%/help/en/images/en/opengl_menu.png @@ -933,29 +875,18 @@ %%DOCSDIR%%/help/en/images/en/options_default_fields.png %%DOCSDIR%%/help/en/images/en/options_display.png %%DOCSDIR%%/help/en/images/en/options_editing.png -%%DOCSDIR%%/help/en/images/en/options_multi_line.png %%DOCSDIR%%/help/en/images/en/options_symbol_lib.png %%DOCSDIR%%/help/en/images/en/page_property_1.png %%DOCSDIR%%/help/en/images/en/page_property_2.png %%DOCSDIR%%/help/en/images/en/page_settings.png %%DOCSDIR%%/help/en/images/en/pl_status_bar.png %%DOCSDIR%%/help/en/images/en/power_ports_example.png -%%DOCSDIR%%/help/en/images/en/project_tree.png -%%DOCSDIR%%/help/en/images/en/property_bitmap.png -%%DOCSDIR%%/help/en/images/en/property_line.png -%%DOCSDIR%%/help/en/images/en/property_main.png -%%DOCSDIR%%/help/en/images/en/property_none.png -%%DOCSDIR%%/help/en/images/en/property_polyline.png -%%DOCSDIR%%/help/en/images/en/property_text.png %%DOCSDIR%%/help/en/images/en/regulators.png -%%DOCSDIR%%/help/en/images/en/rescue-conflicts.png %%DOCSDIR%%/help/en/images/en/rfattenuators.png %%DOCSDIR%%/help/en/images/en/router_options.png %%DOCSDIR%%/help/en/images/en/rules_editor.png %%DOCSDIR%%/help/en/images/en/set_base_corner.png %%DOCSDIR%%/help/en/images/en/set_current_page.png -%%DOCSDIR%%/help/en/images/en/show_fields_codes.png -%%DOCSDIR%%/help/en/images/en/show_fields_data.png %%DOCSDIR%%/help/en/images/en/template_field_names.png %%DOCSDIR%%/help/en/images/en/text_noriented.png %%DOCSDIR%%/help/en/images/en/text_rotated.png @@ -1027,9 +958,7 @@ %%DOCSDIR%%/help/en/images/icons/cvpcb.png %%DOCSDIR%%/help/en/images/icons/dashline.png %%DOCSDIR%%/help/en/images/icons/datasheet.png -%%DOCSDIR%%/help/en/images/icons/delete.png %%DOCSDIR%%/help/en/images/icons/directory.png -%%DOCSDIR%%/help/en/images/icons/display_options.png %%DOCSDIR%%/help/en/images/icons/down.png %%DOCSDIR%%/help/en/images/icons/drc.png %%DOCSDIR%%/help/en/images/icons/drc_off.png @@ -1152,7 +1081,6 @@ %%DOCSDIR%%/help/en/images/icons/new_board.png %%DOCSDIR%%/help/en/images/icons/new_footprint.png %%DOCSDIR%%/help/en/images/icons/new_library.png -%%DOCSDIR%%/help/en/images/icons/new_page_layout.png %%DOCSDIR%%/help/en/images/icons/new_project_with_template.png %%DOCSDIR%%/help/en/images/icons/noconn.png %%DOCSDIR%%/help/en/images/icons/normal.png @@ -1160,7 +1088,6 @@ %%DOCSDIR%%/help/en/images/icons/open_brd_file.png %%DOCSDIR%%/help/en/images/icons/open_document.png %%DOCSDIR%%/help/en/images/icons/open_library.png -%%DOCSDIR%%/help/en/images/icons/open_page_layout.png %%DOCSDIR%%/help/en/images/icons/open_project.png %%DOCSDIR%%/help/en/images/icons/opt_show_polygon.png %%DOCSDIR%%/help/en/images/icons/options_pad.png @@ -1169,8 +1096,6 @@ %%DOCSDIR%%/help/en/images/icons/pad.png %%DOCSDIR%%/help/en/images/icons/pad_dimensions.png %%DOCSDIR%%/help/en/images/icons/pads_mask_layers.png -%%DOCSDIR%%/help/en/images/icons/pagelayout_normal_view_mode.png -%%DOCSDIR%%/help/en/images/icons/pagelayout_special_view_mode.png %%DOCSDIR%%/help/en/images/icons/palette.png %%DOCSDIR%%/help/en/images/icons/part_properties.png %%DOCSDIR%%/help/en/images/icons/paste.png @@ -1274,8 +1199,6 @@ %%DOCSDIR%%/help/en/images/sim_model_subckt.png %%DOCSDIR%%/help/en/images/sim_settings.png %%DOCSDIR%%/help/en/images/template_selected.png -%%DOCSDIR%%/help/en/images/template_tree.png -%%DOCSDIR%%/help/en/images/template_tree_meta.png %%DOCSDIR%%/help/en/images/toolbar_libedit_part.png %%DOCSDIR%%/help/en/images/toolbar_schedit.png %%DOCSDIR%%/help/en/images/toolbar_schedit_rightside.png @@ -1319,12 +1242,9 @@ %%DOCSDIR%%/help/es/images/Modedit_pad_properties_dialog.png %%DOCSDIR%%/help/es/images/Modedit_top_toolbar.png %%DOCSDIR%%/help/es/images/Pcbnew_DRC_dialog.png -%%DOCSDIR%%/help/es/images/Pcbnew_action_menu.png %%DOCSDIR%%/help/es/images/Pcbnew_add_cutout_menu_item.png %%DOCSDIR%%/help/es/images/Pcbnew_advanced_tracing_options.png %%DOCSDIR%%/help/es/images/Pcbnew_archive_footprints_menu.png -%%DOCSDIR%%/help/es/images/Pcbnew_array_dialog_circular.png -%%DOCSDIR%%/help/es/images/Pcbnew_array_dialog_grid.png %%DOCSDIR%%/help/es/images/Pcbnew_array_grid_offsets.png %%DOCSDIR%%/help/es/images/Pcbnew_array_grid_stagger_cols_3.png %%DOCSDIR%%/help/es/images/Pcbnew_array_grid_stagger_rows_2.png @@ -1374,12 +1294,9 @@ %%DOCSDIR%%/help/es/images/Pcbnew_left_toolbar.png %%DOCSDIR%%/help/es/images/Pcbnew_legacy_block_selection_dialog.png %%DOCSDIR%%/help/es/images/Pcbnew_library_wizard.png -%%DOCSDIR%%/help/es/images/Pcbnew_measurement_tool.png %%DOCSDIR%%/help/es/images/Pcbnew_module_properties.png %%DOCSDIR%%/help/es/images/Pcbnew_module_selection_option.png %%DOCSDIR%%/help/es/images/Pcbnew_move_all_modules.png -%%DOCSDIR%%/help/es/images/Pcbnew_move_exact_cartesian.png -%%DOCSDIR%%/help/es/images/Pcbnew_move_exact_polar.png %%DOCSDIR%%/help/es/images/Pcbnew_new_track_completed.png %%DOCSDIR%%/help/es/images/Pcbnew_new_track_in_progress.png %%DOCSDIR%%/help/es/images/Pcbnew_pad_mask_clearance_menu_item.png @@ -1474,10 +1391,7 @@ %%DOCSDIR%%/help/es/images/copypaste51.png %%DOCSDIR%%/help/es/images/copypaste52.png %%DOCSDIR%%/help/es/images/copypaste53.png -%%DOCSDIR%%/help/es/images/drag_element.png %%DOCSDIR%%/help/es/images/edit_line.png -%%DOCSDIR%%/help/es/images/edit_line_end.png -%%DOCSDIR%%/help/es/images/edit_line_start.png %%DOCSDIR%%/help/es/images/eeschema_complex_hierarchy.png %%DOCSDIR%%/help/es/images/eeschema_erc_options.png %%DOCSDIR%%/help/es/images/eeschema_flat_hierarchy.png @@ -1485,11 +1399,9 @@ %%DOCSDIR%%/help/es/images/eeschema_hierarchical_pin.png %%DOCSDIR%%/help/es/images/eeschema_libedit_alias.png %%DOCSDIR%%/help/es/images/eeschema_libedit_anchor.png -%%DOCSDIR%%/help/es/images/eeschema_libedit_context_menu.png %%DOCSDIR%%/help/es/images/eeschema_libedit_footprint.png %%DOCSDIR%%/help/es/images/eeschema_libedit_new.png %%DOCSDIR%%/help/es/images/eeschema_libedit_not_interchangeable.png -%%DOCSDIR%%/help/es/images/eeschema_libedit_pin_context_menu.png %%DOCSDIR%%/help/es/images/eeschema_libedit_pin_properties.png %%DOCSDIR%%/help/es/images/eeschema_libedit_pin_properties_style.png %%DOCSDIR%%/help/es/images/eeschema_libedit_polyline_properties.png @@ -1572,9 +1484,7 @@ %%DOCSDIR%%/help/es/images/icons/cvpcb.png %%DOCSDIR%%/help/es/images/icons/dashline.png %%DOCSDIR%%/help/es/images/icons/datasheet.png -%%DOCSDIR%%/help/es/images/icons/delete.png %%DOCSDIR%%/help/es/images/icons/directory.png -%%DOCSDIR%%/help/es/images/icons/display_options.png %%DOCSDIR%%/help/es/images/icons/down.png %%DOCSDIR%%/help/es/images/icons/drc.png %%DOCSDIR%%/help/es/images/icons/drc_off.png @@ -1697,7 +1607,6 @@ %%DOCSDIR%%/help/es/images/icons/new_board.png %%DOCSDIR%%/help/es/images/icons/new_footprint.png %%DOCSDIR%%/help/es/images/icons/new_library.png -%%DOCSDIR%%/help/es/images/icons/new_page_layout.png %%DOCSDIR%%/help/es/images/icons/new_project_with_template.png %%DOCSDIR%%/help/es/images/icons/noconn.png %%DOCSDIR%%/help/es/images/icons/normal.png @@ -1705,7 +1614,6 @@ %%DOCSDIR%%/help/es/images/icons/open_brd_file.png %%DOCSDIR%%/help/es/images/icons/open_document.png %%DOCSDIR%%/help/es/images/icons/open_library.png -%%DOCSDIR%%/help/es/images/icons/open_page_layout.png %%DOCSDIR%%/help/es/images/icons/open_project.png %%DOCSDIR%%/help/es/images/icons/opt_show_polygon.png %%DOCSDIR%%/help/es/images/icons/options_pad.png @@ -1714,8 +1622,6 @@ %%DOCSDIR%%/help/es/images/icons/pad.png %%DOCSDIR%%/help/es/images/icons/pad_dimensions.png %%DOCSDIR%%/help/es/images/icons/pads_mask_layers.png -%%DOCSDIR%%/help/es/images/icons/pagelayout_normal_view_mode.png -%%DOCSDIR%%/help/es/images/icons/pagelayout_special_view_mode.png %%DOCSDIR%%/help/es/images/icons/palette.png %%DOCSDIR%%/help/es/images/icons/part_properties.png %%DOCSDIR%%/help/es/images/icons/paste.png @@ -1817,8 +1723,6 @@ %%DOCSDIR%%/help/es/images/sim_model_subckt.png %%DOCSDIR%%/help/es/images/sim_settings.png %%DOCSDIR%%/help/es/images/template_selected.png -%%DOCSDIR%%/help/es/images/template_tree.png -%%DOCSDIR%%/help/es/images/template_tree_meta.png %%DOCSDIR%%/help/es/images/toolbar_libedit_part.png %%DOCSDIR%%/help/es/images/toolbar_schedit.png %%DOCSDIR%%/help/es/images/toolbar_schedit_rightside.png @@ -1858,12 +1762,9 @@ %%DOCSDIR%%/help/fr/images/Modedit_pad_properties_dialog.png %%DOCSDIR%%/help/fr/images/Modedit_top_toolbar.png %%DOCSDIR%%/help/fr/images/Pcbnew_DRC_dialog.png -%%DOCSDIR%%/help/fr/images/Pcbnew_action_menu.png %%DOCSDIR%%/help/fr/images/Pcbnew_add_cutout_menu_item.png %%DOCSDIR%%/help/fr/images/Pcbnew_advanced_tracing_options.png %%DOCSDIR%%/help/fr/images/Pcbnew_archive_footprints_menu.png -%%DOCSDIR%%/help/fr/images/Pcbnew_array_dialog_circular.png -%%DOCSDIR%%/help/fr/images/Pcbnew_array_dialog_grid.png %%DOCSDIR%%/help/fr/images/Pcbnew_array_grid_offsets.png %%DOCSDIR%%/help/fr/images/Pcbnew_array_grid_stagger_cols_3.png %%DOCSDIR%%/help/fr/images/Pcbnew_array_grid_stagger_rows_2.png @@ -1913,12 +1814,9 @@ %%DOCSDIR%%/help/fr/images/Pcbnew_left_toolbar.png %%DOCSDIR%%/help/fr/images/Pcbnew_legacy_block_selection_dialog.png %%DOCSDIR%%/help/fr/images/Pcbnew_library_wizard.png -%%DOCSDIR%%/help/fr/images/Pcbnew_measurement_tool.png %%DOCSDIR%%/help/fr/images/Pcbnew_module_properties.png %%DOCSDIR%%/help/fr/images/Pcbnew_module_selection_option.png %%DOCSDIR%%/help/fr/images/Pcbnew_move_all_modules.png -%%DOCSDIR%%/help/fr/images/Pcbnew_move_exact_cartesian.png -%%DOCSDIR%%/help/fr/images/Pcbnew_move_exact_polar.png %%DOCSDIR%%/help/fr/images/Pcbnew_new_track_completed.png %%DOCSDIR%%/help/fr/images/Pcbnew_new_track_in_progress.png %%DOCSDIR%%/help/fr/images/Pcbnew_pad_mask_clearance_menu_item.png @@ -2012,10 +1910,7 @@ %%DOCSDIR%%/help/fr/images/copypaste51.png %%DOCSDIR%%/help/fr/images/copypaste52.png %%DOCSDIR%%/help/fr/images/copypaste53.png -%%DOCSDIR%%/help/fr/images/drag_element.png %%DOCSDIR%%/help/fr/images/edit_line.png -%%DOCSDIR%%/help/fr/images/edit_line_end.png -%%DOCSDIR%%/help/fr/images/edit_line_start.png %%DOCSDIR%%/help/fr/images/eeschema_complex_hierarchy.png %%DOCSDIR%%/help/fr/images/eeschema_erc_options.png %%DOCSDIR%%/help/fr/images/eeschema_flat_hierarchy.png @@ -2023,11 +1918,9 @@ %%DOCSDIR%%/help/fr/images/eeschema_hierarchical_pin.png %%DOCSDIR%%/help/fr/images/eeschema_libedit_alias.png %%DOCSDIR%%/help/fr/images/eeschema_libedit_anchor.png -%%DOCSDIR%%/help/fr/images/eeschema_libedit_context_menu.png %%DOCSDIR%%/help/fr/images/eeschema_libedit_footprint.png %%DOCSDIR%%/help/fr/images/eeschema_libedit_new.png %%DOCSDIR%%/help/fr/images/eeschema_libedit_not_interchangeable.png -%%DOCSDIR%%/help/fr/images/eeschema_libedit_pin_context_menu.png %%DOCSDIR%%/help/fr/images/eeschema_libedit_pin_properties.png %%DOCSDIR%%/help/fr/images/eeschema_libedit_pin_properties_style.png %%DOCSDIR%%/help/fr/images/eeschema_libedit_polyline_properties.png @@ -2135,9 +2028,7 @@ %%DOCSDIR%%/help/fr/images/icons/cvpcb.png %%DOCSDIR%%/help/fr/images/icons/dashline.png %%DOCSDIR%%/help/fr/images/icons/datasheet.png -%%DOCSDIR%%/help/fr/images/icons/delete.png %%DOCSDIR%%/help/fr/images/icons/directory.png -%%DOCSDIR%%/help/fr/images/icons/display_options.png %%DOCSDIR%%/help/fr/images/icons/down.png %%DOCSDIR%%/help/fr/images/icons/drc.png %%DOCSDIR%%/help/fr/images/icons/drc_off.png @@ -2258,7 +2149,6 @@ %%DOCSDIR%%/help/fr/images/icons/new_board.png %%DOCSDIR%%/help/fr/images/icons/new_footprint.png %%DOCSDIR%%/help/fr/images/icons/new_library.png -%%DOCSDIR%%/help/fr/images/icons/new_page_layout.png %%DOCSDIR%%/help/fr/images/icons/new_project_with_template.png %%DOCSDIR%%/help/fr/images/icons/noconn.png %%DOCSDIR%%/help/fr/images/icons/normal.png @@ -2266,7 +2156,6 @@ %%DOCSDIR%%/help/fr/images/icons/open_brd_file.png %%DOCSDIR%%/help/fr/images/icons/open_document.png %%DOCSDIR%%/help/fr/images/icons/open_library.png -%%DOCSDIR%%/help/fr/images/icons/open_page_layout.png %%DOCSDIR%%/help/fr/images/icons/open_project.png %%DOCSDIR%%/help/fr/images/icons/opt_show_polygon.png %%DOCSDIR%%/help/fr/images/icons/options_pad.png @@ -2275,8 +2164,6 @@ %%DOCSDIR%%/help/fr/images/icons/pad.png %%DOCSDIR%%/help/fr/images/icons/pad_dimensions.png %%DOCSDIR%%/help/fr/images/icons/pads_mask_layers.png -%%DOCSDIR%%/help/fr/images/icons/pagelayout_normal_view_mode.png -%%DOCSDIR%%/help/fr/images/icons/pagelayout_special_view_mode.png %%DOCSDIR%%/help/fr/images/icons/palette.png %%DOCSDIR%%/help/fr/images/icons/part_properties.png %%DOCSDIR%%/help/fr/images/icons/paste.png @@ -2411,11 +2298,9 @@ %%DOCSDIR%%/help/id/images/eeschema_hierarchical_pin.png %%DOCSDIR%%/help/id/images/eeschema_libedit_alias.png %%DOCSDIR%%/help/id/images/eeschema_libedit_anchor.png -%%DOCSDIR%%/help/id/images/eeschema_libedit_context_menu.png %%DOCSDIR%%/help/id/images/eeschema_libedit_footprint.png %%DOCSDIR%%/help/id/images/eeschema_libedit_new.png %%DOCSDIR%%/help/id/images/eeschema_libedit_not_interchangeable.png -%%DOCSDIR%%/help/id/images/eeschema_libedit_pin_context_menu.png %%DOCSDIR%%/help/id/images/eeschema_libedit_pin_properties.png %%DOCSDIR%%/help/id/images/eeschema_libedit_pin_properties_style.png %%DOCSDIR%%/help/id/images/eeschema_libedit_polyline_properties.png @@ -2452,8 +2337,6 @@ %%DOCSDIR%%/help/id/images/sim_model_subckt.png %%DOCSDIR%%/help/id/images/sim_settings.png %%DOCSDIR%%/help/id/images/template_selected.png -%%DOCSDIR%%/help/id/images/template_tree.png -%%DOCSDIR%%/help/id/images/template_tree_meta.png %%DOCSDIR%%/help/id/images/toolbar_libedit_part.png %%DOCSDIR%%/help/id/images/toolbar_schedit.png %%DOCSDIR%%/help/id/images/toolbar_schedit_rightside.png @@ -2491,7 +2374,6 @@ %%DOCSDIR%%/help/it/images/Modedit_pad_properties_dialog.png %%DOCSDIR%%/help/it/images/Modedit_top_toolbar.png %%DOCSDIR%%/help/it/images/Pcbnew_DRC_dialog.png -%%DOCSDIR%%/help/it/images/Pcbnew_action_menu.png %%DOCSDIR%%/help/it/images/Pcbnew_add_cutout_menu_item.png %%DOCSDIR%%/help/it/images/Pcbnew_advanced_tracing_options.png %%DOCSDIR%%/help/it/images/Pcbnew_archive_footprints_menu.png @@ -2537,7 +2419,6 @@ %%DOCSDIR%%/help/it/images/Pcbnew_left_toolbar.png %%DOCSDIR%%/help/it/images/Pcbnew_legacy_block_selection_dialog.png %%DOCSDIR%%/help/it/images/Pcbnew_library_wizard.png -%%DOCSDIR%%/help/it/images/Pcbnew_measurement_tool.png %%DOCSDIR%%/help/it/images/Pcbnew_module_properties.png %%DOCSDIR%%/help/it/images/Pcbnew_module_selection_option.png %%DOCSDIR%%/help/it/images/Pcbnew_move_all_modules.png @@ -2618,10 +2499,7 @@ %%DOCSDIR%%/help/it/images/copypaste51.png %%DOCSDIR%%/help/it/images/copypaste52.png %%DOCSDIR%%/help/it/images/copypaste53.png -%%DOCSDIR%%/help/it/images/drag_element.png %%DOCSDIR%%/help/it/images/edit_line.png -%%DOCSDIR%%/help/it/images/edit_line_end.png -%%DOCSDIR%%/help/it/images/edit_line_start.png %%DOCSDIR%%/help/it/images/eeschema_complex_hierarchy.png %%DOCSDIR%%/help/it/images/eeschema_flat_hierarchy.png %%DOCSDIR%%/help/it/images/eeschema_libedit_unit1.png @@ -2695,9 +2573,7 @@ %%DOCSDIR%%/help/it/images/icons/cvpcb.png %%DOCSDIR%%/help/it/images/icons/dashline.png %%DOCSDIR%%/help/it/images/icons/datasheet.png -%%DOCSDIR%%/help/it/images/icons/delete.png %%DOCSDIR%%/help/it/images/icons/directory.png -%%DOCSDIR%%/help/it/images/icons/display_options.png %%DOCSDIR%%/help/it/images/icons/down.png %%DOCSDIR%%/help/it/images/icons/drc.png %%DOCSDIR%%/help/it/images/icons/drc_off.png @@ -2820,7 +2696,6 @@ %%DOCSDIR%%/help/it/images/icons/new_board.png %%DOCSDIR%%/help/it/images/icons/new_footprint.png %%DOCSDIR%%/help/it/images/icons/new_library.png -%%DOCSDIR%%/help/it/images/icons/new_page_layout.png %%DOCSDIR%%/help/it/images/icons/new_project_with_template.png %%DOCSDIR%%/help/it/images/icons/noconn.png %%DOCSDIR%%/help/it/images/icons/normal.png @@ -2828,7 +2703,6 @@ %%DOCSDIR%%/help/it/images/icons/open_brd_file.png %%DOCSDIR%%/help/it/images/icons/open_document.png %%DOCSDIR%%/help/it/images/icons/open_library.png -%%DOCSDIR%%/help/it/images/icons/open_page_layout.png %%DOCSDIR%%/help/it/images/icons/open_project.png %%DOCSDIR%%/help/it/images/icons/opt_show_polygon.png %%DOCSDIR%%/help/it/images/icons/options_pad.png @@ -2837,8 +2711,6 @@ %%DOCSDIR%%/help/it/images/icons/pad.png %%DOCSDIR%%/help/it/images/icons/pad_dimensions.png %%DOCSDIR%%/help/it/images/icons/pads_mask_layers.png -%%DOCSDIR%%/help/it/images/icons/pagelayout_normal_view_mode.png -%%DOCSDIR%%/help/it/images/icons/pagelayout_special_view_mode.png %%DOCSDIR%%/help/it/images/icons/palette.png %%DOCSDIR%%/help/it/images/icons/part_properties.png %%DOCSDIR%%/help/it/images/icons/paste.png @@ -2927,8 +2799,6 @@ %%DOCSDIR%%/help/it/images/it/3d_window.png %%DOCSDIR%%/help/it/images/it/Footprint_tables_list.png %%DOCSDIR%%/help/it/images/it/Library_tables_menu_item.png -%%DOCSDIR%%/help/it/images/it/Pcbnew_array_dialog_circular.png -%%DOCSDIR%%/help/it/images/it/Pcbnew_array_dialog_grid.png %%DOCSDIR%%/help/it/images/it/Pcbnew_block_selection_dialog.png %%DOCSDIR%%/help/it/images/it/Pcbnew_coordinate_status_display.png %%DOCSDIR%%/help/it/images/it/Pcbnew_design_rules_menu.png @@ -2937,8 +2807,6 @@ %%DOCSDIR%%/help/it/images/it/Pcbnew_file_menu.png %%DOCSDIR%%/help/it/images/it/Pcbnew_grid_size_dropdown.png %%DOCSDIR%%/help/it/images/it/Pcbnew_inspect_menu.png -%%DOCSDIR%%/help/it/images/it/Pcbnew_move_exact_cartesian.png -%%DOCSDIR%%/help/it/images/it/Pcbnew_move_exact_polar.png %%DOCSDIR%%/help/it/images/it/Pcbnew_netlist_dialog.png %%DOCSDIR%%/help/it/images/it/Pcbnew_place_menu.png %%DOCSDIR%%/help/it/images/it/Pcbnew_popup_normal_mode.png @@ -2958,7 +2826,6 @@ %%DOCSDIR%%/help/it/images/it/Right-click_menu.png %%DOCSDIR%%/help/it/images/it/Sample_3D_board.png %%DOCSDIR%%/help/it/images/it/annotate-dialog.png -%%DOCSDIR%%/help/it/images/it/block_constraints.png %%DOCSDIR%%/help/it/images/it/boardclasses.png %%DOCSDIR%%/help/it/images/it/bom-netlist-tab.png %%DOCSDIR%%/help/it/images/it/color_settings.png @@ -2966,12 +2833,6 @@ %%DOCSDIR%%/help/it/images/it/commands_overview.png %%DOCSDIR%%/help/it/images/it/component_during_placement.png %%DOCSDIR%%/help/it/images/it/configure_path_dlg.png -%%DOCSDIR%%/help/it/images/it/constraint_options.png -%%DOCSDIR%%/help/it/images/it/context_createnew.png -%%DOCSDIR%%/help/it/images/it/context_createnew2.png -%%DOCSDIR%%/help/it/images/it/context_line_move.png -%%DOCSDIR%%/help/it/images/it/context_line_move_end.png -%%DOCSDIR%%/help/it/images/it/context_line_move_start.png %%DOCSDIR%%/help/it/images/it/context_menu.png %%DOCSDIR%%/help/it/images/it/cvpcb_footprint_docfile.png %%DOCSDIR%%/help/it/images/it/cvpcb_main_window.png @@ -2986,8 +2847,6 @@ %%DOCSDIR%%/help/it/images/it/dialog_erc_opts.png %%DOCSDIR%%/help/it/images/it/dialog_newline.png %%DOCSDIR%%/help/it/images/it/dialog_newtext.png -%%DOCSDIR%%/help/it/images/it/dialog_select_element.png -%%DOCSDIR%%/help/it/images/it/display_options.png %%DOCSDIR%%/help/it/images/it/eeschema_erc_options.png %%DOCSDIR%%/help/it/images/it/eeschema_file_menu_plot.png %%DOCSDIR%%/help/it/images/it/eeschema_filter.png @@ -2995,7 +2854,6 @@ %%DOCSDIR%%/help/it/images/it/eeschema_hierarchical_pin.png %%DOCSDIR%%/help/it/images/it/eeschema_libedit_alias.png %%DOCSDIR%%/help/it/images/it/eeschema_libedit_anchor.png -%%DOCSDIR%%/help/it/images/it/eeschema_libedit_context_menu.png %%DOCSDIR%%/help/it/images/it/eeschema_libedit_description.png %%DOCSDIR%%/help/it/images/it/eeschema_libedit_disable_common.png %%DOCSDIR%%/help/it/images/it/eeschema_libedit_field_context_menu.png @@ -3003,7 +2861,6 @@ %%DOCSDIR%%/help/it/images/it/eeschema_libedit_footprint.png %%DOCSDIR%%/help/it/images/it/eeschema_libedit_new.png %%DOCSDIR%%/help/it/images/it/eeschema_libedit_not_interchangeable.png -%%DOCSDIR%%/help/it/images/it/eeschema_libedit_pin_context_menu.png %%DOCSDIR%%/help/it/images/it/eeschema_libedit_pin_properties.png %%DOCSDIR%%/help/it/images/it/eeschema_libedit_pin_properties_style.png %%DOCSDIR%%/help/it/images/it/eeschema_libedit_pins_per_part.png @@ -3127,8 +2984,6 @@ %%DOCSDIR%%/help/it/images/route_icon.png %%DOCSDIR%%/help/it/images/sch_with_buses.png %%DOCSDIR%%/help/it/images/sim_main_dialog.png -%%DOCSDIR%%/help/it/images/template_tree.png -%%DOCSDIR%%/help/it/images/template_tree_meta.png %%DOCSDIR%%/help/it/images/toolbar_libedit_part.png %%DOCSDIR%%/help/it/images/toolbar_schedit.png %%DOCSDIR%%/help/it/images/toolbar_schedit_rightside.png @@ -3170,7 +3025,6 @@ %%DOCSDIR%%/help/ja/images/Pcbnew_layer_colour_key.png %%DOCSDIR%%/help/ja/images/Pcbnew_layer_pair_indicator.png %%DOCSDIR%%/help/ja/images/Pcbnew_library_wizard.png -%%DOCSDIR%%/help/ja/images/Pcbnew_measurement_tool.png %%DOCSDIR%%/help/ja/images/Pcbnew_new_track_completed.png %%DOCSDIR%%/help/ja/images/Pcbnew_new_track_in_progress.png %%DOCSDIR%%/help/ja/images/Pcbnew_ratsnest_during_move.png @@ -3211,10 +3065,7 @@ %%DOCSDIR%%/help/ja/images/copypaste51.png %%DOCSDIR%%/help/ja/images/copypaste52.png %%DOCSDIR%%/help/ja/images/copypaste53.png -%%DOCSDIR%%/help/ja/images/drag_element.png %%DOCSDIR%%/help/ja/images/edit_line.png -%%DOCSDIR%%/help/ja/images/edit_line_end.png -%%DOCSDIR%%/help/ja/images/edit_line_start.png %%DOCSDIR%%/help/ja/images/eeschema_complex_hierarchy.png %%DOCSDIR%%/help/ja/images/eeschema_flat_hierarchy.png %%DOCSDIR%%/help/ja/images/eeschema_libedit_unit1.png @@ -3281,9 +3132,7 @@ %%DOCSDIR%%/help/ja/images/icons/cvpcb.png %%DOCSDIR%%/help/ja/images/icons/dashline.png %%DOCSDIR%%/help/ja/images/icons/datasheet.png -%%DOCSDIR%%/help/ja/images/icons/delete.png %%DOCSDIR%%/help/ja/images/icons/directory.png -%%DOCSDIR%%/help/ja/images/icons/display_options.png %%DOCSDIR%%/help/ja/images/icons/down.png %%DOCSDIR%%/help/ja/images/icons/drc.png %%DOCSDIR%%/help/ja/images/icons/drc_off.png @@ -3406,7 +3255,6 @@ %%DOCSDIR%%/help/ja/images/icons/new_board.png %%DOCSDIR%%/help/ja/images/icons/new_footprint.png %%DOCSDIR%%/help/ja/images/icons/new_library.png -%%DOCSDIR%%/help/ja/images/icons/new_page_layout.png %%DOCSDIR%%/help/ja/images/icons/new_project_with_template.png %%DOCSDIR%%/help/ja/images/icons/noconn.png %%DOCSDIR%%/help/ja/images/icons/normal.png @@ -3414,7 +3262,6 @@ %%DOCSDIR%%/help/ja/images/icons/open_brd_file.png %%DOCSDIR%%/help/ja/images/icons/open_document.png %%DOCSDIR%%/help/ja/images/icons/open_library.png -%%DOCSDIR%%/help/ja/images/icons/open_page_layout.png %%DOCSDIR%%/help/ja/images/icons/open_project.png %%DOCSDIR%%/help/ja/images/icons/opt_show_polygon.png %%DOCSDIR%%/help/ja/images/icons/options_pad.png @@ -3423,8 +3270,6 @@ %%DOCSDIR%%/help/ja/images/icons/pad.png %%DOCSDIR%%/help/ja/images/icons/pad_dimensions.png %%DOCSDIR%%/help/ja/images/icons/pads_mask_layers.png -%%DOCSDIR%%/help/ja/images/icons/pagelayout_normal_view_mode.png -%%DOCSDIR%%/help/ja/images/icons/pagelayout_special_view_mode.png %%DOCSDIR%%/help/ja/images/icons/palette.png %%DOCSDIR%%/help/ja/images/icons/part_properties.png %%DOCSDIR%%/help/ja/images/icons/paste.png @@ -3532,12 +3377,9 @@ %%DOCSDIR%%/help/ja/images/ja/Modedit_pad_level_pad_settings.png %%DOCSDIR%%/help/ja/images/ja/Modedit_pad_properties_dialog.png %%DOCSDIR%%/help/ja/images/ja/Pcbnew_DRC_dialog.png -%%DOCSDIR%%/help/ja/images/ja/Pcbnew_action_menu.png %%DOCSDIR%%/help/ja/images/ja/Pcbnew_add_cutout_menu_item.png %%DOCSDIR%%/help/ja/images/ja/Pcbnew_advanced_tracing_options.png %%DOCSDIR%%/help/ja/images/ja/Pcbnew_archive_footprints_menu.png -%%DOCSDIR%%/help/ja/images/ja/Pcbnew_array_dialog_circular.png -%%DOCSDIR%%/help/ja/images/ja/Pcbnew_array_dialog_grid.png %%DOCSDIR%%/help/ja/images/ja/Pcbnew_bad_tracks_deletion_option.png %%DOCSDIR%%/help/ja/images/ja/Pcbnew_change_modules_button.png %%DOCSDIR%%/help/ja/images/ja/Pcbnew_context_module_mode_module_under_cursor.png @@ -3574,8 +3416,6 @@ %%DOCSDIR%%/help/ja/images/ja/Pcbnew_module_properties.png %%DOCSDIR%%/help/ja/images/ja/Pcbnew_module_selection_option.png %%DOCSDIR%%/help/ja/images/ja/Pcbnew_move_all_modules.png -%%DOCSDIR%%/help/ja/images/ja/Pcbnew_move_exact_cartesian.png -%%DOCSDIR%%/help/ja/images/ja/Pcbnew_move_exact_polar.png %%DOCSDIR%%/help/ja/images/ja/Pcbnew_netlist_dialog.png %%DOCSDIR%%/help/ja/images/ja/Pcbnew_pad_mask_clearance_menu_item.png %%DOCSDIR%%/help/ja/images/ja/Pcbnew_pad_mask_settings_dialog.png @@ -3633,7 +3473,6 @@ %%DOCSDIR%%/help/ja/images/ja/Right-click_legacy_menu.png %%DOCSDIR%%/help/ja/images/ja/Sample_3D_board.png %%DOCSDIR%%/help/ja/images/ja/annotate-dialog.png -%%DOCSDIR%%/help/ja/images/ja/block_constraints.png %%DOCSDIR%%/help/ja/images/ja/boardclasses.png %%DOCSDIR%%/help/ja/images/ja/bom-netlist-tab.png %%DOCSDIR%%/help/ja/images/ja/color_settings.png @@ -3641,14 +3480,6 @@ %%DOCSDIR%%/help/ja/images/ja/commands_overview.png %%DOCSDIR%%/help/ja/images/ja/component_during_placement.png %%DOCSDIR%%/help/ja/images/ja/configure_path_dlg.png -%%DOCSDIR%%/help/ja/images/ja/constraint_options.png -%%DOCSDIR%%/help/ja/images/ja/constraints_defined.png -%%DOCSDIR%%/help/ja/images/ja/constraints_none.png -%%DOCSDIR%%/help/ja/images/ja/context_createnew.png -%%DOCSDIR%%/help/ja/images/ja/context_createnew2.png -%%DOCSDIR%%/help/ja/images/ja/context_line_move.png -%%DOCSDIR%%/help/ja/images/ja/context_line_move_end.png -%%DOCSDIR%%/help/ja/images/ja/context_line_move_start.png %%DOCSDIR%%/help/ja/images/ja/context_menu.png %%DOCSDIR%%/help/ja/images/ja/cvpcb_main_toolbar.png %%DOCSDIR%%/help/ja/images/ja/cvpcb_main_window.png @@ -3662,8 +3493,6 @@ %%DOCSDIR%%/help/ja/images/ja/dialog_erc_opts.png %%DOCSDIR%%/help/ja/images/ja/dialog_newline.png %%DOCSDIR%%/help/ja/images/ja/dialog_newtext.png -%%DOCSDIR%%/help/ja/images/ja/dialog_select_element.png -%%DOCSDIR%%/help/ja/images/ja/display_options.png %%DOCSDIR%%/help/ja/images/ja/eeschema_component_properties.png %%DOCSDIR%%/help/ja/images/ja/eeschema_cvpcb_with_filtering.png %%DOCSDIR%%/help/ja/images/ja/eeschema_cvpcb_without_filtering.png @@ -3675,7 +3504,6 @@ %%DOCSDIR%%/help/ja/images/ja/eeschema_hierarchical_pin.png %%DOCSDIR%%/help/ja/images/ja/eeschema_libedit_alias.png %%DOCSDIR%%/help/ja/images/ja/eeschema_libedit_anchor.png -%%DOCSDIR%%/help/ja/images/ja/eeschema_libedit_context_menu.png %%DOCSDIR%%/help/ja/images/ja/eeschema_libedit_description.png %%DOCSDIR%%/help/ja/images/ja/eeschema_libedit_disable_common.png %%DOCSDIR%%/help/ja/images/ja/eeschema_libedit_field_context_menu.png @@ -3683,7 +3511,6 @@ %%DOCSDIR%%/help/ja/images/ja/eeschema_libedit_footprint.png %%DOCSDIR%%/help/ja/images/ja/eeschema_libedit_new.png %%DOCSDIR%%/help/ja/images/ja/eeschema_libedit_not_interchangeable.png -%%DOCSDIR%%/help/ja/images/ja/eeschema_libedit_pin_context_menu.png %%DOCSDIR%%/help/ja/images/ja/eeschema_libedit_pin_properties.png %%DOCSDIR%%/help/ja/images/ja/eeschema_libedit_pin_properties_style.png %%DOCSDIR%%/help/ja/images/ja/eeschema_libedit_pins_per_part.png @@ -3817,8 +3644,6 @@ %%DOCSDIR%%/help/ja/images/sim_model_source.png %%DOCSDIR%%/help/ja/images/sim_model_subckt.png %%DOCSDIR%%/help/ja/images/sim_settings.png -%%DOCSDIR%%/help/ja/images/template_tree.png -%%DOCSDIR%%/help/ja/images/template_tree_meta.png %%DOCSDIR%%/help/ja/images/toolbar_schedit.png %%DOCSDIR%%/help/ja/images/wires_labels.png %%DOCSDIR%%/help/ja/kicad.html @@ -3905,10 +3730,7 @@ %%DOCSDIR%%/help/pl/images/copypaste51.png %%DOCSDIR%%/help/pl/images/copypaste52.png %%DOCSDIR%%/help/pl/images/copypaste53.png -%%DOCSDIR%%/help/pl/images/drag_element.png %%DOCSDIR%%/help/pl/images/edit_line.png -%%DOCSDIR%%/help/pl/images/edit_line_end.png -%%DOCSDIR%%/help/pl/images/edit_line_start.png %%DOCSDIR%%/help/pl/images/eeschema_complex_hierarchy.png %%DOCSDIR%%/help/pl/images/eeschema_erc_options.png %%DOCSDIR%%/help/pl/images/eeschema_flat_hierarchy.png @@ -3970,9 +3792,7 @@ %%DOCSDIR%%/help/pl/images/icons/cvpcb.png %%DOCSDIR%%/help/pl/images/icons/dashline.png %%DOCSDIR%%/help/pl/images/icons/datasheet.png -%%DOCSDIR%%/help/pl/images/icons/delete.png %%DOCSDIR%%/help/pl/images/icons/directory.png -%%DOCSDIR%%/help/pl/images/icons/display_options.png %%DOCSDIR%%/help/pl/images/icons/down.png %%DOCSDIR%%/help/pl/images/icons/drc.png %%DOCSDIR%%/help/pl/images/icons/drc_off.png @@ -4095,7 +3915,6 @@ %%DOCSDIR%%/help/pl/images/icons/new_board.png %%DOCSDIR%%/help/pl/images/icons/new_footprint.png %%DOCSDIR%%/help/pl/images/icons/new_library.png -%%DOCSDIR%%/help/pl/images/icons/new_page_layout.png %%DOCSDIR%%/help/pl/images/icons/new_project_with_template.png %%DOCSDIR%%/help/pl/images/icons/noconn.png %%DOCSDIR%%/help/pl/images/icons/normal.png @@ -4103,7 +3922,6 @@ %%DOCSDIR%%/help/pl/images/icons/open_brd_file.png %%DOCSDIR%%/help/pl/images/icons/open_document.png %%DOCSDIR%%/help/pl/images/icons/open_library.png -%%DOCSDIR%%/help/pl/images/icons/open_page_layout.png %%DOCSDIR%%/help/pl/images/icons/open_project.png %%DOCSDIR%%/help/pl/images/icons/opt_show_polygon.png %%DOCSDIR%%/help/pl/images/icons/options_pad.png @@ -4112,8 +3930,6 @@ %%DOCSDIR%%/help/pl/images/icons/pad.png %%DOCSDIR%%/help/pl/images/icons/pad_dimensions.png %%DOCSDIR%%/help/pl/images/icons/pads_mask_layers.png -%%DOCSDIR%%/help/pl/images/icons/pagelayout_normal_view_mode.png -%%DOCSDIR%%/help/pl/images/icons/pagelayout_special_view_mode.png %%DOCSDIR%%/help/pl/images/icons/palette.png %%DOCSDIR%%/help/pl/images/icons/part_properties.png %%DOCSDIR%%/help/pl/images/icons/paste.png @@ -4227,12 +4043,9 @@ %%DOCSDIR%%/help/pl/images/pl/Modedit_pad_level_pad_settings.png %%DOCSDIR%%/help/pl/images/pl/Modedit_pad_properties_dialog.png %%DOCSDIR%%/help/pl/images/pl/Pcbnew_DRC_dialog.png -%%DOCSDIR%%/help/pl/images/pl/Pcbnew_action_menu.png %%DOCSDIR%%/help/pl/images/pl/Pcbnew_add_cutout_menu_item.png %%DOCSDIR%%/help/pl/images/pl/Pcbnew_advanced_tracing_options.png %%DOCSDIR%%/help/pl/images/pl/Pcbnew_archive_footprints_menu.png -%%DOCSDIR%%/help/pl/images/pl/Pcbnew_array_dialog_circular.png -%%DOCSDIR%%/help/pl/images/pl/Pcbnew_array_dialog_grid.png %%DOCSDIR%%/help/pl/images/pl/Pcbnew_bad_tracks_deletion_option.png %%DOCSDIR%%/help/pl/images/pl/Pcbnew_change_modules_button.png %%DOCSDIR%%/help/pl/images/pl/Pcbnew_context_module_mode_module_under_cursor.png @@ -4264,12 +4077,9 @@ %%DOCSDIR%%/help/pl/images/pl/Pcbnew_layer_setup_dialog_layer_properties.png *** 7719 LINES SKIPPED ***
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202502092001.519K1IaS005547>