Import kicad_8.0.7+dfsg.orig.tar.xz
authorCarsten Schoenert <c.schoenert@t-online.de>
Tue, 24 Dec 2024 11:46:07 +0000 (13:46 +0200)
committerCarsten Schoenert <c.schoenert@t-online.de>
Tue, 24 Dec 2024 11:46:07 +0000 (13:46 +0200)
commit83747b3a25eed080719545493c17ed446633413c
tree5450ea1cd633f17322901e0675020264c203f695
Import kicad_8.0.7+dfsg.orig.tar.xz

[dgit import orig kicad_8.0.7+dfsg.orig.tar.xz]
12043 files changed:
.clang-tidy [new file with mode: 0644]
.gitattributes [new file with mode: 0644]
.githooks/hook-chain [new file with mode: 0755]
.githooks/pre-commit [new symlink]
.githooks/pre-commit.d/50-check-format [new file with mode: 0755]
.github/FUNDING.yml [new file with mode: 0644]
.github/workflows/lockdown.yml [new file with mode: 0644]
.gitlab/Fedora-Linux-CI.yml [new file with mode: 0644]
.gitlab/Ubuntu-20.04-CI.yml [new file with mode: 0644]
.gitlab/Windows-CI.yml [new file with mode: 0644]
.gitlab/coverity.yml [new file with mode: 0644]
.gitlab/doxygen.yml [new file with mode: 0644]
.gitlab/issue_templates/bare.md [new file with mode: 0644]
.gitlab/linux-metadata-validate.yml [new file with mode: 0644]
.gitlab/macOS-CI.yml [new file with mode: 0644]
.gitlab/mr_formatting.yml [new file with mode: 0644]
.gitlab/templates.yml [new file with mode: 0644]
3d-viewer/3d_cache/3d_cache.cpp [new file with mode: 0644]
3d-viewer/3d_cache/3d_cache.h [new file with mode: 0644]
3d-viewer/3d_cache/3d_info.h [new file with mode: 0644]
3d-viewer/3d_cache/3d_plugin_manager.cpp [new file with mode: 0644]
3d-viewer/3d_cache/3d_plugin_manager.h [new file with mode: 0644]
3d-viewer/3d_cache/CMakeLists.txt [new file with mode: 0644]
3d-viewer/3d_cache/sg/CMakeLists.txt [new file with mode: 0644]
3d-viewer/3d_cache/sg/ifsg_api.cpp [new file with mode: 0644]
3d-viewer/3d_cache/sg/ifsg_appearance.cpp [new file with mode: 0644]
3d-viewer/3d_cache/sg/ifsg_colors.cpp [new file with mode: 0644]
3d-viewer/3d_cache/sg/ifsg_coordindex.cpp [new file with mode: 0644]
3d-viewer/3d_cache/sg/ifsg_coords.cpp [new file with mode: 0644]
3d-viewer/3d_cache/sg/ifsg_faceset.cpp [new file with mode: 0644]
3d-viewer/3d_cache/sg/ifsg_index.cpp [new file with mode: 0644]
3d-viewer/3d_cache/sg/ifsg_node.cpp [new file with mode: 0644]
3d-viewer/3d_cache/sg/ifsg_normals.cpp [new file with mode: 0644]
3d-viewer/3d_cache/sg/ifsg_shape.cpp [new file with mode: 0644]
3d-viewer/3d_cache/sg/ifsg_transform.cpp [new file with mode: 0644]
3d-viewer/3d_cache/sg/scenegraph.cpp [new file with mode: 0644]
3d-viewer/3d_cache/sg/scenegraph.h [new file with mode: 0644]
3d-viewer/3d_cache/sg/sg_appearance.cpp [new file with mode: 0644]
3d-viewer/3d_cache/sg/sg_appearance.h [new file with mode: 0644]
3d-viewer/3d_cache/sg/sg_base.cpp [new file with mode: 0644]
3d-viewer/3d_cache/sg/sg_colors.cpp [new file with mode: 0644]
3d-viewer/3d_cache/sg/sg_colors.h [new file with mode: 0644]
3d-viewer/3d_cache/sg/sg_coordindex.cpp [new file with mode: 0644]
3d-viewer/3d_cache/sg/sg_coordindex.h [new file with mode: 0644]
3d-viewer/3d_cache/sg/sg_coords.cpp [new file with mode: 0644]
3d-viewer/3d_cache/sg/sg_coords.h [new file with mode: 0644]
3d-viewer/3d_cache/sg/sg_faceset.cpp [new file with mode: 0644]
3d-viewer/3d_cache/sg/sg_faceset.h [new file with mode: 0644]
3d-viewer/3d_cache/sg/sg_helpers.cpp [new file with mode: 0644]
3d-viewer/3d_cache/sg/sg_helpers.h [new file with mode: 0644]
3d-viewer/3d_cache/sg/sg_index.cpp [new file with mode: 0644]
3d-viewer/3d_cache/sg/sg_index.h [new file with mode: 0644]
3d-viewer/3d_cache/sg/sg_node.cpp [new file with mode: 0644]
3d-viewer/3d_cache/sg/sg_node.h [new file with mode: 0644]
3d-viewer/3d_cache/sg/sg_normals.cpp [new file with mode: 0644]
3d-viewer/3d_cache/sg/sg_normals.h [new file with mode: 0644]
3d-viewer/3d_cache/sg/sg_shape.cpp [new file with mode: 0644]
3d-viewer/3d_cache/sg/sg_shape.h [new file with mode: 0644]
3d-viewer/3d_canvas/board_adapter.cpp [new file with mode: 0644]
3d-viewer/3d_canvas/board_adapter.h [new file with mode: 0644]
3d-viewer/3d_canvas/create_3Dgraphic_brd_items.cpp [new file with mode: 0644]
3d-viewer/3d_canvas/create_layer_items.cpp [new file with mode: 0644]
3d-viewer/3d_canvas/eda_3d_canvas.cpp [new file with mode: 0644]
3d-viewer/3d_canvas/eda_3d_canvas.h [new file with mode: 0644]
3d-viewer/3d_canvas/eda_3d_canvas_pivot.cpp [new file with mode: 0644]
3d-viewer/3d_enums.h [new file with mode: 0644]
3d-viewer/3d_fastmath.cpp [new file with mode: 0644]
3d-viewer/3d_fastmath.h [new file with mode: 0644]
3d-viewer/3d_math.cpp [new file with mode: 0644]
3d-viewer/3d_math.h [new file with mode: 0644]
3d-viewer/3d_model_viewer/eda_3d_model_viewer.cpp [new file with mode: 0644]
3d-viewer/3d_model_viewer/eda_3d_model_viewer.h [new file with mode: 0644]
3d-viewer/3d_navlib/CMakeLists.txt [new file with mode: 0644]
3d-viewer/3d_navlib/nl_3d_viewer_plugin.cpp [new file with mode: 0644]
3d-viewer/3d_navlib/nl_3d_viewer_plugin.h [new file with mode: 0644]
3d-viewer/3d_navlib/nl_3d_viewer_plugin_impl.cpp [new file with mode: 0644]
3d-viewer/3d_navlib/nl_3d_viewer_plugin_impl.h [new file with mode: 0644]
3d-viewer/3d_navlib/nl_footprint_properties_plugin.cpp [new file with mode: 0644]
3d-viewer/3d_navlib/nl_footprint_properties_plugin.h [new file with mode: 0644]
3d-viewer/3d_navlib/nl_footprint_properties_plugin_impl.cpp [new file with mode: 0644]
3d-viewer/3d_navlib/nl_footprint_properties_plugin_impl.h [new file with mode: 0644]
3d-viewer/3d_rendering/buffers_debug.cpp [new file with mode: 0644]
3d-viewer/3d_rendering/buffers_debug.h [new file with mode: 0644]
3d-viewer/3d_rendering/color_rgb.cpp [new file with mode: 0644]
3d-viewer/3d_rendering/color_rgb.h [new file with mode: 0644]
3d-viewer/3d_rendering/image.cpp [new file with mode: 0644]
3d-viewer/3d_rendering/image.h [new file with mode: 0644]
3d-viewer/3d_rendering/opengl/3d_model.cpp [new file with mode: 0644]
3d-viewer/3d_rendering/opengl/3d_model.h [new file with mode: 0644]
3d-viewer/3d_rendering/opengl/create_scene.cpp [new file with mode: 0644]
3d-viewer/3d_rendering/opengl/layer_triangles.cpp [new file with mode: 0644]
3d-viewer/3d_rendering/opengl/layer_triangles.h [new file with mode: 0644]
3d-viewer/3d_rendering/opengl/opengl_utils.cpp [new file with mode: 0644]
3d-viewer/3d_rendering/opengl/opengl_utils.h [new file with mode: 0644]
3d-viewer/3d_rendering/opengl/render_3d_opengl.cpp [new file with mode: 0644]
3d-viewer/3d_rendering/opengl/render_3d_opengl.h [new file with mode: 0644]
3d-viewer/3d_rendering/post_shader.cpp [new file with mode: 0644]
3d-viewer/3d_rendering/post_shader.h [new file with mode: 0644]
3d-viewer/3d_rendering/post_shader_ssao.cpp [new file with mode: 0644]
3d-viewer/3d_rendering/post_shader_ssao.h [new file with mode: 0644]
3d-viewer/3d_rendering/raytracing/PerlinNoise.cpp [new file with mode: 0644]
3d-viewer/3d_rendering/raytracing/PerlinNoise.h [new file with mode: 0644]
3d-viewer/3d_rendering/raytracing/accelerators/accelerator_3d.cpp [new file with mode: 0644]
3d-viewer/3d_rendering/raytracing/accelerators/accelerator_3d.h [new file with mode: 0644]
3d-viewer/3d_rendering/raytracing/accelerators/bvh_packet_traversal.cpp [new file with mode: 0644]
3d-viewer/3d_rendering/raytracing/accelerators/bvh_pbrt.cpp [new file with mode: 0644]
3d-viewer/3d_rendering/raytracing/accelerators/bvh_pbrt.h [new file with mode: 0644]
3d-viewer/3d_rendering/raytracing/accelerators/container_2d.cpp [new file with mode: 0644]
3d-viewer/3d_rendering/raytracing/accelerators/container_2d.h [new file with mode: 0644]
3d-viewer/3d_rendering/raytracing/accelerators/container_3d.cpp [new file with mode: 0644]
3d-viewer/3d_rendering/raytracing/accelerators/container_3d.h [new file with mode: 0644]
3d-viewer/3d_rendering/raytracing/create_scene.cpp [new file with mode: 0644]
3d-viewer/3d_rendering/raytracing/frustum.cpp [new file with mode: 0644]
3d-viewer/3d_rendering/raytracing/frustum.h [new file with mode: 0644]
3d-viewer/3d_rendering/raytracing/hitinfo.h [new file with mode: 0644]
3d-viewer/3d_rendering/raytracing/light.h [new file with mode: 0644]
3d-viewer/3d_rendering/raytracing/material.cpp [new file with mode: 0644]
3d-viewer/3d_rendering/raytracing/material.h [new file with mode: 0644]
3d-viewer/3d_rendering/raytracing/mortoncodes.cpp [new file with mode: 0644]
3d-viewer/3d_rendering/raytracing/mortoncodes.h [new file with mode: 0644]
3d-viewer/3d_rendering/raytracing/ray.cpp [new file with mode: 0644]
3d-viewer/3d_rendering/raytracing/ray.h [new file with mode: 0644]
3d-viewer/3d_rendering/raytracing/raypacket.cpp [new file with mode: 0644]
3d-viewer/3d_rendering/raytracing/raypacket.h [new file with mode: 0644]
3d-viewer/3d_rendering/raytracing/render_3d_raytrace.cpp [new file with mode: 0644]
3d-viewer/3d_rendering/raytracing/render_3d_raytrace.h [new file with mode: 0644]
3d-viewer/3d_rendering/raytracing/shapes2D/4pt_polygon_2d.cpp [new file with mode: 0644]
3d-viewer/3d_rendering/raytracing/shapes2D/4pt_polygon_2d.h [new file with mode: 0644]
3d-viewer/3d_rendering/raytracing/shapes2D/bbox_2d.cpp [new file with mode: 0644]
3d-viewer/3d_rendering/raytracing/shapes2D/bbox_2d.h [new file with mode: 0644]
3d-viewer/3d_rendering/raytracing/shapes2D/filled_circle_2d.cpp [new file with mode: 0644]
3d-viewer/3d_rendering/raytracing/shapes2D/filled_circle_2d.h [new file with mode: 0644]
3d-viewer/3d_rendering/raytracing/shapes2D/layer_item_2d.cpp [new file with mode: 0644]
3d-viewer/3d_rendering/raytracing/shapes2D/layer_item_2d.h [new file with mode: 0644]
3d-viewer/3d_rendering/raytracing/shapes2D/object_2d.cpp [new file with mode: 0644]
3d-viewer/3d_rendering/raytracing/shapes2D/object_2d.h [new file with mode: 0644]
3d-viewer/3d_rendering/raytracing/shapes2D/polygon_2d.cpp [new file with mode: 0644]
3d-viewer/3d_rendering/raytracing/shapes2D/polygon_2d.h [new file with mode: 0644]
3d-viewer/3d_rendering/raytracing/shapes2D/ring_2d.cpp [new file with mode: 0644]
3d-viewer/3d_rendering/raytracing/shapes2D/ring_2d.h [new file with mode: 0644]
3d-viewer/3d_rendering/raytracing/shapes2D/round_segment_2d.cpp [new file with mode: 0644]
3d-viewer/3d_rendering/raytracing/shapes2D/round_segment_2d.h [new file with mode: 0644]
3d-viewer/3d_rendering/raytracing/shapes2D/triangle_2d.cpp [new file with mode: 0644]
3d-viewer/3d_rendering/raytracing/shapes2D/triangle_2d.h [new file with mode: 0644]
3d-viewer/3d_rendering/raytracing/shapes3D/bbox_3d.cpp [new file with mode: 0644]
3d-viewer/3d_rendering/raytracing/shapes3D/bbox_3d.h [new file with mode: 0644]
3d-viewer/3d_rendering/raytracing/shapes3D/bbox_3d_ray.cpp [new file with mode: 0644]
3d-viewer/3d_rendering/raytracing/shapes3D/cylinder_3d.cpp [new file with mode: 0644]
3d-viewer/3d_rendering/raytracing/shapes3D/cylinder_3d.h [new file with mode: 0644]
3d-viewer/3d_rendering/raytracing/shapes3D/dummy_block_3d.cpp [new file with mode: 0644]
3d-viewer/3d_rendering/raytracing/shapes3D/dummy_block_3d.h [new file with mode: 0644]
3d-viewer/3d_rendering/raytracing/shapes3D/layer_item_3d.cpp [new file with mode: 0644]
3d-viewer/3d_rendering/raytracing/shapes3D/layer_item_3d.h [new file with mode: 0644]
3d-viewer/3d_rendering/raytracing/shapes3D/object_3d.cpp [new file with mode: 0644]
3d-viewer/3d_rendering/raytracing/shapes3D/object_3d.h [new file with mode: 0644]
3d-viewer/3d_rendering/raytracing/shapes3D/plane_3d.cpp [new file with mode: 0644]
3d-viewer/3d_rendering/raytracing/shapes3D/plane_3d.h [new file with mode: 0644]
3d-viewer/3d_rendering/raytracing/shapes3D/round_segment_3d.cpp [new file with mode: 0644]
3d-viewer/3d_rendering/raytracing/shapes3D/round_segment_3d.h [new file with mode: 0644]
3d-viewer/3d_rendering/raytracing/shapes3D/triangle_3d.cpp [new file with mode: 0644]
3d-viewer/3d_rendering/raytracing/shapes3D/triangle_3d.h [new file with mode: 0644]
3d-viewer/3d_rendering/render_3d_base.cpp [new file with mode: 0644]
3d-viewer/3d_rendering/render_3d_base.h [new file with mode: 0644]
3d-viewer/3d_rendering/test_cases.cpp [new file with mode: 0644]
3d-viewer/3d_rendering/test_cases.h [new file with mode: 0644]
3d-viewer/3d_rendering/track_ball.cpp [new file with mode: 0644]
3d-viewer/3d_rendering/track_ball.h [new file with mode: 0644]
3d-viewer/3d_rendering/trackball.cpp [new file with mode: 0644]
3d-viewer/3d_rendering/trackball.h [new file with mode: 0644]
3d-viewer/3d_viewer/3d_menubar.cpp [new file with mode: 0644]
3d-viewer/3d_viewer/3d_toolbar.cpp [new file with mode: 0644]
3d-viewer/3d_viewer/eda_3d_viewer_frame.cpp [new file with mode: 0644]
3d-viewer/3d_viewer/eda_3d_viewer_frame.h [new file with mode: 0644]
3d-viewer/3d_viewer/eda_3d_viewer_settings.cpp [new file with mode: 0644]
3d-viewer/3d_viewer/eda_3d_viewer_settings.h [new file with mode: 0644]
3d-viewer/3d_viewer/tools/eda_3d_actions.cpp [new file with mode: 0644]
3d-viewer/3d_viewer/tools/eda_3d_actions.h [new file with mode: 0644]
3d-viewer/3d_viewer/tools/eda_3d_conditions.cpp [new file with mode: 0644]
3d-viewer/3d_viewer/tools/eda_3d_conditions.h [new file with mode: 0644]
3d-viewer/3d_viewer/tools/eda_3d_controller.cpp [new file with mode: 0644]
3d-viewer/3d_viewer/tools/eda_3d_controller.h [new file with mode: 0644]
3d-viewer/3d_viewer_id.h [new file with mode: 0644]
3d-viewer/CMakeLists.txt [new file with mode: 0644]
3d-viewer/common_ogl/ogl_attr_list.cpp [new file with mode: 0644]
3d-viewer/common_ogl/ogl_attr_list.h [new file with mode: 0644]
3d-viewer/common_ogl/ogl_utils.cpp [new file with mode: 0644]
3d-viewer/common_ogl/ogl_utils.h [new file with mode: 0644]
3d-viewer/common_ogl/openGL_includes.h [new file with mode: 0644]
3d-viewer/credits.txt [new file with mode: 0644]
3d-viewer/dialogs/3d_cache_dialogs.cpp [new file with mode: 0644]
3d-viewer/dialogs/3d_cache_dialogs.h [new file with mode: 0644]
3d-viewer/dialogs/appearance_controls_3D.cpp [new file with mode: 0644]
3d-viewer/dialogs/appearance_controls_3D.h [new file with mode: 0644]
3d-viewer/dialogs/appearance_controls_3D_base.cpp [new file with mode: 0644]
3d-viewer/dialogs/appearance_controls_3D_base.fbp [new file with mode: 0644]
3d-viewer/dialogs/appearance_controls_3D_base.h [new file with mode: 0644]
3d-viewer/dialogs/dialog_select_3d_model.cpp [new file with mode: 0644]
3d-viewer/dialogs/dialog_select_3d_model.h [new file with mode: 0644]
3d-viewer/dialogs/dialog_select_3d_model_base.cpp [new file with mode: 0644]
3d-viewer/dialogs/dialog_select_3d_model_base.fbp [new file with mode: 0644]
3d-viewer/dialogs/dialog_select_3d_model_base.h [new file with mode: 0644]
3d-viewer/dialogs/panel_3D_display_options.cpp [new file with mode: 0644]
3d-viewer/dialogs/panel_3D_display_options.h [new file with mode: 0644]
3d-viewer/dialogs/panel_3D_display_options_base.cpp [new file with mode: 0644]
3d-viewer/dialogs/panel_3D_display_options_base.fbp [new file with mode: 0644]
3d-viewer/dialogs/panel_3D_display_options_base.h [new file with mode: 0644]
3d-viewer/dialogs/panel_3D_opengl_options.cpp [new file with mode: 0644]
3d-viewer/dialogs/panel_3D_opengl_options.h [new file with mode: 0644]
3d-viewer/dialogs/panel_3D_opengl_options_base.cpp [new file with mode: 0644]
3d-viewer/dialogs/panel_3D_opengl_options_base.fbp [new file with mode: 0644]
3d-viewer/dialogs/panel_3D_opengl_options_base.h [new file with mode: 0644]
3d-viewer/dialogs/panel_3D_raytracing_options.cpp [new file with mode: 0644]
3d-viewer/dialogs/panel_3D_raytracing_options.h [new file with mode: 0644]
3d-viewer/dialogs/panel_3D_raytracing_options_base.cpp [new file with mode: 0644]
3d-viewer/dialogs/panel_3D_raytracing_options_base.fbp [new file with mode: 0644]
3d-viewer/dialogs/panel_3D_raytracing_options_base.h [new file with mode: 0644]
3d-viewer/dialogs/panel_preview_3d_model.cpp [new file with mode: 0644]
3d-viewer/dialogs/panel_preview_3d_model.h [new file with mode: 0644]
3d-viewer/dialogs/panel_preview_3d_model_base.cpp [new file with mode: 0644]
3d-viewer/dialogs/panel_preview_3d_model_base.fbp [new file with mode: 0644]
3d-viewer/dialogs/panel_preview_3d_model_base.h [new file with mode: 0644]
AUTHORS.txt [new file with mode: 0644]
CMakeLists.txt [new file with mode: 0644]
CMakeSettings.json.sample [new file with mode: 0644]
CONTRIBUTING.md [new file with mode: 0644]
INSTALL.txt [new file with mode: 0644]
LICENSE [new file with mode: 0644]
LICENSE.3-CLAUSE-BSD [new file with mode: 0644]
LICENSE.APACHE-2.0 [new file with mode: 0644]
LICENSE.BOOSTv1_0 [new file with mode: 0644]
LICENSE.CC-BY-SA-4.0 [new file with mode: 0644]
LICENSE.CC0 [new file with mode: 0644]
LICENSE.GPLv3 [new file with mode: 0644]
LICENSE.ISC [new file with mode: 0644]
LICENSE.MIT [new file with mode: 0644]
LICENSE.README [new file with mode: 0644]
README.md [new file with mode: 0644]
_clang-format [new file with mode: 0644]
bitmap2component/CMakeLists.txt [new file with mode: 0644]
bitmap2component/bitmap2cmp_control.cpp [new file with mode: 0644]
bitmap2component/bitmap2cmp_control.h [new file with mode: 0644]
bitmap2component/bitmap2cmp_frame.cpp [new file with mode: 0644]
bitmap2component/bitmap2cmp_frame.h [new file with mode: 0644]
bitmap2component/bitmap2cmp_main.cpp [new file with mode: 0644]
bitmap2component/bitmap2cmp_panel.cpp [new file with mode: 0644]
bitmap2component/bitmap2cmp_panel.h [new file with mode: 0644]
bitmap2component/bitmap2cmp_panel_base.cpp [new file with mode: 0644]
bitmap2component/bitmap2cmp_panel_base.fbp [new file with mode: 0644]
bitmap2component/bitmap2cmp_panel_base.h [new file with mode: 0644]
bitmap2component/bitmap2cmp_settings.cpp [new file with mode: 0644]
bitmap2component/bitmap2cmp_settings.h [new file with mode: 0644]
bitmap2component/bitmap2component.cpp [new file with mode: 0644]
bitmap2component/bitmap2component.h [new file with mode: 0644]
bitmap2component/bitmap2component.icns [new file with mode: 0644]
cmake/BuildSteps/CreateDocsetDoxyfile.cmake [new file with mode: 0644]
cmake/BuildSteps/CreateShaderCpp.cmake [new file with mode: 0644]
cmake/BuildSteps/Html2C.cmake [new file with mode: 0644]
cmake/BuildSteps/LemonParserGenerator.cmake [new file with mode: 0644]
cmake/BuildSteps/TokenList2DsnLexer.cmake [new file with mode: 0644]
cmake/BuildSteps/TranslatePlatformMetadata_linux.cmake [new file with mode: 0644]
cmake/BuildSteps/Txt2C.cmake [new file with mode: 0644]
cmake/BuildSteps/WritePlatformMetadata_linux.cmake [new file with mode: 0644]
cmake/BuildSteps/WriteVersionHeader.cmake [new file with mode: 0644]
cmake/BuildSteps/markdown2C.cmake [new file with mode: 0644]
cmake/CMakeFindFrameworks.cmake [new file with mode: 0644]
cmake/CheckFindPackageResult.cmake [new file with mode: 0644]
cmake/ConfigurePlatform.cmake [new file with mode: 0644]
cmake/CreateGitVersionHeader.cmake [new file with mode: 0644]
cmake/FindCairo.cmake [new file with mode: 0644]
cmake/FindFontconfig.cmake [new file with mode: 0644]
cmake/FindGLEW.cmake [new file with mode: 0644]
cmake/FindGLM.cmake [new file with mode: 0644]
cmake/FindHarfBuzz.cmake [new file with mode: 0644]
cmake/FindOCC.cmake [new file with mode: 0644]
cmake/FindPackageMessage.cmake [new file with mode: 0644]
cmake/FindPixman.cmake [new file with mode: 0644]
cmake/FindPythonInterp.cmake [new file with mode: 0644]
cmake/FindPythonLibs.cmake [new file with mode: 0644]
cmake/FindSWIG.cmake [new file with mode: 0644]
cmake/FindWayland.cmake [new file with mode: 0644]
cmake/Findlibgit2.cmake [new file with mode: 0644]
cmake/Findngspice.cmake [new file with mode: 0644]
cmake/FindwxPython.cmake [new file with mode: 0644]
cmake/FindwxWidgets.cmake [new file with mode: 0644]
cmake/Functions.cmake [new file with mode: 0644]
cmake/InstallSteps/InstallMacOS.cmake [new file with mode: 0644]
cmake/InstallSteps/RefixupMacOS.cmake [new file with mode: 0644]
cmake/InstallSteps/SignMacOS.cmake [new file with mode: 0644]
cmake/KiCadFullVersion.cmake [new file with mode: 0644]
cmake/KiCadQABuildUtils.cmake [new file with mode: 0644]
cmake/KiCadVersion.cmake [new file with mode: 0644]
cmake/MSVCAssemblyHelper.cmake [new file with mode: 0644]
cmake/MinGWResourceCompiler.cmake [new file with mode: 0644]
cmake/PerformFeatureChecks.cmake [new file with mode: 0644]
cmake/SelectLibraryConfigurations.cmake [new file with mode: 0644]
cmake/UsewxWidgets.cmake [new file with mode: 0644]
cmake/Warnings.cmake [new file with mode: 0644]
cmake/WritePlatformMetadata_macos.cmake [new file with mode: 0644]
cmake/cmake_uninstall.cmake.in [new file with mode: 0644]
cmake/config.h.cmake [new file with mode: 0644]
code-of-conduct.md [new file with mode: 0644]
common/CMakeLists.txt [new file with mode: 0644]
common/advanced_config.cpp [new file with mode: 0644]
common/array_axis.cpp [new file with mode: 0644]
common/array_options.cpp [new file with mode: 0644]
common/asset_archive.cpp [new file with mode: 0644]
common/background_jobs_monitor.cpp [new file with mode: 0644]
common/base_screen.cpp [new file with mode: 0644]
common/bin_mod.cpp [new file with mode: 0644]
common/bitmap.cpp [new file with mode: 0644]
common/bitmap_base.cpp [new file with mode: 0644]
common/bitmap_info.cpp [new file with mode: 0644]
common/bitmap_store.cpp [new file with mode: 0644]
common/board_printout.cpp [new file with mode: 0644]
common/build_version.cpp [new file with mode: 0644]
common/callback_gal.cpp [new file with mode: 0644]
common/cli_progress_reporter.cpp [new file with mode: 0644]
common/commit.cpp [new file with mode: 0644]
common/common.cpp [new file with mode: 0644]
common/config_params.cpp [new file with mode: 0644]
common/confirm.cpp [new file with mode: 0644]
common/database/database_connection.cpp [new file with mode: 0644]
common/database/database_lib_settings.cpp [new file with mode: 0644]
common/dialog_about/AboutDialog_main.cpp [new file with mode: 0644]
common/dialog_about/aboutinfo.h [new file with mode: 0644]
common/dialog_about/dialog_about.cpp [new file with mode: 0644]
common/dialog_about/dialog_about.h [new file with mode: 0644]
common/dialog_about/dialog_about_base.cpp [new file with mode: 0644]
common/dialog_about/dialog_about_base.fbp [new file with mode: 0644]
common/dialog_about/dialog_about_base.h [new file with mode: 0644]
common/dialog_shim.cpp [new file with mode: 0644]
common/dialogs/dialog_HTML_reporter_base.cpp [new file with mode: 0644]
common/dialogs/dialog_HTML_reporter_base.fbp [new file with mode: 0644]
common/dialogs/dialog_HTML_reporter_base.h [new file with mode: 0644]
common/dialogs/dialog_assign_netclass.cpp [new file with mode: 0644]
common/dialogs/dialog_assign_netclass_base.cpp [new file with mode: 0644]
common/dialogs/dialog_assign_netclass_base.fbp [new file with mode: 0644]
common/dialogs/dialog_assign_netclass_base.h [new file with mode: 0644]
common/dialogs/dialog_book_reporter.cpp [new file with mode: 0644]
common/dialogs/dialog_book_reporter_base.cpp [new file with mode: 0644]
common/dialogs/dialog_book_reporter_base.fbp [new file with mode: 0644]
common/dialogs/dialog_book_reporter_base.h [new file with mode: 0644]
common/dialogs/dialog_color_picker.cpp [new file with mode: 0644]
common/dialogs/dialog_color_picker_base.cpp [new file with mode: 0644]
common/dialogs/dialog_color_picker_base.fbp [new file with mode: 0644]
common/dialogs/dialog_color_picker_base.h [new file with mode: 0644]
common/dialogs/dialog_configure_paths.cpp [new file with mode: 0644]
common/dialogs/dialog_configure_paths_base.cpp [new file with mode: 0644]
common/dialogs/dialog_configure_paths_base.fbp [new file with mode: 0644]
common/dialogs/dialog_configure_paths_base.h [new file with mode: 0644]
common/dialogs/dialog_display_html_text_base.cpp [new file with mode: 0644]
common/dialogs/dialog_display_html_text_base.fbp [new file with mode: 0644]
common/dialogs/dialog_display_html_text_base.h [new file with mode: 0644]
common/dialogs/dialog_edit_library_tables.cpp [new file with mode: 0644]
common/dialogs/dialog_global_lib_table_config.cpp [new file with mode: 0644]
common/dialogs/dialog_global_lib_table_config_base.cpp [new file with mode: 0644]
common/dialogs/dialog_global_lib_table_config_base.fbp [new file with mode: 0644]
common/dialogs/dialog_global_lib_table_config_base.h [new file with mode: 0644]
common/dialogs/dialog_grid_settings.cpp [new file with mode: 0644]
common/dialogs/dialog_grid_settings.fbp [new file with mode: 0644]
common/dialogs/dialog_grid_settings_base.cpp [new file with mode: 0644]
common/dialogs/dialog_grid_settings_base.h [new file with mode: 0644]
common/dialogs/dialog_hotkey_list.cpp [new file with mode: 0644]
common/dialogs/dialog_import_choose_project.cpp [new file with mode: 0644]
common/dialogs/dialog_import_choose_project.h [new file with mode: 0644]
common/dialogs/dialog_import_choose_project_base.cpp [new file with mode: 0644]
common/dialogs/dialog_import_choose_project_base.fbp [new file with mode: 0644]
common/dialogs/dialog_import_choose_project_base.h [new file with mode: 0644]
common/dialogs/dialog_locked_items_query.cpp [new file with mode: 0644]
common/dialogs/dialog_locked_items_query_base.cpp [new file with mode: 0644]
common/dialogs/dialog_locked_items_query_base.fbp [new file with mode: 0644]
common/dialogs/dialog_locked_items_query_base.h [new file with mode: 0644]
common/dialogs/dialog_migrate_settings.cpp [new file with mode: 0644]
common/dialogs/dialog_migrate_settings_base.cpp [new file with mode: 0644]
common/dialogs/dialog_migrate_settings_base.fbp [new file with mode: 0644]
common/dialogs/dialog_migrate_settings_base.h [new file with mode: 0644]
common/dialogs/dialog_page_settings.cpp [new file with mode: 0644]
common/dialogs/dialog_page_settings_base.cpp [new file with mode: 0644]
common/dialogs/dialog_page_settings_base.fbp [new file with mode: 0644]
common/dialogs/dialog_page_settings_base.h [new file with mode: 0644]
common/dialogs/dialog_paste_special.cpp [new file with mode: 0644]
common/dialogs/dialog_paste_special_base.cpp [new file with mode: 0644]
common/dialogs/dialog_paste_special_base.fbp [new file with mode: 0644]
common/dialogs/dialog_paste_special_base.h [new file with mode: 0644]
common/dialogs/dialog_plugin_options.cpp [new file with mode: 0644]
common/dialogs/dialog_plugin_options_base.cpp [new file with mode: 0644]
common/dialogs/dialog_plugin_options_base.fbp [new file with mode: 0644]
common/dialogs/dialog_plugin_options_base.h [new file with mode: 0644]
common/dialogs/dialog_print_generic.cpp [new file with mode: 0644]
common/dialogs/dialog_print_generic_base.cpp [new file with mode: 0644]
common/dialogs/dialog_print_generic_base.fbp [new file with mode: 0644]
common/dialogs/dialog_print_generic_base.h [new file with mode: 0644]
common/dialogs/dialog_text_entry.cpp [new file with mode: 0644]
common/dialogs/dialog_text_entry_base.cpp [new file with mode: 0644]
common/dialogs/dialog_text_entry_base.fbp [new file with mode: 0644]
common/dialogs/dialog_text_entry_base.h [new file with mode: 0644]
common/dialogs/dialog_unit_entry.cpp [new file with mode: 0644]
common/dialogs/dialog_unit_entry_base.cpp [new file with mode: 0644]
common/dialogs/dialog_unit_entry_base.fbp [new file with mode: 0644]
common/dialogs/dialog_unit_entry_base.h [new file with mode: 0644]
common/dialogs/eda_list_dialog.cpp [new file with mode: 0644]
common/dialogs/eda_list_dialog_base.cpp [new file with mode: 0644]
common/dialogs/eda_list_dialog_base.fbp [new file with mode: 0644]
common/dialogs/eda_list_dialog_base.h [new file with mode: 0644]
common/dialogs/eda_reorderable_list_dialog.cpp [new file with mode: 0644]
common/dialogs/eda_reorderable_list_dialog_base.cpp [new file with mode: 0644]
common/dialogs/eda_reorderable_list_dialog_base.fbp [new file with mode: 0644]
common/dialogs/eda_reorderable_list_dialog_base.h [new file with mode: 0644]
common/dialogs/eda_view_switcher.cpp [new file with mode: 0644]
common/dialogs/eda_view_switcher_base.cpp [new file with mode: 0644]
common/dialogs/eda_view_switcher_base.fbp [new file with mode: 0644]
common/dialogs/eda_view_switcher_base.h [new file with mode: 0644]
common/dialogs/git/dialog_git_auth.cpp [new file with mode: 0644]
common/dialogs/git/dialog_git_auth.h [new file with mode: 0644]
common/dialogs/git/dialog_git_commit.cpp [new file with mode: 0644]
common/dialogs/git/dialog_git_commit.h [new file with mode: 0644]
common/dialogs/git/dialog_git_progress.cpp [new file with mode: 0644]
common/dialogs/git/dialog_git_repository.cpp [new file with mode: 0644]
common/dialogs/git/dialog_git_repository.h [new file with mode: 0644]
common/dialogs/git/dialog_git_repository_base.cpp [new file with mode: 0644]
common/dialogs/git/dialog_git_repository_base.fbp [new file with mode: 0644]
common/dialogs/git/dialog_git_repository_base.h [new file with mode: 0644]
common/dialogs/git/dialog_git_switch.cpp [new file with mode: 0644]
common/dialogs/git/dialog_git_switch.h [new file with mode: 0644]
common/dialogs/git/panel_git_repos.cpp [new file with mode: 0644]
common/dialogs/git/panel_git_repos.h [new file with mode: 0644]
common/dialogs/git/panel_git_repos_base.cpp [new file with mode: 0644]
common/dialogs/git/panel_git_repos_base.h [new file with mode: 0644]
common/dialogs/git/panel_git_repositories_base.fbp [new file with mode: 0644]
common/dialogs/hotkey_cycle_popup.cpp [new file with mode: 0644]
common/dialogs/hotkey_cycle_popup.h [new file with mode: 0644]
common/dialogs/html_message_box.cpp [new file with mode: 0644]
common/dialogs/panel_color_settings.cpp [new file with mode: 0644]
common/dialogs/panel_color_settings_base.cpp [new file with mode: 0644]
common/dialogs/panel_color_settings_base.fbp [new file with mode: 0644]
common/dialogs/panel_color_settings_base.h [new file with mode: 0644]
common/dialogs/panel_common_settings.cpp [new file with mode: 0644]
common/dialogs/panel_common_settings_base.cpp [new file with mode: 0644]
common/dialogs/panel_common_settings_base.fbp [new file with mode: 0644]
common/dialogs/panel_common_settings_base.h [new file with mode: 0644]
common/dialogs/panel_data_collection.cpp [new file with mode: 0644]
common/dialogs/panel_data_collection_base.cpp [new file with mode: 0644]
common/dialogs/panel_data_collection_base.fbp [new file with mode: 0644]
common/dialogs/panel_data_collection_base.h [new file with mode: 0644]
common/dialogs/panel_gal_display_options.cpp [new file with mode: 0644]
common/dialogs/panel_grid_settings.cpp [new file with mode: 0644]
common/dialogs/panel_grid_settings_base.cpp [new file with mode: 0644]
common/dialogs/panel_grid_settings_base.fbp [new file with mode: 0644]
common/dialogs/panel_grid_settings_base.h [new file with mode: 0644]
common/dialogs/panel_hotkeys_editor.cpp [new file with mode: 0644]
common/dialogs/panel_image_editor.cpp [new file with mode: 0644]
common/dialogs/panel_image_editor_base.cpp [new file with mode: 0644]
common/dialogs/panel_image_editor_base.fbp [new file with mode: 0644]
common/dialogs/panel_image_editor_base.h [new file with mode: 0644]
common/dialogs/panel_mouse_settings.cpp [new file with mode: 0644]
common/dialogs/panel_mouse_settings_base.cpp [new file with mode: 0644]
common/dialogs/panel_mouse_settings_base.fbp [new file with mode: 0644]
common/dialogs/panel_mouse_settings_base.h [new file with mode: 0644]
common/dialogs/panel_packages_and_updates.cpp [new file with mode: 0644]
common/dialogs/panel_packages_and_updates.h [new file with mode: 0644]
common/dialogs/panel_packages_and_updates_base.cpp [new file with mode: 0644]
common/dialogs/panel_packages_and_updates_base.fbp [new file with mode: 0644]
common/dialogs/panel_packages_and_updates_base.h [new file with mode: 0644]
common/dialogs/panel_setup_netclasses.cpp [new file with mode: 0644]
common/dialogs/panel_setup_netclasses_base.cpp [new file with mode: 0644]
common/dialogs/panel_setup_netclasses_base.fbp [new file with mode: 0644]
common/dialogs/panel_setup_netclasses_base.h [new file with mode: 0644]
common/dialogs/panel_setup_severities.cpp [new file with mode: 0644]
common/dialogs/panel_text_variables.cpp [new file with mode: 0644]
common/dialogs/panel_text_variables_base.cpp [new file with mode: 0644]
common/dialogs/panel_text_variables_base.fbp [new file with mode: 0644]
common/dialogs/panel_text_variables_base.h [new file with mode: 0644]
common/dpi_scaling_common.cpp [new file with mode: 0644]
common/draw_panel_gal.cpp [new file with mode: 0644]
common/drawing_sheet/drawing_sheet.keywords [new file with mode: 0644]
common/drawing_sheet/drawing_sheet_default_description.cpp [new file with mode: 0644]
common/drawing_sheet/drawing_sheet_parser.cpp [new file with mode: 0644]
common/drawing_sheet/ds_data_item.cpp [new file with mode: 0644]
common/drawing_sheet/ds_data_model.cpp [new file with mode: 0644]
common/drawing_sheet/ds_data_model_io.cpp [new file with mode: 0644]
common/drawing_sheet/ds_draw_item.cpp [new file with mode: 0644]
common/drawing_sheet/ds_painter.cpp [new file with mode: 0644]
common/drawing_sheet/ds_proxy_undo_item.cpp [new file with mode: 0644]
common/drawing_sheet/ds_proxy_view_item.cpp [new file with mode: 0644]
common/drc_rules.keywords [new file with mode: 0644]
common/dsnlexer.cpp [new file with mode: 0644]
common/eda_base_frame.cpp [new file with mode: 0644]
common/eda_dde.cpp [new file with mode: 0644]
common/eda_doc.cpp [new file with mode: 0644]
common/eda_draw_frame.cpp [new file with mode: 0644]
common/eda_item.cpp [new file with mode: 0644]
common/eda_pattern_match.cpp [new file with mode: 0644]
common/eda_shape.cpp [new file with mode: 0644]
common/eda_text.cpp [new file with mode: 0644]
common/eda_tools.cpp [new file with mode: 0644]
common/eda_units.cpp [new file with mode: 0644]
common/env_paths.cpp [new file with mode: 0644]
common/env_vars.cpp [new file with mode: 0644]
common/exceptions.cpp [new file with mode: 0644]
common/executable_names.cpp [new file with mode: 0644]
common/file_history.cpp [new file with mode: 0644]
common/filename_resolver.cpp [new file with mode: 0644]
common/filter_reader.cpp [new file with mode: 0644]
common/font/font.cpp [new file with mode: 0644]
common/font/fontconfig.cpp [new file with mode: 0644]
common/font/glyph.cpp [new file with mode: 0644]
common/font/outline_decomposer.cpp [new file with mode: 0644]
common/font/outline_font.cpp [new file with mode: 0644]
common/font/stroke_font.cpp [new file with mode: 0644]
common/font/text_attributes.cpp [new file with mode: 0644]
common/font/version_info.cpp [new file with mode: 0644]
common/footprint_filter.cpp [new file with mode: 0644]
common/footprint_info.cpp [new file with mode: 0644]
common/fp_lib_table.cpp [new file with mode: 0644]
common/gal/3d/camera.cpp [new file with mode: 0644]
common/gal/CMakeLists.txt [new file with mode: 0644]
common/gal/cairo/cairo_compositor.cpp [new file with mode: 0644]
common/gal/cairo/cairo_gal.cpp [new file with mode: 0644]
common/gal/cairo/cairo_print.cpp [new file with mode: 0644]
common/gal/color4d.cpp [new file with mode: 0644]
common/gal/cursors.cpp [new file with mode: 0644]
common/gal/dpi_scaling.cpp [new file with mode: 0644]
common/gal/gal_display_options.cpp [new file with mode: 0644]
common/gal/graphics_abstraction_layer.cpp [new file with mode: 0644]
common/gal/hidpi_gl_3D_canvas.cpp [new file with mode: 0644]
common/gal/hidpi_gl_canvas.cpp [new file with mode: 0644]
common/gal/opengl/SmaaAreaTex.h [new file with mode: 0644]
common/gal/opengl/SmaaSearchTex.h [new file with mode: 0644]
common/gal/opengl/antialiasing.cpp [new file with mode: 0644]
common/gal/opengl/antialiasing.h [new file with mode: 0644]
common/gal/opengl/bitmap_font_desc.c [new file with mode: 0644]
common/gal/opengl/bitmap_font_img.c [new file with mode: 0644]
common/gal/opengl/cached_container.cpp [new file with mode: 0644]
common/gal/opengl/cached_container_gpu.cpp [new file with mode: 0644]
common/gal/opengl/cached_container_ram.cpp [new file with mode: 0644]
common/gal/opengl/font-specification.svg [new file with mode: 0644]
common/gal/opengl/gl_context_mgr.cpp [new file with mode: 0644]
common/gal/opengl/gl_resources.cpp [new file with mode: 0644]
common/gal/opengl/gl_resources.h [new file with mode: 0644]
common/gal/opengl/gpu_manager.cpp [new file with mode: 0644]
common/gal/opengl/noncached_container.cpp [new file with mode: 0644]
common/gal/opengl/opengl_compositor.cpp [new file with mode: 0644]
common/gal/opengl/opengl_gal.cpp [new file with mode: 0644]
common/gal/opengl/shader.cpp [new file with mode: 0644]
common/gal/opengl/ubuntu-font-licence-1.0.txt [new file with mode: 0644]
common/gal/opengl/utils.cpp [new file with mode: 0644]
common/gal/opengl/vertex_container.cpp [new file with mode: 0644]
common/gal/opengl/vertex_item.cpp [new file with mode: 0644]
common/gal/opengl/vertex_manager.cpp [new file with mode: 0644]
common/gal/painter.cpp [new file with mode: 0644]
common/gal/shaders/kicad_frag.glsl [new file with mode: 0644]
common/gal/shaders/kicad_vert.glsl [new file with mode: 0644]
common/gal/shaders/smaa_base.glsl [new file with mode: 0644]
common/gal/shaders/smaa_pass_1_frag_color.glsl [new file with mode: 0644]
common/gal/shaders/smaa_pass_1_frag_luma.glsl [new file with mode: 0644]
common/gal/shaders/smaa_pass_1_vert.glsl [new file with mode: 0644]
common/gal/shaders/smaa_pass_2_frag.glsl [new file with mode: 0644]
common/gal/shaders/smaa_pass_2_vert.glsl [new file with mode: 0644]
common/gal/shaders/smaa_pass_3_frag.glsl [new file with mode: 0644]
common/gal/shaders/smaa_pass_3_vert.glsl [new file with mode: 0644]
common/gal_display_options_common.cpp [new file with mode: 0644]
common/gbr_metadata.cpp [new file with mode: 0644]
common/gestfich.cpp [new file with mode: 0644]
common/git/git_add_to_index_handler.cpp [new file with mode: 0644]
common/git/git_add_to_index_handler.h [new file with mode: 0644]
common/git/git_clone_handler.cpp [new file with mode: 0644]
common/git/git_clone_handler.h [new file with mode: 0644]
common/git/git_commit_handler.cpp [new file with mode: 0644]
common/git/git_commit_handler.h [new file with mode: 0644]
common/git/git_compare_handler.cpp [new file with mode: 0644]
common/git/git_compare_handler.h [new file with mode: 0644]
common/git/git_progress.h [new file with mode: 0644]
common/git/git_pull_handler.cpp [new file with mode: 0644]
common/git/git_pull_handler.h [new file with mode: 0644]
common/git/git_push_handler.cpp [new file with mode: 0644]
common/git/git_push_handler.h [new file with mode: 0644]
common/git/git_remove_from_index_handler.cpp [new file with mode: 0644]
common/git/git_remove_from_index_handler.h [new file with mode: 0644]
common/git/git_remove_vcs_handler.cpp [new file with mode: 0644]
common/git/git_remove_vcs_handler.h [new file with mode: 0644]
common/git/git_resolve_conflict_handler.cpp [new file with mode: 0644]
common/git/git_resolve_conflict_handler.h [new file with mode: 0644]
common/git/git_revert_handler.cpp [new file with mode: 0644]
common/git/git_revert_handler.h [new file with mode: 0644]
common/git/git_switch_branch_handler.cpp [new file with mode: 0644]
common/git/git_switch_branch_handler.h [new file with mode: 0644]
common/git/git_sync_handler.cpp [new file with mode: 0644]
common/git/git_sync_handler.h [new file with mode: 0644]
common/git/kicad_git_blob_reader.h [new file with mode: 0644]
common/git/kicad_git_common.cpp [new file with mode: 0644]
common/git/kicad_git_common.h [new file with mode: 0644]
common/git/kicad_git_compat.h [new file with mode: 0644]
common/git/kicad_git_errors.cpp [new file with mode: 0644]
common/git/kicad_git_errors.h [new file with mode: 0644]
common/gr_basic.cpp [new file with mode: 0644]
common/gr_text.cpp [new file with mode: 0644]
common/grid_tricks.cpp [new file with mode: 0644]
common/hash_eda.cpp [new file with mode: 0644]
common/hotkey_store.cpp [new file with mode: 0644]
common/hotkeys_basic.cpp [new file with mode: 0644]
common/http_lib/http_lib_connection.cpp [new file with mode: 0644]
common/http_lib/http_lib_settings.cpp [new file with mode: 0644]
common/import_gfx/dxf_import_plugin.cpp [new file with mode: 0644]
common/import_gfx/dxf_import_plugin.h [new file with mode: 0644]
common/import_gfx/examples/basic_ellipses.dxf [new file with mode: 0644]
common/import_gfx/examples/test_outlines.dxf [new file with mode: 0644]
common/import_gfx/graphics_import_mgr.cpp [new file with mode: 0644]
common/import_gfx/graphics_import_mgr.h [new file with mode: 0644]
common/import_gfx/graphics_import_plugin.h [new file with mode: 0644]
common/import_gfx/graphics_importer.cpp [new file with mode: 0644]
common/import_gfx/graphics_importer.h [new file with mode: 0644]
common/import_gfx/graphics_importer_buffer.cpp [new file with mode: 0644]
common/import_gfx/graphics_importer_buffer.h [new file with mode: 0644]
common/import_gfx/svg_import_plugin.cpp [new file with mode: 0644]
common/import_gfx/svg_import_plugin.h [new file with mode: 0644]
common/io/altium/altium_ascii_parser.cpp [new file with mode: 0644]
common/io/altium/altium_ascii_parser.h [new file with mode: 0644]
common/io/altium/altium_binary_parser.cpp [new file with mode: 0644]
common/io/altium/altium_binary_parser.h [new file with mode: 0644]
common/io/altium/altium_parser_utils.cpp [new file with mode: 0644]
common/io/altium/altium_parser_utils.h [new file with mode: 0644]
common/io/altium/altium_props_utils.cpp [new file with mode: 0644]
common/io/altium/altium_props_utils.h [new file with mode: 0644]
common/io/cadstar/cadstar_archive_objects.h [new file with mode: 0644]
common/io/cadstar/cadstar_archive_parser.cpp [new file with mode: 0644]
common/io/cadstar/cadstar_archive_parser.h [new file with mode: 0644]
common/io/cadstar/cadstar_parts_lib_grammar.h [new file with mode: 0644]
common/io/cadstar/cadstar_parts_lib_model.h [new file with mode: 0644]
common/io/cadstar/cadstar_parts_lib_parser.cpp [new file with mode: 0644]
common/io/cadstar/cadstar_parts_lib_parser.h [new file with mode: 0644]
common/io/common/plugin_common_choose_project.h [new file with mode: 0644]
common/io/eagle/eagle_parser.cpp [new file with mode: 0644]
common/io/eagle/eagle_parser.h [new file with mode: 0644]
common/io/easyeda/easyeda_parser_base.cpp [new file with mode: 0644]
common/io/easyeda/easyeda_parser_base.h [new file with mode: 0644]
common/io/easyeda/easyeda_parser_structs.cpp [new file with mode: 0644]
common/io/easyeda/easyeda_parser_structs.h [new file with mode: 0644]
common/io/easyedapro/easyedapro_import_utils.cpp [new file with mode: 0644]
common/io/easyedapro/easyedapro_import_utils.h [new file with mode: 0644]
common/io/easyedapro/easyedapro_parser.cpp [new file with mode: 0644]
common/io/easyedapro/easyedapro_parser.h [new file with mode: 0644]
common/io/io_base.cpp [new file with mode: 0644]
common/io/io_utils.cpp [new file with mode: 0644]
common/io/io_utils.h [new file with mode: 0644]
common/io/kicad/kicad_io_utils.cpp [new file with mode: 0644]
common/jobs/job.cpp [new file with mode: 0644]
common/jobs/job.h [new file with mode: 0644]
common/jobs/job_dispatcher.cpp [new file with mode: 0644]
common/jobs/job_dispatcher.h [new file with mode: 0644]
common/jobs/job_export_pcb_3d.cpp [new file with mode: 0644]
common/jobs/job_export_pcb_3d.h [new file with mode: 0644]
common/jobs/job_export_pcb_drill.cpp [new file with mode: 0644]
common/jobs/job_export_pcb_drill.h [new file with mode: 0644]
common/jobs/job_export_pcb_dxf.cpp [new file with mode: 0644]
common/jobs/job_export_pcb_dxf.h [new file with mode: 0644]
common/jobs/job_export_pcb_gerber.cpp [new file with mode: 0644]
common/jobs/job_export_pcb_gerber.h [new file with mode: 0644]
common/jobs/job_export_pcb_gerbers.cpp [new file with mode: 0644]
common/jobs/job_export_pcb_gerbers.h [new file with mode: 0644]
common/jobs/job_export_pcb_ipc2581.cpp [new file with mode: 0644]
common/jobs/job_export_pcb_ipc2581.h [new file with mode: 0644]
common/jobs/job_export_pcb_pdf.cpp [new file with mode: 0644]
common/jobs/job_export_pcb_pdf.h [new file with mode: 0644]
common/jobs/job_export_pcb_pos.cpp [new file with mode: 0644]
common/jobs/job_export_pcb_pos.h [new file with mode: 0644]
common/jobs/job_export_pcb_svg.cpp [new file with mode: 0644]
common/jobs/job_export_pcb_svg.h [new file with mode: 0644]
common/jobs/job_export_sch_bom.cpp [new file with mode: 0644]
common/jobs/job_export_sch_bom.h [new file with mode: 0644]
common/jobs/job_export_sch_netlist.cpp [new file with mode: 0644]
common/jobs/job_export_sch_netlist.h [new file with mode: 0644]
common/jobs/job_export_sch_plot.cpp [new file with mode: 0644]
common/jobs/job_export_sch_plot.h [new file with mode: 0644]
common/jobs/job_export_sch_pythonbom.cpp [new file with mode: 0644]
common/jobs/job_export_sch_pythonbom.h [new file with mode: 0644]
common/jobs/job_fp_export_svg.cpp [new file with mode: 0644]
common/jobs/job_fp_export_svg.h [new file with mode: 0644]
common/jobs/job_fp_upgrade.cpp [new file with mode: 0644]
common/jobs/job_fp_upgrade.h [new file with mode: 0644]
common/jobs/job_pcb_drc.cpp [new file with mode: 0644]
common/jobs/job_pcb_drc.h [new file with mode: 0644]
common/jobs/job_sch_erc.cpp [new file with mode: 0644]
common/jobs/job_sch_erc.h [new file with mode: 0644]
common/jobs/job_sym_export_svg.cpp [new file with mode: 0644]
common/jobs/job_sym_export_svg.h [new file with mode: 0644]
common/jobs/job_sym_upgrade.cpp [new file with mode: 0644]
common/jobs/job_sym_upgrade.h [new file with mode: 0644]
common/kicad_curl/kicad_curl.cpp [new file with mode: 0644]
common/kicad_curl/kicad_curl_easy.cpp [new file with mode: 0644]
common/kiface_base.cpp [new file with mode: 0644]
common/kiid.cpp [new file with mode: 0644]
common/kiway.cpp [new file with mode: 0644]
common/kiway_express.cpp [new file with mode: 0644]
common/kiway_holder.cpp [new file with mode: 0644]
common/kiway_player.cpp [new file with mode: 0644]
common/launch_ext.cpp [new file with mode: 0644]
common/layer_id.cpp [new file with mode: 0644]
common/lib_id.cpp [new file with mode: 0644]
common/lib_table.keywords [new file with mode: 0644]
common/lib_table_base.cpp [new file with mode: 0644]
common/lib_table_grid_tricks.cpp [new file with mode: 0644]
common/lib_tree_model.cpp [new file with mode: 0644]
common/lib_tree_model_adapter.cpp [new file with mode: 0644]
common/libeval/grammar.lemon [new file with mode: 0644]
common/libeval/numeric_evaluator.cpp [new file with mode: 0644]
common/libeval_compiler/grammar.lemon [new file with mode: 0644]
common/libeval_compiler/libeval_compiler.cpp [new file with mode: 0644]
common/locale_io.cpp [new file with mode: 0644]
common/lset.cpp [new file with mode: 0644]
common/marker_base.cpp [new file with mode: 0644]
common/markup_parser.cpp [new file with mode: 0644]
common/netclass.cpp [new file with mode: 0644]
common/netlist.keywords [new file with mode: 0644]
common/newstroke_font.cpp [new file with mode: 0644]
common/notifications_manager.cpp [new file with mode: 0644]
common/origin_transforms.cpp [new file with mode: 0644]
common/origin_viewitem.cpp [new file with mode: 0644]
common/page_info.cpp [new file with mode: 0644]
common/paths.cpp [new file with mode: 0644]
common/pcb.keywords [new file with mode: 0644]
common/pcb_plot_params.keywords [new file with mode: 0644]
common/pgm_base.cpp [new file with mode: 0644]
common/plotters/DXF_plotter.cpp [new file with mode: 0644]
common/plotters/GERBER_plotter.cpp [new file with mode: 0644]
common/plotters/HPGL_plotter.cpp [new file with mode: 0644]
common/plotters/PDF_plotter.cpp [new file with mode: 0644]
common/plotters/PS_plotter.cpp [new file with mode: 0644]
common/plotters/SVG_plotter.cpp [new file with mode: 0644]
common/plotters/common_plot_functions.cpp [new file with mode: 0644]
common/plotters/plotter.cpp [new file with mode: 0644]
common/preview_items/arc_assistant.cpp [new file with mode: 0644]
common/preview_items/arc_geom_manager.cpp [new file with mode: 0644]
common/preview_items/centreline_rect_item.cpp [new file with mode: 0644]
common/preview_items/draw_context.cpp [new file with mode: 0644]
common/preview_items/polygon_geom_manager.cpp [new file with mode: 0644]
common/preview_items/polygon_item.cpp [new file with mode: 0644]
common/preview_items/preview_utils.cpp [new file with mode: 0644]
common/preview_items/ruler_item.cpp [new file with mode: 0644]
common/preview_items/selection_area.cpp [new file with mode: 0644]
common/preview_items/simple_overlay_item.cpp [new file with mode: 0644]
common/preview_items/two_point_assistant.cpp [new file with mode: 0644]
common/printout.cpp [new file with mode: 0644]
common/project.cpp [new file with mode: 0644]
common/project/board_project_settings.cpp [new file with mode: 0644]
common/project/net_settings.cpp [new file with mode: 0644]
common/project/project_archiver.cpp [new file with mode: 0644]
common/project/project_file.cpp [new file with mode: 0644]
common/project/project_local_settings.cpp [new file with mode: 0644]
common/properties/color4d_variant.cpp [new file with mode: 0644]
common/properties/eda_angle_variant.cpp [new file with mode: 0644]
common/properties/pg_cell_renderer.cpp [new file with mode: 0644]
common/properties/pg_editors.cpp [new file with mode: 0644]
common/properties/pg_properties.cpp [new file with mode: 0644]
common/properties/property_mgr.cpp [new file with mode: 0644]
common/properties/std_optional_variants.cpp [new file with mode: 0644]
common/ptree.cpp [new file with mode: 0644]
common/rc_item.cpp [new file with mode: 0644]
common/refdes_utils.cpp [new file with mode: 0644]
common/render_settings.cpp [new file with mode: 0644]
common/reporter.cpp [new file with mode: 0644]
common/richio.cpp [new file with mode: 0644]
common/scintilla_tricks.cpp [new file with mode: 0644]
common/search_stack.cpp [new file with mode: 0644]
common/searchhelpfilefullpath.cpp [new file with mode: 0644]
common/settings/app_settings.cpp [new file with mode: 0644]
common/settings/aui_settings.cpp [new file with mode: 0644]
common/settings/bom_settings.cpp [new file with mode: 0644]
common/settings/builtin_color_themes.h [new file with mode: 0644]
common/settings/color_settings.cpp [new file with mode: 0644]
common/settings/common_settings.cpp [new file with mode: 0644]
common/settings/cvpcb_settings.cpp [new file with mode: 0644]
common/settings/grid_settings.cpp [new file with mode: 0644]
common/settings/json_settings.cpp [new file with mode: 0644]
common/settings/kicad_settings.cpp [new file with mode: 0644]
common/settings/nested_settings.cpp [new file with mode: 0644]
common/settings/parameters.cpp [new file with mode: 0644]
common/settings/settings_manager.cpp [new file with mode: 0644]
common/single_top.cpp [new file with mode: 0644]
common/status_popup.cpp [new file with mode: 0644]
common/streamwrapper.cpp [new file with mode: 0644]
common/string_utf8_map.cpp [new file with mode: 0644]
common/string_utils.cpp [new file with mode: 0644]
common/stroke_params.cpp [new file with mode: 0644]
common/stroke_params.keywords [new file with mode: 0644]
common/swig/ki_exception.i [new file with mode: 0644]
common/swig/kicad.i [new file with mode: 0644]
common/swig/math.i [new file with mode: 0644]
common/swig/netclass.i [new file with mode: 0644]
common/swig/shape.i [new file with mode: 0644]
common/swig/wx.i [new file with mode: 0644]
common/swig/wx_python_helpers.cpp [new file with mode: 0644]
common/swig/wx_python_helpers.h [new file with mode: 0644]
common/systemdirsappend.cpp [new file with mode: 0644]
common/template_fieldnames.cpp [new file with mode: 0644]
common/template_fieldnames.keywords [new file with mode: 0644]
common/textentry_tricks.cpp [new file with mode: 0644]
common/title_block.cpp [new file with mode: 0644]
common/tool/action_manager.cpp [new file with mode: 0644]
common/tool/action_menu.cpp [new file with mode: 0644]
common/tool/action_toolbar.cpp [new file with mode: 0644]
common/tool/actions.cpp [new file with mode: 0644]
common/tool/common_control.cpp [new file with mode: 0644]
common/tool/common_tools.cpp [new file with mode: 0644]
common/tool/conditional_menu.cpp [new file with mode: 0644]
common/tool/edit_constraints.cpp [new file with mode: 0644]
common/tool/edit_points.cpp [new file with mode: 0644]
common/tool/editor_conditions.cpp [new file with mode: 0644]
common/tool/grid_helper.cpp [new file with mode: 0644]
common/tool/grid_menu.cpp [new file with mode: 0644]
common/tool/picker_tool.cpp [new file with mode: 0644]
common/tool/properties_tool.cpp [new file with mode: 0644]
common/tool/selection.cpp [new file with mode: 0644]
common/tool/selection_conditions.cpp [new file with mode: 0644]
common/tool/selection_tool.cpp [new file with mode: 0644]
common/tool/tool_action.cpp [new file with mode: 0644]
common/tool/tool_base.cpp [new file with mode: 0644]
common/tool/tool_dispatcher.cpp [new file with mode: 0644]
common/tool/tool_event.cpp [new file with mode: 0644]
common/tool/tool_interactive.cpp [new file with mode: 0644]
common/tool/tool_manager.cpp [new file with mode: 0644]
common/tool/tool_menu.cpp [new file with mode: 0644]
common/tool/tools_holder.cpp [new file with mode: 0644]
common/tool/zoom_menu.cpp [new file with mode: 0644]
common/tool/zoom_tool.cpp [new file with mode: 0644]
common/trace_helpers.cpp [new file with mode: 0644]
common/undo_redo_container.cpp [new file with mode: 0644]
common/validators.cpp [new file with mode: 0644]
common/view/view.cpp [new file with mode: 0644]
common/view/view_controls.cpp [new file with mode: 0644]
common/view/view_group.cpp [new file with mode: 0644]
common/view/view_item.cpp [new file with mode: 0644]
common/view/view_overlay.cpp [new file with mode: 0644]
common/view/wx_view_controls.cpp [new file with mode: 0644]
common/view/zoom_controller.cpp [new file with mode: 0644]
common/widgets/app_progress_dialog.cpp [new file with mode: 0644]
common/widgets/bitmap_button.cpp [new file with mode: 0644]
common/widgets/bitmap_toggle.cpp [new file with mode: 0644]
common/widgets/button_row_panel.cpp [new file with mode: 0644]
common/widgets/color_swatch.cpp [new file with mode: 0644]
common/widgets/font_choice.cpp [new file with mode: 0644]
common/widgets/footprint_choice.cpp [new file with mode: 0644]
common/widgets/footprint_diff_widget.cpp [new file with mode: 0644]
common/widgets/footprint_preview_widget.cpp [new file with mode: 0644]
common/widgets/footprint_select_widget.cpp [new file with mode: 0644]
common/widgets/gal_options_panel.cpp [new file with mode: 0644]
common/widgets/gal_options_panel_base.cpp [new file with mode: 0644]
common/widgets/gal_options_panel_base.fbp [new file with mode: 0644]
common/widgets/gal_options_panel_base.h [new file with mode: 0644]
common/widgets/grid_bitmap_toggle.cpp [new file with mode: 0644]
common/widgets/grid_button.cpp [new file with mode: 0644]
common/widgets/grid_color_swatch_helpers.cpp [new file with mode: 0644]
common/widgets/grid_combobox.cpp [new file with mode: 0644]
common/widgets/grid_icon_text_helpers.cpp [new file with mode: 0644]
common/widgets/grid_text_button_helpers.cpp [new file with mode: 0644]
common/widgets/grid_text_helpers.cpp [new file with mode: 0644]
common/widgets/html_window.cpp [new file with mode: 0644]
common/widgets/indicator_icon.cpp [new file with mode: 0644]
common/widgets/kistatusbar.cpp [new file with mode: 0644]
common/widgets/layer_box_selector.cpp [new file with mode: 0644]
common/widgets/lib_tree.cpp [new file with mode: 0644]
common/widgets/mathplot.cpp [new file with mode: 0644]
common/widgets/msgpanel.cpp [new file with mode: 0644]
common/widgets/net_selector.cpp [new file with mode: 0644]
common/widgets/number_badge.cpp [new file with mode: 0644]
common/widgets/paged_dialog.cpp [new file with mode: 0644]
common/widgets/progress_reporter_base.cpp [new file with mode: 0644]
common/widgets/properties_panel.cpp [new file with mode: 0644]
common/widgets/properties_panel.h [new file with mode: 0644]
common/widgets/search_pane.cpp [new file with mode: 0644]
common/widgets/search_pane_base.cpp [new file with mode: 0644]
common/widgets/search_pane_base.fbp [new file with mode: 0644]
common/widgets/search_pane_base.h [new file with mode: 0644]
common/widgets/search_pane_tab.cpp [new file with mode: 0644]
common/widgets/split_button.cpp [new file with mode: 0644]
common/widgets/std_bitmap_button.cpp [new file with mode: 0644]
common/widgets/stepped_slider.cpp [new file with mode: 0644]
common/widgets/text_ctrl_eval.cpp [new file with mode: 0644]
common/widgets/ui_common.cpp [new file with mode: 0644]
common/widgets/unit_binder.cpp [new file with mode: 0644]
common/widgets/widget_hotkey_list.cpp [new file with mode: 0644]
common/widgets/widget_save_restore.cpp [new file with mode: 0644]
common/widgets/wx_aui_art_providers.cpp [new file with mode: 0644]
common/widgets/wx_aui_utils.cpp [new file with mode: 0644]
common/widgets/wx_busy_indicator.cpp [new file with mode: 0644]
common/widgets/wx_collapsible_pane.cpp [new file with mode: 0644]
common/widgets/wx_combobox.cpp [new file with mode: 0644]
common/widgets/wx_dataviewctrl.cpp [new file with mode: 0644]
common/widgets/wx_ellipsized_static_text.cpp [new file with mode: 0644]
common/widgets/wx_grid.cpp [new file with mode: 0644]
common/widgets/wx_html_report_box.cpp [new file with mode: 0644]
common/widgets/wx_html_report_box.h [new file with mode: 0644]
common/widgets/wx_html_report_panel.cpp [new file with mode: 0644]
common/widgets/wx_html_report_panel.h [new file with mode: 0644]
common/widgets/wx_html_report_panel_base.cpp [new file with mode: 0644]
common/widgets/wx_html_report_panel_base.fbp [new file with mode: 0644]
common/widgets/wx_html_report_panel_base.h [new file with mode: 0644]
common/widgets/wx_infobar.cpp [new file with mode: 0644]
common/widgets/wx_listbox.cpp [new file with mode: 0644]
common/widgets/wx_panel.cpp [new file with mode: 0644]
common/widgets/wx_progress_reporters.cpp [new file with mode: 0644]
common/widgets/wx_splitter_window.cpp [new file with mode: 0644]
common/widgets/wx_treebook.cpp [new file with mode: 0644]
common/wildcards_and_files_ext.cpp [new file with mode: 0644]
common/wx_filename.cpp [new file with mode: 0644]
common/xnode.cpp [new file with mode: 0644]
copyright.h [new file with mode: 0644]
cvpcb/CMakeLists.txt [new file with mode: 0644]
cvpcb/auto_associate.cpp [new file with mode: 0644]
cvpcb/auto_associate.h [new file with mode: 0644]
cvpcb/cvpcb.cpp [new file with mode: 0644]
cvpcb/cvpcb.icns [new file with mode: 0644]
cvpcb/cvpcb_association.h [new file with mode: 0644]
cvpcb/cvpcb_doc.icns [new file with mode: 0644]
cvpcb/cvpcb_id.h [new file with mode: 0644]
cvpcb/cvpcb_mainframe.cpp [new file with mode: 0644]
cvpcb/cvpcb_mainframe.h [new file with mode: 0644]
cvpcb/dialogs/dialog_config_equfiles.cpp [new file with mode: 0644]
cvpcb/dialogs/dialog_config_equfiles.h [new file with mode: 0644]
cvpcb/dialogs/dialog_config_equfiles_base.cpp [new file with mode: 0644]
cvpcb/dialogs/dialog_config_equfiles_base.fbp [new file with mode: 0644]
cvpcb/dialogs/dialog_config_equfiles_base.h [new file with mode: 0644]
cvpcb/dialogs/fp_conflict_assignment_selector.cpp [new file with mode: 0644]
cvpcb/dialogs/fp_conflict_assignment_selector.h [new file with mode: 0644]
cvpcb/dialogs/fp_conflict_assignment_selector_base.cpp [new file with mode: 0644]
cvpcb/dialogs/fp_conflict_assignment_selector_base.fbp [new file with mode: 0644]
cvpcb/dialogs/fp_conflict_assignment_selector_base.h [new file with mode: 0644]
cvpcb/display_footprints_frame.cpp [new file with mode: 0644]
cvpcb/display_footprints_frame.h [new file with mode: 0644]
cvpcb/footprints_listbox.cpp [new file with mode: 0644]
cvpcb/library_listbox.cpp [new file with mode: 0644]
cvpcb/listbox_base.cpp [new file with mode: 0644]
cvpcb/listboxes.h [new file with mode: 0644]
cvpcb/menubar.cpp [new file with mode: 0644]
cvpcb/readwrite_dlgs.cpp [new file with mode: 0644]
cvpcb/symbols_listbox.cpp [new file with mode: 0644]
cvpcb/toolbars_cvpcb.cpp [new file with mode: 0644]
cvpcb/tools/cvpcb_actions.cpp [new file with mode: 0644]
cvpcb/tools/cvpcb_actions.h [new file with mode: 0644]
cvpcb/tools/cvpcb_association_tool.cpp [new file with mode: 0644]
cvpcb/tools/cvpcb_association_tool.h [new file with mode: 0644]
cvpcb/tools/cvpcb_control.cpp [new file with mode: 0644]
cvpcb/tools/cvpcb_control.h [new file with mode: 0644]
cvpcb/tools/cvpcb_fpviewer_selection_tool.cpp [new file with mode: 0644]
cvpcb/tools/cvpcb_fpviewer_selection_tool.h [new file with mode: 0644]
demos/CMakeLists.txt [new file with mode: 0644]
demos/complex_hierarchy/ampli_ht.kicad_sch [new file with mode: 0644]
demos/complex_hierarchy/complex_hierarchy.kicad_pcb [new file with mode: 0644]
demos/complex_hierarchy/complex_hierarchy.kicad_pro [new file with mode: 0644]
demos/complex_hierarchy/complex_hierarchy.kicad_sch [new file with mode: 0644]
demos/complex_hierarchy/complex_hierarchy_schlib.kicad_sym [new file with mode: 0644]
demos/complex_hierarchy/fp-lib-table [new file with mode: 0644]
demos/complex_hierarchy/sym-lib-table [new file with mode: 0644]
demos/custom_pads_test/custom_pads_schlib.kicad_sym [new file with mode: 0644]
demos/custom_pads_test/custom_pads_test.kicad_pcb [new file with mode: 0644]
demos/custom_pads_test/custom_pads_test.kicad_pro [new file with mode: 0644]
demos/custom_pads_test/custom_pads_test.kicad_sch [new file with mode: 0644]
demos/custom_pads_test/sym-lib-table [new file with mode: 0644]
demos/ecc83/3d_shapes/ecc83.wrl [new file with mode: 0644]
demos/ecc83/ecc83-pp.kicad_pcb [new file with mode: 0644]
demos/ecc83/ecc83-pp.kicad_pro [new file with mode: 0644]
demos/ecc83/ecc83-pp.kicad_sch [new file with mode: 0644]
demos/ecc83/ecc83-pp_v2.kicad_pcb [new file with mode: 0644]
demos/ecc83/ecc83-pp_v2.kicad_pro [new file with mode: 0644]
demos/ecc83/ecc83-pp_v2.kicad_sch [new file with mode: 0644]
demos/ecc83/ecc83_schlib.kicad_sym [new file with mode: 0644]
demos/ecc83/footprints.pretty/Altech_AK300_1x02_P5.00mm_45-Degree.kicad_mod [new file with mode: 0644]
demos/ecc83/footprints.pretty/MountingHole_3.2mm_M3_DIN965_Pad.kicad_mod [new file with mode: 0644]
demos/ecc83/footprints.pretty/Valve_ECC-83-1.kicad_mod [new file with mode: 0644]
demos/ecc83/footprints.pretty/Valve_ECC-83-2.kicad_mod [new file with mode: 0644]
demos/ecc83/fp-lib-table [new file with mode: 0644]
demos/ecc83/sym-lib-table [new file with mode: 0644]
demos/flat_hierarchy/flat_hierarchy.kicad_pcb [new file with mode: 0644]
demos/flat_hierarchy/flat_hierarchy.kicad_pro [new file with mode: 0644]
demos/flat_hierarchy/flat_hierarchy.kicad_sch [new file with mode: 0644]
demos/flat_hierarchy/fp-lib-table [new file with mode: 0644]
demos/flat_hierarchy/libs/3d_shapes/adjustable_rx2v4.wrl [new file with mode: 0644]
demos/flat_hierarchy/libs/flat_hierarchy_schlib.kicad_sym [new file with mode: 0644]
demos/flat_hierarchy/libs/pic_programmer_fp.pretty/D_DO-35_SOD27_P7.62mm_Horizontal.kicad_mod [new file with mode: 0644]
demos/flat_hierarchy/libs/pic_programmer_fp.pretty/INDUCTOR_V.kicad_mod [new file with mode: 0644]
demos/flat_hierarchy/libs/pic_programmer_fp.pretty/MountingHole_4.3mm_M4_DIN965.kicad_mod [new file with mode: 0644]
demos/flat_hierarchy/libs/pic_programmer_fp.pretty/RV2X4.kicad_mod [new file with mode: 0644]
demos/flat_hierarchy/libs/pic_programmer_fp.pretty/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.kicad_mod [new file with mode: 0644]
demos/flat_hierarchy/libs/pic_programmer_fp.pretty/TO-220-3_Horizontal_TabDown.kicad_mod [new file with mode: 0644]
demos/flat_hierarchy/libs/pic_programmer_fp.pretty/TO-92.kicad_mod [new file with mode: 0644]
demos/flat_hierarchy/pic_programmer.kicad_sch [new file with mode: 0644]
demos/flat_hierarchy/pic_sockets.kicad_sch [new file with mode: 0644]
demos/flat_hierarchy/sym-lib-table [new file with mode: 0644]
demos/interf_u/fp-lib-table [new file with mode: 0644]
demos/interf_u/interf_u.kicad_pcb [new file with mode: 0644]
demos/interf_u/interf_u.kicad_pro [new file with mode: 0644]
demos/interf_u/interf_u.kicad_sch [new file with mode: 0644]
demos/interf_u/interf_u.pretty/BUS_PC.kicad_mod [new file with mode: 0644]
demos/interf_u/interf_u.pretty/PGA120.kicad_mod [new file with mode: 0644]
demos/interf_u/interf_u.pretty/tux.kicad_mod [new file with mode: 0644]
demos/interf_u/interf_u_schlib.kicad_sym [new file with mode: 0644]
demos/interf_u/pagelayout_logo.kicad_wks [new file with mode: 0644]
demos/interf_u/sym-lib-table [new file with mode: 0644]
demos/interf_u/tux.bmp [new file with mode: 0644]
demos/interf_u/tux.kicad_sym [new file with mode: 0644]
demos/kit-dev-coldfire-xilinx_5213/fp-lib-table [new file with mode: 0644]
demos/kit-dev-coldfire-xilinx_5213/in_out_conn.kicad_sch [new file with mode: 0644]
demos/kit-dev-coldfire-xilinx_5213/kit-coldfire_schlib.kicad_sym [new file with mode: 0644]
demos/kit-dev-coldfire-xilinx_5213/kit-dev-coldfire-xilinx_5213.kicad_pcb [new file with mode: 0644]
demos/kit-dev-coldfire-xilinx_5213/kit-dev-coldfire-xilinx_5213.kicad_pro [new file with mode: 0644]
demos/kit-dev-coldfire-xilinx_5213/kit-dev-coldfire-xilinx_5213.kicad_sch [new file with mode: 0644]
demos/kit-dev-coldfire-xilinx_5213/kit-dev-coldfire.pretty/D_SOT-23_ANK.kicad_mod [new file with mode: 0644]
demos/kit-dev-coldfire-xilinx_5213/kit-dev-coldfire.pretty/FSUPCMS.kicad_mod [new file with mode: 0644]
demos/kit-dev-coldfire-xilinx_5213/kit-dev-coldfire.pretty/JACK_ALIM.kicad_mod [new file with mode: 0644]
demos/kit-dev-coldfire-xilinx_5213/kit-dev-coldfire.pretty/SM1206POL.kicad_mod [new file with mode: 0644]
demos/kit-dev-coldfire-xilinx_5213/kit-dev-coldfire.pretty/SOT23EBC.kicad_mod [new file with mode: 0644]
demos/kit-dev-coldfire-xilinx_5213/kit-dev-coldfire.pretty/SOT353.kicad_mod [new file with mode: 0644]
demos/kit-dev-coldfire-xilinx_5213/kit-dev-coldfire.pretty/SW_PUSH_SMALL.kicad_mod [new file with mode: 0644]
demos/kit-dev-coldfire-xilinx_5213/kit-dev-coldfire.pretty/SW_SPDT.kicad_mod [new file with mode: 0644]
demos/kit-dev-coldfire-xilinx_5213/prj.3dshapes/Device.switch_toggle_horizontal_right_angle_PC_terminal.wings [new file with mode: 0644]
demos/kit-dev-coldfire-xilinx_5213/prj.3dshapes/Device.switch_toggle_horizontal_right_angle_PC_terminal.wrl [new file with mode: 0644]
demos/kit-dev-coldfire-xilinx_5213/prj.3dshapes/Jack.wings [new file with mode: 0644]
demos/kit-dev-coldfire-xilinx_5213/prj.3dshapes/Jack.wrl [new file with mode: 0644]
demos/kit-dev-coldfire-xilinx_5213/prj.3dshapes/db9_female_pin90deg.wrl [new file with mode: 0644]
demos/kit-dev-coldfire-xilinx_5213/prj.3dshapes/push_butt_4pads.wings [new file with mode: 0644]
demos/kit-dev-coldfire-xilinx_5213/prj.3dshapes/push_butt_4pads.wrl [new file with mode: 0644]
demos/kit-dev-coldfire-xilinx_5213/sym-lib-table [new file with mode: 0644]
demos/kit-dev-coldfire-xilinx_5213/xilinx.kicad_sch [new file with mode: 0644]
demos/microwave/microwave.kicad_pcb [new file with mode: 0644]
demos/microwave/microwave.kicad_pro [new file with mode: 0644]
demos/microwave/shape1.txt [new file with mode: 0644]
demos/pic_programmer/fp-lib-table [new file with mode: 0644]
demos/pic_programmer/libs/3d_shapes/adjustable_rx2v4.wrl [new file with mode: 0644]
demos/pic_programmer/libs/3d_shapes/textool_40.wrl [new file with mode: 0644]
demos/pic_programmer/libs/pic_programmer_fp.pretty/40tex-Ell600.kicad_mod [new file with mode: 0644]
demos/pic_programmer/libs/pic_programmer_fp.pretty/RV2X4.kicad_mod [new file with mode: 0644]
demos/pic_programmer/libs/pic_programmer_schlib.kicad_sym [new file with mode: 0644]
demos/pic_programmer/pic_programmer.kicad_pcb [new file with mode: 0644]
demos/pic_programmer/pic_programmer.kicad_pro [new file with mode: 0644]
demos/pic_programmer/pic_programmer.kicad_sch [new file with mode: 0644]
demos/pic_programmer/pic_sockets.kicad_sch [new file with mode: 0644]
demos/pic_programmer/sym-lib-table [new file with mode: 0644]
demos/python_scripts_examples/action_menu_add_automatic_border.py [new file with mode: 0644]
demos/python_scripts_examples/action_menu_text_by_date.py [new file with mode: 0644]
demos/python_scripts_examples/action_plugin_test_undoredo.py [new file with mode: 0644]
demos/python_scripts_examples/gen_gerber_and_drill_files_board.py [new file with mode: 0644]
demos/python_scripts_examples/plot_board.py [new file with mode: 0644]
demos/simulation/analog-multiplier/a-multi.kicad_pro [new file with mode: 0644]
demos/simulation/analog-multiplier/a-multi.kicad_sch [new file with mode: 0644]
demos/simulation/analog-multiplier/a-multi.wbk [new file with mode: 0644]
demos/simulation/analog-multiplier/mult.lib [new file with mode: 0644]
demos/simulation/class-d/AudioDriver.kicad_sym [new file with mode: 0644]
demos/simulation/class-d/Class-D.kicad_pro [new file with mode: 0644]
demos/simulation/class-d/Class-D.kicad_sch [new file with mode: 0644]
demos/simulation/class-d/Class-D.wbk [new file with mode: 0644]
demos/simulation/class-d/DAudioDriver.lib [new file with mode: 0644]
demos/simulation/class-d/DAudioDriver_os.lib [new file with mode: 0644]
demos/simulation/class-d/sym-lib-table [new file with mode: 0644]
demos/simulation/gain_control/VCA810.kicad_sym [new file with mode: 0644]
demos/simulation/gain_control/mult_vca810.kicad_pro [new file with mode: 0644]
demos/simulation/gain_control/mult_vca810.kicad_sch [new file with mode: 0644]
demos/simulation/gain_control/mult_vca810.wbk [new file with mode: 0644]
demos/simulation/gain_control/sym-lib-table [new file with mode: 0644]
demos/simulation/gain_control/vca810.lib [new file with mode: 0644]
demos/simulation/generic_models/generic_opamp_bip.kicad_pro [new file with mode: 0644]
demos/simulation/ibis/ibis.kicad_pro [new file with mode: 0644]
demos/simulation/ibis/ibis.kicad_sch [new file with mode: 0644]
demos/simulation/ibis/ibis.wbk [new file with mode: 0644]
demos/simulation/ibis/ibis_v1_1.ibs [new file with mode: 0644]
demos/simulation/laser_driver/ad8009.lib [new file with mode: 0644]
demos/simulation/laser_driver/fzt1049a.lib [new file with mode: 0644]
demos/simulation/laser_driver/laser.lib [new file with mode: 0644]
demos/simulation/laser_driver/laser_driver.kicad_pro [new file with mode: 0644]
demos/simulation/laser_driver/laser_driver.kicad_sch [new file with mode: 0644]
demos/simulation/laser_driver/laser_driver_schlib.kicad_sym [new file with mode: 0644]
demos/simulation/laser_driver/sym-lib-table [new file with mode: 0644]
demos/simulation/power_supplies/LM317_power_supply/1N4002.lib [new file with mode: 0644]
demos/simulation/power_supplies/LM317_power_supply/LM317.lib [new file with mode: 0644]
demos/simulation/power_supplies/LM317_power_supply/diode_bridge.lib [new file with mode: 0644]
demos/simulation/power_supplies/LM317_power_supply/power_supply.kicad_pro [new file with mode: 0644]
demos/simulation/power_supplies/LM317_power_supply/power_supply.kicad_sch [new file with mode: 0644]
demos/simulation/power_supplies/LM317_power_supply/power_supply.wbk [new file with mode: 0644]
demos/simulation/power_supplies/LM317_power_supply/xformer.lib [new file with mode: 0644]
demos/simulation/power_supplies/boost/GenOpAmp.lib [new file with mode: 0644]
demos/simulation/power_supplies/boost/PWM.kicad_sym [new file with mode: 0644]
demos/simulation/power_supplies/boost/pwm2_model.lib [new file with mode: 0644]
demos/simulation/power_supplies/boost/smps-com.kicad_pro [new file with mode: 0644]
demos/simulation/power_supplies/boost/smps-com.kicad_sch [new file with mode: 0644]
demos/simulation/power_supplies/boost/smps-com.wbk [new file with mode: 0644]
demos/simulation/power_supplies/boost/sym-lib-table [new file with mode: 0644]
demos/simulation/power_supplies/buck_conv/IRF-Power-VDMOS.mod [new file with mode: 0644]
demos/simulation/power_supplies/buck_conv/buck_conv.kicad_pro [new file with mode: 0644]
demos/simulation/power_supplies/buck_conv/buck_conv.kicad_sch [new file with mode: 0644]
demos/simulation/power_supplies/buck_conv/buck_conv.wbk [new file with mode: 0644]
demos/simulation/power_supplies/hv_converter/GaN_PSpice_GS-065-018-2-L_L1V3P3.lib [new file with mode: 0644]
demos/simulation/power_supplies/hv_converter/HSCConverter4.wbk [new file with mode: 0644]
demos/simulation/power_supplies/hv_converter/ST_SILICON_CARBIDE_SCHOTTKY_V9.LIB [new file with mode: 0644]
demos/simulation/power_supplies/hv_converter/hv_converter.cir [new file with mode: 0644]
demos/simulation/power_supplies/hv_converter/hv_converter.kicad_pro [new file with mode: 0644]
demos/simulation/power_supplies/hv_converter/hv_converter.kicad_sch [new file with mode: 0644]
demos/simulation/power_supplies/royer/1N5818.mod [new file with mode: 0644]
demos/simulation/power_supplies/royer/bc337-25_spice.lib [new file with mode: 0644]
demos/simulation/power_supplies/royer/royer1.kicad_pro [new file with mode: 0644]
demos/simulation/power_supplies/royer/royer1.kicad_sch [new file with mode: 0644]
demos/simulation/power_supplies/royer/royer1.wbk [new file with mode: 0644]
demos/simulation/pspice/2n2222.model [new file with mode: 0644]
demos/simulation/pspice/pspice.kicad_pro [new file with mode: 0644]
demos/simulation/pspice/pspice.kicad_sch [new file with mode: 0644]
demos/simulation/pspice/schematic_libspice.kicad_sym [new file with mode: 0644]
demos/simulation/pspice/sym-lib-table [new file with mode: 0644]
demos/simulation/q17/BA4558R_Rev002.lib [new file with mode: 0644]
demos/simulation/q17/OPA1641.LIB [new file with mode: 0644]
demos/simulation/q17/Q17ng.kicad_pro [new file with mode: 0644]
demos/simulation/q17/Q17ng.kicad_sch [new file with mode: 0644]
demos/simulation/q17/Q17ng.wbk [new file with mode: 0644]
demos/simulation/q17/all_devices.lib [new file with mode: 0644]
demos/simulation/rectifier/diode.mod [new file with mode: 0644]
demos/simulation/rectifier/rectifier.kicad_pro [new file with mode: 0644]
demos/simulation/rectifier/rectifier.kicad_sch [new file with mode: 0644]
demos/simulation/rectifier/rectifier_schlib.kicad_sym [new file with mode: 0644]
demos/simulation/rectifier/sym-lib-table [new file with mode: 0644]
demos/simulation/sallen_key/ad8051.lib [new file with mode: 0644]
demos/simulation/sallen_key/sallen_key.kicad_pro [new file with mode: 0644]
demos/simulation/sallen_key/sallen_key.kicad_sch [new file with mode: 0644]
demos/simulation/sallen_key/sallen_key_schlib.kicad_sym [new file with mode: 0644]
demos/simulation/sallen_key/sym-lib-table [new file with mode: 0644]
demos/simulation/subsheets/subsheet1.kicad_sch [new file with mode: 0644]
demos/simulation/subsheets/subsheet2.kicad_sch [new file with mode: 0644]
demos/simulation/subsheets/subsheets.kicad_sch [new file with mode: 0644]
demos/simulation/up-down-counter/README [new file with mode: 0644]
demos/simulation/up-down-counter/state-3bit-count.in [new file with mode: 0644]
demos/simulation/up-down-counter/state-machine-3b-count.lib [new file with mode: 0644]
demos/simulation/up-down-counter/up-down-c.kicad_pro [new file with mode: 0644]
demos/simulation/up-down-counter/up-down-c.kicad_sch [new file with mode: 0644]
demos/simulation/up-down-counter/up-down-c.wbk [new file with mode: 0644]
demos/simulation/up-down-counter/up-down.kicad_sym [new file with mode: 0644]
demos/simulation/v_i_sources/sym-lib-table [new file with mode: 0644]
demos/simulation/v_i_sources/v_i_sources.kicad_pro [new file with mode: 0644]
demos/simulation/v_i_sources/v_i_sources.kicad_sch [new file with mode: 0644]
demos/simulation/v_i_sources/v_i_sources.kicad_sym [new file with mode: 0644]
demos/sonde xilinx/fp-lib-table [new file with mode: 0644]
demos/sonde xilinx/sonde xilinx.kicad_pcb [new file with mode: 0644]
demos/sonde xilinx/sonde xilinx.kicad_pro [new file with mode: 0644]
demos/sonde xilinx/sonde xilinx.kicad_sch [new file with mode: 0644]
demos/sonde xilinx/sonde_xilinx_schlib.kicad_sym [new file with mode: 0644]
demos/sonde xilinx/sym-lib-table [new file with mode: 0644]
demos/stickhub/3dmodels/APHB1608.step [new file with mode: 0644]
demos/stickhub/3dmodels/Crystal_SMD_4P_2520.step [new file with mode: 0644]
demos/stickhub/3dmodels/JST_SH_SM04B-SRSS-TB.STEP [new file with mode: 0644]
demos/stickhub/3dmodels/TDFN-8_1.5x2mm_Fused-Lead_MO-252-W2015D.step [new file with mode: 0644]
demos/stickhub/LICENSE.md [new file with mode: 0644]
demos/stickhub/README.md [new file with mode: 0644]
demos/stickhub/RobotProtos.kicad_sym [new file with mode: 0644]
demos/stickhub/StickHub.kicad_pcb [new file with mode: 0644]
demos/stickhub/StickHub.kicad_pro [new file with mode: 0644]
demos/stickhub/StickHub.kicad_sch [new file with mode: 0644]
demos/stickhub/footprints.pretty/1005_C.kicad_mod [new file with mode: 0644]
demos/stickhub/footprints.pretty/1006_C.kicad_mod [new file with mode: 0644]
demos/stickhub/footprints.pretty/1608_C.kicad_mod [new file with mode: 0644]
demos/stickhub/footprints.pretty/1P-1.5x1.5.kicad_mod [new file with mode: 0644]
demos/stickhub/footprints.pretty/2012_C.kicad_mod [new file with mode: 0644]
demos/stickhub/footprints.pretty/CP_Elec_6.3x11_Board_Edge_Mirrored.kicad_mod [new file with mode: 0644]
demos/stickhub/footprints.pretty/Creative_Commons_BY_Mask.kicad_mod [new file with mode: 0644]
demos/stickhub/footprints.pretty/Creative_Commons_CC_Mask.kicad_mod [new file with mode: 0644]
demos/stickhub/footprints.pretty/Creative_Commons_NC_Mask.kicad_mod [new file with mode: 0644]
demos/stickhub/footprints.pretty/Creative_Commons_SA_Mask.kicad_mod [new file with mode: 0644]
demos/stickhub/footprints.pretty/Crystal_4-SMD_2.5x2mm.kicad_mod [new file with mode: 0644]
demos/stickhub/footprints.pretty/Duo_LED_1.6x0.8_Kingbright_APHB1608LZGKSURKC.kicad_mod [new file with mode: 0644]
demos/stickhub/footprints.pretty/JP-2_1.5x1.5.kicad_mod [new file with mode: 0644]
demos/stickhub/footprints.pretty/JST_SH_SM04B-SRSS-TB_1x04-1MP_P1.00mm_Horizontal.kicad_mod [new file with mode: 0644]
demos/stickhub/footprints.pretty/LQFP-48_7x7mm_P0.5mm.kicad_mod [new file with mode: 0644]
demos/stickhub/footprints.pretty/Plain_Hole_3mm.kicad_mod [new file with mode: 0644]
demos/stickhub/footprints.pretty/TDFN-8_1.5x2mm_Fused-Lead_JEDEC_MO-252_W2015D.kicad_mod [new file with mode: 0644]
demos/stickhub/footprints.pretty/USB_A_PCB_traces_small.kicad_mod [new file with mode: 0644]
demos/stickhub/fp-lib-table [new file with mode: 0644]
demos/stickhub/sym-lib-table [new file with mode: 0644]
demos/test_pads_inside_pads/connect.pretty/1pin.kicad_mod [new file with mode: 0644]
demos/test_pads_inside_pads/connect.pretty/1pin_thermal.kicad_mod [new file with mode: 0644]
demos/test_pads_inside_pads/fp-lib-table [new file with mode: 0644]
demos/test_pads_inside_pads/sym-lib-table [new file with mode: 0644]
demos/test_pads_inside_pads/test_pads_inside_pads.kicad_pcb [new file with mode: 0644]
demos/test_pads_inside_pads/test_pads_inside_pads.kicad_pro [new file with mode: 0644]
demos/test_pads_inside_pads/test_pads_inside_pads.kicad_sch [new file with mode: 0644]
demos/test_pads_inside_pads/test_pads_inside_pads_schlib.kicad_sym [new file with mode: 0644]
demos/test_xil_95108/carte_test.kicad_pcb [new file with mode: 0644]
demos/test_xil_95108/carte_test.kicad_pro [new file with mode: 0644]
demos/test_xil_95108/carte_test.kicad_sch [new file with mode: 0644]
demos/test_xil_95108/carte_test_schlib.kicad_sym [new file with mode: 0644]
demos/test_xil_95108/footprints.pretty/DIP-28__300__600_ELL.kicad_mod [new file with mode: 0644]
demos/test_xil_95108/footprints.pretty/PLCC84.kicad_mod [new file with mode: 0644]
demos/test_xil_95108/fp-lib-table [new file with mode: 0644]
demos/test_xil_95108/sym-lib-table [new file with mode: 0644]
demos/tiny_tapeout/LICENSE.txt [new file with mode: 0644]
demos/tiny_tapeout/doc/demoboard-prelim-v1-0-3.pdf [new file with mode: 0644]
demos/tiny_tapeout/fp-lib-table [new file with mode: 0644]
demos/tiny_tapeout/pcba/gerber/v0p9p4/tinytapeout-demo-B_Cu.gbr [new file with mode: 0644]
demos/tiny_tapeout/pcba/gerber/v0p9p4/tinytapeout-demo-B_Mask.gbr [new file with mode: 0644]
demos/tiny_tapeout/pcba/gerber/v0p9p4/tinytapeout-demo-B_Paste.gbr [new file with mode: 0644]
demos/tiny_tapeout/pcba/gerber/v0p9p4/tinytapeout-demo-B_Silkscreen.gbr [new file with mode: 0644]
demos/tiny_tapeout/pcba/gerber/v0p9p4/tinytapeout-demo-Edge_Cuts.gbr [new file with mode: 0644]
demos/tiny_tapeout/pcba/gerber/v0p9p4/tinytapeout-demo-F_Cu.gbr [new file with mode: 0644]
demos/tiny_tapeout/pcba/gerber/v0p9p4/tinytapeout-demo-F_Mask.gbr [new file with mode: 0644]
demos/tiny_tapeout/pcba/gerber/v0p9p4/tinytapeout-demo-F_Paste.gbr [new file with mode: 0644]
demos/tiny_tapeout/pcba/gerber/v0p9p4/tinytapeout-demo-F_Silkscreen.gbr [new file with mode: 0644]
demos/tiny_tapeout/pcba/gerber/v0p9p4/tinytapeout-demo-In1_Cu.gbr [new file with mode: 0644]
demos/tiny_tapeout/pcba/gerber/v0p9p4/tinytapeout-demo-In2_Cu.gbr [new file with mode: 0644]
demos/tiny_tapeout/pcba/gerber/v0p9p4/tinytapeout-demo-NPTH.drl [new file with mode: 0644]
demos/tiny_tapeout/pcba/gerber/v0p9p4/tinytapeout-demo-PTH.drl [new file with mode: 0644]
demos/tiny_tapeout/pcba/gerber/v0p9p4/tinytapeout-demo-User_2.gbr [new file with mode: 0644]
demos/tiny_tapeout/pcba/gerber/v0p9p4/tinytapeout-demo-job.gbrjob [new file with mode: 0644]
demos/tiny_tapeout/pcba/placement/tinytapeout-demo-all.pos [new file with mode: 0644]
demos/tiny_tapeout/rp2040.kicad_sch [new file with mode: 0644]
demos/tiny_tapeout/sym-lib-table [new file with mode: 0644]
demos/tiny_tapeout/tinytapeout-demo.kicad_pcb [new file with mode: 0644]
demos/tiny_tapeout/tinytapeout-demo.kicad_pro [new file with mode: 0644]
demos/tiny_tapeout/tinytapeout-demo.kicad_sch [new file with mode: 0644]
demos/tiny_tapeout/tinytapeout-kicad-libs/3dmodels/418121270808.stp [new file with mode: 0644]
demos/tiny_tapeout/tinytapeout-kicad-libs/3dmodels/434121025816.step [new file with mode: 0644]
demos/tiny_tapeout/tinytapeout-kicad-libs/3dmodels/632723130112.step [new file with mode: 0644]
demos/tiny_tapeout/tinytapeout-kicad-libs/3dmodels/632723300011.step [new file with mode: 0644]
demos/tiny_tapeout/tinytapeout-kicad-libs/3dmodels/USB4500-03-0-A_REVA.step [new file with mode: 0644]
demos/tiny_tapeout/tinytapeout-kicad-libs/footprints/MCU_RaspberryPi_and_Boards.pretty/Crystal_SMD_HC49-US.kicad_mod [new file with mode: 0644]
demos/tiny_tapeout/tinytapeout-kicad-libs/footprints/MCU_RaspberryPi_and_Boards.pretty/RP2040-QFN-56.kicad_mod [new file with mode: 0644]
demos/tiny_tapeout/tinytapeout-kicad-libs/footprints/MCU_RaspberryPi_and_Boards.pretty/RPi_Pico_SMD.kicad_mod [new file with mode: 0644]
demos/tiny_tapeout/tinytapeout-kicad-libs/footprints/MCU_RaspberryPi_and_Boards.pretty/RPi_Pico_SMD_TH.kicad_mod [new file with mode: 0644]
demos/tiny_tapeout/tinytapeout-kicad-libs/footprints/TinyTapeout.pretty/219-9GULLWING.kicad_mod [new file with mode: 0644]
demos/tiny_tapeout/tinytapeout-kicad-libs/footprints/TinyTapeout.pretty/418121270808.kicad_mod [new file with mode: 0644]
demos/tiny_tapeout/tinytapeout-kicad-libs/footprints/TinyTapeout.pretty/434121025816.kicad_mod [new file with mode: 0644]
demos/tiny_tapeout/tinytapeout-kicad-libs/footprints/TinyTapeout.pretty/632723130112.kicad_mod [new file with mode: 0644]
demos/tiny_tapeout/tinytapeout-kicad-libs/footprints/TinyTapeout.pretty/CUI_UJC-HP-3-SMT-TR.kicad_mod [new file with mode: 0644]
demos/tiny_tapeout/tinytapeout-kicad-libs/footprints/TinyTapeout.pretty/GCT_USB4500-03-0-A_REVA.kicad_mod [new file with mode: 0644]
demos/tiny_tapeout/tinytapeout-kicad-libs/footprints/TinyTapeout.pretty/PinHeader_2x06_P2.54mm_PMODPeriph2B.kicad_mod [new file with mode: 0644]
demos/tiny_tapeout/tinytapeout-kicad-libs/footprints/TinyTapeout.pretty/PinSocket_2x06_P2.54mm_PMODHost1A.kicad_mod [new file with mode: 0644]
demos/tiny_tapeout/tinytapeout-kicad-libs/footprints/TinyTapeout.pretty/QFN-64-1EP_9x9mm_P0.5mm_EP7.65x7.65mm_REDUCEDPASTE.kicad_mod [new file with mode: 0644]
demos/tiny_tapeout/tinytapeout-kicad-libs/footprints/TinyTapeout.pretty/SolderJumper-2_Bridged_Throughole1.kicad_mod [new file with mode: 0644]
demos/tiny_tapeout/tinytapeout-kicad-libs/footprints/TinyTapeout.pretty/TT03_BREAKOUT_SMB_FACEDOWN.kicad_mod [new file with mode: 0644]
demos/tiny_tapeout/tinytapeout-kicad-libs/footprints/TinyTapeout.pretty/TT04_BREAKOUT_SMB.kicad_mod [new file with mode: 0644]
demos/tiny_tapeout/tinytapeout-kicad-libs/footprints/TinyTapeout.pretty/TT_BREAKOUT_PINHEADER_PLACEHOLDER.kicad_mod [new file with mode: 0644]
demos/tiny_tapeout/tinytapeout-kicad-libs/footprints/TinyTapeout.pretty/TT_BREAKOUT_PINHEADER_PLACEHOLDER_WITHPAD.kicad_mod [new file with mode: 0644]
demos/tiny_tapeout/tinytapeout-kicad-libs/footprints/TinyTapeout.pretty/WL_S7DS-157112V12700.kicad_mod [new file with mode: 0644]
demos/tiny_tapeout/tinytapeout-kicad-libs/footprints/TinyTapeout.pretty/WURTH_632723X00011.kicad_mod [new file with mode: 0644]
demos/tiny_tapeout/tinytapeout-kicad-libs/footprints/ttlib.pretty/SW_E-Switch_EG1271_SPDT.kicad_mod [new file with mode: 0644]
demos/tiny_tapeout/tinytapeout-kicad-libs/footprints/ttlib.pretty/TestPoint_Keystone_5019_Minature.kicad_mod [new file with mode: 0644]
demos/tiny_tapeout/tinytapeout-kicad-libs/symbols/MCU_RaspberryPi_and_Boards.kicad_sym [new file with mode: 0644]
demos/tiny_tapeout/tinytapeout-kicad-libs/symbols/Pico.wrl [new file with mode: 0644]
demos/tiny_tapeout/tinytapeout-kicad-libs/symbols/TinyTapeout.kicad_sym [new file with mode: 0644]
demos/tiny_tapeout/tinytapeout-kicad-libs/symbols/ttlib.kicad_sym [new file with mode: 0644]
demos/video/bus_pci.kicad_sch [new file with mode: 0644]
demos/video/esvideo.kicad_sch [new file with mode: 0644]
demos/video/fp-lib-table [new file with mode: 0644]
demos/video/graphic.kicad_sch [new file with mode: 0644]
demos/video/libs/footprints.pretty/BUSPCI.kicad_mod [new file with mode: 0644]
demos/video/libs/footprints.pretty/CV3-30PF.kicad_mod [new file with mode: 0644]
demos/video/libs/footprints.pretty/D_DO-34_SOD68_P7.62mm_Horizontal.kicad_mod [new file with mode: 0644]
demos/video/libs/footprints.pretty/LED_D3.0mm.kicad_mod [new file with mode: 0644]
demos/video/libs/footprints.pretty/LRTDK.kicad_mod [new file with mode: 0644]
demos/video/libs/footprints.pretty/PLCC68.kicad_mod [new file with mode: 0644]
demos/video/libs/footprints.pretty/PLCC84.kicad_mod [new file with mode: 0644]
demos/video/libs/footprints.pretty/SOT23EBC.kicad_mod [new file with mode: 0644]
demos/video/libs/footprints.pretty/SolderJumper-2_P1.3mm_Open_Pad1.0x1.5mm.kicad_mod [new file with mode: 0644]
demos/video/libs/footprints.pretty/sim72.kicad_mod [new file with mode: 0644]
demos/video/libs/footprints.pretty/subclick.kicad_mod [new file with mode: 0644]
demos/video/libs/fp.3dshapes/subclick_horiz.wings [new file with mode: 0644]
demos/video/libs/fp.3dshapes/subclick_horiz.wrl [new file with mode: 0644]
demos/video/libs/video_schlib.kicad_sym [new file with mode: 0644]
demos/video/modul.kicad_sch [new file with mode: 0644]
demos/video/muxdata.kicad_sch [new file with mode: 0644]
demos/video/pal-ntsc.kicad_sch [new file with mode: 0644]
demos/video/rams.kicad_sch [new file with mode: 0644]
demos/video/sym-lib-table [new file with mode: 0644]
demos/video/video.kicad_pcb [new file with mode: 0644]
demos/video/video.kicad_pro [new file with mode: 0644]
demos/video/video.kicad_sch [new file with mode: 0644]
doxygen/CMakeLists.txt [new file with mode: 0644]
doxygen/Doxyfile [new file with mode: 0644]
doxygen/DoxygenLayout.xml [new file with mode: 0644]
doxygen/docset/CMakeLists.txt [new file with mode: 0644]
doxygen/docset/icon-16.png [new file with mode: 0644]
doxygen/doxygen-awesome-css/doxygen-awesome-darkmode-toggle.js [new file with mode: 0644]
doxygen/doxygen-awesome-css/doxygen-awesome-fragment-copy-button.js [new file with mode: 0644]
doxygen/doxygen-awesome-css/doxygen-awesome-paragraph-link.js [new file with mode: 0644]
doxygen/doxygen-awesome-css/doxygen-awesome-sidebar-only-darkmode-toggle.css [new file with mode: 0644]
doxygen/doxygen-awesome-css/doxygen-awesome-sidebar-only.css [new file with mode: 0644]
doxygen/doxygen-awesome-css/doxygen-awesome.css [new file with mode: 0644]
doxygen/doxygen.Dockerfile [new file with mode: 0644]
doxygen/doxygen.Dockerfile.dockerignore [new file with mode: 0644]
doxygen/eagle-plugin-notes.txt [new file with mode: 0644]
doxygen/header.html [new file with mode: 0644]
eeschema/CMakeLists.txt [new file with mode: 0644]
eeschema/annotate.cpp [new file with mode: 0644]
eeschema/autoplace_fields.cpp [new file with mode: 0644]
eeschema/bom_plugins.cpp [new file with mode: 0644]
eeschema/bom_plugins.h [new file with mode: 0644]
eeschema/bus-wire-junction.cpp [new file with mode: 0644]
eeschema/bus_alias.h [new file with mode: 0644]
eeschema/cmp_library.keywords [new file with mode: 0644]
eeschema/connection_graph.cpp [new file with mode: 0644]
eeschema/connection_graph.h [new file with mode: 0644]
eeschema/cross-probing.cpp [new file with mode: 0644]
eeschema/default_values.h [new file with mode: 0644]
eeschema/dialogs/dialog_annotate.cpp [new file with mode: 0644]
eeschema/dialogs/dialog_annotate_base.cpp [new file with mode: 0644]
eeschema/dialogs/dialog_annotate_base.fbp [new file with mode: 0644]
eeschema/dialogs/dialog_annotate_base.h [new file with mode: 0644]
eeschema/dialogs/dialog_bom.cpp [new file with mode: 0644]
eeschema/dialogs/dialog_bom_base.cpp [new file with mode: 0644]
eeschema/dialogs/dialog_bom_base.fbp [new file with mode: 0644]
eeschema/dialogs/dialog_bom_base.h [new file with mode: 0644]
eeschema/dialogs/dialog_bom_cfg.keywords [new file with mode: 0644]
eeschema/dialogs/dialog_bom_help.md [new file with mode: 0644]
eeschema/dialogs/dialog_bom_help_md.h [new file with mode: 0644]
eeschema/dialogs/dialog_change_symbols.cpp [new file with mode: 0644]
eeschema/dialogs/dialog_change_symbols.h [new file with mode: 0644]
eeschema/dialogs/dialog_change_symbols_base.cpp [new file with mode: 0644]
eeschema/dialogs/dialog_change_symbols_base.fbp [new file with mode: 0644]
eeschema/dialogs/dialog_change_symbols_base.h [new file with mode: 0644]
eeschema/dialogs/dialog_choose_symbol.h [new file with mode: 0644]
eeschema/dialogs/dialog_database_lib_settings.cpp [new file with mode: 0644]
eeschema/dialogs/dialog_database_lib_settings.h [new file with mode: 0644]
eeschema/dialogs/dialog_database_lib_settings_base.cpp [new file with mode: 0644]
eeschema/dialogs/dialog_database_lib_settings_base.fbp [new file with mode: 0644]
eeschema/dialogs/dialog_database_lib_settings_base.h [new file with mode: 0644]
eeschema/dialogs/dialog_edit_symbols_libid.cpp [new file with mode: 0644]
eeschema/dialogs/dialog_edit_symbols_libid_base.cpp [new file with mode: 0644]
eeschema/dialogs/dialog_edit_symbols_libid_base.fbp [new file with mode: 0644]
eeschema/dialogs/dialog_edit_symbols_libid_base.h [new file with mode: 0644]
eeschema/dialogs/dialog_eeschema_page_settings.cpp [new file with mode: 0644]
eeschema/dialogs/dialog_eeschema_page_settings.h [new file with mode: 0644]
eeschema/dialogs/dialog_erc.cpp [new file with mode: 0644]
eeschema/dialogs/dialog_erc.h [new file with mode: 0644]
eeschema/dialogs/dialog_erc_base.cpp [new file with mode: 0644]
eeschema/dialogs/dialog_erc_base.fbp [new file with mode: 0644]
eeschema/dialogs/dialog_erc_base.h [new file with mode: 0644]
eeschema/dialogs/dialog_export_netlist.cpp [new file with mode: 0644]
eeschema/dialogs/dialog_export_netlist_base.cpp [new file with mode: 0644]
eeschema/dialogs/dialog_export_netlist_base.fbp [new file with mode: 0644]
eeschema/dialogs/dialog_export_netlist_base.h [new file with mode: 0644]
eeschema/dialogs/dialog_field_properties.cpp [new file with mode: 0644]
eeschema/dialogs/dialog_field_properties.h [new file with mode: 0644]
eeschema/dialogs/dialog_field_properties_base.cpp [new file with mode: 0644]
eeschema/dialogs/dialog_field_properties_base.fbp [new file with mode: 0644]
eeschema/dialogs/dialog_field_properties_base.h [new file with mode: 0644]
eeschema/dialogs/dialog_global_edit_text_and_graphics.cpp [new file with mode: 0644]
eeschema/dialogs/dialog_global_edit_text_and_graphics_base.cpp [new file with mode: 0644]
eeschema/dialogs/dialog_global_edit_text_and_graphics_base.fbp [new file with mode: 0644]
eeschema/dialogs/dialog_global_edit_text_and_graphics_base.h [new file with mode: 0644]
eeschema/dialogs/dialog_global_sym_lib_table_config.cpp [new file with mode: 0644]
eeschema/dialogs/dialog_global_sym_lib_table_config.h [new file with mode: 0644]
eeschema/dialogs/dialog_ibis_parser_reporter.cpp [new file with mode: 0644]
eeschema/dialogs/dialog_ibis_parser_reporter.h [new file with mode: 0644]
eeschema/dialogs/dialog_ibis_parser_reporter_base.cpp [new file with mode: 0644]
eeschema/dialogs/dialog_ibis_parser_reporter_base.fbp [new file with mode: 0644]
eeschema/dialogs/dialog_ibis_parser_reporter_base.h [new file with mode: 0644]
eeschema/dialogs/dialog_image_properties.cpp [new file with mode: 0644]
eeschema/dialogs/dialog_image_properties.h [new file with mode: 0644]
eeschema/dialogs/dialog_image_properties_base.cpp [new file with mode: 0644]
eeschema/dialogs/dialog_image_properties_base.fbp [new file with mode: 0644]
eeschema/dialogs/dialog_image_properties_base.h [new file with mode: 0644]
eeschema/dialogs/dialog_junction_props.cpp [new file with mode: 0644]
eeschema/dialogs/dialog_junction_props.h [new file with mode: 0644]
eeschema/dialogs/dialog_junction_props_base.cpp [new file with mode: 0644]
eeschema/dialogs/dialog_junction_props_base.fbp [new file with mode: 0644]
eeschema/dialogs/dialog_junction_props_base.h [new file with mode: 0644]
eeschema/dialogs/dialog_label_properties.cpp [new file with mode: 0644]
eeschema/dialogs/dialog_label_properties.h [new file with mode: 0644]
eeschema/dialogs/dialog_label_properties_base.cpp [new file with mode: 0644]
eeschema/dialogs/dialog_label_properties_base.fbp [new file with mode: 0644]
eeschema/dialogs/dialog_label_properties_base.h [new file with mode: 0644]
eeschema/dialogs/dialog_lib_edit_pin_table.cpp [new file with mode: 0644]
eeschema/dialogs/dialog_lib_edit_pin_table.h [new file with mode: 0644]
eeschema/dialogs/dialog_lib_edit_pin_table_base.cpp [new file with mode: 0644]
eeschema/dialogs/dialog_lib_edit_pin_table_base.fbp [new file with mode: 0644]
eeschema/dialogs/dialog_lib_edit_pin_table_base.h [new file with mode: 0644]
eeschema/dialogs/dialog_lib_new_symbol.cpp [new file with mode: 0644]
eeschema/dialogs/dialog_lib_new_symbol.h [new file with mode: 0644]
eeschema/dialogs/dialog_lib_new_symbol_base.cpp [new file with mode: 0644]
eeschema/dialogs/dialog_lib_new_symbol_base.fbp [new file with mode: 0644]
eeschema/dialogs/dialog_lib_new_symbol_base.h [new file with mode: 0644]
eeschema/dialogs/dialog_lib_shape_properties.cpp [new file with mode: 0644]
eeschema/dialogs/dialog_lib_shape_properties.h [new file with mode: 0644]
eeschema/dialogs/dialog_lib_shape_properties_base.cpp [new file with mode: 0644]
eeschema/dialogs/dialog_lib_shape_properties_base.fbp [new file with mode: 0644]
eeschema/dialogs/dialog_lib_shape_properties_base.h [new file with mode: 0644]
eeschema/dialogs/dialog_lib_symbol_properties.cpp [new file with mode: 0644]
eeschema/dialogs/dialog_lib_symbol_properties.h [new file with mode: 0644]
eeschema/dialogs/dialog_lib_symbol_properties_base.cpp [new file with mode: 0644]
eeschema/dialogs/dialog_lib_symbol_properties_base.fbp [new file with mode: 0644]
eeschema/dialogs/dialog_lib_symbol_properties_base.h [new file with mode: 0644]
eeschema/dialogs/dialog_lib_text_properties.cpp [new file with mode: 0644]
eeschema/dialogs/dialog_lib_text_properties.h [new file with mode: 0644]
eeschema/dialogs/dialog_lib_text_properties_base.cpp [new file with mode: 0644]
eeschema/dialogs/dialog_lib_text_properties_base.fbp [new file with mode: 0644]
eeschema/dialogs/dialog_lib_text_properties_base.h [new file with mode: 0644]
eeschema/dialogs/dialog_lib_textbox_properties.cpp [new file with mode: 0644]
eeschema/dialogs/dialog_lib_textbox_properties.h [new file with mode: 0644]
eeschema/dialogs/dialog_lib_textbox_properties_base.cpp [new file with mode: 0644]
eeschema/dialogs/dialog_lib_textbox_properties_base.fbp [new file with mode: 0644]
eeschema/dialogs/dialog_lib_textbox_properties_base.h [new file with mode: 0644]
eeschema/dialogs/dialog_line_properties.cpp [new file with mode: 0644]
eeschema/dialogs/dialog_line_properties.h [new file with mode: 0644]
eeschema/dialogs/dialog_line_properties_base.cpp [new file with mode: 0644]
eeschema/dialogs/dialog_line_properties_base.fbp [new file with mode: 0644]
eeschema/dialogs/dialog_line_properties_base.h [new file with mode: 0644]
eeschema/dialogs/dialog_migrate_buses.cpp [new file with mode: 0644]
eeschema/dialogs/dialog_migrate_buses.h [new file with mode: 0644]
eeschema/dialogs/dialog_migrate_buses_base.cpp [new file with mode: 0644]
eeschema/dialogs/dialog_migrate_buses_base.fbp [new file with mode: 0644]
eeschema/dialogs/dialog_migrate_buses_base.h [new file with mode: 0644]
eeschema/dialogs/dialog_pin_properties.cpp [new file with mode: 0644]
eeschema/dialogs/dialog_pin_properties.h [new file with mode: 0644]
eeschema/dialogs/dialog_pin_properties_base.cpp [new file with mode: 0644]
eeschema/dialogs/dialog_pin_properties_base.fbp [new file with mode: 0644]
eeschema/dialogs/dialog_pin_properties_base.h [new file with mode: 0644]
eeschema/dialogs/dialog_plot_schematic.cpp [new file with mode: 0644]
eeschema/dialogs/dialog_plot_schematic.h [new file with mode: 0644]
eeschema/dialogs/dialog_plot_schematic_base.cpp [new file with mode: 0644]
eeschema/dialogs/dialog_plot_schematic_base.fbp [new file with mode: 0644]
eeschema/dialogs/dialog_plot_schematic_base.h [new file with mode: 0644]
eeschema/dialogs/dialog_rescue_each.cpp [new file with mode: 0644]
eeschema/dialogs/dialog_rescue_each_base.cpp [new file with mode: 0644]
eeschema/dialogs/dialog_rescue_each_base.fbp [new file with mode: 0644]
eeschema/dialogs/dialog_rescue_each_base.h [new file with mode: 0644]
eeschema/dialogs/dialog_sch_import_settings.cpp [new file with mode: 0644]
eeschema/dialogs/dialog_sch_import_settings.h [new file with mode: 0644]
eeschema/dialogs/dialog_sch_import_settings_base.cpp [new file with mode: 0644]
eeschema/dialogs/dialog_sch_import_settings_base.fbp [new file with mode: 0644]
eeschema/dialogs/dialog_sch_import_settings_base.h [new file with mode: 0644]
eeschema/dialogs/dialog_schematic_find.cpp [new file with mode: 0644]
eeschema/dialogs/dialog_schematic_find.h [new file with mode: 0644]
eeschema/dialogs/dialog_schematic_find_base.cpp [new file with mode: 0644]
eeschema/dialogs/dialog_schematic_find_base.fbp [new file with mode: 0644]
eeschema/dialogs/dialog_schematic_find_base.h [new file with mode: 0644]
eeschema/dialogs/dialog_schematic_setup.cpp [new file with mode: 0644]
eeschema/dialogs/dialog_schematic_setup.h [new file with mode: 0644]
eeschema/dialogs/dialog_shape_properties.cpp [new file with mode: 0644]
eeschema/dialogs/dialog_shape_properties.h [new file with mode: 0644]
eeschema/dialogs/dialog_shape_properties_base.cpp [new file with mode: 0644]
eeschema/dialogs/dialog_shape_properties_base.fbp [new file with mode: 0644]
eeschema/dialogs/dialog_shape_properties_base.h [new file with mode: 0644]
eeschema/dialogs/dialog_sheet_pin_properties.cpp [new file with mode: 0644]
eeschema/dialogs/dialog_sheet_pin_properties.h [new file with mode: 0644]
eeschema/dialogs/dialog_sheet_pin_properties_base.cpp [new file with mode: 0644]
eeschema/dialogs/dialog_sheet_pin_properties_base.fbp [new file with mode: 0644]
eeschema/dialogs/dialog_sheet_pin_properties_base.h [new file with mode: 0644]
eeschema/dialogs/dialog_sheet_properties.cpp [new file with mode: 0644]
eeschema/dialogs/dialog_sheet_properties.h [new file with mode: 0644]
eeschema/dialogs/dialog_sheet_properties_base.cpp [new file with mode: 0644]
eeschema/dialogs/dialog_sheet_properties_base.fbp [new file with mode: 0644]
eeschema/dialogs/dialog_sheet_properties_base.h [new file with mode: 0644]
eeschema/dialogs/dialog_sim_command.cpp [new file with mode: 0644]
eeschema/dialogs/dialog_sim_command.h [new file with mode: 0644]
eeschema/dialogs/dialog_sim_command_base.cpp [new file with mode: 0644]
eeschema/dialogs/dialog_sim_command_base.fbp [new file with mode: 0644]
eeschema/dialogs/dialog_sim_command_base.h [new file with mode: 0644]
eeschema/dialogs/dialog_sim_format_value.cpp [new file with mode: 0644]
eeschema/dialogs/dialog_sim_format_value.h [new file with mode: 0644]
eeschema/dialogs/dialog_sim_format_value_base.cpp [new file with mode: 0644]
eeschema/dialogs/dialog_sim_format_value_base.fbp [new file with mode: 0644]
eeschema/dialogs/dialog_sim_format_value_base.h [new file with mode: 0644]
eeschema/dialogs/dialog_sim_model.cpp [new file with mode: 0644]
eeschema/dialogs/dialog_sim_model.h [new file with mode: 0644]
eeschema/dialogs/dialog_sim_model_base.cpp [new file with mode: 0644]
eeschema/dialogs/dialog_sim_model_base.fbp [new file with mode: 0644]
eeschema/dialogs/dialog_sim_model_base.h [new file with mode: 0644]
eeschema/dialogs/dialog_symbol_chooser.cpp [new file with mode: 0644]
eeschema/dialogs/dialog_symbol_chooser.h [new file with mode: 0644]
eeschema/dialogs/dialog_symbol_fields_table.cpp [new file with mode: 0644]
eeschema/dialogs/dialog_symbol_fields_table.h [new file with mode: 0644]
eeschema/dialogs/dialog_symbol_fields_table_base.cpp [new file with mode: 0644]
eeschema/dialogs/dialog_symbol_fields_table_base.fbp [new file with mode: 0644]
eeschema/dialogs/dialog_symbol_fields_table_base.h [new file with mode: 0644]
eeschema/dialogs/dialog_symbol_properties.cpp [new file with mode: 0644]
eeschema/dialogs/dialog_symbol_properties.h [new file with mode: 0644]
eeschema/dialogs/dialog_symbol_properties_base.cpp [new file with mode: 0644]
eeschema/dialogs/dialog_symbol_properties_base.fbp [new file with mode: 0644]
eeschema/dialogs/dialog_symbol_properties_base.h [new file with mode: 0644]
eeschema/dialogs/dialog_symbol_remap.cpp [new file with mode: 0644]
eeschema/dialogs/dialog_symbol_remap.h [new file with mode: 0644]
eeschema/dialogs/dialog_symbol_remap_base.cpp [new file with mode: 0644]
eeschema/dialogs/dialog_symbol_remap_base.fbp [new file with mode: 0644]
eeschema/dialogs/dialog_symbol_remap_base.h [new file with mode: 0644]
eeschema/dialogs/dialog_text_properties.cpp [new file with mode: 0644]
eeschema/dialogs/dialog_text_properties.h [new file with mode: 0644]
eeschema/dialogs/dialog_text_properties_base.cpp [new file with mode: 0644]
eeschema/dialogs/dialog_text_properties_base.fbp [new file with mode: 0644]
eeschema/dialogs/dialog_text_properties_base.h [new file with mode: 0644]
eeschema/dialogs/dialog_update_from_pcb.cpp [new file with mode: 0644]
eeschema/dialogs/dialog_update_from_pcb.h [new file with mode: 0644]
eeschema/dialogs/dialog_update_from_pcb_base.cpp [new file with mode: 0644]
eeschema/dialogs/dialog_update_from_pcb_base.fbp [new file with mode: 0644]
eeschema/dialogs/dialog_update_from_pcb_base.h [new file with mode: 0644]
eeschema/dialogs/dialog_update_symbol_fields.cpp [new file with mode: 0644]
eeschema/dialogs/dialog_update_symbol_fields.h [new file with mode: 0644]
eeschema/dialogs/dialog_update_symbol_fields_base.cpp [new file with mode: 0644]
eeschema/dialogs/dialog_update_symbol_fields_base.fbp [new file with mode: 0644]
eeschema/dialogs/dialog_update_symbol_fields_base.h [new file with mode: 0644]
eeschema/dialogs/dialog_user_defined_signals.cpp [new file with mode: 0644]
eeschema/dialogs/dialog_user_defined_signals.h [new file with mode: 0644]
eeschema/dialogs/dialog_user_defined_signals_base.cpp [new file with mode: 0644]
eeschema/dialogs/dialog_user_defined_signals_base.fbp [new file with mode: 0644]
eeschema/dialogs/dialog_user_defined_signals_base.h [new file with mode: 0644]
eeschema/dialogs/dialog_wire_bus_properties.cpp [new file with mode: 0644]
eeschema/dialogs/dialog_wire_bus_properties.h [new file with mode: 0644]
eeschema/dialogs/dialog_wire_bus_properties_base.cpp [new file with mode: 0644]
eeschema/dialogs/dialog_wire_bus_properties_base.fbp [new file with mode: 0644]
eeschema/dialogs/dialog_wire_bus_properties_base.h [new file with mode: 0644]
eeschema/dialogs/panel_bom_presets.cpp [new file with mode: 0644]
eeschema/dialogs/panel_bom_presets.fbp [new file with mode: 0644]
eeschema/dialogs/panel_bom_presets.h [new file with mode: 0644]
eeschema/dialogs/panel_bom_presets_base.cpp [new file with mode: 0644]
eeschema/dialogs/panel_bom_presets_base.h [new file with mode: 0644]
eeschema/dialogs/panel_eeschema_annotation_options.cpp [new file with mode: 0644]
eeschema/dialogs/panel_eeschema_annotation_options.h [new file with mode: 0644]
eeschema/dialogs/panel_eeschema_annotation_options_base.cpp [new file with mode: 0644]
eeschema/dialogs/panel_eeschema_annotation_options_base.fbp [new file with mode: 0644]
eeschema/dialogs/panel_eeschema_annotation_options_base.h [new file with mode: 0644]
eeschema/dialogs/panel_eeschema_color_settings.cpp [new file with mode: 0644]
eeschema/dialogs/panel_eeschema_color_settings.h [new file with mode: 0644]
eeschema/dialogs/panel_eeschema_display_options.cpp [new file with mode: 0644]
eeschema/dialogs/panel_eeschema_display_options.h [new file with mode: 0644]
eeschema/dialogs/panel_eeschema_display_options_base.cpp [new file with mode: 0644]
eeschema/dialogs/panel_eeschema_display_options_base.fbp [new file with mode: 0644]
eeschema/dialogs/panel_eeschema_display_options_base.h [new file with mode: 0644]
eeschema/dialogs/panel_eeschema_editing_options.cpp [new file with mode: 0644]
eeschema/dialogs/panel_eeschema_editing_options.h [new file with mode: 0644]
eeschema/dialogs/panel_eeschema_editing_options_base.cpp [new file with mode: 0644]
eeschema/dialogs/panel_eeschema_editing_options_base.fbp [new file with mode: 0644]
eeschema/dialogs/panel_eeschema_editing_options_base.h [new file with mode: 0644]
eeschema/dialogs/panel_setup_buses.cpp [new file with mode: 0644]
eeschema/dialogs/panel_setup_buses.h [new file with mode: 0644]
eeschema/dialogs/panel_setup_buses_base.cpp [new file with mode: 0644]
eeschema/dialogs/panel_setup_buses_base.fbp [new file with mode: 0644]
eeschema/dialogs/panel_setup_buses_base.h [new file with mode: 0644]
eeschema/dialogs/panel_setup_formatting.cpp [new file with mode: 0644]
eeschema/dialogs/panel_setup_formatting.h [new file with mode: 0644]
eeschema/dialogs/panel_setup_formatting_base.cpp [new file with mode: 0644]
eeschema/dialogs/panel_setup_formatting_base.fbp [new file with mode: 0644]
eeschema/dialogs/panel_setup_formatting_base.h [new file with mode: 0644]
eeschema/dialogs/panel_setup_pinmap.cpp [new file with mode: 0644]
eeschema/dialogs/panel_setup_pinmap.h [new file with mode: 0644]
eeschema/dialogs/panel_setup_pinmap_base.cpp [new file with mode: 0644]
eeschema/dialogs/panel_setup_pinmap_base.fbp [new file with mode: 0644]
eeschema/dialogs/panel_setup_pinmap_base.h [new file with mode: 0644]
eeschema/dialogs/panel_sym_color_settings.cpp [new file with mode: 0644]
eeschema/dialogs/panel_sym_color_settings.h [new file with mode: 0644]
eeschema/dialogs/panel_sym_color_settings_base.cpp [new file with mode: 0644]
eeschema/dialogs/panel_sym_color_settings_base.fbp [new file with mode: 0644]
eeschema/dialogs/panel_sym_color_settings_base.h [new file with mode: 0644]
eeschema/dialogs/panel_sym_display_options.cpp [new file with mode: 0644]
eeschema/dialogs/panel_sym_display_options.h [new file with mode: 0644]
eeschema/dialogs/panel_sym_editing_options.cpp [new file with mode: 0644]
eeschema/dialogs/panel_sym_editing_options.h [new file with mode: 0644]
eeschema/dialogs/panel_sym_editing_options_base.cpp [new file with mode: 0644]
eeschema/dialogs/panel_sym_editing_options_base.fbp [new file with mode: 0644]
eeschema/dialogs/panel_sym_editing_options_base.h [new file with mode: 0644]
eeschema/dialogs/panel_sym_lib_table.cpp [new file with mode: 0644]
eeschema/dialogs/panel_sym_lib_table.h [new file with mode: 0644]
eeschema/dialogs/panel_sym_lib_table_base.cpp [new file with mode: 0644]
eeschema/dialogs/panel_sym_lib_table_base.fbp [new file with mode: 0644]
eeschema/dialogs/panel_sym_lib_table_base.h [new file with mode: 0644]
eeschema/dialogs/panel_template_fieldnames.cpp [new file with mode: 0644]
eeschema/dialogs/panel_template_fieldnames.h [new file with mode: 0644]
eeschema/dialogs/panel_template_fieldnames_base.cpp [new file with mode: 0644]
eeschema/dialogs/panel_template_fieldnames_base.fbp [new file with mode: 0644]
eeschema/dialogs/panel_template_fieldnames_base.h [new file with mode: 0644]
eeschema/ee_collectors.cpp [new file with mode: 0644]
eeschema/ee_collectors.h [new file with mode: 0644]
eeschema/eeschema.cpp [new file with mode: 0644]
eeschema/eeschema.icns [new file with mode: 0644]
eeschema/eeschema_config.cpp [new file with mode: 0644]
eeschema/eeschema_doc.icns [new file with mode: 0644]
eeschema/eeschema_helpers.cpp [new file with mode: 0644]
eeschema/eeschema_helpers.h [new file with mode: 0644]
eeschema/eeschema_id.h [new file with mode: 0644]
eeschema/eeschema_jobs_handler.cpp [new file with mode: 0644]
eeschema/eeschema_jobs_handler.h [new file with mode: 0644]
eeschema/eeschema_settings.cpp [new file with mode: 0644]
eeschema/eeschema_settings.h [new file with mode: 0644]
eeschema/erc.cpp [new file with mode: 0644]
eeschema/erc.h [new file with mode: 0644]
eeschema/erc_item.cpp [new file with mode: 0644]
eeschema/erc_item.h [new file with mode: 0644]
eeschema/erc_report.cpp [new file with mode: 0644]
eeschema/erc_report.h [new file with mode: 0644]
eeschema/erc_sch_pin_context.cpp [new file with mode: 0644]
eeschema/erc_sch_pin_context.h [new file with mode: 0644]
eeschema/erc_settings.cpp [new file with mode: 0644]
eeschema/erc_settings.h [new file with mode: 0644]
eeschema/fields_data_model.cpp [new file with mode: 0644]
eeschema/fields_data_model.h [new file with mode: 0644]
eeschema/fields_grid_table.cpp [new file with mode: 0644]
eeschema/fields_grid_table.h [new file with mode: 0644]
eeschema/files-io.cpp [new file with mode: 0644]
eeschema/general.h [new file with mode: 0644]
eeschema/generate_alias_info.cpp [new file with mode: 0644]
eeschema/generate_alias_info.h [new file with mode: 0644]
eeschema/gfx_import_utils.cpp [new file with mode: 0644]
eeschema/gfx_import_utils.h [new file with mode: 0644]
eeschema/import_gfx/dialog_import_gfx_sch.cpp [new file with mode: 0644]
eeschema/import_gfx/dialog_import_gfx_sch.h [new file with mode: 0644]
eeschema/import_gfx/dialog_import_gfx_sch_base.cpp [new file with mode: 0644]
eeschema/import_gfx/dialog_import_gfx_sch_base.fbp [new file with mode: 0644]
eeschema/import_gfx/dialog_import_gfx_sch_base.h [new file with mode: 0644]
eeschema/import_gfx/graphics_importer_lib_symbol.cpp [new file with mode: 0644]
eeschema/import_gfx/graphics_importer_lib_symbol.h [new file with mode: 0644]
eeschema/import_gfx/graphics_importer_sch.cpp [new file with mode: 0644]
eeschema/import_gfx/graphics_importer_sch.h [new file with mode: 0644]
eeschema/invoke_sch_dialog.h [new file with mode: 0644]
eeschema/lib_field.cpp [new file with mode: 0644]
eeschema/lib_field.h [new file with mode: 0644]
eeschema/lib_item.cpp [new file with mode: 0644]
eeschema/lib_item.h [new file with mode: 0644]
eeschema/lib_pin.cpp [new file with mode: 0644]
eeschema/lib_pin.h [new file with mode: 0644]
eeschema/lib_shape.cpp [new file with mode: 0644]
eeschema/lib_shape.h [new file with mode: 0644]
eeschema/lib_symbol.cpp [new file with mode: 0644]
eeschema/lib_symbol.h [new file with mode: 0644]
eeschema/lib_text.cpp [new file with mode: 0644]
eeschema/lib_text.h [new file with mode: 0644]
eeschema/lib_textbox.cpp [new file with mode: 0644]
eeschema/lib_textbox.h [new file with mode: 0644]
eeschema/libarch.cpp [new file with mode: 0644]
eeschema/libedit.icns [new file with mode: 0644]
eeschema/libedit_doc.icns [new file with mode: 0644]
eeschema/menubar.cpp [new file with mode: 0644]
eeschema/navlib/CMakeLists.txt [new file with mode: 0644]
eeschema/navlib/nl_schematic_plugin.cpp [new file with mode: 0644]
eeschema/navlib/nl_schematic_plugin.h [new file with mode: 0644]
eeschema/navlib/nl_schematic_plugin_impl.cpp [new file with mode: 0644]
eeschema/navlib/nl_schematic_plugin_impl.h [new file with mode: 0644]
eeschema/net_navigator.cpp [new file with mode: 0644]
eeschema/netlist_exporters/netlist.h [new file with mode: 0644]
eeschema/netlist_exporters/netlist_exporter_allegro.cpp [new file with mode: 0644]
eeschema/netlist_exporters/netlist_exporter_allegro.h [new file with mode: 0644]
eeschema/netlist_exporters/netlist_exporter_base.cpp [new file with mode: 0644]
eeschema/netlist_exporters/netlist_exporter_base.h [new file with mode: 0644]
eeschema/netlist_exporters/netlist_exporter_cadstar.cpp [new file with mode: 0644]
eeschema/netlist_exporters/netlist_exporter_cadstar.h [new file with mode: 0644]
eeschema/netlist_exporters/netlist_exporter_kicad.cpp [new file with mode: 0644]
eeschema/netlist_exporters/netlist_exporter_kicad.h [new file with mode: 0644]
eeschema/netlist_exporters/netlist_exporter_orcadpcb2.cpp [new file with mode: 0644]
eeschema/netlist_exporters/netlist_exporter_orcadpcb2.h [new file with mode: 0644]
eeschema/netlist_exporters/netlist_exporter_spice.cpp [new file with mode: 0644]
eeschema/netlist_exporters/netlist_exporter_spice.h [new file with mode: 0644]
eeschema/netlist_exporters/netlist_exporter_spice_model.cpp [new file with mode: 0644]
eeschema/netlist_exporters/netlist_exporter_spice_model.h [new file with mode: 0644]
eeschema/netlist_exporters/netlist_exporter_xml.cpp [new file with mode: 0644]
eeschema/netlist_exporters/netlist_exporter_xml.h [new file with mode: 0644]
eeschema/netlist_exporters/netlist_generator.cpp [new file with mode: 0644]
eeschema/picksymbol.cpp [new file with mode: 0644]
eeschema/pin_numbers.cpp [new file with mode: 0644]
eeschema/pin_numbers.h [new file with mode: 0644]
eeschema/pin_type.cpp [new file with mode: 0644]
eeschema/pin_type.h [new file with mode: 0644]
eeschema/printing/dialog_print_using_printer.cpp [new file with mode: 0644]
eeschema/printing/dialog_print_using_printer_base.cpp [new file with mode: 0644]
eeschema/printing/dialog_print_using_printer_base.fbp [new file with mode: 0644]
eeschema/printing/dialog_print_using_printer_base.h [new file with mode: 0644]
eeschema/printing/sch_printout.cpp [new file with mode: 0644]
eeschema/printing/sch_printout.h [new file with mode: 0644]
eeschema/project_rescue.cpp [new file with mode: 0644]
eeschema/project_rescue.h [new file with mode: 0644]
eeschema/project_sch.cpp [new file with mode: 0644]
eeschema/project_sch.h [new file with mode: 0644]
eeschema/python_scripts/CMakeLists.txt [new file with mode: 0644]
eeschema/python_scripts/README-bom.txt [new file with mode: 0644]
eeschema/python_scripts/bom_csv_grouped_by_value.py [new file with mode: 0644]
eeschema/python_scripts/bom_csv_grouped_by_value_with_fp.py [new file with mode: 0644]
eeschema/python_scripts/bom_csv_grouped_extra.py [new file with mode: 0644]
eeschema/python_scripts/bom_csv_sorted_by_ref.py [new file with mode: 0644]
eeschema/python_scripts/bom_html_grouped_by_value.py [new file with mode: 0644]
eeschema/python_scripts/bom_html_with_advanced_grouping.py [new file with mode: 0644]
eeschema/python_scripts/bom_txt_sorted_by_ref.py [new file with mode: 0644]
eeschema/python_scripts/kicad_netlist_reader.py [new file with mode: 0644]
eeschema/python_scripts/kicad_utils.py [new file with mode: 0644]
eeschema/python_scripts/netlist_form_OrcadPcb2.py [new file with mode: 0644]
eeschema/python_scripts/netlist_form_cadstar.py [new file with mode: 0644]
eeschema/python_scripts/netlist_form_pads-pcb-asc.py [new file with mode: 0644]
eeschema/python_scripts/round_robin.py [new file with mode: 0644]
eeschema/python_scripts/round_value_robin.py [new file with mode: 0644]
eeschema/sch_base_frame.cpp [new file with mode: 0644]
eeschema/sch_base_frame.h [new file with mode: 0644]
eeschema/sch_bitmap.cpp [new file with mode: 0644]
eeschema/sch_bitmap.h [new file with mode: 0644]
eeschema/sch_bus_entry.cpp [new file with mode: 0644]
eeschema/sch_bus_entry.h [new file with mode: 0644]
eeschema/sch_commit.cpp [new file with mode: 0644]
eeschema/sch_commit.h [new file with mode: 0644]
eeschema/sch_connection.cpp [new file with mode: 0644]
eeschema/sch_connection.h [new file with mode: 0644]
eeschema/sch_draw_panel.cpp [new file with mode: 0644]
eeschema/sch_draw_panel.h [new file with mode: 0644]
eeschema/sch_edit_frame.cpp [new file with mode: 0644]
eeschema/sch_edit_frame.h [new file with mode: 0644]
eeschema/sch_field.cpp [new file with mode: 0644]
eeschema/sch_field.h [new file with mode: 0644]
eeschema/sch_file_versions.h [new file with mode: 0644]
eeschema/sch_io/altium/altium_parser_sch.cpp [new file with mode: 0644]
eeschema/sch_io/altium/altium_parser_sch.h [new file with mode: 0644]
eeschema/sch_io/altium/altium_storage_parser.ksy [new file with mode: 0644]
eeschema/sch_io/altium/sch_io_altium.cpp [new file with mode: 0644]
eeschema/sch_io/altium/sch_io_altium.h [new file with mode: 0644]
eeschema/sch_io/altium/sch_io_altium_lib_cache.h [new file with mode: 0644]
eeschema/sch_io/cadstar/cadstar_sch_archive_loader.cpp [new file with mode: 0644]
eeschema/sch_io/cadstar/cadstar_sch_archive_loader.h [new file with mode: 0644]
eeschema/sch_io/cadstar/cadstar_sch_archive_parser.cpp [new file with mode: 0644]
eeschema/sch_io/cadstar/cadstar_sch_archive_parser.h [new file with mode: 0644]
eeschema/sch_io/cadstar/sch_io_cadstar_archive.cpp [new file with mode: 0644]
eeschema/sch_io/cadstar/sch_io_cadstar_archive.h [new file with mode: 0644]
eeschema/sch_io/database/sch_io_database.cpp [new file with mode: 0644]
eeschema/sch_io/database/sch_io_database.h [new file with mode: 0644]
eeschema/sch_io/eagle/sch_io_eagle.cpp [new file with mode: 0644]
eeschema/sch_io/eagle/sch_io_eagle.h [new file with mode: 0644]
eeschema/sch_io/easyeda/sch_easyeda_parser.cpp [new file with mode: 0644]
eeschema/sch_io/easyeda/sch_easyeda_parser.h [new file with mode: 0644]
eeschema/sch_io/easyeda/sch_io_easyeda.cpp [new file with mode: 0644]
eeschema/sch_io/easyeda/sch_io_easyeda.h [new file with mode: 0644]
eeschema/sch_io/easyedapro/sch_easyedapro_parser.cpp [new file with mode: 0644]
eeschema/sch_io/easyedapro/sch_easyedapro_parser.h [new file with mode: 0644]
eeschema/sch_io/easyedapro/sch_io_easyedapro.cpp [new file with mode: 0644]
eeschema/sch_io/easyedapro/sch_io_easyedapro.h [new file with mode: 0644]
eeschema/sch_io/http_lib/sch_io_http_lib.cpp [new file with mode: 0644]
eeschema/sch_io/http_lib/sch_io_http_lib.h [new file with mode: 0644]
eeschema/sch_io/kicad_legacy/sch_io_kicad_legacy.cpp [new file with mode: 0644]
eeschema/sch_io/kicad_legacy/sch_io_kicad_legacy.h [new file with mode: 0644]
eeschema/sch_io/kicad_legacy/sch_io_kicad_legacy_helpers.cpp [new file with mode: 0644]
eeschema/sch_io/kicad_legacy/sch_io_kicad_legacy_helpers.h [new file with mode: 0644]
eeschema/sch_io/kicad_legacy/sch_io_kicad_legacy_lib_cache.cpp [new file with mode: 0644]
eeschema/sch_io/kicad_legacy/sch_io_kicad_legacy_lib_cache.h [new file with mode: 0644]
eeschema/sch_io/kicad_sexpr/sch_io_kicad_sexpr.cpp [new file with mode: 0644]
eeschema/sch_io/kicad_sexpr/sch_io_kicad_sexpr.h [new file with mode: 0644]
eeschema/sch_io/kicad_sexpr/sch_io_kicad_sexpr_common.cpp [new file with mode: 0644]
eeschema/sch_io/kicad_sexpr/sch_io_kicad_sexpr_common.h [new file with mode: 0644]
eeschema/sch_io/kicad_sexpr/sch_io_kicad_sexpr_lib_cache.cpp [new file with mode: 0644]
eeschema/sch_io/kicad_sexpr/sch_io_kicad_sexpr_lib_cache.h [new file with mode: 0644]
eeschema/sch_io/kicad_sexpr/sch_io_kicad_sexpr_parser.cpp [new file with mode: 0644]
eeschema/sch_io/kicad_sexpr/sch_io_kicad_sexpr_parser.h [new file with mode: 0644]
eeschema/sch_io/ltspice/ltspice_schematic.cpp [new file with mode: 0644]
eeschema/sch_io/ltspice/ltspice_schematic.h [new file with mode: 0644]
eeschema/sch_io/ltspice/sch_io_ltspice.cpp [new file with mode: 0644]
eeschema/sch_io/ltspice/sch_io_ltspice.h [new file with mode: 0644]
eeschema/sch_io/ltspice/sch_io_ltspice_parser.cpp [new file with mode: 0644]
eeschema/sch_io/ltspice/sch_io_ltspice_parser.h [new file with mode: 0644]
eeschema/sch_io/sch_io.cpp [new file with mode: 0644]
eeschema/sch_io/sch_io.h [new file with mode: 0644]
eeschema/sch_io/sch_io_lib_cache.cpp [new file with mode: 0644]
eeschema/sch_io/sch_io_lib_cache.h [new file with mode: 0644]
eeschema/sch_io/sch_io_mgr.cpp [new file with mode: 0644]
eeschema/sch_io/sch_io_mgr.h [new file with mode: 0644]
eeschema/sch_item.cpp [new file with mode: 0644]
eeschema/sch_item.h [new file with mode: 0644]
eeschema/sch_junction.cpp [new file with mode: 0644]
eeschema/sch_junction.h [new file with mode: 0644]
eeschema/sch_label.cpp [new file with mode: 0644]
eeschema/sch_label.h [new file with mode: 0644]
eeschema/sch_line.cpp [new file with mode: 0644]
eeschema/sch_line.h [new file with mode: 0644]
eeschema/sch_marker.cpp [new file with mode: 0644]
eeschema/sch_marker.h [new file with mode: 0644]
eeschema/sch_no_connect.cpp [new file with mode: 0644]
eeschema/sch_no_connect.h [new file with mode: 0644]
eeschema/sch_painter.cpp [new file with mode: 0644]
eeschema/sch_painter.h [new file with mode: 0644]
eeschema/sch_pin.cpp [new file with mode: 0644]
eeschema/sch_pin.h [new file with mode: 0644]
eeschema/sch_plotter.cpp [new file with mode: 0644]
eeschema/sch_plotter.h [new file with mode: 0644]
eeschema/sch_preview_panel.cpp [new file with mode: 0644]
eeschema/sch_preview_panel.h [new file with mode: 0644]
eeschema/sch_reference_list.cpp [new file with mode: 0644]
eeschema/sch_reference_list.h [new file with mode: 0644]
eeschema/sch_rtree.h [new file with mode: 0644]
eeschema/sch_screen.cpp [new file with mode: 0644]
eeschema/sch_screen.h [new file with mode: 0644]
eeschema/sch_shape.cpp [new file with mode: 0644]
eeschema/sch_shape.h [new file with mode: 0644]
eeschema/sch_sheet.cpp [new file with mode: 0644]
eeschema/sch_sheet.h [new file with mode: 0644]
eeschema/sch_sheet_path.cpp [new file with mode: 0644]
eeschema/sch_sheet_path.h [new file with mode: 0644]
eeschema/sch_sheet_pin.cpp [new file with mode: 0644]
eeschema/sch_sheet_pin.h [new file with mode: 0644]
eeschema/sch_symbol.cpp [new file with mode: 0644]
eeschema/sch_symbol.h [new file with mode: 0644]
eeschema/sch_text.cpp [new file with mode: 0644]
eeschema/sch_text.h [new file with mode: 0644]
eeschema/sch_text_help.md [new file with mode: 0644]
eeschema/sch_text_help_md.h [new file with mode: 0644]
eeschema/sch_textbox.cpp [new file with mode: 0644]
eeschema/sch_textbox.h [new file with mode: 0644]
eeschema/sch_validators.cpp [new file with mode: 0644]
eeschema/sch_validators.h [new file with mode: 0644]
eeschema/sch_view.cpp [new file with mode: 0644]
eeschema/sch_view.h [new file with mode: 0644]
eeschema/schematic.cpp [new file with mode: 0644]
eeschema/schematic.h [new file with mode: 0644]
eeschema/schematic.keywords [new file with mode: 0644]
eeschema/schematic_settings.cpp [new file with mode: 0644]
eeschema/schematic_settings.h [new file with mode: 0644]
eeschema/schematic_undo_redo.cpp [new file with mode: 0644]
eeschema/sheet.cpp [new file with mode: 0644]
eeschema/sim/kibis/ibis_parser.cpp [new file with mode: 0644]
eeschema/sim/kibis/ibis_parser.h [new file with mode: 0644]
eeschema/sim/kibis/kibis.cpp [new file with mode: 0644]
eeschema/sim/kibis/kibis.h [new file with mode: 0644]
eeschema/sim/legacy_workbook.cpp [new file with mode: 0644]
eeschema/sim/ngspice.cpp [new file with mode: 0644]
eeschema/sim/ngspice.h [new file with mode: 0644]
eeschema/sim/sim_lib_mgr.cpp [new file with mode: 0644]
eeschema/sim/sim_lib_mgr.h [new file with mode: 0644]
eeschema/sim/sim_library.cpp [new file with mode: 0644]
eeschema/sim/sim_library.h [new file with mode: 0644]
eeschema/sim/sim_library_kibis.cpp [new file with mode: 0644]
eeschema/sim/sim_library_kibis.h [new file with mode: 0644]
eeschema/sim/sim_library_spice.cpp [new file with mode: 0644]
eeschema/sim/sim_library_spice.h [new file with mode: 0644]
eeschema/sim/sim_model.cpp [new file with mode: 0644]
eeschema/sim/sim_model.h [new file with mode: 0644]
eeschema/sim/sim_model_behavioral.cpp [new file with mode: 0644]
eeschema/sim/sim_model_behavioral.h [new file with mode: 0644]
eeschema/sim/sim_model_ideal.cpp [new file with mode: 0644]
eeschema/sim/sim_model_ideal.h [new file with mode: 0644]
eeschema/sim/sim_model_kibis.cpp [new file with mode: 0644]
eeschema/sim/sim_model_kibis.h [new file with mode: 0644]
eeschema/sim/sim_model_l_mutual.cpp [new file with mode: 0644]
eeschema/sim/sim_model_l_mutual.h [new file with mode: 0644]
eeschema/sim/sim_model_ngspice.cpp [new file with mode: 0644]
eeschema/sim/sim_model_ngspice.h [new file with mode: 0644]
eeschema/sim/sim_model_ngspice_data_b3soi.cpp [new file with mode: 0644]
eeschema/sim/sim_model_ngspice_data_b4soi.cpp [new file with mode: 0644]
eeschema/sim/sim_model_ngspice_data_bjt.cpp [new file with mode: 0644]
eeschema/sim/sim_model_ngspice_data_bsim1.cpp [new file with mode: 0644]
eeschema/sim/sim_model_ngspice_data_bsim2.cpp [new file with mode: 0644]
eeschema/sim/sim_model_ngspice_data_bsim3.cpp [new file with mode: 0644]
eeschema/sim/sim_model_ngspice_data_bsim4.cpp [new file with mode: 0644]
eeschema/sim/sim_model_ngspice_data_diode.cpp [new file with mode: 0644]
eeschema/sim/sim_model_ngspice_data_hfet.cpp [new file with mode: 0644]
eeschema/sim/sim_model_ngspice_data_hicum2.cpp [new file with mode: 0644]
eeschema/sim/sim_model_ngspice_data_hsim.cpp [new file with mode: 0644]
eeschema/sim/sim_model_ngspice_data_jfet.cpp [new file with mode: 0644]
eeschema/sim/sim_model_ngspice_data_mes.cpp [new file with mode: 0644]
eeschema/sim/sim_model_ngspice_data_mos.cpp [new file with mode: 0644]
eeschema/sim/sim_model_ngspice_data_mos6.cpp [new file with mode: 0644]
eeschema/sim/sim_model_ngspice_data_mos9.cpp [new file with mode: 0644]
eeschema/sim/sim_model_ngspice_data_vbic.cpp [new file with mode: 0644]
eeschema/sim/sim_model_r_pot.cpp [new file with mode: 0644]
eeschema/sim/sim_model_r_pot.h [new file with mode: 0644]
eeschema/sim/sim_model_raw_spice.cpp [new file with mode: 0644]
eeschema/sim/sim_model_raw_spice.h [new file with mode: 0644]
eeschema/sim/sim_model_serializer.cpp [new file with mode: 0644]
eeschema/sim/sim_model_serializer.h [new file with mode: 0644]
eeschema/sim/sim_model_source.cpp [new file with mode: 0644]
eeschema/sim/sim_model_source.h [new file with mode: 0644]
eeschema/sim/sim_model_spice.cpp [new file with mode: 0644]
eeschema/sim/sim_model_spice.h [new file with mode: 0644]
eeschema/sim/sim_model_spice_fallback.cpp [new file with mode: 0644]
eeschema/sim/sim_model_spice_fallback.h [new file with mode: 0644]
eeschema/sim/sim_model_subckt.cpp [new file with mode: 0644]
eeschema/sim/sim_model_subckt.h [new file with mode: 0644]
eeschema/sim/sim_model_switch.cpp [new file with mode: 0644]
eeschema/sim/sim_model_switch.h [new file with mode: 0644]
eeschema/sim/sim_model_tline.cpp [new file with mode: 0644]
eeschema/sim/sim_model_tline.h [new file with mode: 0644]
eeschema/sim/sim_model_xspice.cpp [new file with mode: 0644]
eeschema/sim/sim_model_xspice.h [new file with mode: 0644]
eeschema/sim/sim_plot_colors.cpp [new file with mode: 0644]
eeschema/sim/sim_plot_colors.h [new file with mode: 0644]
eeschema/sim/sim_plot_tab.cpp [new file with mode: 0644]
eeschema/sim/sim_plot_tab.h [new file with mode: 0644]
eeschema/sim/sim_property.cpp [new file with mode: 0644]
eeschema/sim/sim_property.h [new file with mode: 0644]
eeschema/sim/sim_tab.cpp [new file with mode: 0644]
eeschema/sim/sim_tab.h [new file with mode: 0644]
eeschema/sim/sim_types.h [new file with mode: 0644]
eeschema/sim/sim_value.cpp [new file with mode: 0644]
eeschema/sim/sim_value.h [new file with mode: 0644]
eeschema/sim/simulator.h [new file with mode: 0644]
eeschema/sim/simulator_frame.cpp [new file with mode: 0644]
eeschema/sim/simulator_frame.h [new file with mode: 0644]
eeschema/sim/simulator_frame_ui.cpp [new file with mode: 0644]
eeschema/sim/simulator_frame_ui.h [new file with mode: 0644]
eeschema/sim/simulator_frame_ui_base.cpp [new file with mode: 0644]
eeschema/sim/simulator_frame_ui_base.fbp [new file with mode: 0644]
eeschema/sim/simulator_frame_ui_base.h [new file with mode: 0644]
eeschema/sim/simulator_reporter.h [new file with mode: 0644]
eeschema/sim/spice_circuit_model.cpp [new file with mode: 0644]
eeschema/sim/spice_circuit_model.h [new file with mode: 0644]
eeschema/sim/spice_generator.cpp [new file with mode: 0644]
eeschema/sim/spice_generator.h [new file with mode: 0644]
eeschema/sim/spice_grammar.h [new file with mode: 0644]
eeschema/sim/spice_library_parser.cpp [new file with mode: 0644]
eeschema/sim/spice_library_parser.h [new file with mode: 0644]
eeschema/sim/spice_model_parser.cpp [new file with mode: 0644]
eeschema/sim/spice_model_parser.h [new file with mode: 0644]
eeschema/sim/spice_settings.cpp [new file with mode: 0644]
eeschema/sim/spice_settings.h [new file with mode: 0644]
eeschema/sim/spice_simulator.cpp [new file with mode: 0644]
eeschema/sim/spice_simulator.h [new file with mode: 0644]
eeschema/sim/spice_value.cpp [new file with mode: 0644]
eeschema/sim/spice_value.h [new file with mode: 0644]
eeschema/sim/toolbars_simulator_frame.cpp [new file with mode: 0644]
eeschema/sim/user_defined_signals_help.md [new file with mode: 0644]
eeschema/sim/user_defined_signals_help_md.h [new file with mode: 0644]
eeschema/symb_transforms_utils.cpp [new file with mode: 0644]
eeschema/symb_transforms_utils.h [new file with mode: 0644]
eeschema/symbol_async_loader.cpp [new file with mode: 0644]
eeschema/symbol_async_loader.h [new file with mode: 0644]
eeschema/symbol_checker.cpp [new file with mode: 0644]
eeschema/symbol_chooser_frame.cpp [new file with mode: 0644]
eeschema/symbol_chooser_frame.h [new file with mode: 0644]
eeschema/symbol_diff_frame.cpp [new file with mode: 0644]
eeschema/symbol_diff_frame.h [new file with mode: 0644]
eeschema/symbol_editor/lib_logger.cpp [new file with mode: 0644]
eeschema/symbol_editor/lib_logger.h [new file with mode: 0644]
eeschema/symbol_editor/lib_symbol_library_manager.cpp [new file with mode: 0644]
eeschema/symbol_editor/lib_symbol_library_manager.h [new file with mode: 0644]
eeschema/symbol_editor/menubar_symbol_editor.cpp [new file with mode: 0644]
eeschema/symbol_editor/symbol_edit_frame.cpp [new file with mode: 0644]
eeschema/symbol_editor/symbol_edit_frame.h [new file with mode: 0644]
eeschema/symbol_editor/symbol_editor.cpp [new file with mode: 0644]
eeschema/symbol_editor/symbol_editor_import_export.cpp [new file with mode: 0644]
eeschema/symbol_editor/symbol_editor_plotter.cpp [new file with mode: 0644]
eeschema/symbol_editor/symbol_editor_settings.cpp [new file with mode: 0644]
eeschema/symbol_editor/symbol_editor_settings.h [new file with mode: 0644]
eeschema/symbol_editor/symbol_editor_undo_redo.cpp [new file with mode: 0644]
eeschema/symbol_editor/symbol_saveas_type.h [new file with mode: 0644]
eeschema/symbol_editor/toolbars_symbol_editor.cpp [new file with mode: 0644]
eeschema/symbol_lib_table.cpp [new file with mode: 0644]
eeschema/symbol_lib_table.h [new file with mode: 0644]
eeschema/symbol_library.cpp [new file with mode: 0644]
eeschema/symbol_library.h [new file with mode: 0644]
eeschema/symbol_library_common.h [new file with mode: 0644]
eeschema/symbol_library_manager.cpp [new file with mode: 0644]
eeschema/symbol_library_manager.h [new file with mode: 0644]
eeschema/symbol_tree_model_adapter.cpp [new file with mode: 0644]
eeschema/symbol_tree_model_adapter.h [new file with mode: 0644]
eeschema/symbol_tree_synchronizing_adapter.cpp [new file with mode: 0644]
eeschema/symbol_tree_synchronizing_adapter.h [new file with mode: 0644]
eeschema/symbol_viewer_frame.cpp [new file with mode: 0644]
eeschema/symbol_viewer_frame.h [new file with mode: 0644]
eeschema/toolbars_sch_editor.cpp [new file with mode: 0644]
eeschema/toolbars_symbol_viewer.cpp [new file with mode: 0644]
eeschema/tools/assign_footprints.cpp [new file with mode: 0644]
eeschema/tools/backannotate.cpp [new file with mode: 0644]
eeschema/tools/backannotate.h [new file with mode: 0644]
eeschema/tools/ee_actions.cpp [new file with mode: 0644]
eeschema/tools/ee_actions.h [new file with mode: 0644]
eeschema/tools/ee_grid_helper.cpp [new file with mode: 0644]
eeschema/tools/ee_grid_helper.h [new file with mode: 0644]
eeschema/tools/ee_inspection_tool.cpp [new file with mode: 0644]
eeschema/tools/ee_inspection_tool.h [new file with mode: 0644]
eeschema/tools/ee_point_editor.cpp [new file with mode: 0644]
eeschema/tools/ee_point_editor.h [new file with mode: 0644]
eeschema/tools/ee_selection.cpp [new file with mode: 0644]
eeschema/tools/ee_selection.h [new file with mode: 0644]
eeschema/tools/ee_selection_tool.cpp [new file with mode: 0644]
eeschema/tools/ee_selection_tool.h [new file with mode: 0644]
eeschema/tools/ee_tool_base.h [new file with mode: 0644]
eeschema/tools/sch_drawing_tools.cpp [new file with mode: 0644]
eeschema/tools/sch_drawing_tools.h [new file with mode: 0644]
eeschema/tools/sch_edit_tool.cpp [new file with mode: 0644]
eeschema/tools/sch_edit_tool.h [new file with mode: 0644]
eeschema/tools/sch_editor_conditions.cpp [new file with mode: 0644]
eeschema/tools/sch_editor_conditions.h [new file with mode: 0644]
eeschema/tools/sch_editor_control.cpp [new file with mode: 0644]
eeschema/tools/sch_editor_control.h [new file with mode: 0644]
eeschema/tools/sch_find_replace_tool.cpp [new file with mode: 0644]
eeschema/tools/sch_find_replace_tool.h [new file with mode: 0644]
eeschema/tools/sch_line_wire_bus_tool.cpp [new file with mode: 0644]
eeschema/tools/sch_line_wire_bus_tool.h [new file with mode: 0644]
eeschema/tools/sch_move_tool.cpp [new file with mode: 0644]
eeschema/tools/sch_move_tool.h [new file with mode: 0644]
eeschema/tools/sch_navigate_tool.cpp [new file with mode: 0644]
eeschema/tools/sch_navigate_tool.h [new file with mode: 0644]
eeschema/tools/simulator_control.cpp [new file with mode: 0644]
eeschema/tools/simulator_control.h [new file with mode: 0644]
eeschema/tools/symbol_editor_control.cpp [new file with mode: 0644]
eeschema/tools/symbol_editor_control.h [new file with mode: 0644]
eeschema/tools/symbol_editor_drawing_tools.cpp [new file with mode: 0644]
eeschema/tools/symbol_editor_drawing_tools.h [new file with mode: 0644]
eeschema/tools/symbol_editor_edit_tool.cpp [new file with mode: 0644]
eeschema/tools/symbol_editor_edit_tool.h [new file with mode: 0644]
eeschema/tools/symbol_editor_move_tool.cpp [new file with mode: 0644]
eeschema/tools/symbol_editor_move_tool.h [new file with mode: 0644]
eeschema/tools/symbol_editor_pin_tool.cpp [new file with mode: 0644]
eeschema/tools/symbol_editor_pin_tool.h [new file with mode: 0644]
eeschema/widgets/filedlg_hook_save_project.h [new file with mode: 0644]
eeschema/widgets/hierarchy_pane.cpp [new file with mode: 0644]
eeschema/widgets/hierarchy_pane.h [new file with mode: 0644]
eeschema/widgets/panel_symbol_chooser.cpp [new file with mode: 0644]
eeschema/widgets/panel_symbol_chooser.h [new file with mode: 0644]
eeschema/widgets/pin_shape_combobox.cpp [new file with mode: 0644]
eeschema/widgets/pin_shape_combobox.h [new file with mode: 0644]
eeschema/widgets/pin_type_combobox.cpp [new file with mode: 0644]
eeschema/widgets/pin_type_combobox.h [new file with mode: 0644]
eeschema/widgets/sch_properties_panel.cpp [new file with mode: 0644]
eeschema/widgets/sch_properties_panel.h [new file with mode: 0644]
eeschema/widgets/sch_search_pane.cpp [new file with mode: 0644]
eeschema/widgets/sch_search_pane.h [new file with mode: 0644]
eeschema/widgets/search_handlers.cpp [new file with mode: 0644]
eeschema/widgets/search_handlers.h [new file with mode: 0644]
eeschema/widgets/symbol_diff_widget.cpp [new file with mode: 0644]
eeschema/widgets/symbol_diff_widget.h [new file with mode: 0644]
eeschema/widgets/symbol_filedlg_save_as.h [new file with mode: 0644]
eeschema/widgets/symbol_preview_widget.cpp [new file with mode: 0644]
eeschema/widgets/symbol_preview_widget.h [new file with mode: 0644]
eeschema/widgets/symbol_tree_pane.cpp [new file with mode: 0644]
eeschema/widgets/symbol_tree_pane.h [new file with mode: 0644]
eeschema/widgets/tuner_slider.cpp [new file with mode: 0644]
eeschema/widgets/tuner_slider.h [new file with mode: 0644]
eeschema/widgets/tuner_slider_base.cpp [new file with mode: 0644]
eeschema/widgets/tuner_slider_base.fbp [new file with mode: 0644]
eeschema/widgets/tuner_slider_base.h [new file with mode: 0644]
gerbview/CMakeLists.txt [new file with mode: 0644]
gerbview/X2_gerber_attributes.cpp [new file with mode: 0644]
gerbview/X2_gerber_attributes.h [new file with mode: 0644]
gerbview/am_param.cpp [new file with mode: 0644]
gerbview/am_param.h [new file with mode: 0644]
gerbview/am_primitive.cpp [new file with mode: 0644]
gerbview/am_primitive.h [new file with mode: 0644]
gerbview/aperture_macro.cpp [new file with mode: 0644]
gerbview/aperture_macro.h [new file with mode: 0644]
gerbview/clear_gbr_drawlayers.cpp [new file with mode: 0644]
gerbview/dcode.cpp [new file with mode: 0644]
gerbview/dcode.h [new file with mode: 0644]
gerbview/dialogs/dialog_draw_layers_settings.cpp [new file with mode: 0644]
gerbview/dialogs/dialog_draw_layers_settings.h [new file with mode: 0644]
gerbview/dialogs/dialog_draw_layers_settings_base.cpp [new file with mode: 0644]
gerbview/dialogs/dialog_draw_layers_settings_base.fbp [new file with mode: 0644]
gerbview/dialogs/dialog_draw_layers_settings_base.h [new file with mode: 0644]
gerbview/dialogs/dialog_layers_select_to_pcb.cpp [new file with mode: 0644]
gerbview/dialogs/dialog_layers_select_to_pcb.h [new file with mode: 0644]
gerbview/dialogs/dialog_layers_select_to_pcb_base.cpp [new file with mode: 0644]
gerbview/dialogs/dialog_layers_select_to_pcb_base.fbp [new file with mode: 0644]
gerbview/dialogs/dialog_layers_select_to_pcb_base.h [new file with mode: 0644]
gerbview/dialogs/dialog_print_gerbview.cpp [new file with mode: 0644]
gerbview/dialogs/dialog_select_one_pcb_layer.cpp [new file with mode: 0644]
gerbview/dialogs/panel_gerbview_color_settings.cpp [new file with mode: 0644]
gerbview/dialogs/panel_gerbview_color_settings.h [new file with mode: 0644]
gerbview/dialogs/panel_gerbview_display_options.cpp [new file with mode: 0644]
gerbview/dialogs/panel_gerbview_display_options.h [new file with mode: 0644]
gerbview/dialogs/panel_gerbview_display_options_base.cpp [new file with mode: 0644]
gerbview/dialogs/panel_gerbview_display_options_base.fbp [new file with mode: 0644]
gerbview/dialogs/panel_gerbview_display_options_base.h [new file with mode: 0644]
gerbview/dialogs/panel_gerbview_excellon_settings.cpp [new file with mode: 0644]
gerbview/dialogs/panel_gerbview_excellon_settings.h [new file with mode: 0644]
gerbview/dialogs/panel_gerbview_excellon_settings_base.cpp [new file with mode: 0644]
gerbview/dialogs/panel_gerbview_excellon_settings_base.fbp [new file with mode: 0644]
gerbview/dialogs/panel_gerbview_excellon_settings_base.h [new file with mode: 0644]
gerbview/evaluate.cpp [new file with mode: 0644]
gerbview/events_called_functions.cpp [new file with mode: 0644]
gerbview/excellon_defaults.h [new file with mode: 0644]
gerbview/excellon_image.h [new file with mode: 0644]
gerbview/excellon_read_drill_file.cpp [new file with mode: 0644]
gerbview/export_to_pcbnew.cpp [new file with mode: 0644]
gerbview/export_to_pcbnew.h [new file with mode: 0644]
gerbview/files.cpp [new file with mode: 0644]
gerbview/gbr_display_options.h [new file with mode: 0644]
gerbview/gbr_layout.cpp [new file with mode: 0644]
gerbview/gbr_layout.h [new file with mode: 0644]
gerbview/gerber_collectors.cpp [new file with mode: 0644]
gerbview/gerber_collectors.h [new file with mode: 0644]
gerbview/gerber_draw_item.cpp [new file with mode: 0644]
gerbview/gerber_draw_item.h [new file with mode: 0644]
gerbview/gerber_file_image.cpp [new file with mode: 0644]
gerbview/gerber_file_image.h [new file with mode: 0644]
gerbview/gerber_file_image_list.cpp [new file with mode: 0644]
gerbview/gerber_file_image_list.h [new file with mode: 0644]
gerbview/gerber_test_files/Ucamco_Polarities_and_Apertures.gbr [new file with mode: 0644]
gerbview/gerber_test_files/aperture-circle-flash-with_hole.gbr [new file with mode: 0644]
gerbview/gerber_test_files/aperture-obround-flash-with_hole.gbr [new file with mode: 0644]
gerbview/gerber_test_files/aperture_macro-no_param-test.gbr [new file with mode: 0644]
gerbview/gerber_test_files/aperture_macro-with_param-test.gbr [new file with mode: 0644]
gerbview/gerber_test_files/aperture_macro_moire.gbr [new file with mode: 0644]
gerbview/gerber_test_files/aperture_macro_with_negative_object.gbr [new file with mode: 0644]
gerbview/gerber_test_files/aperture_macro_with_prim_rotation_test.gbr [new file with mode: 0644]
gerbview/gerber_test_files/apertures_rotated.gbr [new file with mode: 0644]
gerbview/gerber_test_files/apertures_rotated_and_arcs_in_tracks.gbr [new file with mode: 0644]
gerbview/gerber_test_files/octogonal.gbr [new file with mode: 0644]
gerbview/gerber_test_files/test-aperture-polygon-flash.gbr [new file with mode: 0644]
gerbview/gerber_test_files/test-aperture-rectangle-flash-with_hole.gbr [new file with mode: 0644]
gerbview/gerber_test_files/test-image-justify-with-offset.gbr [new file with mode: 0644]
gerbview/gerber_test_files/test-image-offset.gbr [new file with mode: 0644]
gerbview/gerber_test_files/test-image-polarity.gbr [new file with mode: 0644]
gerbview/gerber_test_files/test-image-rotation.gbr [new file with mode: 0644]
gerbview/gerber_test_files/test-layer-axis-select.gbr [new file with mode: 0644]
gerbview/gerber_test_files/test-layer-mixed_units_mode.gbr [new file with mode: 0644]
gerbview/gerber_test_files/test-layer-rotation.gbr [new file with mode: 0644]
gerbview/gerber_test_files/test-layer-scale-factor.gbr [new file with mode: 0644]
gerbview/gerber_test_files/test-layer-step-and_repeat-cross.gbr [new file with mode: 0644]
gerbview/gerber_test_files/test-layer-step-and_repeat-polygon.gbr [new file with mode: 0644]
gerbview/gerber_test_files/test-polygon_with_arc-fill.gbr [new file with mode: 0644]
gerbview/gerber_test_files/test2_line_with_rect_aperture.gbr [new file with mode: 0644]
gerbview/gerber_test_files/test_line_with_rect_aperture.gbr [new file with mode: 0644]
gerbview/gerber_test_files/test_polygons_with_arcs.gbr [new file with mode: 0644]
gerbview/gerber_test_files/test_polygons_with_arcs_simple.gbr [new file with mode: 0644]
gerbview/gerbview.cpp [new file with mode: 0644]
gerbview/gerbview.h [new file with mode: 0644]
gerbview/gerbview.icns [new file with mode: 0644]
gerbview/gerbview_doc.icns [new file with mode: 0644]
gerbview/gerbview_draw_panel_gal.cpp [new file with mode: 0644]
gerbview/gerbview_draw_panel_gal.h [new file with mode: 0644]
gerbview/gerbview_frame.cpp [new file with mode: 0644]
gerbview/gerbview_frame.h [new file with mode: 0644]
gerbview/gerbview_id.h [new file with mode: 0644]
gerbview/gerbview_painter.cpp [new file with mode: 0644]
gerbview/gerbview_painter.h [new file with mode: 0644]
gerbview/gerbview_printout.cpp [new file with mode: 0644]
gerbview/gerbview_printout.h [new file with mode: 0644]
gerbview/gerbview_settings.cpp [new file with mode: 0644]
gerbview/gerbview_settings.h [new file with mode: 0644]
gerbview/job_file_reader.cpp [new file with mode: 0644]
gerbview/menubar.cpp [new file with mode: 0644]
gerbview/navlib/CMakeLists.txt [new file with mode: 0644]
gerbview/navlib/nl_gerbview_plugin.cpp [new file with mode: 0644]
gerbview/navlib/nl_gerbview_plugin.h [new file with mode: 0644]
gerbview/navlib/nl_gerbview_plugin_impl.cpp [new file with mode: 0644]
gerbview/navlib/nl_gerbview_plugin_impl.h [new file with mode: 0644]
gerbview/readgerb.cpp [new file with mode: 0644]
gerbview/rs274_read_XY_and_IJ_coordinates.cpp [new file with mode: 0644]
gerbview/rs274d.cpp [new file with mode: 0644]
gerbview/rs274x.cpp [new file with mode: 0644]
gerbview/toolbars_gerber.cpp [new file with mode: 0644]
gerbview/tools/gerbview_actions.cpp [new file with mode: 0644]
gerbview/tools/gerbview_actions.h [new file with mode: 0644]
gerbview/tools/gerbview_control.cpp [new file with mode: 0644]
gerbview/tools/gerbview_control.h [new file with mode: 0644]
gerbview/tools/gerbview_inspection_tool.cpp [new file with mode: 0644]
gerbview/tools/gerbview_inspection_tool.h [new file with mode: 0644]
gerbview/tools/gerbview_selection.cpp [new file with mode: 0644]
gerbview/tools/gerbview_selection.h [new file with mode: 0644]
gerbview/tools/gerbview_selection_tool.cpp [new file with mode: 0644]
gerbview/tools/gerbview_selection_tool.h [new file with mode: 0644]
gerbview/widgets/dcode_selection_box.cpp [new file with mode: 0644]
gerbview/widgets/dcode_selection_box.h [new file with mode: 0644]
gerbview/widgets/gbr_layer_box_selector.cpp [new file with mode: 0644]
gerbview/widgets/gbr_layer_box_selector.h [new file with mode: 0644]
gerbview/widgets/gerbview_layer_widget.cpp [new file with mode: 0644]
gerbview/widgets/gerbview_layer_widget.h [new file with mode: 0644]
gerbview/widgets/layer_widget.cpp [new file with mode: 0644]
gerbview/widgets/layer_widget.h [new file with mode: 0644]
include/advanced_config.h [new file with mode: 0644]
include/array_axis.h [new file with mode: 0644]
include/array_options.h [new file with mode: 0644]
include/asset_archive.h [new file with mode: 0644]
include/background_jobs_monitor.h [new file with mode: 0644]
include/base_screen.h [new file with mode: 0644]
include/base_units.h [new file with mode: 0644]
include/bin_mod.h [new file with mode: 0644]
include/bitmap_base.h [new file with mode: 0644]
include/bitmap_store.h [new file with mode: 0644]
include/bitmaps.h [new file with mode: 0644]
include/bitmaps/bitmap_info.cpp.in [new file with mode: 0644]
include/bitmaps/bitmap_info.h [new file with mode: 0644]
include/bitmaps/bitmap_types.h [new file with mode: 0644]
include/bitmaps/bitmaps_list.h [new file with mode: 0644]
include/board_design_settings.h [new file with mode: 0644]
include/board_item.h [new file with mode: 0644]
include/board_printout.h [new file with mode: 0644]
include/build_version.h [new file with mode: 0644]
include/callback_gal.h [new file with mode: 0644]
include/class_draw_panel_gal.h [new file with mode: 0644]
include/cli/exit_codes.h [new file with mode: 0644]
include/cli_progress_reporter.h [new file with mode: 0644]
include/collector.h [new file with mode: 0644]
include/commit.h [new file with mode: 0644]
include/common.h [new file with mode: 0644]
include/config_map.h [new file with mode: 0644]
include/config_params.h [new file with mode: 0644]
include/confirm.h [new file with mode: 0644]
include/core/mirror.h [new file with mode: 0644]
include/core/typeinfo.h [new file with mode: 0644]
include/ctl_flags.h [new file with mode: 0644]
include/database/database_cache.h [new file with mode: 0644]
include/database/database_connection.h [new file with mode: 0644]
include/database/database_lib_settings.h [new file with mode: 0644]
include/dialog_shim.h [new file with mode: 0644]
include/dialogs/dialog_assign_netclass.h [new file with mode: 0644]
include/dialogs/dialog_book_reporter.h [new file with mode: 0644]
include/dialogs/dialog_color_picker.h [new file with mode: 0644]
include/dialogs/dialog_configure_paths.h [new file with mode: 0644]
include/dialogs/dialog_edit_library_tables.h [new file with mode: 0644]
include/dialogs/dialog_global_lib_table_config.h [new file with mode: 0644]
include/dialogs/dialog_grid_settings.h [new file with mode: 0644]
include/dialogs/dialog_hotkey_list.h [new file with mode: 0644]
include/dialogs/dialog_image_editor.h [new file with mode: 0644]
include/dialogs/dialog_locked_items_query.h [new file with mode: 0644]
include/dialogs/dialog_migrate_settings.h [new file with mode: 0644]
include/dialogs/dialog_page_settings.h [new file with mode: 0644]
include/dialogs/dialog_paste_special.h [new file with mode: 0644]
include/dialogs/dialog_plugin_options.h [new file with mode: 0644]
include/dialogs/dialog_print_generic.h [new file with mode: 0644]
include/dialogs/dialog_text_entry.h [new file with mode: 0644]
include/dialogs/dialog_unit_entry.h [new file with mode: 0644]
include/dialogs/eda_reorderable_list_dialog.h [new file with mode: 0644]
include/dialogs/eda_view_switcher.h [new file with mode: 0644]
include/dialogs/html_message_box.h [new file with mode: 0644]
include/dialogs/panel_color_settings.h [new file with mode: 0644]
include/dialogs/panel_common_settings.h [new file with mode: 0644]
include/dialogs/panel_data_collection.h [new file with mode: 0644]
include/dialogs/panel_gal_display_options.h [new file with mode: 0644]
include/dialogs/panel_grid_settings.h [new file with mode: 0644]
include/dialogs/panel_image_editor.h [new file with mode: 0644]
include/dialogs/panel_mouse_settings.h [new file with mode: 0644]
include/dialogs/panel_setup_netclasses.h [new file with mode: 0644]
include/dialogs/panel_setup_severities.h [new file with mode: 0644]
include/dpi_scaling_common.h [new file with mode: 0644]
include/drawing_sheet/ds_data_item.h [new file with mode: 0644]
include/drawing_sheet/ds_data_model.h [new file with mode: 0644]
include/drawing_sheet/ds_draw_item.h [new file with mode: 0644]
include/drawing_sheet/ds_file_versions.h [new file with mode: 0644]
include/drawing_sheet/ds_painter.h [new file with mode: 0644]
include/drawing_sheet/ds_proxy_undo_item.h [new file with mode: 0644]
include/drawing_sheet/ds_proxy_view_item.h [new file with mode: 0644]
include/dsnlexer.h [new file with mode: 0644]
include/eda_base_frame.h [new file with mode: 0644]
include/eda_dde.h [new file with mode: 0644]
include/eda_doc.h [new file with mode: 0644]
include/eda_draw_frame.h [new file with mode: 0644]
include/eda_item.h [new file with mode: 0644]
include/eda_item_flags.h [new file with mode: 0644]
include/eda_list_dialog.h [new file with mode: 0644]
include/eda_pattern_match.h [new file with mode: 0644]
include/eda_search_data.h [new file with mode: 0644]
include/eda_shape.h [new file with mode: 0644]
include/eda_text.h [new file with mode: 0644]
include/eda_tools.h [new file with mode: 0644]
include/eda_units.h [new file with mode: 0644]
include/enum_vector.h [new file with mode: 0644]
include/env_paths.h [new file with mode: 0644]
include/env_vars.h [new file with mode: 0644]
include/executable_names.h [new file with mode: 0644]
include/file_history.h [new file with mode: 0644]
include/filename_resolver.h [new file with mode: 0644]
include/filter_reader.h [new file with mode: 0644]
include/fmt.h [new file with mode: 0644]
include/font/font.h [new file with mode: 0644]
include/font/fontconfig.h [new file with mode: 0644]
include/font/fontinfo.h [new file with mode: 0644]
include/font/glyph.h [new file with mode: 0644]
include/font/kicad_font_name.h [new file with mode: 0644]
include/font/outline_decomposer.h [new file with mode: 0644]
include/font/outline_font.h [new file with mode: 0644]
include/font/stroke_font.h [new file with mode: 0644]
include/font/text_attributes.h [new file with mode: 0644]
include/font/version_info.h [new file with mode: 0644]
include/footprint_editor_settings.h [new file with mode: 0644]
include/footprint_filter.h [new file with mode: 0644]
include/footprint_info.h [new file with mode: 0644]
include/fp_lib_table.h [new file with mode: 0644]
include/frame_type.h [new file with mode: 0644]
include/gal/3d/camera.h [new file with mode: 0644]
include/gal/cairo/cairo_compositor.h [new file with mode: 0644]
include/gal/cairo/cairo_gal.h [new file with mode: 0644]
include/gal/cairo/cairo_print.h [new file with mode: 0644]
include/gal/color4d.h [new file with mode: 0644]
include/gal/compositor.h [new file with mode: 0644]
include/gal/cursors.h [new file with mode: 0644]
include/gal/definitions.h [new file with mode: 0644]
include/gal/dpi_scaling.h [new file with mode: 0644]
include/gal/gal.h [new file with mode: 0644]
include/gal/gal_display_options.h [new file with mode: 0644]
include/gal/gal_print.h [new file with mode: 0644]
include/gal/graphics_abstraction_layer.h [new file with mode: 0644]
include/gal/hidpi_gl_3D_canvas.h [new file with mode: 0644]
include/gal/hidpi_gl_canvas.h [new file with mode: 0644]
include/gal/opengl/cached_container.h [new file with mode: 0644]
include/gal/opengl/cached_container_gpu.h [new file with mode: 0644]
include/gal/opengl/cached_container_ram.h [new file with mode: 0644]
include/gal/opengl/gl_context_mgr.h [new file with mode: 0644]
include/gal/opengl/gl_utils.h [new file with mode: 0644]
include/gal/opengl/gpu_manager.h [new file with mode: 0644]
include/gal/opengl/kiglew.h [new file with mode: 0644]
include/gal/opengl/noncached_container.h [new file with mode: 0644]
include/gal/opengl/opengl_compositor.h [new file with mode: 0644]
include/gal/opengl/opengl_gal.h [new file with mode: 0644]
include/gal/opengl/shader.h [new file with mode: 0644]
include/gal/opengl/utils.h [new file with mode: 0644]
include/gal/opengl/vertex_common.h [new file with mode: 0644]
include/gal/opengl/vertex_container.h [new file with mode: 0644]
include/gal/opengl/vertex_item.h [new file with mode: 0644]
include/gal/opengl/vertex_manager.h [new file with mode: 0644]
include/gal/painter.h [new file with mode: 0644]
include/gal_display_options_common.h [new file with mode: 0644]
include/gbr_metadata.h [new file with mode: 0644]
include/gbr_netlist_metadata.h [new file with mode: 0644]
include/gestfich.h [new file with mode: 0644]
include/gr_basic.h [new file with mode: 0644]
include/gr_text.h [new file with mode: 0644]
include/grid_tricks.h [new file with mode: 0644]
include/hash_eda.h [new file with mode: 0644]
include/hashtables.h [new file with mode: 0644]
include/hotkey_store.h [new file with mode: 0644]
include/hotkeys_basic.h [new file with mode: 0644]
include/http_lib/http_lib_connection.h [new file with mode: 0644]
include/http_lib/http_lib_settings.h [new file with mode: 0644]
include/i18n_utility.h [new file with mode: 0644]
include/id.h [new file with mode: 0644]
include/import_export.h [new file with mode: 0644]
include/inspectable.h [new file with mode: 0644]
include/io/io_base.h [new file with mode: 0644]
include/io/io_mgr.h [new file with mode: 0644]
include/io/kicad/kicad_io_utils.h [new file with mode: 0644]
include/ki_exception.h [new file with mode: 0644]
include/kicad_curl/kicad_curl.h [new file with mode: 0644]
include/kicad_curl/kicad_curl_easy.h [new file with mode: 0644]
include/kicommon.h [new file with mode: 0644]
include/kiface_base.h [new file with mode: 0644]
include/kiface_ids.h [new file with mode: 0644]
include/kiid.h [new file with mode: 0644]
include/kiway.h [new file with mode: 0644]
include/kiway_express.h [new file with mode: 0644]
include/kiway_holder.h [new file with mode: 0644]
include/kiway_mgr.h [new file with mode: 0644]
include/kiway_player.h [new file with mode: 0644]
include/launch_ext.h [new file with mode: 0644]
include/layer_ids.h [new file with mode: 0644]
include/lib_id.h [new file with mode: 0644]
include/lib_table_base.h [new file with mode: 0644]
include/lib_table_grid.h [new file with mode: 0644]
include/lib_table_grid_tricks.h [new file with mode: 0644]
include/lib_tree_item.h [new file with mode: 0644]
include/lib_tree_model.h [new file with mode: 0644]
include/lib_tree_model_adapter.h [new file with mode: 0644]
include/libeval/numeric_evaluator.h [new file with mode: 0644]
include/libeval_compiler/libeval_compiler.h [new file with mode: 0644]
include/locale_io.h [new file with mode: 0644]
include/lockfile.h [new file with mode: 0644]
include/logging.h [new file with mode: 0644]
include/macros.h [new file with mode: 0644]
include/macros_swig.h [new file with mode: 0644]
include/mail_type.h [new file with mode: 0644]
include/marker_base.h [new file with mode: 0644]
include/markup_parser.h [new file with mode: 0644]
include/netclass.h [new file with mode: 0644]
include/newstroke_font.h [new file with mode: 0644]
include/notifications_manager.h [new file with mode: 0644]
include/origin_transforms.h [new file with mode: 0644]
include/origin_viewitem.h [new file with mode: 0644]
include/outline_mode.h [new file with mode: 0644]
include/pad_shapes.h [new file with mode: 0644]
include/page_info.h [new file with mode: 0644]
include/panel_hotkeys_editor.h [new file with mode: 0644]
include/panel_text_variables.h [new file with mode: 0644]
include/paths.h [new file with mode: 0644]
include/pcb_base_frame.h [new file with mode: 0644]
include/pcb_display_options.h [new file with mode: 0644]
include/pcb_screen.h [new file with mode: 0644]
include/pgm_base.h [new file with mode: 0644]
include/plotters/gbr_plotter_aperture_macros.h [new file with mode: 0644]
include/plotters/gbr_plotter_apertures.h [new file with mode: 0644]
include/plotters/plotter.h [new file with mode: 0644]
include/plotters/plotter_dxf.h [new file with mode: 0644]
include/plotters/plotter_gerber.h [new file with mode: 0644]
include/plotters/plotter_hpgl.h [new file with mode: 0644]
include/plotters/plotters_pslike.h [new file with mode: 0644]
include/plugins/3d/3d_plugin.h [new file with mode: 0644]
include/plugins/3dapi/c3dmodel.h [new file with mode: 0644]
include/plugins/3dapi/ifsg_all.h [new file with mode: 0644]
include/plugins/3dapi/ifsg_api.h [new file with mode: 0644]
include/plugins/3dapi/ifsg_appearance.h [new file with mode: 0644]
include/plugins/3dapi/ifsg_colors.h [new file with mode: 0644]
include/plugins/3dapi/ifsg_coordindex.h [new file with mode: 0644]
include/plugins/3dapi/ifsg_coords.h [new file with mode: 0644]
include/plugins/3dapi/ifsg_defs.h [new file with mode: 0644]
include/plugins/3dapi/ifsg_faceset.h [new file with mode: 0644]
include/plugins/3dapi/ifsg_index.h [new file with mode: 0644]
include/plugins/3dapi/ifsg_node.h [new file with mode: 0644]
include/plugins/3dapi/ifsg_normals.h [new file with mode: 0644]
include/plugins/3dapi/ifsg_shape.h [new file with mode: 0644]
include/plugins/3dapi/ifsg_transform.h [new file with mode: 0644]
include/plugins/3dapi/sg_base.h [new file with mode: 0644]
include/plugins/3dapi/sg_types.h [new file with mode: 0644]
include/plugins/3dapi/sg_version.h [new file with mode: 0644]
include/plugins/3dapi/xv3d_types.h [new file with mode: 0644]
include/plugins/README [new file with mode: 0644]
include/plugins/kicad_plugin.h [new file with mode: 0644]
include/policy_keys.h [new file with mode: 0644]
include/preview_items/arc_assistant.h [new file with mode: 0644]
include/preview_items/arc_geom_manager.h [new file with mode: 0644]
include/preview_items/centreline_rect_item.h [new file with mode: 0644]
include/preview_items/draw_context.h [new file with mode: 0644]
include/preview_items/multistep_geom_manager.h [new file with mode: 0644]
include/preview_items/polygon_geom_manager.h [new file with mode: 0644]
include/preview_items/polygon_item.h [new file with mode: 0644]
include/preview_items/preview_utils.h [new file with mode: 0644]
include/preview_items/ruler_item.h [new file with mode: 0644]
include/preview_items/selection_area.h [new file with mode: 0644]
include/preview_items/simple_overlay_item.h [new file with mode: 0644]
include/preview_items/two_point_assistant.h [new file with mode: 0644]
include/preview_items/two_point_geom_manager.h [new file with mode: 0644]
include/printout.h [new file with mode: 0644]
include/progress_reporter.h [new file with mode: 0644]
include/project.h [new file with mode: 0644]
include/project/board_project_settings.h [new file with mode: 0644]
include/project/net_settings.h [new file with mode: 0644]
include/project/project_archiver.h [new file with mode: 0644]
include/project/project_file.h [new file with mode: 0644]
include/project/project_local_settings.h [new file with mode: 0644]
include/properties/color4d_variant.h [new file with mode: 0644]
include/properties/eda_angle_variant.h [new file with mode: 0644]
include/properties/pg_cell_renderer.h [new file with mode: 0644]
include/properties/pg_editors.h [new file with mode: 0644]
include/properties/pg_properties.h [new file with mode: 0644]
include/properties/property.h [new file with mode: 0644]
include/properties/property_mgr.h [new file with mode: 0644]
include/properties/property_validator.h [new file with mode: 0644]
include/properties/property_validators.h [new file with mode: 0644]
include/properties/std_optional_variants.h [new file with mode: 0644]
include/ptree.h [new file with mode: 0644]
include/rc_item.h [new file with mode: 0644]
include/rc_json_schema.h [new file with mode: 0644]
include/refdes_utils.h [new file with mode: 0644]
include/render_settings.h [new file with mode: 0644]
include/reporter.h [new file with mode: 0644]
include/richio.h [new file with mode: 0644]
include/scintilla_tricks.h [new file with mode: 0644]
include/scoped_set_reset.h [new file with mode: 0644]
include/search_stack.h [new file with mode: 0644]
include/settings/app_settings.h [new file with mode: 0644]
include/settings/aui_settings.h [new file with mode: 0644]
include/settings/bom_settings.h [new file with mode: 0644]
include/settings/color_settings.h [new file with mode: 0644]
include/settings/common_settings.h [new file with mode: 0644]
include/settings/cvpcb_settings.h [new file with mode: 0644]
include/settings/environment.h [new file with mode: 0644]
include/settings/grid_settings.h [new file with mode: 0644]
include/settings/json_settings.h [new file with mode: 0644]
include/settings/json_settings_internals.h [new file with mode: 0644]
include/settings/kicad_settings.h [new file with mode: 0644]
include/settings/nested_settings.h [new file with mode: 0644]
include/settings/parameters.h [new file with mode: 0644]
include/settings/settings_manager.h [new file with mode: 0644]
include/status_popup.h [new file with mode: 0644]
include/streamwrapper.h [new file with mode: 0644]
include/string_any_map.h [new file with mode: 0644]
include/string_utf8_map.h [new file with mode: 0644]
include/string_utils.h [new file with mode: 0644]
include/stroke_params.h [new file with mode: 0644]
include/systemdirsappend.h [new file with mode: 0644]
include/template_fieldnames.h [new file with mode: 0644]
include/textentry_tricks.h [new file with mode: 0644]
include/title_block.h [new file with mode: 0644]
include/tool/action_manager.h [new file with mode: 0644]
include/tool/action_menu.h [new file with mode: 0644]
include/tool/action_toolbar.h [new file with mode: 0644]
include/tool/actions.h [new file with mode: 0644]
include/tool/common_control.h [new file with mode: 0644]
include/tool/common_tools.h [new file with mode: 0644]
include/tool/conditional_menu.h [new file with mode: 0644]
include/tool/coroutine.h [new file with mode: 0644]
include/tool/edit_constraints.h [new file with mode: 0644]
include/tool/edit_points.h [new file with mode: 0644]
include/tool/editor_conditions.h [new file with mode: 0644]
include/tool/examples/Makefile [new file with mode: 0644]
include/tool/examples/delegate_example.cpp [new file with mode: 0644]
include/tool/grid_helper.h [new file with mode: 0644]
include/tool/grid_menu.h [new file with mode: 0644]
include/tool/picker_tool.h [new file with mode: 0644]
include/tool/properties_tool.h [new file with mode: 0644]
include/tool/selection.h [new file with mode: 0644]
include/tool/selection_conditions.h [new file with mode: 0644]
include/tool/selection_tool.h [new file with mode: 0644]
include/tool/tool_action.h [new file with mode: 0644]
include/tool/tool_base.h [new file with mode: 0644]
include/tool/tool_dispatcher.h [new file with mode: 0644]
include/tool/tool_event.h [new file with mode: 0644]
include/tool/tool_interactive.h [new file with mode: 0644]
include/tool/tool_manager.h [new file with mode: 0644]
include/tool/tool_menu.h [new file with mode: 0644]
include/tool/tools_holder.h [new file with mode: 0644]
include/tool/zoom_menu.h [new file with mode: 0644]
include/tool/zoom_tool.h [new file with mode: 0644]
include/trace_helpers.h [new file with mode: 0644]
include/undo_redo_container.h [new file with mode: 0644]
include/units_provider.h [new file with mode: 0644]
include/validators.h [new file with mode: 0644]
include/view/view.h [new file with mode: 0644]
include/view/view_controls.h [new file with mode: 0644]
include/view/view_group.h [new file with mode: 0644]
include/view/view_item.h [new file with mode: 0644]
include/view/view_overlay.h [new file with mode: 0644]
include/view/view_rtree.h [new file with mode: 0644]
include/view/wx_view_controls.h [new file with mode: 0644]
include/view/zoom_controller.h [new file with mode: 0644]
include/widgets/app_progress_dialog.h [new file with mode: 0644]
include/widgets/bitmap_button.h [new file with mode: 0644]
include/widgets/bitmap_toggle.h [new file with mode: 0644]
include/widgets/busy_indicator.h [new file with mode: 0644]
include/widgets/button_row_panel.h [new file with mode: 0644]
include/widgets/color_swatch.h [new file with mode: 0644]
include/widgets/filedlg_import_non_kicad.h [new file with mode: 0644]
include/widgets/font_choice.h [new file with mode: 0644]
include/widgets/footprint_choice.h [new file with mode: 0644]
include/widgets/footprint_diff_widget.h [new file with mode: 0644]
include/widgets/footprint_preview_widget.h [new file with mode: 0644]
include/widgets/footprint_select_widget.h [new file with mode: 0644]
include/widgets/gal_options_panel.h [new file with mode: 0644]
include/widgets/grid_bitmap_toggle.h [new file with mode: 0644]
include/widgets/grid_button.h [new file with mode: 0644]
include/widgets/grid_color_swatch_helpers.h [new file with mode: 0644]
include/widgets/grid_combobox.h [new file with mode: 0644]
include/widgets/grid_icon_text_helpers.h [new file with mode: 0644]
include/widgets/grid_readonly_text_helpers.h [new file with mode: 0644]
include/widgets/grid_text_button_helpers.h [new file with mode: 0644]
include/widgets/grid_text_helpers.h [new file with mode: 0644]
include/widgets/html_window.h [new file with mode: 0644]
include/widgets/indicator_icon.h [new file with mode: 0644]
include/widgets/kistatusbar.h [new file with mode: 0644]
include/widgets/layer_box_selector.h [new file with mode: 0644]
include/widgets/lib_tree.h [new file with mode: 0644]
include/widgets/mathplot.h [new file with mode: 0644]
include/widgets/msgpanel.h [new file with mode: 0644]
include/widgets/net_selector.h [new file with mode: 0644]
include/widgets/number_badge.h [new file with mode: 0644]
include/widgets/paged_dialog.h [new file with mode: 0644]
include/widgets/progress_reporter_base.h [new file with mode: 0644]
include/widgets/report_severity.h [new file with mode: 0644]
include/widgets/resettable_panel.h [new file with mode: 0644]
include/widgets/search_pane.h [new file with mode: 0644]
include/widgets/search_pane_tab.h [new file with mode: 0644]
include/widgets/split_button.h [new file with mode: 0644]
include/widgets/std_bitmap_button.h [new file with mode: 0644]
include/widgets/stepped_slider.h [new file with mode: 0644]
include/widgets/tab_traversal.h [new file with mode: 0644]
include/widgets/text_ctrl_eval.h [new file with mode: 0644]
include/widgets/ui_common.h [new file with mode: 0644]
include/widgets/unit_binder.h [new file with mode: 0644]
include/widgets/widget_hotkey_list.h [new file with mode: 0644]
include/widgets/widget_save_restore.h [new file with mode: 0644]
include/widgets/wx_aui_art_providers.h [new file with mode: 0644]
include/widgets/wx_aui_utils.h [new file with mode: 0644]
include/widgets/wx_busy_indicator.h [new file with mode: 0644]
include/widgets/wx_collapsible_pane.h [new file with mode: 0644]
include/widgets/wx_combobox.h [new file with mode: 0644]
include/widgets/wx_dataviewctrl.h [new file with mode: 0644]
include/widgets/wx_ellipsized_static_text.h [new file with mode: 0644]
include/widgets/wx_grid.h [new file with mode: 0644]
include/widgets/wx_infobar.h [new file with mode: 0644]
include/widgets/wx_listbox.h [new file with mode: 0644]
include/widgets/wx_menubar.h [new file with mode: 0644]
include/widgets/wx_panel.h [new file with mode: 0644]
include/widgets/wx_progress_reporters.h [new file with mode: 0644]
include/widgets/wx_splash.h [new file with mode: 0644]
include/widgets/wx_splitter_window.h [new file with mode: 0644]
include/widgets/wx_treebook.h [new file with mode: 0644]
include/wildcards_and_files_ext.h [new file with mode: 0644]
include/wx_filename.h [new file with mode: 0644]
include/wx_fstream_progress.h [new file with mode: 0644]
include/wxstream_helper.h [new file with mode: 0644]
include/xnode.h [new file with mode: 0644]
include/zoom_defines.h [new file with mode: 0644]
kicad/CMakeLists.txt [new file with mode: 0644]
kicad/cli/command.cpp [new file with mode: 0644]
kicad/cli/command.h [new file with mode: 0644]
kicad/cli/command_fp.h [new file with mode: 0644]
kicad/cli/command_fp_export.h [new file with mode: 0644]
kicad/cli/command_fp_export_svg.cpp [new file with mode: 0644]
kicad/cli/command_fp_export_svg.h [new file with mode: 0644]
kicad/cli/command_fp_upgrade.cpp [new file with mode: 0644]
kicad/cli/command_fp_upgrade.h [new file with mode: 0644]
kicad/cli/command_pcb.h [new file with mode: 0644]
kicad/cli/command_pcb_drc.cpp [new file with mode: 0644]
kicad/cli/command_pcb_drc.h [new file with mode: 0644]
kicad/cli/command_pcb_export.h [new file with mode: 0644]
kicad/cli/command_pcb_export_3d.cpp [new file with mode: 0644]
kicad/cli/command_pcb_export_3d.h [new file with mode: 0644]
kicad/cli/command_pcb_export_base.cpp [new file with mode: 0644]
kicad/cli/command_pcb_export_base.h [new file with mode: 0644]
kicad/cli/command_pcb_export_drill.cpp [new file with mode: 0644]
kicad/cli/command_pcb_export_drill.h [new file with mode: 0644]
kicad/cli/command_pcb_export_dxf.cpp [new file with mode: 0644]
kicad/cli/command_pcb_export_dxf.h [new file with mode: 0644]
kicad/cli/command_pcb_export_gerber.cpp [new file with mode: 0644]
kicad/cli/command_pcb_export_gerber.h [new file with mode: 0644]
kicad/cli/command_pcb_export_gerbers.cpp [new file with mode: 0644]
kicad/cli/command_pcb_export_gerbers.h [new file with mode: 0644]
kicad/cli/command_pcb_export_ipc2581.cpp [new file with mode: 0644]
kicad/cli/command_pcb_export_ipc2581.h [new file with mode: 0644]
kicad/cli/command_pcb_export_pdf.cpp [new file with mode: 0644]
kicad/cli/command_pcb_export_pdf.h [new file with mode: 0644]
kicad/cli/command_pcb_export_pos.cpp [new file with mode: 0644]
kicad/cli/command_pcb_export_pos.h [new file with mode: 0644]
kicad/cli/command_pcb_export_svg.cpp [new file with mode: 0644]
kicad/cli/command_pcb_export_svg.h [new file with mode: 0644]
kicad/cli/command_sch.h [new file with mode: 0644]
kicad/cli/command_sch_erc.cpp [new file with mode: 0644]
kicad/cli/command_sch_erc.h [new file with mode: 0644]
kicad/cli/command_sch_export.h [new file with mode: 0644]
kicad/cli/command_sch_export_bom.cpp [new file with mode: 0644]
kicad/cli/command_sch_export_bom.h [new file with mode: 0644]
kicad/cli/command_sch_export_netlist.cpp [new file with mode: 0644]
kicad/cli/command_sch_export_netlist.h [new file with mode: 0644]
kicad/cli/command_sch_export_plot.cpp [new file with mode: 0644]
kicad/cli/command_sch_export_plot.h [new file with mode: 0644]
kicad/cli/command_sch_export_pythonbom.cpp [new file with mode: 0644]
kicad/cli/command_sch_export_pythonbom.h [new file with mode: 0644]
kicad/cli/command_sym.h [new file with mode: 0644]
kicad/cli/command_sym_export.h [new file with mode: 0644]
kicad/cli/command_sym_export_svg.cpp [new file with mode: 0644]
kicad/cli/command_sym_export_svg.h [new file with mode: 0644]
kicad/cli/command_sym_upgrade.cpp [new file with mode: 0644]
kicad/cli/command_sym_upgrade.h [new file with mode: 0644]
kicad/cli/command_version.cpp [new file with mode: 0644]
kicad/cli/command_version.h [new file with mode: 0644]
kicad/dialogs/dialog_template_selector.cpp [new file with mode: 0644]
kicad/dialogs/dialog_template_selector.h [new file with mode: 0644]
kicad/dialogs/dialog_template_selector_base.cpp [new file with mode: 0644]
kicad/dialogs/dialog_template_selector_base.fbp [new file with mode: 0644]
kicad/dialogs/dialog_template_selector_base.h [new file with mode: 0644]
kicad/dialogs/dialog_update_check_prompt.cpp [new file with mode: 0644]
kicad/dialogs/dialog_update_check_prompt.h [new file with mode: 0644]
kicad/dialogs/dialog_update_check_prompt_base.cpp [new file with mode: 0644]
kicad/dialogs/dialog_update_check_prompt_base.fbp [new file with mode: 0644]
kicad/dialogs/dialog_update_check_prompt_base.h [new file with mode: 0644]
kicad/dialogs/dialog_update_notice.cpp [new file with mode: 0644]
kicad/dialogs/dialog_update_notice.h [new file with mode: 0644]
kicad/dialogs/dialog_update_notice_base.cpp [new file with mode: 0644]
kicad/dialogs/dialog_update_notice_base.fbp [new file with mode: 0644]
kicad/dialogs/dialog_update_notice_base.h [new file with mode: 0644]
kicad/dialogs/panel_kicad_launcher.cpp [new file with mode: 0644]
kicad/dialogs/panel_kicad_launcher.h [new file with mode: 0644]
kicad/dialogs/panel_kicad_launcher_base.cpp [new file with mode: 0644]
kicad/dialogs/panel_kicad_launcher_base.fbp [new file with mode: 0644]
kicad/dialogs/panel_kicad_launcher_base.h [new file with mode: 0644]
kicad/files-io.cpp [new file with mode: 0644]
kicad/import_proj.cpp [new file with mode: 0644]
kicad/import_proj.h [new file with mode: 0644]
kicad/import_project.cpp [new file with mode: 0644]
kicad/kicad.cpp [new file with mode: 0644]
kicad/kicad.icns [new file with mode: 0644]
kicad/kicad_cli.cpp [new file with mode: 0644]
kicad/kicad_doc.icns [new file with mode: 0644]
kicad/kicad_id.h [new file with mode: 0644]
kicad/kicad_manager_frame.cpp [new file with mode: 0644]
kicad/kicad_manager_frame.h [new file with mode: 0644]
kicad/menubar.cpp [new file with mode: 0644]
kicad/pcm/CMakeLists.txt [new file with mode: 0644]
kicad/pcm/dialogs/dialog_manage_repositories.cpp [new file with mode: 0644]
kicad/pcm/dialogs/dialog_manage_repositories.h [new file with mode: 0644]
kicad/pcm/dialogs/dialog_manage_repositories_base.cpp [new file with mode: 0644]
kicad/pcm/dialogs/dialog_manage_repositories_base.fbp [new file with mode: 0644]
kicad/pcm/dialogs/dialog_manage_repositories_base.h [new file with mode: 0644]
kicad/pcm/dialogs/dialog_pcm.cpp [new file with mode: 0644]
kicad/pcm/dialogs/dialog_pcm.h [new file with mode: 0644]
kicad/pcm/dialogs/dialog_pcm_base.cpp [new file with mode: 0644]
kicad/pcm/dialogs/dialog_pcm_base.fbp [new file with mode: 0644]
kicad/pcm/dialogs/dialog_pcm_base.h [new file with mode: 0644]
kicad/pcm/dialogs/dialog_pcm_progress.cpp [new file with mode: 0644]
kicad/pcm/dialogs/dialog_pcm_progress.h [new file with mode: 0644]
kicad/pcm/dialogs/dialog_pcm_progress_base.cpp [new file with mode: 0644]
kicad/pcm/dialogs/dialog_pcm_progress_base.fbp [new file with mode: 0644]
kicad/pcm/dialogs/dialog_pcm_progress_base.h [new file with mode: 0644]
kicad/pcm/dialogs/panel_package.cpp [new file with mode: 0644]
kicad/pcm/dialogs/panel_package.h [new file with mode: 0644]
kicad/pcm/dialogs/panel_package_base.cpp [new file with mode: 0644]
kicad/pcm/dialogs/panel_package_base.fbp [new file with mode: 0644]
kicad/pcm/dialogs/panel_package_base.h [new file with mode: 0644]
kicad/pcm/dialogs/panel_packages_view.cpp [new file with mode: 0644]
kicad/pcm/dialogs/panel_packages_view.h [new file with mode: 0644]
kicad/pcm/dialogs/panel_packages_view_base.cpp [new file with mode: 0644]
kicad/pcm/dialogs/panel_packages_view_base.fbp [new file with mode: 0644]
kicad/pcm/dialogs/panel_packages_view_base.h [new file with mode: 0644]
kicad/pcm/pcm.cpp [new file with mode: 0644]
kicad/pcm/pcm.h [new file with mode: 0644]
kicad/pcm/pcm_data.cpp [new file with mode: 0644]
kicad/pcm/pcm_data.h [new file with mode: 0644]
kicad/pcm/pcm_task_manager.cpp [new file with mode: 0644]
kicad/pcm/pcm_task_manager.h [new file with mode: 0644]
kicad/pcm/schemas/pcm.v1.schema.json [new file with mode: 0644]
kicad/pgm_kicad.h [new file with mode: 0644]
kicad/project_template.cpp [new file with mode: 0644]
kicad/project_template.h [new file with mode: 0644]
kicad/project_tree.cpp [new file with mode: 0644]
kicad/project_tree.h [new file with mode: 0644]
kicad/project_tree_item.cpp [new file with mode: 0644]
kicad/project_tree_item.h [new file with mode: 0644]
kicad/project_tree_pane.cpp [new file with mode: 0644]
kicad/project_tree_pane.h [new file with mode: 0644]
kicad/tools/kicad_manager_actions.cpp [new file with mode: 0644]
kicad/tools/kicad_manager_actions.h [new file with mode: 0644]
kicad/tools/kicad_manager_control.cpp [new file with mode: 0644]
kicad/tools/kicad_manager_control.h [new file with mode: 0644]
kicad/tree_file_type.h [new file with mode: 0644]
kicad/update_manager.cpp [new file with mode: 0644]
kicad/update_manager.h [new file with mode: 0644]
kicad/widgets/filedlg_new_project.h [new file with mode: 0644]
libs/CMakeLists.txt [new file with mode: 0644]
libs/core/CMakeLists.txt [new file with mode: 0644]
libs/core/Readme.md [new file with mode: 0644]
libs/core/base64.cpp [new file with mode: 0644]
libs/core/include/core/arraydim.h [new file with mode: 0644]
libs/core/include/core/base64.h [new file with mode: 0644]
libs/core/include/core/ignore.h [new file with mode: 0644]
libs/core/include/core/json_serializers.h [new file with mode: 0644]
libs/core/include/core/kicad_algo.h [new file with mode: 0644]
libs/core/include/core/map_helpers.h [new file with mode: 0644]
libs/core/include/core/minoptmax.h [new file with mode: 0644]
libs/core/include/core/multivector.h [new file with mode: 0644]
libs/core/include/core/observable.h [new file with mode: 0644]
libs/core/include/core/profile.h [new file with mode: 0644]
libs/core/include/core/spinlock.h [new file with mode: 0644]
libs/core/include/core/sync_queue.h [new file with mode: 0644]
libs/core/include/core/thread_pool.h [new file with mode: 0644]
libs/core/include/core/utf8.h [new file with mode: 0644]
libs/core/include/core/version_compare.h [new file with mode: 0644]
libs/core/include/core/wx_stl_compat.h [new file with mode: 0644]
libs/core/observable.cpp [new file with mode: 0644]
libs/core/profile.cpp [new file with mode: 0644]
libs/core/thread_pool.cpp [new file with mode: 0644]
libs/core/utf8.cpp [new file with mode: 0644]
libs/core/version_compare.cpp [new file with mode: 0644]
libs/core/wx_stl_compat.cpp [new file with mode: 0644]
libs/kimath/CMakeLists.txt [new file with mode: 0644]
libs/kimath/determine_if_point_inside_polygon.odt [new file with mode: 0644]
libs/kimath/include/bezier_curves.h [new file with mode: 0644]
libs/kimath/include/convert_basic_shapes_to_polygon.h [new file with mode: 0644]
libs/kimath/include/geometry/chamfer.h [new file with mode: 0644]
libs/kimath/include/geometry/circle.h [new file with mode: 0644]
libs/kimath/include/geometry/convex_hull.h [new file with mode: 0644]
libs/kimath/include/geometry/corner_strategy.h [new file with mode: 0644]
libs/kimath/include/geometry/direction45.h [new file with mode: 0644]
libs/kimath/include/geometry/eda_angle.h [new file with mode: 0644]
libs/kimath/include/geometry/ellipse.h [new file with mode: 0644]
libs/kimath/include/geometry/geometry_utils.h [new file with mode: 0644]
libs/kimath/include/geometry/oval.h [new file with mode: 0644]
libs/kimath/include/geometry/polygon_triangulation.h [new file with mode: 0644]
libs/kimath/include/geometry/seg.h [new file with mode: 0644]
libs/kimath/include/geometry/shape.h [new file with mode: 0644]
libs/kimath/include/geometry/shape_arc.h [new file with mode: 0644]
libs/kimath/include/geometry/shape_circle.h [new file with mode: 0644]
libs/kimath/include/geometry/shape_compound.h [new file with mode: 0644]
libs/kimath/include/geometry/shape_file_io.h [new file with mode: 0644]
libs/kimath/include/geometry/shape_index.h [new file with mode: 0644]
libs/kimath/include/geometry/shape_index_list.h [new file with mode: 0644]
libs/kimath/include/geometry/shape_line_chain.h [new file with mode: 0644]
libs/kimath/include/geometry/shape_null.h [new file with mode: 0644]
libs/kimath/include/geometry/shape_poly_set.h [new file with mode: 0644]
libs/kimath/include/geometry/shape_rect.h [new file with mode: 0644]
libs/kimath/include/geometry/shape_segment.h [new file with mode: 0644]
libs/kimath/include/geometry/shape_simple.h [new file with mode: 0644]
libs/kimath/include/hash.h [new file with mode: 0644]
libs/kimath/include/math/box2.h [new file with mode: 0644]
libs/kimath/include/math/box2_minmax.h [new file with mode: 0644]
libs/kimath/include/math/matrix3x3.h [new file with mode: 0644]
libs/kimath/include/math/util.h [new file with mode: 0644]
libs/kimath/include/math/vector2d.h [new file with mode: 0644]
libs/kimath/include/math/vector2wx.h [new file with mode: 0644]
libs/kimath/include/math/vector3.h [new file with mode: 0644]
libs/kimath/include/md5_hash.h [new file with mode: 0644]
libs/kimath/include/transform.h [new file with mode: 0644]
libs/kimath/include/trigo.h [new file with mode: 0644]
libs/kimath/src/bezier_curves.cpp [new file with mode: 0644]
libs/kimath/src/convert_basic_shapes_to_polygon.cpp [new file with mode: 0644]
libs/kimath/src/geometry/chamfer.cpp [new file with mode: 0644]
libs/kimath/src/geometry/circle.cpp [new file with mode: 0644]
libs/kimath/src/geometry/convex_hull.cpp [new file with mode: 0644]
libs/kimath/src/geometry/direction_45.cpp [new file with mode: 0644]
libs/kimath/src/geometry/eda_angle.cpp [new file with mode: 0644]
libs/kimath/src/geometry/ellipse.cpp [new file with mode: 0644]
libs/kimath/src/geometry/geometry_utils.cpp [new file with mode: 0644]
libs/kimath/src/geometry/oval.cpp [new file with mode: 0644]
libs/kimath/src/geometry/seg.cpp [new file with mode: 0644]
libs/kimath/src/geometry/shape.cpp [new file with mode: 0644]
libs/kimath/src/geometry/shape_arc.cpp [new file with mode: 0644]
libs/kimath/src/geometry/shape_collisions.cpp [new file with mode: 0644]
libs/kimath/src/geometry/shape_compound.cpp [new file with mode: 0644]
libs/kimath/src/geometry/shape_file_io.cpp [new file with mode: 0644]
libs/kimath/src/geometry/shape_line_chain.cpp [new file with mode: 0644]
libs/kimath/src/geometry/shape_poly_set.cpp [new file with mode: 0644]
libs/kimath/src/geometry/shape_rect.cpp [new file with mode: 0644]
libs/kimath/src/geometry/shape_segment.cpp [new file with mode: 0644]
libs/kimath/src/math/util.cpp [new file with mode: 0644]
libs/kimath/src/math/vector2.cpp [new file with mode: 0644]
libs/kimath/src/md5_hash.cpp [new file with mode: 0644]
libs/kimath/src/transform.cpp [new file with mode: 0644]
libs/kimath/src/trigo.cpp [new file with mode: 0644]
libs/kiplatform/CMakeLists.txt [new file with mode: 0644]
libs/kiplatform/gtk/app.cpp [new file with mode: 0644]
libs/kiplatform/gtk/drivers.cpp [new file with mode: 0644]
libs/kiplatform/gtk/environment.cpp [new file with mode: 0644]
libs/kiplatform/gtk/io.cpp [new file with mode: 0644]
libs/kiplatform/gtk/policy.cpp [new file with mode: 0644]
libs/kiplatform/gtk/secrets.cpp [new file with mode: 0644]
libs/kiplatform/gtk/ui.cpp [new file with mode: 0644]
libs/kiplatform/gtk/wayland-pointer-constraints-unstable-v1.c [new file with mode: 0644]
libs/kiplatform/gtk/wayland-pointer-constraints-unstable-v1.h [new file with mode: 0644]
libs/kiplatform/include/kiplatform/app.h [new file with mode: 0644]
libs/kiplatform/include/kiplatform/drivers.h [new file with mode: 0644]
libs/kiplatform/include/kiplatform/environment.h [new file with mode: 0644]
libs/kiplatform/include/kiplatform/io.h [new file with mode: 0644]
libs/kiplatform/include/kiplatform/policy.h [new file with mode: 0644]
libs/kiplatform/include/kiplatform/secrets.h [new file with mode: 0644]
libs/kiplatform/include/kiplatform/ui.h [new file with mode: 0644]
libs/kiplatform/msw/app.cpp [new file with mode: 0644]
libs/kiplatform/msw/drivers.cpp [new file with mode: 0644]
libs/kiplatform/msw/environment.cpp [new file with mode: 0644]
libs/kiplatform/msw/io.cpp [new file with mode: 0644]
libs/kiplatform/msw/policy.cpp [new file with mode: 0644]
libs/kiplatform/msw/secrets.cpp [new file with mode: 0644]
libs/kiplatform/msw/ui.cpp [new file with mode: 0644]
libs/kiplatform/osx/app.mm [new file with mode: 0644]
libs/kiplatform/osx/drivers.mm [new file with mode: 0644]
libs/kiplatform/osx/environment.mm [new file with mode: 0644]
libs/kiplatform/osx/io.mm [new file with mode: 0644]
libs/kiplatform/osx/policy.mm [new file with mode: 0644]
libs/kiplatform/osx/secrets.mm [new file with mode: 0644]
libs/kiplatform/osx/ui.mm [new file with mode: 0644]
libs/sexpr/CMakeLists.txt [new file with mode: 0644]
libs/sexpr/include/sexpr/isexprable.h [new file with mode: 0644]
libs/sexpr/include/sexpr/sexpr.h [new file with mode: 0644]
libs/sexpr/include/sexpr/sexpr_exception.h [new file with mode: 0644]
libs/sexpr/include/sexpr/sexpr_parser.h [new file with mode: 0644]
libs/sexpr/sexpr.cpp [new file with mode: 0644]
libs/sexpr/sexpr_parser.cpp [new file with mode: 0644]
pagelayout_editor/CMakeLists.txt [new file with mode: 0644]
pagelayout_editor/dialogs/design_inspector.cpp [new file with mode: 0644]
pagelayout_editor/dialogs/design_inspector.h [new file with mode: 0644]
pagelayout_editor/dialogs/dialog_design_inspector_base.cpp [new file with mode: 0644]
pagelayout_editor/dialogs/dialog_design_inspector_base.fbp [new file with mode: 0644]
pagelayout_editor/dialogs/dialog_design_inspector_base.h [new file with mode: 0644]
pagelayout_editor/dialogs/dialog_new_dataitem_base.cpp [new file with mode: 0644]
pagelayout_editor/dialogs/dialog_new_dataitem_base.fbp [new file with mode: 0644]
pagelayout_editor/dialogs/dialog_new_dataitem_base.h [new file with mode: 0644]
pagelayout_editor/dialogs/dialogs_for_printing.cpp [new file with mode: 0644]
pagelayout_editor/dialogs/panel_pl_editor_color_settings.cpp [new file with mode: 0644]
pagelayout_editor/dialogs/panel_pl_editor_color_settings.h [new file with mode: 0644]
pagelayout_editor/dialogs/panel_pl_editor_color_settings_base.cpp [new file with mode: 0644]
pagelayout_editor/dialogs/panel_pl_editor_color_settings_base.fbp [new file with mode: 0644]
pagelayout_editor/dialogs/panel_pl_editor_color_settings_base.h [new file with mode: 0644]
pagelayout_editor/dialogs/panel_pl_editor_display_options.cpp [new file with mode: 0644]
pagelayout_editor/dialogs/panel_pl_editor_display_options.h [new file with mode: 0644]
pagelayout_editor/dialogs/properties_frame.cpp [new file with mode: 0644]
pagelayout_editor/dialogs/properties_frame.h [new file with mode: 0644]
pagelayout_editor/dialogs/properties_frame_base.cpp [new file with mode: 0644]
pagelayout_editor/dialogs/properties_frame_base.fbp [new file with mode: 0644]
pagelayout_editor/dialogs/properties_frame_base.h [new file with mode: 0644]
pagelayout_editor/files.cpp [new file with mode: 0644]
pagelayout_editor/invoke_pl_editor_dialog.h [new file with mode: 0644]
pagelayout_editor/menubar.cpp [new file with mode: 0644]
pagelayout_editor/navlib/CMakeLists.txt [new file with mode: 0644]
pagelayout_editor/navlib/nl_pl_editor_plugin.cpp [new file with mode: 0644]
pagelayout_editor/navlib/nl_pl_editor_plugin.h [new file with mode: 0644]
pagelayout_editor/navlib/nl_pl_editor_plugin_impl.cpp [new file with mode: 0644]
pagelayout_editor/navlib/nl_pl_editor_plugin_impl.h [new file with mode: 0644]
pagelayout_editor/pagelayout_editor.icns [new file with mode: 0644]
pagelayout_editor/pagelayout_editor_doc.icns [new file with mode: 0644]
pagelayout_editor/pl_draw_panel_gal.cpp [new file with mode: 0644]
pagelayout_editor/pl_draw_panel_gal.h [new file with mode: 0644]
pagelayout_editor/pl_editor.cpp [new file with mode: 0644]
pagelayout_editor/pl_editor_frame.cpp [new file with mode: 0644]
pagelayout_editor/pl_editor_frame.h [new file with mode: 0644]
pagelayout_editor/pl_editor_id.h [new file with mode: 0644]
pagelayout_editor/pl_editor_layout.cpp [new file with mode: 0644]
pagelayout_editor/pl_editor_layout.h [new file with mode: 0644]
pagelayout_editor/pl_editor_settings.cpp [new file with mode: 0644]
pagelayout_editor/pl_editor_settings.h [new file with mode: 0644]
pagelayout_editor/pl_editor_undo_redo.cpp [new file with mode: 0644]
pagelayout_editor/toolbars_pl_editor.cpp [new file with mode: 0644]
pagelayout_editor/tools/pl_actions.cpp [new file with mode: 0644]
pagelayout_editor/tools/pl_actions.h [new file with mode: 0644]
pagelayout_editor/tools/pl_drawing_tools.cpp [new file with mode: 0644]
pagelayout_editor/tools/pl_drawing_tools.h [new file with mode: 0644]
pagelayout_editor/tools/pl_edit_tool.cpp [new file with mode: 0644]
pagelayout_editor/tools/pl_edit_tool.h [new file with mode: 0644]
pagelayout_editor/tools/pl_editor_control.cpp [new file with mode: 0644]
pagelayout_editor/tools/pl_editor_control.h [new file with mode: 0644]
pagelayout_editor/tools/pl_point_editor.cpp [new file with mode: 0644]
pagelayout_editor/tools/pl_point_editor.h [new file with mode: 0644]
pagelayout_editor/tools/pl_selection.cpp [new file with mode: 0644]
pagelayout_editor/tools/pl_selection.h [new file with mode: 0644]
pagelayout_editor/tools/pl_selection_tool.cpp [new file with mode: 0644]
pagelayout_editor/tools/pl_selection_tool.h [new file with mode: 0644]
pcb_calculator/CMakeLists.txt [new file with mode: 0644]
pcb_calculator/attenuators/attenuator_classes.cpp [new file with mode: 0644]
pcb_calculator/attenuators/attenuator_classes.h [new file with mode: 0644]
pcb_calculator/attenuators/bridget_tee_formula.h [new file with mode: 0644]
pcb_calculator/attenuators/bridget_tee_formula.md [new file with mode: 0644]
pcb_calculator/attenuators/pi_formula.h [new file with mode: 0644]
pcb_calculator/attenuators/pi_formula.md [new file with mode: 0644]
pcb_calculator/attenuators/splitter_formula.h [new file with mode: 0644]
pcb_calculator/attenuators/splitter_formula.md [new file with mode: 0644]
pcb_calculator/attenuators/tee_formula.h [new file with mode: 0644]
pcb_calculator/attenuators/tee_formula.md [new file with mode: 0644]
pcb_calculator/calculator_panels/calculator_panel.h [new file with mode: 0644]
pcb_calculator/calculator_panels/iec60664.cpp [new file with mode: 0644]
pcb_calculator/calculator_panels/iec60664.h [new file with mode: 0644]
pcb_calculator/calculator_panels/panel_board_class.cpp [new file with mode: 0644]
pcb_calculator/calculator_panels/panel_board_class.h [new file with mode: 0644]
pcb_calculator/calculator_panels/panel_board_class_base.cpp [new file with mode: 0644]
pcb_calculator/calculator_panels/panel_board_class_base.fbp [new file with mode: 0644]
pcb_calculator/calculator_panels/panel_board_class_base.h [new file with mode: 0644]
pcb_calculator/calculator_panels/panel_cable_size.cpp [new file with mode: 0644]
pcb_calculator/calculator_panels/panel_cable_size.h [new file with mode: 0644]
pcb_calculator/calculator_panels/panel_cable_size_base.cpp [new file with mode: 0644]
pcb_calculator/calculator_panels/panel_cable_size_base.fbp [new file with mode: 0644]
pcb_calculator/calculator_panels/panel_cable_size_base.h [new file with mode: 0644]
pcb_calculator/calculator_panels/panel_color_code.cpp [new file with mode: 0644]
pcb_calculator/calculator_panels/panel_color_code.h [new file with mode: 0644]
pcb_calculator/calculator_panels/panel_color_code_base.cpp [new file with mode: 0644]
pcb_calculator/calculator_panels/panel_color_code_base.fbp [new file with mode: 0644]
pcb_calculator/calculator_panels/panel_color_code_base.h [new file with mode: 0644]
pcb_calculator/calculator_panels/panel_electrical_spacing.cpp [new file with mode: 0644]
pcb_calculator/calculator_panels/panel_electrical_spacing.h [new file with mode: 0644]
pcb_calculator/calculator_panels/panel_electrical_spacing_base.cpp [new file with mode: 0644]
pcb_calculator/calculator_panels/panel_electrical_spacing_base.fbp [new file with mode: 0644]
pcb_calculator/calculator_panels/panel_electrical_spacing_base.h [new file with mode: 0644]
pcb_calculator/calculator_panels/panel_electrical_spacing_iec60664.cpp [new file with mode: 0644]
pcb_calculator/calculator_panels/panel_electrical_spacing_iec60664.h [new file with mode: 0644]
pcb_calculator/calculator_panels/panel_electrical_spacing_iec60664_base.cpp [new file with mode: 0644]
pcb_calculator/calculator_panels/panel_electrical_spacing_iec60664_base.fbp [new file with mode: 0644]
pcb_calculator/calculator_panels/panel_electrical_spacing_iec60664_base.h [new file with mode: 0644]
pcb_calculator/calculator_panels/panel_electrical_spacing_ipc2221.cpp [new file with mode: 0644]
pcb_calculator/calculator_panels/panel_electrical_spacing_ipc2221.h [new file with mode: 0644]
pcb_calculator/calculator_panels/panel_electrical_spacing_ipc2221_base.cpp [new file with mode: 0644]
pcb_calculator/calculator_panels/panel_electrical_spacing_ipc2221_base.fbp [new file with mode: 0644]
pcb_calculator/calculator_panels/panel_electrical_spacing_ipc2221_base.h [new file with mode: 0644]
pcb_calculator/calculator_panels/panel_eseries_display.cpp [new file with mode: 0644]
pcb_calculator/calculator_panels/panel_eseries_display.h [new file with mode: 0644]
pcb_calculator/calculator_panels/panel_eseries_display_base.cpp [new file with mode: 0644]
pcb_calculator/calculator_panels/panel_eseries_display_base.fbp [new file with mode: 0644]
pcb_calculator/calculator_panels/panel_eseries_display_base.h [new file with mode: 0644]
pcb_calculator/calculator_panels/panel_fusing_current.cpp [new file with mode: 0644]
pcb_calculator/calculator_panels/panel_fusing_current.h [new file with mode: 0644]
pcb_calculator/calculator_panels/panel_fusing_current_base.cpp [new file with mode: 0644]
pcb_calculator/calculator_panels/panel_fusing_current_base.fbp [new file with mode: 0644]
pcb_calculator/calculator_panels/panel_fusing_current_base.h [new file with mode: 0644]
pcb_calculator/calculator_panels/panel_galvanic_corrosion.cpp [new file with mode: 0644]
pcb_calculator/calculator_panels/panel_galvanic_corrosion.h [new file with mode: 0644]
pcb_calculator/calculator_panels/panel_galvanic_corrosion_base.cpp [new file with mode: 0644]
pcb_calculator/calculator_panels/panel_galvanic_corrosion_base.fbp [new file with mode: 0644]
pcb_calculator/calculator_panels/panel_galvanic_corrosion_base.h [new file with mode: 0644]
pcb_calculator/calculator_panels/panel_r_calculator.cpp [new file with mode: 0644]
pcb_calculator/calculator_panels/panel_r_calculator.h [new file with mode: 0644]
pcb_calculator/calculator_panels/panel_r_calculator_base.cpp [new file with mode: 0644]
pcb_calculator/calculator_panels/panel_r_calculator_base.fbp [new file with mode: 0644]
pcb_calculator/calculator_panels/panel_r_calculator_base.h [new file with mode: 0644]
pcb_calculator/calculator_panels/panel_regulator.cpp [new file with mode: 0644]
pcb_calculator/calculator_panels/panel_regulator.h [new file with mode: 0644]
pcb_calculator/calculator_panels/panel_regulator_base.cpp [new file with mode: 0644]
pcb_calculator/calculator_panels/panel_regulator_base.fbp [new file with mode: 0644]
pcb_calculator/calculator_panels/panel_regulator_base.h [new file with mode: 0644]
pcb_calculator/calculator_panels/panel_rf_attenuators.cpp [new file with mode: 0644]
pcb_calculator/calculator_panels/panel_rf_attenuators.h [new file with mode: 0644]
pcb_calculator/calculator_panels/panel_rf_attenuators_base.cpp [new file with mode: 0644]
pcb_calculator/calculator_panels/panel_rf_attenuators_base.fbp [new file with mode: 0644]
pcb_calculator/calculator_panels/panel_rf_attenuators_base.h [new file with mode: 0644]
pcb_calculator/calculator_panels/panel_track_width.cpp [new file with mode: 0644]
pcb_calculator/calculator_panels/panel_track_width.h [new file with mode: 0644]
pcb_calculator/calculator_panels/panel_track_width_base.cpp [new file with mode: 0644]
pcb_calculator/calculator_panels/panel_track_width_base.fbp [new file with mode: 0644]
pcb_calculator/calculator_panels/panel_track_width_base.h [new file with mode: 0644]
pcb_calculator/calculator_panels/panel_transline.cpp [new file with mode: 0644]
pcb_calculator/calculator_panels/panel_transline.h [new file with mode: 0644]
pcb_calculator/calculator_panels/panel_transline_base.cpp [new file with mode: 0644]
pcb_calculator/calculator_panels/panel_transline_base.fbp [new file with mode: 0644]
pcb_calculator/calculator_panels/panel_transline_base.h [new file with mode: 0644]
pcb_calculator/calculator_panels/panel_via_size.cpp [new file with mode: 0644]
pcb_calculator/calculator_panels/panel_via_size.h [new file with mode: 0644]
pcb_calculator/calculator_panels/panel_via_size_base.cpp [new file with mode: 0644]
pcb_calculator/calculator_panels/panel_via_size_base.fbp [new file with mode: 0644]
pcb_calculator/calculator_panels/panel_via_size_base.h [new file with mode: 0644]
pcb_calculator/calculator_panels/panel_wavelength.cpp [new file with mode: 0644]
pcb_calculator/calculator_panels/panel_wavelength.h [new file with mode: 0644]
pcb_calculator/calculator_panels/panel_wavelength_base.cpp [new file with mode: 0644]
pcb_calculator/calculator_panels/panel_wavelength_base.fbp [new file with mode: 0644]
pcb_calculator/calculator_panels/panel_wavelength_base.h [new file with mode: 0644]
pcb_calculator/class_regulator_data.h [new file with mode: 0644]
pcb_calculator/common_data.cpp [new file with mode: 0644]
pcb_calculator/common_data.h [new file with mode: 0644]
pcb_calculator/datafile_read_write.cpp [new file with mode: 0644]
pcb_calculator/datafile_read_write.h [new file with mode: 0644]
pcb_calculator/dialogs/dialog_regulator_form.cpp [new file with mode: 0644]
pcb_calculator/dialogs/dialog_regulator_form.h [new file with mode: 0644]
pcb_calculator/dialogs/dialog_regulator_form_base.cpp [new file with mode: 0644]
pcb_calculator/dialogs/dialog_regulator_form_base.fbp [new file with mode: 0644]
pcb_calculator/dialogs/dialog_regulator_form_base.h [new file with mode: 0644]
pcb_calculator/docs/RF_attenuators.odt [new file with mode: 0644]
pcb_calculator/eseries.cpp [new file with mode: 0644]
pcb_calculator/eseries.h [new file with mode: 0644]
pcb_calculator/eseries_display_help.h [new file with mode: 0644]
pcb_calculator/eseries_display_help.md [new file with mode: 0644]
pcb_calculator/fusing_current_help.h [new file with mode: 0644]
pcb_calculator/fusing_current_help.md [new file with mode: 0644]
pcb_calculator/galvanic_corrosion_help.h [new file with mode: 0644]
pcb_calculator/galvanic_corrosion_help.md [new file with mode: 0644]
pcb_calculator/iec60664_help.h [new file with mode: 0644]
pcb_calculator/iec60664_help.md [new file with mode: 0644]
pcb_calculator/params_read_write.cpp [new file with mode: 0644]
pcb_calculator/pcb_calculator.cpp [new file with mode: 0644]
pcb_calculator/pcb_calculator.icns [new file with mode: 0644]
pcb_calculator/pcb_calculator_control.cpp [new file with mode: 0644]
pcb_calculator/pcb_calculator_control.h [new file with mode: 0644]
pcb_calculator/pcb_calculator_datafile.keywords [new file with mode: 0644]
pcb_calculator/pcb_calculator_frame.cpp [new file with mode: 0644]
pcb_calculator/pcb_calculator_frame.h [new file with mode: 0644]
pcb_calculator/pcb_calculator_settings.cpp [new file with mode: 0644]
pcb_calculator/pcb_calculator_settings.h [new file with mode: 0644]
pcb_calculator/pcb_calculator_utils.cpp [new file with mode: 0644]
pcb_calculator/pcb_calculator_utils.h [new file with mode: 0644]
pcb_calculator/r_calculator_help.h [new file with mode: 0644]
pcb_calculator/r_calculator_help.md [new file with mode: 0644]
pcb_calculator/resistor_substitution_utils.cpp [new file with mode: 0644]
pcb_calculator/resistor_substitution_utils.h [new file with mode: 0644]
pcb_calculator/tracks_width_versus_current_formula.h [new file with mode: 0644]
pcb_calculator/tracks_width_versus_current_formula.md [new file with mode: 0644]
pcb_calculator/transline/c_microstrip.cpp [new file with mode: 0644]
pcb_calculator/transline/c_microstrip.h [new file with mode: 0644]
pcb_calculator/transline/coax.cpp [new file with mode: 0644]
pcb_calculator/transline/coax.h [new file with mode: 0644]
pcb_calculator/transline/coplanar.cpp [new file with mode: 0644]
pcb_calculator/transline/coplanar.h [new file with mode: 0644]
pcb_calculator/transline/microstrip.cpp [new file with mode: 0644]
pcb_calculator/transline/microstrip.h [new file with mode: 0644]
pcb_calculator/transline/rectwaveguide.cpp [new file with mode: 0644]
pcb_calculator/transline/rectwaveguide.h [new file with mode: 0644]
pcb_calculator/transline/stripline.cpp [new file with mode: 0644]
pcb_calculator/transline/stripline.h [new file with mode: 0644]
pcb_calculator/transline/transline.cpp [new file with mode: 0644]
pcb_calculator/transline/transline.h [new file with mode: 0644]
pcb_calculator/transline/twistedpair.cpp [new file with mode: 0644]
pcb_calculator/transline/twistedpair.h [new file with mode: 0644]
pcb_calculator/transline/units.h [new file with mode: 0644]
pcb_calculator/transline_dlg_funct.cpp [new file with mode: 0644]
pcb_calculator/transline_ident.cpp [new file with mode: 0644]
pcb_calculator/transline_ident.h [new file with mode: 0644]
pcb_calculator/units_scales.h [new file with mode: 0644]
pcb_calculator/widgets/unit_selector.cpp [new file with mode: 0644]
pcb_calculator/widgets/unit_selector.h [new file with mode: 0644]
pcbnew/CMakeLists.txt [new file with mode: 0644]
pcbnew/Doxyfile_python [new file with mode: 0644]
pcbnew/Doxyfile_xml [new file with mode: 0644]
pcbnew/action_plugin.cpp [new file with mode: 0644]
pcbnew/action_plugin.h [new file with mode: 0644]
pcbnew/array_creator.cpp [new file with mode: 0644]
pcbnew/array_creator.h [new file with mode: 0644]
pcbnew/array_pad_number_provider.cpp [new file with mode: 0644]
pcbnew/array_pad_number_provider.h [new file with mode: 0644]
pcbnew/autorouter/ar_autoplacer.cpp [new file with mode: 0644]
pcbnew/autorouter/ar_autoplacer.h [new file with mode: 0644]
pcbnew/autorouter/ar_matrix.cpp [new file with mode: 0644]
pcbnew/autorouter/ar_matrix.h [new file with mode: 0644]
pcbnew/autorouter/autoplace_tool.cpp [new file with mode: 0644]
pcbnew/autorouter/autoplace_tool.h [new file with mode: 0644]
pcbnew/autorouter/spread_footprints.cpp [new file with mode: 0644]
pcbnew/autorouter/spread_footprints.h [new file with mode: 0644]
pcbnew/board.cpp [new file with mode: 0644]
pcbnew/board.h [new file with mode: 0644]
pcbnew/board_commit.cpp [new file with mode: 0644]
pcbnew/board_commit.h [new file with mode: 0644]
pcbnew/board_connected_item.cpp [new file with mode: 0644]
pcbnew/board_connected_item.h [new file with mode: 0644]
pcbnew/board_design_settings.cpp [new file with mode: 0644]
pcbnew/board_item.cpp [new file with mode: 0644]
pcbnew/board_item_container.h [new file with mode: 0644]
pcbnew/board_stackup_manager/board_stackup.cpp [new file with mode: 0644]
pcbnew/board_stackup_manager/board_stackup.h [new file with mode: 0644]
pcbnew/board_stackup_manager/board_stackup_reporter.cpp [new file with mode: 0644]
pcbnew/board_stackup_manager/board_stackup_reporter.h [new file with mode: 0644]
pcbnew/board_stackup_manager/dialog_dielectric_list_manager.cpp [new file with mode: 0644]
pcbnew/board_stackup_manager/dialog_dielectric_list_manager.h [new file with mode: 0644]
pcbnew/board_stackup_manager/dialog_dielectric_list_manager_base.cpp [new file with mode: 0644]
pcbnew/board_stackup_manager/dialog_dielectric_list_manager_base.fbp [new file with mode: 0644]
pcbnew/board_stackup_manager/dialog_dielectric_list_manager_base.h [new file with mode: 0644]
pcbnew/board_stackup_manager/dielectric_material.cpp [new file with mode: 0644]
pcbnew/board_stackup_manager/dielectric_material.h [new file with mode: 0644]
pcbnew/board_stackup_manager/panel_board_finish.cpp [new file with mode: 0644]
pcbnew/board_stackup_manager/panel_board_finish.h [new file with mode: 0644]
pcbnew/board_stackup_manager/panel_board_finish_base.cpp [new file with mode: 0644]
pcbnew/board_stackup_manager/panel_board_finish_base.fbp [new file with mode: 0644]
pcbnew/board_stackup_manager/panel_board_finish_base.h [new file with mode: 0644]
pcbnew/board_stackup_manager/panel_board_stackup.cpp [new file with mode: 0644]
pcbnew/board_stackup_manager/panel_board_stackup.h [new file with mode: 0644]
pcbnew/board_stackup_manager/panel_board_stackup_base.cpp [new file with mode: 0644]
pcbnew/board_stackup_manager/panel_board_stackup_base.fbp [new file with mode: 0644]
pcbnew/board_stackup_manager/panel_board_stackup_base.h [new file with mode: 0644]
pcbnew/board_stackup_manager/stackup_predefined_prms.cpp [new file with mode: 0644]
pcbnew/board_stackup_manager/stackup_predefined_prms.h [new file with mode: 0644]
pcbnew/build_BOM_from_board.cpp [new file with mode: 0644]
pcbnew/cleanup_item.cpp [new file with mode: 0644]
pcbnew/cleanup_item.h [new file with mode: 0644]
pcbnew/collectors.cpp [new file with mode: 0644]
pcbnew/collectors.h [new file with mode: 0644]
pcbnew/connectivity/CMakeLists.txt [new file with mode: 0644]
pcbnew/connectivity/connectivity_algo.cpp [new file with mode: 0644]
pcbnew/connectivity/connectivity_algo.h [new file with mode: 0644]
pcbnew/connectivity/connectivity_data.cpp [new file with mode: 0644]
pcbnew/connectivity/connectivity_data.h [new file with mode: 0644]
pcbnew/connectivity/connectivity_items.cpp [new file with mode: 0644]
pcbnew/connectivity/connectivity_items.h [new file with mode: 0644]
pcbnew/connectivity/connectivity_rtree.h [new file with mode: 0644]
pcbnew/connectivity/from_to_cache.cpp [new file with mode: 0644]
pcbnew/connectivity/from_to_cache.h [new file with mode: 0644]
pcbnew/convert_shape_list_to_polygon.cpp [new file with mode: 0644]
pcbnew/convert_shape_list_to_polygon.h [new file with mode: 0644]
pcbnew/cross-probing.cpp [new file with mode: 0644]
pcbnew/dialogs/dialog_board_reannotate.cpp [new file with mode: 0644]
pcbnew/dialogs/dialog_board_reannotate.h [new file with mode: 0644]
pcbnew/dialogs/dialog_board_reannotate_base.cpp [new file with mode: 0644]
pcbnew/dialogs/dialog_board_reannotate_base.fbp [new file with mode: 0644]
pcbnew/dialogs/dialog_board_reannotate_base.h [new file with mode: 0644]
pcbnew/dialogs/dialog_board_setup.cpp [new file with mode: 0644]
pcbnew/dialogs/dialog_board_setup.h [new file with mode: 0644]
pcbnew/dialogs/dialog_board_statistics.cpp [new file with mode: 0644]
pcbnew/dialogs/dialog_board_statistics.h [new file with mode: 0644]
pcbnew/dialogs/dialog_board_statistics_base.cpp [new file with mode: 0644]
pcbnew/dialogs/dialog_board_statistics_base.fbp [new file with mode: 0644]
pcbnew/dialogs/dialog_board_statistics_base.h [new file with mode: 0644]
pcbnew/dialogs/dialog_cleanup_graphics.cpp [new file with mode: 0644]
pcbnew/dialogs/dialog_cleanup_graphics.h [new file with mode: 0644]
pcbnew/dialogs/dialog_cleanup_graphics_base.cpp [new file with mode: 0644]
pcbnew/dialogs/dialog_cleanup_graphics_base.fbp [new file with mode: 0644]
pcbnew/dialogs/dialog_cleanup_graphics_base.h [new file with mode: 0644]
pcbnew/dialogs/dialog_cleanup_tracks_and_vias.cpp [new file with mode: 0644]
pcbnew/dialogs/dialog_cleanup_tracks_and_vias.h [new file with mode: 0644]
pcbnew/dialogs/dialog_cleanup_tracks_and_vias_base.cpp [new file with mode: 0644]
pcbnew/dialogs/dialog_cleanup_tracks_and_vias_base.fbp [new file with mode: 0644]
pcbnew/dialogs/dialog_cleanup_tracks_and_vias_base.h [new file with mode: 0644]
pcbnew/dialogs/dialog_copper_zones.cpp [new file with mode: 0644]
pcbnew/dialogs/dialog_copper_zones_base.cpp [new file with mode: 0644]
pcbnew/dialogs/dialog_copper_zones_base.fbp [new file with mode: 0644]
pcbnew/dialogs/dialog_copper_zones_base.h [new file with mode: 0644]
pcbnew/dialogs/dialog_create_array.cpp [new file with mode: 0644]
pcbnew/dialogs/dialog_create_array.h [new file with mode: 0644]
pcbnew/dialogs/dialog_create_array_base.cpp [new file with mode: 0644]
pcbnew/dialogs/dialog_create_array_base.fbp [new file with mode: 0644]
pcbnew/dialogs/dialog_create_array_base.h [new file with mode: 0644]
pcbnew/dialogs/dialog_dimension_properties.cpp [new file with mode: 0644]
pcbnew/dialogs/dialog_dimension_properties.h [new file with mode: 0644]
pcbnew/dialogs/dialog_dimension_properties_base.cpp [new file with mode: 0644]
pcbnew/dialogs/dialog_dimension_properties_base.fbp [new file with mode: 0644]
pcbnew/dialogs/dialog_dimension_properties_base.h [new file with mode: 0644]
pcbnew/dialogs/dialog_drc.cpp [new file with mode: 0644]
pcbnew/dialogs/dialog_drc.h [new file with mode: 0644]
pcbnew/dialogs/dialog_drc_base.cpp [new file with mode: 0644]
pcbnew/dialogs/dialog_drc_base.fbp [new file with mode: 0644]
pcbnew/dialogs/dialog_drc_base.h [new file with mode: 0644]
pcbnew/dialogs/dialog_enum_pads.cpp [new file with mode: 0644]
pcbnew/dialogs/dialog_enum_pads.h [new file with mode: 0644]
pcbnew/dialogs/dialog_enum_pads_base.cpp [new file with mode: 0644]
pcbnew/dialogs/dialog_enum_pads_base.fbp [new file with mode: 0644]
pcbnew/dialogs/dialog_enum_pads_base.h [new file with mode: 0644]
pcbnew/dialogs/dialog_exchange_footprints.cpp [new file with mode: 0644]
pcbnew/dialogs/dialog_exchange_footprints.h [new file with mode: 0644]
pcbnew/dialogs/dialog_exchange_footprints_base.cpp [new file with mode: 0644]
pcbnew/dialogs/dialog_exchange_footprints_base.fbp [new file with mode: 0644]
pcbnew/dialogs/dialog_exchange_footprints_base.h [new file with mode: 0644]
pcbnew/dialogs/dialog_export_2581.cpp [new file with mode: 0644]
pcbnew/dialogs/dialog_export_2581.fbp [new file with mode: 0644]
pcbnew/dialogs/dialog_export_2581.h [new file with mode: 0644]
pcbnew/dialogs/dialog_export_2581_base.cpp [new file with mode: 0644]
pcbnew/dialogs/dialog_export_2581_base.h [new file with mode: 0644]
pcbnew/dialogs/dialog_export_idf.cpp [new file with mode: 0644]
pcbnew/dialogs/dialog_export_idf_base.cpp [new file with mode: 0644]
pcbnew/dialogs/dialog_export_idf_base.fbp [new file with mode: 0644]
pcbnew/dialogs/dialog_export_idf_base.h [new file with mode: 0644]
pcbnew/dialogs/dialog_export_step.cpp [new file with mode: 0644]
pcbnew/dialogs/dialog_export_step_base.cpp [new file with mode: 0644]
pcbnew/dialogs/dialog_export_step_base.fbp [new file with mode: 0644]
pcbnew/dialogs/dialog_export_step_base.h [new file with mode: 0644]
pcbnew/dialogs/dialog_export_step_process.cpp [new file with mode: 0644]
pcbnew/dialogs/dialog_export_step_process.h [new file with mode: 0644]
pcbnew/dialogs/dialog_export_step_process_base.cpp [new file with mode: 0644]
pcbnew/dialogs/dialog_export_step_process_base.fbp [new file with mode: 0644]
pcbnew/dialogs/dialog_export_step_process_base.h [new file with mode: 0644]
pcbnew/dialogs/dialog_export_svg.cpp [new file with mode: 0644]
pcbnew/dialogs/dialog_export_svg_base.cpp [new file with mode: 0644]
pcbnew/dialogs/dialog_export_svg_base.fbp [new file with mode: 0644]
pcbnew/dialogs/dialog_export_svg_base.h [new file with mode: 0644]
pcbnew/dialogs/dialog_export_vrml.cpp [new file with mode: 0644]
pcbnew/dialogs/dialog_export_vrml_base.cpp [new file with mode: 0644]
pcbnew/dialogs/dialog_export_vrml_base.fbp [new file with mode: 0644]
pcbnew/dialogs/dialog_export_vrml_base.h [new file with mode: 0644]
pcbnew/dialogs/dialog_filter_selection.cpp [new file with mode: 0644]
pcbnew/dialogs/dialog_filter_selection.h [new file with mode: 0644]
pcbnew/dialogs/dialog_filter_selection_base.cpp [new file with mode: 0644]
pcbnew/dialogs/dialog_filter_selection_base.fbp [new file with mode: 0644]
pcbnew/dialogs/dialog_filter_selection_base.h [new file with mode: 0644]
pcbnew/dialogs/dialog_find.cpp [new file with mode: 0644]
pcbnew/dialogs/dialog_find.h [new file with mode: 0644]
pcbnew/dialogs/dialog_find_base.cpp [new file with mode: 0644]
pcbnew/dialogs/dialog_find_base.fbp [new file with mode: 0644]
pcbnew/dialogs/dialog_find_base.h [new file with mode: 0644]
pcbnew/dialogs/dialog_footprint_associations.cpp [new file with mode: 0644]
pcbnew/dialogs/dialog_footprint_associations.h [new file with mode: 0644]
pcbnew/dialogs/dialog_footprint_associations_base.cpp [new file with mode: 0644]
pcbnew/dialogs/dialog_footprint_associations_base.fbp [new file with mode: 0644]
pcbnew/dialogs/dialog_footprint_associations_base.h [new file with mode: 0644]
pcbnew/dialogs/dialog_footprint_checker.cpp [new file with mode: 0644]
pcbnew/dialogs/dialog_footprint_checker.h [new file with mode: 0644]
pcbnew/dialogs/dialog_footprint_checker_base.cpp [new file with mode: 0644]
pcbnew/dialogs/dialog_footprint_checker_base.fbp [new file with mode: 0644]
pcbnew/dialogs/dialog_footprint_checker_base.h [new file with mode: 0644]
pcbnew/dialogs/dialog_footprint_chooser.cpp [new file with mode: 0644]
pcbnew/dialogs/dialog_footprint_chooser.h [new file with mode: 0644]
pcbnew/dialogs/dialog_footprint_properties.cpp [new file with mode: 0644]
pcbnew/dialogs/dialog_footprint_properties.h [new file with mode: 0644]
pcbnew/dialogs/dialog_footprint_properties_base.cpp [new file with mode: 0644]
pcbnew/dialogs/dialog_footprint_properties_base.fbp [new file with mode: 0644]
pcbnew/dialogs/dialog_footprint_properties_base.h [new file with mode: 0644]
pcbnew/dialogs/dialog_footprint_properties_fp_editor.cpp [new file with mode: 0644]
pcbnew/dialogs/dialog_footprint_properties_fp_editor.h [new file with mode: 0644]
pcbnew/dialogs/dialog_footprint_properties_fp_editor_base.cpp [new file with mode: 0644]
pcbnew/dialogs/dialog_footprint_properties_fp_editor_base.fbp [new file with mode: 0644]
pcbnew/dialogs/dialog_footprint_properties_fp_editor_base.h [new file with mode: 0644]
pcbnew/dialogs/dialog_footprint_wizard_list.cpp [new file with mode: 0644]
pcbnew/dialogs/dialog_footprint_wizard_list.h [new file with mode: 0644]
pcbnew/dialogs/dialog_footprint_wizard_list_base.cpp [new file with mode: 0644]
pcbnew/dialogs/dialog_footprint_wizard_list_base.fbp [new file with mode: 0644]
pcbnew/dialogs/dialog_footprint_wizard_list_base.h [new file with mode: 0644]
pcbnew/dialogs/dialog_gen_footprint_position.cpp [new file with mode: 0644]
pcbnew/dialogs/dialog_gen_footprint_position_file_base.cpp [new file with mode: 0644]
pcbnew/dialogs/dialog_gen_footprint_position_file_base.fbp [new file with mode: 0644]
pcbnew/dialogs/dialog_gen_footprint_position_file_base.h [new file with mode: 0644]
pcbnew/dialogs/dialog_gencad_export_options.cpp [new file with mode: 0644]
pcbnew/dialogs/dialog_gencad_export_options.h [new file with mode: 0644]
pcbnew/dialogs/dialog_gendrill.cpp [new file with mode: 0644]
pcbnew/dialogs/dialog_gendrill.h [new file with mode: 0644]
pcbnew/dialogs/dialog_gendrill_base.cpp [new file with mode: 0644]
pcbnew/dialogs/dialog_gendrill_base.fbp [new file with mode: 0644]
pcbnew/dialogs/dialog_gendrill_base.h [new file with mode: 0644]
pcbnew/dialogs/dialog_generators.cpp [new file with mode: 0644]
pcbnew/dialogs/dialog_generators.h [new file with mode: 0644]
pcbnew/dialogs/dialog_generators_base.cpp [new file with mode: 0644]
pcbnew/dialogs/dialog_generators_base.fbp [new file with mode: 0644]
pcbnew/dialogs/dialog_generators_base.h [new file with mode: 0644]
pcbnew/dialogs/dialog_get_footprint_by_name.h [new file with mode: 0644]
pcbnew/dialogs/dialog_get_footprint_by_name_base.cpp [new file with mode: 0644]
pcbnew/dialogs/dialog_get_footprint_by_name_base.fbp [new file with mode: 0644]
pcbnew/dialogs/dialog_get_footprint_by_name_base.h [new file with mode: 0644]
pcbnew/dialogs/dialog_global_deletion.cpp [new file with mode: 0644]
pcbnew/dialogs/dialog_global_deletion.h [new file with mode: 0644]
pcbnew/dialogs/dialog_global_deletion_base.cpp [new file with mode: 0644]
pcbnew/dialogs/dialog_global_deletion_base.fbp [new file with mode: 0644]
pcbnew/dialogs/dialog_global_deletion_base.h [new file with mode: 0644]
pcbnew/dialogs/dialog_global_edit_teardrops.cpp [new file with mode: 0644]
pcbnew/dialogs/dialog_global_edit_teardrops_base.cpp [new file with mode: 0644]
pcbnew/dialogs/dialog_global_edit_teardrops_base.fbp [new file with mode: 0644]
pcbnew/dialogs/dialog_global_edit_teardrops_base.h [new file with mode: 0644]
pcbnew/dialogs/dialog_global_edit_text_and_graphics.cpp [new file with mode: 0644]
pcbnew/dialogs/dialog_global_edit_text_and_graphics_base.cpp [new file with mode: 0644]
pcbnew/dialogs/dialog_global_edit_text_and_graphics_base.fbp [new file with mode: 0644]
pcbnew/dialogs/dialog_global_edit_text_and_graphics_base.h [new file with mode: 0644]
pcbnew/dialogs/dialog_global_edit_tracks_and_vias.cpp [new file with mode: 0644]
pcbnew/dialogs/dialog_global_edit_tracks_and_vias_base.cpp [new file with mode: 0644]
pcbnew/dialogs/dialog_global_edit_tracks_and_vias_base.fbp [new file with mode: 0644]
pcbnew/dialogs/dialog_global_edit_tracks_and_vias_base.h [new file with mode: 0644]
pcbnew/dialogs/dialog_global_fp_lib_table_config.cpp [new file with mode: 0644]
pcbnew/dialogs/dialog_global_fp_lib_table_config.h [new file with mode: 0644]
pcbnew/dialogs/dialog_group_properties.cpp [new file with mode: 0644]
pcbnew/dialogs/dialog_group_properties.h [new file with mode: 0644]
pcbnew/dialogs/dialog_group_properties_base.cpp [new file with mode: 0644]
pcbnew/dialogs/dialog_group_properties_base.fbp [new file with mode: 0644]
pcbnew/dialogs/dialog_group_properties_base.h [new file with mode: 0644]
pcbnew/dialogs/dialog_import_netlist.cpp [new file with mode: 0644]
pcbnew/dialogs/dialog_import_netlist.h [new file with mode: 0644]
pcbnew/dialogs/dialog_import_netlist_base.cpp [new file with mode: 0644]
pcbnew/dialogs/dialog_import_netlist_base.fbp [new file with mode: 0644]
pcbnew/dialogs/dialog_import_netlist_base.h [new file with mode: 0644]
pcbnew/dialogs/dialog_import_settings.cpp [new file with mode: 0644]
pcbnew/dialogs/dialog_import_settings.h [new file with mode: 0644]
pcbnew/dialogs/dialog_import_settings_base.cpp [new file with mode: 0644]
pcbnew/dialogs/dialog_import_settings_base.fbp [new file with mode: 0644]
pcbnew/dialogs/dialog_import_settings_base.h [new file with mode: 0644]
pcbnew/dialogs/dialog_imported_layers.cpp [new file with mode: 0644]
pcbnew/dialogs/dialog_imported_layers.h [new file with mode: 0644]
pcbnew/dialogs/dialog_imported_layers_base.cpp [new file with mode: 0644]
pcbnew/dialogs/dialog_imported_layers_base.fbp [new file with mode: 0644]
pcbnew/dialogs/dialog_imported_layers_base.h [new file with mode: 0644]
pcbnew/dialogs/dialog_layer_selection_base.cpp [new file with mode: 0644]
pcbnew/dialogs/dialog_layer_selection_base.fbp [new file with mode: 0644]
pcbnew/dialogs/dialog_layer_selection_base.h [new file with mode: 0644]
pcbnew/dialogs/dialog_move_exact.cpp [new file with mode: 0644]
pcbnew/dialogs/dialog_move_exact.h [new file with mode: 0644]
pcbnew/dialogs/dialog_move_exact_base.cpp [new file with mode: 0644]
pcbnew/dialogs/dialog_move_exact_base.fbp [new file with mode: 0644]
pcbnew/dialogs/dialog_move_exact_base.h [new file with mode: 0644]
pcbnew/dialogs/dialog_net_inspector.cpp [new file with mode: 0644]
pcbnew/dialogs/dialog_net_inspector.h [new file with mode: 0644]
pcbnew/dialogs/dialog_net_inspector_base.cpp [new file with mode: 0644]
pcbnew/dialogs/dialog_net_inspector_base.fbp [new file with mode: 0644]
pcbnew/dialogs/dialog_net_inspector_base.h [new file with mode: 0644]
pcbnew/dialogs/dialog_non_copper_zones_properties.cpp [new file with mode: 0644]
pcbnew/dialogs/dialog_non_copper_zones_properties_base.cpp [new file with mode: 0644]
pcbnew/dialogs/dialog_non_copper_zones_properties_base.fbp [new file with mode: 0644]
pcbnew/dialogs/dialog_non_copper_zones_properties_base.h [new file with mode: 0644]
pcbnew/dialogs/dialog_pad_properties.cpp [new file with mode: 0644]
pcbnew/dialogs/dialog_pad_properties.h [new file with mode: 0644]
pcbnew/dialogs/dialog_pad_properties_base.cpp [new file with mode: 0644]
pcbnew/dialogs/dialog_pad_properties_base.fbp [new file with mode: 0644]
pcbnew/dialogs/dialog_pad_properties_base.h [new file with mode: 0644]
pcbnew/dialogs/dialog_plot.cpp [new file with mode: 0644]
pcbnew/dialogs/dialog_plot.h [new file with mode: 0644]
pcbnew/dialogs/dialog_plot_base.cpp [new file with mode: 0644]
pcbnew/dialogs/dialog_plot_base.fbp [new file with mode: 0644]
pcbnew/dialogs/dialog_plot_base.h [new file with mode: 0644]
pcbnew/dialogs/dialog_pns_diff_pair_dimensions.cpp [new file with mode: 0644]
pcbnew/dialogs/dialog_pns_diff_pair_dimensions.h [new file with mode: 0644]
pcbnew/dialogs/dialog_pns_diff_pair_dimensions_base.cpp [new file with mode: 0644]
pcbnew/dialogs/dialog_pns_diff_pair_dimensions_base.fbp [new file with mode: 0644]
pcbnew/dialogs/dialog_pns_diff_pair_dimensions_base.h [new file with mode: 0644]
pcbnew/dialogs/dialog_pns_settings.cpp [new file with mode: 0644]
pcbnew/dialogs/dialog_pns_settings.h [new file with mode: 0644]
pcbnew/dialogs/dialog_pns_settings_base.cpp [new file with mode: 0644]
pcbnew/dialogs/dialog_pns_settings_base.fbp [new file with mode: 0644]
pcbnew/dialogs/dialog_pns_settings_base.h [new file with mode: 0644]
pcbnew/dialogs/dialog_position_relative.cpp [new file with mode: 0644]
pcbnew/dialogs/dialog_position_relative.h [new file with mode: 0644]
pcbnew/dialogs/dialog_position_relative_base.cpp [new file with mode: 0644]
pcbnew/dialogs/dialog_position_relative_base.fbp [new file with mode: 0644]
pcbnew/dialogs/dialog_position_relative_base.h [new file with mode: 0644]
pcbnew/dialogs/dialog_print_pcbnew.cpp [new file with mode: 0644]
pcbnew/dialogs/dialog_produce_pcb.fbp [new file with mode: 0644]
pcbnew/dialogs/dialog_produce_pcb_base.cpp [new file with mode: 0644]
pcbnew/dialogs/dialog_produce_pcb_base.h [new file with mode: 0644]
pcbnew/dialogs/dialog_push_pad_properties.cpp [new file with mode: 0644]
pcbnew/dialogs/dialog_push_pad_properties.h [new file with mode: 0644]
pcbnew/dialogs/dialog_push_pad_properties_base.cpp [new file with mode: 0644]
pcbnew/dialogs/dialog_push_pad_properties_base.fbp [new file with mode: 0644]
pcbnew/dialogs/dialog_push_pad_properties_base.h [new file with mode: 0644]
pcbnew/dialogs/dialog_reference_image_properties.cpp [new file with mode: 0644]
pcbnew/dialogs/dialog_reference_image_properties.h [new file with mode: 0644]
pcbnew/dialogs/dialog_reference_image_properties_base.cpp [new file with mode: 0644]
pcbnew/dialogs/dialog_reference_image_properties_base.fbp [new file with mode: 0644]
pcbnew/dialogs/dialog_reference_image_properties_base.h [new file with mode: 0644]
pcbnew/dialogs/dialog_rule_area_properties.cpp [new file with mode: 0644]
pcbnew/dialogs/dialog_rule_area_properties_base.cpp [new file with mode: 0644]
pcbnew/dialogs/dialog_rule_area_properties_base.fbp [new file with mode: 0644]
pcbnew/dialogs/dialog_rule_area_properties_base.h [new file with mode: 0644]
pcbnew/dialogs/dialog_shape_properties.cpp [new file with mode: 0644]
pcbnew/dialogs/dialog_shape_properties_base.cpp [new file with mode: 0644]
pcbnew/dialogs/dialog_shape_properties_base.fbp [new file with mode: 0644]
pcbnew/dialogs/dialog_shape_properties_base.h [new file with mode: 0644]
pcbnew/dialogs/dialog_swap_layers.cpp [new file with mode: 0644]
pcbnew/dialogs/dialog_swap_layers.h [new file with mode: 0644]
pcbnew/dialogs/dialog_swap_layers_base.cpp [new file with mode: 0644]
pcbnew/dialogs/dialog_swap_layers_base.fbp [new file with mode: 0644]
pcbnew/dialogs/dialog_swap_layers_base.h [new file with mode: 0644]
pcbnew/dialogs/dialog_target_properties.cpp [new file with mode: 0644]
pcbnew/dialogs/dialog_target_properties_base.cpp [new file with mode: 0644]
pcbnew/dialogs/dialog_target_properties_base.fbp [new file with mode: 0644]
pcbnew/dialogs/dialog_target_properties_base.h [new file with mode: 0644]
pcbnew/dialogs/dialog_text_properties.cpp [new file with mode: 0644]
pcbnew/dialogs/dialog_text_properties.h [new file with mode: 0644]
pcbnew/dialogs/dialog_text_properties_base.cpp [new file with mode: 0644]
pcbnew/dialogs/dialog_text_properties_base.fbp [new file with mode: 0644]
pcbnew/dialogs/dialog_text_properties_base.h [new file with mode: 0644]
pcbnew/dialogs/dialog_textbox_properties.cpp [new file with mode: 0644]
pcbnew/dialogs/dialog_textbox_properties.h [new file with mode: 0644]
pcbnew/dialogs/dialog_textbox_properties_base.cpp [new file with mode: 0644]
pcbnew/dialogs/dialog_textbox_properties_base.fbp [new file with mode: 0644]
pcbnew/dialogs/dialog_textbox_properties_base.h [new file with mode: 0644]
pcbnew/dialogs/dialog_track_via_properties.cpp [new file with mode: 0644]
pcbnew/dialogs/dialog_track_via_properties.h [new file with mode: 0644]
pcbnew/dialogs/dialog_track_via_properties_base.cpp [new file with mode: 0644]
pcbnew/dialogs/dialog_track_via_properties_base.fbp [new file with mode: 0644]
pcbnew/dialogs/dialog_track_via_properties_base.h [new file with mode: 0644]
pcbnew/dialogs/dialog_track_via_size.cpp [new file with mode: 0644]
pcbnew/dialogs/dialog_track_via_size.h [new file with mode: 0644]
pcbnew/dialogs/dialog_track_via_size_base.cpp [new file with mode: 0644]
pcbnew/dialogs/dialog_track_via_size_base.fbp [new file with mode: 0644]
pcbnew/dialogs/dialog_track_via_size_base.h [new file with mode: 0644]
pcbnew/dialogs/dialog_tuning_pattern_properties.cpp [new file with mode: 0644]
pcbnew/dialogs/dialog_tuning_pattern_properties.h [new file with mode: 0644]
pcbnew/dialogs/dialog_tuning_pattern_properties_base.cpp [new file with mode: 0644]
pcbnew/dialogs/dialog_tuning_pattern_properties_base.fbp [new file with mode: 0644]
pcbnew/dialogs/dialog_tuning_pattern_properties_base.h [new file with mode: 0644]
pcbnew/dialogs/dialog_unused_pad_layers.cpp [new file with mode: 0644]
pcbnew/dialogs/dialog_unused_pad_layers.h [new file with mode: 0644]
pcbnew/dialogs/dialog_unused_pad_layers_base.cpp [new file with mode: 0644]
pcbnew/dialogs/dialog_unused_pad_layers_base.fbp [new file with mode: 0644]
pcbnew/dialogs/dialog_unused_pad_layers_base.h [new file with mode: 0644]
pcbnew/dialogs/dialog_update_pcb.cpp [new file with mode: 0644]
pcbnew/dialogs/dialog_update_pcb.h [new file with mode: 0644]
pcbnew/dialogs/dialog_update_pcb_base.cpp [new file with mode: 0644]
pcbnew/dialogs/dialog_update_pcb_base.fbp [new file with mode: 0644]
pcbnew/dialogs/dialog_update_pcb_base.h [new file with mode: 0644]
pcbnew/dialogs/panel_edit_options.cpp [new file with mode: 0644]
pcbnew/dialogs/panel_edit_options.h [new file with mode: 0644]
pcbnew/dialogs/panel_edit_options_base.cpp [new file with mode: 0644]
pcbnew/dialogs/panel_edit_options_base.fbp [new file with mode: 0644]
pcbnew/dialogs/panel_edit_options_base.h [new file with mode: 0644]
pcbnew/dialogs/panel_fp_editor_color_settings.cpp [new file with mode: 0644]
pcbnew/dialogs/panel_fp_editor_color_settings.h [new file with mode: 0644]
pcbnew/dialogs/panel_fp_editor_defaults.cpp [new file with mode: 0644]
pcbnew/dialogs/panel_fp_editor_defaults.h [new file with mode: 0644]
pcbnew/dialogs/panel_fp_editor_defaults_base.cpp [new file with mode: 0644]
pcbnew/dialogs/panel_fp_editor_defaults_base.fbp [new file with mode: 0644]
pcbnew/dialogs/panel_fp_editor_defaults_base.h [new file with mode: 0644]
pcbnew/dialogs/panel_fp_lib_table.cpp [new file with mode: 0644]
pcbnew/dialogs/panel_fp_lib_table.h [new file with mode: 0644]
pcbnew/dialogs/panel_fp_lib_table_base.cpp [new file with mode: 0644]
pcbnew/dialogs/panel_fp_lib_table_base.fbp [new file with mode: 0644]
pcbnew/dialogs/panel_fp_lib_table_base.h [new file with mode: 0644]
pcbnew/dialogs/panel_fp_properties_3d_model.cpp [new file with mode: 0644]
pcbnew/dialogs/panel_fp_properties_3d_model.h [new file with mode: 0644]
pcbnew/dialogs/panel_fp_properties_3d_model_base.cpp [new file with mode: 0644]
pcbnew/dialogs/panel_fp_properties_3d_model_base.fbp [new file with mode: 0644]
pcbnew/dialogs/panel_fp_properties_3d_model_base.h [new file with mode: 0644]
pcbnew/dialogs/panel_pcb_display_options.cpp [new file with mode: 0644]
pcbnew/dialogs/panel_pcb_display_options.h [new file with mode: 0644]
pcbnew/dialogs/panel_pcb_display_options_base.cpp [new file with mode: 0644]
pcbnew/dialogs/panel_pcb_display_options_base.fbp [new file with mode: 0644]
pcbnew/dialogs/panel_pcb_display_options_base.h [new file with mode: 0644]
pcbnew/dialogs/panel_pcbnew_action_plugins.cpp [new file with mode: 0644]
pcbnew/dialogs/panel_pcbnew_action_plugins.h [new file with mode: 0644]
pcbnew/dialogs/panel_pcbnew_action_plugins_base.cpp [new file with mode: 0644]
pcbnew/dialogs/panel_pcbnew_action_plugins_base.fbp [new file with mode: 0644]
pcbnew/dialogs/panel_pcbnew_action_plugins_base.h [new file with mode: 0644]
pcbnew/dialogs/panel_pcbnew_color_settings.cpp [new file with mode: 0644]
pcbnew/dialogs/panel_pcbnew_color_settings.h [new file with mode: 0644]
pcbnew/dialogs/panel_pcbnew_display_origin.cpp [new file with mode: 0644]
pcbnew/dialogs/panel_pcbnew_display_origin.h [new file with mode: 0644]
pcbnew/dialogs/panel_pcbnew_display_origin_base.cpp [new file with mode: 0644]
pcbnew/dialogs/panel_pcbnew_display_origin_base.fbp [new file with mode: 0644]
pcbnew/dialogs/panel_pcbnew_display_origin_base.h [new file with mode: 0644]
pcbnew/dialogs/panel_setup_constraints.cpp [new file with mode: 0644]
pcbnew/dialogs/panel_setup_constraints.h [new file with mode: 0644]
pcbnew/dialogs/panel_setup_constraints_base.cpp [new file with mode: 0644]
pcbnew/dialogs/panel_setup_constraints_base.fbp [new file with mode: 0644]
pcbnew/dialogs/panel_setup_constraints_base.h [new file with mode: 0644]
pcbnew/dialogs/panel_setup_formatting.cpp [new file with mode: 0644]
pcbnew/dialogs/panel_setup_formatting.h [new file with mode: 0644]
pcbnew/dialogs/panel_setup_formatting_base.cpp [new file with mode: 0644]
pcbnew/dialogs/panel_setup_formatting_base.fbp [new file with mode: 0644]
pcbnew/dialogs/panel_setup_formatting_base.h [new file with mode: 0644]
pcbnew/dialogs/panel_setup_layers.cpp [new file with mode: 0644]
pcbnew/dialogs/panel_setup_layers.h [new file with mode: 0644]
pcbnew/dialogs/panel_setup_layers_base.cpp [new file with mode: 0644]
pcbnew/dialogs/panel_setup_layers_base.fbp [new file with mode: 0644]
pcbnew/dialogs/panel_setup_layers_base.h [new file with mode: 0644]
pcbnew/dialogs/panel_setup_mask_and_paste.cpp [new file with mode: 0644]
pcbnew/dialogs/panel_setup_mask_and_paste.h [new file with mode: 0644]
pcbnew/dialogs/panel_setup_mask_and_paste_base.cpp [new file with mode: 0644]
pcbnew/dialogs/panel_setup_mask_and_paste_base.fbp [new file with mode: 0644]
pcbnew/dialogs/panel_setup_mask_and_paste_base.h [new file with mode: 0644]
pcbnew/dialogs/panel_setup_rules.cpp [new file with mode: 0644]
pcbnew/dialogs/panel_setup_rules.h [new file with mode: 0644]
pcbnew/dialogs/panel_setup_rules_base.cpp [new file with mode: 0644]
pcbnew/dialogs/panel_setup_rules_base.fbp [new file with mode: 0644]
pcbnew/dialogs/panel_setup_rules_base.h [new file with mode: 0644]
pcbnew/dialogs/panel_setup_rules_help.md [new file with mode: 0644]
pcbnew/dialogs/panel_setup_rules_help_md.h [new file with mode: 0644]
pcbnew/dialogs/panel_setup_teardrops.cpp [new file with mode: 0644]
pcbnew/dialogs/panel_setup_teardrops.h [new file with mode: 0644]
pcbnew/dialogs/panel_setup_teardrops_base.cpp [new file with mode: 0644]
pcbnew/dialogs/panel_setup_teardrops_base.fbp [new file with mode: 0644]
pcbnew/dialogs/panel_setup_teardrops_base.h [new file with mode: 0644]
pcbnew/dialogs/panel_setup_text_and_graphics.cpp [new file with mode: 0644]
pcbnew/dialogs/panel_setup_text_and_graphics.h [new file with mode: 0644]
pcbnew/dialogs/panel_setup_text_and_graphics_base.cpp [new file with mode: 0644]
pcbnew/dialogs/panel_setup_text_and_graphics_base.fbp [new file with mode: 0644]
pcbnew/dialogs/panel_setup_text_and_graphics_base.h [new file with mode: 0644]
pcbnew/dialogs/panel_setup_tracks_and_vias.cpp [new file with mode: 0644]
pcbnew/dialogs/panel_setup_tracks_and_vias.h [new file with mode: 0644]
pcbnew/dialogs/panel_setup_tracks_and_vias_base.cpp [new file with mode: 0644]
pcbnew/dialogs/panel_setup_tracks_and_vias_base.fbp [new file with mode: 0644]
pcbnew/dialogs/panel_setup_tracks_and_vias_base.h [new file with mode: 0644]
pcbnew/dialogs/panel_setup_tuning_patterns.cpp [new file with mode: 0644]
pcbnew/dialogs/panel_setup_tuning_patterns.h [new file with mode: 0644]
pcbnew/dialogs/panel_setup_tuning_patterns_base.cpp [new file with mode: 0644]
pcbnew/dialogs/panel_setup_tuning_patterns_base.fbp [new file with mode: 0644]
pcbnew/dialogs/panel_setup_tuning_patterns_base.h [new file with mode: 0644]
pcbnew/drc/drc_cache_generator.cpp [new file with mode: 0644]
pcbnew/drc/drc_cache_generator.h [new file with mode: 0644]
pcbnew/drc/drc_engine.cpp [new file with mode: 0644]
pcbnew/drc/drc_engine.h [new file with mode: 0644]
pcbnew/drc/drc_interactive_courtyard_clearance.cpp [new file with mode: 0644]
pcbnew/drc/drc_interactive_courtyard_clearance.h [new file with mode: 0644]
pcbnew/drc/drc_item.cpp [new file with mode: 0644]
pcbnew/drc/drc_item.h [new file with mode: 0644]
pcbnew/drc/drc_length_report.h [new file with mode: 0644]
pcbnew/drc/drc_report.cpp [new file with mode: 0644]
pcbnew/drc/drc_report.h [new file with mode: 0644]
pcbnew/drc/drc_rtree.h [new file with mode: 0644]
pcbnew/drc/drc_rule.cpp [new file with mode: 0644]
pcbnew/drc/drc_rule.h [new file with mode: 0644]
pcbnew/drc/drc_rule_condition.cpp [new file with mode: 0644]
pcbnew/drc/drc_rule_condition.h [new file with mode: 0644]
pcbnew/drc/drc_rule_parser.cpp [new file with mode: 0644]
pcbnew/drc/drc_rule_parser.h [new file with mode: 0644]
pcbnew/drc/drc_test_provider.cpp [new file with mode: 0644]
pcbnew/drc/drc_test_provider.h [new file with mode: 0644]
pcbnew/drc/drc_test_provider_annular_width.cpp [new file with mode: 0644]
pcbnew/drc/drc_test_provider_clearance_base.h [new file with mode: 0644]
pcbnew/drc/drc_test_provider_connection_width.cpp [new file with mode: 0644]
pcbnew/drc/drc_test_provider_connectivity.cpp [new file with mode: 0644]
pcbnew/drc/drc_test_provider_copper_clearance.cpp [new file with mode: 0644]
pcbnew/drc/drc_test_provider_courtyard_clearance.cpp [new file with mode: 0644]
pcbnew/drc/drc_test_provider_diff_pair_coupling.cpp [new file with mode: 0644]
pcbnew/drc/drc_test_provider_disallow.cpp [new file with mode: 0644]
pcbnew/drc/drc_test_provider_edge_clearance.cpp [new file with mode: 0644]
pcbnew/drc/drc_test_provider_footprint_checks.cpp [new file with mode: 0644]
pcbnew/drc/drc_test_provider_hole_size.cpp [new file with mode: 0644]
pcbnew/drc/drc_test_provider_hole_to_hole.cpp [new file with mode: 0644]
pcbnew/drc/drc_test_provider_library_parity.cpp [new file with mode: 0644]
pcbnew/drc/drc_test_provider_matched_length.cpp [new file with mode: 0644]
pcbnew/drc/drc_test_provider_misc.cpp [new file with mode: 0644]
pcbnew/drc/drc_test_provider_physical_clearance.cpp [new file with mode: 0644]
pcbnew/drc/drc_test_provider_schematic_parity.cpp [new file with mode: 0644]
pcbnew/drc/drc_test_provider_silk_clearance.cpp [new file with mode: 0644]
pcbnew/drc/drc_test_provider_sliver_checker.cpp [new file with mode: 0644]
pcbnew/drc/drc_test_provider_solder_mask.cpp [new file with mode: 0644]
pcbnew/drc/drc_test_provider_text_dims.cpp [new file with mode: 0644]
pcbnew/drc/drc_test_provider_track_width.cpp [new file with mode: 0644]
pcbnew/drc/drc_test_provider_via_diameter.cpp [new file with mode: 0644]
pcbnew/drc/drc_test_provider_zone_connections.cpp [new file with mode: 0644]
pcbnew/edit.cpp [new file with mode: 0644]
pcbnew/edit_track_width.cpp [new file with mode: 0644]
pcbnew/edit_zone_helpers.cpp [new file with mode: 0644]
pcbnew/exporters/board_exporter_base.h [new file with mode: 0644]
pcbnew/exporters/export_d356.cpp [new file with mode: 0644]
pcbnew/exporters/export_d356.h [new file with mode: 0644]
pcbnew/exporters/export_footprint_associations.cpp [new file with mode: 0644]
pcbnew/exporters/export_gencad.cpp [new file with mode: 0644]
pcbnew/exporters/export_gencad_writer.cpp [new file with mode: 0644]
pcbnew/exporters/export_gencad_writer.h [new file with mode: 0644]
pcbnew/exporters/export_hyperlynx.cpp [new file with mode: 0644]
pcbnew/exporters/export_idf.cpp [new file with mode: 0644]
pcbnew/exporters/export_svg.cpp [new file with mode: 0644]
pcbnew/exporters/export_svg.h [new file with mode: 0644]
pcbnew/exporters/export_vrml.h [new file with mode: 0644]
pcbnew/exporters/exporter_vrml.cpp [new file with mode: 0644]
pcbnew/exporters/exporter_vrml.h [new file with mode: 0644]
pcbnew/exporters/gen_drill_report_files.cpp [new file with mode: 0644]
pcbnew/exporters/gendrill_Excellon_writer.cpp [new file with mode: 0644]
pcbnew/exporters/gendrill_Excellon_writer.h [new file with mode: 0644]
pcbnew/exporters/gendrill_file_writer_base.cpp [new file with mode: 0644]
pcbnew/exporters/gendrill_file_writer_base.h [new file with mode: 0644]
pcbnew/exporters/gendrill_gerber_writer.cpp [new file with mode: 0644]
pcbnew/exporters/gendrill_gerber_writer.h [new file with mode: 0644]
pcbnew/exporters/gerber_jobfile_writer.cpp [new file with mode: 0644]
pcbnew/exporters/gerber_jobfile_writer.h [new file with mode: 0644]
pcbnew/exporters/gerber_placefile_writer.cpp [new file with mode: 0644]
pcbnew/exporters/gerber_placefile_writer.h [new file with mode: 0644]
pcbnew/exporters/place_file_exporter.cpp [new file with mode: 0644]
pcbnew/exporters/place_file_exporter.h [new file with mode: 0644]
pcbnew/exporters/step/exporter_step.cpp [new file with mode: 0644]
pcbnew/exporters/step/exporter_step.h [new file with mode: 0644]
pcbnew/exporters/step/step_pcb_model.cpp [new file with mode: 0644]
pcbnew/exporters/step/step_pcb_model.h [new file with mode: 0644]
pcbnew/files.cpp [new file with mode: 0644]
pcbnew/fix_board_shape.cpp [new file with mode: 0644]
pcbnew/fix_board_shape.h [new file with mode: 0644]
pcbnew/footprint.cpp [new file with mode: 0644]
pcbnew/footprint.h [new file with mode: 0644]
pcbnew/footprint_chooser_frame.cpp [new file with mode: 0644]
pcbnew/footprint_chooser_frame.h [new file with mode: 0644]
pcbnew/footprint_edit_frame.cpp [new file with mode: 0644]
pcbnew/footprint_edit_frame.h [new file with mode: 0644]
pcbnew/footprint_editor_settings.cpp [new file with mode: 0644]
pcbnew/footprint_editor_utils.cpp [new file with mode: 0644]
pcbnew/footprint_info_impl.cpp [new file with mode: 0644]
pcbnew/footprint_info_impl.h [new file with mode: 0644]
pcbnew/footprint_libraries_utils.cpp [new file with mode: 0644]
pcbnew/footprint_preview_panel.cpp [new file with mode: 0644]
pcbnew/footprint_preview_panel.h [new file with mode: 0644]
pcbnew/footprint_tree_pane.cpp [new file with mode: 0644]
pcbnew/footprint_tree_pane.h [new file with mode: 0644]
pcbnew/footprint_viewer_frame.cpp [new file with mode: 0644]
pcbnew/footprint_viewer_frame.h [new file with mode: 0644]
pcbnew/footprint_wizard.cpp [new file with mode: 0644]
pcbnew/footprint_wizard.h [new file with mode: 0644]
pcbnew/footprint_wizard_frame.cpp [new file with mode: 0644]
pcbnew/footprint_wizard_frame.h [new file with mode: 0644]
pcbnew/footprint_wizard_frame_functions.cpp [new file with mode: 0644]
pcbnew/fp_text_grid_table.cpp [new file with mode: 0644]
pcbnew/fp_text_grid_table.h [new file with mode: 0644]
pcbnew/fp_tree_model_adapter.cpp [new file with mode: 0644]
pcbnew/fp_tree_model_adapter.h [new file with mode: 0644]
pcbnew/fp_tree_synchronizing_adapter.cpp [new file with mode: 0644]
pcbnew/fp_tree_synchronizing_adapter.h [new file with mode: 0644]
pcbnew/fpedit.icns [new file with mode: 0644]
pcbnew/fpedit_doc.icns [new file with mode: 0644]
pcbnew/generate_footprint_info.cpp [new file with mode: 0644]
pcbnew/generate_footprint_info.h [new file with mode: 0644]
pcbnew/generators/pcb_tuning_pattern.cpp [new file with mode: 0644]
pcbnew/generators_mgr.cpp [new file with mode: 0644]
pcbnew/generators_mgr.h [new file with mode: 0644]
pcbnew/git/kigit_pcb_merge.cpp [new file with mode: 0644]
pcbnew/git/kigit_pcb_merge.h [new file with mode: 0644]
pcbnew/graphics_cleaner.cpp [new file with mode: 0644]
pcbnew/graphics_cleaner.h [new file with mode: 0644]
pcbnew/grid_layer_box_helpers.cpp [new file with mode: 0644]
pcbnew/grid_layer_box_helpers.h [new file with mode: 0644]
pcbnew/import_gfx/dialog_import_graphics.cpp [new file with mode: 0644]
pcbnew/import_gfx/dialog_import_graphics.h [new file with mode: 0644]
pcbnew/import_gfx/dialog_import_graphics_base.cpp [new file with mode: 0644]
pcbnew/import_gfx/dialog_import_graphics_base.fbp [new file with mode: 0644]
pcbnew/import_gfx/dialog_import_graphics_base.h [new file with mode: 0644]
pcbnew/import_gfx/graphics_importer_pcbnew.cpp [new file with mode: 0644]
pcbnew/import_gfx/graphics_importer_pcbnew.h [new file with mode: 0644]
pcbnew/initpcb.cpp [new file with mode: 0644]
pcbnew/invoke_pcb_dialog.h [new file with mode: 0644]
pcbnew/kicad_clipboard.cpp [new file with mode: 0644]
pcbnew/kicad_clipboard.h [new file with mode: 0644]
pcbnew/load_select_footprint.cpp [new file with mode: 0644]
pcbnew/menubar_footprint_editor.cpp [new file with mode: 0644]
pcbnew/menubar_pcb_editor.cpp [new file with mode: 0644]
pcbnew/microwave/microwave_footprint.cpp [new file with mode: 0644]
pcbnew/microwave/microwave_inductor.cpp [new file with mode: 0644]
pcbnew/microwave/microwave_polygon.cpp [new file with mode: 0644]
pcbnew/microwave/microwave_tool.cpp [new file with mode: 0644]
pcbnew/microwave/microwave_tool.h [new file with mode: 0644]
pcbnew/navlib/CMakeLists.txt [new file with mode: 0644]
pcbnew/navlib/nl_pcbnew_plugin.cpp [new file with mode: 0644]
pcbnew/navlib/nl_pcbnew_plugin.h [new file with mode: 0644]
pcbnew/navlib/nl_pcbnew_plugin_impl.cpp [new file with mode: 0644]
pcbnew/navlib/nl_pcbnew_plugin_impl.h [new file with mode: 0644]
pcbnew/netinfo.h [new file with mode: 0644]
pcbnew/netinfo_item.cpp [new file with mode: 0644]
pcbnew/netinfo_list.cpp [new file with mode: 0644]
pcbnew/netlist_reader/board_netlist_updater.cpp [new file with mode: 0644]
pcbnew/netlist_reader/board_netlist_updater.h [new file with mode: 0644]
pcbnew/netlist_reader/kicad_netlist_reader.cpp [new file with mode: 0644]
pcbnew/netlist_reader/legacy_netlist_reader.cpp [new file with mode: 0644]
pcbnew/netlist_reader/netlist.cpp [new file with mode: 0644]
pcbnew/netlist_reader/netlist_reader.cpp [new file with mode: 0644]
pcbnew/netlist_reader/netlist_reader.h [new file with mode: 0644]
pcbnew/netlist_reader/pcb_netlist.cpp [new file with mode: 0644]
pcbnew/netlist_reader/pcb_netlist.h [new file with mode: 0644]
pcbnew/pad.cpp [new file with mode: 0644]
pcbnew/pad.h [new file with mode: 0644]
pcbnew/pad_custom_shape_functions.cpp [new file with mode: 0644]
pcbnew/pcb_base_edit_frame.cpp [new file with mode: 0644]
pcbnew/pcb_base_edit_frame.h [new file with mode: 0644]
pcbnew/pcb_base_frame.cpp [new file with mode: 0644]
pcbnew/pcb_dimension.cpp [new file with mode: 0644]
pcbnew/pcb_dimension.h [new file with mode: 0644]
pcbnew/pcb_draw_panel_gal.cpp [new file with mode: 0644]
pcbnew/pcb_draw_panel_gal.h [new file with mode: 0644]
pcbnew/pcb_edit_frame.cpp [new file with mode: 0644]
pcbnew/pcb_edit_frame.h [new file with mode: 0644]
pcbnew/pcb_field.cpp [new file with mode: 0644]
pcbnew/pcb_field.h [new file with mode: 0644]
pcbnew/pcb_generator.cpp [new file with mode: 0644]
pcbnew/pcb_generator.h [new file with mode: 0644]
pcbnew/pcb_group.cpp [new file with mode: 0644]
pcbnew/pcb_group.h [new file with mode: 0644]
pcbnew/pcb_io/altium/CMakeLists.txt [new file with mode: 0644]
pcbnew/pcb_io/altium/altium_parser.ksy [new file with mode: 0644]
pcbnew/pcb_io/altium/altium_parser_pcb.cpp [new file with mode: 0644]
pcbnew/pcb_io/altium/altium_parser_pcb.h [new file with mode: 0644]
pcbnew/pcb_io/altium/altium_pcb.cpp [new file with mode: 0644]
pcbnew/pcb_io/altium/altium_pcb.h [new file with mode: 0644]
pcbnew/pcb_io/altium/altium_rule_transformer.cpp [new file with mode: 0644]
pcbnew/pcb_io/altium/altium_rule_transformer.h [new file with mode: 0644]
pcbnew/pcb_io/altium/pcb_io_altium_circuit_maker.cpp [new file with mode: 0644]
pcbnew/pcb_io/altium/pcb_io_altium_circuit_maker.h [new file with mode: 0644]
pcbnew/pcb_io/altium/pcb_io_altium_circuit_studio.cpp [new file with mode: 0644]
pcbnew/pcb_io/altium/pcb_io_altium_circuit_studio.h [new file with mode: 0644]
pcbnew/pcb_io/altium/pcb_io_altium_designer.cpp [new file with mode: 0644]
pcbnew/pcb_io/altium/pcb_io_altium_designer.h [new file with mode: 0644]
pcbnew/pcb_io/altium/pcb_io_solidworks.cpp [new file with mode: 0644]
pcbnew/pcb_io/altium/pcb_io_solidworks.h [new file with mode: 0644]
pcbnew/pcb_io/cadstar/CMakeLists.txt [new file with mode: 0644]
pcbnew/pcb_io/cadstar/cadstar_pcb_archive_loader.cpp [new file with mode: 0644]
pcbnew/pcb_io/cadstar/cadstar_pcb_archive_loader.h [new file with mode: 0644]
pcbnew/pcb_io/cadstar/cadstar_pcb_archive_parser.cpp [new file with mode: 0644]
pcbnew/pcb_io/cadstar/cadstar_pcb_archive_parser.h [new file with mode: 0644]
pcbnew/pcb_io/cadstar/pcb_io_cadstar_archive.cpp [new file with mode: 0644]
pcbnew/pcb_io/cadstar/pcb_io_cadstar_archive.h [new file with mode: 0644]
pcbnew/pcb_io/common/plugin_common_layer_mapping.h [new file with mode: 0644]
pcbnew/pcb_io/eagle/pcb_io_eagle.cpp [new file with mode: 0644]
pcbnew/pcb_io/eagle/pcb_io_eagle.h [new file with mode: 0644]
pcbnew/pcb_io/easyeda/CMakeLists.txt [new file with mode: 0644]
pcbnew/pcb_io/easyeda/pcb_io_easyeda_parser.cpp [new file with mode: 0644]
pcbnew/pcb_io/easyeda/pcb_io_easyeda_parser.h [new file with mode: 0644]
pcbnew/pcb_io/easyeda/pcb_io_easyeda_plugin.cpp [new file with mode: 0644]
pcbnew/pcb_io/easyeda/pcb_io_easyeda_plugin.h [new file with mode: 0644]
pcbnew/pcb_io/easyedapro/CMakeLists.txt [new file with mode: 0644]
pcbnew/pcb_io/easyedapro/pcb_io_easyedapro.cpp [new file with mode: 0644]
pcbnew/pcb_io/easyedapro/pcb_io_easyedapro.h [new file with mode: 0644]
pcbnew/pcb_io/easyedapro/pcb_io_easyedapro_parser.cpp [new file with mode: 0644]
pcbnew/pcb_io/easyedapro/pcb_io_easyedapro_parser.h [new file with mode: 0644]
pcbnew/pcb_io/fabmaster/CMakeLists.txt [new file with mode: 0644]
pcbnew/pcb_io/fabmaster/import_fabmaster.cpp [new file with mode: 0644]
pcbnew/pcb_io/fabmaster/import_fabmaster.h [new file with mode: 0644]
pcbnew/pcb_io/fabmaster/pcb_io_fabmaster.cpp [new file with mode: 0644]
pcbnew/pcb_io/fabmaster/pcb_io_fabmaster.h [new file with mode: 0644]
pcbnew/pcb_io/geda/pcb_io_geda.cpp [new file with mode: 0644]
pcbnew/pcb_io/geda/pcb_io_geda.h [new file with mode: 0644]
pcbnew/pcb_io/ipc2581/CMakeLists.txt [new file with mode: 0644]
pcbnew/pcb_io/ipc2581/ipc2581_types.h [new file with mode: 0644]
pcbnew/pcb_io/ipc2581/pcb_io_ipc2581.cpp [new file with mode: 0644]
pcbnew/pcb_io/ipc2581/pcb_io_ipc2581.h [new file with mode: 0644]
pcbnew/pcb_io/kicad_legacy/pcb_io_kicad_legacy.cpp [new file with mode: 0644]
pcbnew/pcb_io/kicad_legacy/pcb_io_kicad_legacy.h [new file with mode: 0644]
pcbnew/pcb_io/kicad_sexpr/pcb_io_kicad_sexpr.cpp [new file with mode: 0644]
pcbnew/pcb_io/kicad_sexpr/pcb_io_kicad_sexpr.h [new file with mode: 0644]
pcbnew/pcb_io/kicad_sexpr/pcb_io_kicad_sexpr_parser.cpp [new file with mode: 0644]
pcbnew/pcb_io/kicad_sexpr/pcb_io_kicad_sexpr_parser.h [new file with mode: 0644]
pcbnew/pcb_io/pcad/CMakeLists.txt [new file with mode: 0644]
pcbnew/pcb_io/pcad/examples/files.txt [new file with mode: 0644]
pcbnew/pcb_io/pcad/pcad2kicad_common.cpp [new file with mode: 0644]
pcbnew/pcb_io/pcad/pcad2kicad_common.h [new file with mode: 0644]
pcbnew/pcb_io/pcad/pcad_arc.cpp [new file with mode: 0644]
pcbnew/pcb_io/pcad/pcad_arc.h [new file with mode: 0644]
pcbnew/pcb_io/pcad/pcad_callbacks.h [new file with mode: 0644]
pcbnew/pcb_io/pcad/pcad_copper_pour.cpp [new file with mode: 0644]
pcbnew/pcb_io/pcad/pcad_copper_pour.h [new file with mode: 0644]
pcbnew/pcb_io/pcad/pcad_cutout.cpp [new file with mode: 0644]
pcbnew/pcb_io/pcad/pcad_cutout.h [new file with mode: 0644]
pcbnew/pcb_io/pcad/pcad_footprint.cpp [new file with mode: 0644]
pcbnew/pcb_io/pcad/pcad_footprint.h [new file with mode: 0644]
pcbnew/pcb_io/pcad/pcad_item_types.h [new file with mode: 0644]
pcbnew/pcb_io/pcad/pcad_keepout.cpp [new file with mode: 0644]
pcbnew/pcb_io/pcad/pcad_keepout.h [new file with mode: 0644]
pcbnew/pcb_io/pcad/pcad_line.cpp [new file with mode: 0644]
pcbnew/pcb_io/pcad/pcad_line.h [new file with mode: 0644]
pcbnew/pcb_io/pcad/pcad_nets.cpp [new file with mode: 0644]
pcbnew/pcb_io/pcad/pcad_nets.h [new file with mode: 0644]
pcbnew/pcb_io/pcad/pcad_pad.cpp [new file with mode: 0644]
pcbnew/pcb_io/pcad/pcad_pad.h [new file with mode: 0644]
pcbnew/pcb_io/pcad/pcad_pad_shape.cpp [new file with mode: 0644]
pcbnew/pcb_io/pcad/pcad_pad_shape.h [new file with mode: 0644]
pcbnew/pcb_io/pcad/pcad_pcb.cpp [new file with mode: 0644]
pcbnew/pcb_io/pcad/pcad_pcb.h [new file with mode: 0644]
pcbnew/pcb_io/pcad/pcad_pcb_component.cpp [new file with mode: 0644]
pcbnew/pcb_io/pcad/pcad_pcb_component.h [new file with mode: 0644]
pcbnew/pcb_io/pcad/pcad_plane.cpp [new file with mode: 0644]
pcbnew/pcb_io/pcad/pcad_plane.h [new file with mode: 0644]
pcbnew/pcb_io/pcad/pcad_polygon.cpp [new file with mode: 0644]
pcbnew/pcb_io/pcad/pcad_polygon.h [new file with mode: 0644]
pcbnew/pcb_io/pcad/pcad_text.cpp [new file with mode: 0644]
pcbnew/pcb_io/pcad/pcad_text.h [new file with mode: 0644]
pcbnew/pcb_io/pcad/pcad_via.cpp [new file with mode: 0644]
pcbnew/pcb_io/pcad/pcad_via.h [new file with mode: 0644]
pcbnew/pcb_io/pcad/pcad_via_shape.cpp [new file with mode: 0644]
pcbnew/pcb_io/pcad/pcad_via_shape.h [new file with mode: 0644]
pcbnew/pcb_io/pcad/pcb_io_pcad.cpp [new file with mode: 0644]
pcbnew/pcb_io/pcad/pcb_io_pcad.h [new file with mode: 0644]
pcbnew/pcb_io/pcad/s_expr_loader.cpp [new file with mode: 0644]
pcbnew/pcb_io/pcad/s_expr_loader.h [new file with mode: 0644]
pcbnew/pcb_io/pcb_io.cpp [new file with mode: 0644]
pcbnew/pcb_io/pcb_io.h [new file with mode: 0644]
pcbnew/pcb_io/pcb_io_mgr.cpp [new file with mode: 0644]
pcbnew/pcb_io/pcb_io_mgr.h [new file with mode: 0644]
pcbnew/pcb_item_containers.h [new file with mode: 0644]
pcbnew/pcb_layer_box_selector.cpp [new file with mode: 0644]
pcbnew/pcb_layer_box_selector.h [new file with mode: 0644]
pcbnew/pcb_marker.cpp [new file with mode: 0644]
pcbnew/pcb_marker.h [new file with mode: 0644]
pcbnew/pcb_origin_transforms.cpp [new file with mode: 0644]
pcbnew/pcb_origin_transforms.h [new file with mode: 0644]
pcbnew/pcb_painter.cpp [new file with mode: 0644]
pcbnew/pcb_painter.h [new file with mode: 0644]
pcbnew/pcb_plot_params.cpp [new file with mode: 0644]
pcbnew/pcb_plot_params.h [new file with mode: 0644]
pcbnew/pcb_plot_params_parser.h [new file with mode: 0644]
pcbnew/pcb_reference_image.cpp [new file with mode: 0644]
pcbnew/pcb_reference_image.h [new file with mode: 0644]
pcbnew/pcb_screen.cpp [new file with mode: 0644]
pcbnew/pcb_shape.cpp [new file with mode: 0644]
pcbnew/pcb_shape.h [new file with mode: 0644]
pcbnew/pcb_target.cpp [new file with mode: 0644]
pcbnew/pcb_target.h [new file with mode: 0644]
pcbnew/pcb_text.cpp [new file with mode: 0644]
pcbnew/pcb_text.h [new file with mode: 0644]
pcbnew/pcb_textbox.cpp [new file with mode: 0644]
pcbnew/pcb_textbox.h [new file with mode: 0644]
pcbnew/pcb_track.cpp [new file with mode: 0644]
pcbnew/pcb_track.h [new file with mode: 0644]
pcbnew/pcb_view.cpp [new file with mode: 0644]
pcbnew/pcb_view.h [new file with mode: 0644]
pcbnew/pcbexpr_evaluator.cpp [new file with mode: 0644]
pcbnew/pcbexpr_evaluator.h [new file with mode: 0644]
pcbnew/pcbexpr_functions.cpp [new file with mode: 0644]
pcbnew/pcbnew.cpp [new file with mode: 0644]
pcbnew/pcbnew.icns [new file with mode: 0644]
pcbnew/pcbnew_config.cpp [new file with mode: 0644]
pcbnew/pcbnew_config.h [new file with mode: 0644]
pcbnew/pcbnew_doc.icns [new file with mode: 0644]
pcbnew/pcbnew_id.h [new file with mode: 0644]
pcbnew/pcbnew_jobs_handler.cpp [new file with mode: 0644]
pcbnew/pcbnew_jobs_handler.h [new file with mode: 0644]
pcbnew/pcbnew_printout.cpp [new file with mode: 0644]
pcbnew/pcbnew_printout.h [new file with mode: 0644]
pcbnew/pcbnew_settings.cpp [new file with mode: 0644]
pcbnew/pcbnew_settings.h [new file with mode: 0644]
pcbnew/pcbplot.cpp [new file with mode: 0644]
pcbnew/pcbplot.h [new file with mode: 0644]
pcbnew/plot_board_layers.cpp [new file with mode: 0644]
pcbnew/plot_brditems_plotter.cpp [new file with mode: 0644]
pcbnew/plotcontroller.h [new file with mode: 0644]
pcbnew/plotprint_opts.h [new file with mode: 0644]
pcbnew/project_pcb.cpp [new file with mode: 0644]
pcbnew/project_pcb.h [new file with mode: 0644]
pcbnew/python/examples/createFPC40.py [new file with mode: 0755]
pcbnew/python/examples/createPcb.py [new file with mode: 0644]
pcbnew/python/examples/hidePcbValuesShowReferences.py [new file with mode: 0644]
pcbnew/python/examples/listPcb.py [new file with mode: 0644]
pcbnew/python/plugins/FPC_wizard.py [new file with mode: 0644]
pcbnew/python/plugins/FootprintWizardBase.py [new file with mode: 0644]
pcbnew/python/plugins/PadArray.py [new file with mode: 0644]
pcbnew/python/plugins/__init__.py [new file with mode: 0644]
pcbnew/python/plugins/arc_test.py [new file with mode: 0644]
pcbnew/python/plugins/bga_wizard.py [new file with mode: 0644]
pcbnew/python/plugins/circular_pad_array_wizard.py [new file with mode: 0644]
pcbnew/python/plugins/kicad_qrcode.py [new file with mode: 0644]
pcbnew/python/plugins/microMatch_connectors.py [new file with mode: 0644]
pcbnew/python/plugins/mutualcap_button_wizard.py [new file with mode: 0644]
pcbnew/python/plugins/qfn_wizard.py [new file with mode: 0644]
pcbnew/python/plugins/qfp_wizard.py [new file with mode: 0644]
pcbnew/python/plugins/qrcode_footprint_wizard.py [new file with mode: 0644]
pcbnew/python/plugins/sdip_wizard.py [new file with mode: 0644]
pcbnew/python/plugins/touch_slider_wizard.py [new file with mode: 0644]
pcbnew/python/plugins/uss39_barcode.py [new file with mode: 0644]
pcbnew/python/plugins/zip_wizard.py [new file with mode: 0644]
pcbnew/python/scripting/pcb_scripting_tool.cpp [new file with mode: 0644]
pcbnew/python/scripting/pcb_scripting_tool.h [new file with mode: 0644]
pcbnew/python/scripting/pcbnew_action_plugins.cpp [new file with mode: 0644]
pcbnew/python/scripting/pcbnew_action_plugins.h [new file with mode: 0644]
pcbnew/python/scripting/pcbnew_footprint_wizards.cpp [new file with mode: 0644]
pcbnew/python/scripting/pcbnew_footprint_wizards.h [new file with mode: 0644]
pcbnew/python/scripting/pcbnew_scripting.cpp [new file with mode: 0644]
pcbnew/python/scripting/pcbnew_scripting.h [new file with mode: 0644]
pcbnew/python/scripting/pcbnew_scripting_helpers.cpp [new file with mode: 0644]
pcbnew/python/scripting/pcbnew_scripting_helpers.h [new file with mode: 0644]
pcbnew/python/scripting/pcbnew_utils_3d.cpp [new file with mode: 0644]
pcbnew/python/scripting/pcbnew_utils_3d.h [new file with mode: 0644]
pcbnew/python/swig/board.i [new file with mode: 0644]
pcbnew/python/swig/board_connected_item.i [new file with mode: 0644]
pcbnew/python/swig/board_design_settings.i [new file with mode: 0644]
pcbnew/python/swig/board_item.i [new file with mode: 0644]
pcbnew/python/swig/board_item_container.i [new file with mode: 0644]
pcbnew/python/swig/connectivity.i [new file with mode: 0644]
pcbnew/python/swig/footprint.i [new file with mode: 0644]
pcbnew/python/swig/layer_ids.i [new file with mode: 0644]
pcbnew/python/swig/netinfo.i [new file with mode: 0644]
pcbnew/python/swig/pad.i [new file with mode: 0644]
pcbnew/python/swig/pcb_dimension.i [new file with mode: 0644]
pcbnew/python/swig/pcb_field.i [new file with mode: 0644]
pcbnew/python/swig/pcb_group.i [new file with mode: 0644]
pcbnew/python/swig/pcb_item_containers.i [new file with mode: 0644]
pcbnew/python/swig/pcb_marker.i [new file with mode: 0644]
pcbnew/python/swig/pcb_plot_params.i [new file with mode: 0644]
pcbnew/python/swig/pcb_reference_image.i [new file with mode: 0644]
pcbnew/python/swig/pcb_shape.i [new file with mode: 0644]
pcbnew/python/swig/pcb_target.i [new file with mode: 0644]
pcbnew/python/swig/pcb_text.i [new file with mode: 0644]
pcbnew/python/swig/pcbnew.i [new file with mode: 0644]
pcbnew/python/swig/plugins.i [new file with mode: 0644]
pcbnew/python/swig/track.i [new file with mode: 0644]
pcbnew/python/swig/typeinfo.i [new file with mode: 0644]
pcbnew/python/swig/units.i [new file with mode: 0644]
pcbnew/python/swig/version.i [new file with mode: 0644]
pcbnew/python/swig/zone.i [new file with mode: 0644]
pcbnew/python/swig/zone_settings.i [new file with mode: 0644]
pcbnew/ratsnest/ratsnest.cpp [new file with mode: 0644]
pcbnew/ratsnest/ratsnest_data.cpp [new file with mode: 0644]
pcbnew/ratsnest/ratsnest_data.h [new file with mode: 0644]
pcbnew/ratsnest/ratsnest_view_item.cpp [new file with mode: 0644]
pcbnew/ratsnest/ratsnest_view_item.h [new file with mode: 0644]
pcbnew/router/CMakeLists.txt [new file with mode: 0644]
pcbnew/router/pns_algo_base.cpp [new file with mode: 0644]
pcbnew/router/pns_algo_base.h [new file with mode: 0644]
pcbnew/router/pns_arc.cpp [new file with mode: 0644]
pcbnew/router/pns_arc.h [new file with mode: 0644]
pcbnew/router/pns_component_dragger.cpp [new file with mode: 0644]
pcbnew/router/pns_component_dragger.h [new file with mode: 0644]
pcbnew/router/pns_debug_decorator.h [new file with mode: 0644]
pcbnew/router/pns_diff_pair.cpp [new file with mode: 0644]
pcbnew/router/pns_diff_pair.h [new file with mode: 0644]
pcbnew/router/pns_diff_pair_placer.cpp [new file with mode: 0644]
pcbnew/router/pns_diff_pair_placer.h [new file with mode: 0644]
pcbnew/router/pns_dp_meander_placer.cpp [new file with mode: 0644]
pcbnew/router/pns_dp_meander_placer.h [new file with mode: 0644]
pcbnew/router/pns_drag_algo.h [new file with mode: 0644]
pcbnew/router/pns_dragger.cpp [new file with mode: 0644]
pcbnew/router/pns_dragger.h [new file with mode: 0644]
pcbnew/router/pns_hole.cpp [new file with mode: 0644]
pcbnew/router/pns_hole.h [new file with mode: 0644]
pcbnew/router/pns_index.cpp [new file with mode: 0644]
pcbnew/router/pns_index.h [new file with mode: 0644]
pcbnew/router/pns_item.cpp [new file with mode: 0644]
pcbnew/router/pns_item.h [new file with mode: 0644]
pcbnew/router/pns_itemset.cpp [new file with mode: 0644]
pcbnew/router/pns_itemset.h [new file with mode: 0644]
pcbnew/router/pns_joint.h [new file with mode: 0644]
pcbnew/router/pns_kicad_iface.cpp [new file with mode: 0644]
pcbnew/router/pns_kicad_iface.h [new file with mode: 0644]
pcbnew/router/pns_layerset.h [new file with mode: 0644]
pcbnew/router/pns_line.cpp [new file with mode: 0644]
pcbnew/router/pns_line.h [new file with mode: 0644]
pcbnew/router/pns_line_placer.cpp [new file with mode: 0644]
pcbnew/router/pns_line_placer.h [new file with mode: 0644]
pcbnew/router/pns_link_holder.h [new file with mode: 0644]
pcbnew/router/pns_linked_item.h [new file with mode: 0644]
pcbnew/router/pns_logger.cpp [new file with mode: 0644]
pcbnew/router/pns_logger.h [new file with mode: 0644]
pcbnew/router/pns_meander.cpp [new file with mode: 0644]
pcbnew/router/pns_meander.h [new file with mode: 0644]
pcbnew/router/pns_meander_placer.cpp [new file with mode: 0644]
pcbnew/router/pns_meander_placer.h [new file with mode: 0644]
pcbnew/router/pns_meander_placer_base.cpp [new file with mode: 0644]
pcbnew/router/pns_meander_placer_base.h [new file with mode: 0644]
pcbnew/router/pns_meander_skew_placer.cpp [new file with mode: 0644]
pcbnew/router/pns_meander_skew_placer.h [new file with mode: 0644]
pcbnew/router/pns_mouse_trail_tracer.cpp [new file with mode: 0644]
pcbnew/router/pns_mouse_trail_tracer.h [new file with mode: 0644]
pcbnew/router/pns_node.cpp [new file with mode: 0644]
pcbnew/router/pns_node.h [new file with mode: 0644]
pcbnew/router/pns_optimizer.cpp [new file with mode: 0644]
pcbnew/router/pns_optimizer.h [new file with mode: 0644]
pcbnew/router/pns_placement_algo.h [new file with mode: 0644]
pcbnew/router/pns_router.cpp [new file with mode: 0644]
pcbnew/router/pns_router.h [new file with mode: 0644]
pcbnew/router/pns_routing_settings.cpp [new file with mode: 0644]
pcbnew/router/pns_routing_settings.h [new file with mode: 0644]
pcbnew/router/pns_segment.h [new file with mode: 0644]
pcbnew/router/pns_shove.cpp [new file with mode: 0644]
pcbnew/router/pns_shove.h [new file with mode: 0644]
pcbnew/router/pns_sizes_settings.cpp [new file with mode: 0644]
pcbnew/router/pns_sizes_settings.h [new file with mode: 0644]
pcbnew/router/pns_solid.cpp [new file with mode: 0644]
pcbnew/router/pns_solid.h [new file with mode: 0644]
pcbnew/router/pns_tool_base.cpp [new file with mode: 0644]
pcbnew/router/pns_tool_base.h [new file with mode: 0644]
pcbnew/router/pns_topology.cpp [new file with mode: 0644]
pcbnew/router/pns_topology.h [new file with mode: 0644]
pcbnew/router/pns_utils.cpp [new file with mode: 0644]
pcbnew/router/pns_utils.h [new file with mode: 0644]
pcbnew/router/pns_via.cpp [new file with mode: 0644]
pcbnew/router/pns_via.h [new file with mode: 0644]
pcbnew/router/pns_walkaround.cpp [new file with mode: 0644]
pcbnew/router/pns_walkaround.h [new file with mode: 0644]
pcbnew/router/range.h [new file with mode: 0644]
pcbnew/router/ranged_num.h [new file with mode: 0644]
pcbnew/router/router_preview_item.cpp [new file with mode: 0644]
pcbnew/router/router_preview_item.h [new file with mode: 0644]
pcbnew/router/router_status_view_item.cpp [new file with mode: 0644]
pcbnew/router/router_status_view_item.h [new file with mode: 0644]
pcbnew/router/router_tool.cpp [new file with mode: 0644]
pcbnew/router/router_tool.h [new file with mode: 0644]
pcbnew/router/time_limit.cpp [new file with mode: 0644]
pcbnew/router/time_limit.h [new file with mode: 0644]
pcbnew/sel_layer.cpp [new file with mode: 0644]
pcbnew/specctra_import_export/specctra.cpp [new file with mode: 0644]
pcbnew/specctra_import_export/specctra.h [new file with mode: 0644]
pcbnew/specctra_import_export/specctra.keywords [new file with mode: 0644]
pcbnew/specctra_import_export/specctra_export.cpp [new file with mode: 0644]
pcbnew/specctra_import_export/specctra_import.cpp [new file with mode: 0644]
pcbnew/specctra_import_export/specctra_test.cpp [new file with mode: 0644]
pcbnew/teardrop/teardrop.cpp [new file with mode: 0644]
pcbnew/teardrop/teardrop.h [new file with mode: 0644]
pcbnew/teardrop/teardrop_parameters.cpp [new file with mode: 0644]
pcbnew/teardrop/teardrop_parameters.h [new file with mode: 0644]
pcbnew/teardrop/teardrop_types.h [new file with mode: 0644]
pcbnew/teardrop/teardrop_utils.cpp [new file with mode: 0644]
pcbnew/toolbars_footprint_editor.cpp [new file with mode: 0644]
pcbnew/toolbars_footprint_viewer.cpp [new file with mode: 0644]
pcbnew/toolbars_pcb_editor.cpp [new file with mode: 0644]
pcbnew/tools/board_editor_control.cpp [new file with mode: 0644]
pcbnew/tools/board_editor_control.h [new file with mode: 0644]
pcbnew/tools/board_inspection_tool.cpp [new file with mode: 0644]
pcbnew/tools/board_inspection_tool.h [new file with mode: 0644]
pcbnew/tools/board_reannotate_tool.cpp [new file with mode: 0644]
pcbnew/tools/board_reannotate_tool.h [new file with mode: 0644]
pcbnew/tools/convert_tool.cpp [new file with mode: 0644]
pcbnew/tools/convert_tool.h [new file with mode: 0644]
pcbnew/tools/drawing_stackup_table_tool.cpp [new file with mode: 0644]
pcbnew/tools/drawing_tool.cpp [new file with mode: 0644]
pcbnew/tools/drawing_tool.h [new file with mode: 0644]
pcbnew/tools/drc_tool.cpp [new file with mode: 0644]
pcbnew/tools/drc_tool.h [new file with mode: 0644]
pcbnew/tools/edit_tool.cpp [new file with mode: 0644]
pcbnew/tools/edit_tool.h [new file with mode: 0644]
pcbnew/tools/edit_tool_move_fct.cpp [new file with mode: 0644]
pcbnew/tools/footprint_editor_control.cpp [new file with mode: 0644]
pcbnew/tools/footprint_editor_control.h [new file with mode: 0644]
pcbnew/tools/generator_tool.cpp [new file with mode: 0644]
pcbnew/tools/generator_tool.h [new file with mode: 0644]
pcbnew/tools/generator_tool_pns_proxy.cpp [new file with mode: 0644]
pcbnew/tools/generator_tool_pns_proxy.h [new file with mode: 0644]
pcbnew/tools/global_edit_tool.cpp [new file with mode: 0644]
pcbnew/tools/global_edit_tool.h [new file with mode: 0644]
pcbnew/tools/group_tool.cpp [new file with mode: 0644]
pcbnew/tools/group_tool.h [new file with mode: 0644]
pcbnew/tools/item_modification_routine.cpp [new file with mode: 0644]
pcbnew/tools/item_modification_routine.h [new file with mode: 0644]
pcbnew/tools/pad_tool.cpp [new file with mode: 0644]
pcbnew/tools/pad_tool.h [new file with mode: 0644]
pcbnew/tools/pcb_actions.cpp [new file with mode: 0644]
pcbnew/tools/pcb_actions.h [new file with mode: 0644]
pcbnew/tools/pcb_control.cpp [new file with mode: 0644]
pcbnew/tools/pcb_control.h [new file with mode: 0644]
pcbnew/tools/pcb_editor_conditions.cpp [new file with mode: 0644]
pcbnew/tools/pcb_editor_conditions.h [new file with mode: 0644]
pcbnew/tools/pcb_grid_helper.cpp [new file with mode: 0644]
pcbnew/tools/pcb_grid_helper.h [new file with mode: 0644]
pcbnew/tools/pcb_picker_tool.cpp [new file with mode: 0644]
pcbnew/tools/pcb_picker_tool.h [new file with mode: 0644]
pcbnew/tools/pcb_point_editor.cpp [new file with mode: 0644]
pcbnew/tools/pcb_point_editor.h [new file with mode: 0644]
pcbnew/tools/pcb_selection.cpp [new file with mode: 0644]
pcbnew/tools/pcb_selection.h [new file with mode: 0644]
pcbnew/tools/pcb_selection_conditions.cpp [new file with mode: 0644]
pcbnew/tools/pcb_selection_conditions.h [new file with mode: 0644]
pcbnew/tools/pcb_selection_tool.cpp [new file with mode: 0644]
pcbnew/tools/pcb_selection_tool.h [new file with mode: 0644]
pcbnew/tools/pcb_tool_base.cpp [new file with mode: 0644]
pcbnew/tools/pcb_tool_base.h [new file with mode: 0644]
pcbnew/tools/pcb_tool_utils.cpp [new file with mode: 0644]
pcbnew/tools/pcb_tool_utils.h [new file with mode: 0644]
pcbnew/tools/pcb_viewer_tools.cpp [new file with mode: 0644]
pcbnew/tools/pcb_viewer_tools.h [new file with mode: 0644]
pcbnew/tools/placement_tool.cpp [new file with mode: 0644]
pcbnew/tools/placement_tool.h [new file with mode: 0644]
pcbnew/tools/position_relative_tool.cpp [new file with mode: 0644]
pcbnew/tools/position_relative_tool.h [new file with mode: 0644]
pcbnew/tools/tool_event_utils.cpp [new file with mode: 0644]
pcbnew/tools/tool_event_utils.h [new file with mode: 0644]
pcbnew/tools/zone_create_helper.cpp [new file with mode: 0644]
pcbnew/tools/zone_create_helper.h [new file with mode: 0644]
pcbnew/tools/zone_filler_tool.cpp [new file with mode: 0644]
pcbnew/tools/zone_filler_tool.h [new file with mode: 0644]
pcbnew/tracks_cleaner.cpp [new file with mode: 0644]
pcbnew/tracks_cleaner.h [new file with mode: 0644]
pcbnew/undo_redo.cpp [new file with mode: 0644]
pcbnew/widgets/appearance_controls.cpp [new file with mode: 0644]
pcbnew/widgets/appearance_controls.h [new file with mode: 0644]
pcbnew/widgets/appearance_controls_base.cpp [new file with mode: 0644]
pcbnew/widgets/appearance_controls_base.fbp [new file with mode: 0644]
pcbnew/widgets/appearance_controls_base.h [new file with mode: 0644]
pcbnew/widgets/filedlg_hook_save_project.h [new file with mode: 0644]
pcbnew/widgets/legacyfiledlg_netlist_options.h [new file with mode: 0644]
pcbnew/widgets/panel_footprint_chooser.cpp [new file with mode: 0644]
pcbnew/widgets/panel_footprint_chooser.h [new file with mode: 0644]
pcbnew/widgets/panel_selection_filter.cpp [new file with mode: 0644]
pcbnew/widgets/panel_selection_filter.h [new file with mode: 0644]
pcbnew/widgets/panel_selection_filter_base.cpp [new file with mode: 0644]
pcbnew/widgets/panel_selection_filter_base.fbp [new file with mode: 0644]
pcbnew/widgets/panel_selection_filter_base.h [new file with mode: 0644]
pcbnew/widgets/pcb_properties_panel.cpp [new file with mode: 0644]
pcbnew/widgets/pcb_properties_panel.h [new file with mode: 0644]
pcbnew/widgets/pcb_search_pane.cpp [new file with mode: 0644]
pcbnew/widgets/pcb_search_pane.h [new file with mode: 0644]
pcbnew/widgets/search_handlers.cpp [new file with mode: 0644]
pcbnew/widgets/search_handlers.h [new file with mode: 0644]
pcbnew/zone.cpp [new file with mode: 0644]
pcbnew/zone.h [new file with mode: 0644]
pcbnew/zone_filler.cpp [new file with mode: 0644]
pcbnew/zone_filler.h [new file with mode: 0644]
pcbnew/zone_settings.cpp [new file with mode: 0644]
pcbnew/zone_settings.h [new file with mode: 0644]
pcbnew/zones.h [new file with mode: 0644]
plugins/3d/CMakeLists.txt [new file with mode: 0644]
plugins/3d/idf/CMakeLists.txt [new file with mode: 0644]
plugins/3d/idf/s3d_plugin_idf.cpp [new file with mode: 0644]
plugins/3d/oce/CMakeLists.txt [new file with mode: 0644]
plugins/3d/oce/loadmodel.cpp [new file with mode: 0644]
plugins/3d/oce/oce.cpp [new file with mode: 0644]
plugins/3d/vrml/CMakeLists.txt [new file with mode: 0644]
plugins/3d/vrml/v1/vrml1_base.cpp [new file with mode: 0644]
plugins/3d/vrml/v1/vrml1_base.h [new file with mode: 0644]
plugins/3d/vrml/v1/vrml1_coords.cpp [new file with mode: 0644]
plugins/3d/vrml/v1/vrml1_coords.h [new file with mode: 0644]
plugins/3d/vrml/v1/vrml1_faceset.cpp [new file with mode: 0644]
plugins/3d/vrml/v1/vrml1_faceset.h [new file with mode: 0644]
plugins/3d/vrml/v1/vrml1_group.cpp [new file with mode: 0644]
plugins/3d/vrml/v1/vrml1_group.h [new file with mode: 0644]
plugins/3d/vrml/v1/vrml1_matbinding.cpp [new file with mode: 0644]
plugins/3d/vrml/v1/vrml1_matbinding.h [new file with mode: 0644]
plugins/3d/vrml/v1/vrml1_material.cpp [new file with mode: 0644]
plugins/3d/vrml/v1/vrml1_material.h [new file with mode: 0644]
plugins/3d/vrml/v1/vrml1_node.cpp [new file with mode: 0644]
plugins/3d/vrml/v1/vrml1_node.h [new file with mode: 0644]
plugins/3d/vrml/v1/vrml1_separator.cpp [new file with mode: 0644]
plugins/3d/vrml/v1/vrml1_separator.h [new file with mode: 0644]
plugins/3d/vrml/v1/vrml1_shapehints.cpp [new file with mode: 0644]
plugins/3d/vrml/v1/vrml1_shapehints.h [new file with mode: 0644]
plugins/3d/vrml/v1/vrml1_switch.cpp [new file with mode: 0644]
plugins/3d/vrml/v1/vrml1_switch.h [new file with mode: 0644]
plugins/3d/vrml/v1/vrml1_transform.cpp [new file with mode: 0644]
plugins/3d/vrml/v1/vrml1_transform.h [new file with mode: 0644]
plugins/3d/vrml/v2/vrml2_appearance.cpp [new file with mode: 0644]
plugins/3d/vrml/v2/vrml2_appearance.h [new file with mode: 0644]
plugins/3d/vrml/v2/vrml2_base.cpp [new file with mode: 0644]
plugins/3d/vrml/v2/vrml2_base.h [new file with mode: 0644]
plugins/3d/vrml/v2/vrml2_box.cpp [new file with mode: 0644]
plugins/3d/vrml/v2/vrml2_box.h [new file with mode: 0644]
plugins/3d/vrml/v2/vrml2_color.cpp [new file with mode: 0644]
plugins/3d/vrml/v2/vrml2_color.h [new file with mode: 0644]
plugins/3d/vrml/v2/vrml2_coords.cpp [new file with mode: 0644]
plugins/3d/vrml/v2/vrml2_coords.h [new file with mode: 0644]
plugins/3d/vrml/v2/vrml2_faceset.cpp [new file with mode: 0644]
plugins/3d/vrml/v2/vrml2_faceset.h [new file with mode: 0644]
plugins/3d/vrml/v2/vrml2_inline.cpp [new file with mode: 0644]
plugins/3d/vrml/v2/vrml2_inline.h [new file with mode: 0644]
plugins/3d/vrml/v2/vrml2_lineset.cpp [new file with mode: 0644]
plugins/3d/vrml/v2/vrml2_lineset.h [new file with mode: 0644]
plugins/3d/vrml/v2/vrml2_material.cpp [new file with mode: 0644]
plugins/3d/vrml/v2/vrml2_material.h [new file with mode: 0644]
plugins/3d/vrml/v2/vrml2_node.cpp [new file with mode: 0644]
plugins/3d/vrml/v2/vrml2_node.h [new file with mode: 0644]
plugins/3d/vrml/v2/vrml2_norms.cpp [new file with mode: 0644]
plugins/3d/vrml/v2/vrml2_norms.h [new file with mode: 0644]
plugins/3d/vrml/v2/vrml2_pointset.cpp [new file with mode: 0644]
plugins/3d/vrml/v2/vrml2_pointset.h [new file with mode: 0644]
plugins/3d/vrml/v2/vrml2_shape.cpp [new file with mode: 0644]
plugins/3d/vrml/v2/vrml2_shape.h [new file with mode: 0644]
plugins/3d/vrml/v2/vrml2_switch.cpp [new file with mode: 0644]
plugins/3d/vrml/v2/vrml2_switch.h [new file with mode: 0644]
plugins/3d/vrml/v2/vrml2_transform.cpp [new file with mode: 0644]
plugins/3d/vrml/v2/vrml2_transform.h [new file with mode: 0644]
plugins/3d/vrml/vrml.cpp [new file with mode: 0644]
plugins/3d/vrml/wrlfacet.cpp [new file with mode: 0644]
plugins/3d/vrml/wrlfacet.h [new file with mode: 0644]
plugins/3d/vrml/wrlproc.cpp [new file with mode: 0644]
plugins/3d/vrml/wrlproc.h [new file with mode: 0644]
plugins/3d/vrml/wrltypes.h [new file with mode: 0644]
plugins/3d/vrml/x3d.cpp [new file with mode: 0644]
plugins/3d/vrml/x3d.h [new file with mode: 0644]
plugins/3d/vrml/x3d/x3d_appearance.cpp [new file with mode: 0644]
plugins/3d/vrml/x3d/x3d_appearance.h [new file with mode: 0644]
plugins/3d/vrml/x3d/x3d_base.cpp [new file with mode: 0644]
plugins/3d/vrml/x3d/x3d_base.h [new file with mode: 0644]
plugins/3d/vrml/x3d/x3d_coords.cpp [new file with mode: 0644]
plugins/3d/vrml/x3d/x3d_coords.h [new file with mode: 0644]
plugins/3d/vrml/x3d/x3d_ifaceset.cpp [new file with mode: 0644]
plugins/3d/vrml/x3d/x3d_ifaceset.h [new file with mode: 0644]
plugins/3d/vrml/x3d/x3d_ops.cpp [new file with mode: 0644]
plugins/3d/vrml/x3d/x3d_ops.h [new file with mode: 0644]
plugins/3d/vrml/x3d/x3d_shape.cpp [new file with mode: 0644]
plugins/3d/vrml/x3d/x3d_shape.h [new file with mode: 0644]
plugins/3d/vrml/x3d/x3d_transform.cpp [new file with mode: 0644]
plugins/3d/vrml/x3d/x3d_transform.h [new file with mode: 0644]
plugins/CMakeLists.txt [new file with mode: 0644]
plugins/ldr/3d/pluginldr3D.cpp [new file with mode: 0644]
plugins/ldr/3d/pluginldr3D.h [new file with mode: 0644]
plugins/ldr/README.txt [new file with mode: 0644]
plugins/ldr/pluginldr.cpp [new file with mode: 0644]
plugins/ldr/pluginldr.h [new file with mode: 0644]
qa/CMakeLists.txt [new file with mode: 0644]
qa/data/cli/artwork_generation_regressions/ZoneFill-4.0.7-B_Cu.gbr [new file with mode: 0644]
qa/data/cli/artwork_generation_regressions/ZoneFill-4.0.7-B_Cu.svg [new file with mode: 0644]
qa/data/cli/artwork_generation_regressions/ZoneFill-4.0.7-F_Cu.gbr [new file with mode: 0644]
qa/data/cli/artwork_generation_regressions/ZoneFill-4.0.7-F_Cu.svg [new file with mode: 0644]
qa/data/cli/artwork_generation_regressions/ZoneFill-4.0.7-GerberPlotSettings.PNG [new file with mode: 0644]
qa/data/cli/artwork_generation_regressions/ZoneFill-4.0.7.kicad_pcb [new file with mode: 0644]
qa/data/cli/artwork_generation_regressions/ZoneFill-Legacy-B_Cu.gbr [new file with mode: 0644]
qa/data/cli/artwork_generation_regressions/ZoneFill-Legacy-B_Cu.svg [new file with mode: 0644]
qa/data/cli/artwork_generation_regressions/ZoneFill-Legacy-F_Cu.gbr [new file with mode: 0644]
qa/data/cli/artwork_generation_regressions/ZoneFill-Legacy-F_Cu.svg [new file with mode: 0644]
qa/data/cli/artwork_generation_regressions/ZoneFill-Legacy-GerberPlotSettings.PNG [new file with mode: 0644]
qa/data/cli/artwork_generation_regressions/ZoneFill-Legacy.brd [new file with mode: 0644]
qa/data/cli/basic_test/basic_test.kicad_pcb [new file with mode: 0644]
qa/data/cli/basic_test/basic_test.kicad_pro [new file with mode: 0644]
qa/data/cli/basic_test/basic_test.kicad_sch [new file with mode: 0644]
qa/data/cli/basic_test/basic_test.netlist.cadstar [new file with mode: 0644]
qa/data/cli/basic_test/basic_test.netlist.kicadsexpr [new file with mode: 0644]
qa/data/cli/basic_test/basic_test.netlist.kicadxml [new file with mode: 0644]
qa/data/cli/basic_test/basic_test.netlist.orcadpcb2 [new file with mode: 0644]
qa/data/cli/basic_test/basic_test.png [new file with mode: 0644]
qa/data/cli/basic_test/basic_test.pythonbom [new file with mode: 0644]
qa/data/cli/basic_test/basic_test_nobg_bnw_nods.png [new file with mode: 0644]
qa/data/cli/basic_test/custom_ds.kicad_wks [new file with mode: 0644]
qa/data/dblib/database.sqlite [new file with mode: 0644]
qa/data/dblib/qa_dblib.kicad_dbl [new file with mode: 0644]
qa/data/eeschema/BC546.lib [new file with mode: 0644]
qa/data/eeschema/ERC_dynamic_power_symbol_test.kicad_pro [new file with mode: 0644]
qa/data/eeschema/ERC_dynamic_power_symbol_test.kicad_sch [new file with mode: 0644]
qa/data/eeschema/NoConnectOnLine.kicad_sch [new file with mode: 0644]
qa/data/eeschema/NoConnectOnLineWithGlobalLabel.kicad_sch [new file with mode: 0644]
qa/data/eeschema/NoConnectOnLineWithHierarchicalLabel.kicad_sch [new file with mode: 0644]
qa/data/eeschema/NoConnectOnLineWithLabel.kicad_sch [new file with mode: 0644]
qa/data/eeschema/NoConnectOnPin.kicad_sch [new file with mode: 0644]
qa/data/eeschema/NoConnectPinsConnectedByLabel.kicad_sch [new file with mode: 0644]
qa/data/eeschema/NoConnectPinsConnectedByLine.kicad_sch [new file with mode: 0644]
qa/data/eeschema/TL072-dual.lib [new file with mode: 0644]
qa/data/eeschema/TL072-like.lib [new file with mode: 0644]
qa/data/eeschema/VDMOS_models.lib [new file with mode: 0644]
qa/data/eeschema/erc_pin_not_connected_basic.kicad_sch [new file with mode: 0644]
qa/data/eeschema/erc_test_dynamic_power_symbol_subsheet.kicad_sch [new file with mode: 0644]
qa/data/eeschema/ibis_v1_1.ibs [new file with mode: 0644]
qa/data/eeschema/incremental_test.kicad_sch [new file with mode: 0644]
qa/data/eeschema/io/cadstar/dummycadstarlib.lib [new file with mode: 0644]
qa/data/eeschema/io/cadstar/dummycadstarlibwithheader.lib [new file with mode: 0644]
qa/data/eeschema/io/cadstar/writeCadstarFile.py [new file with mode: 0644]
qa/data/eeschema/io/eagle/eagle-import-testfile.brd [new file with mode: 0644]
qa/data/eeschema/io/eagle/eagle-import-testfile.sch [new file with mode: 0644]
qa/data/eeschema/issue10430.kicad_sch [new file with mode: 0644]
qa/data/eeschema/issue10926_1.kicad_sch [new file with mode: 0644]
qa/data/eeschema/issue10926_1_subsheet_1.kicad_sch [new file with mode: 0644]
qa/data/eeschema/issue10926_1_subsheet_1_1.kicad_sch [new file with mode: 0644]
qa/data/eeschema/issue11926.kicad_sch [new file with mode: 0644]
qa/data/eeschema/issue12505.kicad_pro [new file with mode: 0644]
qa/data/eeschema/issue12505.kicad_sch [new file with mode: 0644]
qa/data/eeschema/issue12814.kicad_pro [new file with mode: 0644]
qa/data/eeschema/issue12814.kicad_sch [new file with mode: 0644]
qa/data/eeschema/issue12814_1.kicad_sch [new file with mode: 0644]
qa/data/eeschema/issue12814_2.kicad_sch [new file with mode: 0644]
qa/data/eeschema/issue13112.kicad_pro [new file with mode: 0644]
qa/data/eeschema/issue13112.kicad_sch [new file with mode: 0644]
qa/data/eeschema/issue13112.spice [new file with mode: 0644]
qa/data/eeschema/issue13162.kicad_pro [new file with mode: 0644]
qa/data/eeschema/issue13162.kicad_sch [new file with mode: 0644]
qa/data/eeschema/issue13162.spice [new file with mode: 0644]
qa/data/eeschema/issue13431.kicad_pro [new file with mode: 0644]
qa/data/eeschema/issue13431.kicad_sch [new file with mode: 0644]
qa/data/eeschema/issue13431.spice [new file with mode: 0644]
qa/data/eeschema/issue13591.kicad_pro [new file with mode: 0644]
qa/data/eeschema/issue13591.kicad_sch [new file with mode: 0644]
qa/data/eeschema/issue13591.spice [new file with mode: 0644]
qa/data/eeschema/issue13591_models/diode.lib [new file with mode: 0644]
qa/data/eeschema/issue16223.kicad_sch [new file with mode: 0644]
qa/data/eeschema/issue6588.kicad_sch [new file with mode: 0644]
qa/data/eeschema/issue7203.kicad_sch [new file with mode: 0644]
qa/data/eeschema/issue9367.kicad_sch [new file with mode: 0644]
qa/data/eeschema/netlists/bus_connection/a.kicad_sch [new file with mode: 0644]
qa/data/eeschema/netlists/bus_connection/a2.kicad_sch [new file with mode: 0644]
qa/data/eeschema/netlists/bus_connection/b.kicad_sch [new file with mode: 0644]
qa/data/eeschema/netlists/bus_connection/bus_connection.kicad_pro [new file with mode: 0644]
qa/data/eeschema/netlists/bus_connection/bus_connection.kicad_sch [new file with mode: 0644]
qa/data/eeschema/netlists/bus_connection/bus_connection.net [new file with mode: 0644]
qa/data/eeschema/netlists/bus_entries/bus_entries.kicad_pro [new file with mode: 0644]
qa/data/eeschema/netlists/bus_entries/bus_entries.kicad_sch [new file with mode: 0644]
qa/data/eeschema/netlists/bus_entries/bus_entries.net [new file with mode: 0644]
qa/data/eeschema/netlists/bus_junctions/bus_junctions.kicad_pro [new file with mode: 0644]
qa/data/eeschema/netlists/bus_junctions/bus_junctions.kicad_sch [new file with mode: 0644]
qa/data/eeschema/netlists/bus_junctions/bus_junctions.net [new file with mode: 0644]
qa/data/eeschema/netlists/complex_hierarchy/ampli_ht.kicad_sch [new file with mode: 0644]
qa/data/eeschema/netlists/complex_hierarchy/ampli_ht.sch [new file with mode: 0644]
qa/data/eeschema/netlists/complex_hierarchy/complex_hierarchy-cache.lib [new file with mode: 0644]
qa/data/eeschema/netlists/complex_hierarchy/complex_hierarchy.kicad_pro [new file with mode: 0644]
qa/data/eeschema/netlists/complex_hierarchy/complex_hierarchy.kicad_sch [new file with mode: 0644]
qa/data/eeschema/netlists/complex_hierarchy/complex_hierarchy.net [new file with mode: 0644]
qa/data/eeschema/netlists/complex_hierarchy/complex_hierarchy.pro [new file with mode: 0644]
qa/data/eeschema/netlists/complex_hierarchy/complex_hierarchy.sch [new file with mode: 0644]
qa/data/eeschema/netlists/complex_hierarchy/complex_hierarchy_schlib.lib [new file with mode: 0644]
qa/data/eeschema/netlists/complex_hierarchy/fp-lib-table [new file with mode: 0644]
qa/data/eeschema/netlists/complex_hierarchy/sym-lib-table [new file with mode: 0644]
qa/data/eeschema/netlists/complex_hierarchy_shared/ampli_ht/ampli_ht.kicad_pro [new file with mode: 0644]
qa/data/eeschema/netlists/complex_hierarchy_shared/ampli_ht/ampli_ht.kicad_sch [new file with mode: 0644]
qa/data/eeschema/netlists/complex_hierarchy_shared/ampli_ht/filter.kicad_sch [new file with mode: 0644]
qa/data/eeschema/netlists/complex_hierarchy_shared/complex_hierarchy.kicad_pro [new file with mode: 0644]
qa/data/eeschema/netlists/complex_hierarchy_shared/complex_hierarchy.kicad_sch [new file with mode: 0644]
qa/data/eeschema/netlists/group_bus_matching/group_bus_matching.kicad_pro [new file with mode: 0644]
qa/data/eeschema/netlists/group_bus_matching/group_bus_matching.kicad_sch [new file with mode: 0644]
qa/data/eeschema/netlists/group_bus_matching/group_bus_matching.net [new file with mode: 0644]
qa/data/eeschema/netlists/group_bus_matching/subsheet1.kicad_sch [new file with mode: 0644]
qa/data/eeschema/netlists/group_bus_matching/subsheet2.kicad_sch [new file with mode: 0644]
qa/data/eeschema/netlists/hierarchy_aliases/hierarchy_aliases.kicad_pro [new file with mode: 0644]
qa/data/eeschema/netlists/hierarchy_aliases/hierarchy_aliases.kicad_sch [new file with mode: 0644]
qa/data/eeschema/netlists/hierarchy_aliases/hierarchy_aliases.net [new file with mode: 0644]
qa/data/eeschema/netlists/hierarchy_aliases/sub1.kicad_sch [new file with mode: 0644]
qa/data/eeschema/netlists/hierarchy_aliases/sub2.kicad_sch [new file with mode: 0644]
qa/data/eeschema/netlists/issue14494/issue14494.kicad_pro [new file with mode: 0644]
qa/data/eeschema/netlists/issue14494/issue14494.kicad_sch [new file with mode: 0644]
qa/data/eeschema/netlists/issue14494/issue14494_subsheet1.kicad_sch [new file with mode: 0644]
qa/data/eeschema/netlists/issue14657/issue14657.kicad_pro [new file with mode: 0644]
qa/data/eeschema/netlists/issue14657/issue14657.kicad_sch [new file with mode: 0644]
qa/data/eeschema/netlists/issue14657/issue14657.net [new file with mode: 0644]
qa/data/eeschema/netlists/issue14657/issue14657_1.kicad_sch [new file with mode: 0644]
qa/data/eeschema/netlists/issue14657/issue14657_2.kicad_sch [new file with mode: 0644]
qa/data/eeschema/netlists/issue14818/issue14818.kicad_sch [new file with mode: 0644]
qa/data/eeschema/netlists/issue14818/issue14818.net [new file with mode: 0644]
qa/data/eeschema/netlists/issue14818/issue14818_sub.kicad_sch [new file with mode: 0644]
qa/data/eeschema/netlists/issue16003/issue16003.kicad_sch [new file with mode: 0644]
qa/data/eeschema/netlists/issue16003/issue16003.net [new file with mode: 0644]
qa/data/eeschema/netlists/issue16003/untitled.kicad_sch [new file with mode: 0644]
qa/data/eeschema/netlists/issue16003/untitled2.kicad_sch [new file with mode: 0644]
qa/data/eeschema/netlists/issue16439/issue16439.kicad_pro [new file with mode: 0644]
qa/data/eeschema/netlists/issue16439/issue16439.kicad_sch [new file with mode: 0644]
qa/data/eeschema/netlists/issue16439/issue16439.net [new file with mode: 0644]
qa/data/eeschema/netlists/legacy_power/legacy_power.kicad_pcb [new file with mode: 0644]
qa/data/eeschema/netlists/legacy_power/legacy_power.kicad_pro [new file with mode: 0644]
qa/data/eeschema/netlists/legacy_power/legacy_power.kicad_sch [new file with mode: 0644]
qa/data/eeschema/netlists/legacy_power/legacy_power.net [new file with mode: 0644]
qa/data/eeschema/netlists/legacy_power4/legacy_power4-cache.dcm [new file with mode: 0755]
qa/data/eeschema/netlists/legacy_power4/legacy_power4-cache.lib [new file with mode: 0755]
qa/data/eeschema/netlists/legacy_power4/legacy_power4.kicad_pcb [new file with mode: 0755]
qa/data/eeschema/netlists/legacy_power4/legacy_power4.net [new file with mode: 0755]
qa/data/eeschema/netlists/legacy_power4/legacy_power4.pro [new file with mode: 0755]
qa/data/eeschema/netlists/legacy_power4/legacy_power4.sch [new file with mode: 0755]
qa/data/eeschema/netlists/legacy_power4/symbols.dcm [new file with mode: 0755]
qa/data/eeschema/netlists/legacy_power4/symbols.lib [new file with mode: 0755]
qa/data/eeschema/netlists/noconnects/noconnects.kicad_pro [new file with mode: 0644]
qa/data/eeschema/netlists/noconnects/noconnects.kicad_sch [new file with mode: 0644]
qa/data/eeschema/netlists/noconnects/noconnects.net [new file with mode: 0644]
qa/data/eeschema/netlists/prefix_bus_alias/prefix_bus_alias.kicad_pro [new file with mode: 0644]
qa/data/eeschema/netlists/prefix_bus_alias/prefix_bus_alias.kicad_sch [new file with mode: 0644]
qa/data/eeschema/netlists/prefix_bus_alias/prefix_bus_alias.net [new file with mode: 0644]
qa/data/eeschema/netlists/prefix_bus_alias/subsheet1.kicad_sch [new file with mode: 0644]
qa/data/eeschema/netlists/prefix_bus_alias/subsheet2.kicad_sch [new file with mode: 0644]
qa/data/eeschema/netlists/test_global_promotion/Sub.kicad_sch [new file with mode: 0644]
qa/data/eeschema/netlists/test_global_promotion/Sub.sch [new file with mode: 0644]
qa/data/eeschema/netlists/test_global_promotion/test_global_promotion-cache.lib [new file with mode: 0644]
qa/data/eeschema/netlists/test_global_promotion/test_global_promotion.kicad_pro [new file with mode: 0644]
qa/data/eeschema/netlists/test_global_promotion/test_global_promotion.kicad_sch [new file with mode: 0644]
qa/data/eeschema/netlists/test_global_promotion/test_global_promotion.net [new file with mode: 0644]
qa/data/eeschema/netlists/test_global_promotion/test_global_promotion.pro [new file with mode: 0644]
qa/data/eeschema/netlists/test_global_promotion/test_global_promotion.sch [new file with mode: 0644]
qa/data/eeschema/netlists/test_global_promotion_2/subsheet.kicad_sch [new file with mode: 0644]
qa/data/eeschema/netlists/test_global_promotion_2/subsheet.sch [new file with mode: 0644]
qa/data/eeschema/netlists/test_global_promotion_2/test_global_promotion_2-cache.lib [new file with mode: 0644]
qa/data/eeschema/netlists/test_global_promotion_2/test_global_promotion_2.kicad_pro [new file with mode: 0644]
qa/data/eeschema/netlists/test_global_promotion_2/test_global_promotion_2.kicad_sch [new file with mode: 0644]
qa/data/eeschema/netlists/test_global_promotion_2/test_global_promotion_2.net [new file with mode: 0644]
qa/data/eeschema/netlists/test_global_promotion_2/test_global_promotion_2.pro [new file with mode: 0644]
qa/data/eeschema/netlists/test_global_promotion_2/test_global_promotion_2.sch [new file with mode: 0644]
qa/data/eeschema/netlists/test_hier_no_connect/TEST_LIB.kicad_sym [new file with mode: 0644]
qa/data/eeschema/netlists/test_hier_no_connect/sub1.kicad_sch [new file with mode: 0644]
qa/data/eeschema/netlists/test_hier_no_connect/sub2.kicad_sch [new file with mode: 0644]
qa/data/eeschema/netlists/test_hier_no_connect/sub3.kicad_sch [new file with mode: 0644]
qa/data/eeschema/netlists/test_hier_no_connect/sym-lib-table [new file with mode: 0644]
qa/data/eeschema/netlists/test_hier_no_connect/test_hier_no_connect.kicad_pro [new file with mode: 0644]
qa/data/eeschema/netlists/test_hier_no_connect/test_hier_no_connect.kicad_sch [new file with mode: 0644]
qa/data/eeschema/netlists/test_hier_no_connect/test_hier_no_connect.net [new file with mode: 0644]
qa/data/eeschema/netlists/test_hier_renaming/LED_matrix_x6.kicad_sch [new file with mode: 0644]
qa/data/eeschema/netlists/test_hier_renaming/test_hier_renaming.kicad_pro [new file with mode: 0644]
qa/data/eeschema/netlists/test_hier_renaming/test_hier_renaming.kicad_sch [new file with mode: 0644]
qa/data/eeschema/netlists/test_hier_renaming/test_hier_renaming.net [new file with mode: 0644]
qa/data/eeschema/netlists/test_multiunit_reannotate/test_multiunit_reannotate.kicad_pro [new file with mode: 0644]
qa/data/eeschema/netlists/test_multiunit_reannotate/test_multiunit_reannotate.kicad_sch [new file with mode: 0644]
qa/data/eeschema/netlists/test_multiunit_reannotate_2/test_multiunit_reannotate_2.kicad_pro [new file with mode: 0644]
qa/data/eeschema/netlists/test_multiunit_reannotate_2/test_multiunit_reannotate_2.kicad_sch [new file with mode: 0644]
qa/data/eeschema/netlists/test_multiunit_reannotate_3/test_multiunit_reannotate_3.kicad_pro [new file with mode: 0644]
qa/data/eeschema/netlists/test_multiunit_reannotate_3/test_multiunit_reannotate_3.kicad_sch [new file with mode: 0644]
qa/data/eeschema/netlists/test_multiunit_reannotate_4/test_multiunit_reannotate_4.kicad_pro [new file with mode: 0644]
qa/data/eeschema/netlists/test_multiunit_reannotate_4/test_multiunit_reannotate_4.kicad_sch [new file with mode: 0644]
qa/data/eeschema/netlists/test_multiunit_reannotate_5/test_multiunit_reannotate_5.kicad_pro [new file with mode: 0644]
qa/data/eeschema/netlists/test_multiunit_reannotate_5/test_multiunit_reannotate_5.kicad_sch [new file with mode: 0644]
qa/data/eeschema/netlists/top_level_hier_pins/subsheet.kicad_sch [new file with mode: 0644]
qa/data/eeschema/netlists/top_level_hier_pins/subsubsheet.kicad_sch [new file with mode: 0644]
qa/data/eeschema/netlists/top_level_hier_pins/top_level_hier_pins.kicad_pro [new file with mode: 0644]
qa/data/eeschema/netlists/top_level_hier_pins/top_level_hier_pins.kicad_sch [new file with mode: 0644]
qa/data/eeschema/netlists/top_level_hier_pins/top_level_hier_pins.net [new file with mode: 0644]
qa/data/eeschema/netlists/video/bus_pci.kicad_sch [new file with mode: 0644]
qa/data/eeschema/netlists/video/esvideo.kicad_sch [new file with mode: 0644]
qa/data/eeschema/netlists/video/graphic.kicad_sch [new file with mode: 0644]
qa/data/eeschema/netlists/video/modul.kicad_sch [new file with mode: 0644]
qa/data/eeschema/netlists/video/muxdata.kicad_sch [new file with mode: 0644]
qa/data/eeschema/netlists/video/pal-ntsc.kicad_sch [new file with mode: 0644]
qa/data/eeschema/netlists/video/rams.kicad_sch [new file with mode: 0644]
qa/data/eeschema/netlists/video/video.kicad_pro [new file with mode: 0644]
qa/data/eeschema/netlists/video/video.kicad_sch [new file with mode: 0644]
qa/data/eeschema/netlists/video/video.net [new file with mode: 0644]
qa/data/eeschema/netlists/video/video.pro [new file with mode: 0644]
qa/data/eeschema/netlists/weak_vector_bus_disambiguation/merge.kicad_sch [new file with mode: 0644]
qa/data/eeschema/netlists/weak_vector_bus_disambiguation/sub1.kicad_sch [new file with mode: 0644]
qa/data/eeschema/netlists/weak_vector_bus_disambiguation/sub2.kicad_sch [new file with mode: 0644]
qa/data/eeschema/netlists/weak_vector_bus_disambiguation/weak_vector_bus_disambiguation.kicad_pro [new file with mode: 0644]
qa/data/eeschema/netlists/weak_vector_bus_disambiguation/weak_vector_bus_disambiguation.kicad_sch [new file with mode: 0644]
qa/data/eeschema/netlists/weak_vector_bus_disambiguation/weak_vector_bus_disambiguation.net [new file with mode: 0644]
qa/data/eeschema/spice_netlists/chirp/chirp.kicad_pcb [new file with mode: 0644]
qa/data/eeschema/spice_netlists/chirp/chirp.kicad_pro [new file with mode: 0644]
qa/data/eeschema/spice_netlists/chirp/chirp.kicad_sch [new file with mode: 0644]
qa/data/eeschema/spice_netlists/chirp/chirp.lib.spice [new file with mode: 0644]
qa/data/eeschema/spice_netlists/chirp/chirp.spice [new file with mode: 0644]
qa/data/eeschema/spice_netlists/cmos_not/cmos_not.kicad_pcb [new file with mode: 0644]
qa/data/eeschema/spice_netlists/cmos_not/cmos_not.kicad_pro [new file with mode: 0644]
qa/data/eeschema/spice_netlists/cmos_not/cmos_not.kicad_sch [new file with mode: 0644]
qa/data/eeschema/spice_netlists/cmos_not/cmos_not.lib.spice [new file with mode: 0644]
qa/data/eeschema/spice_netlists/cmos_not/cmos_not.spice [new file with mode: 0644]
qa/data/eeschema/spice_netlists/directives/directives.kicad_pcb [new file with mode: 0644]
qa/data/eeschema/spice_netlists/directives/directives.kicad_pro [new file with mode: 0644]
qa/data/eeschema/spice_netlists/directives/directives.kicad_sch [new file with mode: 0644]
qa/data/eeschema/spice_netlists/fliege_filter/fliege_filter.kicad_pcb [new file with mode: 0644]
qa/data/eeschema/spice_netlists/fliege_filter/fliege_filter.kicad_pro [new file with mode: 0644]
qa/data/eeschema/spice_netlists/fliege_filter/fliege_filter.kicad_sch [new file with mode: 0644]
qa/data/eeschema/spice_netlists/fliege_filter/uopamp.lib.spice [new file with mode: 0644]
qa/data/eeschema/spice_netlists/instance_params/instance_params.kicad_pcb [new file with mode: 0644]
qa/data/eeschema/spice_netlists/instance_params/instance_params.kicad_pro [new file with mode: 0644]
qa/data/eeschema/spice_netlists/instance_params/instance_params.kicad_sch [new file with mode: 0644]
qa/data/eeschema/spice_netlists/instance_params/instance_params.lib.spice [new file with mode: 0644]
qa/data/eeschema/spice_netlists/instance_params/instance_params.spice [new file with mode: 0644]
qa/data/eeschema/spice_netlists/legacy_laser_driver/ad8009.lib [new file with mode: 0644]
qa/data/eeschema/spice_netlists/legacy_laser_driver/fzt1049a.lib [new file with mode: 0644]
qa/data/eeschema/spice_netlists/legacy_laser_driver/laser.lib [new file with mode: 0644]
qa/data/eeschema/spice_netlists/legacy_laser_driver/laser_driver_schlib.kicad_sym [new file with mode: 0644]
qa/data/eeschema/spice_netlists/legacy_laser_driver/legacy_laser_driver.kicad_pro [new file with mode: 0644]
qa/data/eeschema/spice_netlists/legacy_laser_driver/legacy_laser_driver.kicad_sch [new file with mode: 0644]
qa/data/eeschema/spice_netlists/legacy_laser_driver/legacy_laser_driver.spice [new file with mode: 0644]
qa/data/eeschema/spice_netlists/legacy_laser_driver/sym-lib-table [new file with mode: 0644]
qa/data/eeschema/spice_netlists/legacy_opamp/legacy_opamp.kicad_pcb [new file with mode: 0644]
qa/data/eeschema/spice_netlists/legacy_opamp/legacy_opamp.kicad_pro [new file with mode: 0644]
qa/data/eeschema/spice_netlists/legacy_opamp/legacy_opamp.kicad_sch [new file with mode: 0644]
qa/data/eeschema/spice_netlists/legacy_opamp/uopamp.lib.spice [new file with mode: 0644]
qa/data/eeschema/spice_netlists/legacy_pot/legacy_pot.kicad_pro [new file with mode: 0644]
qa/data/eeschema/spice_netlists/legacy_pot/legacy_pot.kicad_sch [new file with mode: 0644]
qa/data/eeschema/spice_netlists/legacy_pot/pot.lib [new file with mode: 0644]
qa/data/eeschema/spice_netlists/legacy_pspice/legacy_pspice.kicad_pro [new file with mode: 0644]
qa/data/eeschema/spice_netlists/legacy_pspice/legacy_pspice.kicad_sch [new file with mode: 0644]
qa/data/eeschema/spice_netlists/legacy_pspice/legacy_pspice.spice [new file with mode: 0644]
qa/data/eeschema/spice_netlists/legacy_pspice/schematic_libspice.kicad_sym [new file with mode: 0644]
qa/data/eeschema/spice_netlists/legacy_pspice/sym-lib-table [new file with mode: 0644]
qa/data/eeschema/spice_netlists/legacy_rectifier/diode.mod [new file with mode: 0644]
qa/data/eeschema/spice_netlists/legacy_rectifier/legacy_rectifier.kicad_pro [new file with mode: 0644]
qa/data/eeschema/spice_netlists/legacy_rectifier/legacy_rectifier.kicad_sch [new file with mode: 0644]
qa/data/eeschema/spice_netlists/legacy_rectifier/legacy_rectifier.kicad_sch-bak [new file with mode: 0644]
qa/data/eeschema/spice_netlists/legacy_rectifier/legacy_rectifier.spice [new file with mode: 0644]
qa/data/eeschema/spice_netlists/legacy_rectifier/rectifier_schlib.kicad_sym [new file with mode: 0644]
qa/data/eeschema/spice_netlists/legacy_rectifier/sym-lib-table [new file with mode: 0644]
qa/data/eeschema/spice_netlists/legacy_sallen_key/ad8051.lib [new file with mode: 0644]
qa/data/eeschema/spice_netlists/legacy_sallen_key/legacy_sallen_key.kicad_pro [new file with mode: 0644]
qa/data/eeschema/spice_netlists/legacy_sallen_key/legacy_sallen_key.kicad_sch [new file with mode: 0644]
qa/data/eeschema/spice_netlists/legacy_sallen_key/legacy_sallen_key.spice [new file with mode: 0644]
qa/data/eeschema/spice_netlists/legacy_sallen_key/sallen_key_schlib.kicad_sym [new file with mode: 0644]
qa/data/eeschema/spice_netlists/legacy_sallen_key/sym-lib-table [new file with mode: 0644]
qa/data/eeschema/spice_netlists/legacy_sources/legacy_sources.kicad_pro [new file with mode: 0644]
qa/data/eeschema/spice_netlists/legacy_sources/legacy_sources.kicad_sch [new file with mode: 0644]
qa/data/eeschema/spice_netlists/legacy_sources/legacy_sources.spice [new file with mode: 0644]
qa/data/eeschema/spice_netlists/legacy_sources/sym-lib-table [new file with mode: 0644]
qa/data/eeschema/spice_netlists/legacy_sources/v_i_sources.kicad_sym [new file with mode: 0644]
qa/data/eeschema/spice_netlists/libraries/bjts.lib.spice [new file with mode: 0644]
qa/data/eeschema/spice_netlists/libraries/diodes.lib.spice [new file with mode: 0644]
qa/data/eeschema/spice_netlists/libraries/fets.lib.spice [new file with mode: 0644]
qa/data/eeschema/spice_netlists/libraries/subckts.lib.spice [new file with mode: 0644]
qa/data/eeschema/spice_netlists/npn_ce_amp/npn.lib.spice [new file with mode: 0644]
qa/data/eeschema/spice_netlists/npn_ce_amp/npn_ce_amp.kicad_pcb [new file with mode: 0644]
qa/data/eeschema/spice_netlists/npn_ce_amp/npn_ce_amp.kicad_pro [new file with mode: 0644]
qa/data/eeschema/spice_netlists/npn_ce_amp/npn_ce_amp.kicad_sch [new file with mode: 0644]
qa/data/eeschema/spice_netlists/npn_ce_amp/npn_ce_amp.spice [new file with mode: 0644]
qa/data/eeschema/spice_netlists/opamp/opamp.kicad_pcb [new file with mode: 0644]
qa/data/eeschema/spice_netlists/opamp/opamp.kicad_pro [new file with mode: 0644]
qa/data/eeschema/spice_netlists/opamp/opamp.kicad_sch [new file with mode: 0644]
qa/data/eeschema/spice_netlists/opamp/opamp.spice [new file with mode: 0644]
qa/data/eeschema/spice_netlists/opamp/uopamp.lib.spice [new file with mode: 0644]
qa/data/eeschema/spice_netlists/potentiometers/potentiometers.kicad_pcb [new file with mode: 0644]
qa/data/eeschema/spice_netlists/potentiometers/potentiometers.kicad_pro [new file with mode: 0644]
qa/data/eeschema/spice_netlists/potentiometers/potentiometers.kicad_sch [new file with mode: 0644]
qa/data/eeschema/spice_netlists/rectifier/diode.lib [new file with mode: 0644]
qa/data/eeschema/spice_netlists/rectifier/diodes.lib [new file with mode: 0644]
qa/data/eeschema/spice_netlists/rectifier/rectifier.kicad_pcb [new file with mode: 0644]
qa/data/eeschema/spice_netlists/rectifier/rectifier.kicad_pro [new file with mode: 0644]
qa/data/eeschema/spice_netlists/rectifier/rectifier.kicad_sch [new file with mode: 0644]
qa/data/eeschema/spice_netlists/rectifier/rectifier.spice [new file with mode: 0644]
qa/data/eeschema/spice_netlists/rlc/rlc.kicad_pcb [new file with mode: 0644]
qa/data/eeschema/spice_netlists/rlc/rlc.kicad_pro [new file with mode: 0644]
qa/data/eeschema/spice_netlists/rlc/rlc.kicad_sch [new file with mode: 0644]
qa/data/eeschema/spice_netlists/sources/sources.kicad_pcb [new file with mode: 0644]
qa/data/eeschema/spice_netlists/sources/sources.kicad_pro [new file with mode: 0644]
qa/data/eeschema/spice_netlists/sources/sources.kicad_sch [new file with mode: 0644]
qa/data/eeschema/spice_netlists/sources/sources.kicad_sch-bak [new file with mode: 0644]
qa/data/eeschema/spice_netlists/sources/sources.spice [new file with mode: 0644]
qa/data/eeschema/spice_netlists/sources/sources_test.spice [new file with mode: 0644]
qa/data/eeschema/spice_netlists/switches/switches.kicad_pcb [new file with mode: 0644]
qa/data/eeschema/spice_netlists/switches/switches.kicad_pro [new file with mode: 0644]
qa/data/eeschema/spice_netlists/switches/switches.kicad_sch [new file with mode: 0644]
qa/data/eeschema/spice_netlists/tlines/Transmission_Line.kicad_sym [new file with mode: 0644]
qa/data/eeschema/spice_netlists/tlines/sym-lib-table [new file with mode: 0644]
qa/data/eeschema/spice_netlists/tlines/tlines.kicad_pcb [new file with mode: 0644]
qa/data/eeschema/spice_netlists/tlines/tlines.kicad_pro [new file with mode: 0644]
qa/data/eeschema/spice_netlists/tlines/tlines.kicad_sch [new file with mode: 0644]
qa/data/eeschema/spice_netlists/tlines/tlines.spice [new file with mode: 0644]
qa/data/pcbnew/bad_triangulation_case.kicad_pcb [new file with mode: 0644]
qa/data/pcbnew/complex_hierarchy.kicad_pcb [new file with mode: 0644]
qa/data/pcbnew/complex_hierarchy.kicad_pro [new file with mode: 0644]
qa/data/pcbnew/connection_width_rules.kicad_dru [new file with mode: 0644]
qa/data/pcbnew/connection_width_rules.kicad_pcb [new file with mode: 0644]
qa/data/pcbnew/connection_width_rules.kicad_pro [new file with mode: 0644]
qa/data/pcbnew/custom_fields.kicad_pcb [new file with mode: 0644]
qa/data/pcbnew/custom_fields.kicad_pro [new file with mode: 0644]
qa/data/pcbnew/custom_fields.kicad_sch [new file with mode: 0644]
qa/data/pcbnew/custom_pads.kicad_pcb [new file with mode: 0644]
qa/data/pcbnew/custom_pads.kicad_pro [new file with mode: 0644]
qa/data/pcbnew/fill_bad.kicad_pcb [new file with mode: 0644]
qa/data/pcbnew/fill_bad.kicad_pro [new file with mode: 0644]
qa/data/pcbnew/footprints_load_save.kicad_pcb [new file with mode: 0644]
qa/data/pcbnew/footprints_load_save.kicad_pro [new file with mode: 0644]
qa/data/pcbnew/groups_load_save.kicad_pcb [new file with mode: 0644]
qa/data/pcbnew/groups_load_save.kicad_pro [new file with mode: 0644]
qa/data/pcbnew/groups_load_save_v20231212.kicad_pcb [new file with mode: 0644]
qa/data/pcbnew/intersectingzones.kicad_pcb [new file with mode: 0644]
qa/data/pcbnew/intersectingzones.kicad_pro [new file with mode: 0644]
qa/data/pcbnew/issue10906.kicad_pcb [new file with mode: 0644]
qa/data/pcbnew/issue10916.kicad_pcb [new file with mode: 0644]
qa/data/pcbnew/issue11814.kicad_dru [new file with mode: 0644]
qa/data/pcbnew/issue11814.kicad_pcb [new file with mode: 0644]
qa/data/pcbnew/issue11814.kicad_pro [new file with mode: 0644]
qa/data/pcbnew/issue12109.kicad_pcb [new file with mode: 0644]
qa/data/pcbnew/issue12109.kicad_pro [new file with mode: 0644]
qa/data/pcbnew/issue12609.kicad_pcb [new file with mode: 0644]
qa/data/pcbnew/issue12609.kicad_pro [new file with mode: 0644]
qa/data/pcbnew/issue12831.kicad_pcb [new file with mode: 0644]
qa/data/pcbnew/issue12831.kicad_pro [new file with mode: 0644]
qa/data/pcbnew/issue1358.kicad_pcb [new file with mode: 0644]
qa/data/pcbnew/issue1358.kicad_pro [new file with mode: 0755]
qa/data/pcbnew/issue14130.kicad_pcb [new file with mode: 0644]
qa/data/pcbnew/issue14130.kicad_pro [new file with mode: 0644]
qa/data/pcbnew/issue14294.kicad_pcb [new file with mode: 0644]
qa/data/pcbnew/issue14294.kicad_pro [new file with mode: 0644]
qa/data/pcbnew/issue14334.kicad_pcb [new file with mode: 0644]
qa/data/pcbnew/issue14334.kicad_pro [new file with mode: 0644]
qa/data/pcbnew/issue14412.kicad_pcb [new file with mode: 0644]
qa/data/pcbnew/issue14412.kicad_pro [new file with mode: 0644]
qa/data/pcbnew/issue14449.kicad_pcb [new file with mode: 0644]
qa/data/pcbnew/issue14549.kicad_pcb [new file with mode: 0644]
qa/data/pcbnew/issue14549.kicad_pro [new file with mode: 0644]
qa/data/pcbnew/issue14549_2.kicad_pcb [new file with mode: 0644]
qa/data/pcbnew/issue14559.kicad_pcb [new file with mode: 0644]
qa/data/pcbnew/issue14559.kicad_pro [new file with mode: 0644]
qa/data/pcbnew/issue15280.kicad_pcb [new file with mode: 0644]
qa/data/pcbnew/issue15280.kicad_pro [new file with mode: 0644]
qa/data/pcbnew/issue16182.kicad_dru [new file with mode: 0644]
qa/data/pcbnew/issue16182.kicad_pcb [new file with mode: 0644]
qa/data/pcbnew/issue16182.kicad_pro [new file with mode: 0644]
qa/data/pcbnew/issue16566.kicad_dru [new file with mode: 0644]
qa/data/pcbnew/issue16566.kicad_pcb [new file with mode: 0644]
qa/data/pcbnew/issue16566.kicad_pro [new file with mode: 0644]
qa/data/pcbnew/issue17559.kicad_pcb [new file with mode: 0644]
qa/data/pcbnew/issue18.kicad_pcb [new file with mode: 0644]
qa/data/pcbnew/issue2512.kicad_dru [new file with mode: 0644]
qa/data/pcbnew/issue2512.kicad_pcb [new file with mode: 0644]
qa/data/pcbnew/issue2512.kicad_pro [new file with mode: 0644]
qa/data/pcbnew/issue2528.kicad_pcb [new file with mode: 0644]
qa/data/pcbnew/issue2528.kicad_pro [new file with mode: 0644]
qa/data/pcbnew/issue2568.kicad_pcb [new file with mode: 0644]
qa/data/pcbnew/issue2904.kicad_pcb [new file with mode: 0644]
qa/data/pcbnew/issue3812.kicad_pcb [new file with mode: 0644]
qa/data/pcbnew/issue3812.kicad_pro [new file with mode: 0644]
qa/data/pcbnew/issue4139.kicad_pcb [new file with mode: 0755]
qa/data/pcbnew/issue4257.kicad_pcb [new file with mode: 0644]
qa/data/pcbnew/issue4257.pro [new file with mode: 0644]
qa/data/pcbnew/issue4774.kicad_pcb [new file with mode: 0644]
qa/data/pcbnew/issue4774.kicad_pro [new file with mode: 0644]
qa/data/pcbnew/issue5093.kicad_pcb [new file with mode: 0755]
qa/data/pcbnew/issue5102.kicad_pcb [new file with mode: 0644]
qa/data/pcbnew/issue5313.kicad_pcb [new file with mode: 0755]
qa/data/pcbnew/issue5320.kicad_pcb [new file with mode: 0755]
qa/data/pcbnew/issue5320.kicad_pro [new file with mode: 0755]
qa/data/pcbnew/issue5567.kicad_pcb [new file with mode: 0644]
qa/data/pcbnew/issue5567.kicad_pro [new file with mode: 0644]
qa/data/pcbnew/issue5750.kicad_pcb [new file with mode: 0644]
qa/data/pcbnew/issue5830.kicad_pcb [new file with mode: 0644]
qa/data/pcbnew/issue5830.kicad_pro [new file with mode: 0755]
qa/data/pcbnew/issue5854.kicad_pcb [new file with mode: 0644]
qa/data/pcbnew/issue5854.kicad_pro [new file with mode: 0644]
qa/data/pcbnew/issue5978.kicad_pcb [new file with mode: 0644]
qa/data/pcbnew/issue5978.kicad_pro [new file with mode: 0644]
qa/data/pcbnew/issue5990.kicad_pcb [new file with mode: 0755]
qa/data/pcbnew/issue5990.kicad_pro [new file with mode: 0755]
qa/data/pcbnew/issue6039.kicad_pcb [new file with mode: 0644]
qa/data/pcbnew/issue6039.kicad_pro [new file with mode: 0644]
qa/data/pcbnew/issue6260.kicad_pcb [new file with mode: 0644]
qa/data/pcbnew/issue6260.kicad_pro [new file with mode: 0644]
qa/data/pcbnew/issue6284.kicad_pcb [new file with mode: 0644]
qa/data/pcbnew/issue6443.kicad_pcb [new file with mode: 0644]
qa/data/pcbnew/issue6879.kicad_dru [new file with mode: 0755]
qa/data/pcbnew/issue6879.kicad_pcb [new file with mode: 0644]
qa/data/pcbnew/issue6879.kicad_pro [new file with mode: 0755]
qa/data/pcbnew/issue6945.kicad_dru [new file with mode: 0755]
qa/data/pcbnew/issue6945.kicad_pcb [new file with mode: 0644]
qa/data/pcbnew/issue6945.kicad_pro [new file with mode: 0644]
qa/data/pcbnew/issue7004.kicad_pcb [new file with mode: 0755]
qa/data/pcbnew/issue7004.pro [new file with mode: 0755]
qa/data/pcbnew/issue7086.kicad_pcb [new file with mode: 0644]
qa/data/pcbnew/issue7241.kicad_pcb [new file with mode: 0644]
qa/data/pcbnew/issue7267.kicad_pcb [new file with mode: 0644]
qa/data/pcbnew/issue7267.kicad_pro [new file with mode: 0755]
qa/data/pcbnew/issue7325.kicad_dru [new file with mode: 0755]
qa/data/pcbnew/issue7325.kicad_pcb [new file with mode: 0644]
qa/data/pcbnew/issue7325.kicad_pro [new file with mode: 0755]
qa/data/pcbnew/issue7567.kicad_dru [new file with mode: 0644]
qa/data/pcbnew/issue7567.kicad_pcb [new file with mode: 0644]
qa/data/pcbnew/issue7567.kicad_pro [new file with mode: 0755]
qa/data/pcbnew/issue7975.kicad_pcb [new file with mode: 0644]
qa/data/pcbnew/issue7975.kicad_pro [new file with mode: 0644]
qa/data/pcbnew/issue8003.kicad_pcb [new file with mode: 0644]
qa/data/pcbnew/issue8003.kicad_pro [new file with mode: 0644]
qa/data/pcbnew/issue832.kicad_pcb [new file with mode: 0644]
qa/data/pcbnew/issue8407.kicad_pcb [new file with mode: 0644]
qa/data/pcbnew/issue8407.kicad_pro [new file with mode: 0644]
qa/data/pcbnew/issue8883.kicad_pcb [new file with mode: 0755]
qa/data/pcbnew/issue8883.kicad_pro [new file with mode: 0755]
qa/data/pcbnew/issue8909.kicad_pcb [new file with mode: 0644]
qa/data/pcbnew/issue8909.kicad_pro [new file with mode: 0644]
qa/data/pcbnew/issue9081.kicad_pcb [new file with mode: 0644]
qa/data/pcbnew/issue9081.kicad_pro [new file with mode: 0644]
qa/data/pcbnew/issue9870.kicad_pcb [new file with mode: 0644]
qa/data/pcbnew/issue9870.kicad_pro [new file with mode: 0644]
qa/data/pcbnew/notched_zones.kicad_pcb [new file with mode: 0644]
qa/data/pcbnew/plugins/2581/testcase3-RevC-full.xml [new file with mode: 0644]
qa/data/pcbnew/plugins/altium/eDP_adapter_dvt1_source/eDP_adapter_dvt1.PcbDoc [new file with mode: 0644]
qa/data/pcbnew/plugins/altium/eDP_adapter_dvt1_source/eDP_adapter_dvt1.PrjPcb [new file with mode: 0644]
qa/data/pcbnew/plugins/altium/eDP_adapter_dvt1_source/it6251_core.SchDoc [new file with mode: 0644]
qa/data/pcbnew/plugins/altium/eDP_adapter_dvt1_source/power.SchDoc [new file with mode: 0644]
qa/data/pcbnew/plugins/altium/pcblib/Espressif ESP32-WROOM-32.PcbLib [new file with mode: 0644]
qa/data/pcbnew/plugins/altium/pcblib/Espressif ESP32-WROOM-32.pretty/Espressif ESP32-WROOM-32.kicad_mod [new file with mode: 0644]
qa/data/pcbnew/plugins/altium/pcblib/Tracks.pretty/KEEPOUT.kicad_mod [new file with mode: 0644]
qa/data/pcbnew/plugins/altium/pcblib/Tracks.pretty/KEEPOUT_MASKS.kicad_mod [new file with mode: 0644]
qa/data/pcbnew/plugins/altium/pcblib/Tracks.pretty/KEEP_OUT_LAYER.kicad_mod [new file with mode: 0644]
qa/data/pcbnew/plugins/altium/pcblib/Tracks.pretty/KEEP_OUT_LAYER_KEEP_OUT.kicad_mod [new file with mode: 0644]
qa/data/pcbnew/plugins/altium/pcblib/Tracks.pretty/KEEP_OUT_LAYER_MASKS.kicad_mod [new file with mode: 0644]
qa/data/pcbnew/plugins/altium/pcblib/Tracks.pretty/LAYERS.kicad_mod [new file with mode: 0644]
qa/data/pcbnew/plugins/altium/pcblib/Tracks.pretty/LOCKED.kicad_mod [new file with mode: 0644]
qa/data/pcbnew/plugins/altium/pcblib/Tracks.pretty/MULTI_LAYER.kicad_mod [new file with mode: 0644]
qa/data/pcbnew/plugins/altium/pcblib/Tracks.pretty/MULTI_LAYER_KEEP_OUT.kicad_mod [new file with mode: 0644]
qa/data/pcbnew/plugins/altium/pcblib/Tracks.pretty/MULTI_LAYER_MASKS.kicad_mod [new file with mode: 0644]
qa/data/pcbnew/plugins/altium/pcblib/Tracks.pretty/PASTE_MASKS.kicad_mod [new file with mode: 0644]
qa/data/pcbnew/plugins/altium/pcblib/Tracks.pretty/SOLDER_MASKS.kicad_mod [new file with mode: 0644]
qa/data/pcbnew/plugins/altium/pcblib/Tracks.pretty/WIDTHS.kicad_mod [new file with mode: 0644]
qa/data/pcbnew/plugins/altium/pcblib/Tracks.v5.PcbLib [new file with mode: 0644]
qa/data/pcbnew/plugins/altium/pcblib/Tracks.v6.PcbLib [new file with mode: 0644]
qa/data/pcbnew/plugins/cadstar/lib/footprint-with-thermal-pad.cpa [new file with mode: 0644]
qa/data/pcbnew/plugins/cadstar/lib/footprint-with-thermal-pad.pretty/CP_32_7.kicad_mod [new file with mode: 0644]
qa/data/pcbnew/plugins/cadstar/route_offset/minimal_route_offset_curved_track.cpa [new file with mode: 0644]
qa/data/pcbnew/plugins/cadstar/route_offset/minimal_route_offset_curved_track.pdf [new file with mode: 0644]
qa/data/pcbnew/plugins/eagle/Adafruit-AHT20-PCB/Adafruit AHT20 Temperature & Humidity.brd [new file with mode: 0644]
qa/data/pcbnew/plugins/eagle/Adafruit-AHT20-PCB/Adafruit AHT20 Temperature & Humidity.sch [new file with mode: 0644]
qa/data/pcbnew/plugins/eagle/Adafruit-AHT20-PCB/README.md [new file with mode: 0644]
qa/data/pcbnew/plugins/eagle/Adafruit-AHT20-PCB/assets/4566.jpg [new file with mode: 0644]
qa/data/pcbnew/plugins/eagle/Adafruit-AHT20-PCB/license.txt [new file with mode: 0644]
qa/data/pcbnew/plugins/eagle/lbr/README.md [new file with mode: 0644]
qa/data/pcbnew/plugins/eagle/lbr/SparkFun-GPS.lbr [new file with mode: 0644]
qa/data/pcbnew/plugins/eagle/lbr/SparkFun-GPS.pretty/ANT-GPS-2X7MM.kicad_mod [new file with mode: 0644]
qa/data/pcbnew/plugins/eagle/lbr/SparkFun-GPS.pretty/ANT-GPS-2X8MM.kicad_mod [new file with mode: 0644]
qa/data/pcbnew/plugins/eagle/lbr/SparkFun-GPS.pretty/COPERNICUS.kicad_mod [new file with mode: 0644]
qa/data/pcbnew/plugins/eagle/lbr/SparkFun-GPS.pretty/EM-506_OUTLINE.kicad_mod [new file with mode: 0644]
qa/data/pcbnew/plugins/eagle/lbr/SparkFun-GPS.pretty/GP3906-TLP.kicad_mod [new file with mode: 0644]
qa/data/pcbnew/plugins/eagle/lbr/SparkFun-GPS.pretty/JST-6PIN-1MM.kicad_mod [new file with mode: 0644]
qa/data/pcbnew/plugins/eagle/lbr/SparkFun-GPS.pretty/MLOEX_GNSS_MOLDED.kicad_mod [new file with mode: 0644]
qa/data/pcbnew/plugins/eagle/lbr/SparkFun-GPS.pretty/MOLEX_GNSS_CHIP.kicad_mod [new file with mode: 0644]
qa/data/pcbnew/plugins/eagle/lbr/SparkFun-GPS.pretty/MOLEX_GNSS_CUBE.kicad_mod [new file with mode: 0644]
qa/data/pcbnew/plugins/eagle/lbr/SparkFun-GPS.pretty/NEO-M8P.kicad_mod [new file with mode: 0644]
qa/data/pcbnew/plugins/eagle/lbr/SparkFun-GPS.pretty/NEO-M9N_M8T_M8U_D9S.kicad_mod [new file with mode: 0644]
qa/data/pcbnew/plugins/eagle/lbr/SparkFun-GPS.pretty/SAM-M8Q.kicad_mod [new file with mode: 0644]
qa/data/pcbnew/plugins/eagle/lbr/SparkFun-GPS.pretty/TE_PUCK.kicad_mod [new file with mode: 0644]
qa/data/pcbnew/plugins/eagle/lbr/SparkFun-GPS.pretty/TITAN_X1_GPS.kicad_mod [new file with mode: 0644]
qa/data/pcbnew/plugins/eagle/lbr/SparkFun-GPS.pretty/UBLOX_ZED_F9R.kicad_mod [new file with mode: 0644]
qa/data/pcbnew/plugins/eagle/lbr/SparkFun-GPS.pretty/UBLOX_ZOE_M8-0-10.kicad_mod [new file with mode: 0644]
qa/data/pcbnew/plugins/eagle/lbr/SparkFun-GPS.pretty/VENUS638FLPX.kicad_mod [new file with mode: 0644]
qa/data/pcbnew/plugins/eagle/lbr/SparkFun-GPS.pretty/W3011.kicad_mod [new file with mode: 0644]
qa/data/pcbnew/plugins/eagle/lbr/SparkFun-GPS.pretty/W3062A.kicad_mod [new file with mode: 0644]
qa/data/pcbnew/plugins/eagle/lbr/SparkFun-GPS.pretty/ZED-F9P.kicad_mod [new file with mode: 0644]
qa/data/pcbnew/plugins/easyeda/BackupProjects_ESP32-PICO-D4_smart_watch.zip [new file with mode: 0644]
qa/data/pcbnew/plugins/easyeda/PCB_PCB_ESP32-PICO-D4 smart watch_2023-09-02.json [new file with mode: 0644]
qa/data/pcbnew/plugins/easyeda/PCB_USBMETER-PD QC修改版_2023-09-02.json [new file with mode: 0644]
qa/data/pcbnew/plugins/easyeda/SCH_ESP32-PICO-D4 smart watch_2023-09-02.json [new file with mode: 0644]
qa/data/pcbnew/plugins/easyeda/licenses/LICENSE.CC-BY-NC-SA-3.0.txt [new file with mode: 0644]
qa/data/pcbnew/plugins/easyeda/sources.txt [new file with mode: 0644]
qa/data/pcbnew/plugins/easyedapro/ProProject_Scanning Tunneling Microscope OpenSTM_2023-09-02.zip [new file with mode: 0644]
qa/data/pcbnew/plugins/easyedapro/ProProject_Yuzuki Chameleon_2023-09-02.epro [new file with mode: 0644]
qa/data/pcbnew/plugins/easyedapro/ProProject_Yuzuki_Chameleon_2022-08-21.zip [new file with mode: 0644]
qa/data/pcbnew/plugins/easyedapro/Scanning Tunneling Microscope OpenSTM ControlBoard.zip [new file with mode: 0644]
qa/data/pcbnew/plugins/easyedapro/licenses/LICENSE.CERN-OHL-S.txt [new file with mode: 0644]
qa/data/pcbnew/plugins/easyedapro/licenses/LICENSE.MIT.txt [new file with mode: 0644]
qa/data/pcbnew/plugins/easyedapro/sources.txt [new file with mode: 0644]
qa/data/pcbnew/plugins/fakeboard.CMPcbDoc [new file with mode: 0644]
qa/data/pcbnew/plugins/fakeboard.CSPcbDoc [new file with mode: 0644]
qa/data/pcbnew/plugins/fakeboard.PcbDoc [new file with mode: 0644]
qa/data/pcbnew/plugins/fakeboard.SWPcbDoc [new file with mode: 0644]
qa/data/pcbnew/plugins/fakeboard.brd [new file with mode: 0644]
qa/data/pcbnew/plugins/fakeboard.cpa [new file with mode: 0644]
qa/data/pcbnew/plugins/fakeboard.kicad_pcb [new file with mode: 0644]
qa/data/pcbnew/plugins/fakeboard.pcb [new file with mode: 0644]
qa/data/pcbnew/plugins/legacy_demos/ecc83/ecc83-pp.brd [new file with mode: 0644]
qa/data/pcbnew/plugins/legacy_demos/ecc83/ecc83-pp.cache.lib [new file with mode: 0644]
qa/data/pcbnew/plugins/legacy_demos/ecc83/ecc83-pp.cmp [new file with mode: 0644]
qa/data/pcbnew/plugins/legacy_demos/ecc83/ecc83-pp.net [new file with mode: 0644]
qa/data/pcbnew/plugins/legacy_demos/ecc83/ecc83-pp.pro [new file with mode: 0644]
qa/data/pcbnew/plugins/legacy_demos/ecc83/ecc83-pp.sch [new file with mode: 0644]
qa/data/pcbnew/plugins/legacy_demos/ecc83/ecc83-pp_v2.brd [new file with mode: 0644]
qa/data/pcbnew/plugins/legacy_demos/ecc83/ecc83-pp_v2.pro [new file with mode: 0644]
qa/data/pcbnew/plugins/legacy_demos/ecc83/ecc83-pp_v2.sch [new file with mode: 0644]
qa/data/pcbnew/plugins/legacy_demos/electric/electric.cache.lib [new file with mode: 0644]
qa/data/pcbnew/plugins/legacy_demos/electric/electric.pro [new file with mode: 0644]
qa/data/pcbnew/plugins/legacy_demos/electric/electric.sch [new file with mode: 0644]
qa/data/pcbnew/plugins/legacy_demos/flat_hierarchy/flat_hierarchy.brd [new file with mode: 0644]
qa/data/pcbnew/plugins/legacy_demos/flat_hierarchy/flat_hierarchy.cache.lib [new file with mode: 0644]
qa/data/pcbnew/plugins/legacy_demos/flat_hierarchy/flat_hierarchy.cmp [new file with mode: 0644]
qa/data/pcbnew/plugins/legacy_demos/flat_hierarchy/flat_hierarchy.net [new file with mode: 0644]
qa/data/pcbnew/plugins/legacy_demos/flat_hierarchy/flat_hierarchy.pro [new file with mode: 0644]
qa/data/pcbnew/plugins/legacy_demos/flat_hierarchy/flat_hierarchy.sch [new file with mode: 0644]
qa/data/pcbnew/plugins/legacy_demos/flat_hierarchy/pic_programmer.cache.lib [new file with mode: 0644]
qa/data/pcbnew/plugins/legacy_demos/flat_hierarchy/pic_programmer.sch [new file with mode: 0644]
qa/data/pcbnew/plugins/legacy_demos/flat_hierarchy/pic_sockets.cache.lib [new file with mode: 0644]
qa/data/pcbnew/plugins/legacy_demos/flat_hierarchy/pic_sockets.sch [new file with mode: 0644]
qa/data/pcbnew/plugins/legacy_demos/interf_u/interf_u.brd [new file with mode: 0644]
qa/data/pcbnew/plugins/legacy_demos/interf_u/interf_u.cache.lib [new file with mode: 0644]
qa/data/pcbnew/plugins/legacy_demos/interf_u/interf_u.cmp [new file with mode: 0644]
qa/data/pcbnew/plugins/legacy_demos/interf_u/interf_u.net [new file with mode: 0644]
qa/data/pcbnew/plugins/legacy_demos/interf_u/interf_u.pro [new file with mode: 0644]
qa/data/pcbnew/plugins/legacy_demos/interf_u/interf_u.sch [new file with mode: 0644]
qa/data/pcbnew/plugins/legacy_demos/microwave/microwave.brd [new file with mode: 0644]
qa/data/pcbnew/plugins/legacy_demos/microwave/microwave.pro [new file with mode: 0644]
qa/data/pcbnew/plugins/legacy_demos/microwave/shape1.txt [new file with mode: 0644]
qa/data/pcbnew/plugins/legacy_demos/pic_programmer/pic_programmer.brd [new file with mode: 0644]
qa/data/pcbnew/plugins/legacy_demos/pic_programmer/pic_programmer.cache.lib [new file with mode: 0644]
qa/data/pcbnew/plugins/legacy_demos/pic_programmer/pic_programmer.cmp [new file with mode: 0644]
qa/data/pcbnew/plugins/legacy_demos/pic_programmer/pic_programmer.net [new file with mode: 0644]
qa/data/pcbnew/plugins/legacy_demos/pic_programmer/pic_programmer.pro [new file with mode: 0644]
qa/data/pcbnew/plugins/legacy_demos/pic_programmer/pic_programmer.sch [new file with mode: 0644]
qa/data/pcbnew/plugins/legacy_demos/pic_programmer/pic_sockets.sch [new file with mode: 0644]
qa/data/pcbnew/plugins/legacy_demos/pspice/pspice.cache.lib [new file with mode: 0644]
qa/data/pcbnew/plugins/legacy_demos/pspice/pspice.cir [new file with mode: 0644]
qa/data/pcbnew/plugins/legacy_demos/pspice/pspice.pro [new file with mode: 0644]
qa/data/pcbnew/plugins/legacy_demos/pspice/pspice.sch [new file with mode: 0644]
qa/data/pcbnew/plugins/legacy_demos/sonde xilinx/sonde xilinx.brd [new file with mode: 0644]
qa/data/pcbnew/plugins/legacy_demos/sonde xilinx/sonde xilinx.cache.lib [new file with mode: 0644]
qa/data/pcbnew/plugins/legacy_demos/sonde xilinx/sonde xilinx.cmp [new file with mode: 0644]
qa/data/pcbnew/plugins/legacy_demos/sonde xilinx/sonde xilinx.drl [new file with mode: 0644]
qa/data/pcbnew/plugins/legacy_demos/sonde xilinx/sonde xilinx.net [new file with mode: 0644]
qa/data/pcbnew/plugins/legacy_demos/sonde xilinx/sonde xilinx.pro [new file with mode: 0644]
qa/data/pcbnew/plugins/legacy_demos/sonde xilinx/sonde xilinx.sch [new file with mode: 0644]
qa/data/pcbnew/plugins/legacy_demos/source.txt [new file with mode: 0644]
qa/data/pcbnew/plugins/legacy_demos/test_xil_95108/carte_test.brd [new file with mode: 0644]
qa/data/pcbnew/plugins/legacy_demos/test_xil_95108/carte_test.cache.lib [new file with mode: 0644]
qa/data/pcbnew/plugins/legacy_demos/test_xil_95108/carte_test.cmp [new file with mode: 0644]
qa/data/pcbnew/plugins/legacy_demos/test_xil_95108/carte_test.net [new file with mode: 0644]
qa/data/pcbnew/plugins/legacy_demos/test_xil_95108/carte_test.pro [new file with mode: 0644]
qa/data/pcbnew/plugins/legacy_demos/test_xil_95108/carte_test.sch [new file with mode: 0644]
qa/data/pcbnew/plugins/legacy_demos/video/bus_pci.sch [new file with mode: 0644]
qa/data/pcbnew/plugins/legacy_demos/video/esvideo.sch [new file with mode: 0644]
qa/data/pcbnew/plugins/legacy_demos/video/graphic.sch [new file with mode: 0644]
qa/data/pcbnew/plugins/legacy_demos/video/modul.sch [new file with mode: 0644]
qa/data/pcbnew/plugins/legacy_demos/video/muxdata.sch [new file with mode: 0644]
qa/data/pcbnew/plugins/legacy_demos/video/pal-ntsc.sch [new file with mode: 0644]
qa/data/pcbnew/plugins/legacy_demos/video/rams.sch [new file with mode: 0644]
qa/data/pcbnew/plugins/legacy_demos/video/video.brd [new file with mode: 0644]
qa/data/pcbnew/plugins/legacy_demos/video/video.cache.lib [new file with mode: 0644]
qa/data/pcbnew/plugins/legacy_demos/video/video.cmp [new file with mode: 0644]
qa/data/pcbnew/plugins/legacy_demos/video/video.net [new file with mode: 0644]
qa/data/pcbnew/plugins/legacy_demos/video/video.pro [new file with mode: 0644]
qa/data/pcbnew/plugins/legacy_demos/video/video.sch [new file with mode: 0644]
qa/data/pcbnew/plugins/pcad/pcad_4layer_glyph_test_ascii.PCB [new file with mode: 0644]
qa/data/pcbnew/pns_regressions/backspace1/pns.dump [new file with mode: 0644]
qa/data/pcbnew/pns_regressions/backspace1/pns.kicad_pro [new file with mode: 0644]
qa/data/pcbnew/pns_regressions/backspace1/pns.log [new file with mode: 0644]
qa/data/pcbnew/pns_regressions/backspace1/pns.settings [new file with mode: 0644]
qa/data/pcbnew/pns_regressions/simple_drag_shove1/pns.dump [new file with mode: 0644]
qa/data/pcbnew/pns_regressions/simple_drag_shove1/pns.kicad_pro [new file with mode: 0644]
qa/data/pcbnew/pns_regressions/simple_drag_shove1/pns.log [new file with mode: 0644]
qa/data/pcbnew/pns_regressions/simple_drag_shove1/pns.settings [new file with mode: 0644]
qa/data/pcbnew/pns_regressions/simple_shove1/pns.dump [new file with mode: 0644]
qa/data/pcbnew/pns_regressions/simple_shove1/pns.kicad_pro [new file with mode: 0644]
qa/data/pcbnew/pns_regressions/simple_shove1/pns.log [new file with mode: 0644]
qa/data/pcbnew/pns_regressions/simple_shove1/pns.settings [new file with mode: 0644]
qa/data/pcbnew/pns_regressions/tests.lst [new file with mode: 0644]
qa/data/pcbnew/pns_regressions/via_drag_walkaround1/pns.dump [new file with mode: 0644]
qa/data/pcbnew/pns_regressions/via_drag_walkaround1/pns.kicad_pro [new file with mode: 0644]
qa/data/pcbnew/pns_regressions/via_drag_walkaround1/pns.log [new file with mode: 0644]
qa/data/pcbnew/pns_regressions/via_drag_walkaround1/pns.settings [new file with mode: 0644]
qa/data/pcbnew/prettifier/Reverb_BTDR-1V.kicad_mod [new file with mode: 0644]
qa/data/pcbnew/prettifier/Reverb_BTDR-1V_formatted.kicad_mod [new file with mode: 0644]
qa/data/pcbnew/prettifier/Samtec_HLE-133-02-xx-DV-PE-LC_2x33_P2.54mm_Horizontal.kicad_mod [new file with mode: 0644]
qa/data/pcbnew/prettifier/Samtec_HLE-133-02-xx-DV-PE-LC_2x33_P2.54mm_Horizontal_formatted.kicad_mod [new file with mode: 0644]
qa/data/pcbnew/prettifier/group_and_image.kicad_pcb [new file with mode: 0644]
qa/data/pcbnew/prettifier/group_and_image_formatted.kicad_pcb [new file with mode: 0644]
qa/data/pcbnew/reference_images_load_save.kicad_pcb [new file with mode: 0644]
qa/data/pcbnew/reference_images_load_save.kicad_pro [new file with mode: 0644]
qa/data/pcbnew/reverse_via.kicad_pcb [new file with mode: 0644]
qa/data/pcbnew/reverse_via.kicad_pro [new file with mode: 0644]
qa/data/pcbnew/severities.kicad_dru [new file with mode: 0644]
qa/data/pcbnew/severities.kicad_pcb [new file with mode: 0644]
qa/data/pcbnew/severities.kicad_pro [new file with mode: 0644]
qa/data/pcbnew/sliver.kicad_pcb [new file with mode: 0644]
qa/data/pcbnew/solder_mask_bridge_test.kicad_pcb [new file with mode: 0644]
qa/data/pcbnew/solder_mask_bridge_test.kicad_pro [new file with mode: 0644]
qa/data/pcbnew/teardrop_issue_JPC2.kicad_pcb [new file with mode: 0644]
qa/data/pcbnew/test_copper_graphics.kicad_pcb [new file with mode: 0644]
qa/data/pcbnew/test_copper_graphics.kicad_pro [new file with mode: 0644]
qa/data/pcbnew/tracks_arcs_vias.kicad_pcb [new file with mode: 0644]
qa/data/pcbnew/tracks_arcs_vias.kicad_pro [new file with mode: 0644]
qa/data/pcbnew/tracks_arcs_vias.kicad_sch [new file with mode: 0644]
qa/data/pcbnew/tuning_generators_load_save.kicad_pcb [new file with mode: 0644]
qa/data/pcbnew/tuning_generators_load_save.kicad_pro [new file with mode: 0644]
qa/data/pcbnew/tuning_generators_load_save_v20231212.kicad_pcb [new file with mode: 0644]
qa/data/pcbnew/tuning_generators_load_save_v20231212.kicad_pro [new file with mode: 0644]
qa/data/pcbnew/unconnected-netnames/unconnected-netnames.kicad_pcb [new file with mode: 0644]
qa/data/pcbnew/unconnected-netnames/unconnected-netnames.kicad_pro [new file with mode: 0644]
qa/data/pcbnew/unconnected-netnames/unconnected-netnames.kicad_sch [new file with mode: 0644]
qa/data/pcbnew/zone_filler.kicad_pcb [new file with mode: 0644]
qa/data/pcbnew/~issue5102.kicad_pcb.lck [new file with mode: 0644]
qa/mocks/include/mock_kiface_base.h [new file with mode: 0644]
qa/mocks/include/mock_pgm_base.h [new file with mode: 0644]
qa/mocks/kicad/common_mocks.cpp [new file with mode: 0644]
qa/pcbnew_utils/CMakeLists.txt [new file with mode: 0644]
qa/pcbnew_utils/board_construction_utils.cpp [new file with mode: 0644]
qa/pcbnew_utils/board_file_utils.cpp [new file with mode: 0644]
qa/pcbnew_utils/board_test_utils.cpp [new file with mode: 0644]
qa/pcbnew_utils/include/pcbnew_utils/board_construction_utils.h [new file with mode: 0644]
qa/pcbnew_utils/include/pcbnew_utils/board_file_utils.h [new file with mode: 0644]
qa/pcbnew_utils/include/pcbnew_utils/board_test_utils.h [new file with mode: 0644]
qa/qa_utils/CMakeLists.txt [new file with mode: 0644]
qa/qa_utils/eda_item_test_utils.h [new file with mode: 0644]
qa/qa_utils/geometry/line_chain_construction.cpp [new file with mode: 0644]
qa/qa_utils/geometry/poly_set_construction.cpp [new file with mode: 0644]
qa/qa_utils/geometry/seg_construction.cpp [new file with mode: 0644]
qa/qa_utils/include/qa_utils/geometry/geometry.h [new file with mode: 0644]
qa/qa_utils/include/qa_utils/geometry/line_chain_construction.h [new file with mode: 0644]
qa/qa_utils/include/qa_utils/geometry/poly_set_construction.h [new file with mode: 0644]
qa/qa_utils/include/qa_utils/geometry/seg_construction.h [new file with mode: 0644]
qa/qa_utils/include/qa_utils/numeric.h [new file with mode: 0644]
qa/qa_utils/include/qa_utils/stdstream_line_reader.h [new file with mode: 0644]
qa/qa_utils/include/qa_utils/utility_program.h [new file with mode: 0644]
qa/qa_utils/include/qa_utils/utility_registry.h [new file with mode: 0644]
qa/qa_utils/include/qa_utils/uuid_test_utils.h [new file with mode: 0644]
qa/qa_utils/include/qa_utils/wx_utils/unit_test_utils.h [new file with mode: 0644]
qa/qa_utils/include/qa_utils/wx_utils/wx_assert.h [new file with mode: 0644]
qa/qa_utils/mocks.cpp [new file with mode: 0644]
qa/qa_utils/pcb_test_frame.cpp [new file with mode: 0644]
qa/qa_utils/pcb_test_frame.h [new file with mode: 0644]
qa/qa_utils/stdstream_line_reader.cpp [new file with mode: 0644]
qa/qa_utils/test_app_main.cpp [new file with mode: 0644]
qa/qa_utils/utility_program.cpp [new file with mode: 0644]
qa/qa_utils/uuid_test_utils.cpp [new file with mode: 0644]
qa/qa_utils/wx_utils/unit_test_utils.cpp [new file with mode: 0644]
qa/qa_utils/wx_utils/wx_assert.cpp [new file with mode: 0644]
qa/resources/linux/mimeFiles/gerbers/drillFiles/drillFile.drl [new file with mode: 0644]
qa/resources/linux/mimeFiles/gerbers/drillFiles/drillFileNoExt [new file with mode: 0644]
qa/resources/linux/mimeFiles/gerbers/gerberFiles/gerber.gbr [new file with mode: 0644]
qa/resources/linux/mimeFiles/gerbers/gerberFiles/gerber.gts [new file with mode: 0644]
qa/resources/linux/mimeFiles/gerbers/gerberFiles/gerberCommentNoExt [new file with mode: 0644]
qa/resources/linux/mimeFiles/gerbers/gerberFiles/gerberFSLANoExt [new file with mode: 0644]
qa/resources/linux/mimeFiles/gerbers/gerberFiles/gerberG75NoExt [new file with mode: 0644]
qa/resources/linux/mimeFiles/gerbers/gerberFiles/gerberMONoExt [new file with mode: 0644]
qa/resources/linux/mimeFiles/gerbers/gerberFiles/gerberTFNoExt [new file with mode: 0644]
qa/resources/linux/mimeFiles/kicad/boardFiles/brd.brd [new file with mode: 0644]
qa/resources/linux/mimeFiles/kicad/boardFiles/brdNoExt [new file with mode: 0644]
qa/resources/linux/mimeFiles/kicad/boardFiles/kicadpcb.kicad_pcb [new file with mode: 0644]
qa/resources/linux/mimeFiles/kicad/boardFiles/kicadpcbNoExt [new file with mode: 0644]
qa/resources/linux/mimeFiles/kicad/projectFiles/kicadpro.kicad_pro [new file with mode: 0644]
qa/resources/linux/mimeFiles/kicad/projectFiles/pro.pro [new file with mode: 0644]
qa/resources/linux/mimeFiles/kicad/schematicFiles/kicadsch.kicad_sch [new file with mode: 0644]
qa/resources/linux/mimeFiles/kicad/schematicFiles/kicadschNoExt [new file with mode: 0644]
qa/resources/linux/mimeFiles/kicad/schematicFiles/sch.sch [new file with mode: 0644]
qa/resources/linux/mimeFiles/kicad/schematicFiles/schNoExt [new file with mode: 0644]
qa/resources/linux/verifyMetadataFiles.sh [new file with mode: 0755]
qa/schematic_utils/CMakeLists.txt [new file with mode: 0644]
qa/schematic_utils/eeschema_test_utils.cpp [new file with mode: 0644]
qa/schematic_utils/eeschema_test_utils.h [new file with mode: 0644]
qa/schematic_utils/schematic_file_util.cpp [new file with mode: 0644]
qa/schematic_utils/schematic_file_util.h [new file with mode: 0644]
qa/tests/CMakeLists.txt [new file with mode: 0644]
qa/tests/cli/conftest.py [new file with mode: 0644]
qa/tests/cli/pytest.ini [new file with mode: 0644]
qa/tests/cli/resources/3px_base.png [new file with mode: 0644]
qa/tests/cli/resources/3px_mid_1px_lines.png [new file with mode: 0644]
qa/tests/cli/resources/3px_mid_blk.png [new file with mode: 0644]
qa/tests/cli/resources/3px_mid_transparent.png [new file with mode: 0644]
qa/tests/cli/resources/3px_offBy1_blk.png [new file with mode: 0644]
qa/tests/cli/resources/3px_offBy1_wht.png [new file with mode: 0644]
qa/tests/cli/resources/irregular_1px_eroded.png [new file with mode: 0644]
qa/tests/cli/resources/irregular_2px_eroded.png [new file with mode: 0644]
qa/tests/cli/resources/irregular_base.png [new file with mode: 0644]
qa/tests/cli/resources/square_1px_bigger.png [new file with mode: 0644]
qa/tests/cli/resources/square_base.png [new file with mode: 0644]
qa/tests/cli/resources/square_blk.png [new file with mode: 0644]
qa/tests/cli/resources/square_transparent.png [new file with mode: 0644]
qa/tests/cli/test_common.py [new file with mode: 0644]
qa/tests/cli/test_pcb.py [new file with mode: 0644]
qa/tests/cli/test_sch.py [new file with mode: 0644]
qa/tests/cli/test_utils.py [new file with mode: 0644]
qa/tests/cli/utils.py [new file with mode: 0644]
qa/tests/common/CMakeLists.txt [new file with mode: 0644]
qa/tests/common/color4d_test_utils.h [new file with mode: 0644]
qa/tests/common/console_log.h [new file with mode: 0644]
qa/tests/common/io/altium/test_altium_parser.cpp [new file with mode: 0644]
qa/tests/common/io/altium/test_altium_parser_utils.cpp [new file with mode: 0644]
qa/tests/common/io/cadstar/test_cadstar_archive_parser.cpp [new file with mode: 0644]
qa/tests/common/io/cadstar/test_cadstar_parts_parser.cpp [new file with mode: 0644]
qa/tests/common/libeval/test_numeric_evaluator.cpp [new file with mode: 0644]
qa/tests/common/test_array_axis.cpp [new file with mode: 0644]
qa/tests/common/test_array_options.cpp [new file with mode: 0644]
qa/tests/common/test_bitmap_base.cpp [new file with mode: 0644]
qa/tests/common/test_color4d.cpp [new file with mode: 0644]
qa/tests/common/test_coroutine.cpp [new file with mode: 0644]
qa/tests/common/test_database.cpp [new file with mode: 0644]
qa/tests/common/test_eda_shape.cpp [new file with mode: 0644]
qa/tests/common/test_eda_text.cpp [new file with mode: 0644]
qa/tests/common/test_format_units.cpp [new file with mode: 0644]
qa/tests/common/test_kicad_string.cpp [new file with mode: 0644]
qa/tests/common/test_kicad_stroke_font.cpp [new file with mode: 0644]
qa/tests/common/test_kiid.cpp [new file with mode: 0644]
qa/tests/common/test_layer_ids.cpp [new file with mode: 0644]
qa/tests/common/test_lib_table.cpp [new file with mode: 0644]
qa/tests/common/test_markup_parser.cpp [new file with mode: 0644]
qa/tests/common/test_module.cpp [new file with mode: 0644]
qa/tests/common/test_property.cpp [new file with mode: 0644]
qa/tests/common/test_refdes_utils.cpp [new file with mode: 0644]
qa/tests/common/test_richio.cpp [new file with mode: 0644]
qa/tests/common/test_text_attributes.cpp [new file with mode: 0644]
qa/tests/common/test_title_block.cpp [new file with mode: 0644]
qa/tests/common/test_types.cpp [new file with mode: 0644]
qa/tests/common/test_utf8.cpp [new file with mode: 0644]
qa/tests/common/test_wildcards_and_files_ext.cpp [new file with mode: 0644]
qa/tests/common/test_wx_filename.cpp [new file with mode: 0644]
qa/tests/common/view/test_zoom_controller.cpp [new file with mode: 0644]
qa/tests/common/wximage_test_utils.cpp [new file with mode: 0644]
qa/tests/common/wximage_test_utils.h [new file with mode: 0644]
qa/tests/eeschema/CMakeLists.txt [new file with mode: 0644]
qa/tests/eeschema/erc/test_erc_global_labels.cpp [new file with mode: 0644]
qa/tests/eeschema/erc/test_erc_hierarchical_schematics.cpp [new file with mode: 0644]
qa/tests/eeschema/erc/test_erc_label_not_connected.cpp [new file with mode: 0644]
qa/tests/eeschema/erc/test_erc_no_connect.cpp [new file with mode: 0644]
qa/tests/eeschema/erc/test_erc_stacking_pins.cpp [new file with mode: 0644]
qa/tests/eeschema/lib_field_test_utils.h [new file with mode: 0644]
qa/tests/eeschema/netdiff.py [new file with mode: 0644]
qa/tests/eeschema/sch_io/altium/test_altium_parser_sch.cpp [new file with mode: 0644]
qa/tests/eeschema/test_eagle_plugin.cpp [new file with mode: 0644]
qa/tests/eeschema/test_ee_item.cpp [new file with mode: 0644]
qa/tests/eeschema/test_incremental_netlister.cpp [new file with mode: 0644]
qa/tests/eeschema/test_legacy_power_symbols.cpp [new file with mode: 0644]
qa/tests/eeschema/test_lib_part.cpp [new file with mode: 0644]
qa/tests/eeschema/test_module.cpp [new file with mode: 0644]
qa/tests/eeschema/test_netlist_exporter_kicad.cpp [new file with mode: 0644]
qa/tests/eeschema/test_netlist_exporter_spice.cpp [new file with mode: 0644]
qa/tests/eeschema/test_netlist_exporter_spice.h [new file with mode: 0644]
qa/tests/eeschema/test_pin_numbers.cpp [new file with mode: 0644]
qa/tests/eeschema/test_sch_biu.cpp [new file with mode: 0644]
qa/tests/eeschema/test_sch_netclass.cpp [new file with mode: 0644]
qa/tests/eeschema/test_sch_pin.cpp [new file with mode: 0644]
qa/tests/eeschema/test_sch_reference_list.cpp [new file with mode: 0644]
qa/tests/eeschema/test_sch_rtree.cpp [new file with mode: 0644]
qa/tests/eeschema/test_sch_sheet.cpp [new file with mode: 0644]
qa/tests/eeschema/test_sch_sheet_list.cpp [new file with mode: 0644]
qa/tests/eeschema/test_sch_sheet_path.cpp [new file with mode: 0644]
qa/tests/eeschema/test_sch_symbol.cpp [new file with mode: 0644]
qa/tests/eeschema/test_symbol_library_manager.cpp [new file with mode: 0644]
qa/tests/gerbview/CMakeLists.txt [new file with mode: 0644]
qa/tests/gerbview/test_module.cpp [new file with mode: 0644]
qa/tests/libs/CMakeLists.txt [new file with mode: 0644]
qa/tests/libs/kimath/CMakeLists.txt [new file with mode: 0644]
qa/tests/libs/kimath/geometry/fixtures_geometry.h [new file with mode: 0644]
qa/tests/libs/kimath/geometry/geom_test_utils.h [new file with mode: 0644]
qa/tests/libs/kimath/geometry/test_chamfer.cpp [new file with mode: 0644]
qa/tests/libs/kimath/geometry/test_circle.cpp [new file with mode: 0644]
qa/tests/libs/kimath/geometry/test_eda_angle.cpp [new file with mode: 0644]
qa/tests/libs/kimath/geometry/test_ellipse_to_bezier.cpp [new file with mode: 0644]
qa/tests/libs/kimath/geometry/test_fillet.cpp [new file with mode: 0644]
qa/tests/libs/kimath/geometry/test_oval.cpp [new file with mode: 0644]
qa/tests/libs/kimath/geometry/test_segment.cpp [new file with mode: 0644]
qa/tests/libs/kimath/geometry/test_shape_arc.cpp [new file with mode: 0644]
qa/tests/libs/kimath/geometry/test_shape_compound_collision.cpp [new file with mode: 0644]
qa/tests/libs/kimath/geometry/test_shape_line_chain.cpp [new file with mode: 0644]
qa/tests/libs/kimath/geometry/test_shape_line_chain_collision.cpp [new file with mode: 0644]
qa/tests/libs/kimath/geometry/test_shape_poly_set.cpp [new file with mode: 0644]
qa/tests/libs/kimath/geometry/test_shape_poly_set_arcs.cpp [new file with mode: 0644]
qa/tests/libs/kimath/geometry/test_shape_poly_set_collision.cpp [new file with mode: 0644]
qa/tests/libs/kimath/geometry/test_shape_poly_set_distance.cpp [new file with mode: 0644]
qa/tests/libs/kimath/geometry/test_shape_poly_set_iterator.cpp [new file with mode: 0644]
qa/tests/libs/kimath/kimath_test_module.cpp [new file with mode: 0644]
qa/tests/libs/kimath/math/test_box2.cpp [new file with mode: 0644]
qa/tests/libs/kimath/math/test_matrix3x3.cpp [new file with mode: 0644]
qa/tests/libs/kimath/math/test_util.cpp [new file with mode: 0644]
qa/tests/libs/kimath/math/test_vector2.cpp [new file with mode: 0644]
qa/tests/libs/kimath/math/test_vector3.cpp [new file with mode: 0644]
qa/tests/libs/kimath/test_kimath.cpp [new file with mode: 0644]
qa/tests/libs/sexpr/CMakeLists.txt [new file with mode: 0644]
qa/tests/libs/sexpr/sexpr_test_utils.h [new file with mode: 0644]
qa/tests/libs/sexpr/test_module.cpp [new file with mode: 0644]
qa/tests/libs/sexpr/test_sexpr.cpp [new file with mode: 0644]
qa/tests/libs/sexpr/test_sexpr_parser.cpp [new file with mode: 0644]
qa/tests/pcbnew/CMakeLists.txt [new file with mode: 0644]
qa/tests/pcbnew/drc/drc_test_utils.cpp [new file with mode: 0644]
qa/tests/pcbnew/drc/drc_test_utils.h [new file with mode: 0644]
qa/tests/pcbnew/drc/test_custom_rule_severities.cpp [new file with mode: 0644]
qa/tests/pcbnew/drc/test_drc_copper_conn.cpp [new file with mode: 0644]
qa/tests/pcbnew/drc/test_drc_copper_graphics.cpp [new file with mode: 0644]
qa/tests/pcbnew/drc/test_drc_copper_sliver.cpp [new file with mode: 0644]
qa/tests/pcbnew/drc/test_drc_courtyard_invalid.cpp [new file with mode: 0644]
qa/tests/pcbnew/drc/test_drc_courtyard_overlap.cpp [new file with mode: 0644]
qa/tests/pcbnew/drc/test_drc_regressions.cpp [new file with mode: 0644]
qa/tests/pcbnew/drc/test_solder_mask_bridging.cpp [new file with mode: 0644]
qa/tests/pcbnew/group_saveload.cpp [new file with mode: 0644]
qa/tests/pcbnew/pcb_io/altium/test_altium_pcblib_import.cpp [new file with mode: 0644]
qa/tests/pcbnew/pcb_io/altium/test_altium_rule_transformer.cpp [new file with mode: 0644]
qa/tests/pcbnew/pcb_io/cadstar/test_cadstar_footprints.cpp [new file with mode: 0644]
qa/tests/pcbnew/pcb_io/eagle/test_eagle_lbr_import.cpp [new file with mode: 0644]
qa/tests/pcbnew/test_array_pad_name_provider.cpp [new file with mode: 0644]
qa/tests/pcbnew/test_board_item.cpp [new file with mode: 0644]
qa/tests/pcbnew/test_footprint_load_save.cpp [new file with mode: 0644]
qa/tests/pcbnew/test_generator_load_save.cpp [new file with mode: 0644]
qa/tests/pcbnew/test_graphics_import_mgr.cpp [new file with mode: 0644]
qa/tests/pcbnew/test_group_load_save.cpp [new file with mode: 0644]
qa/tests/pcbnew/test_io_mgr.cpp [new file with mode: 0644]
qa/tests/pcbnew/test_libeval_compiler.cpp [new file with mode: 0644]
qa/tests/pcbnew/test_lset.cpp [new file with mode: 0644]
qa/tests/pcbnew/test_module.cpp [new file with mode: 0644]
qa/tests/pcbnew/test_pad_numbering.cpp [new file with mode: 0644]
qa/tests/pcbnew/test_pns_basics.cpp [new file with mode: 0644]
qa/tests/pcbnew/test_prettifier.cpp [new file with mode: 0644]
qa/tests/pcbnew/test_reference_image_load.cpp [new file with mode: 0644]
qa/tests/pcbnew/test_save_load.cpp [new file with mode: 0644]
qa/tests/pcbnew/test_tracks_cleaner.cpp [new file with mode: 0644]
qa/tests/pcbnew/test_triangulation.cpp [new file with mode: 0644]
qa/tests/pcbnew/test_zone.cpp [new file with mode: 0644]
qa/tests/pcbnew/test_zone_filler.cpp [new file with mode: 0644]
qa/tests/pcbnewswig/test_001_pcb_load.py [new file with mode: 0644]
qa/tests/pcbnewswig/test_002_board_class.py [new file with mode: 0644]
qa/tests/pcbnewswig/test_003_pads.py [new file with mode: 0644]
qa/tests/pcbnewswig/test_004_tracks.py [new file with mode: 0644]
qa/tests/pcbnewswig/test_005_connectivity_data.py [new file with mode: 0644]
qa/tests/requirements.txt [new file with mode: 0644]
qa/tests/spice/CMakeLists.txt [new file with mode: 0644]
qa/tests/spice/test_library_spice.cpp [new file with mode: 0644]
qa/tests/spice/test_module.cpp [new file with mode: 0644]
qa/tests/spice/test_netlist_exporter_spice.cpp [new file with mode: 0644]
qa/tests/spice/test_netlist_exporter_spice.h [new file with mode: 0644]
qa/tests/spice/test_ngspice_helpers.cpp [new file with mode: 0644]
qa/tests/spice/test_sim_model_inference.cpp [new file with mode: 0644]
qa/tests/spice/test_sim_model_ngspice.cpp [new file with mode: 0644]
qa/tests/spice/test_sim_regressions.cpp [new file with mode: 0644]
qa/tools/CMakeLists.txt [new file with mode: 0644]
qa/tools/common_tools/CMakeLists.txt [new file with mode: 0644]
qa/tools/common_tools/main.cpp [new file with mode: 0644]
qa/tools/common_tools/tools/coroutines/coroutines.cpp [new file with mode: 0644]
qa/tools/common_tools/tools/io_benchmark/io_benchmark.cpp [new file with mode: 0644]
qa/tools/common_tools/tools/sexpr_parser/sexpr_parse.cpp [new file with mode: 0644]
qa/tools/drc_proto/CMakeLists.txt [new file with mode: 0644]
qa/tools/drc_proto/drc_proto.cpp [new file with mode: 0644]
qa/tools/drc_proto/drc_proto.h [new file with mode: 0644]
qa/tools/drc_proto/drc_proto_test.cpp [new file with mode: 0644]
qa/tools/drc_proto/test_cases/basic_clearance/board.kicad_dru [new file with mode: 0644]
qa/tools/drc_proto/test_cases/basic_clearance/board.kicad_pcb [new file with mode: 0644]
qa/tools/drc_proto/test_cases/basic_clearance/board.kicad_pro [new file with mode: 0644]
qa/tools/drc_proto/test_cases/basic_clearance/drc-rules [new file with mode: 0644]
qa/tools/drc_proto/test_cases/basic_edge_clearance/board.kicad_dru [new file with mode: 0644]
qa/tools/drc_proto/test_cases/basic_edge_clearance/board.kicad_pcb [new file with mode: 0644]
qa/tools/drc_proto/test_cases/basic_edge_clearance/board.kicad_pro [new file with mode: 0644]
qa/tools/drc_proto/test_cases/basic_hole_clearance/board.kicad_pcb [new file with mode: 0644]
qa/tools/gal/gal_pixel_alignment/CMakeLists.txt [new file with mode: 0644]
qa/tools/gal/gal_pixel_alignment/test_gal_pixel_alignment.cpp [new file with mode: 0644]
qa/tools/ibis/CMakeLists.txt [new file with mode: 0644]
qa/tools/ibis/ibis_v1_1.ibs [new file with mode: 0644]
qa/tools/ibis/ibis_v2_1.ibs [new file with mode: 0644]
qa/tools/ibis/ibis_v2_1.pkg [new file with mode: 0644]
qa/tools/ibis/ibis_v3_2.ibs [new file with mode: 0644]
qa/tools/ibis/ibis_v3_2.pkg [new file with mode: 0644]
qa/tools/ibis/qaIbisParser.cpp [new file with mode: 0644]
qa/tools/libeval_compiler/CMakeLists.txt [new file with mode: 0644]
qa/tools/libeval_compiler/libeval_compiler_test.cpp [new file with mode: 0644]
qa/tools/pcb_test_window/CMakeLists.txt [new file with mode: 0644]
qa/tools/pcb_test_window/test.cpp [new file with mode: 0644]
qa/tools/pcbnew_tools/CMakeLists.txt [new file with mode: 0644]
qa/tools/pcbnew_tools/pcbnew_tools.cpp [new file with mode: 0644]
qa/tools/pcbnew_tools/tools/pcb_parser/pcb_parser_tool.cpp [new file with mode: 0644]
qa/tools/pcbnew_tools/tools/polygon_generator/polygon_generator.cpp [new file with mode: 0644]
qa/tools/pcbnew_tools/tools/polygon_triangulation/polygon_triangulation.cpp [new file with mode: 0644]
qa/tools/pegtl/CMakeLists.txt [new file with mode: 0644]
qa/tools/pegtl/main.cpp [new file with mode: 0644]
qa/tools/pns/CMakeLists.txt [new file with mode: 0644]
qa/tools/pns/label_manager.cpp [new file with mode: 0644]
qa/tools/pns/label_manager.h [new file with mode: 0644]
qa/tools/pns/logviewer.fbp [new file with mode: 0644]
qa/tools/pns/playground.cpp [new file with mode: 0644]
qa/tools/pns/pns_debug_tool_main.cpp [new file with mode: 0644]
qa/tools/pns/pns_log_file.cpp [new file with mode: 0644]
qa/tools/pns/pns_log_file.h [new file with mode: 0644]
qa/tools/pns/pns_log_player.cpp [new file with mode: 0644]
qa/tools/pns/pns_log_player.h [new file with mode: 0644]
qa/tools/pns/pns_log_viewer_frame.cpp [new file with mode: 0644]
qa/tools/pns/pns_log_viewer_frame.h [new file with mode: 0644]
qa/tools/pns/pns_log_viewer_frame_base.cpp [new file with mode: 0644]
qa/tools/pns/pns_log_viewer_frame_base.h [new file with mode: 0644]
qa/tools/pns/pns_test_debug_decorator.cpp [new file with mode: 0644]
qa/tools/pns/pns_test_debug_decorator.h [new file with mode: 0644]
qa/tools/pns/qa_pns_regressions_main.cpp [new file with mode: 0644]
resources/CMakeLists.txt [new file with mode: 0644]
resources/bitmaps_png/CMakeLists.txt [new file with mode: 0644]
resources/bitmaps_png/Kicad-Icon-Palette.gpl [new file with mode: 0644]
resources/bitmaps_png/banners/splash_1240.afdesign [new file with mode: 0644]
resources/bitmaps_png/cursors/README.md [new file with mode: 0644]
resources/bitmaps_png/cursors/current_probe.xbm [new file with mode: 0644]
resources/bitmaps_png/cursors/current_probe.xpm [new file with mode: 0644]
resources/bitmaps_png/cursors/current_probe64.xpm [new file with mode: 0644]
resources/bitmaps_png/cursors/cursor-add.xpm [new file with mode: 0644]
resources/bitmaps_png/cursors/cursor-add64.xpm [new file with mode: 0644]
resources/bitmaps_png/cursors/cursor-component.xpm [new file with mode: 0644]
resources/bitmaps_png/cursors/cursor-component64.xpm [new file with mode: 0644]
resources/bitmaps_png/cursors/cursor-eraser.xpm [new file with mode: 0644]
resources/bitmaps_png/cursors/cursor-eraser64.xpm [new file with mode: 0644]
resources/bitmaps_png/cursors/cursor-label-global.xpm [new file with mode: 0644]
resources/bitmaps_png/cursors/cursor-label-global64.xpm [new file with mode: 0644]
resources/bitmaps_png/cursors/cursor-label-hier.xpm [new file with mode: 0644]
resources/bitmaps_png/cursors/cursor-label-hier64.xpm [new file with mode: 0644]
resources/bitmaps_png/cursors/cursor-label-net.xpm [new file with mode: 0644]
resources/bitmaps_png/cursors/cursor-label-net64.xpm [new file with mode: 0644]
resources/bitmaps_png/cursors/cursor-line-bus.xpm [new file with mode: 0644]
resources/bitmaps_png/cursors/cursor-line-bus64.xpm [new file with mode: 0644]
resources/bitmaps_png/cursors/cursor-line-graphic.xpm [new file with mode: 0644]
resources/bitmaps_png/cursors/cursor-line-graphic64.xpm [new file with mode: 0644]
resources/bitmaps_png/cursors/cursor-line-wire-add.xpm [new file with mode: 0644]
resources/bitmaps_png/cursors/cursor-line-wire-add64.xpm [new file with mode: 0644]
resources/bitmaps_png/cursors/cursor-line-wire.xpm [new file with mode: 0644]
resources/bitmaps_png/cursors/cursor-line-wire64.xpm [new file with mode: 0644]
resources/bitmaps_png/cursors/cursor-measure.xpm [new file with mode: 0644]
resources/bitmaps_png/cursors/cursor-measure64.xpm [new file with mode: 0644]
resources/bitmaps_png/cursors/cursor-pencil.xpm [new file with mode: 0644]
resources/bitmaps_png/cursors/cursor-pencil64.xpm [new file with mode: 0644]
resources/bitmaps_png/cursors/cursor-place-black.xpm [new file with mode: 0644]
resources/bitmaps_png/cursors/cursor-place-black64.xpm [new file with mode: 0644]
resources/bitmaps_png/cursors/cursor-place.xpm [new file with mode: 0644]
resources/bitmaps_png/cursors/cursor-place64.xpm [new file with mode: 0644]
resources/bitmaps_png/cursors/cursor-select-lasso.xpm [new file with mode: 0644]
resources/bitmaps_png/cursors/cursor-select-lasso64.xpm [new file with mode: 0644]
resources/bitmaps_png/cursors/cursor-select-m-black.xpm [new file with mode: 0644]
resources/bitmaps_png/cursors/cursor-select-m-black64.xpm [new file with mode: 0644]
resources/bitmaps_png/cursors/cursor-select-m.xpm [new file with mode: 0644]
resources/bitmaps_png/cursors/cursor-select-m64.xpm [new file with mode: 0644]
resources/bitmaps_png/cursors/cursor-select-window.xpm [new file with mode: 0644]
resources/bitmaps_png/cursors/cursor-select-window64.xpm [new file with mode: 0644]
resources/bitmaps_png/cursors/cursor-subtract.xpm [new file with mode: 0644]
resources/bitmaps_png/cursors/cursor-subtract64.xpm [new file with mode: 0644]
resources/bitmaps_png/cursors/cursor-text.xpm [new file with mode: 0644]
resources/bitmaps_png/cursors/cursor-text64.xpm [new file with mode: 0644]
resources/bitmaps_png/cursors/cursor-xor.xpm [new file with mode: 0644]
resources/bitmaps_png/cursors/cursor-xor64.xpm [new file with mode: 0644]
resources/bitmaps_png/cursors/cursor-zoom-in.xpm [new file with mode: 0644]
resources/bitmaps_png/cursors/cursor-zoom-in64.xpm [new file with mode: 0644]
resources/bitmaps_png/cursors/cursor-zoom-out.xpm [new file with mode: 0644]
resources/bitmaps_png/cursors/cursor-zoom-out64.xpm [new file with mode: 0644]
resources/bitmaps_png/cursors/cursor_tune.xbm [new file with mode: 0644]
resources/bitmaps_png/cursors/cursor_tune.xpm [new file with mode: 0644]
resources/bitmaps_png/cursors/cursor_tune64.xpm [new file with mode: 0644]
resources/bitmaps_png/cursors/voltage_probe.xbm [new file with mode: 0644]
resources/bitmaps_png/cursors/voltage_probe.xpm [new file with mode: 0644]
resources/bitmaps_png/cursors/voltage_probe64.xpm [new file with mode: 0644]
resources/bitmaps_png/icons/fileicon_footprint.ico [new file with mode: 0644]
resources/bitmaps_png/icons/fileicon_pcb.ico [new file with mode: 0644]
resources/bitmaps_png/icons/fileicon_project.ico [new file with mode: 0644]
resources/bitmaps_png/icons/fileicon_schematic.ico [new file with mode: 0644]
resources/bitmaps_png/icons/fileicon_symbol.ico [new file with mode: 0644]
resources/bitmaps_png/icons/fileicon_worksheet.ico [new file with mode: 0644]
resources/bitmaps_png/icons/icon_3d.ico [new file with mode: 0644]
resources/bitmaps_png/icons/icon_bitmap2component.ico [new file with mode: 0644]
resources/bitmaps_png/icons/icon_cvpcb.ico [new file with mode: 0644]
resources/bitmaps_png/icons/icon_eeschema.ico [new file with mode: 0644]
resources/bitmaps_png/icons/icon_gerbview.ico [new file with mode: 0644]
resources/bitmaps_png/icons/icon_kicad.ico [new file with mode: 0644]
resources/bitmaps_png/icons/icon_kicad.png [new file with mode: 0644]
resources/bitmaps_png/icons/icon_kicad.xpm [new file with mode: 0644]
resources/bitmaps_png/icons/icon_kicad_64.png [new file with mode: 0644]
resources/bitmaps_png/icons/icon_kicad_64.xpm [new file with mode: 0644]
resources/bitmaps_png/icons/icon_kicad_nightly.ico [new file with mode: 0644]
resources/bitmaps_png/icons/icon_pagelayout_editor.ico [new file with mode: 0644]
resources/bitmaps_png/icons/icon_pcbcalculator.ico [new file with mode: 0644]
resources/bitmaps_png/icons/icon_pcbnew.ico [new file with mode: 0644]
resources/bitmaps_png/icons/icon_pcm.ico [new file with mode: 0644]
resources/bitmaps_png/icons/mk_file_icos.sh [new file with mode: 0644]
resources/bitmaps_png/icons/mk_icn.sh [new file with mode: 0644]
resources/bitmaps_png/mk_icn_res.sh [new file with mode: 0644]
resources/bitmaps_png/mk_mac_icons.sh [new file with mode: 0644]
resources/bitmaps_png/png/about_16.png [new file with mode: 0644]
resources/bitmaps_png/png/about_24.png [new file with mode: 0644]
resources/bitmaps_png/png/about_32.png [new file with mode: 0644]
resources/bitmaps_png/png/about_48.png [new file with mode: 0644]
resources/bitmaps_png/png/about_64.png [new file with mode: 0644]
resources/bitmaps_png/png/about_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/about_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/about_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/about_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/about_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/add_aligned_dimension_16.png [new file with mode: 0644]
resources/bitmaps_png/png/add_aligned_dimension_24.png [new file with mode: 0644]
resources/bitmaps_png/png/add_aligned_dimension_32.png [new file with mode: 0644]
resources/bitmaps_png/png/add_aligned_dimension_48.png [new file with mode: 0644]
resources/bitmaps_png/png/add_aligned_dimension_64.png [new file with mode: 0644]
resources/bitmaps_png/png/add_aligned_dimension_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/add_aligned_dimension_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/add_aligned_dimension_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/add_aligned_dimension_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/add_aligned_dimension_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/add_arc_16.png [new file with mode: 0644]
resources/bitmaps_png/png/add_arc_24.png [new file with mode: 0644]
resources/bitmaps_png/png/add_arc_32.png [new file with mode: 0644]
resources/bitmaps_png/png/add_arc_48.png [new file with mode: 0644]
resources/bitmaps_png/png/add_arc_64.png [new file with mode: 0644]
resources/bitmaps_png/png/add_arc_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/add_arc_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/add_arc_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/add_arc_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/add_arc_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/add_bezier_16.png [new file with mode: 0644]
resources/bitmaps_png/png/add_bezier_24.png [new file with mode: 0644]
resources/bitmaps_png/png/add_bezier_32.png [new file with mode: 0644]
resources/bitmaps_png/png/add_bezier_48.png [new file with mode: 0644]
resources/bitmaps_png/png/add_bezier_64.png [new file with mode: 0644]
resources/bitmaps_png/png/add_bezier_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/add_bezier_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/add_bezier_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/add_bezier_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/add_bezier_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/add_board_16.png [new file with mode: 0644]
resources/bitmaps_png/png/add_board_24.png [new file with mode: 0644]
resources/bitmaps_png/png/add_board_32.png [new file with mode: 0644]
resources/bitmaps_png/png/add_board_48.png [new file with mode: 0644]
resources/bitmaps_png/png/add_board_64.png [new file with mode: 0644]
resources/bitmaps_png/png/add_board_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/add_board_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/add_board_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/add_board_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/add_board_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/add_bus2bus_16.png [new file with mode: 0644]
resources/bitmaps_png/png/add_bus2bus_24.png [new file with mode: 0644]
resources/bitmaps_png/png/add_bus2bus_32.png [new file with mode: 0644]
resources/bitmaps_png/png/add_bus2bus_48.png [new file with mode: 0644]
resources/bitmaps_png/png/add_bus2bus_64.png [new file with mode: 0644]
resources/bitmaps_png/png/add_bus2bus_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/add_bus2bus_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/add_bus2bus_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/add_bus2bus_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/add_bus2bus_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/add_bus_16.png [new file with mode: 0644]
resources/bitmaps_png/png/add_bus_24.png [new file with mode: 0644]
resources/bitmaps_png/png/add_bus_32.png [new file with mode: 0644]
resources/bitmaps_png/png/add_bus_48.png [new file with mode: 0644]
resources/bitmaps_png/png/add_bus_64.png [new file with mode: 0644]
resources/bitmaps_png/png/add_bus_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/add_bus_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/add_bus_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/add_bus_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/add_bus_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/add_center_dimension_16.png [new file with mode: 0644]
resources/bitmaps_png/png/add_center_dimension_24.png [new file with mode: 0644]
resources/bitmaps_png/png/add_center_dimension_32.png [new file with mode: 0644]
resources/bitmaps_png/png/add_center_dimension_48.png [new file with mode: 0644]
resources/bitmaps_png/png/add_center_dimension_64.png [new file with mode: 0644]
resources/bitmaps_png/png/add_center_dimension_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/add_center_dimension_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/add_center_dimension_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/add_center_dimension_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/add_center_dimension_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/add_circle_16.png [new file with mode: 0644]
resources/bitmaps_png/png/add_circle_24.png [new file with mode: 0644]
resources/bitmaps_png/png/add_circle_32.png [new file with mode: 0644]
resources/bitmaps_png/png/add_circle_48.png [new file with mode: 0644]
resources/bitmaps_png/png/add_circle_64.png [new file with mode: 0644]
resources/bitmaps_png/png/add_circle_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/add_circle_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/add_circle_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/add_circle_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/add_circle_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/add_class_flag_16.png [new file with mode: 0644]
resources/bitmaps_png/png/add_class_flag_24.png [new file with mode: 0644]
resources/bitmaps_png/png/add_class_flag_32.png [new file with mode: 0644]
resources/bitmaps_png/png/add_class_flag_48.png [new file with mode: 0644]
resources/bitmaps_png/png/add_class_flag_64.png [new file with mode: 0644]
resources/bitmaps_png/png/add_class_flag_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/add_class_flag_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/add_class_flag_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/add_class_flag_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/add_class_flag_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/add_component_16.png [new file with mode: 0644]
resources/bitmaps_png/png/add_component_24.png [new file with mode: 0644]
resources/bitmaps_png/png/add_component_32.png [new file with mode: 0644]
resources/bitmaps_png/png/add_component_48.png [new file with mode: 0644]
resources/bitmaps_png/png/add_component_64.png [new file with mode: 0644]
resources/bitmaps_png/png/add_component_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/add_component_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/add_component_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/add_component_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/add_component_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/add_corner_16.png [new file with mode: 0644]
resources/bitmaps_png/png/add_corner_24.png [new file with mode: 0644]
resources/bitmaps_png/png/add_corner_32.png [new file with mode: 0644]
resources/bitmaps_png/png/add_corner_48.png [new file with mode: 0644]
resources/bitmaps_png/png/add_corner_64.png [new file with mode: 0644]
resources/bitmaps_png/png/add_corner_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/add_corner_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/add_corner_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/add_corner_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/add_corner_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/add_dashed_line_16.png [new file with mode: 0644]
resources/bitmaps_png/png/add_dashed_line_24.png [new file with mode: 0644]
resources/bitmaps_png/png/add_dashed_line_32.png [new file with mode: 0644]
resources/bitmaps_png/png/add_dashed_line_48.png [new file with mode: 0644]
resources/bitmaps_png/png/add_dashed_line_64.png [new file with mode: 0644]
resources/bitmaps_png/png/add_dashed_line_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/add_dashed_line_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/add_dashed_line_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/add_dashed_line_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/add_dashed_line_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/add_document_16.png [new file with mode: 0644]
resources/bitmaps_png/png/add_document_24.png [new file with mode: 0644]
resources/bitmaps_png/png/add_document_32.png [new file with mode: 0644]
resources/bitmaps_png/png/add_document_48.png [new file with mode: 0644]
resources/bitmaps_png/png/add_document_64.png [new file with mode: 0644]
resources/bitmaps_png/png/add_document_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/add_document_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/add_document_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/add_document_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/add_document_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/add_glabel_16.png [new file with mode: 0644]
resources/bitmaps_png/png/add_glabel_24.png [new file with mode: 0644]
resources/bitmaps_png/png/add_glabel_32.png [new file with mode: 0644]
resources/bitmaps_png/png/add_glabel_48.png [new file with mode: 0644]
resources/bitmaps_png/png/add_glabel_64.png [new file with mode: 0644]
resources/bitmaps_png/png/add_glabel_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/add_glabel_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/add_glabel_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/add_glabel_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/add_glabel_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/add_graphical_polygon_16.png [new file with mode: 0644]
resources/bitmaps_png/png/add_graphical_polygon_24.png [new file with mode: 0644]
resources/bitmaps_png/png/add_graphical_polygon_32.png [new file with mode: 0644]
resources/bitmaps_png/png/add_graphical_polygon_48.png [new file with mode: 0644]
resources/bitmaps_png/png/add_graphical_polygon_64.png [new file with mode: 0644]
resources/bitmaps_png/png/add_graphical_polygon_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/add_graphical_polygon_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/add_graphical_polygon_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/add_graphical_polygon_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/add_graphical_polygon_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/add_graphical_segments_16.png [new file with mode: 0644]
resources/bitmaps_png/png/add_graphical_segments_24.png [new file with mode: 0644]
resources/bitmaps_png/png/add_graphical_segments_32.png [new file with mode: 0644]
resources/bitmaps_png/png/add_graphical_segments_48.png [new file with mode: 0644]
resources/bitmaps_png/png/add_graphical_segments_64.png [new file with mode: 0644]
resources/bitmaps_png/png/add_graphical_segments_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/add_graphical_segments_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/add_graphical_segments_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/add_graphical_segments_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/add_graphical_segments_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/add_hierar_pin_16.png [new file with mode: 0644]
resources/bitmaps_png/png/add_hierar_pin_24.png [new file with mode: 0644]
resources/bitmaps_png/png/add_hierar_pin_32.png [new file with mode: 0644]
resources/bitmaps_png/png/add_hierar_pin_48.png [new file with mode: 0644]
resources/bitmaps_png/png/add_hierar_pin_64.png [new file with mode: 0644]
resources/bitmaps_png/png/add_hierar_pin_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/add_hierar_pin_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/add_hierar_pin_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/add_hierar_pin_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/add_hierar_pin_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/add_hierarchical_label_16.png [new file with mode: 0644]
resources/bitmaps_png/png/add_hierarchical_label_24.png [new file with mode: 0644]
resources/bitmaps_png/png/add_hierarchical_label_32.png [new file with mode: 0644]
resources/bitmaps_png/png/add_hierarchical_label_48.png [new file with mode: 0644]
resources/bitmaps_png/png/add_hierarchical_label_64.png [new file with mode: 0644]
resources/bitmaps_png/png/add_hierarchical_label_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/add_hierarchical_label_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/add_hierarchical_label_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/add_hierarchical_label_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/add_hierarchical_label_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/add_hierarchical_subsheet_16.png [new file with mode: 0644]
resources/bitmaps_png/png/add_hierarchical_subsheet_24.png [new file with mode: 0644]
resources/bitmaps_png/png/add_hierarchical_subsheet_32.png [new file with mode: 0644]
resources/bitmaps_png/png/add_hierarchical_subsheet_48.png [new file with mode: 0644]
resources/bitmaps_png/png/add_hierarchical_subsheet_64.png [new file with mode: 0644]
resources/bitmaps_png/png/add_hierarchical_subsheet_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/add_hierarchical_subsheet_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/add_hierarchical_subsheet_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/add_hierarchical_subsheet_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/add_hierarchical_subsheet_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/add_junction_16.png [new file with mode: 0644]
resources/bitmaps_png/png/add_junction_24.png [new file with mode: 0644]
resources/bitmaps_png/png/add_junction_32.png [new file with mode: 0644]
resources/bitmaps_png/png/add_junction_48.png [new file with mode: 0644]
resources/bitmaps_png/png/add_junction_64.png [new file with mode: 0644]
resources/bitmaps_png/png/add_junction_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/add_junction_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/add_junction_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/add_junction_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/add_junction_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/add_keepout_area_16.png [new file with mode: 0644]
resources/bitmaps_png/png/add_keepout_area_24.png [new file with mode: 0644]
resources/bitmaps_png/png/add_keepout_area_32.png [new file with mode: 0644]
resources/bitmaps_png/png/add_keepout_area_48.png [new file with mode: 0644]
resources/bitmaps_png/png/add_keepout_area_64.png [new file with mode: 0644]
resources/bitmaps_png/png/add_keepout_area_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/add_keepout_area_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/add_keepout_area_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/add_keepout_area_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/add_keepout_area_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/add_label_16.png [new file with mode: 0644]
resources/bitmaps_png/png/add_label_24.png [new file with mode: 0644]
resources/bitmaps_png/png/add_label_32.png [new file with mode: 0644]
resources/bitmaps_png/png/add_label_48.png [new file with mode: 0644]
resources/bitmaps_png/png/add_label_64.png [new file with mode: 0644]
resources/bitmaps_png/png/add_label_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/add_label_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/add_label_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/add_label_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/add_label_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/add_leader_16.png [new file with mode: 0644]
resources/bitmaps_png/png/add_leader_24.png [new file with mode: 0644]
resources/bitmaps_png/png/add_leader_32.png [new file with mode: 0644]
resources/bitmaps_png/png/add_leader_48.png [new file with mode: 0644]
resources/bitmaps_png/png/add_leader_64.png [new file with mode: 0644]
resources/bitmaps_png/png/add_leader_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/add_leader_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/add_leader_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/add_leader_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/add_leader_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/add_library_16.png [new file with mode: 0644]
resources/bitmaps_png/png/add_library_24.png [new file with mode: 0644]
resources/bitmaps_png/png/add_library_32.png [new file with mode: 0644]
resources/bitmaps_png/png/add_library_48.png [new file with mode: 0644]
resources/bitmaps_png/png/add_library_64.png [new file with mode: 0644]
resources/bitmaps_png/png/add_library_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/add_library_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/add_library_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/add_library_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/add_library_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/add_line2bus_16.png [new file with mode: 0644]
resources/bitmaps_png/png/add_line2bus_24.png [new file with mode: 0644]
resources/bitmaps_png/png/add_line2bus_32.png [new file with mode: 0644]
resources/bitmaps_png/png/add_line2bus_48.png [new file with mode: 0644]
resources/bitmaps_png/png/add_line2bus_64.png [new file with mode: 0644]
resources/bitmaps_png/png/add_line2bus_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/add_line2bus_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/add_line2bus_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/add_line2bus_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/add_line2bus_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/add_line_16.png [new file with mode: 0644]
resources/bitmaps_png/png/add_line_24.png [new file with mode: 0644]
resources/bitmaps_png/png/add_line_32.png [new file with mode: 0644]
resources/bitmaps_png/png/add_line_48.png [new file with mode: 0644]
resources/bitmaps_png/png/add_line_64.png [new file with mode: 0644]
resources/bitmaps_png/png/add_line_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/add_line_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/add_line_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/add_line_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/add_line_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/add_line_label_16.png [new file with mode: 0644]
resources/bitmaps_png/png/add_line_label_24.png [new file with mode: 0644]
resources/bitmaps_png/png/add_line_label_32.png [new file with mode: 0644]
resources/bitmaps_png/png/add_line_label_48.png [new file with mode: 0644]
resources/bitmaps_png/png/add_line_label_64.png [new file with mode: 0644]
resources/bitmaps_png/png/add_line_label_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/add_line_label_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/add_line_label_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/add_line_label_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/add_line_label_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/add_orthogonal_dimension_16.png [new file with mode: 0644]
resources/bitmaps_png/png/add_orthogonal_dimension_24.png [new file with mode: 0644]
resources/bitmaps_png/png/add_orthogonal_dimension_32.png [new file with mode: 0644]
resources/bitmaps_png/png/add_orthogonal_dimension_48.png [new file with mode: 0644]
resources/bitmaps_png/png/add_orthogonal_dimension_64.png [new file with mode: 0644]
resources/bitmaps_png/png/add_orthogonal_dimension_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/add_orthogonal_dimension_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/add_orthogonal_dimension_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/add_orthogonal_dimension_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/add_orthogonal_dimension_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/add_pcb_target_16.png [new file with mode: 0644]
resources/bitmaps_png/png/add_pcb_target_24.png [new file with mode: 0644]
resources/bitmaps_png/png/add_pcb_target_32.png [new file with mode: 0644]
resources/bitmaps_png/png/add_pcb_target_48.png [new file with mode: 0644]
resources/bitmaps_png/png/add_pcb_target_64.png [new file with mode: 0644]
resources/bitmaps_png/png/add_pcb_target_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/add_pcb_target_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/add_pcb_target_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/add_pcb_target_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/add_pcb_target_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/add_power_16.png [new file with mode: 0644]
resources/bitmaps_png/png/add_power_24.png [new file with mode: 0644]
resources/bitmaps_png/png/add_power_32.png [new file with mode: 0644]
resources/bitmaps_png/png/add_power_48.png [new file with mode: 0644]
resources/bitmaps_png/png/add_power_64.png [new file with mode: 0644]
resources/bitmaps_png/png/add_power_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/add_power_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/add_power_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/add_power_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/add_power_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/add_radial_dimension_16.png [new file with mode: 0644]
resources/bitmaps_png/png/add_radial_dimension_24.png [new file with mode: 0644]
resources/bitmaps_png/png/add_radial_dimension_32.png [new file with mode: 0644]
resources/bitmaps_png/png/add_radial_dimension_48.png [new file with mode: 0644]
resources/bitmaps_png/png/add_radial_dimension_64.png [new file with mode: 0644]
resources/bitmaps_png/png/add_radial_dimension_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/add_radial_dimension_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/add_radial_dimension_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/add_radial_dimension_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/add_radial_dimension_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/add_rectangle_16.png [new file with mode: 0644]
resources/bitmaps_png/png/add_rectangle_24.png [new file with mode: 0644]
resources/bitmaps_png/png/add_rectangle_32.png [new file with mode: 0644]
resources/bitmaps_png/png/add_rectangle_48.png [new file with mode: 0644]
resources/bitmaps_png/png/add_rectangle_64.png [new file with mode: 0644]
resources/bitmaps_png/png/add_rectangle_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/add_rectangle_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/add_rectangle_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/add_rectangle_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/add_rectangle_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/add_symbol_to_schematic_16.png [new file with mode: 0644]
resources/bitmaps_png/png/add_symbol_to_schematic_24.png [new file with mode: 0644]
resources/bitmaps_png/png/add_symbol_to_schematic_32.png [new file with mode: 0644]
resources/bitmaps_png/png/add_symbol_to_schematic_48.png [new file with mode: 0644]
resources/bitmaps_png/png/add_symbol_to_schematic_64.png [new file with mode: 0644]
resources/bitmaps_png/png/add_symbol_to_schematic_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/add_symbol_to_schematic_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/add_symbol_to_schematic_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/add_symbol_to_schematic_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/add_symbol_to_schematic_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/add_textbox_16.png [new file with mode: 0644]
resources/bitmaps_png/png/add_textbox_24.png [new file with mode: 0644]
resources/bitmaps_png/png/add_textbox_32.png [new file with mode: 0644]
resources/bitmaps_png/png/add_textbox_48.png [new file with mode: 0644]
resources/bitmaps_png/png/add_textbox_64.png [new file with mode: 0644]
resources/bitmaps_png/png/add_textbox_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/add_textbox_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/add_textbox_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/add_textbox_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/add_textbox_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/add_tracks_16.png [new file with mode: 0644]
resources/bitmaps_png/png/add_tracks_24.png [new file with mode: 0644]
resources/bitmaps_png/png/add_tracks_32.png [new file with mode: 0644]
resources/bitmaps_png/png/add_tracks_48.png [new file with mode: 0644]
resources/bitmaps_png/png/add_tracks_64.png [new file with mode: 0644]
resources/bitmaps_png/png/add_tracks_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/add_tracks_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/add_tracks_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/add_tracks_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/add_tracks_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/add_via_16.png [new file with mode: 0644]
resources/bitmaps_png/png/add_via_24.png [new file with mode: 0644]
resources/bitmaps_png/png/add_via_32.png [new file with mode: 0644]
resources/bitmaps_png/png/add_via_48.png [new file with mode: 0644]
resources/bitmaps_png/png/add_via_64.png [new file with mode: 0644]
resources/bitmaps_png/png/add_via_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/add_via_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/add_via_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/add_via_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/add_via_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/add_zone_16.png [new file with mode: 0644]
resources/bitmaps_png/png/add_zone_24.png [new file with mode: 0644]
resources/bitmaps_png/png/add_zone_32.png [new file with mode: 0644]
resources/bitmaps_png/png/add_zone_48.png [new file with mode: 0644]
resources/bitmaps_png/png/add_zone_64.png [new file with mode: 0644]
resources/bitmaps_png/png/add_zone_cutout_16.png [new file with mode: 0644]
resources/bitmaps_png/png/add_zone_cutout_24.png [new file with mode: 0644]
resources/bitmaps_png/png/add_zone_cutout_32.png [new file with mode: 0644]
resources/bitmaps_png/png/add_zone_cutout_48.png [new file with mode: 0644]
resources/bitmaps_png/png/add_zone_cutout_64.png [new file with mode: 0644]
resources/bitmaps_png/png/add_zone_cutout_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/add_zone_cutout_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/add_zone_cutout_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/add_zone_cutout_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/add_zone_cutout_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/add_zone_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/add_zone_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/add_zone_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/add_zone_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/add_zone_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/align_elements_to_grid_16.png [new file with mode: 0644]
resources/bitmaps_png/png/align_elements_to_grid_24.png [new file with mode: 0644]
resources/bitmaps_png/png/align_elements_to_grid_32.png [new file with mode: 0644]
resources/bitmaps_png/png/align_elements_to_grid_48.png [new file with mode: 0644]
resources/bitmaps_png/png/align_elements_to_grid_64.png [new file with mode: 0644]
resources/bitmaps_png/png/align_elements_to_grid_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/align_elements_to_grid_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/align_elements_to_grid_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/align_elements_to_grid_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/align_elements_to_grid_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/align_items_16.png [new file with mode: 0644]
resources/bitmaps_png/png/align_items_24.png [new file with mode: 0644]
resources/bitmaps_png/png/align_items_32.png [new file with mode: 0644]
resources/bitmaps_png/png/align_items_48.png [new file with mode: 0644]
resources/bitmaps_png/png/align_items_64.png [new file with mode: 0644]
resources/bitmaps_png/png/align_items_bottom_16.png [new file with mode: 0644]
resources/bitmaps_png/png/align_items_bottom_24.png [new file with mode: 0644]
resources/bitmaps_png/png/align_items_bottom_32.png [new file with mode: 0644]
resources/bitmaps_png/png/align_items_bottom_48.png [new file with mode: 0644]
resources/bitmaps_png/png/align_items_bottom_64.png [new file with mode: 0644]
resources/bitmaps_png/png/align_items_bottom_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/align_items_bottom_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/align_items_bottom_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/align_items_bottom_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/align_items_bottom_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/align_items_center_16.png [new file with mode: 0644]
resources/bitmaps_png/png/align_items_center_24.png [new file with mode: 0644]
resources/bitmaps_png/png/align_items_center_32.png [new file with mode: 0644]
resources/bitmaps_png/png/align_items_center_48.png [new file with mode: 0644]
resources/bitmaps_png/png/align_items_center_64.png [new file with mode: 0644]
resources/bitmaps_png/png/align_items_center_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/align_items_center_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/align_items_center_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/align_items_center_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/align_items_center_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/align_items_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/align_items_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/align_items_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/align_items_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/align_items_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/align_items_left_16.png [new file with mode: 0644]
resources/bitmaps_png/png/align_items_left_24.png [new file with mode: 0644]
resources/bitmaps_png/png/align_items_left_32.png [new file with mode: 0644]
resources/bitmaps_png/png/align_items_left_48.png [new file with mode: 0644]
resources/bitmaps_png/png/align_items_left_64.png [new file with mode: 0644]
resources/bitmaps_png/png/align_items_left_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/align_items_left_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/align_items_left_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/align_items_left_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/align_items_left_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/align_items_middle_16.png [new file with mode: 0644]
resources/bitmaps_png/png/align_items_middle_24.png [new file with mode: 0644]
resources/bitmaps_png/png/align_items_middle_32.png [new file with mode: 0644]
resources/bitmaps_png/png/align_items_middle_48.png [new file with mode: 0644]
resources/bitmaps_png/png/align_items_middle_64.png [new file with mode: 0644]
resources/bitmaps_png/png/align_items_middle_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/align_items_middle_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/align_items_middle_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/align_items_middle_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/align_items_middle_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/align_items_right_16.png [new file with mode: 0644]
resources/bitmaps_png/png/align_items_right_24.png [new file with mode: 0644]
resources/bitmaps_png/png/align_items_right_32.png [new file with mode: 0644]
resources/bitmaps_png/png/align_items_right_48.png [new file with mode: 0644]
resources/bitmaps_png/png/align_items_right_64.png [new file with mode: 0644]
resources/bitmaps_png/png/align_items_right_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/align_items_right_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/align_items_right_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/align_items_right_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/align_items_right_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/align_items_top_16.png [new file with mode: 0644]
resources/bitmaps_png/png/align_items_top_24.png [new file with mode: 0644]
resources/bitmaps_png/png/align_items_top_32.png [new file with mode: 0644]
resources/bitmaps_png/png/align_items_top_48.png [new file with mode: 0644]
resources/bitmaps_png/png/align_items_top_64.png [new file with mode: 0644]
resources/bitmaps_png/png/align_items_top_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/align_items_top_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/align_items_top_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/align_items_top_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/align_items_top_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/anchor_16.png [new file with mode: 0644]
resources/bitmaps_png/png/anchor_24.png [new file with mode: 0644]
resources/bitmaps_png/png/anchor_32.png [new file with mode: 0644]
resources/bitmaps_png/png/anchor_48.png [new file with mode: 0644]
resources/bitmaps_png/png/anchor_64.png [new file with mode: 0644]
resources/bitmaps_png/png/anchor_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/anchor_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/anchor_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/anchor_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/anchor_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/annotate_16.png [new file with mode: 0644]
resources/bitmaps_png/png/annotate_24.png [new file with mode: 0644]
resources/bitmaps_png/png/annotate_32.png [new file with mode: 0644]
resources/bitmaps_png/png/annotate_48.png [new file with mode: 0644]
resources/bitmaps_png/png/annotate_64.png [new file with mode: 0644]
resources/bitmaps_png/png/annotate_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/annotate_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/annotate_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/annotate_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/annotate_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/annotate_down_right_16.png [new file with mode: 0644]
resources/bitmaps_png/png/annotate_down_right_24.png [new file with mode: 0644]
resources/bitmaps_png/png/annotate_down_right_32.png [new file with mode: 0644]
resources/bitmaps_png/png/annotate_down_right_48.png [new file with mode: 0644]
resources/bitmaps_png/png/annotate_down_right_64.png [new file with mode: 0644]
resources/bitmaps_png/png/annotate_down_right_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/annotate_down_right_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/annotate_down_right_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/annotate_down_right_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/annotate_down_right_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/annotate_right_down_16.png [new file with mode: 0644]
resources/bitmaps_png/png/annotate_right_down_24.png [new file with mode: 0644]
resources/bitmaps_png/png/annotate_right_down_32.png [new file with mode: 0644]
resources/bitmaps_png/png/annotate_right_down_48.png [new file with mode: 0644]
resources/bitmaps_png/png/annotate_right_down_64.png [new file with mode: 0644]
resources/bitmaps_png/png/annotate_right_down_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/annotate_right_down_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/annotate_right_down_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/annotate_right_down_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/annotate_right_down_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/apply_pad_settings_16.png [new file with mode: 0644]
resources/bitmaps_png/png/apply_pad_settings_24.png [new file with mode: 0644]
resources/bitmaps_png/png/apply_pad_settings_32.png [new file with mode: 0644]
resources/bitmaps_png/png/apply_pad_settings_48.png [new file with mode: 0644]
resources/bitmaps_png/png/apply_pad_settings_64.png [new file with mode: 0644]
resources/bitmaps_png/png/apply_pad_settings_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/apply_pad_settings_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/apply_pad_settings_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/apply_pad_settings_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/apply_pad_settings_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/array_16.png [new file with mode: 0644]
resources/bitmaps_png/png/array_24.png [new file with mode: 0644]
resources/bitmaps_png/png/array_32.png [new file with mode: 0644]
resources/bitmaps_png/png/array_48.png [new file with mode: 0644]
resources/bitmaps_png/png/array_64.png [new file with mode: 0644]
resources/bitmaps_png/png/array_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/array_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/array_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/array_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/array_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/att_bridge.png [new file with mode: 0644]
resources/bitmaps_png/png/att_bridge_dark.png [new file with mode: 0644]
resources/bitmaps_png/png/att_pi.png [new file with mode: 0644]
resources/bitmaps_png/png/att_pi_dark.png [new file with mode: 0644]
resources/bitmaps_png/png/att_splitter.png [new file with mode: 0644]
resources/bitmaps_png/png/att_splitter_dark.png [new file with mode: 0644]
resources/bitmaps_png/png/att_tee.png [new file with mode: 0644]
resources/bitmaps_png/png/att_tee_dark.png [new file with mode: 0644]
resources/bitmaps_png/png/auto_associate_16.png [new file with mode: 0644]
resources/bitmaps_png/png/auto_associate_24.png [new file with mode: 0644]
resources/bitmaps_png/png/auto_associate_32.png [new file with mode: 0644]
resources/bitmaps_png/png/auto_associate_48.png [new file with mode: 0644]
resources/bitmaps_png/png/auto_associate_64.png [new file with mode: 0644]
resources/bitmaps_png/png/auto_associate_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/auto_associate_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/auto_associate_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/auto_associate_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/auto_associate_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/auto_track_width_16.png [new file with mode: 0644]
resources/bitmaps_png/png/auto_track_width_24.png [new file with mode: 0644]
resources/bitmaps_png/png/auto_track_width_32.png [new file with mode: 0644]
resources/bitmaps_png/png/auto_track_width_48.png [new file with mode: 0644]
resources/bitmaps_png/png/auto_track_width_64.png [new file with mode: 0644]
resources/bitmaps_png/png/auto_track_width_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/auto_track_width_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/auto_track_width_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/auto_track_width_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/auto_track_width_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/autoplace_fields_16.png [new file with mode: 0644]
resources/bitmaps_png/png/autoplace_fields_24.png [new file with mode: 0644]
resources/bitmaps_png/png/autoplace_fields_32.png [new file with mode: 0644]
resources/bitmaps_png/png/autoplace_fields_48.png [new file with mode: 0644]
resources/bitmaps_png/png/autoplace_fields_64.png [new file with mode: 0644]
resources/bitmaps_png/png/autoplace_fields_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/autoplace_fields_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/autoplace_fields_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/autoplace_fields_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/autoplace_fields_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/axis3d_16.png [new file with mode: 0644]
resources/bitmaps_png/png/axis3d_24.png [new file with mode: 0644]
resources/bitmaps_png/png/axis3d_32.png [new file with mode: 0644]
resources/bitmaps_png/png/axis3d_48.png [new file with mode: 0644]
resources/bitmaps_png/png/axis3d_64.png [new file with mode: 0644]
resources/bitmaps_png/png/axis3d_back_16.png [new file with mode: 0644]
resources/bitmaps_png/png/axis3d_back_24.png [new file with mode: 0644]
resources/bitmaps_png/png/axis3d_back_32.png [new file with mode: 0644]
resources/bitmaps_png/png/axis3d_back_48.png [new file with mode: 0644]
resources/bitmaps_png/png/axis3d_back_64.png [new file with mode: 0644]
resources/bitmaps_png/png/axis3d_back_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/axis3d_back_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/axis3d_back_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/axis3d_back_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/axis3d_back_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/axis3d_bottom_16.png [new file with mode: 0644]
resources/bitmaps_png/png/axis3d_bottom_24.png [new file with mode: 0644]
resources/bitmaps_png/png/axis3d_bottom_32.png [new file with mode: 0644]
resources/bitmaps_png/png/axis3d_bottom_48.png [new file with mode: 0644]
resources/bitmaps_png/png/axis3d_bottom_64.png [new file with mode: 0644]
resources/bitmaps_png/png/axis3d_bottom_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/axis3d_bottom_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/axis3d_bottom_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/axis3d_bottom_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/axis3d_bottom_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/axis3d_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/axis3d_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/axis3d_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/axis3d_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/axis3d_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/axis3d_front_16.png [new file with mode: 0644]
resources/bitmaps_png/png/axis3d_front_24.png [new file with mode: 0644]
resources/bitmaps_png/png/axis3d_front_32.png [new file with mode: 0644]
resources/bitmaps_png/png/axis3d_front_48.png [new file with mode: 0644]
resources/bitmaps_png/png/axis3d_front_64.png [new file with mode: 0644]
resources/bitmaps_png/png/axis3d_front_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/axis3d_front_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/axis3d_front_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/axis3d_front_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/axis3d_front_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/axis3d_left_16.png [new file with mode: 0644]
resources/bitmaps_png/png/axis3d_left_24.png [new file with mode: 0644]
resources/bitmaps_png/png/axis3d_left_32.png [new file with mode: 0644]
resources/bitmaps_png/png/axis3d_left_48.png [new file with mode: 0644]
resources/bitmaps_png/png/axis3d_left_64.png [new file with mode: 0644]
resources/bitmaps_png/png/axis3d_left_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/axis3d_left_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/axis3d_left_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/axis3d_left_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/axis3d_left_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/axis3d_right_16.png [new file with mode: 0644]
resources/bitmaps_png/png/axis3d_right_24.png [new file with mode: 0644]
resources/bitmaps_png/png/axis3d_right_32.png [new file with mode: 0644]
resources/bitmaps_png/png/axis3d_right_48.png [new file with mode: 0644]
resources/bitmaps_png/png/axis3d_right_64.png [new file with mode: 0644]
resources/bitmaps_png/png/axis3d_right_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/axis3d_right_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/axis3d_right_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/axis3d_right_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/axis3d_right_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/axis3d_top_16.png [new file with mode: 0644]
resources/bitmaps_png/png/axis3d_top_24.png [new file with mode: 0644]
resources/bitmaps_png/png/axis3d_top_32.png [new file with mode: 0644]
resources/bitmaps_png/png/axis3d_top_48.png [new file with mode: 0644]
resources/bitmaps_png/png/axis3d_top_64.png [new file with mode: 0644]
resources/bitmaps_png/png/axis3d_top_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/axis3d_top_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/axis3d_top_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/axis3d_top_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/axis3d_top_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/break_line_16.png [new file with mode: 0644]
resources/bitmaps_png/png/break_line_24.png [new file with mode: 0644]
resources/bitmaps_png/png/break_line_32.png [new file with mode: 0644]
resources/bitmaps_png/png/break_line_48.png [new file with mode: 0644]
resources/bitmaps_png/png/break_line_64.png [new file with mode: 0644]
resources/bitmaps_png/png/break_line_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/break_line_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/break_line_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/break_line_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/break_line_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/bug_16.png [new file with mode: 0644]
resources/bitmaps_png/png/bug_24.png [new file with mode: 0644]
resources/bitmaps_png/png/bug_32.png [new file with mode: 0644]
resources/bitmaps_png/png/bug_48.png [new file with mode: 0644]
resources/bitmaps_png/png/bug_64.png [new file with mode: 0644]
resources/bitmaps_png/png/bug_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/bug_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/bug_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/bug_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/bug_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/bus_definition_tool_16.png [new file with mode: 0644]
resources/bitmaps_png/png/bus_definition_tool_24.png [new file with mode: 0644]
resources/bitmaps_png/png/bus_definition_tool_32.png [new file with mode: 0644]
resources/bitmaps_png/png/bus_definition_tool_48.png [new file with mode: 0644]
resources/bitmaps_png/png/bus_definition_tool_64.png [new file with mode: 0644]
resources/bitmaps_png/png/bus_definition_tool_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/bus_definition_tool_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/bus_definition_tool_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/bus_definition_tool_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/bus_definition_tool_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/c_microstrip.png [new file with mode: 0644]
resources/bitmaps_png/png/c_microstrip_dark.png [new file with mode: 0644]
resources/bitmaps_png/png/cancel_16.png [new file with mode: 0644]
resources/bitmaps_png/png/cancel_24.png [new file with mode: 0644]
resources/bitmaps_png/png/cancel_32.png [new file with mode: 0644]
resources/bitmaps_png/png/cancel_48.png [new file with mode: 0644]
resources/bitmaps_png/png/cancel_64.png [new file with mode: 0644]
resources/bitmaps_png/png/cancel_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/cancel_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/cancel_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/cancel_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/cancel_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/chamfer_16.png [new file with mode: 0644]
resources/bitmaps_png/png/chamfer_24.png [new file with mode: 0644]
resources/bitmaps_png/png/chamfer_32.png [new file with mode: 0644]
resources/bitmaps_png/png/chamfer_48.png [new file with mode: 0644]
resources/bitmaps_png/png/chamfer_64.png [new file with mode: 0644]
resources/bitmaps_png/png/chamfer_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/chamfer_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/chamfer_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/chamfer_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/chamfer_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/change_entry_orient_16.png [new file with mode: 0644]
resources/bitmaps_png/png/change_entry_orient_24.png [new file with mode: 0644]
resources/bitmaps_png/png/change_entry_orient_32.png [new file with mode: 0644]
resources/bitmaps_png/png/change_entry_orient_48.png [new file with mode: 0644]
resources/bitmaps_png/png/change_entry_orient_64.png [new file with mode: 0644]
resources/bitmaps_png/png/change_entry_orient_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/change_entry_orient_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/change_entry_orient_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/change_entry_orient_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/change_entry_orient_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/checked_ok_16.png [new file with mode: 0644]
resources/bitmaps_png/png/checked_ok_24.png [new file with mode: 0644]
resources/bitmaps_png/png/checked_ok_32.png [new file with mode: 0644]
resources/bitmaps_png/png/checked_ok_48.png [new file with mode: 0644]
resources/bitmaps_png/png/checked_ok_64.png [new file with mode: 0644]
resources/bitmaps_png/png/checked_ok_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/checked_ok_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/checked_ok_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/checked_ok_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/checked_ok_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/cleanup_graphics_16.png [new file with mode: 0644]
resources/bitmaps_png/png/cleanup_graphics_24.png [new file with mode: 0644]
resources/bitmaps_png/png/cleanup_graphics_32.png [new file with mode: 0644]
resources/bitmaps_png/png/cleanup_graphics_48.png [new file with mode: 0644]
resources/bitmaps_png/png/cleanup_graphics_64.png [new file with mode: 0644]
resources/bitmaps_png/png/cleanup_graphics_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/cleanup_graphics_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/cleanup_graphics_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/cleanup_graphics_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/cleanup_graphics_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/cleanup_tracks_and_vias_16.png [new file with mode: 0644]
resources/bitmaps_png/png/cleanup_tracks_and_vias_24.png [new file with mode: 0644]
resources/bitmaps_png/png/cleanup_tracks_and_vias_32.png [new file with mode: 0644]
resources/bitmaps_png/png/cleanup_tracks_and_vias_48.png [new file with mode: 0644]
resources/bitmaps_png/png/cleanup_tracks_and_vias_64.png [new file with mode: 0644]
resources/bitmaps_png/png/cleanup_tracks_and_vias_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/cleanup_tracks_and_vias_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/cleanup_tracks_and_vias_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/cleanup_tracks_and_vias_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/cleanup_tracks_and_vias_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/coax.png [new file with mode: 0644]
resources/bitmaps_png/png/coax_dark.png [new file with mode: 0644]
resources/bitmaps_png/png/color_code_multiplier.png [new file with mode: 0644]
resources/bitmaps_png/png/color_code_multiplier_dark.png [new file with mode: 0644]
resources/bitmaps_png/png/color_code_tolerance.png [new file with mode: 0644]
resources/bitmaps_png/png/color_code_tolerance_dark.png [new file with mode: 0644]
resources/bitmaps_png/png/color_code_value.png [new file with mode: 0644]
resources/bitmaps_png/png/color_code_value_and_name.png [new file with mode: 0644]
resources/bitmaps_png/png/color_code_value_and_name_dark.png [new file with mode: 0644]
resources/bitmaps_png/png/color_code_value_dark.png [new file with mode: 0644]
resources/bitmaps_png/png/color_materials_16.png [new file with mode: 0644]
resources/bitmaps_png/png/color_materials_24.png [new file with mode: 0644]
resources/bitmaps_png/png/color_materials_32.png [new file with mode: 0644]
resources/bitmaps_png/png/color_materials_48.png [new file with mode: 0644]
resources/bitmaps_png/png/color_materials_64.png [new file with mode: 0644]
resources/bitmaps_png/png/color_materials_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/color_materials_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/color_materials_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/color_materials_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/color_materials_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/component_select_unit_16.png [new file with mode: 0644]
resources/bitmaps_png/png/component_select_unit_24.png [new file with mode: 0644]
resources/bitmaps_png/png/component_select_unit_32.png [new file with mode: 0644]
resources/bitmaps_png/png/component_select_unit_48.png [new file with mode: 0644]
resources/bitmaps_png/png/component_select_unit_64.png [new file with mode: 0644]
resources/bitmaps_png/png/component_select_unit_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/component_select_unit_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/component_select_unit_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/component_select_unit_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/component_select_unit_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/config_16.png [new file with mode: 0644]
resources/bitmaps_png/png/config_24.png [new file with mode: 0644]
resources/bitmaps_png/png/config_32.png [new file with mode: 0644]
resources/bitmaps_png/png/config_48.png [new file with mode: 0644]
resources/bitmaps_png/png/config_64.png [new file with mode: 0644]
resources/bitmaps_png/png/config_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/config_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/config_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/config_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/config_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/contrast_mode_16.png [new file with mode: 0644]
resources/bitmaps_png/png/contrast_mode_24.png [new file with mode: 0644]
resources/bitmaps_png/png/contrast_mode_32.png [new file with mode: 0644]
resources/bitmaps_png/png/contrast_mode_48.png [new file with mode: 0644]
resources/bitmaps_png/png/contrast_mode_64.png [new file with mode: 0644]
resources/bitmaps_png/png/contrast_mode_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/contrast_mode_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/contrast_mode_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/contrast_mode_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/contrast_mode_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/convert_16.png [new file with mode: 0644]
resources/bitmaps_png/png/convert_24.png [new file with mode: 0644]
resources/bitmaps_png/png/convert_32.png [new file with mode: 0644]
resources/bitmaps_png/png/convert_48.png [new file with mode: 0644]
resources/bitmaps_png/png/convert_64.png [new file with mode: 0644]
resources/bitmaps_png/png/convert_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/convert_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/convert_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/convert_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/convert_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/copy_16.png [new file with mode: 0644]
resources/bitmaps_png/png/copy_24.png [new file with mode: 0644]
resources/bitmaps_png/png/copy_32.png [new file with mode: 0644]
resources/bitmaps_png/png/copy_48.png [new file with mode: 0644]
resources/bitmaps_png/png/copy_64.png [new file with mode: 0644]
resources/bitmaps_png/png/copy_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/copy_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/copy_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/copy_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/copy_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/copy_pad_settings_16.png [new file with mode: 0644]
resources/bitmaps_png/png/copy_pad_settings_24.png [new file with mode: 0644]
resources/bitmaps_png/png/copy_pad_settings_32.png [new file with mode: 0644]
resources/bitmaps_png/png/copy_pad_settings_48.png [new file with mode: 0644]
resources/bitmaps_png/png/copy_pad_settings_64.png [new file with mode: 0644]
resources/bitmaps_png/png/copy_pad_settings_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/copy_pad_settings_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/copy_pad_settings_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/copy_pad_settings_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/copy_pad_settings_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/cpw.png [new file with mode: 0644]
resources/bitmaps_png/png/cpw_back.png [new file with mode: 0644]
resources/bitmaps_png/png/cpw_back_dark.png [new file with mode: 0644]
resources/bitmaps_png/png/cpw_dark.png [new file with mode: 0644]
resources/bitmaps_png/png/creepage_clearance.png [new file with mode: 0644]
resources/bitmaps_png/png/creepage_clearance_dark.png [new file with mode: 0644]
resources/bitmaps_png/png/cursor_16.png [new file with mode: 0644]
resources/bitmaps_png/png/cursor_24.png [new file with mode: 0644]
resources/bitmaps_png/png/cursor_32.png [new file with mode: 0644]
resources/bitmaps_png/png/cursor_48.png [new file with mode: 0644]
resources/bitmaps_png/png/cursor_64.png [new file with mode: 0644]
resources/bitmaps_png/png/cursor_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/cursor_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/cursor_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/cursor_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/cursor_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/cursor_shape_16.png [new file with mode: 0644]
resources/bitmaps_png/png/cursor_shape_24.png [new file with mode: 0644]
resources/bitmaps_png/png/cursor_shape_32.png [new file with mode: 0644]
resources/bitmaps_png/png/cursor_shape_48.png [new file with mode: 0644]
resources/bitmaps_png/png/cursor_shape_64.png [new file with mode: 0644]
resources/bitmaps_png/png/cursor_shape_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/cursor_shape_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/cursor_shape_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/cursor_shape_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/cursor_shape_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/curved_ratsnest_16.png [new file with mode: 0644]
resources/bitmaps_png/png/curved_ratsnest_24.png [new file with mode: 0644]
resources/bitmaps_png/png/curved_ratsnest_32.png [new file with mode: 0644]
resources/bitmaps_png/png/curved_ratsnest_48.png [new file with mode: 0644]
resources/bitmaps_png/png/curved_ratsnest_64.png [new file with mode: 0644]
resources/bitmaps_png/png/curved_ratsnest_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/curved_ratsnest_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/curved_ratsnest_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/curved_ratsnest_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/curved_ratsnest_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/custom_pad_to_primitives_16.png [new file with mode: 0644]
resources/bitmaps_png/png/custom_pad_to_primitives_24.png [new file with mode: 0644]
resources/bitmaps_png/png/custom_pad_to_primitives_32.png [new file with mode: 0644]
resources/bitmaps_png/png/custom_pad_to_primitives_48.png [new file with mode: 0644]
resources/bitmaps_png/png/custom_pad_to_primitives_64.png [new file with mode: 0644]
resources/bitmaps_png/png/custom_pad_to_primitives_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/custom_pad_to_primitives_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/custom_pad_to_primitives_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/custom_pad_to_primitives_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/custom_pad_to_primitives_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/cut_16.png [new file with mode: 0644]
resources/bitmaps_png/png/cut_24.png [new file with mode: 0644]
resources/bitmaps_png/png/cut_32.png [new file with mode: 0644]
resources/bitmaps_png/png/cut_48.png [new file with mode: 0644]
resources/bitmaps_png/png/cut_64.png [new file with mode: 0644]
resources/bitmaps_png/png/cut_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/cut_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/cut_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/cut_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/cut_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/datasheet_16.png [new file with mode: 0644]
resources/bitmaps_png/png/datasheet_24.png [new file with mode: 0644]
resources/bitmaps_png/png/datasheet_32.png [new file with mode: 0644]
resources/bitmaps_png/png/datasheet_48.png [new file with mode: 0644]
resources/bitmaps_png/png/datasheet_64.png [new file with mode: 0644]
resources/bitmaps_png/png/datasheet_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/datasheet_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/datasheet_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/datasheet_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/datasheet_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/delete_association_16.png [new file with mode: 0644]
resources/bitmaps_png/png/delete_association_24.png [new file with mode: 0644]
resources/bitmaps_png/png/delete_association_32.png [new file with mode: 0644]
resources/bitmaps_png/png/delete_association_48.png [new file with mode: 0644]
resources/bitmaps_png/png/delete_association_64.png [new file with mode: 0644]
resources/bitmaps_png/png/delete_association_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/delete_association_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/delete_association_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/delete_association_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/delete_association_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/delete_cursor_16.png [new file with mode: 0644]
resources/bitmaps_png/png/delete_cursor_24.png [new file with mode: 0644]
resources/bitmaps_png/png/delete_cursor_32.png [new file with mode: 0644]
resources/bitmaps_png/png/delete_cursor_48.png [new file with mode: 0644]
resources/bitmaps_png/png/delete_cursor_64.png [new file with mode: 0644]
resources/bitmaps_png/png/delete_cursor_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/delete_cursor_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/delete_cursor_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/delete_cursor_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/delete_cursor_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/delete_gerber_16.png [new file with mode: 0644]
resources/bitmaps_png/png/delete_gerber_24.png [new file with mode: 0644]
resources/bitmaps_png/png/delete_gerber_32.png [new file with mode: 0644]
resources/bitmaps_png/png/delete_gerber_48.png [new file with mode: 0644]
resources/bitmaps_png/png/delete_gerber_64.png [new file with mode: 0644]
resources/bitmaps_png/png/delete_gerber_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/delete_gerber_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/delete_gerber_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/delete_gerber_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/delete_gerber_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/delete_sheet_16.png [new file with mode: 0644]
resources/bitmaps_png/png/delete_sheet_24.png [new file with mode: 0644]
resources/bitmaps_png/png/delete_sheet_32.png [new file with mode: 0644]
resources/bitmaps_png/png/delete_sheet_48.png [new file with mode: 0644]
resources/bitmaps_png/png/delete_sheet_64.png [new file with mode: 0644]
resources/bitmaps_png/png/delete_sheet_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/delete_sheet_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/delete_sheet_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/delete_sheet_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/delete_sheet_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/dialog_warning_48.png [new file with mode: 0644]
resources/bitmaps_png/png/dialog_warning_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/directory_16.png [new file with mode: 0644]
resources/bitmaps_png/png/directory_24.png [new file with mode: 0644]
resources/bitmaps_png/png/directory_32.png [new file with mode: 0644]
resources/bitmaps_png/png/directory_48.png [new file with mode: 0644]
resources/bitmaps_png/png/directory_64.png [new file with mode: 0644]
resources/bitmaps_png/png/directory_browser_16.png [new file with mode: 0644]
resources/bitmaps_png/png/directory_browser_24.png [new file with mode: 0644]
resources/bitmaps_png/png/directory_browser_32.png [new file with mode: 0644]
resources/bitmaps_png/png/directory_browser_48.png [new file with mode: 0644]
resources/bitmaps_png/png/directory_browser_64.png [new file with mode: 0644]
resources/bitmaps_png/png/directory_browser_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/directory_browser_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/directory_browser_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/directory_browser_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/directory_browser_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/directory_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/directory_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/directory_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/directory_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/directory_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/directory_open_16.png [new file with mode: 0644]
resources/bitmaps_png/png/directory_open_24.png [new file with mode: 0644]
resources/bitmaps_png/png/directory_open_32.png [new file with mode: 0644]
resources/bitmaps_png/png/directory_open_48.png [new file with mode: 0644]
resources/bitmaps_png/png/directory_open_64.png [new file with mode: 0644]
resources/bitmaps_png/png/directory_open_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/directory_open_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/directory_open_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/directory_open_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/directory_open_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/distribute_horizontal_16.png [new file with mode: 0644]
resources/bitmaps_png/png/distribute_horizontal_24.png [new file with mode: 0644]
resources/bitmaps_png/png/distribute_horizontal_32.png [new file with mode: 0644]
resources/bitmaps_png/png/distribute_horizontal_48.png [new file with mode: 0644]
resources/bitmaps_png/png/distribute_horizontal_64.png [new file with mode: 0644]
resources/bitmaps_png/png/distribute_horizontal_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/distribute_horizontal_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/distribute_horizontal_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/distribute_horizontal_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/distribute_horizontal_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/distribute_vertical_16.png [new file with mode: 0644]
resources/bitmaps_png/png/distribute_vertical_24.png [new file with mode: 0644]
resources/bitmaps_png/png/distribute_vertical_32.png [new file with mode: 0644]
resources/bitmaps_png/png/distribute_vertical_48.png [new file with mode: 0644]
resources/bitmaps_png/png/distribute_vertical_64.png [new file with mode: 0644]
resources/bitmaps_png/png/distribute_vertical_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/distribute_vertical_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/distribute_vertical_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/distribute_vertical_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/distribute_vertical_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/down_16.png [new file with mode: 0644]
resources/bitmaps_png/png/down_24.png [new file with mode: 0644]
resources/bitmaps_png/png/down_32.png [new file with mode: 0644]
resources/bitmaps_png/png/down_48.png [new file with mode: 0644]
resources/bitmaps_png/png/down_64.png [new file with mode: 0644]
resources/bitmaps_png/png/down_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/down_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/down_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/down_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/down_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/drag_16.png [new file with mode: 0644]
resources/bitmaps_png/png/drag_24.png [new file with mode: 0644]
resources/bitmaps_png/png/drag_32.png [new file with mode: 0644]
resources/bitmaps_png/png/drag_48.png [new file with mode: 0644]
resources/bitmaps_png/png/drag_64.png [new file with mode: 0644]
resources/bitmaps_png/png/drag_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/drag_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/drag_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/drag_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/drag_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/drag_segment_16.png [new file with mode: 0644]
resources/bitmaps_png/png/drag_segment_24.png [new file with mode: 0644]
resources/bitmaps_png/png/drag_segment_32.png [new file with mode: 0644]
resources/bitmaps_png/png/drag_segment_48.png [new file with mode: 0644]
resources/bitmaps_png/png/drag_segment_64.png [new file with mode: 0644]
resources/bitmaps_png/png/drag_segment_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/drag_segment_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/drag_segment_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/drag_segment_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/drag_segment_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/drag_segment_withslope_16.png [new file with mode: 0644]
resources/bitmaps_png/png/drag_segment_withslope_24.png [new file with mode: 0644]
resources/bitmaps_png/png/drag_segment_withslope_32.png [new file with mode: 0644]
resources/bitmaps_png/png/drag_segment_withslope_48.png [new file with mode: 0644]
resources/bitmaps_png/png/drag_segment_withslope_64.png [new file with mode: 0644]
resources/bitmaps_png/png/drag_segment_withslope_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/drag_segment_withslope_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/drag_segment_withslope_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/drag_segment_withslope_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/drag_segment_withslope_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/drc_16.png [new file with mode: 0644]
resources/bitmaps_png/png/drc_24.png [new file with mode: 0644]
resources/bitmaps_png/png/drc_32.png [new file with mode: 0644]
resources/bitmaps_png/png/drc_48.png [new file with mode: 0644]
resources/bitmaps_png/png/drc_64.png [new file with mode: 0644]
resources/bitmaps_png/png/drc_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/drc_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/drc_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/drc_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/drc_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/duplicate_16.png [new file with mode: 0644]
resources/bitmaps_png/png/duplicate_24.png [new file with mode: 0644]
resources/bitmaps_png/png/duplicate_32.png [new file with mode: 0644]
resources/bitmaps_png/png/duplicate_48.png [new file with mode: 0644]
resources/bitmaps_png/png/duplicate_64.png [new file with mode: 0644]
resources/bitmaps_png/png/duplicate_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/duplicate_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/duplicate_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/duplicate_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/duplicate_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/e_192_16.png [new file with mode: 0644]
resources/bitmaps_png/png/e_192_32.png [new file with mode: 0644]
resources/bitmaps_png/png/e_192_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/e_192_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/e_24_16.png [new file with mode: 0644]
resources/bitmaps_png/png/e_24_32.png [new file with mode: 0644]
resources/bitmaps_png/png/e_24_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/e_24_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/e_48_16.png [new file with mode: 0644]
resources/bitmaps_png/png/e_48_32.png [new file with mode: 0644]
resources/bitmaps_png/png/e_48_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/e_48_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/e_96_16.png [new file with mode: 0644]
resources/bitmaps_png/png/e_96_32.png [new file with mode: 0644]
resources/bitmaps_png/png/e_96_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/e_96_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/edge_to_copper_clearance_16.png [new file with mode: 0644]
resources/bitmaps_png/png/edge_to_copper_clearance_24.png [new file with mode: 0644]
resources/bitmaps_png/png/edge_to_copper_clearance_32.png [new file with mode: 0644]
resources/bitmaps_png/png/edge_to_copper_clearance_48.png [new file with mode: 0644]
resources/bitmaps_png/png/edge_to_copper_clearance_64.png [new file with mode: 0644]
resources/bitmaps_png/png/edge_to_copper_clearance_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/edge_to_copper_clearance_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/edge_to_copper_clearance_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/edge_to_copper_clearance_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/edge_to_copper_clearance_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/edit_16.png [new file with mode: 0644]
resources/bitmaps_png/png/edit_24.png [new file with mode: 0644]
resources/bitmaps_png/png/edit_32.png [new file with mode: 0644]
resources/bitmaps_png/png/edit_48.png [new file with mode: 0644]
resources/bitmaps_png/png/edit_64.png [new file with mode: 0644]
resources/bitmaps_png/png/edit_cmp_symb_links_16.png [new file with mode: 0644]
resources/bitmaps_png/png/edit_cmp_symb_links_24.png [new file with mode: 0644]
resources/bitmaps_png/png/edit_cmp_symb_links_32.png [new file with mode: 0644]
resources/bitmaps_png/png/edit_cmp_symb_links_48.png [new file with mode: 0644]
resources/bitmaps_png/png/edit_cmp_symb_links_64.png [new file with mode: 0644]
resources/bitmaps_png/png/edit_cmp_symb_links_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/edit_cmp_symb_links_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/edit_cmp_symb_links_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/edit_cmp_symb_links_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/edit_cmp_symb_links_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/edit_comp_footprint_16.png [new file with mode: 0644]
resources/bitmaps_png/png/edit_comp_footprint_24.png [new file with mode: 0644]
resources/bitmaps_png/png/edit_comp_footprint_32.png [new file with mode: 0644]
resources/bitmaps_png/png/edit_comp_footprint_48.png [new file with mode: 0644]
resources/bitmaps_png/png/edit_comp_footprint_64.png [new file with mode: 0644]
resources/bitmaps_png/png/edit_comp_footprint_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/edit_comp_footprint_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/edit_comp_footprint_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/edit_comp_footprint_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/edit_comp_footprint_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/edit_comp_ref_16.png [new file with mode: 0644]
resources/bitmaps_png/png/edit_comp_ref_24.png [new file with mode: 0644]
resources/bitmaps_png/png/edit_comp_ref_32.png [new file with mode: 0644]
resources/bitmaps_png/png/edit_comp_ref_48.png [new file with mode: 0644]
resources/bitmaps_png/png/edit_comp_ref_64.png [new file with mode: 0644]
resources/bitmaps_png/png/edit_comp_ref_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/edit_comp_ref_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/edit_comp_ref_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/edit_comp_ref_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/edit_comp_ref_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/edit_comp_value_16.png [new file with mode: 0644]
resources/bitmaps_png/png/edit_comp_value_24.png [new file with mode: 0644]
resources/bitmaps_png/png/edit_comp_value_32.png [new file with mode: 0644]
resources/bitmaps_png/png/edit_comp_value_48.png [new file with mode: 0644]
resources/bitmaps_png/png/edit_comp_value_64.png [new file with mode: 0644]
resources/bitmaps_png/png/edit_comp_value_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/edit_comp_value_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/edit_comp_value_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/edit_comp_value_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/edit_comp_value_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/edit_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/edit_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/edit_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/edit_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/edit_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/editor_16.png [new file with mode: 0644]
resources/bitmaps_png/png/editor_24.png [new file with mode: 0644]
resources/bitmaps_png/png/editor_32.png [new file with mode: 0644]
resources/bitmaps_png/png/editor_48.png [new file with mode: 0644]
resources/bitmaps_png/png/editor_64.png [new file with mode: 0644]
resources/bitmaps_png/png/editor_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/editor_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/editor_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/editor_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/editor_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/enter_sheet_16.png [new file with mode: 0644]
resources/bitmaps_png/png/enter_sheet_24.png [new file with mode: 0644]
resources/bitmaps_png/png/enter_sheet_32.png [new file with mode: 0644]
resources/bitmaps_png/png/enter_sheet_48.png [new file with mode: 0644]
resources/bitmaps_png/png/enter_sheet_64.png [new file with mode: 0644]
resources/bitmaps_png/png/enter_sheet_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/enter_sheet_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/enter_sheet_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/enter_sheet_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/enter_sheet_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/erc_16.png [new file with mode: 0644]
resources/bitmaps_png/png/erc_24.png [new file with mode: 0644]
resources/bitmaps_png/png/erc_32.png [new file with mode: 0644]
resources/bitmaps_png/png/erc_48.png [new file with mode: 0644]
resources/bitmaps_png/png/erc_64.png [new file with mode: 0644]
resources/bitmaps_png/png/erc_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/erc_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/erc_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/erc_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/erc_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/erc_green_16.png [new file with mode: 0644]
resources/bitmaps_png/png/erc_green_24.png [new file with mode: 0644]
resources/bitmaps_png/png/erc_green_32.png [new file with mode: 0644]
resources/bitmaps_png/png/erc_green_48.png [new file with mode: 0644]
resources/bitmaps_png/png/erc_green_64.png [new file with mode: 0644]
resources/bitmaps_png/png/erc_green_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/erc_green_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/erc_green_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/erc_green_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/erc_green_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/ercerr_16.png [new file with mode: 0644]
resources/bitmaps_png/png/ercerr_24.png [new file with mode: 0644]
resources/bitmaps_png/png/ercerr_32.png [new file with mode: 0644]
resources/bitmaps_png/png/ercerr_48.png [new file with mode: 0644]
resources/bitmaps_png/png/ercerr_64.png [new file with mode: 0644]
resources/bitmaps_png/png/ercerr_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/ercerr_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/ercerr_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/ercerr_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/ercerr_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/ercwarn_16.png [new file with mode: 0644]
resources/bitmaps_png/png/ercwarn_24.png [new file with mode: 0644]
resources/bitmaps_png/png/ercwarn_32.png [new file with mode: 0644]
resources/bitmaps_png/png/ercwarn_48.png [new file with mode: 0644]
resources/bitmaps_png/png/ercwarn_64.png [new file with mode: 0644]
resources/bitmaps_png/png/ercwarn_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/ercwarn_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/ercwarn_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/ercwarn_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/ercwarn_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/exchange_16.png [new file with mode: 0644]
resources/bitmaps_png/png/exchange_24.png [new file with mode: 0644]
resources/bitmaps_png/png/exchange_32.png [new file with mode: 0644]
resources/bitmaps_png/png/exchange_48.png [new file with mode: 0644]
resources/bitmaps_png/png/exchange_64.png [new file with mode: 0644]
resources/bitmaps_png/png/exchange_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/exchange_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/exchange_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/exchange_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/exchange_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/exit_16.png [new file with mode: 0644]
resources/bitmaps_png/png/exit_24.png [new file with mode: 0644]
resources/bitmaps_png/png/exit_32.png [new file with mode: 0644]
resources/bitmaps_png/png/exit_48.png [new file with mode: 0644]
resources/bitmaps_png/png/exit_64.png [new file with mode: 0644]
resources/bitmaps_png/png/exit_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/exit_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/exit_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/exit_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/exit_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/export3d_16.png [new file with mode: 0644]
resources/bitmaps_png/png/export3d_24.png [new file with mode: 0644]
resources/bitmaps_png/png/export3d_32.png [new file with mode: 0644]
resources/bitmaps_png/png/export3d_48.png [new file with mode: 0644]
resources/bitmaps_png/png/export3d_64.png [new file with mode: 0644]
resources/bitmaps_png/png/export3d_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/export3d_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/export3d_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/export3d_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/export3d_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/export_cmp_16.png [new file with mode: 0644]
resources/bitmaps_png/png/export_cmp_24.png [new file with mode: 0644]
resources/bitmaps_png/png/export_cmp_32.png [new file with mode: 0644]
resources/bitmaps_png/png/export_cmp_48.png [new file with mode: 0644]
resources/bitmaps_png/png/export_cmp_64.png [new file with mode: 0644]
resources/bitmaps_png/png/export_cmp_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/export_cmp_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/export_cmp_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/export_cmp_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/export_cmp_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/export_dsn_16.png [new file with mode: 0644]
resources/bitmaps_png/png/export_dsn_24.png [new file with mode: 0644]
resources/bitmaps_png/png/export_dsn_32.png [new file with mode: 0644]
resources/bitmaps_png/png/export_dsn_48.png [new file with mode: 0644]
resources/bitmaps_png/png/export_dsn_64.png [new file with mode: 0644]
resources/bitmaps_png/png/export_dsn_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/export_dsn_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/export_dsn_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/export_dsn_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/export_dsn_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/export_file_16.png [new file with mode: 0644]
resources/bitmaps_png/png/export_file_24.png [new file with mode: 0644]
resources/bitmaps_png/png/export_file_32.png [new file with mode: 0644]
resources/bitmaps_png/png/export_file_48.png [new file with mode: 0644]
resources/bitmaps_png/png/export_file_64.png [new file with mode: 0644]
resources/bitmaps_png/png/export_file_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/export_file_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/export_file_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/export_file_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/export_file_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/export_footprint_names_16.png [new file with mode: 0644]
resources/bitmaps_png/png/export_footprint_names_24.png [new file with mode: 0644]
resources/bitmaps_png/png/export_footprint_names_32.png [new file with mode: 0644]
resources/bitmaps_png/png/export_footprint_names_48.png [new file with mode: 0644]
resources/bitmaps_png/png/export_footprint_names_64.png [new file with mode: 0644]
resources/bitmaps_png/png/export_footprint_names_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/export_footprint_names_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/export_footprint_names_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/export_footprint_names_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/export_footprint_names_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/export_gltf_16.png [new file with mode: 0644]
resources/bitmaps_png/png/export_gltf_24.png [new file with mode: 0644]
resources/bitmaps_png/png/export_gltf_32.png [new file with mode: 0644]
resources/bitmaps_png/png/export_gltf_48.png [new file with mode: 0644]
resources/bitmaps_png/png/export_gltf_64.png [new file with mode: 0644]
resources/bitmaps_png/png/export_gltf_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/export_gltf_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/export_gltf_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/export_gltf_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/export_gltf_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/export_idf_16.png [new file with mode: 0644]
resources/bitmaps_png/png/export_idf_24.png [new file with mode: 0644]
resources/bitmaps_png/png/export_idf_32.png [new file with mode: 0644]
resources/bitmaps_png/png/export_idf_48.png [new file with mode: 0644]
resources/bitmaps_png/png/export_idf_64.png [new file with mode: 0644]
resources/bitmaps_png/png/export_idf_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/export_idf_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/export_idf_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/export_idf_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/export_idf_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/export_module_16.png [new file with mode: 0644]
resources/bitmaps_png/png/export_module_24.png [new file with mode: 0644]
resources/bitmaps_png/png/export_module_32.png [new file with mode: 0644]
resources/bitmaps_png/png/export_module_48.png [new file with mode: 0644]
resources/bitmaps_png/png/export_module_64.png [new file with mode: 0644]
resources/bitmaps_png/png/export_module_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/export_module_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/export_module_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/export_module_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/export_module_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/export_part_16.png [new file with mode: 0644]
resources/bitmaps_png/png/export_part_24.png [new file with mode: 0644]
resources/bitmaps_png/png/export_part_32.png [new file with mode: 0644]
resources/bitmaps_png/png/export_part_48.png [new file with mode: 0644]
resources/bitmaps_png/png/export_part_64.png [new file with mode: 0644]
resources/bitmaps_png/png/export_part_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/export_part_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/export_part_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/export_part_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/export_part_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/export_png_16.png [new file with mode: 0644]
resources/bitmaps_png/png/export_png_24.png [new file with mode: 0644]
resources/bitmaps_png/png/export_png_32.png [new file with mode: 0644]
resources/bitmaps_png/png/export_png_48.png [new file with mode: 0644]
resources/bitmaps_png/png/export_png_64.png [new file with mode: 0644]
resources/bitmaps_png/png/export_png_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/export_png_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/export_png_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/export_png_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/export_png_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/export_step_16.png [new file with mode: 0644]
resources/bitmaps_png/png/export_step_24.png [new file with mode: 0644]
resources/bitmaps_png/png/export_step_32.png [new file with mode: 0644]
resources/bitmaps_png/png/export_step_48.png [new file with mode: 0644]
resources/bitmaps_png/png/export_step_64.png [new file with mode: 0644]
resources/bitmaps_png/png/export_step_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/export_step_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/export_step_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/export_step_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/export_step_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/export_svg_16.png [new file with mode: 0644]
resources/bitmaps_png/png/export_svg_24.png [new file with mode: 0644]
resources/bitmaps_png/png/export_svg_32.png [new file with mode: 0644]
resources/bitmaps_png/png/export_svg_48.png [new file with mode: 0644]
resources/bitmaps_png/png/export_svg_64.png [new file with mode: 0644]
resources/bitmaps_png/png/export_svg_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/export_svg_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/export_svg_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/export_svg_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/export_svg_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/export_to_pcbnew_16.png [new file with mode: 0644]
resources/bitmaps_png/png/export_to_pcbnew_24.png [new file with mode: 0644]
resources/bitmaps_png/png/export_to_pcbnew_32.png [new file with mode: 0644]
resources/bitmaps_png/png/export_to_pcbnew_48.png [new file with mode: 0644]
resources/bitmaps_png/png/export_to_pcbnew_64.png [new file with mode: 0644]
resources/bitmaps_png/png/export_to_pcbnew_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/export_to_pcbnew_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/export_to_pcbnew_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/export_to_pcbnew_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/export_to_pcbnew_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/fabrication_16.png [new file with mode: 0644]
resources/bitmaps_png/png/fabrication_24.png [new file with mode: 0644]
resources/bitmaps_png/png/fabrication_32.png [new file with mode: 0644]
resources/bitmaps_png/png/fabrication_48.png [new file with mode: 0644]
resources/bitmaps_png/png/fabrication_64.png [new file with mode: 0644]
resources/bitmaps_png/png/fabrication_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/fabrication_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/fabrication_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/fabrication_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/fabrication_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/file_bom_16.png [new file with mode: 0644]
resources/bitmaps_png/png/file_bom_24.png [new file with mode: 0644]
resources/bitmaps_png/png/file_bom_32.png [new file with mode: 0644]
resources/bitmaps_png/png/file_bom_48.png [new file with mode: 0644]
resources/bitmaps_png/png/file_bom_64.png [new file with mode: 0644]
resources/bitmaps_png/png/file_bom_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/file_bom_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/file_bom_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/file_bom_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/file_bom_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/file_cir_16.png [new file with mode: 0644]
resources/bitmaps_png/png/file_cir_24.png [new file with mode: 0644]
resources/bitmaps_png/png/file_cir_32.png [new file with mode: 0644]
resources/bitmaps_png/png/file_cir_48.png [new file with mode: 0644]
resources/bitmaps_png/png/file_cir_64.png [new file with mode: 0644]
resources/bitmaps_png/png/file_cir_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/file_cir_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/file_cir_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/file_cir_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/file_cir_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/file_drl_16.png [new file with mode: 0644]
resources/bitmaps_png/png/file_drl_24.png [new file with mode: 0644]
resources/bitmaps_png/png/file_drl_32.png [new file with mode: 0644]
resources/bitmaps_png/png/file_drl_48.png [new file with mode: 0644]
resources/bitmaps_png/png/file_drl_64.png [new file with mode: 0644]
resources/bitmaps_png/png/file_drl_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/file_drl_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/file_drl_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/file_drl_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/file_drl_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/file_dsn_16.png [new file with mode: 0644]
resources/bitmaps_png/png/file_dsn_24.png [new file with mode: 0644]
resources/bitmaps_png/png/file_dsn_32.png [new file with mode: 0644]
resources/bitmaps_png/png/file_dsn_48.png [new file with mode: 0644]
resources/bitmaps_png/png/file_dsn_64.png [new file with mode: 0644]
resources/bitmaps_png/png/file_dsn_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/file_dsn_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/file_dsn_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/file_dsn_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/file_dsn_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/file_gbr_16.png [new file with mode: 0644]
resources/bitmaps_png/png/file_gbr_24.png [new file with mode: 0644]
resources/bitmaps_png/png/file_gbr_32.png [new file with mode: 0644]
resources/bitmaps_png/png/file_gbr_48.png [new file with mode: 0644]
resources/bitmaps_png/png/file_gbr_64.png [new file with mode: 0644]
resources/bitmaps_png/png/file_gbr_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/file_gbr_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/file_gbr_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/file_gbr_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/file_gbr_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/file_gerber_job_16.png [new file with mode: 0644]
resources/bitmaps_png/png/file_gerber_job_24.png [new file with mode: 0644]
resources/bitmaps_png/png/file_gerber_job_32.png [new file with mode: 0644]
resources/bitmaps_png/png/file_gerber_job_48.png [new file with mode: 0644]
resources/bitmaps_png/png/file_gerber_job_64.png [new file with mode: 0644]
resources/bitmaps_png/png/file_gerber_job_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/file_gerber_job_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/file_gerber_job_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/file_gerber_job_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/file_gerber_job_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/file_html_16.png [new file with mode: 0644]
resources/bitmaps_png/png/file_html_24.png [new file with mode: 0644]
resources/bitmaps_png/png/file_html_32.png [new file with mode: 0644]
resources/bitmaps_png/png/file_html_48.png [new file with mode: 0644]
resources/bitmaps_png/png/file_html_64.png [new file with mode: 0644]
resources/bitmaps_png/png/file_html_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/file_html_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/file_html_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/file_html_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/file_html_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/file_idf_16.png [new file with mode: 0644]
resources/bitmaps_png/png/file_idf_24.png [new file with mode: 0644]
resources/bitmaps_png/png/file_idf_32.png [new file with mode: 0644]
resources/bitmaps_png/png/file_idf_48.png [new file with mode: 0644]
resources/bitmaps_png/png/file_idf_64.png [new file with mode: 0644]
resources/bitmaps_png/png/file_idf_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/file_idf_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/file_idf_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/file_idf_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/file_idf_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/file_pdf_16.png [new file with mode: 0644]
resources/bitmaps_png/png/file_pdf_24.png [new file with mode: 0644]
resources/bitmaps_png/png/file_pdf_32.png [new file with mode: 0644]
resources/bitmaps_png/png/file_pdf_48.png [new file with mode: 0644]
resources/bitmaps_png/png/file_pdf_64.png [new file with mode: 0644]
resources/bitmaps_png/png/file_pdf_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/file_pdf_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/file_pdf_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/file_pdf_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/file_pdf_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/file_pos_16.png [new file with mode: 0644]
resources/bitmaps_png/png/file_pos_24.png [new file with mode: 0644]
resources/bitmaps_png/png/file_pos_32.png [new file with mode: 0644]
resources/bitmaps_png/png/file_pos_48.png [new file with mode: 0644]
resources/bitmaps_png/png/file_pos_64.png [new file with mode: 0644]
resources/bitmaps_png/png/file_pos_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/file_pos_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/file_pos_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/file_pos_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/file_pos_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/file_svg_16.png [new file with mode: 0644]
resources/bitmaps_png/png/file_svg_24.png [new file with mode: 0644]
resources/bitmaps_png/png/file_svg_32.png [new file with mode: 0644]
resources/bitmaps_png/png/file_svg_48.png [new file with mode: 0644]
resources/bitmaps_png/png/file_svg_64.png [new file with mode: 0644]
resources/bitmaps_png/png/file_svg_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/file_svg_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/file_svg_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/file_svg_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/file_svg_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/fill_zone_16.png [new file with mode: 0644]
resources/bitmaps_png/png/fill_zone_24.png [new file with mode: 0644]
resources/bitmaps_png/png/fill_zone_32.png [new file with mode: 0644]
resources/bitmaps_png/png/fill_zone_48.png [new file with mode: 0644]
resources/bitmaps_png/png/fill_zone_64.png [new file with mode: 0644]
resources/bitmaps_png/png/fill_zone_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/fill_zone_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/fill_zone_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/fill_zone_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/fill_zone_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/fillet_16.png [new file with mode: 0644]
resources/bitmaps_png/png/fillet_24.png [new file with mode: 0644]
resources/bitmaps_png/png/fillet_32.png [new file with mode: 0644]
resources/bitmaps_png/png/fillet_48.png [new file with mode: 0644]
resources/bitmaps_png/png/fillet_64.png [new file with mode: 0644]
resources/bitmaps_png/png/fillet_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/fillet_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/fillet_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/fillet_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/fillet_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/filter_16.png [new file with mode: 0644]
resources/bitmaps_png/png/filter_24.png [new file with mode: 0644]
resources/bitmaps_png/png/filter_32.png [new file with mode: 0644]
resources/bitmaps_png/png/filter_48.png [new file with mode: 0644]
resources/bitmaps_png/png/filter_64.png [new file with mode: 0644]
resources/bitmaps_png/png/filter_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/filter_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/filter_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/filter_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/filter_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/find_16.png [new file with mode: 0644]
resources/bitmaps_png/png/find_24.png [new file with mode: 0644]
resources/bitmaps_png/png/find_32.png [new file with mode: 0644]
resources/bitmaps_png/png/find_48.png [new file with mode: 0644]
resources/bitmaps_png/png/find_64.png [new file with mode: 0644]
resources/bitmaps_png/png/find_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/find_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/find_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/find_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/find_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/find_replace_16.png [new file with mode: 0644]
resources/bitmaps_png/png/find_replace_24.png [new file with mode: 0644]
resources/bitmaps_png/png/find_replace_32.png [new file with mode: 0644]
resources/bitmaps_png/png/find_replace_48.png [new file with mode: 0644]
resources/bitmaps_png/png/find_replace_64.png [new file with mode: 0644]
resources/bitmaps_png/png/find_replace_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/find_replace_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/find_replace_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/find_replace_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/find_replace_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/flag_16.png [new file with mode: 0644]
resources/bitmaps_png/png/flag_24.png [new file with mode: 0644]
resources/bitmaps_png/png/flag_32.png [new file with mode: 0644]
resources/bitmaps_png/png/flag_48.png [new file with mode: 0644]
resources/bitmaps_png/png/flag_64.png [new file with mode: 0644]
resources/bitmaps_png/png/flag_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/flag_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/flag_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/flag_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/flag_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/flip_board_16.png [new file with mode: 0644]
resources/bitmaps_png/png/flip_board_24.png [new file with mode: 0644]
resources/bitmaps_png/png/flip_board_32.png [new file with mode: 0644]
resources/bitmaps_png/png/flip_board_48.png [new file with mode: 0644]
resources/bitmaps_png/png/flip_board_64.png [new file with mode: 0644]
resources/bitmaps_png/png/flip_board_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/flip_board_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/flip_board_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/flip_board_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/flip_board_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/gbr_select_mode1_16.png [new file with mode: 0644]
resources/bitmaps_png/png/gbr_select_mode1_24.png [new file with mode: 0644]
resources/bitmaps_png/png/gbr_select_mode1_32.png [new file with mode: 0644]
resources/bitmaps_png/png/gbr_select_mode1_48.png [new file with mode: 0644]
resources/bitmaps_png/png/gbr_select_mode1_64.png [new file with mode: 0644]
resources/bitmaps_png/png/gbr_select_mode1_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/gbr_select_mode1_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/gbr_select_mode1_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/gbr_select_mode1_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/gbr_select_mode1_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/gbr_select_mode2_16.png [new file with mode: 0644]
resources/bitmaps_png/png/gbr_select_mode2_24.png [new file with mode: 0644]
resources/bitmaps_png/png/gbr_select_mode2_32.png [new file with mode: 0644]
resources/bitmaps_png/png/gbr_select_mode2_48.png [new file with mode: 0644]
resources/bitmaps_png/png/gbr_select_mode2_64.png [new file with mode: 0644]
resources/bitmaps_png/png/gbr_select_mode2_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/gbr_select_mode2_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/gbr_select_mode2_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/gbr_select_mode2_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/gbr_select_mode2_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/general_deletions_16.png [new file with mode: 0644]
resources/bitmaps_png/png/general_deletions_24.png [new file with mode: 0644]
resources/bitmaps_png/png/general_deletions_32.png [new file with mode: 0644]
resources/bitmaps_png/png/general_deletions_48.png [new file with mode: 0644]
resources/bitmaps_png/png/general_deletions_64.png [new file with mode: 0644]
resources/bitmaps_png/png/general_deletions_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/general_deletions_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/general_deletions_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/general_deletions_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/general_deletions_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/general_ratsnest_16.png [new file with mode: 0644]
resources/bitmaps_png/png/general_ratsnest_24.png [new file with mode: 0644]
resources/bitmaps_png/png/general_ratsnest_32.png [new file with mode: 0644]
resources/bitmaps_png/png/general_ratsnest_48.png [new file with mode: 0644]
resources/bitmaps_png/png/general_ratsnest_64.png [new file with mode: 0644]
resources/bitmaps_png/png/general_ratsnest_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/general_ratsnest_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/general_ratsnest_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/general_ratsnest_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/general_ratsnest_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/gerbview_show_negative_objects_16.png [new file with mode: 0644]
resources/bitmaps_png/png/gerbview_show_negative_objects_24.png [new file with mode: 0644]
resources/bitmaps_png/png/gerbview_show_negative_objects_32.png [new file with mode: 0644]
resources/bitmaps_png/png/gerbview_show_negative_objects_48.png [new file with mode: 0644]
resources/bitmaps_png/png/gerbview_show_negative_objects_64.png [new file with mode: 0644]
resources/bitmaps_png/png/gerbview_show_negative_objects_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/gerbview_show_negative_objects_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/gerbview_show_negative_objects_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/gerbview_show_negative_objects_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/gerbview_show_negative_objects_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/git_add_16.png [new file with mode: 0644]
resources/bitmaps_png/png/git_add_32.png [new file with mode: 0644]
resources/bitmaps_png/png/git_add_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/git_add_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/git_changed_ahead_16.png [new file with mode: 0644]
resources/bitmaps_png/png/git_changed_ahead_32.png [new file with mode: 0644]
resources/bitmaps_png/png/git_changed_ahead_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/git_changed_ahead_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/git_conflict_16.png [new file with mode: 0644]
resources/bitmaps_png/png/git_conflict_32.png [new file with mode: 0644]
resources/bitmaps_png/png/git_conflict_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/git_conflict_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/git_delete_16.png [new file with mode: 0644]
resources/bitmaps_png/png/git_delete_32.png [new file with mode: 0644]
resources/bitmaps_png/png/git_delete_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/git_delete_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/git_good_check_16.png [new file with mode: 0644]
resources/bitmaps_png/png/git_good_check_32.png [new file with mode: 0644]
resources/bitmaps_png/png/git_good_check_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/git_good_check_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/git_modified_16.png [new file with mode: 0644]
resources/bitmaps_png/png/git_modified_32.png [new file with mode: 0644]
resources/bitmaps_png/png/git_modified_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/git_modified_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/git_out_of_date_16.png [new file with mode: 0644]
resources/bitmaps_png/png/git_out_of_date_32.png [new file with mode: 0644]
resources/bitmaps_png/png/git_out_of_date_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/git_out_of_date_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/grid_16.png [new file with mode: 0644]
resources/bitmaps_png/png/grid_24.png [new file with mode: 0644]
resources/bitmaps_png/png/grid_32.png [new file with mode: 0644]
resources/bitmaps_png/png/grid_48.png [new file with mode: 0644]
resources/bitmaps_png/png/grid_64.png [new file with mode: 0644]
resources/bitmaps_png/png/grid_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/grid_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/grid_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/grid_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/grid_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/grid_override_16.png [new file with mode: 0644]
resources/bitmaps_png/png/grid_override_24.png [new file with mode: 0644]
resources/bitmaps_png/png/grid_override_32.png [new file with mode: 0644]
resources/bitmaps_png/png/grid_override_48.png [new file with mode: 0644]
resources/bitmaps_png/png/grid_override_64.png [new file with mode: 0644]
resources/bitmaps_png/png/grid_override_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/grid_override_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/grid_override_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/grid_override_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/grid_override_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/grid_select_16.png [new file with mode: 0644]
resources/bitmaps_png/png/grid_select_24.png [new file with mode: 0644]
resources/bitmaps_png/png/grid_select_32.png [new file with mode: 0644]
resources/bitmaps_png/png/grid_select_48.png [new file with mode: 0644]
resources/bitmaps_png/png/grid_select_64.png [new file with mode: 0644]
resources/bitmaps_png/png/grid_select_axis_16.png [new file with mode: 0644]
resources/bitmaps_png/png/grid_select_axis_24.png [new file with mode: 0644]
resources/bitmaps_png/png/grid_select_axis_32.png [new file with mode: 0644]
resources/bitmaps_png/png/grid_select_axis_48.png [new file with mode: 0644]
resources/bitmaps_png/png/grid_select_axis_64.png [new file with mode: 0644]
resources/bitmaps_png/png/grid_select_axis_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/grid_select_axis_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/grid_select_axis_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/grid_select_axis_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/grid_select_axis_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/grid_select_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/grid_select_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/grid_select_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/grid_select_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/grid_select_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/group_16.png [new file with mode: 0644]
resources/bitmaps_png/png/group_24.png [new file with mode: 0644]
resources/bitmaps_png/png/group_32.png [new file with mode: 0644]
resources/bitmaps_png/png/group_48.png [new file with mode: 0644]
resources/bitmaps_png/png/group_64.png [new file with mode: 0644]
resources/bitmaps_png/png/group_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/group_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/group_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/group_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/group_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/group_enter_16.png [new file with mode: 0644]
resources/bitmaps_png/png/group_enter_24.png [new file with mode: 0644]
resources/bitmaps_png/png/group_enter_32.png [new file with mode: 0644]
resources/bitmaps_png/png/group_enter_48.png [new file with mode: 0644]
resources/bitmaps_png/png/group_enter_64.png [new file with mode: 0644]
resources/bitmaps_png/png/group_enter_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/group_enter_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/group_enter_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/group_enter_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/group_enter_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/group_leave_16.png [new file with mode: 0644]
resources/bitmaps_png/png/group_leave_24.png [new file with mode: 0644]
resources/bitmaps_png/png/group_leave_32.png [new file with mode: 0644]
resources/bitmaps_png/png/group_leave_48.png [new file with mode: 0644]
resources/bitmaps_png/png/group_leave_64.png [new file with mode: 0644]
resources/bitmaps_png/png/group_leave_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/group_leave_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/group_leave_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/group_leave_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/group_leave_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/group_remove_16.png [new file with mode: 0644]
resources/bitmaps_png/png/group_remove_24.png [new file with mode: 0644]
resources/bitmaps_png/png/group_remove_32.png [new file with mode: 0644]
resources/bitmaps_png/png/group_remove_48.png [new file with mode: 0644]
resources/bitmaps_png/png/group_remove_64.png [new file with mode: 0644]
resources/bitmaps_png/png/group_remove_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/group_remove_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/group_remove_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/group_remove_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/group_remove_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/group_ungroup_16.png [new file with mode: 0644]
resources/bitmaps_png/png/group_ungroup_24.png [new file with mode: 0644]
resources/bitmaps_png/png/group_ungroup_32.png [new file with mode: 0644]
resources/bitmaps_png/png/group_ungroup_48.png [new file with mode: 0644]
resources/bitmaps_png/png/group_ungroup_64.png [new file with mode: 0644]
resources/bitmaps_png/png/group_ungroup_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/group_ungroup_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/group_ungroup_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/group_ungroup_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/group_ungroup_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/heal_shapes_16.png [new file with mode: 0644]
resources/bitmaps_png/png/heal_shapes_24.png [new file with mode: 0644]
resources/bitmaps_png/png/heal_shapes_32.png [new file with mode: 0644]
resources/bitmaps_png/png/heal_shapes_48.png [new file with mode: 0644]
resources/bitmaps_png/png/heal_shapes_64.png [new file with mode: 0644]
resources/bitmaps_png/png/heal_shapes_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/heal_shapes_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/heal_shapes_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/heal_shapes_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/heal_shapes_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/help_16.png [new file with mode: 0644]
resources/bitmaps_png/png/help_24.png [new file with mode: 0644]
resources/bitmaps_png/png/help_32.png [new file with mode: 0644]
resources/bitmaps_png/png/help_48.png [new file with mode: 0644]
resources/bitmaps_png/png/help_64.png [new file with mode: 0644]
resources/bitmaps_png/png/help_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/help_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/help_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/help_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/help_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/help_online_16.png [new file with mode: 0644]
resources/bitmaps_png/png/help_online_24.png [new file with mode: 0644]
resources/bitmaps_png/png/help_online_32.png [new file with mode: 0644]
resources/bitmaps_png/png/help_online_48.png [new file with mode: 0644]
resources/bitmaps_png/png/help_online_64.png [new file with mode: 0644]
resources/bitmaps_png/png/help_online_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/help_online_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/help_online_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/help_online_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/help_online_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/hidden_pin_16.png [new file with mode: 0644]
resources/bitmaps_png/png/hidden_pin_24.png [new file with mode: 0644]
resources/bitmaps_png/png/hidden_pin_32.png [new file with mode: 0644]
resources/bitmaps_png/png/hidden_pin_48.png [new file with mode: 0644]
resources/bitmaps_png/png/hidden_pin_64.png [new file with mode: 0644]
resources/bitmaps_png/png/hidden_pin_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/hidden_pin_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/hidden_pin_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/hidden_pin_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/hidden_pin_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/hide_ratsnest_16.png [new file with mode: 0644]
resources/bitmaps_png/png/hide_ratsnest_24.png [new file with mode: 0644]
resources/bitmaps_png/png/hide_ratsnest_32.png [new file with mode: 0644]
resources/bitmaps_png/png/hide_ratsnest_48.png [new file with mode: 0644]
resources/bitmaps_png/png/hide_ratsnest_64.png [new file with mode: 0644]
resources/bitmaps_png/png/hide_ratsnest_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/hide_ratsnest_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/hide_ratsnest_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/hide_ratsnest_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/hide_ratsnest_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/hierarchy_nav_16.png [new file with mode: 0644]
resources/bitmaps_png/png/hierarchy_nav_24.png [new file with mode: 0644]
resources/bitmaps_png/png/hierarchy_nav_32.png [new file with mode: 0644]
resources/bitmaps_png/png/hierarchy_nav_48.png [new file with mode: 0644]
resources/bitmaps_png/png/hierarchy_nav_64.png [new file with mode: 0644]
resources/bitmaps_png/png/hierarchy_nav_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/hierarchy_nav_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/hierarchy_nav_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/hierarchy_nav_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/hierarchy_nav_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/hole_to_copper_clearance_16.png [new file with mode: 0644]
resources/bitmaps_png/png/hole_to_copper_clearance_24.png [new file with mode: 0644]
resources/bitmaps_png/png/hole_to_copper_clearance_32.png [new file with mode: 0644]
resources/bitmaps_png/png/hole_to_copper_clearance_48.png [new file with mode: 0644]
resources/bitmaps_png/png/hole_to_copper_clearance_64.png [new file with mode: 0644]
resources/bitmaps_png/png/hole_to_copper_clearance_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/hole_to_copper_clearance_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/hole_to_copper_clearance_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/hole_to_copper_clearance_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/hole_to_copper_clearance_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/hole_to_hole_clearance_16.png [new file with mode: 0644]
resources/bitmaps_png/png/hole_to_hole_clearance_24.png [new file with mode: 0644]
resources/bitmaps_png/png/hole_to_hole_clearance_32.png [new file with mode: 0644]
resources/bitmaps_png/png/hole_to_hole_clearance_48.png [new file with mode: 0644]
resources/bitmaps_png/png/hole_to_hole_clearance_64.png [new file with mode: 0644]
resources/bitmaps_png/png/hole_to_hole_clearance_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/hole_to_hole_clearance_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/hole_to_hole_clearance_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/hole_to_hole_clearance_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/hole_to_hole_clearance_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/hotkeys_16.png [new file with mode: 0644]
resources/bitmaps_png/png/hotkeys_24.png [new file with mode: 0644]
resources/bitmaps_png/png/hotkeys_32.png [new file with mode: 0644]
resources/bitmaps_png/png/hotkeys_48.png [new file with mode: 0644]
resources/bitmaps_png/png/hotkeys_64.png [new file with mode: 0644]
resources/bitmaps_png/png/hotkeys_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/hotkeys_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/hotkeys_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/hotkeys_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/hotkeys_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/hv45mode_16.png [new file with mode: 0644]
resources/bitmaps_png/png/hv45mode_24.png [new file with mode: 0644]
resources/bitmaps_png/png/hv45mode_32.png [new file with mode: 0644]
resources/bitmaps_png/png/hv45mode_48.png [new file with mode: 0644]
resources/bitmaps_png/png/hv45mode_64.png [new file with mode: 0644]
resources/bitmaps_png/png/hv45mode_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/hv45mode_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/hv45mode_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/hv45mode_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/hv45mode_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_3d_48.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_3d_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_bitmap2component_128.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_bitmap2component_16_16.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_bitmap2component_16_32.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_bitmap2component_16_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_bitmap2component_16_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_bitmap2component_24_16.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_bitmap2component_24_24.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_bitmap2component_24_32.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_bitmap2component_24_48.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_bitmap2component_24_64.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_bitmap2component_24_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_bitmap2component_24_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_bitmap2component_24_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_bitmap2component_24_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_bitmap2component_24_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_bitmap2component_256.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_bitmap2component_32_32.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_bitmap2component_32_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_bitmap2component_48.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_bitmap2component_64.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_bitmap2component_dark_128.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_bitmap2component_dark_256.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_bitmap2component_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_bitmap2component_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_cvpcb_128.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_cvpcb_24_16.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_cvpcb_24_24.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_cvpcb_24_32.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_cvpcb_24_48.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_cvpcb_24_64.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_cvpcb_24_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_cvpcb_24_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_cvpcb_24_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_cvpcb_24_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_cvpcb_24_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_cvpcb_256.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_cvpcb_48.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_cvpcb_64.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_cvpcb_dark_128.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_cvpcb_dark_256.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_cvpcb_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_cvpcb_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_eeschema_128.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_eeschema_16_16.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_eeschema_16_32.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_eeschema_16_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_eeschema_16_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_eeschema_24_16.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_eeschema_24_24.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_eeschema_24_32.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_eeschema_24_48.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_eeschema_24_64.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_eeschema_24_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_eeschema_24_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_eeschema_24_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_eeschema_24_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_eeschema_24_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_eeschema_256.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_eeschema_32_32.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_eeschema_32_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_eeschema_48.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_eeschema_64.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_eeschema_dark_128.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_eeschema_dark_256.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_eeschema_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_eeschema_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_footprint_browser_16.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_footprint_browser_24.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_footprint_browser_32.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_footprint_browser_48.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_footprint_browser_64.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_footprint_browser_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_footprint_browser_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_footprint_browser_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_footprint_browser_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_footprint_browser_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_gerbview_128.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_gerbview_16_16.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_gerbview_16_32.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_gerbview_16_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_gerbview_16_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_gerbview_24_16.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_gerbview_24_24.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_gerbview_24_32.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_gerbview_24_48.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_gerbview_24_64.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_gerbview_24_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_gerbview_24_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_gerbview_24_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_gerbview_24_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_gerbview_24_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_gerbview_256.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_gerbview_32_32.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_gerbview_32_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_gerbview_48.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_gerbview_64.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_gerbview_dark_128.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_gerbview_dark_256.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_gerbview_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_gerbview_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_kicad_128.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_kicad_16_16.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_kicad_16_32.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_kicad_16_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_kicad_16_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_kicad_24_16.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_kicad_24_24.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_kicad_24_32.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_kicad_24_48.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_kicad_24_64.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_kicad_24_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_kicad_24_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_kicad_24_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_kicad_24_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_kicad_24_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_kicad_256.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_kicad_32_32.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_kicad_32_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_kicad_48.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_kicad_64.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_kicad_dark_128.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_kicad_dark_256.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_kicad_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_kicad_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_kicad_nightly_128.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_kicad_nightly_16_16.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_kicad_nightly_16_32.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_kicad_nightly_16_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_kicad_nightly_16_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_kicad_nightly_256.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_kicad_nightly_32_32.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_kicad_nightly_32_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_kicad_nightly_48.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_kicad_nightly_64.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_kicad_nightly_dark_128.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_kicad_nightly_dark_256.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_kicad_nightly_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_kicad_nightly_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_libedit_128.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_libedit_16_16.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_libedit_16_32.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_libedit_16_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_libedit_16_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_libedit_24_16.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_libedit_24_24.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_libedit_24_32.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_libedit_24_48.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_libedit_24_64.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_libedit_24_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_libedit_24_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_libedit_24_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_libedit_24_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_libedit_24_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_libedit_256.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_libedit_32_32.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_libedit_32_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_libedit_48.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_libedit_64.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_libedit_dark_128.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_libedit_dark_256.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_libedit_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_libedit_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_modedit_128.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_modedit_16_16.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_modedit_16_32.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_modedit_16_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_modedit_16_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_modedit_24_16.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_modedit_24_24.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_modedit_24_32.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_modedit_24_48.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_modedit_24_64.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_modedit_24_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_modedit_24_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_modedit_24_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_modedit_24_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_modedit_24_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_modedit_256.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_modedit_32_32.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_modedit_32_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_modedit_48.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_modedit_64.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_modedit_dark_128.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_modedit_dark_256.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_modedit_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_modedit_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_pagelayout_editor_128.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_pagelayout_editor_16_16.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_pagelayout_editor_16_32.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_pagelayout_editor_16_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_pagelayout_editor_16_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_pagelayout_editor_24_16.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_pagelayout_editor_24_24.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_pagelayout_editor_24_32.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_pagelayout_editor_24_48.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_pagelayout_editor_24_64.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_pagelayout_editor_24_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_pagelayout_editor_24_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_pagelayout_editor_24_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_pagelayout_editor_24_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_pagelayout_editor_24_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_pagelayout_editor_256.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_pagelayout_editor_32_32.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_pagelayout_editor_32_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_pagelayout_editor_48.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_pagelayout_editor_64.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_pagelayout_editor_dark_128.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_pagelayout_editor_dark_256.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_pagelayout_editor_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_pagelayout_editor_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_pcbcalculator_128.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_pcbcalculator_16_16.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_pcbcalculator_16_32.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_pcbcalculator_16_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_pcbcalculator_16_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_pcbcalculator_24_16.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_pcbcalculator_24_24.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_pcbcalculator_24_32.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_pcbcalculator_24_48.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_pcbcalculator_24_64.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_pcbcalculator_24_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_pcbcalculator_24_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_pcbcalculator_24_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_pcbcalculator_24_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_pcbcalculator_24_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_pcbcalculator_256.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_pcbcalculator_32_32.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_pcbcalculator_32_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_pcbcalculator_48.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_pcbcalculator_64.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_pcbcalculator_dark_128.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_pcbcalculator_dark_256.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_pcbcalculator_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_pcbcalculator_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_pcbnew_128.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_pcbnew_16_16.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_pcbnew_16_32.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_pcbnew_16_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_pcbnew_16_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_pcbnew_24_16.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_pcbnew_24_24.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_pcbnew_24_32.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_pcbnew_24_48.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_pcbnew_24_64.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_pcbnew_24_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_pcbnew_24_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_pcbnew_24_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_pcbnew_24_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_pcbnew_24_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_pcbnew_256.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_pcbnew_32_32.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_pcbnew_32_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_pcbnew_48.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_pcbnew_64.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_pcbnew_dark_128.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_pcbnew_dark_256.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_pcbnew_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_pcbnew_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_pcm_24_16.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_pcm_24_24.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_pcm_24_32.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_pcm_24_48.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_pcm_24_64.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_pcm_24_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_pcm_24_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_pcm_24_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_pcm_24_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_pcm_24_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_pcm_48.png [new file with mode: 0644]
resources/bitmaps_png/png/icon_pcm_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/image_16.png [new file with mode: 0644]
resources/bitmaps_png/png/image_24.png [new file with mode: 0644]
resources/bitmaps_png/png/image_32.png [new file with mode: 0644]
resources/bitmaps_png/png/image_48.png [new file with mode: 0644]
resources/bitmaps_png/png/image_64.png [new file with mode: 0644]
resources/bitmaps_png/png/image_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/image_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/image_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/image_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/image_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/import3d_16.png [new file with mode: 0644]
resources/bitmaps_png/png/import3d_24.png [new file with mode: 0644]
resources/bitmaps_png/png/import3d_32.png [new file with mode: 0644]
resources/bitmaps_png/png/import3d_48.png [new file with mode: 0644]
resources/bitmaps_png/png/import3d_64.png [new file with mode: 0644]
resources/bitmaps_png/png/import3d_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/import3d_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/import3d_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/import3d_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/import3d_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/import_16.png [new file with mode: 0644]
resources/bitmaps_png/png/import_24.png [new file with mode: 0644]
resources/bitmaps_png/png/import_32.png [new file with mode: 0644]
resources/bitmaps_png/png/import_48.png [new file with mode: 0644]
resources/bitmaps_png/png/import_64.png [new file with mode: 0644]
resources/bitmaps_png/png/import_brd_file_16.png [new file with mode: 0644]
resources/bitmaps_png/png/import_brd_file_24.png [new file with mode: 0644]
resources/bitmaps_png/png/import_brd_file_32.png [new file with mode: 0644]
resources/bitmaps_png/png/import_brd_file_48.png [new file with mode: 0644]
resources/bitmaps_png/png/import_brd_file_64.png [new file with mode: 0644]
resources/bitmaps_png/png/import_brd_file_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/import_brd_file_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/import_brd_file_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/import_brd_file_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/import_brd_file_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/import_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/import_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/import_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/import_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/import_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/import_document_16.png [new file with mode: 0644]
resources/bitmaps_png/png/import_document_24.png [new file with mode: 0644]
resources/bitmaps_png/png/import_document_32.png [new file with mode: 0644]
resources/bitmaps_png/png/import_document_48.png [new file with mode: 0644]
resources/bitmaps_png/png/import_document_64.png [new file with mode: 0644]
resources/bitmaps_png/png/import_document_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/import_document_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/import_document_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/import_document_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/import_document_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/import_footprint_names_16.png [new file with mode: 0644]
resources/bitmaps_png/png/import_footprint_names_24.png [new file with mode: 0644]
resources/bitmaps_png/png/import_footprint_names_32.png [new file with mode: 0644]
resources/bitmaps_png/png/import_footprint_names_48.png [new file with mode: 0644]
resources/bitmaps_png/png/import_footprint_names_64.png [new file with mode: 0644]
resources/bitmaps_png/png/import_footprint_names_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/import_footprint_names_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/import_footprint_names_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/import_footprint_names_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/import_footprint_names_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/import_hierarchical_label_16.png [new file with mode: 0644]
resources/bitmaps_png/png/import_hierarchical_label_24.png [new file with mode: 0644]
resources/bitmaps_png/png/import_hierarchical_label_32.png [new file with mode: 0644]
resources/bitmaps_png/png/import_hierarchical_label_48.png [new file with mode: 0644]
resources/bitmaps_png/png/import_hierarchical_label_64.png [new file with mode: 0644]
resources/bitmaps_png/png/import_hierarchical_label_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/import_hierarchical_label_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/import_hierarchical_label_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/import_hierarchical_label_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/import_hierarchical_label_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/import_module_16.png [new file with mode: 0644]
resources/bitmaps_png/png/import_module_24.png [new file with mode: 0644]
resources/bitmaps_png/png/import_module_32.png [new file with mode: 0644]
resources/bitmaps_png/png/import_module_48.png [new file with mode: 0644]
resources/bitmaps_png/png/import_module_64.png [new file with mode: 0644]
resources/bitmaps_png/png/import_module_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/import_module_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/import_module_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/import_module_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/import_module_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/import_part_16.png [new file with mode: 0644]
resources/bitmaps_png/png/import_part_24.png [new file with mode: 0644]
resources/bitmaps_png/png/import_part_32.png [new file with mode: 0644]
resources/bitmaps_png/png/import_part_48.png [new file with mode: 0644]
resources/bitmaps_png/png/import_part_64.png [new file with mode: 0644]
resources/bitmaps_png/png/import_part_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/import_part_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/import_part_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/import_part_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/import_part_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/import_project_16.png [new file with mode: 0644]
resources/bitmaps_png/png/import_project_24.png [new file with mode: 0644]
resources/bitmaps_png/png/import_project_32.png [new file with mode: 0644]
resources/bitmaps_png/png/import_project_48.png [new file with mode: 0644]
resources/bitmaps_png/png/import_project_64.png [new file with mode: 0644]
resources/bitmaps_png/png/import_project_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/import_project_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/import_project_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/import_project_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/import_project_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/import_vector_16.png [new file with mode: 0644]
resources/bitmaps_png/png/import_vector_24.png [new file with mode: 0644]
resources/bitmaps_png/png/import_vector_32.png [new file with mode: 0644]
resources/bitmaps_png/png/import_vector_48.png [new file with mode: 0644]
resources/bitmaps_png/png/import_vector_64.png [new file with mode: 0644]
resources/bitmaps_png/png/import_vector_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/import_vector_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/import_vector_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/import_vector_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/import_vector_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/info_16.png [new file with mode: 0644]
resources/bitmaps_png/png/info_24.png [new file with mode: 0644]
resources/bitmaps_png/png/info_32.png [new file with mode: 0644]
resources/bitmaps_png/png/info_48.png [new file with mode: 0644]
resources/bitmaps_png/png/info_64.png [new file with mode: 0644]
resources/bitmaps_png/png/info_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/info_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/info_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/info_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/info_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/insert_module_board_16.png [new file with mode: 0644]
resources/bitmaps_png/png/insert_module_board_24.png [new file with mode: 0644]
resources/bitmaps_png/png/insert_module_board_32.png [new file with mode: 0644]
resources/bitmaps_png/png/insert_module_board_48.png [new file with mode: 0644]
resources/bitmaps_png/png/insert_module_board_64.png [new file with mode: 0644]
resources/bitmaps_png/png/insert_module_board_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/insert_module_board_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/insert_module_board_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/insert_module_board_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/insert_module_board_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/intersect_polygons_16.png [new file with mode: 0644]
resources/bitmaps_png/png/intersect_polygons_24.png [new file with mode: 0644]
resources/bitmaps_png/png/intersect_polygons_32.png [new file with mode: 0644]
resources/bitmaps_png/png/intersect_polygons_48.png [new file with mode: 0644]
resources/bitmaps_png/png/intersect_polygons_64.png [new file with mode: 0644]
resources/bitmaps_png/png/intersect_polygons_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/intersect_polygons_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/intersect_polygons_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/intersect_polygons_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/intersect_polygons_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/label_align_bottom_16.png [new file with mode: 0644]
resources/bitmaps_png/png/label_align_bottom_32.png [new file with mode: 0644]
resources/bitmaps_png/png/label_align_bottom_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/label_align_bottom_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/label_align_left_16.png [new file with mode: 0644]
resources/bitmaps_png/png/label_align_left_32.png [new file with mode: 0644]
resources/bitmaps_png/png/label_align_left_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/label_align_left_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/label_align_right_16.png [new file with mode: 0644]
resources/bitmaps_png/png/label_align_right_32.png [new file with mode: 0644]
resources/bitmaps_png/png/label_align_right_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/label_align_right_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/label_align_top_16.png [new file with mode: 0644]
resources/bitmaps_png/png/label_align_top_32.png [new file with mode: 0644]
resources/bitmaps_png/png/label_align_top_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/label_align_top_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/language_16.png [new file with mode: 0644]
resources/bitmaps_png/png/language_24.png [new file with mode: 0644]
resources/bitmaps_png/png/language_32.png [new file with mode: 0644]
resources/bitmaps_png/png/language_48.png [new file with mode: 0644]
resources/bitmaps_png/png/language_64.png [new file with mode: 0644]
resources/bitmaps_png/png/language_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/language_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/language_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/language_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/language_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/layers_manager_16.png [new file with mode: 0644]
resources/bitmaps_png/png/layers_manager_24.png [new file with mode: 0644]
resources/bitmaps_png/png/layers_manager_32.png [new file with mode: 0644]
resources/bitmaps_png/png/layers_manager_48.png [new file with mode: 0644]
resources/bitmaps_png/png/layers_manager_64.png [new file with mode: 0644]
resources/bitmaps_png/png/layers_manager_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/layers_manager_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/layers_manager_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/layers_manager_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/layers_manager_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/leave_sheet_16.png [new file with mode: 0644]
resources/bitmaps_png/png/leave_sheet_24.png [new file with mode: 0644]
resources/bitmaps_png/png/leave_sheet_32.png [new file with mode: 0644]
resources/bitmaps_png/png/leave_sheet_48.png [new file with mode: 0644]
resources/bitmaps_png/png/leave_sheet_64.png [new file with mode: 0644]
resources/bitmaps_png/png/leave_sheet_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/leave_sheet_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/leave_sheet_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/leave_sheet_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/leave_sheet_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/left_16.png [new file with mode: 0644]
resources/bitmaps_png/png/left_24.png [new file with mode: 0644]
resources/bitmaps_png/png/left_32.png [new file with mode: 0644]
resources/bitmaps_png/png/left_48.png [new file with mode: 0644]
resources/bitmaps_png/png/left_64.png [new file with mode: 0644]
resources/bitmaps_png/png/left_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/left_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/left_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/left_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/left_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/lib_next_16.png [new file with mode: 0644]
resources/bitmaps_png/png/lib_next_24.png [new file with mode: 0644]
resources/bitmaps_png/png/lib_next_32.png [new file with mode: 0644]
resources/bitmaps_png/png/lib_next_48.png [new file with mode: 0644]
resources/bitmaps_png/png/lib_next_64.png [new file with mode: 0644]
resources/bitmaps_png/png/lib_next_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/lib_next_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/lib_next_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/lib_next_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/lib_next_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/lib_previous_16.png [new file with mode: 0644]
resources/bitmaps_png/png/lib_previous_24.png [new file with mode: 0644]
resources/bitmaps_png/png/lib_previous_32.png [new file with mode: 0644]
resources/bitmaps_png/png/lib_previous_48.png [new file with mode: 0644]
resources/bitmaps_png/png/lib_previous_64.png [new file with mode: 0644]
resources/bitmaps_png/png/lib_previous_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/lib_previous_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/lib_previous_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/lib_previous_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/lib_previous_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/libedit_16.png [new file with mode: 0644]
resources/bitmaps_png/png/libedit_24.png [new file with mode: 0644]
resources/bitmaps_png/png/libedit_32.png [new file with mode: 0644]
resources/bitmaps_png/png/libedit_48.png [new file with mode: 0644]
resources/bitmaps_png/png/libedit_64.png [new file with mode: 0644]
resources/bitmaps_png/png/libedit_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/libedit_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/libedit_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/libedit_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/libedit_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/library_16.png [new file with mode: 0644]
resources/bitmaps_png/png/library_24.png [new file with mode: 0644]
resources/bitmaps_png/png/library_32.png [new file with mode: 0644]
resources/bitmaps_png/png/library_48.png [new file with mode: 0644]
resources/bitmaps_png/png/library_64.png [new file with mode: 0644]
resources/bitmaps_png/png/library_archive_16.png [new file with mode: 0644]
resources/bitmaps_png/png/library_archive_24.png [new file with mode: 0644]
resources/bitmaps_png/png/library_archive_32.png [new file with mode: 0644]
resources/bitmaps_png/png/library_archive_48.png [new file with mode: 0644]
resources/bitmaps_png/png/library_archive_64.png [new file with mode: 0644]
resources/bitmaps_png/png/library_archive_as_16.png [new file with mode: 0644]
resources/bitmaps_png/png/library_archive_as_24.png [new file with mode: 0644]
resources/bitmaps_png/png/library_archive_as_32.png [new file with mode: 0644]
resources/bitmaps_png/png/library_archive_as_48.png [new file with mode: 0644]
resources/bitmaps_png/png/library_archive_as_64.png [new file with mode: 0644]
resources/bitmaps_png/png/library_archive_as_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/library_archive_as_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/library_archive_as_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/library_archive_as_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/library_archive_as_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/library_archive_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/library_archive_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/library_archive_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/library_archive_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/library_archive_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/library_browser_16.png [new file with mode: 0644]
resources/bitmaps_png/png/library_browser_24.png [new file with mode: 0644]
resources/bitmaps_png/png/library_browser_32.png [new file with mode: 0644]
resources/bitmaps_png/png/library_browser_48.png [new file with mode: 0644]
resources/bitmaps_png/png/library_browser_64.png [new file with mode: 0644]
resources/bitmaps_png/png/library_browser_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/library_browser_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/library_browser_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/library_browser_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/library_browser_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/library_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/library_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/library_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/library_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/library_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/library_table_16.png [new file with mode: 0644]
resources/bitmaps_png/png/library_table_24.png [new file with mode: 0644]
resources/bitmaps_png/png/library_table_32.png [new file with mode: 0644]
resources/bitmaps_png/png/library_table_48.png [new file with mode: 0644]
resources/bitmaps_png/png/library_table_64.png [new file with mode: 0644]
resources/bitmaps_png/png/library_table_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/library_table_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/library_table_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/library_table_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/library_table_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/lines90_16.png [new file with mode: 0644]
resources/bitmaps_png/png/lines90_24.png [new file with mode: 0644]
resources/bitmaps_png/png/lines90_32.png [new file with mode: 0644]
resources/bitmaps_png/png/lines90_48.png [new file with mode: 0644]
resources/bitmaps_png/png/lines90_64.png [new file with mode: 0644]
resources/bitmaps_png/png/lines90_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/lines90_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/lines90_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/lines90_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/lines90_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/lines_any_16.png [new file with mode: 0644]
resources/bitmaps_png/png/lines_any_24.png [new file with mode: 0644]
resources/bitmaps_png/png/lines_any_32.png [new file with mode: 0644]
resources/bitmaps_png/png/lines_any_48.png [new file with mode: 0644]
resources/bitmaps_png/png/lines_any_64.png [new file with mode: 0644]
resources/bitmaps_png/png/lines_any_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/lines_any_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/lines_any_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/lines_any_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/lines_any_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/list_nets_16.png [new file with mode: 0644]
resources/bitmaps_png/png/list_nets_16_16.png [new file with mode: 0644]
resources/bitmaps_png/png/list_nets_16_32.png [new file with mode: 0644]
resources/bitmaps_png/png/list_nets_16_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/list_nets_16_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/list_nets_24.png [new file with mode: 0644]
resources/bitmaps_png/png/list_nets_32.png [new file with mode: 0644]
resources/bitmaps_png/png/list_nets_48.png [new file with mode: 0644]
resources/bitmaps_png/png/list_nets_64.png [new file with mode: 0644]
resources/bitmaps_png/png/list_nets_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/list_nets_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/list_nets_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/list_nets_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/list_nets_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/load_drill_16.png [new file with mode: 0644]
resources/bitmaps_png/png/load_drill_24.png [new file with mode: 0644]
resources/bitmaps_png/png/load_drill_32.png [new file with mode: 0644]
resources/bitmaps_png/png/load_drill_48.png [new file with mode: 0644]
resources/bitmaps_png/png/load_drill_64.png [new file with mode: 0644]
resources/bitmaps_png/png/load_drill_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/load_drill_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/load_drill_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/load_drill_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/load_drill_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/load_gerber_16.png [new file with mode: 0644]
resources/bitmaps_png/png/load_gerber_24.png [new file with mode: 0644]
resources/bitmaps_png/png/load_gerber_32.png [new file with mode: 0644]
resources/bitmaps_png/png/load_gerber_48.png [new file with mode: 0644]
resources/bitmaps_png/png/load_gerber_64.png [new file with mode: 0644]
resources/bitmaps_png/png/load_gerber_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/load_gerber_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/load_gerber_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/load_gerber_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/load_gerber_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/load_module_board_16.png [new file with mode: 0644]
resources/bitmaps_png/png/load_module_board_24.png [new file with mode: 0644]
resources/bitmaps_png/png/load_module_board_32.png [new file with mode: 0644]
resources/bitmaps_png/png/load_module_board_48.png [new file with mode: 0644]
resources/bitmaps_png/png/load_module_board_64.png [new file with mode: 0644]
resources/bitmaps_png/png/load_module_board_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/load_module_board_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/load_module_board_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/load_module_board_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/load_module_board_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/lock_unlock_16.png [new file with mode: 0644]
resources/bitmaps_png/png/lock_unlock_24.png [new file with mode: 0644]
resources/bitmaps_png/png/lock_unlock_32.png [new file with mode: 0644]
resources/bitmaps_png/png/lock_unlock_48.png [new file with mode: 0644]
resources/bitmaps_png/png/lock_unlock_64.png [new file with mode: 0644]
resources/bitmaps_png/png/lock_unlock_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/lock_unlock_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/lock_unlock_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/lock_unlock_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/lock_unlock_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/locked_16.png [new file with mode: 0644]
resources/bitmaps_png/png/locked_24.png [new file with mode: 0644]
resources/bitmaps_png/png/locked_32.png [new file with mode: 0644]
resources/bitmaps_png/png/locked_48.png [new file with mode: 0644]
resources/bitmaps_png/png/locked_64.png [new file with mode: 0644]
resources/bitmaps_png/png/locked_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/locked_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/locked_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/locked_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/locked_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/marker_exclude_16.png [new file with mode: 0644]
resources/bitmaps_png/png/marker_exclude_24.png [new file with mode: 0644]
resources/bitmaps_png/png/marker_exclude_32.png [new file with mode: 0644]
resources/bitmaps_png/png/marker_exclude_48.png [new file with mode: 0644]
resources/bitmaps_png/png/marker_exclude_64.png [new file with mode: 0644]
resources/bitmaps_png/png/marker_exclude_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/marker_exclude_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/marker_exclude_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/marker_exclude_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/marker_exclude_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/marker_next_16.png [new file with mode: 0644]
resources/bitmaps_png/png/marker_next_24.png [new file with mode: 0644]
resources/bitmaps_png/png/marker_next_32.png [new file with mode: 0644]
resources/bitmaps_png/png/marker_next_48.png [new file with mode: 0644]
resources/bitmaps_png/png/marker_next_64.png [new file with mode: 0644]
resources/bitmaps_png/png/marker_next_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/marker_next_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/marker_next_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/marker_next_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/marker_next_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/marker_previous_16.png [new file with mode: 0644]
resources/bitmaps_png/png/marker_previous_24.png [new file with mode: 0644]
resources/bitmaps_png/png/marker_previous_32.png [new file with mode: 0644]
resources/bitmaps_png/png/marker_previous_48.png [new file with mode: 0644]
resources/bitmaps_png/png/marker_previous_64.png [new file with mode: 0644]
resources/bitmaps_png/png/marker_previous_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/marker_previous_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/marker_previous_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/marker_previous_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/marker_previous_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/measurement_16.png [new file with mode: 0644]
resources/bitmaps_png/png/measurement_24.png [new file with mode: 0644]
resources/bitmaps_png/png/measurement_32.png [new file with mode: 0644]
resources/bitmaps_png/png/measurement_48.png [new file with mode: 0644]
resources/bitmaps_png/png/measurement_64.png [new file with mode: 0644]
resources/bitmaps_png/png/measurement_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/measurement_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/measurement_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/measurement_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/measurement_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/merge_polygons_16.png [new file with mode: 0644]
resources/bitmaps_png/png/merge_polygons_24.png [new file with mode: 0644]
resources/bitmaps_png/png/merge_polygons_32.png [new file with mode: 0644]
resources/bitmaps_png/png/merge_polygons_48.png [new file with mode: 0644]
resources/bitmaps_png/png/merge_polygons_64.png [new file with mode: 0644]
resources/bitmaps_png/png/merge_polygons_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/merge_polygons_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/merge_polygons_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/merge_polygons_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/merge_polygons_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/microstrip.png [new file with mode: 0644]
resources/bitmaps_png/png/microstrip_dark.png [new file with mode: 0644]
resources/bitmaps_png/png/microstrip_zodd_zeven.png [new file with mode: 0644]
resources/bitmaps_png/png/microstrip_zodd_zeven_dark.png [new file with mode: 0644]
resources/bitmaps_png/png/mirror_h_16.png [new file with mode: 0644]
resources/bitmaps_png/png/mirror_h_24.png [new file with mode: 0644]
resources/bitmaps_png/png/mirror_h_32.png [new file with mode: 0644]
resources/bitmaps_png/png/mirror_h_48.png [new file with mode: 0644]
resources/bitmaps_png/png/mirror_h_64.png [new file with mode: 0644]
resources/bitmaps_png/png/mirror_h_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/mirror_h_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/mirror_h_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/mirror_h_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/mirror_h_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/mirror_v_16.png [new file with mode: 0644]
resources/bitmaps_png/png/mirror_v_24.png [new file with mode: 0644]
resources/bitmaps_png/png/mirror_v_32.png [new file with mode: 0644]
resources/bitmaps_png/png/mirror_v_48.png [new file with mode: 0644]
resources/bitmaps_png/png/mirror_v_64.png [new file with mode: 0644]
resources/bitmaps_png/png/mirror_v_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/mirror_v_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/mirror_v_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/mirror_v_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/mirror_v_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/mode_module_16.png [new file with mode: 0644]
resources/bitmaps_png/png/mode_module_24.png [new file with mode: 0644]
resources/bitmaps_png/png/mode_module_32.png [new file with mode: 0644]
resources/bitmaps_png/png/mode_module_48.png [new file with mode: 0644]
resources/bitmaps_png/png/mode_module_64.png [new file with mode: 0644]
resources/bitmaps_png/png/mode_module_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/mode_module_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/mode_module_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/mode_module_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/mode_module_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/module_16.png [new file with mode: 0644]
resources/bitmaps_png/png/module_24.png [new file with mode: 0644]
resources/bitmaps_png/png/module_32.png [new file with mode: 0644]
resources/bitmaps_png/png/module_48.png [new file with mode: 0644]
resources/bitmaps_png/png/module_64.png [new file with mode: 0644]
resources/bitmaps_png/png/module_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/module_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/module_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/module_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/module_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/module_editor_16.png [new file with mode: 0644]
resources/bitmaps_png/png/module_editor_24.png [new file with mode: 0644]
resources/bitmaps_png/png/module_editor_32.png [new file with mode: 0644]
resources/bitmaps_png/png/module_editor_48.png [new file with mode: 0644]
resources/bitmaps_png/png/module_editor_64.png [new file with mode: 0644]
resources/bitmaps_png/png/module_editor_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/module_editor_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/module_editor_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/module_editor_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/module_editor_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/module_filtered_list_16.png [new file with mode: 0644]
resources/bitmaps_png/png/module_filtered_list_24.png [new file with mode: 0644]
resources/bitmaps_png/png/module_filtered_list_32.png [new file with mode: 0644]
resources/bitmaps_png/png/module_filtered_list_48.png [new file with mode: 0644]
resources/bitmaps_png/png/module_filtered_list_64.png [new file with mode: 0644]
resources/bitmaps_png/png/module_filtered_list_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/module_filtered_list_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/module_filtered_list_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/module_filtered_list_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/module_filtered_list_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/module_library_list_16.png [new file with mode: 0644]
resources/bitmaps_png/png/module_library_list_24.png [new file with mode: 0644]
resources/bitmaps_png/png/module_library_list_32.png [new file with mode: 0644]
resources/bitmaps_png/png/module_library_list_48.png [new file with mode: 0644]
resources/bitmaps_png/png/module_library_list_64.png [new file with mode: 0644]
resources/bitmaps_png/png/module_library_list_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/module_library_list_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/module_library_list_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/module_library_list_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/module_library_list_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/module_options_16.png [new file with mode: 0644]
resources/bitmaps_png/png/module_options_24.png [new file with mode: 0644]
resources/bitmaps_png/png/module_options_32.png [new file with mode: 0644]
resources/bitmaps_png/png/module_options_48.png [new file with mode: 0644]
resources/bitmaps_png/png/module_options_64.png [new file with mode: 0644]
resources/bitmaps_png/png/module_options_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/module_options_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/module_options_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/module_options_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/module_options_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/module_pin_filtered_list_16.png [new file with mode: 0644]
resources/bitmaps_png/png/module_pin_filtered_list_24.png [new file with mode: 0644]
resources/bitmaps_png/png/module_pin_filtered_list_32.png [new file with mode: 0644]
resources/bitmaps_png/png/module_pin_filtered_list_48.png [new file with mode: 0644]
resources/bitmaps_png/png/module_pin_filtered_list_64.png [new file with mode: 0644]
resources/bitmaps_png/png/module_pin_filtered_list_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/module_pin_filtered_list_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/module_pin_filtered_list_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/module_pin_filtered_list_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/module_pin_filtered_list_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/module_wizard_16.png [new file with mode: 0644]
resources/bitmaps_png/png/module_wizard_24.png [new file with mode: 0644]
resources/bitmaps_png/png/module_wizard_32.png [new file with mode: 0644]
resources/bitmaps_png/png/module_wizard_48.png [new file with mode: 0644]
resources/bitmaps_png/png/module_wizard_64.png [new file with mode: 0644]
resources/bitmaps_png/png/module_wizard_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/module_wizard_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/module_wizard_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/module_wizard_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/module_wizard_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/morgan1_16.png [new file with mode: 0644]
resources/bitmaps_png/png/morgan1_24.png [new file with mode: 0644]
resources/bitmaps_png/png/morgan1_32.png [new file with mode: 0644]
resources/bitmaps_png/png/morgan1_48.png [new file with mode: 0644]
resources/bitmaps_png/png/morgan1_64.png [new file with mode: 0644]
resources/bitmaps_png/png/morgan1_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/morgan1_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/morgan1_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/morgan1_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/morgan1_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/morgan2_16.png [new file with mode: 0644]
resources/bitmaps_png/png/morgan2_24.png [new file with mode: 0644]
resources/bitmaps_png/png/morgan2_32.png [new file with mode: 0644]
resources/bitmaps_png/png/morgan2_48.png [new file with mode: 0644]
resources/bitmaps_png/png/morgan2_64.png [new file with mode: 0644]
resources/bitmaps_png/png/morgan2_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/morgan2_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/morgan2_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/morgan2_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/morgan2_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/move_16.png [new file with mode: 0644]
resources/bitmaps_png/png/move_24.png [new file with mode: 0644]
resources/bitmaps_png/png/move_32.png [new file with mode: 0644]
resources/bitmaps_png/png/move_48.png [new file with mode: 0644]
resources/bitmaps_png/png/move_64.png [new file with mode: 0644]
resources/bitmaps_png/png/move_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/move_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/move_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/move_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/move_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/move_exactly_16.png [new file with mode: 0644]
resources/bitmaps_png/png/move_exactly_24.png [new file with mode: 0644]
resources/bitmaps_png/png/move_exactly_32.png [new file with mode: 0644]
resources/bitmaps_png/png/move_exactly_48.png [new file with mode: 0644]
resources/bitmaps_png/png/move_exactly_64.png [new file with mode: 0644]
resources/bitmaps_png/png/move_exactly_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/move_exactly_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/move_exactly_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/move_exactly_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/move_exactly_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/move_relative_16.png [new file with mode: 0644]
resources/bitmaps_png/png/move_relative_24.png [new file with mode: 0644]
resources/bitmaps_png/png/move_relative_32.png [new file with mode: 0644]
resources/bitmaps_png/png/move_relative_48.png [new file with mode: 0644]
resources/bitmaps_png/png/move_relative_64.png [new file with mode: 0644]
resources/bitmaps_png/png/move_relative_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/move_relative_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/move_relative_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/move_relative_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/move_relative_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/mw_add_gap_16.png [new file with mode: 0644]
resources/bitmaps_png/png/mw_add_gap_24.png [new file with mode: 0644]
resources/bitmaps_png/png/mw_add_gap_32.png [new file with mode: 0644]
resources/bitmaps_png/png/mw_add_gap_48.png [new file with mode: 0644]
resources/bitmaps_png/png/mw_add_gap_64.png [new file with mode: 0644]
resources/bitmaps_png/png/mw_add_gap_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/mw_add_gap_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/mw_add_gap_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/mw_add_gap_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/mw_add_gap_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/mw_add_line_16.png [new file with mode: 0644]
resources/bitmaps_png/png/mw_add_line_24.png [new file with mode: 0644]
resources/bitmaps_png/png/mw_add_line_32.png [new file with mode: 0644]
resources/bitmaps_png/png/mw_add_line_48.png [new file with mode: 0644]
resources/bitmaps_png/png/mw_add_line_64.png [new file with mode: 0644]
resources/bitmaps_png/png/mw_add_line_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/mw_add_line_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/mw_add_line_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/mw_add_line_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/mw_add_line_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/mw_add_shape_16.png [new file with mode: 0644]
resources/bitmaps_png/png/mw_add_shape_24.png [new file with mode: 0644]
resources/bitmaps_png/png/mw_add_shape_32.png [new file with mode: 0644]
resources/bitmaps_png/png/mw_add_shape_48.png [new file with mode: 0644]
resources/bitmaps_png/png/mw_add_shape_64.png [new file with mode: 0644]
resources/bitmaps_png/png/mw_add_shape_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/mw_add_shape_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/mw_add_shape_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/mw_add_shape_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/mw_add_shape_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/mw_add_stub_16.png [new file with mode: 0644]
resources/bitmaps_png/png/mw_add_stub_24.png [new file with mode: 0644]
resources/bitmaps_png/png/mw_add_stub_32.png [new file with mode: 0644]
resources/bitmaps_png/png/mw_add_stub_48.png [new file with mode: 0644]
resources/bitmaps_png/png/mw_add_stub_64.png [new file with mode: 0644]
resources/bitmaps_png/png/mw_add_stub_arc_16.png [new file with mode: 0644]
resources/bitmaps_png/png/mw_add_stub_arc_24.png [new file with mode: 0644]
resources/bitmaps_png/png/mw_add_stub_arc_32.png [new file with mode: 0644]
resources/bitmaps_png/png/mw_add_stub_arc_48.png [new file with mode: 0644]
resources/bitmaps_png/png/mw_add_stub_arc_64.png [new file with mode: 0644]
resources/bitmaps_png/png/mw_add_stub_arc_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/mw_add_stub_arc_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/mw_add_stub_arc_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/mw_add_stub_arc_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/mw_add_stub_arc_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/mw_add_stub_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/mw_add_stub_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/mw_add_stub_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/mw_add_stub_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/mw_add_stub_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/net_highlight_16.png [new file with mode: 0644]
resources/bitmaps_png/png/net_highlight_24.png [new file with mode: 0644]
resources/bitmaps_png/png/net_highlight_32.png [new file with mode: 0644]
resources/bitmaps_png/png/net_highlight_48.png [new file with mode: 0644]
resources/bitmaps_png/png/net_highlight_64.png [new file with mode: 0644]
resources/bitmaps_png/png/net_highlight_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/net_highlight_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/net_highlight_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/net_highlight_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/net_highlight_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/net_highlight_schematic_16.png [new file with mode: 0644]
resources/bitmaps_png/png/net_highlight_schematic_24.png [new file with mode: 0644]
resources/bitmaps_png/png/net_highlight_schematic_32.png [new file with mode: 0644]
resources/bitmaps_png/png/net_highlight_schematic_48.png [new file with mode: 0644]
resources/bitmaps_png/png/net_highlight_schematic_64.png [new file with mode: 0644]
resources/bitmaps_png/png/net_highlight_schematic_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/net_highlight_schematic_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/net_highlight_schematic_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/net_highlight_schematic_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/net_highlight_schematic_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/netlist_16.png [new file with mode: 0644]
resources/bitmaps_png/png/netlist_24.png [new file with mode: 0644]
resources/bitmaps_png/png/netlist_32.png [new file with mode: 0644]
resources/bitmaps_png/png/netlist_48.png [new file with mode: 0644]
resources/bitmaps_png/png/netlist_64.png [new file with mode: 0644]
resources/bitmaps_png/png/netlist_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/netlist_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/netlist_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/netlist_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/netlist_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/new_component_16.png [new file with mode: 0644]
resources/bitmaps_png/png/new_component_24.png [new file with mode: 0644]
resources/bitmaps_png/png/new_component_32.png [new file with mode: 0644]
resources/bitmaps_png/png/new_component_48.png [new file with mode: 0644]
resources/bitmaps_png/png/new_component_64.png [new file with mode: 0644]
resources/bitmaps_png/png/new_component_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/new_component_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/new_component_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/new_component_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/new_component_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/new_footprint_16.png [new file with mode: 0644]
resources/bitmaps_png/png/new_footprint_24.png [new file with mode: 0644]
resources/bitmaps_png/png/new_footprint_32.png [new file with mode: 0644]
resources/bitmaps_png/png/new_footprint_48.png [new file with mode: 0644]
resources/bitmaps_png/png/new_footprint_64.png [new file with mode: 0644]
resources/bitmaps_png/png/new_footprint_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/new_footprint_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/new_footprint_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/new_footprint_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/new_footprint_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/new_generic_16.png [new file with mode: 0644]
resources/bitmaps_png/png/new_generic_24.png [new file with mode: 0644]
resources/bitmaps_png/png/new_generic_32.png [new file with mode: 0644]
resources/bitmaps_png/png/new_generic_48.png [new file with mode: 0644]
resources/bitmaps_png/png/new_generic_64.png [new file with mode: 0644]
resources/bitmaps_png/png/new_generic_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/new_generic_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/new_generic_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/new_generic_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/new_generic_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/new_library_16.png [new file with mode: 0644]
resources/bitmaps_png/png/new_library_24.png [new file with mode: 0644]
resources/bitmaps_png/png/new_library_32.png [new file with mode: 0644]
resources/bitmaps_png/png/new_library_48.png [new file with mode: 0644]
resources/bitmaps_png/png/new_library_64.png [new file with mode: 0644]
resources/bitmaps_png/png/new_library_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/new_library_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/new_library_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/new_library_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/new_library_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/new_project_16.png [new file with mode: 0644]
resources/bitmaps_png/png/new_project_24.png [new file with mode: 0644]
resources/bitmaps_png/png/new_project_32.png [new file with mode: 0644]
resources/bitmaps_png/png/new_project_48.png [new file with mode: 0644]
resources/bitmaps_png/png/new_project_64.png [new file with mode: 0644]
resources/bitmaps_png/png/new_project_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/new_project_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/new_project_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/new_project_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/new_project_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/new_project_from_template_16.png [new file with mode: 0644]
resources/bitmaps_png/png/new_project_from_template_24.png [new file with mode: 0644]
resources/bitmaps_png/png/new_project_from_template_32.png [new file with mode: 0644]
resources/bitmaps_png/png/new_project_from_template_48.png [new file with mode: 0644]
resources/bitmaps_png/png/new_project_from_template_64.png [new file with mode: 0644]
resources/bitmaps_png/png/new_project_from_template_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/new_project_from_template_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/new_project_from_template_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/new_project_from_template_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/new_project_from_template_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/noconn_16.png [new file with mode: 0644]
resources/bitmaps_png/png/noconn_24.png [new file with mode: 0644]
resources/bitmaps_png/png/noconn_32.png [new file with mode: 0644]
resources/bitmaps_png/png/noconn_48.png [new file with mode: 0644]
resources/bitmaps_png/png/noconn_64.png [new file with mode: 0644]
resources/bitmaps_png/png/noconn_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/noconn_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/noconn_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/noconn_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/noconn_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/normal_16.png [new file with mode: 0644]
resources/bitmaps_png/png/normal_24.png [new file with mode: 0644]
resources/bitmaps_png/png/normal_32.png [new file with mode: 0644]
resources/bitmaps_png/png/normal_48.png [new file with mode: 0644]
resources/bitmaps_png/png/normal_64.png [new file with mode: 0644]
resources/bitmaps_png/png/normal_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/normal_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/normal_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/normal_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/normal_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/notifications_16.png [new file with mode: 0644]
resources/bitmaps_png/png/notifications_32.png [new file with mode: 0644]
resources/bitmaps_png/png/notifications_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/notifications_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/open_project_16.png [new file with mode: 0644]
resources/bitmaps_png/png/open_project_24.png [new file with mode: 0644]
resources/bitmaps_png/png/open_project_32.png [new file with mode: 0644]
resources/bitmaps_png/png/open_project_48.png [new file with mode: 0644]
resources/bitmaps_png/png/open_project_64.png [new file with mode: 0644]
resources/bitmaps_png/png/open_project_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/open_project_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/open_project_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/open_project_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/open_project_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/open_project_demo_16.png [new file with mode: 0644]
resources/bitmaps_png/png/open_project_demo_24.png [new file with mode: 0644]
resources/bitmaps_png/png/open_project_demo_32.png [new file with mode: 0644]
resources/bitmaps_png/png/open_project_demo_48.png [new file with mode: 0644]
resources/bitmaps_png/png/open_project_demo_64.png [new file with mode: 0644]
resources/bitmaps_png/png/open_project_demo_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/open_project_demo_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/open_project_demo_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/open_project_demo_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/open_project_demo_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/opt_show_polygon_16.png [new file with mode: 0644]
resources/bitmaps_png/png/opt_show_polygon_24.png [new file with mode: 0644]
resources/bitmaps_png/png/opt_show_polygon_32.png [new file with mode: 0644]
resources/bitmaps_png/png/opt_show_polygon_48.png [new file with mode: 0644]
resources/bitmaps_png/png/opt_show_polygon_64.png [new file with mode: 0644]
resources/bitmaps_png/png/opt_show_polygon_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/opt_show_polygon_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/opt_show_polygon_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/opt_show_polygon_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/opt_show_polygon_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/options_3drender_16.png [new file with mode: 0644]
resources/bitmaps_png/png/options_3drender_24.png [new file with mode: 0644]
resources/bitmaps_png/png/options_3drender_32.png [new file with mode: 0644]
resources/bitmaps_png/png/options_3drender_48.png [new file with mode: 0644]
resources/bitmaps_png/png/options_3drender_64.png [new file with mode: 0644]
resources/bitmaps_png/png/options_3drender_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/options_3drender_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/options_3drender_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/options_3drender_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/options_3drender_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/options_board_16.png [new file with mode: 0644]
resources/bitmaps_png/png/options_board_24.png [new file with mode: 0644]
resources/bitmaps_png/png/options_board_32.png [new file with mode: 0644]
resources/bitmaps_png/png/options_board_48.png [new file with mode: 0644]
resources/bitmaps_png/png/options_board_64.png [new file with mode: 0644]
resources/bitmaps_png/png/options_board_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/options_board_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/options_board_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/options_board_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/options_board_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/options_generic_16.png [new file with mode: 0644]
resources/bitmaps_png/png/options_generic_16_16.png [new file with mode: 0644]
resources/bitmaps_png/png/options_generic_16_32.png [new file with mode: 0644]
resources/bitmaps_png/png/options_generic_16_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/options_generic_16_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/options_generic_24.png [new file with mode: 0644]
resources/bitmaps_png/png/options_generic_32.png [new file with mode: 0644]
resources/bitmaps_png/png/options_generic_48.png [new file with mode: 0644]
resources/bitmaps_png/png/options_generic_64.png [new file with mode: 0644]
resources/bitmaps_png/png/options_generic_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/options_generic_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/options_generic_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/options_generic_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/options_generic_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/options_pad_16.png [new file with mode: 0644]
resources/bitmaps_png/png/options_pad_24.png [new file with mode: 0644]
resources/bitmaps_png/png/options_pad_32.png [new file with mode: 0644]
resources/bitmaps_png/png/options_pad_48.png [new file with mode: 0644]
resources/bitmaps_png/png/options_pad_64.png [new file with mode: 0644]
resources/bitmaps_png/png/options_pad_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/options_pad_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/options_pad_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/options_pad_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/options_pad_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/options_schematic_16.png [new file with mode: 0644]
resources/bitmaps_png/png/options_schematic_24.png [new file with mode: 0644]
resources/bitmaps_png/png/options_schematic_32.png [new file with mode: 0644]
resources/bitmaps_png/png/options_schematic_48.png [new file with mode: 0644]
resources/bitmaps_png/png/options_schematic_64.png [new file with mode: 0644]
resources/bitmaps_png/png/options_schematic_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/options_schematic_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/options_schematic_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/options_schematic_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/options_schematic_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/ortho_16.png [new file with mode: 0644]
resources/bitmaps_png/png/ortho_24.png [new file with mode: 0644]
resources/bitmaps_png/png/ortho_32.png [new file with mode: 0644]
resources/bitmaps_png/png/ortho_48.png [new file with mode: 0644]
resources/bitmaps_png/png/ortho_64.png [new file with mode: 0644]
resources/bitmaps_png/png/ortho_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/ortho_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/ortho_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/ortho_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/ortho_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/pack_footprints_16.png [new file with mode: 0644]
resources/bitmaps_png/png/pack_footprints_24.png [new file with mode: 0644]
resources/bitmaps_png/png/pack_footprints_32.png [new file with mode: 0644]
resources/bitmaps_png/png/pack_footprints_48.png [new file with mode: 0644]
resources/bitmaps_png/png/pack_footprints_64.png [new file with mode: 0644]
resources/bitmaps_png/png/pack_footprints_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/pack_footprints_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/pack_footprints_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/pack_footprints_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/pack_footprints_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/pad_16.png [new file with mode: 0644]
resources/bitmaps_png/png/pad_24.png [new file with mode: 0644]
resources/bitmaps_png/png/pad_32.png [new file with mode: 0644]
resources/bitmaps_png/png/pad_48.png [new file with mode: 0644]
resources/bitmaps_png/png/pad_64.png [new file with mode: 0644]
resources/bitmaps_png/png/pad_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/pad_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/pad_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/pad_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/pad_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/pad_enumerate_16.png [new file with mode: 0644]
resources/bitmaps_png/png/pad_enumerate_24.png [new file with mode: 0644]
resources/bitmaps_png/png/pad_enumerate_32.png [new file with mode: 0644]
resources/bitmaps_png/png/pad_enumerate_48.png [new file with mode: 0644]
resources/bitmaps_png/png/pad_enumerate_64.png [new file with mode: 0644]
resources/bitmaps_png/png/pad_enumerate_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/pad_enumerate_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/pad_enumerate_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/pad_enumerate_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/pad_enumerate_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/pad_number_16.png [new file with mode: 0644]
resources/bitmaps_png/png/pad_number_24.png [new file with mode: 0644]
resources/bitmaps_png/png/pad_number_32.png [new file with mode: 0644]
resources/bitmaps_png/png/pad_number_48.png [new file with mode: 0644]
resources/bitmaps_png/png/pad_number_64.png [new file with mode: 0644]
resources/bitmaps_png/png/pad_number_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/pad_number_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/pad_number_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/pad_number_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/pad_number_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/pad_sketch_16.png [new file with mode: 0644]
resources/bitmaps_png/png/pad_sketch_24.png [new file with mode: 0644]
resources/bitmaps_png/png/pad_sketch_32.png [new file with mode: 0644]
resources/bitmaps_png/png/pad_sketch_48.png [new file with mode: 0644]
resources/bitmaps_png/png/pad_sketch_64.png [new file with mode: 0644]
resources/bitmaps_png/png/pad_sketch_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/pad_sketch_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/pad_sketch_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/pad_sketch_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/pad_sketch_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/pads_mask_layers_16.png [new file with mode: 0644]
resources/bitmaps_png/png/pads_mask_layers_24.png [new file with mode: 0644]
resources/bitmaps_png/png/pads_mask_layers_32.png [new file with mode: 0644]
resources/bitmaps_png/png/pads_mask_layers_48.png [new file with mode: 0644]
resources/bitmaps_png/png/pads_mask_layers_64.png [new file with mode: 0644]
resources/bitmaps_png/png/pads_mask_layers_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/pads_mask_layers_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/pads_mask_layers_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/pads_mask_layers_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/pads_mask_layers_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/pads_npth.png [new file with mode: 0644]
resources/bitmaps_png/png/pads_npth_bottom.png [new file with mode: 0644]
resources/bitmaps_png/png/pads_npth_bottom_dark.png [new file with mode: 0644]
resources/bitmaps_png/png/pads_npth_dark.png [new file with mode: 0644]
resources/bitmaps_png/png/pads_npth_top.png [new file with mode: 0644]
resources/bitmaps_png/png/pads_npth_top_bottom.png [new file with mode: 0644]
resources/bitmaps_png/png/pads_npth_top_bottom_dark.png [new file with mode: 0644]
resources/bitmaps_png/png/pads_npth_top_dark.png [new file with mode: 0644]
resources/bitmaps_png/png/pads_remove_16.png [new file with mode: 0644]
resources/bitmaps_png/png/pads_remove_24.png [new file with mode: 0644]
resources/bitmaps_png/png/pads_remove_32.png [new file with mode: 0644]
resources/bitmaps_png/png/pads_remove_48.png [new file with mode: 0644]
resources/bitmaps_png/png/pads_remove_64.png [new file with mode: 0644]
resources/bitmaps_png/png/pads_remove_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/pads_remove_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/pads_remove_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/pads_remove_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/pads_remove_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/pads_remove_unused.png [new file with mode: 0644]
resources/bitmaps_png/png/pads_remove_unused_dark.png [new file with mode: 0644]
resources/bitmaps_png/png/pads_remove_unused_keep_bottom.png [new file with mode: 0644]
resources/bitmaps_png/png/pads_remove_unused_keep_bottom_dark.png [new file with mode: 0644]
resources/bitmaps_png/png/pads_reset_unused.png [new file with mode: 0644]
resources/bitmaps_png/png/pads_reset_unused_dark.png [new file with mode: 0644]
resources/bitmaps_png/png/pagelayout_normal_view_mode_16.png [new file with mode: 0644]
resources/bitmaps_png/png/pagelayout_normal_view_mode_24.png [new file with mode: 0644]
resources/bitmaps_png/png/pagelayout_normal_view_mode_32.png [new file with mode: 0644]
resources/bitmaps_png/png/pagelayout_normal_view_mode_48.png [new file with mode: 0644]
resources/bitmaps_png/png/pagelayout_normal_view_mode_64.png [new file with mode: 0644]
resources/bitmaps_png/png/pagelayout_normal_view_mode_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/pagelayout_normal_view_mode_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/pagelayout_normal_view_mode_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/pagelayout_normal_view_mode_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/pagelayout_normal_view_mode_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/pagelayout_special_view_mode_16.png [new file with mode: 0644]
resources/bitmaps_png/png/pagelayout_special_view_mode_24.png [new file with mode: 0644]
resources/bitmaps_png/png/pagelayout_special_view_mode_32.png [new file with mode: 0644]
resources/bitmaps_png/png/pagelayout_special_view_mode_48.png [new file with mode: 0644]
resources/bitmaps_png/png/pagelayout_special_view_mode_64.png [new file with mode: 0644]
resources/bitmaps_png/png/pagelayout_special_view_mode_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/pagelayout_special_view_mode_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/pagelayout_special_view_mode_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/pagelayout_special_view_mode_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/pagelayout_special_view_mode_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/part_properties_16.png [new file with mode: 0644]
resources/bitmaps_png/png/part_properties_24.png [new file with mode: 0644]
resources/bitmaps_png/png/part_properties_32.png [new file with mode: 0644]
resources/bitmaps_png/png/part_properties_48.png [new file with mode: 0644]
resources/bitmaps_png/png/part_properties_64.png [new file with mode: 0644]
resources/bitmaps_png/png/part_properties_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/part_properties_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/part_properties_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/part_properties_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/part_properties_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/paste_16.png [new file with mode: 0644]
resources/bitmaps_png/png/paste_24.png [new file with mode: 0644]
resources/bitmaps_png/png/paste_32.png [new file with mode: 0644]
resources/bitmaps_png/png/paste_48.png [new file with mode: 0644]
resources/bitmaps_png/png/paste_64.png [new file with mode: 0644]
resources/bitmaps_png/png/paste_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/paste_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/paste_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/paste_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/paste_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/paste_special_16.png [new file with mode: 0644]
resources/bitmaps_png/png/paste_special_24.png [new file with mode: 0644]
resources/bitmaps_png/png/paste_special_32.png [new file with mode: 0644]
resources/bitmaps_png/png/paste_special_48.png [new file with mode: 0644]
resources/bitmaps_png/png/paste_special_64.png [new file with mode: 0644]
resources/bitmaps_png/png/paste_special_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/paste_special_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/paste_special_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/paste_special_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/paste_special_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/path_16.png [new file with mode: 0644]
resources/bitmaps_png/png/path_24.png [new file with mode: 0644]
resources/bitmaps_png/png/path_32.png [new file with mode: 0644]
resources/bitmaps_png/png/path_48.png [new file with mode: 0644]
resources/bitmaps_png/png/path_64.png [new file with mode: 0644]
resources/bitmaps_png/png/path_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/path_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/path_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/path_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/path_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/pcb_target_16.png [new file with mode: 0644]
resources/bitmaps_png/png/pcb_target_24.png [new file with mode: 0644]
resources/bitmaps_png/png/pcb_target_32.png [new file with mode: 0644]
resources/bitmaps_png/png/pcb_target_48.png [new file with mode: 0644]
resources/bitmaps_png/png/pcb_target_64.png [new file with mode: 0644]
resources/bitmaps_png/png/pcb_target_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/pcb_target_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/pcb_target_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/pcb_target_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/pcb_target_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/pin2pin_16.png [new file with mode: 0644]
resources/bitmaps_png/png/pin2pin_24.png [new file with mode: 0644]
resources/bitmaps_png/png/pin2pin_32.png [new file with mode: 0644]
resources/bitmaps_png/png/pin2pin_48.png [new file with mode: 0644]
resources/bitmaps_png/png/pin2pin_64.png [new file with mode: 0644]
resources/bitmaps_png/png/pin2pin_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/pin2pin_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/pin2pin_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/pin2pin_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/pin2pin_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/pin_16.png [new file with mode: 0644]
resources/bitmaps_png/png/pin_24.png [new file with mode: 0644]
resources/bitmaps_png/png/pin_32.png [new file with mode: 0644]
resources/bitmaps_png/png/pin_48.png [new file with mode: 0644]
resources/bitmaps_png/png/pin_64.png [new file with mode: 0644]
resources/bitmaps_png/png/pin_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/pin_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/pin_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/pin_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/pin_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/pin_show_etype_16.png [new file with mode: 0644]
resources/bitmaps_png/png/pin_show_etype_24.png [new file with mode: 0644]
resources/bitmaps_png/png/pin_show_etype_32.png [new file with mode: 0644]
resources/bitmaps_png/png/pin_show_etype_48.png [new file with mode: 0644]
resources/bitmaps_png/png/pin_show_etype_64.png [new file with mode: 0644]
resources/bitmaps_png/png/pin_show_etype_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/pin_show_etype_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/pin_show_etype_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/pin_show_etype_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/pin_show_etype_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/pin_size_to_16.png [new file with mode: 0644]
resources/bitmaps_png/png/pin_size_to_24.png [new file with mode: 0644]
resources/bitmaps_png/png/pin_size_to_32.png [new file with mode: 0644]
resources/bitmaps_png/png/pin_size_to_48.png [new file with mode: 0644]
resources/bitmaps_png/png/pin_size_to_64.png [new file with mode: 0644]
resources/bitmaps_png/png/pin_size_to_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/pin_size_to_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/pin_size_to_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/pin_size_to_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/pin_size_to_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/pin_table_16.png [new file with mode: 0644]
resources/bitmaps_png/png/pin_table_24.png [new file with mode: 0644]
resources/bitmaps_png/png/pin_table_32.png [new file with mode: 0644]
resources/bitmaps_png/png/pin_table_48.png [new file with mode: 0644]
resources/bitmaps_png/png/pin_table_64.png [new file with mode: 0644]
resources/bitmaps_png/png/pin_table_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/pin_table_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/pin_table_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/pin_table_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/pin_table_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/pinorient_down_16.png [new file with mode: 0644]
resources/bitmaps_png/png/pinorient_down_32.png [new file with mode: 0644]
resources/bitmaps_png/png/pinorient_down_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/pinorient_down_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/pinorient_left_16.png [new file with mode: 0644]
resources/bitmaps_png/png/pinorient_left_32.png [new file with mode: 0644]
resources/bitmaps_png/png/pinorient_left_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/pinorient_left_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/pinorient_right_16.png [new file with mode: 0644]
resources/bitmaps_png/png/pinorient_right_32.png [new file with mode: 0644]
resources/bitmaps_png/png/pinorient_right_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/pinorient_right_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/pinorient_up_16.png [new file with mode: 0644]
resources/bitmaps_png/png/pinorient_up_32.png [new file with mode: 0644]
resources/bitmaps_png/png/pinorient_up_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/pinorient_up_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/pinshape_active_low_input_16.png [new file with mode: 0644]
resources/bitmaps_png/png/pinshape_active_low_input_32.png [new file with mode: 0644]
resources/bitmaps_png/png/pinshape_active_low_input_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/pinshape_active_low_input_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/pinshape_active_low_output_16.png [new file with mode: 0644]
resources/bitmaps_png/png/pinshape_active_low_output_32.png [new file with mode: 0644]
resources/bitmaps_png/png/pinshape_active_low_output_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/pinshape_active_low_output_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/pinshape_clock_active_low_16.png [new file with mode: 0644]
resources/bitmaps_png/png/pinshape_clock_active_low_32.png [new file with mode: 0644]
resources/bitmaps_png/png/pinshape_clock_active_low_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/pinshape_clock_active_low_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/pinshape_clock_fall_16.png [new file with mode: 0644]
resources/bitmaps_png/png/pinshape_clock_fall_32.png [new file with mode: 0644]
resources/bitmaps_png/png/pinshape_clock_fall_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/pinshape_clock_fall_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/pinshape_clock_invert_16.png [new file with mode: 0644]
resources/bitmaps_png/png/pinshape_clock_invert_32.png [new file with mode: 0644]
resources/bitmaps_png/png/pinshape_clock_invert_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/pinshape_clock_invert_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/pinshape_clock_normal_16.png [new file with mode: 0644]
resources/bitmaps_png/png/pinshape_clock_normal_32.png [new file with mode: 0644]
resources/bitmaps_png/png/pinshape_clock_normal_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/pinshape_clock_normal_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/pinshape_invert_16.png [new file with mode: 0644]
resources/bitmaps_png/png/pinshape_invert_32.png [new file with mode: 0644]
resources/bitmaps_png/png/pinshape_invert_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/pinshape_invert_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/pinshape_nonlogic_16.png [new file with mode: 0644]
resources/bitmaps_png/png/pinshape_nonlogic_32.png [new file with mode: 0644]
resources/bitmaps_png/png/pinshape_nonlogic_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/pinshape_nonlogic_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/pinshape_normal_16.png [new file with mode: 0644]
resources/bitmaps_png/png/pinshape_normal_32.png [new file with mode: 0644]
resources/bitmaps_png/png/pinshape_normal_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/pinshape_normal_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/pintype_3states_16.png [new file with mode: 0644]
resources/bitmaps_png/png/pintype_3states_32.png [new file with mode: 0644]
resources/bitmaps_png/png/pintype_3states_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/pintype_3states_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/pintype_bidi_16.png [new file with mode: 0644]
resources/bitmaps_png/png/pintype_bidi_32.png [new file with mode: 0644]
resources/bitmaps_png/png/pintype_bidi_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/pintype_bidi_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/pintype_input_16.png [new file with mode: 0644]
resources/bitmaps_png/png/pintype_input_32.png [new file with mode: 0644]
resources/bitmaps_png/png/pintype_input_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/pintype_input_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/pintype_nic_16.png [new file with mode: 0644]
resources/bitmaps_png/png/pintype_nic_32.png [new file with mode: 0644]
resources/bitmaps_png/png/pintype_nic_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/pintype_nic_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/pintype_noconnect_16.png [new file with mode: 0644]
resources/bitmaps_png/png/pintype_noconnect_32.png [new file with mode: 0644]
resources/bitmaps_png/png/pintype_noconnect_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/pintype_noconnect_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/pintype_notspecif_16.png [new file with mode: 0644]
resources/bitmaps_png/png/pintype_notspecif_32.png [new file with mode: 0644]
resources/bitmaps_png/png/pintype_notspecif_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/pintype_notspecif_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/pintype_opencoll_16.png [new file with mode: 0644]
resources/bitmaps_png/png/pintype_opencoll_32.png [new file with mode: 0644]
resources/bitmaps_png/png/pintype_opencoll_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/pintype_opencoll_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/pintype_openemit_16.png [new file with mode: 0644]
resources/bitmaps_png/png/pintype_openemit_32.png [new file with mode: 0644]
resources/bitmaps_png/png/pintype_openemit_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/pintype_openemit_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/pintype_output_16.png [new file with mode: 0644]
resources/bitmaps_png/png/pintype_output_32.png [new file with mode: 0644]
resources/bitmaps_png/png/pintype_output_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/pintype_output_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/pintype_passive_16.png [new file with mode: 0644]
resources/bitmaps_png/png/pintype_passive_32.png [new file with mode: 0644]
resources/bitmaps_png/png/pintype_passive_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/pintype_passive_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/pintype_powerinput_16.png [new file with mode: 0644]
resources/bitmaps_png/png/pintype_powerinput_32.png [new file with mode: 0644]
resources/bitmaps_png/png/pintype_powerinput_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/pintype_powerinput_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/pintype_poweroutput_16.png [new file with mode: 0644]
resources/bitmaps_png/png/pintype_poweroutput_32.png [new file with mode: 0644]
resources/bitmaps_png/png/pintype_poweroutput_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/pintype_poweroutput_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/plot_16.png [new file with mode: 0644]
resources/bitmaps_png/png/plot_24.png [new file with mode: 0644]
resources/bitmaps_png/png/plot_32.png [new file with mode: 0644]
resources/bitmaps_png/png/plot_48.png [new file with mode: 0644]
resources/bitmaps_png/png/plot_64.png [new file with mode: 0644]
resources/bitmaps_png/png/plot_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/plot_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/plot_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/plot_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/plot_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/polar_coord_16.png [new file with mode: 0644]
resources/bitmaps_png/png/polar_coord_24.png [new file with mode: 0644]
resources/bitmaps_png/png/polar_coord_32.png [new file with mode: 0644]
resources/bitmaps_png/png/polar_coord_48.png [new file with mode: 0644]
resources/bitmaps_png/png/polar_coord_64.png [new file with mode: 0644]
resources/bitmaps_png/png/polar_coord_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/polar_coord_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/polar_coord_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/polar_coord_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/polar_coord_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/post_bom_16.png [new file with mode: 0644]
resources/bitmaps_png/png/post_bom_24.png [new file with mode: 0644]
resources/bitmaps_png/png/post_bom_32.png [new file with mode: 0644]
resources/bitmaps_png/png/post_bom_48.png [new file with mode: 0644]
resources/bitmaps_png/png/post_bom_64.png [new file with mode: 0644]
resources/bitmaps_png/png/post_bom_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/post_bom_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/post_bom_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/post_bom_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/post_bom_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/post_compo_16.png [new file with mode: 0644]
resources/bitmaps_png/png/post_compo_24.png [new file with mode: 0644]
resources/bitmaps_png/png/post_compo_32.png [new file with mode: 0644]
resources/bitmaps_png/png/post_compo_48.png [new file with mode: 0644]
resources/bitmaps_png/png/post_compo_64.png [new file with mode: 0644]
resources/bitmaps_png/png/post_compo_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/post_compo_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/post_compo_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/post_compo_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/post_compo_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/post_d356_16.png [new file with mode: 0644]
resources/bitmaps_png/png/post_d356_24.png [new file with mode: 0644]
resources/bitmaps_png/png/post_d356_32.png [new file with mode: 0644]
resources/bitmaps_png/png/post_d356_48.png [new file with mode: 0644]
resources/bitmaps_png/png/post_d356_64.png [new file with mode: 0644]
resources/bitmaps_png/png/post_d356_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/post_d356_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/post_d356_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/post_d356_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/post_d356_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/post_drill_16.png [new file with mode: 0644]
resources/bitmaps_png/png/post_drill_24.png [new file with mode: 0644]
resources/bitmaps_png/png/post_drill_32.png [new file with mode: 0644]
resources/bitmaps_png/png/post_drill_48.png [new file with mode: 0644]
resources/bitmaps_png/png/post_drill_64.png [new file with mode: 0644]
resources/bitmaps_png/png/post_drill_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/post_drill_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/post_drill_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/post_drill_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/post_drill_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/post_gencad_16.png [new file with mode: 0644]
resources/bitmaps_png/png/post_gencad_24.png [new file with mode: 0644]
resources/bitmaps_png/png/post_gencad_32.png [new file with mode: 0644]
resources/bitmaps_png/png/post_gencad_48.png [new file with mode: 0644]
resources/bitmaps_png/png/post_gencad_64.png [new file with mode: 0644]
resources/bitmaps_png/png/post_gencad_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/post_gencad_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/post_gencad_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/post_gencad_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/post_gencad_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/post_gerber_16.png [new file with mode: 0644]
resources/bitmaps_png/png/post_gerber_24.png [new file with mode: 0644]
resources/bitmaps_png/png/post_gerber_32.png [new file with mode: 0644]
resources/bitmaps_png/png/post_gerber_48.png [new file with mode: 0644]
resources/bitmaps_png/png/post_gerber_64.png [new file with mode: 0644]
resources/bitmaps_png/png/post_gerber_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/post_gerber_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/post_gerber_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/post_gerber_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/post_gerber_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/post_rpt_16.png [new file with mode: 0644]
resources/bitmaps_png/png/post_rpt_24.png [new file with mode: 0644]
resources/bitmaps_png/png/post_rpt_32.png [new file with mode: 0644]
resources/bitmaps_png/png/post_rpt_48.png [new file with mode: 0644]
resources/bitmaps_png/png/post_rpt_64.png [new file with mode: 0644]
resources/bitmaps_png/png/post_rpt_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/post_rpt_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/post_rpt_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/post_rpt_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/post_rpt_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/post_xml_16.png [new file with mode: 0644]
resources/bitmaps_png/png/post_xml_24.png [new file with mode: 0644]
resources/bitmaps_png/png/post_xml_32.png [new file with mode: 0644]
resources/bitmaps_png/png/post_xml_48.png [new file with mode: 0644]
resources/bitmaps_png/png/post_xml_64.png [new file with mode: 0644]
resources/bitmaps_png/png/post_xml_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/post_xml_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/post_xml_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/post_xml_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/post_xml_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/preference_16.png [new file with mode: 0644]
resources/bitmaps_png/png/preference_24.png [new file with mode: 0644]
resources/bitmaps_png/png/preference_32.png [new file with mode: 0644]
resources/bitmaps_png/png/preference_48.png [new file with mode: 0644]
resources/bitmaps_png/png/preference_64.png [new file with mode: 0644]
resources/bitmaps_png/png/preference_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/preference_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/preference_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/preference_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/preference_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/print_button_16.png [new file with mode: 0644]
resources/bitmaps_png/png/print_button_24.png [new file with mode: 0644]
resources/bitmaps_png/png/print_button_32.png [new file with mode: 0644]
resources/bitmaps_png/png/print_button_48.png [new file with mode: 0644]
resources/bitmaps_png/png/print_button_64.png [new file with mode: 0644]
resources/bitmaps_png/png/print_button_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/print_button_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/print_button_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/print_button_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/print_button_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/project_16.png [new file with mode: 0644]
resources/bitmaps_png/png/project_24.png [new file with mode: 0644]
resources/bitmaps_png/png/project_32.png [new file with mode: 0644]
resources/bitmaps_png/png/project_48.png [new file with mode: 0644]
resources/bitmaps_png/png/project_64.png [new file with mode: 0644]
resources/bitmaps_png/png/project_close_16.png [new file with mode: 0644]
resources/bitmaps_png/png/project_close_24.png [new file with mode: 0644]
resources/bitmaps_png/png/project_close_32.png [new file with mode: 0644]
resources/bitmaps_png/png/project_close_48.png [new file with mode: 0644]
resources/bitmaps_png/png/project_close_64.png [new file with mode: 0644]
resources/bitmaps_png/png/project_close_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/project_close_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/project_close_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/project_close_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/project_close_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/project_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/project_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/project_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/project_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/project_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/project_kicad_16.png [new file with mode: 0644]
resources/bitmaps_png/png/project_kicad_24.png [new file with mode: 0644]
resources/bitmaps_png/png/project_kicad_32.png [new file with mode: 0644]
resources/bitmaps_png/png/project_kicad_48.png [new file with mode: 0644]
resources/bitmaps_png/png/project_kicad_64.png [new file with mode: 0644]
resources/bitmaps_png/png/project_kicad_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/project_kicad_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/project_kicad_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/project_kicad_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/project_kicad_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/ps_diff_pair_16.png [new file with mode: 0644]
resources/bitmaps_png/png/ps_diff_pair_24.png [new file with mode: 0644]
resources/bitmaps_png/png/ps_diff_pair_32.png [new file with mode: 0644]
resources/bitmaps_png/png/ps_diff_pair_48.png [new file with mode: 0644]
resources/bitmaps_png/png/ps_diff_pair_64.png [new file with mode: 0644]
resources/bitmaps_png/png/ps_diff_pair_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/ps_diff_pair_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/ps_diff_pair_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/ps_diff_pair_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/ps_diff_pair_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/ps_diff_pair_gap_16.png [new file with mode: 0644]
resources/bitmaps_png/png/ps_diff_pair_gap_24.png [new file with mode: 0644]
resources/bitmaps_png/png/ps_diff_pair_gap_32.png [new file with mode: 0644]
resources/bitmaps_png/png/ps_diff_pair_gap_48.png [new file with mode: 0644]
resources/bitmaps_png/png/ps_diff_pair_gap_64.png [new file with mode: 0644]
resources/bitmaps_png/png/ps_diff_pair_gap_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/ps_diff_pair_gap_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/ps_diff_pair_gap_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/ps_diff_pair_gap_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/ps_diff_pair_gap_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/ps_diff_pair_tune_length_16.png [new file with mode: 0644]
resources/bitmaps_png/png/ps_diff_pair_tune_length_24.png [new file with mode: 0644]
resources/bitmaps_png/png/ps_diff_pair_tune_length_32.png [new file with mode: 0644]
resources/bitmaps_png/png/ps_diff_pair_tune_length_48.png [new file with mode: 0644]
resources/bitmaps_png/png/ps_diff_pair_tune_length_64.png [new file with mode: 0644]
resources/bitmaps_png/png/ps_diff_pair_tune_length_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/ps_diff_pair_tune_length_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/ps_diff_pair_tune_length_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/ps_diff_pair_tune_length_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/ps_diff_pair_tune_length_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/ps_diff_pair_tune_phase_16.png [new file with mode: 0644]
resources/bitmaps_png/png/ps_diff_pair_tune_phase_24.png [new file with mode: 0644]
resources/bitmaps_png/png/ps_diff_pair_tune_phase_32.png [new file with mode: 0644]
resources/bitmaps_png/png/ps_diff_pair_tune_phase_48.png [new file with mode: 0644]
resources/bitmaps_png/png/ps_diff_pair_tune_phase_64.png [new file with mode: 0644]
resources/bitmaps_png/png/ps_diff_pair_tune_phase_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/ps_diff_pair_tune_phase_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/ps_diff_pair_tune_phase_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/ps_diff_pair_tune_phase_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/ps_diff_pair_tune_phase_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/ps_tune_length_16.png [new file with mode: 0644]
resources/bitmaps_png/png/ps_tune_length_24.png [new file with mode: 0644]
resources/bitmaps_png/png/ps_tune_length_32.png [new file with mode: 0644]
resources/bitmaps_png/png/ps_tune_length_48.png [new file with mode: 0644]
resources/bitmaps_png/png/ps_tune_length_64.png [new file with mode: 0644]
resources/bitmaps_png/png/ps_tune_length_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/ps_tune_length_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/ps_tune_length_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/ps_tune_length_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/ps_tune_length_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/push_pad_settings_16.png [new file with mode: 0644]
resources/bitmaps_png/png/push_pad_settings_24.png [new file with mode: 0644]
resources/bitmaps_png/png/push_pad_settings_32.png [new file with mode: 0644]
resources/bitmaps_png/png/push_pad_settings_48.png [new file with mode: 0644]
resources/bitmaps_png/png/push_pad_settings_64.png [new file with mode: 0644]
resources/bitmaps_png/png/push_pad_settings_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/push_pad_settings_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/push_pad_settings_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/push_pad_settings_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/push_pad_settings_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/puzzle_piece_16.png [new file with mode: 0644]
resources/bitmaps_png/png/puzzle_piece_24.png [new file with mode: 0644]
resources/bitmaps_png/png/puzzle_piece_32.png [new file with mode: 0644]
resources/bitmaps_png/png/puzzle_piece_48.png [new file with mode: 0644]
resources/bitmaps_png/png/puzzle_piece_64.png [new file with mode: 0644]
resources/bitmaps_png/png/puzzle_piece_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/puzzle_piece_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/puzzle_piece_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/puzzle_piece_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/puzzle_piece_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/py_script_16.png [new file with mode: 0644]
resources/bitmaps_png/png/py_script_24.png [new file with mode: 0644]
resources/bitmaps_png/png/py_script_32.png [new file with mode: 0644]
resources/bitmaps_png/png/py_script_48.png [new file with mode: 0644]
resources/bitmaps_png/png/py_script_64.png [new file with mode: 0644]
resources/bitmaps_png/png/py_script_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/py_script_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/py_script_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/py_script_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/py_script_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/reannotate_down_left_48.png [new file with mode: 0644]
resources/bitmaps_png/png/reannotate_down_left_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/reannotate_down_right_48.png [new file with mode: 0644]
resources/bitmaps_png/png/reannotate_down_right_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/reannotate_left_down_48.png [new file with mode: 0644]
resources/bitmaps_png/png/reannotate_left_down_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/reannotate_left_up_48.png [new file with mode: 0644]
resources/bitmaps_png/png/reannotate_left_up_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/reannotate_right_down_48.png [new file with mode: 0644]
resources/bitmaps_png/png/reannotate_right_down_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/reannotate_right_up_48.png [new file with mode: 0644]
resources/bitmaps_png/png/reannotate_right_up_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/reannotate_up_left_48.png [new file with mode: 0644]
resources/bitmaps_png/png/reannotate_up_left_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/reannotate_up_right_48.png [new file with mode: 0644]
resources/bitmaps_png/png/reannotate_up_right_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/recent_16.png [new file with mode: 0644]
resources/bitmaps_png/png/recent_24.png [new file with mode: 0644]
resources/bitmaps_png/png/recent_32.png [new file with mode: 0644]
resources/bitmaps_png/png/recent_48.png [new file with mode: 0644]
resources/bitmaps_png/png/recent_64.png [new file with mode: 0644]
resources/bitmaps_png/png/recent_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/recent_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/recent_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/recent_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/recent_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/rectwaveguide.png [new file with mode: 0644]
resources/bitmaps_png/png/rectwaveguide_dark.png [new file with mode: 0644]
resources/bitmaps_png/png/redo_16.png [new file with mode: 0644]
resources/bitmaps_png/png/redo_24.png [new file with mode: 0644]
resources/bitmaps_png/png/redo_32.png [new file with mode: 0644]
resources/bitmaps_png/png/redo_48.png [new file with mode: 0644]
resources/bitmaps_png/png/redo_64.png [new file with mode: 0644]
resources/bitmaps_png/png/redo_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/redo_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/redo_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/redo_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/redo_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/refresh_16.png [new file with mode: 0644]
resources/bitmaps_png/png/refresh_24.png [new file with mode: 0644]
resources/bitmaps_png/png/refresh_32.png [new file with mode: 0644]
resources/bitmaps_png/png/refresh_48.png [new file with mode: 0644]
resources/bitmaps_png/png/refresh_64.png [new file with mode: 0644]
resources/bitmaps_png/png/refresh_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/refresh_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/refresh_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/refresh_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/refresh_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/regul.png [new file with mode: 0644]
resources/bitmaps_png/png/regul_3pins.png [new file with mode: 0644]
resources/bitmaps_png/png/regul_3pins_dark.png [new file with mode: 0644]
resources/bitmaps_png/png/regul_dark.png [new file with mode: 0644]
resources/bitmaps_png/png/reload_16.png [new file with mode: 0644]
resources/bitmaps_png/png/reload_24.png [new file with mode: 0644]
resources/bitmaps_png/png/reload_32.png [new file with mode: 0644]
resources/bitmaps_png/png/reload_48.png [new file with mode: 0644]
resources/bitmaps_png/png/reload_64.png [new file with mode: 0644]
resources/bitmaps_png/png/reload_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/reload_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/reload_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/reload_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/reload_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/render_mode_16.png [new file with mode: 0644]
resources/bitmaps_png/png/render_mode_24.png [new file with mode: 0644]
resources/bitmaps_png/png/render_mode_32.png [new file with mode: 0644]
resources/bitmaps_png/png/render_mode_48.png [new file with mode: 0644]
resources/bitmaps_png/png/render_mode_64.png [new file with mode: 0644]
resources/bitmaps_png/png/render_mode_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/render_mode_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/render_mode_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/render_mode_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/render_mode_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/rescue_16.png [new file with mode: 0644]
resources/bitmaps_png/png/rescue_24.png [new file with mode: 0644]
resources/bitmaps_png/png/rescue_32.png [new file with mode: 0644]
resources/bitmaps_png/png/rescue_48.png [new file with mode: 0644]
resources/bitmaps_png/png/rescue_64.png [new file with mode: 0644]
resources/bitmaps_png/png/rescue_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/rescue_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/rescue_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/rescue_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/rescue_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/right_16.png [new file with mode: 0644]
resources/bitmaps_png/png/right_24.png [new file with mode: 0644]
resources/bitmaps_png/png/right_32.png [new file with mode: 0644]
resources/bitmaps_png/png/right_48.png [new file with mode: 0644]
resources/bitmaps_png/png/right_64.png [new file with mode: 0644]
resources/bitmaps_png/png/right_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/right_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/right_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/right_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/right_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/rotate_ccw_16.png [new file with mode: 0644]
resources/bitmaps_png/png/rotate_ccw_24.png [new file with mode: 0644]
resources/bitmaps_png/png/rotate_ccw_32.png [new file with mode: 0644]
resources/bitmaps_png/png/rotate_ccw_48.png [new file with mode: 0644]
resources/bitmaps_png/png/rotate_ccw_64.png [new file with mode: 0644]
resources/bitmaps_png/png/rotate_ccw_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/rotate_ccw_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/rotate_ccw_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/rotate_ccw_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/rotate_ccw_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/rotate_ccw_x_16.png [new file with mode: 0644]
resources/bitmaps_png/png/rotate_ccw_x_24.png [new file with mode: 0644]
resources/bitmaps_png/png/rotate_ccw_x_32.png [new file with mode: 0644]
resources/bitmaps_png/png/rotate_ccw_x_48.png [new file with mode: 0644]
resources/bitmaps_png/png/rotate_ccw_x_64.png [new file with mode: 0644]
resources/bitmaps_png/png/rotate_ccw_x_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/rotate_ccw_x_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/rotate_ccw_x_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/rotate_ccw_x_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/rotate_ccw_x_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/rotate_ccw_y_16.png [new file with mode: 0644]
resources/bitmaps_png/png/rotate_ccw_y_24.png [new file with mode: 0644]
resources/bitmaps_png/png/rotate_ccw_y_32.png [new file with mode: 0644]
resources/bitmaps_png/png/rotate_ccw_y_48.png [new file with mode: 0644]
resources/bitmaps_png/png/rotate_ccw_y_64.png [new file with mode: 0644]
resources/bitmaps_png/png/rotate_ccw_y_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/rotate_ccw_y_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/rotate_ccw_y_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/rotate_ccw_y_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/rotate_ccw_y_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/rotate_ccw_z_16.png [new file with mode: 0644]
resources/bitmaps_png/png/rotate_ccw_z_24.png [new file with mode: 0644]
resources/bitmaps_png/png/rotate_ccw_z_32.png [new file with mode: 0644]
resources/bitmaps_png/png/rotate_ccw_z_48.png [new file with mode: 0644]
resources/bitmaps_png/png/rotate_ccw_z_64.png [new file with mode: 0644]
resources/bitmaps_png/png/rotate_ccw_z_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/rotate_ccw_z_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/rotate_ccw_z_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/rotate_ccw_z_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/rotate_ccw_z_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/rotate_cw_16.png [new file with mode: 0644]
resources/bitmaps_png/png/rotate_cw_24.png [new file with mode: 0644]
resources/bitmaps_png/png/rotate_cw_32.png [new file with mode: 0644]
resources/bitmaps_png/png/rotate_cw_48.png [new file with mode: 0644]
resources/bitmaps_png/png/rotate_cw_64.png [new file with mode: 0644]
resources/bitmaps_png/png/rotate_cw_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/rotate_cw_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/rotate_cw_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/rotate_cw_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/rotate_cw_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/rotate_cw_x_16.png [new file with mode: 0644]
resources/bitmaps_png/png/rotate_cw_x_24.png [new file with mode: 0644]
resources/bitmaps_png/png/rotate_cw_x_32.png [new file with mode: 0644]
resources/bitmaps_png/png/rotate_cw_x_48.png [new file with mode: 0644]
resources/bitmaps_png/png/rotate_cw_x_64.png [new file with mode: 0644]
resources/bitmaps_png/png/rotate_cw_x_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/rotate_cw_x_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/rotate_cw_x_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/rotate_cw_x_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/rotate_cw_x_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/rotate_cw_y_16.png [new file with mode: 0644]
resources/bitmaps_png/png/rotate_cw_y_24.png [new file with mode: 0644]
resources/bitmaps_png/png/rotate_cw_y_32.png [new file with mode: 0644]
resources/bitmaps_png/png/rotate_cw_y_48.png [new file with mode: 0644]
resources/bitmaps_png/png/rotate_cw_y_64.png [new file with mode: 0644]
resources/bitmaps_png/png/rotate_cw_y_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/rotate_cw_y_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/rotate_cw_y_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/rotate_cw_y_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/rotate_cw_y_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/rotate_cw_z_16.png [new file with mode: 0644]
resources/bitmaps_png/png/rotate_cw_z_24.png [new file with mode: 0644]
resources/bitmaps_png/png/rotate_cw_z_32.png [new file with mode: 0644]
resources/bitmaps_png/png/rotate_cw_z_48.png [new file with mode: 0644]
resources/bitmaps_png/png/rotate_cw_z_64.png [new file with mode: 0644]
resources/bitmaps_png/png/rotate_cw_z_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/rotate_cw_z_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/rotate_cw_z_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/rotate_cw_z_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/rotate_cw_z_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/router_len_tuner_16.png [new file with mode: 0644]
resources/bitmaps_png/png/router_len_tuner_24.png [new file with mode: 0644]
resources/bitmaps_png/png/router_len_tuner_32.png [new file with mode: 0644]
resources/bitmaps_png/png/router_len_tuner_48.png [new file with mode: 0644]
resources/bitmaps_png/png/router_len_tuner_64.png [new file with mode: 0644]
resources/bitmaps_png/png/router_len_tuner_amplitude_decr_16.png [new file with mode: 0644]
resources/bitmaps_png/png/router_len_tuner_amplitude_decr_24.png [new file with mode: 0644]
resources/bitmaps_png/png/router_len_tuner_amplitude_decr_32.png [new file with mode: 0644]
resources/bitmaps_png/png/router_len_tuner_amplitude_decr_48.png [new file with mode: 0644]
resources/bitmaps_png/png/router_len_tuner_amplitude_decr_64.png [new file with mode: 0644]
resources/bitmaps_png/png/router_len_tuner_amplitude_decr_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/router_len_tuner_amplitude_decr_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/router_len_tuner_amplitude_decr_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/router_len_tuner_amplitude_decr_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/router_len_tuner_amplitude_decr_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/router_len_tuner_amplitude_incr_16.png [new file with mode: 0644]
resources/bitmaps_png/png/router_len_tuner_amplitude_incr_24.png [new file with mode: 0644]
resources/bitmaps_png/png/router_len_tuner_amplitude_incr_32.png [new file with mode: 0644]
resources/bitmaps_png/png/router_len_tuner_amplitude_incr_48.png [new file with mode: 0644]
resources/bitmaps_png/png/router_len_tuner_amplitude_incr_64.png [new file with mode: 0644]
resources/bitmaps_png/png/router_len_tuner_amplitude_incr_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/router_len_tuner_amplitude_incr_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/router_len_tuner_amplitude_incr_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/router_len_tuner_amplitude_incr_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/router_len_tuner_amplitude_incr_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/router_len_tuner_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/router_len_tuner_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/router_len_tuner_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/router_len_tuner_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/router_len_tuner_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/router_len_tuner_dist_decr_16.png [new file with mode: 0644]
resources/bitmaps_png/png/router_len_tuner_dist_decr_24.png [new file with mode: 0644]
resources/bitmaps_png/png/router_len_tuner_dist_decr_32.png [new file with mode: 0644]
resources/bitmaps_png/png/router_len_tuner_dist_decr_48.png [new file with mode: 0644]
resources/bitmaps_png/png/router_len_tuner_dist_decr_64.png [new file with mode: 0644]
resources/bitmaps_png/png/router_len_tuner_dist_decr_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/router_len_tuner_dist_decr_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/router_len_tuner_dist_decr_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/router_len_tuner_dist_decr_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/router_len_tuner_dist_decr_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/router_len_tuner_dist_incr_16.png [new file with mode: 0644]
resources/bitmaps_png/png/router_len_tuner_dist_incr_24.png [new file with mode: 0644]
resources/bitmaps_png/png/router_len_tuner_dist_incr_32.png [new file with mode: 0644]
resources/bitmaps_png/png/router_len_tuner_dist_incr_48.png [new file with mode: 0644]
resources/bitmaps_png/png/router_len_tuner_dist_incr_64.png [new file with mode: 0644]
resources/bitmaps_png/png/router_len_tuner_dist_incr_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/router_len_tuner_dist_incr_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/router_len_tuner_dist_incr_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/router_len_tuner_dist_incr_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/router_len_tuner_dist_incr_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/router_len_tuner_setup_16.png [new file with mode: 0644]
resources/bitmaps_png/png/router_len_tuner_setup_24.png [new file with mode: 0644]
resources/bitmaps_png/png/router_len_tuner_setup_32.png [new file with mode: 0644]
resources/bitmaps_png/png/router_len_tuner_setup_48.png [new file with mode: 0644]
resources/bitmaps_png/png/router_len_tuner_setup_64.png [new file with mode: 0644]
resources/bitmaps_png/png/router_len_tuner_setup_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/router_len_tuner_setup_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/router_len_tuner_setup_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/router_len_tuner_setup_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/router_len_tuner_setup_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/save_16.png [new file with mode: 0644]
resources/bitmaps_png/png/save_24.png [new file with mode: 0644]
resources/bitmaps_png/png/save_32.png [new file with mode: 0644]
resources/bitmaps_png/png/save_48.png [new file with mode: 0644]
resources/bitmaps_png/png/save_64.png [new file with mode: 0644]
resources/bitmaps_png/png/save_as_16.png [new file with mode: 0644]
resources/bitmaps_png/png/save_as_24.png [new file with mode: 0644]
resources/bitmaps_png/png/save_as_32.png [new file with mode: 0644]
resources/bitmaps_png/png/save_as_48.png [new file with mode: 0644]
resources/bitmaps_png/png/save_as_64.png [new file with mode: 0644]
resources/bitmaps_png/png/save_as_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/save_as_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/save_as_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/save_as_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/save_as_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/save_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/save_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/save_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/save_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/save_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/search_tree_16.png [new file with mode: 0644]
resources/bitmaps_png/png/search_tree_24.png [new file with mode: 0644]
resources/bitmaps_png/png/search_tree_32.png [new file with mode: 0644]
resources/bitmaps_png/png/search_tree_48.png [new file with mode: 0644]
resources/bitmaps_png/png/search_tree_64.png [new file with mode: 0644]
resources/bitmaps_png/png/search_tree_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/search_tree_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/search_tree_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/search_tree_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/search_tree_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/select_layer_pair_16.png [new file with mode: 0644]
resources/bitmaps_png/png/select_layer_pair_24.png [new file with mode: 0644]
resources/bitmaps_png/png/select_layer_pair_32.png [new file with mode: 0644]
resources/bitmaps_png/png/select_layer_pair_48.png [new file with mode: 0644]
resources/bitmaps_png/png/select_layer_pair_64.png [new file with mode: 0644]
resources/bitmaps_png/png/select_layer_pair_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/select_layer_pair_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/select_layer_pair_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/select_layer_pair_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/select_layer_pair_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/select_same_sheet_16.png [new file with mode: 0644]
resources/bitmaps_png/png/select_same_sheet_24.png [new file with mode: 0644]
resources/bitmaps_png/png/select_same_sheet_32.png [new file with mode: 0644]
resources/bitmaps_png/png/select_same_sheet_48.png [new file with mode: 0644]
resources/bitmaps_png/png/select_same_sheet_64.png [new file with mode: 0644]
resources/bitmaps_png/png/select_same_sheet_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/select_same_sheet_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/select_same_sheet_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/select_same_sheet_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/select_same_sheet_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/select_w_layer_16.png [new file with mode: 0644]
resources/bitmaps_png/png/select_w_layer_24.png [new file with mode: 0644]
resources/bitmaps_png/png/select_w_layer_32.png [new file with mode: 0644]
resources/bitmaps_png/png/select_w_layer_48.png [new file with mode: 0644]
resources/bitmaps_png/png/select_w_layer_64.png [new file with mode: 0644]
resources/bitmaps_png/png/select_w_layer_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/select_w_layer_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/select_w_layer_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/select_w_layer_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/select_w_layer_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/set_origin_16.png [new file with mode: 0644]
resources/bitmaps_png/png/set_origin_24.png [new file with mode: 0644]
resources/bitmaps_png/png/set_origin_32.png [new file with mode: 0644]
resources/bitmaps_png/png/set_origin_48.png [new file with mode: 0644]
resources/bitmaps_png/png/set_origin_64.png [new file with mode: 0644]
resources/bitmaps_png/png/set_origin_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/set_origin_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/set_origin_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/set_origin_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/set_origin_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/shape_3d_16.png [new file with mode: 0644]
resources/bitmaps_png/png/shape_3d_24.png [new file with mode: 0644]
resources/bitmaps_png/png/shape_3d_32.png [new file with mode: 0644]
resources/bitmaps_png/png/shape_3d_48.png [new file with mode: 0644]
resources/bitmaps_png/png/shape_3d_64.png [new file with mode: 0644]
resources/bitmaps_png/png/shape_3d_back_16.png [new file with mode: 0644]
resources/bitmaps_png/png/shape_3d_back_24.png [new file with mode: 0644]
resources/bitmaps_png/png/shape_3d_back_32.png [new file with mode: 0644]
resources/bitmaps_png/png/shape_3d_back_48.png [new file with mode: 0644]
resources/bitmaps_png/png/shape_3d_back_64.png [new file with mode: 0644]
resources/bitmaps_png/png/shape_3d_back_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/shape_3d_back_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/shape_3d_back_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/shape_3d_back_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/shape_3d_back_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/shape_3d_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/shape_3d_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/shape_3d_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/shape_3d_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/shape_3d_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/sheetset_16.png [new file with mode: 0644]
resources/bitmaps_png/png/sheetset_24.png [new file with mode: 0644]
resources/bitmaps_png/png/sheetset_32.png [new file with mode: 0644]
resources/bitmaps_png/png/sheetset_48.png [new file with mode: 0644]
resources/bitmaps_png/png/sheetset_64.png [new file with mode: 0644]
resources/bitmaps_png/png/sheetset_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/sheetset_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/sheetset_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/sheetset_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/sheetset_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/show_all_back_layers_16.png [new file with mode: 0644]
resources/bitmaps_png/png/show_all_back_layers_24.png [new file with mode: 0644]
resources/bitmaps_png/png/show_all_back_layers_32.png [new file with mode: 0644]
resources/bitmaps_png/png/show_all_back_layers_48.png [new file with mode: 0644]
resources/bitmaps_png/png/show_all_back_layers_64.png [new file with mode: 0644]
resources/bitmaps_png/png/show_all_back_layers_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/show_all_back_layers_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/show_all_back_layers_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/show_all_back_layers_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/show_all_back_layers_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/show_all_copper_layers_16.png [new file with mode: 0644]
resources/bitmaps_png/png/show_all_copper_layers_24.png [new file with mode: 0644]
resources/bitmaps_png/png/show_all_copper_layers_32.png [new file with mode: 0644]
resources/bitmaps_png/png/show_all_copper_layers_48.png [new file with mode: 0644]
resources/bitmaps_png/png/show_all_copper_layers_64.png [new file with mode: 0644]
resources/bitmaps_png/png/show_all_copper_layers_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/show_all_copper_layers_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/show_all_copper_layers_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/show_all_copper_layers_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/show_all_copper_layers_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/show_all_front_layers_16.png [new file with mode: 0644]
resources/bitmaps_png/png/show_all_front_layers_24.png [new file with mode: 0644]
resources/bitmaps_png/png/show_all_front_layers_32.png [new file with mode: 0644]
resources/bitmaps_png/png/show_all_front_layers_48.png [new file with mode: 0644]
resources/bitmaps_png/png/show_all_front_layers_64.png [new file with mode: 0644]
resources/bitmaps_png/png/show_all_front_layers_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/show_all_front_layers_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/show_all_front_layers_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/show_all_front_layers_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/show_all_front_layers_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/show_all_layers_16.png [new file with mode: 0644]
resources/bitmaps_png/png/show_all_layers_24.png [new file with mode: 0644]
resources/bitmaps_png/png/show_all_layers_32.png [new file with mode: 0644]
resources/bitmaps_png/png/show_all_layers_48.png [new file with mode: 0644]
resources/bitmaps_png/png/show_all_layers_64.png [new file with mode: 0644]
resources/bitmaps_png/png/show_all_layers_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/show_all_layers_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/show_all_layers_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/show_all_layers_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/show_all_layers_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/show_back_assembly_layers_16.png [new file with mode: 0644]
resources/bitmaps_png/png/show_back_assembly_layers_24.png [new file with mode: 0644]
resources/bitmaps_png/png/show_back_assembly_layers_32.png [new file with mode: 0644]
resources/bitmaps_png/png/show_back_assembly_layers_48.png [new file with mode: 0644]
resources/bitmaps_png/png/show_back_assembly_layers_64.png [new file with mode: 0644]
resources/bitmaps_png/png/show_back_assembly_layers_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/show_back_assembly_layers_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/show_back_assembly_layers_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/show_back_assembly_layers_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/show_back_assembly_layers_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/show_dcodenumber_16.png [new file with mode: 0644]
resources/bitmaps_png/png/show_dcodenumber_24.png [new file with mode: 0644]
resources/bitmaps_png/png/show_dcodenumber_32.png [new file with mode: 0644]
resources/bitmaps_png/png/show_dcodenumber_48.png [new file with mode: 0644]
resources/bitmaps_png/png/show_dcodenumber_64.png [new file with mode: 0644]
resources/bitmaps_png/png/show_dcodenumber_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/show_dcodenumber_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/show_dcodenumber_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/show_dcodenumber_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/show_dcodenumber_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/show_dnp_16.png [new file with mode: 0644]
resources/bitmaps_png/png/show_dnp_24.png [new file with mode: 0644]
resources/bitmaps_png/png/show_dnp_32.png [new file with mode: 0644]
resources/bitmaps_png/png/show_dnp_48.png [new file with mode: 0644]
resources/bitmaps_png/png/show_dnp_64.png [new file with mode: 0644]
resources/bitmaps_png/png/show_dnp_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/show_dnp_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/show_dnp_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/show_dnp_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/show_dnp_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/show_footprint_16.png [new file with mode: 0644]
resources/bitmaps_png/png/show_footprint_24.png [new file with mode: 0644]
resources/bitmaps_png/png/show_footprint_32.png [new file with mode: 0644]
resources/bitmaps_png/png/show_footprint_48.png [new file with mode: 0644]
resources/bitmaps_png/png/show_footprint_64.png [new file with mode: 0644]
resources/bitmaps_png/png/show_footprint_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/show_footprint_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/show_footprint_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/show_footprint_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/show_footprint_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/show_front_assembly_layers_16.png [new file with mode: 0644]
resources/bitmaps_png/png/show_front_assembly_layers_24.png [new file with mode: 0644]
resources/bitmaps_png/png/show_front_assembly_layers_32.png [new file with mode: 0644]
resources/bitmaps_png/png/show_front_assembly_layers_48.png [new file with mode: 0644]
resources/bitmaps_png/png/show_front_assembly_layers_64.png [new file with mode: 0644]
resources/bitmaps_png/png/show_front_assembly_layers_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/show_front_assembly_layers_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/show_front_assembly_layers_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/show_front_assembly_layers_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/show_front_assembly_layers_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/show_mod_edge_16.png [new file with mode: 0644]
resources/bitmaps_png/png/show_mod_edge_24.png [new file with mode: 0644]
resources/bitmaps_png/png/show_mod_edge_32.png [new file with mode: 0644]
resources/bitmaps_png/png/show_mod_edge_48.png [new file with mode: 0644]
resources/bitmaps_png/png/show_mod_edge_64.png [new file with mode: 0644]
resources/bitmaps_png/png/show_mod_edge_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/show_mod_edge_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/show_mod_edge_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/show_mod_edge_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/show_mod_edge_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/show_no_copper_layers_16.png [new file with mode: 0644]
resources/bitmaps_png/png/show_no_copper_layers_24.png [new file with mode: 0644]
resources/bitmaps_png/png/show_no_copper_layers_32.png [new file with mode: 0644]
resources/bitmaps_png/png/show_no_copper_layers_48.png [new file with mode: 0644]
resources/bitmaps_png/png/show_no_copper_layers_64.png [new file with mode: 0644]
resources/bitmaps_png/png/show_no_copper_layers_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/show_no_copper_layers_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/show_no_copper_layers_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/show_no_copper_layers_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/show_no_copper_layers_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/show_no_layers_16.png [new file with mode: 0644]
resources/bitmaps_png/png/show_no_layers_24.png [new file with mode: 0644]
resources/bitmaps_png/png/show_no_layers_32.png [new file with mode: 0644]
resources/bitmaps_png/png/show_no_layers_48.png [new file with mode: 0644]
resources/bitmaps_png/png/show_no_layers_64.png [new file with mode: 0644]
resources/bitmaps_png/png/show_no_layers_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/show_no_layers_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/show_no_layers_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/show_no_layers_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/show_no_layers_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/show_not_in_posfile_16.png [new file with mode: 0644]
resources/bitmaps_png/png/show_not_in_posfile_24.png [new file with mode: 0644]
resources/bitmaps_png/png/show_not_in_posfile_32.png [new file with mode: 0644]
resources/bitmaps_png/png/show_not_in_posfile_48.png [new file with mode: 0644]
resources/bitmaps_png/png/show_not_in_posfile_64.png [new file with mode: 0644]
resources/bitmaps_png/png/show_not_in_posfile_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/show_not_in_posfile_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/show_not_in_posfile_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/show_not_in_posfile_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/show_not_in_posfile_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/show_other_16.png [new file with mode: 0644]
resources/bitmaps_png/png/show_other_24.png [new file with mode: 0644]
resources/bitmaps_png/png/show_other_32.png [new file with mode: 0644]
resources/bitmaps_png/png/show_other_48.png [new file with mode: 0644]
resources/bitmaps_png/png/show_other_64.png [new file with mode: 0644]
resources/bitmaps_png/png/show_other_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/show_other_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/show_other_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/show_other_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/show_other_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/show_ratsnest_16.png [new file with mode: 0644]
resources/bitmaps_png/png/show_ratsnest_24.png [new file with mode: 0644]
resources/bitmaps_png/png/show_ratsnest_32.png [new file with mode: 0644]
resources/bitmaps_png/png/show_ratsnest_48.png [new file with mode: 0644]
resources/bitmaps_png/png/show_ratsnest_64.png [new file with mode: 0644]
resources/bitmaps_png/png/show_ratsnest_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/show_ratsnest_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/show_ratsnest_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/show_ratsnest_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/show_ratsnest_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/show_smt_16.png [new file with mode: 0644]
resources/bitmaps_png/png/show_smt_24.png [new file with mode: 0644]
resources/bitmaps_png/png/show_smt_32.png [new file with mode: 0644]
resources/bitmaps_png/png/show_smt_48.png [new file with mode: 0644]
resources/bitmaps_png/png/show_smt_64.png [new file with mode: 0644]
resources/bitmaps_png/png/show_smt_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/show_smt_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/show_smt_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/show_smt_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/show_smt_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/show_tht_16.png [new file with mode: 0644]
resources/bitmaps_png/png/show_tht_24.png [new file with mode: 0644]
resources/bitmaps_png/png/show_tht_32.png [new file with mode: 0644]
resources/bitmaps_png/png/show_tht_48.png [new file with mode: 0644]
resources/bitmaps_png/png/show_tht_64.png [new file with mode: 0644]
resources/bitmaps_png/png/show_tht_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/show_tht_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/show_tht_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/show_tht_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/show_tht_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/show_zone_16.png [new file with mode: 0644]
resources/bitmaps_png/png/show_zone_24.png [new file with mode: 0644]
resources/bitmaps_png/png/show_zone_32.png [new file with mode: 0644]
resources/bitmaps_png/png/show_zone_48.png [new file with mode: 0644]
resources/bitmaps_png/png/show_zone_64.png [new file with mode: 0644]
resources/bitmaps_png/png/show_zone_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/show_zone_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/show_zone_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/show_zone_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/show_zone_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/show_zone_disable_16.png [new file with mode: 0644]
resources/bitmaps_png/png/show_zone_disable_24.png [new file with mode: 0644]
resources/bitmaps_png/png/show_zone_disable_32.png [new file with mode: 0644]
resources/bitmaps_png/png/show_zone_disable_48.png [new file with mode: 0644]
resources/bitmaps_png/png/show_zone_disable_64.png [new file with mode: 0644]
resources/bitmaps_png/png/show_zone_disable_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/show_zone_disable_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/show_zone_disable_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/show_zone_disable_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/show_zone_disable_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/show_zone_outline_only_16.png [new file with mode: 0644]
resources/bitmaps_png/png/show_zone_outline_only_24.png [new file with mode: 0644]
resources/bitmaps_png/png/show_zone_outline_only_32.png [new file with mode: 0644]
resources/bitmaps_png/png/show_zone_outline_only_48.png [new file with mode: 0644]
resources/bitmaps_png/png/show_zone_outline_only_64.png [new file with mode: 0644]
resources/bitmaps_png/png/show_zone_outline_only_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/show_zone_outline_only_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/show_zone_outline_only_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/show_zone_outline_only_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/show_zone_outline_only_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/show_zone_triangulation_16.png [new file with mode: 0644]
resources/bitmaps_png/png/show_zone_triangulation_24.png [new file with mode: 0644]
resources/bitmaps_png/png/show_zone_triangulation_32.png [new file with mode: 0644]
resources/bitmaps_png/png/show_zone_triangulation_48.png [new file with mode: 0644]
resources/bitmaps_png/png/show_zone_triangulation_64.png [new file with mode: 0644]
resources/bitmaps_png/png/show_zone_triangulation_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/show_zone_triangulation_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/show_zone_triangulation_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/show_zone_triangulation_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/show_zone_triangulation_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/showtrack_16.png [new file with mode: 0644]
resources/bitmaps_png/png/showtrack_24.png [new file with mode: 0644]
resources/bitmaps_png/png/showtrack_32.png [new file with mode: 0644]
resources/bitmaps_png/png/showtrack_48.png [new file with mode: 0644]
resources/bitmaps_png/png/showtrack_64.png [new file with mode: 0644]
resources/bitmaps_png/png/showtrack_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/showtrack_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/showtrack_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/showtrack_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/showtrack_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/sim_add_plot_16.png [new file with mode: 0644]
resources/bitmaps_png/png/sim_add_plot_24.png [new file with mode: 0644]
resources/bitmaps_png/png/sim_add_plot_32.png [new file with mode: 0644]
resources/bitmaps_png/png/sim_add_plot_48.png [new file with mode: 0644]
resources/bitmaps_png/png/sim_add_plot_64.png [new file with mode: 0644]
resources/bitmaps_png/png/sim_add_plot_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/sim_add_plot_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/sim_add_plot_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/sim_add_plot_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/sim_add_plot_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/sim_add_signal_16.png [new file with mode: 0644]
resources/bitmaps_png/png/sim_add_signal_24.png [new file with mode: 0644]
resources/bitmaps_png/png/sim_add_signal_32.png [new file with mode: 0644]
resources/bitmaps_png/png/sim_add_signal_48.png [new file with mode: 0644]
resources/bitmaps_png/png/sim_add_signal_64.png [new file with mode: 0644]
resources/bitmaps_png/png/sim_add_signal_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/sim_add_signal_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/sim_add_signal_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/sim_add_signal_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/sim_add_signal_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/sim_command_16.png [new file with mode: 0644]
resources/bitmaps_png/png/sim_command_24.png [new file with mode: 0644]
resources/bitmaps_png/png/sim_command_32.png [new file with mode: 0644]
resources/bitmaps_png/png/sim_command_48.png [new file with mode: 0644]
resources/bitmaps_png/png/sim_command_64.png [new file with mode: 0644]
resources/bitmaps_png/png/sim_command_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/sim_command_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/sim_command_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/sim_command_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/sim_command_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/sim_probe_16.png [new file with mode: 0644]
resources/bitmaps_png/png/sim_probe_24.png [new file with mode: 0644]
resources/bitmaps_png/png/sim_probe_32.png [new file with mode: 0644]
resources/bitmaps_png/png/sim_probe_48.png [new file with mode: 0644]
resources/bitmaps_png/png/sim_probe_64.png [new file with mode: 0644]
resources/bitmaps_png/png/sim_probe_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/sim_probe_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/sim_probe_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/sim_probe_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/sim_probe_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/sim_run_16.png [new file with mode: 0644]
resources/bitmaps_png/png/sim_run_24.png [new file with mode: 0644]
resources/bitmaps_png/png/sim_run_32.png [new file with mode: 0644]
resources/bitmaps_png/png/sim_run_48.png [new file with mode: 0644]
resources/bitmaps_png/png/sim_run_64.png [new file with mode: 0644]
resources/bitmaps_png/png/sim_run_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/sim_run_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/sim_run_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/sim_run_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/sim_run_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/sim_stop_16.png [new file with mode: 0644]
resources/bitmaps_png/png/sim_stop_24.png [new file with mode: 0644]
resources/bitmaps_png/png/sim_stop_32.png [new file with mode: 0644]
resources/bitmaps_png/png/sim_stop_48.png [new file with mode: 0644]
resources/bitmaps_png/png/sim_stop_64.png [new file with mode: 0644]
resources/bitmaps_png/png/sim_stop_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/sim_stop_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/sim_stop_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/sim_stop_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/sim_stop_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/sim_tune_16.png [new file with mode: 0644]
resources/bitmaps_png/png/sim_tune_24.png [new file with mode: 0644]
resources/bitmaps_png/png/sim_tune_32.png [new file with mode: 0644]
resources/bitmaps_png/png/sim_tune_48.png [new file with mode: 0644]
resources/bitmaps_png/png/sim_tune_64.png [new file with mode: 0644]
resources/bitmaps_png/png/sim_tune_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/sim_tune_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/sim_tune_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/sim_tune_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/sim_tune_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/simulator_16.png [new file with mode: 0644]
resources/bitmaps_png/png/simulator_24.png [new file with mode: 0644]
resources/bitmaps_png/png/simulator_32.png [new file with mode: 0644]
resources/bitmaps_png/png/simulator_48.png [new file with mode: 0644]
resources/bitmaps_png/png/simulator_64.png [new file with mode: 0644]
resources/bitmaps_png/png/simulator_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/simulator_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/simulator_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/simulator_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/simulator_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/slice_line_16.png [new file with mode: 0644]
resources/bitmaps_png/png/slice_line_24.png [new file with mode: 0644]
resources/bitmaps_png/png/slice_line_32.png [new file with mode: 0644]
resources/bitmaps_png/png/slice_line_48.png [new file with mode: 0644]
resources/bitmaps_png/png/slice_line_64.png [new file with mode: 0644]
resources/bitmaps_png/png/slice_line_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/slice_line_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/slice_line_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/slice_line_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/slice_line_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/small_down_16.png [new file with mode: 0644]
resources/bitmaps_png/png/small_down_32.png [new file with mode: 0644]
resources/bitmaps_png/png/small_down_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/small_down_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/small_edit_16.png [new file with mode: 0644]
resources/bitmaps_png/png/small_edit_32.png [new file with mode: 0644]
resources/bitmaps_png/png/small_edit_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/small_edit_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/small_folder_16.png [new file with mode: 0644]
resources/bitmaps_png/png/small_folder_32.png [new file with mode: 0644]
resources/bitmaps_png/png/small_folder_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/small_folder_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/small_library_16.png [new file with mode: 0644]
resources/bitmaps_png/png/small_library_32.png [new file with mode: 0644]
resources/bitmaps_png/png/small_library_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/small_library_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/small_plus_16.png [new file with mode: 0644]
resources/bitmaps_png/png/small_plus_32.png [new file with mode: 0644]
resources/bitmaps_png/png/small_plus_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/small_plus_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/small_refresh_16.png [new file with mode: 0644]
resources/bitmaps_png/png/small_refresh_32.png [new file with mode: 0644]
resources/bitmaps_png/png/small_refresh_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/small_refresh_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/small_sort_desc_16.png [new file with mode: 0644]
resources/bitmaps_png/png/small_sort_desc_32.png [new file with mode: 0644]
resources/bitmaps_png/png/small_sort_desc_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/small_sort_desc_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/small_trash_16.png [new file with mode: 0644]
resources/bitmaps_png/png/small_trash_32.png [new file with mode: 0644]
resources/bitmaps_png/png/small_trash_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/small_trash_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/small_up_16.png [new file with mode: 0644]
resources/bitmaps_png/png/small_up_32.png [new file with mode: 0644]
resources/bitmaps_png/png/small_up_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/small_up_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/small_warning_16.png [new file with mode: 0644]
resources/bitmaps_png/png/small_warning_32.png [new file with mode: 0644]
resources/bitmaps_png/png/small_warning_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/small_warning_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/special_tools_16.png [new file with mode: 0644]
resources/bitmaps_png/png/special_tools_24.png [new file with mode: 0644]
resources/bitmaps_png/png/special_tools_32.png [new file with mode: 0644]
resources/bitmaps_png/png/special_tools_48.png [new file with mode: 0644]
resources/bitmaps_png/png/special_tools_64.png [new file with mode: 0644]
resources/bitmaps_png/png/special_tools_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/special_tools_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/special_tools_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/special_tools_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/special_tools_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/splash.png [new file with mode: 0644]
resources/bitmaps_png/png/splash_dark.png [new file with mode: 0644]
resources/bitmaps_png/png/spreadsheet_16.png [new file with mode: 0644]
resources/bitmaps_png/png/spreadsheet_24.png [new file with mode: 0644]
resources/bitmaps_png/png/spreadsheet_32.png [new file with mode: 0644]
resources/bitmaps_png/png/spreadsheet_48.png [new file with mode: 0644]
resources/bitmaps_png/png/spreadsheet_64.png [new file with mode: 0644]
resources/bitmaps_png/png/spreadsheet_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/spreadsheet_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/spreadsheet_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/spreadsheet_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/spreadsheet_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/stripline.png [new file with mode: 0644]
resources/bitmaps_png/png/stripline_dark.png [new file with mode: 0644]
resources/bitmaps_png/png/stroke_dash.png [new file with mode: 0644]
resources/bitmaps_png/png/stroke_dash_dark.png [new file with mode: 0644]
resources/bitmaps_png/png/stroke_dashdot.png [new file with mode: 0644]
resources/bitmaps_png/png/stroke_dashdot_dark.png [new file with mode: 0644]
resources/bitmaps_png/png/stroke_dashdotdot.png [new file with mode: 0644]
resources/bitmaps_png/png/stroke_dashdotdot_dark.png [new file with mode: 0644]
resources/bitmaps_png/png/stroke_dot.png [new file with mode: 0644]
resources/bitmaps_png/png/stroke_dot_dark.png [new file with mode: 0644]
resources/bitmaps_png/png/stroke_solid.png [new file with mode: 0644]
resources/bitmaps_png/png/stroke_solid_dark.png [new file with mode: 0644]
resources/bitmaps_png/png/subtract_polygons_16.png [new file with mode: 0644]
resources/bitmaps_png/png/subtract_polygons_24.png [new file with mode: 0644]
resources/bitmaps_png/png/subtract_polygons_32.png [new file with mode: 0644]
resources/bitmaps_png/png/subtract_polygons_48.png [new file with mode: 0644]
resources/bitmaps_png/png/subtract_polygons_64.png [new file with mode: 0644]
resources/bitmaps_png/png/subtract_polygons_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/subtract_polygons_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/subtract_polygons_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/subtract_polygons_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/subtract_polygons_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/swap_16.png [new file with mode: 0644]
resources/bitmaps_png/png/swap_24.png [new file with mode: 0644]
resources/bitmaps_png/png/swap_32.png [new file with mode: 0644]
resources/bitmaps_png/png/swap_48.png [new file with mode: 0644]
resources/bitmaps_png/png/swap_64.png [new file with mode: 0644]
resources/bitmaps_png/png/swap_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/swap_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/swap_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/swap_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/swap_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/swap_layer_16.png [new file with mode: 0644]
resources/bitmaps_png/png/swap_layer_24.png [new file with mode: 0644]
resources/bitmaps_png/png/swap_layer_32.png [new file with mode: 0644]
resources/bitmaps_png/png/swap_layer_48.png [new file with mode: 0644]
resources/bitmaps_png/png/swap_layer_64.png [new file with mode: 0644]
resources/bitmaps_png/png/swap_layer_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/swap_layer_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/swap_layer_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/swap_layer_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/swap_layer_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/switch_corner_rounding_shape_16.png [new file with mode: 0644]
resources/bitmaps_png/png/switch_corner_rounding_shape_24.png [new file with mode: 0644]
resources/bitmaps_png/png/switch_corner_rounding_shape_32.png [new file with mode: 0644]
resources/bitmaps_png/png/switch_corner_rounding_shape_48.png [new file with mode: 0644]
resources/bitmaps_png/png/switch_corner_rounding_shape_64.png [new file with mode: 0644]
resources/bitmaps_png/png/switch_corner_rounding_shape_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/switch_corner_rounding_shape_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/switch_corner_rounding_shape_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/switch_corner_rounding_shape_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/switch_corner_rounding_shape_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/teardrop_rect_sizes_130.png [new file with mode: 0644]
resources/bitmaps_png/png/teardrop_rect_sizes_260.png [new file with mode: 0644]
resources/bitmaps_png/png/teardrop_rect_sizes_dark_130.png [new file with mode: 0644]
resources/bitmaps_png/png/teardrop_rect_sizes_dark_260.png [new file with mode: 0644]
resources/bitmaps_png/png/teardrop_sizes_130.png [new file with mode: 0644]
resources/bitmaps_png/png/teardrop_sizes_260.png [new file with mode: 0644]
resources/bitmaps_png/png/teardrop_sizes_dark_130.png [new file with mode: 0644]
resources/bitmaps_png/png/teardrop_sizes_dark_260.png [new file with mode: 0644]
resources/bitmaps_png/png/teardrop_track_sizes_130.png [new file with mode: 0644]
resources/bitmaps_png/png/teardrop_track_sizes_260.png [new file with mode: 0644]
resources/bitmaps_png/png/teardrop_track_sizes_dark_130.png [new file with mode: 0644]
resources/bitmaps_png/png/teardrop_track_sizes_dark_260.png [new file with mode: 0644]
resources/bitmaps_png/png/text_16.png [new file with mode: 0644]
resources/bitmaps_png/png/text_24.png [new file with mode: 0644]
resources/bitmaps_png/png/text_32.png [new file with mode: 0644]
resources/bitmaps_png/png/text_48.png [new file with mode: 0644]
resources/bitmaps_png/png/text_64.png [new file with mode: 0644]
resources/bitmaps_png/png/text_align_bottom_16.png [new file with mode: 0644]
resources/bitmaps_png/png/text_align_bottom_32.png [new file with mode: 0644]
resources/bitmaps_png/png/text_align_bottom_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/text_align_bottom_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/text_align_center_16.png [new file with mode: 0644]
resources/bitmaps_png/png/text_align_center_32.png [new file with mode: 0644]
resources/bitmaps_png/png/text_align_center_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/text_align_center_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/text_align_left_16.png [new file with mode: 0644]
resources/bitmaps_png/png/text_align_left_32.png [new file with mode: 0644]
resources/bitmaps_png/png/text_align_left_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/text_align_left_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/text_align_middle_16.png [new file with mode: 0644]
resources/bitmaps_png/png/text_align_middle_32.png [new file with mode: 0644]
resources/bitmaps_png/png/text_align_middle_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/text_align_middle_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/text_align_right_16.png [new file with mode: 0644]
resources/bitmaps_png/png/text_align_right_32.png [new file with mode: 0644]
resources/bitmaps_png/png/text_align_right_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/text_align_right_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/text_align_top_16.png [new file with mode: 0644]
resources/bitmaps_png/png/text_align_top_32.png [new file with mode: 0644]
resources/bitmaps_png/png/text_align_top_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/text_align_top_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/text_bold_16.png [new file with mode: 0644]
resources/bitmaps_png/png/text_bold_32.png [new file with mode: 0644]
resources/bitmaps_png/png/text_bold_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/text_bold_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/text_box_24.png [new file with mode: 0644]
resources/bitmaps_png/png/text_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/text_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/text_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/text_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/text_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/text_horizontal_16.png [new file with mode: 0644]
resources/bitmaps_png/png/text_horizontal_32.png [new file with mode: 0644]
resources/bitmaps_png/png/text_horizontal_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/text_horizontal_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/text_italic_16.png [new file with mode: 0644]
resources/bitmaps_png/png/text_italic_32.png [new file with mode: 0644]
resources/bitmaps_png/png/text_italic_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/text_italic_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/text_mirrored_16.png [new file with mode: 0644]
resources/bitmaps_png/png/text_mirrored_32.png [new file with mode: 0644]
resources/bitmaps_png/png/text_mirrored_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/text_mirrored_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/text_sketch_16.png [new file with mode: 0644]
resources/bitmaps_png/png/text_sketch_24.png [new file with mode: 0644]
resources/bitmaps_png/png/text_sketch_32.png [new file with mode: 0644]
resources/bitmaps_png/png/text_sketch_48.png [new file with mode: 0644]
resources/bitmaps_png/png/text_sketch_64.png [new file with mode: 0644]
resources/bitmaps_png/png/text_sketch_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/text_sketch_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/text_sketch_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/text_sketch_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/text_sketch_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/text_valign_bottom_16.png [new file with mode: 0644]
resources/bitmaps_png/png/text_valign_bottom_32.png [new file with mode: 0644]
resources/bitmaps_png/png/text_valign_bottom_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/text_valign_bottom_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/text_valign_center_16.png [new file with mode: 0644]
resources/bitmaps_png/png/text_valign_center_32.png [new file with mode: 0644]
resources/bitmaps_png/png/text_valign_center_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/text_valign_center_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/text_valign_top_16.png [new file with mode: 0644]
resources/bitmaps_png/png/text_valign_top_32.png [new file with mode: 0644]
resources/bitmaps_png/png/text_valign_top_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/text_valign_top_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/text_vertical_16.png [new file with mode: 0644]
resources/bitmaps_png/png/text_vertical_32.png [new file with mode: 0644]
resources/bitmaps_png/png/text_vertical_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/text_vertical_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/thermal_spokes_16.png [new file with mode: 0644]
resources/bitmaps_png/png/thermal_spokes_24.png [new file with mode: 0644]
resources/bitmaps_png/png/thermal_spokes_32.png [new file with mode: 0644]
resources/bitmaps_png/png/thermal_spokes_48.png [new file with mode: 0644]
resources/bitmaps_png/png/thermal_spokes_64.png [new file with mode: 0644]
resources/bitmaps_png/png/thermal_spokes_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/thermal_spokes_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/thermal_spokes_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/thermal_spokes_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/thermal_spokes_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/three_d_16.png [new file with mode: 0644]
resources/bitmaps_png/png/three_d_24.png [new file with mode: 0644]
resources/bitmaps_png/png/three_d_32.png [new file with mode: 0644]
resources/bitmaps_png/png/three_d_48.png [new file with mode: 0644]
resources/bitmaps_png/png/three_d_64.png [new file with mode: 0644]
resources/bitmaps_png/png/three_d_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/three_d_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/three_d_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/three_d_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/three_d_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/tool_ratsnest_16.png [new file with mode: 0644]
resources/bitmaps_png/png/tool_ratsnest_24.png [new file with mode: 0644]
resources/bitmaps_png/png/tool_ratsnest_32.png [new file with mode: 0644]
resources/bitmaps_png/png/tool_ratsnest_48.png [new file with mode: 0644]
resources/bitmaps_png/png/tool_ratsnest_64.png [new file with mode: 0644]
resources/bitmaps_png/png/tool_ratsnest_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/tool_ratsnest_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/tool_ratsnest_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/tool_ratsnest_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/tool_ratsnest_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/tools_16.png [new file with mode: 0644]
resources/bitmaps_png/png/tools_24.png [new file with mode: 0644]
resources/bitmaps_png/png/tools_32.png [new file with mode: 0644]
resources/bitmaps_png/png/tools_48.png [new file with mode: 0644]
resources/bitmaps_png/png/tools_64.png [new file with mode: 0644]
resources/bitmaps_png/png/tools_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/tools_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/tools_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/tools_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/tools_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/trash_16.png [new file with mode: 0644]
resources/bitmaps_png/png/trash_24.png [new file with mode: 0644]
resources/bitmaps_png/png/trash_32.png [new file with mode: 0644]
resources/bitmaps_png/png/trash_48.png [new file with mode: 0644]
resources/bitmaps_png/png/trash_64.png [new file with mode: 0644]
resources/bitmaps_png/png/trash_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/trash_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/trash_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/trash_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/trash_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/tree_nosel_16.png [new file with mode: 0644]
resources/bitmaps_png/png/tree_nosel_32.png [new file with mode: 0644]
resources/bitmaps_png/png/tree_nosel_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/tree_nosel_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/tree_sel_16.png [new file with mode: 0644]
resources/bitmaps_png/png/tree_sel_32.png [new file with mode: 0644]
resources/bitmaps_png/png/tree_sel_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/tree_sel_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/tune_diff_pair_length_legend_156.png [new file with mode: 0644]
resources/bitmaps_png/png/tune_diff_pair_length_legend_312.png [new file with mode: 0644]
resources/bitmaps_png/png/tune_diff_pair_length_legend_dark_156.png [new file with mode: 0644]
resources/bitmaps_png/png/tune_diff_pair_length_legend_dark_312.png [new file with mode: 0644]
resources/bitmaps_png/png/tune_diff_pair_skew_legend_110.png [new file with mode: 0644]
resources/bitmaps_png/png/tune_diff_pair_skew_legend_220.png [new file with mode: 0644]
resources/bitmaps_png/png/tune_diff_pair_skew_legend_dark_110.png [new file with mode: 0644]
resources/bitmaps_png/png/tune_diff_pair_skew_legend_dark_220.png [new file with mode: 0644]
resources/bitmaps_png/png/tune_single_track_length_legend_156.png [new file with mode: 0644]
resources/bitmaps_png/png/tune_single_track_length_legend_312.png [new file with mode: 0644]
resources/bitmaps_png/png/tune_single_track_length_legend_dark_156.png [new file with mode: 0644]
resources/bitmaps_png/png/tune_single_track_length_legend_dark_312.png [new file with mode: 0644]
resources/bitmaps_png/png/twistedpair.png [new file with mode: 0644]
resources/bitmaps_png/png/twistedpair_dark.png [new file with mode: 0644]
resources/bitmaps_png/png/undo_16.png [new file with mode: 0644]
resources/bitmaps_png/png/undo_24.png [new file with mode: 0644]
resources/bitmaps_png/png/undo_32.png [new file with mode: 0644]
resources/bitmaps_png/png/undo_48.png [new file with mode: 0644]
resources/bitmaps_png/png/undo_64.png [new file with mode: 0644]
resources/bitmaps_png/png/undo_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/undo_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/undo_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/undo_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/undo_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/unit_inch_16.png [new file with mode: 0644]
resources/bitmaps_png/png/unit_inch_24.png [new file with mode: 0644]
resources/bitmaps_png/png/unit_inch_32.png [new file with mode: 0644]
resources/bitmaps_png/png/unit_inch_48.png [new file with mode: 0644]
resources/bitmaps_png/png/unit_inch_64.png [new file with mode: 0644]
resources/bitmaps_png/png/unit_inch_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/unit_inch_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/unit_inch_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/unit_inch_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/unit_inch_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/unit_mil_16.png [new file with mode: 0644]
resources/bitmaps_png/png/unit_mil_24.png [new file with mode: 0644]
resources/bitmaps_png/png/unit_mil_32.png [new file with mode: 0644]
resources/bitmaps_png/png/unit_mil_48.png [new file with mode: 0644]
resources/bitmaps_png/png/unit_mil_64.png [new file with mode: 0644]
resources/bitmaps_png/png/unit_mil_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/unit_mil_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/unit_mil_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/unit_mil_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/unit_mil_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/unit_mm_16.png [new file with mode: 0644]
resources/bitmaps_png/png/unit_mm_24.png [new file with mode: 0644]
resources/bitmaps_png/png/unit_mm_32.png [new file with mode: 0644]
resources/bitmaps_png/png/unit_mm_48.png [new file with mode: 0644]
resources/bitmaps_png/png/unit_mm_64.png [new file with mode: 0644]
resources/bitmaps_png/png/unit_mm_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/unit_mm_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/unit_mm_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/unit_mm_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/unit_mm_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/unknown_16.png [new file with mode: 0644]
resources/bitmaps_png/png/unknown_24.png [new file with mode: 0644]
resources/bitmaps_png/png/unknown_32.png [new file with mode: 0644]
resources/bitmaps_png/png/unknown_48.png [new file with mode: 0644]
resources/bitmaps_png/png/unknown_64.png [new file with mode: 0644]
resources/bitmaps_png/png/unknown_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/unknown_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/unknown_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/unknown_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/unknown_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/unlocked_16.png [new file with mode: 0644]
resources/bitmaps_png/png/unlocked_24.png [new file with mode: 0644]
resources/bitmaps_png/png/unlocked_32.png [new file with mode: 0644]
resources/bitmaps_png/png/unlocked_48.png [new file with mode: 0644]
resources/bitmaps_png/png/unlocked_64.png [new file with mode: 0644]
resources/bitmaps_png/png/unlocked_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/unlocked_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/unlocked_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/unlocked_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/unlocked_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/unzip_16.png [new file with mode: 0644]
resources/bitmaps_png/png/unzip_24.png [new file with mode: 0644]
resources/bitmaps_png/png/unzip_32.png [new file with mode: 0644]
resources/bitmaps_png/png/unzip_48.png [new file with mode: 0644]
resources/bitmaps_png/png/unzip_64.png [new file with mode: 0644]
resources/bitmaps_png/png/unzip_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/unzip_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/unzip_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/unzip_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/unzip_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/up_16.png [new file with mode: 0644]
resources/bitmaps_png/png/up_24.png [new file with mode: 0644]
resources/bitmaps_png/png/up_32.png [new file with mode: 0644]
resources/bitmaps_png/png/up_48.png [new file with mode: 0644]
resources/bitmaps_png/png/up_64.png [new file with mode: 0644]
resources/bitmaps_png/png/up_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/up_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/up_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/up_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/up_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/update_pcb_from_sch_16.png [new file with mode: 0644]
resources/bitmaps_png/png/update_pcb_from_sch_24.png [new file with mode: 0644]
resources/bitmaps_png/png/update_pcb_from_sch_32.png [new file with mode: 0644]
resources/bitmaps_png/png/update_pcb_from_sch_48.png [new file with mode: 0644]
resources/bitmaps_png/png/update_pcb_from_sch_64.png [new file with mode: 0644]
resources/bitmaps_png/png/update_pcb_from_sch_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/update_pcb_from_sch_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/update_pcb_from_sch_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/update_pcb_from_sch_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/update_pcb_from_sch_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/update_sch_from_pcb_16.png [new file with mode: 0644]
resources/bitmaps_png/png/update_sch_from_pcb_24.png [new file with mode: 0644]
resources/bitmaps_png/png/update_sch_from_pcb_32.png [new file with mode: 0644]
resources/bitmaps_png/png/update_sch_from_pcb_48.png [new file with mode: 0644]
resources/bitmaps_png/png/update_sch_from_pcb_64.png [new file with mode: 0644]
resources/bitmaps_png/png/update_sch_from_pcb_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/update_sch_from_pcb_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/update_sch_from_pcb_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/update_sch_from_pcb_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/update_sch_from_pcb_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/via_16.png [new file with mode: 0644]
resources/bitmaps_png/png/via_24.png [new file with mode: 0644]
resources/bitmaps_png/png/via_32.png [new file with mode: 0644]
resources/bitmaps_png/png/via_48.png [new file with mode: 0644]
resources/bitmaps_png/png/via_64.png [new file with mode: 0644]
resources/bitmaps_png/png/via_annulus_16.png [new file with mode: 0644]
resources/bitmaps_png/png/via_annulus_24.png [new file with mode: 0644]
resources/bitmaps_png/png/via_annulus_32.png [new file with mode: 0644]
resources/bitmaps_png/png/via_annulus_48.png [new file with mode: 0644]
resources/bitmaps_png/png/via_annulus_64.png [new file with mode: 0644]
resources/bitmaps_png/png/via_annulus_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/via_annulus_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/via_annulus_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/via_annulus_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/via_annulus_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/via_buried_16.png [new file with mode: 0644]
resources/bitmaps_png/png/via_buried_24.png [new file with mode: 0644]
resources/bitmaps_png/png/via_buried_32.png [new file with mode: 0644]
resources/bitmaps_png/png/via_buried_48.png [new file with mode: 0644]
resources/bitmaps_png/png/via_buried_64.png [new file with mode: 0644]
resources/bitmaps_png/png/via_buried_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/via_buried_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/via_buried_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/via_buried_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/via_buried_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/via_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/via_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/via_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/via_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/via_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/via_diameter_16.png [new file with mode: 0644]
resources/bitmaps_png/png/via_diameter_24.png [new file with mode: 0644]
resources/bitmaps_png/png/via_diameter_32.png [new file with mode: 0644]
resources/bitmaps_png/png/via_diameter_48.png [new file with mode: 0644]
resources/bitmaps_png/png/via_diameter_64.png [new file with mode: 0644]
resources/bitmaps_png/png/via_diameter_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/via_diameter_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/via_diameter_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/via_diameter_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/via_diameter_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/via_hole_diameter_16.png [new file with mode: 0644]
resources/bitmaps_png/png/via_hole_diameter_24.png [new file with mode: 0644]
resources/bitmaps_png/png/via_hole_diameter_32.png [new file with mode: 0644]
resources/bitmaps_png/png/via_hole_diameter_48.png [new file with mode: 0644]
resources/bitmaps_png/png/via_hole_diameter_64.png [new file with mode: 0644]
resources/bitmaps_png/png/via_hole_diameter_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/via_hole_diameter_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/via_hole_diameter_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/via_hole_diameter_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/via_hole_diameter_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/via_microvia_16.png [new file with mode: 0644]
resources/bitmaps_png/png/via_microvia_24.png [new file with mode: 0644]
resources/bitmaps_png/png/via_microvia_32.png [new file with mode: 0644]
resources/bitmaps_png/png/via_microvia_48.png [new file with mode: 0644]
resources/bitmaps_png/png/via_microvia_64.png [new file with mode: 0644]
resources/bitmaps_png/png/via_microvia_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/via_microvia_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/via_microvia_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/via_microvia_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/via_microvia_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/via_sketch_16.png [new file with mode: 0644]
resources/bitmaps_png/png/via_sketch_24.png [new file with mode: 0644]
resources/bitmaps_png/png/via_sketch_32.png [new file with mode: 0644]
resources/bitmaps_png/png/via_sketch_48.png [new file with mode: 0644]
resources/bitmaps_png/png/via_sketch_64.png [new file with mode: 0644]
resources/bitmaps_png/png/via_sketch_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/via_sketch_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/via_sketch_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/via_sketch_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/via_sketch_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/viacalc.png [new file with mode: 0644]
resources/bitmaps_png/png/viacalc_dark.png [new file with mode: 0644]
resources/bitmaps_png/png/visibility_16.png [new file with mode: 0644]
resources/bitmaps_png/png/visibility_32.png [new file with mode: 0644]
resources/bitmaps_png/png/visibility_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/visibility_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/visibility_off_16.png [new file with mode: 0644]
resources/bitmaps_png/png/visibility_off_32.png [new file with mode: 0644]
resources/bitmaps_png/png/visibility_off_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/visibility_off_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/width_conn_16.png [new file with mode: 0644]
resources/bitmaps_png/png/width_conn_24.png [new file with mode: 0644]
resources/bitmaps_png/png/width_conn_32.png [new file with mode: 0644]
resources/bitmaps_png/png/width_conn_48.png [new file with mode: 0644]
resources/bitmaps_png/png/width_conn_64.png [new file with mode: 0644]
resources/bitmaps_png/png/width_conn_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/width_conn_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/width_conn_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/width_conn_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/width_conn_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/width_track_16.png [new file with mode: 0644]
resources/bitmaps_png/png/width_track_24.png [new file with mode: 0644]
resources/bitmaps_png/png/width_track_32.png [new file with mode: 0644]
resources/bitmaps_png/png/width_track_48.png [new file with mode: 0644]
resources/bitmaps_png/png/width_track_64.png [new file with mode: 0644]
resources/bitmaps_png/png/width_track_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/width_track_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/width_track_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/width_track_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/width_track_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/width_track_via_16.png [new file with mode: 0644]
resources/bitmaps_png/png/width_track_via_24.png [new file with mode: 0644]
resources/bitmaps_png/png/width_track_via_32.png [new file with mode: 0644]
resources/bitmaps_png/png/width_track_via_48.png [new file with mode: 0644]
resources/bitmaps_png/png/width_track_via_64.png [new file with mode: 0644]
resources/bitmaps_png/png/width_track_via_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/width_track_via_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/width_track_via_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/width_track_via_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/width_track_via_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/wizard_add_fplib_icon_48.png [new file with mode: 0644]
resources/bitmaps_png/png/wizard_add_fplib_icon_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/www_16.png [new file with mode: 0644]
resources/bitmaps_png/png/www_32.png [new file with mode: 0644]
resources/bitmaps_png/png/www_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/www_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/zip_16.png [new file with mode: 0644]
resources/bitmaps_png/png/zip_24.png [new file with mode: 0644]
resources/bitmaps_png/png/zip_32.png [new file with mode: 0644]
resources/bitmaps_png/png/zip_48.png [new file with mode: 0644]
resources/bitmaps_png/png/zip_64.png [new file with mode: 0644]
resources/bitmaps_png/png/zip_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/zip_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/zip_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/zip_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/zip_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/zone_duplicate_16.png [new file with mode: 0644]
resources/bitmaps_png/png/zone_duplicate_24.png [new file with mode: 0644]
resources/bitmaps_png/png/zone_duplicate_32.png [new file with mode: 0644]
resources/bitmaps_png/png/zone_duplicate_48.png [new file with mode: 0644]
resources/bitmaps_png/png/zone_duplicate_64.png [new file with mode: 0644]
resources/bitmaps_png/png/zone_duplicate_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/zone_duplicate_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/zone_duplicate_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/zone_duplicate_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/zone_duplicate_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/zone_fillet_16.png [new file with mode: 0644]
resources/bitmaps_png/png/zone_fillet_24.png [new file with mode: 0644]
resources/bitmaps_png/png/zone_fillet_32.png [new file with mode: 0644]
resources/bitmaps_png/png/zone_fillet_48.png [new file with mode: 0644]
resources/bitmaps_png/png/zone_fillet_64.png [new file with mode: 0644]
resources/bitmaps_png/png/zone_fillet_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/zone_fillet_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/zone_fillet_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/zone_fillet_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/zone_fillet_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/zone_unfill_16.png [new file with mode: 0644]
resources/bitmaps_png/png/zone_unfill_24.png [new file with mode: 0644]
resources/bitmaps_png/png/zone_unfill_32.png [new file with mode: 0644]
resources/bitmaps_png/png/zone_unfill_48.png [new file with mode: 0644]
resources/bitmaps_png/png/zone_unfill_64.png [new file with mode: 0644]
resources/bitmaps_png/png/zone_unfill_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/zone_unfill_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/zone_unfill_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/zone_unfill_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/zone_unfill_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/zoom_area_16.png [new file with mode: 0644]
resources/bitmaps_png/png/zoom_area_24.png [new file with mode: 0644]
resources/bitmaps_png/png/zoom_area_32.png [new file with mode: 0644]
resources/bitmaps_png/png/zoom_area_48.png [new file with mode: 0644]
resources/bitmaps_png/png/zoom_area_64.png [new file with mode: 0644]
resources/bitmaps_png/png/zoom_area_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/zoom_area_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/zoom_area_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/zoom_area_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/zoom_area_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/zoom_auto_fit_in_page_16.png [new file with mode: 0644]
resources/bitmaps_png/png/zoom_auto_fit_in_page_24.png [new file with mode: 0644]
resources/bitmaps_png/png/zoom_auto_fit_in_page_32.png [new file with mode: 0644]
resources/bitmaps_png/png/zoom_auto_fit_in_page_48.png [new file with mode: 0644]
resources/bitmaps_png/png/zoom_auto_fit_in_page_64.png [new file with mode: 0644]
resources/bitmaps_png/png/zoom_auto_fit_in_page_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/zoom_auto_fit_in_page_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/zoom_auto_fit_in_page_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/zoom_auto_fit_in_page_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/zoom_auto_fit_in_page_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/zoom_center_on_screen_16.png [new file with mode: 0644]
resources/bitmaps_png/png/zoom_center_on_screen_24.png [new file with mode: 0644]
resources/bitmaps_png/png/zoom_center_on_screen_32.png [new file with mode: 0644]
resources/bitmaps_png/png/zoom_center_on_screen_48.png [new file with mode: 0644]
resources/bitmaps_png/png/zoom_center_on_screen_64.png [new file with mode: 0644]
resources/bitmaps_png/png/zoom_center_on_screen_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/zoom_center_on_screen_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/zoom_center_on_screen_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/zoom_center_on_screen_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/zoom_center_on_screen_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/zoom_fit_in_page_16.png [new file with mode: 0644]
resources/bitmaps_png/png/zoom_fit_in_page_24.png [new file with mode: 0644]
resources/bitmaps_png/png/zoom_fit_in_page_32.png [new file with mode: 0644]
resources/bitmaps_png/png/zoom_fit_in_page_48.png [new file with mode: 0644]
resources/bitmaps_png/png/zoom_fit_in_page_64.png [new file with mode: 0644]
resources/bitmaps_png/png/zoom_fit_in_page_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/zoom_fit_in_page_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/zoom_fit_in_page_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/zoom_fit_in_page_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/zoom_fit_in_page_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/zoom_fit_to_objects_16.png [new file with mode: 0644]
resources/bitmaps_png/png/zoom_fit_to_objects_24.png [new file with mode: 0644]
resources/bitmaps_png/png/zoom_fit_to_objects_32.png [new file with mode: 0644]
resources/bitmaps_png/png/zoom_fit_to_objects_48.png [new file with mode: 0644]
resources/bitmaps_png/png/zoom_fit_to_objects_64.png [new file with mode: 0644]
resources/bitmaps_png/png/zoom_fit_to_objects_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/zoom_fit_to_objects_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/zoom_fit_to_objects_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/zoom_fit_to_objects_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/zoom_fit_to_objects_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/zoom_in_16.png [new file with mode: 0644]
resources/bitmaps_png/png/zoom_in_24.png [new file with mode: 0644]
resources/bitmaps_png/png/zoom_in_32.png [new file with mode: 0644]
resources/bitmaps_png/png/zoom_in_48.png [new file with mode: 0644]
resources/bitmaps_png/png/zoom_in_64.png [new file with mode: 0644]
resources/bitmaps_png/png/zoom_in_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/zoom_in_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/zoom_in_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/zoom_in_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/zoom_in_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/zoom_out_16.png [new file with mode: 0644]
resources/bitmaps_png/png/zoom_out_24.png [new file with mode: 0644]
resources/bitmaps_png/png/zoom_out_32.png [new file with mode: 0644]
resources/bitmaps_png/png/zoom_out_48.png [new file with mode: 0644]
resources/bitmaps_png/png/zoom_out_64.png [new file with mode: 0644]
resources/bitmaps_png/png/zoom_out_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/zoom_out_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/zoom_out_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/zoom_out_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/zoom_out_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/png/zoom_selection_16.png [new file with mode: 0644]
resources/bitmaps_png/png/zoom_selection_24.png [new file with mode: 0644]
resources/bitmaps_png/png/zoom_selection_32.png [new file with mode: 0644]
resources/bitmaps_png/png/zoom_selection_48.png [new file with mode: 0644]
resources/bitmaps_png/png/zoom_selection_64.png [new file with mode: 0644]
resources/bitmaps_png/png/zoom_selection_dark_16.png [new file with mode: 0644]
resources/bitmaps_png/png/zoom_selection_dark_24.png [new file with mode: 0644]
resources/bitmaps_png/png/zoom_selection_dark_32.png [new file with mode: 0644]
resources/bitmaps_png/png/zoom_selection_dark_48.png [new file with mode: 0644]
resources/bitmaps_png/png/zoom_selection_dark_64.png [new file with mode: 0644]
resources/bitmaps_png/sources/CREDITS [new file with mode: 0644]
resources/bitmaps_png/sources/dark/about.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/add_aligned_dimension.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/add_arc.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/add_bezier.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/add_board.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/add_bus.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/add_bus2bus.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/add_center_dimension.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/add_circle.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/add_class_flag.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/add_component.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/add_corner.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/add_dashed_line.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/add_document.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/add_glabel.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/add_graphical_polygon.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/add_graphical_segments.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/add_hierar_pin.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/add_hierarchical_label.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/add_hierarchical_subsheet.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/add_junction.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/add_keepout_area.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/add_label.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/add_leader.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/add_library.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/add_line.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/add_line2bus.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/add_line_label.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/add_orthogonal_dimension.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/add_pcb_target.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/add_power.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/add_radial_dimension.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/add_rectangle.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/add_symbol_to_schematic.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/add_textbox.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/add_tracks.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/add_via.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/add_zone.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/add_zone_cutout.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/align_elements_to_grid.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/align_items.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/align_items_bottom.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/align_items_center.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/align_items_left.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/align_items_middle.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/align_items_right.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/align_items_top.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/anchor.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/annotate.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/annotate_down_right.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/annotate_right_down.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/apply_pad_settings.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/array.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/att_bridge.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/att_pi.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/att_splitter.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/att_tee.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/auto_associate.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/auto_track_width.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/autoplace_fields.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/axis3d.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/axis3d_back.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/axis3d_bottom.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/axis3d_front.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/axis3d_left.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/axis3d_right.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/axis3d_top.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/badges.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/break_line.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/bug.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/bus_definition_tool.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/c_microstrip.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/cancel.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/chamfer.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/change_entry_orient.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/checked_ok.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/cleanup_graphics.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/cleanup_tracks_and_vias.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/coax.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/color_code_multiplier.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/color_code_tolerance.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/color_code_value.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/color_code_value_and_name.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/color_materials.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/component_select_unit.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/config.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/contrast_mode.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/convert.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/copy.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/copy_pad_settings.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/cpw.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/cpw_back.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/creepage_clearance.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/cursor.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/cursor_shape.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/curved_ratsnest.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/custom_pad_to_primitives.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/cut.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/datasheet.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/delete.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/delete_association.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/delete_cursor.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/delete_gerber.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/delete_sheet.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/dialog_warning.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/directory.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/directory_browser.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/directory_open.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/distribute_horizontal.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/distribute_vertical.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/down.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/drag.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/drag_segment.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/drag_segment_withslope.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/drc.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/duplicate.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/e_192.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/e_24.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/e_48.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/e_96.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/edge_to_copper_clearance.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/edit.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/edit_cmp_symb_links.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/edit_comp_footprint.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/edit_comp_ref.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/edit_comp_value.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/editor.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/enter_sheet.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/erc.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/erc_green.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/ercerr.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/ercwarn.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/exchange.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/exit.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/export.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/export3d.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/export_cmp.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/export_dsn.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/export_file.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/export_footprint_names.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/export_gltf.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/export_idf.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/export_module копия.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/export_module.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/export_part.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/export_png.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/export_step.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/export_svg.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/export_to_pcbnew.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/fabrication.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/file_bom.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/file_cir.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/file_drl.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/file_dsn.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/file_gbr.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/file_gerber_job.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/file_html.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/file_idf.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/file_pdf.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/file_pos.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/file_svg.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/fill_zone.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/fillet.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/filter.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/find.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/find_replace.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/flag.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/flip_board.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/gbr_select_mode1.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/gbr_select_mode2.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/general_deletions.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/general_ratsnest.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/gerbview_show_negative_objects.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/git_add.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/git_changed_ahead.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/git_conflict.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/git_delete.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/git_good_check.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/git_modified.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/git_out_of_date.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/grid.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/grid_override.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/grid_select.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/grid_select_axis.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/group.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/group_enter.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/group_leave.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/group_remove.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/group_ungroup.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/heal_shapes.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/help.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/help_online.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/hidden_pin.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/hide_ratsnest.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/hierarchy_nav.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/hole_to_copper_clearance.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/hole_to_hole_clearance.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/hotkeys.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/hv45mode.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/icon_3d.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/icon_bitmap2component.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/icon_bitmap2component_16.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/icon_bitmap2component_24.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/icon_bitmap2component_32.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/icon_cvpcb.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/icon_cvpcb_24.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/icon_eeschema.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/icon_eeschema_16.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/icon_eeschema_24.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/icon_eeschema_32.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/icon_footprint_browser.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/icon_gerbview.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/icon_gerbview_16.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/icon_gerbview_24.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/icon_gerbview_32.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/icon_kicad.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/icon_kicad_16.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/icon_kicad_24.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/icon_kicad_32.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/icon_kicad_nightly.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/icon_kicad_nightly_16.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/icon_kicad_nightly_24.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/icon_kicad_nightly_32.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/icon_libedit.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/icon_libedit_16.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/icon_libedit_24.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/icon_libedit_32.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/icon_modedit.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/icon_modedit_16.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/icon_modedit_24.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/icon_modedit_32.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/icon_pagelayout_editor.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/icon_pagelayout_editor_16.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/icon_pagelayout_editor_24.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/icon_pagelayout_editor_32.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/icon_pcbcalculator.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/icon_pcbcalculator_16.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/icon_pcbcalculator_24.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/icon_pcbcalculator_32.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/icon_pcbnew.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/icon_pcbnew_16.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/icon_pcbnew_24.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/icon_pcbnew_32.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/icon_pcm.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/icon_pcm_24.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/image.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/image_missing.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/import.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/import3d.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/import_brd_file.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/import_document.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/import_footprint_names.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/import_hierarchical_label.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/import_module.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/import_part.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/import_project.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/import_vector.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/info.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/insert_module_board.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/intersect_polygons.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/kicad_logo.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/kicad_logo_small.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/label_align_bottom.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/label_align_left.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/label_align_right.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/label_align_top.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/language.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/layers_manager.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/leave_sheet.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/left.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/lib_next.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/lib_previous.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/libedit.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/library.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/library_archive.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/library_archive_as.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/library_browser.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/library_table.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/lines90.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/lines_any.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/list_nets.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/list_nets_16.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/load_drill.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/load_gerber.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/load_module_board.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/lock_unlock.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/locked.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/marker_exclude.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/marker_next.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/marker_previous.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/measurement.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/merge_polygons.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/microstrip.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/microstrip_zodd_zeven.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/mirror_h.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/mirror_v.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/mode_module.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/module.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/module_editor.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/module_filtered_list.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/module_library_list.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/module_options.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/module_pin_filtered_list.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/module_wizard.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/morgan1.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/morgan2.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/move.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/move_exactly.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/move_relative.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/mw_add_gap.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/mw_add_line.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/mw_add_shape.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/mw_add_stub.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/mw_add_stub_arc.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/net_highlight.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/net_highlight_schematic.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/netlist.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/new_component.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/new_footprint.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/new_generic.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/new_library.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/new_project.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/new_project_from_template.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/noconn.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/normal.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/notifications.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/open_project.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/open_project_demo.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/opt_show_polygon.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/options_3drender.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/options_board.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/options_generic.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/options_generic_16.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/options_pad.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/options_schematic.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/ortho.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/pack_footprints.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/pad.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/pad_enumerate.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/pad_number.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/pad_sketch.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/pads_mask_layers.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/pads_npth.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/pads_npth_bottom.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/pads_npth_top.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/pads_npth_top_bottom.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/pads_remove.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/pads_remove_unused.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/pads_remove_unused_keep_bottom.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/pads_reset_unused.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/pagelayout_normal_view_mode.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/pagelayout_special_view_mode.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/part_properties.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/paste.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/paste_special.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/path.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/pcb_target.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/pin.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/pin2pin.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/pin_show_etype.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/pin_size_to.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/pin_table.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/pinorient_down.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/pinorient_left.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/pinorient_right.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/pinorient_up.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/pinshape_active_low_input.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/pinshape_active_low_output.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/pinshape_clock_active_low.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/pinshape_clock_fall.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/pinshape_clock_invert.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/pinshape_clock_normal.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/pinshape_invert.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/pinshape_nonlogic.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/pinshape_normal.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/pintype_3states.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/pintype_bidi.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/pintype_input.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/pintype_nic.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/pintype_noconnect.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/pintype_notspecif.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/pintype_opencoll.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/pintype_openemit.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/pintype_output.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/pintype_passive.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/pintype_powerinput.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/pintype_poweroutput.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/plot.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/polar_coord.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/post_bom.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/post_compo.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/post_d356.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/post_drill.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/post_gencad.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/post_gerber.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/post_rpt.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/post_xml.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/preference.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/print_button.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/project.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/project_close.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/project_kicad.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/ps_diff_pair.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/ps_diff_pair_gap.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/ps_diff_pair_tune_length.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/ps_diff_pair_tune_phase.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/ps_tune_length.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/push_pad_settings.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/puzzle_piece.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/py_script.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/reannotate_down_left.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/reannotate_down_right.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/reannotate_left_down.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/reannotate_left_up.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/reannotate_right_down.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/reannotate_right_up.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/reannotate_up_left.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/reannotate_up_right.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/recent.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/rectwaveguide.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/redo.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/refresh.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/regul.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/regul_3pins.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/reload.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/render_mode.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/rescue.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/right.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/rotate_ccw.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/rotate_ccw_x.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/rotate_ccw_y.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/rotate_ccw_z.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/rotate_cw.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/rotate_cw_x.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/rotate_cw_y.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/rotate_cw_z.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/router_len_tuner.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/router_len_tuner_amplitude_decr.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/router_len_tuner_amplitude_incr.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/router_len_tuner_dist_decr.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/router_len_tuner_dist_incr.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/router_len_tuner_setup.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/save.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/save_as.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/search_tree.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/select_layer_add_via.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/select_layer_pair.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/select_same_sheet.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/select_w_layer.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/set_origin.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/shape_3d.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/shape_3d_back.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/sheetset.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/show_all_back_layers.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/show_all_copper_layers.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/show_all_front_layers.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/show_all_layers.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/show_back_assembly_layers.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/show_dcodenumber.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/show_dnp.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/show_footprint.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/show_front_assembly_layers.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/show_mod_edge.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/show_no_copper_layers.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/show_no_layers.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/show_not_in_posfile.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/show_other.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/show_ratsnest.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/show_smt.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/show_tht.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/show_zone.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/show_zone_disable.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/show_zone_outline_only.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/show_zone_triangulation.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/showtrack.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/sim_add_plot.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/sim_add_signal.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/sim_command.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/sim_probe.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/sim_run.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/sim_stop.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/sim_tune.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/simulator.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/slice_line.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/small_down.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/small_edit.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/small_folder.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/small_library.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/small_plus.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/small_refresh.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/small_sort_desc.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/small_trash.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/small_up.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/small_warning.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/special_tools.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/splash.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/spreadsheet.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/stripline.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/stroke_dash.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/stroke_dashdot.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/stroke_dashdotdot.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/stroke_dot.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/stroke_solid.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/subtract_polygons.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/swap.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/swap_layer.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/switch_corner_rounding_shape.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/teardrop_rect_sizes.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/teardrop_sizes.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/teardrop_track_sizes.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/text.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/text_align_bottom.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/text_align_center.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/text_align_left.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/text_align_middle.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/text_align_right.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/text_align_top.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/text_bold.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/text_horizontal.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/text_italic.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/text_mirrored.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/text_sketch.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/text_valign_bottom.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/text_valign_center.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/text_valign_top.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/text_vertical.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/thermal_spokes.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/three_d.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/tool_ratsnest.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/tools.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/trash.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/tree_nosel.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/tree_sel.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/tune_diff_pair_length_legend.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/tune_diff_pair_skew_legend.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/tune_single_track_length_legend.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/twistedpair.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/undo.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/unit_inch.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/unit_mil.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/unit_mm.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/unknown.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/unlocked.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/unzip.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/up.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/update_pcb_from_sch.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/update_sch_from_pcb.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/uploading.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/via.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/via_annulus.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/via_buried.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/via_diameter.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/via_hole_diameter.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/via_microvia.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/via_sketch.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/viacalc.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/visibility.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/visibility_off.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/width_conn.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/width_track.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/width_track_via.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/wizard_add_fplib_icon.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/www.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/zip.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/zone_duplicate.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/zone_fillet.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/zone_unfill.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/zoom_area.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/zoom_auto_fit_in_page.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/zoom_center_on_screen.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/zoom_fit_in_page.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/zoom_fit_to_objects.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/zoom_in.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/zoom_out.svg [new file with mode: 0644]
resources/bitmaps_png/sources/dark/zoom_selection.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/about.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/add_aligned_dimension.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/add_arc.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/add_bezier.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/add_board.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/add_bus.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/add_bus2bus.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/add_center_dimension.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/add_circle.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/add_class_flag.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/add_component.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/add_corner.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/add_dashed_line.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/add_document.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/add_glabel.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/add_graphical_polygon.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/add_graphical_segments.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/add_hierar_pin.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/add_hierarchical_label.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/add_hierarchical_subsheet.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/add_junction.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/add_keepout_area.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/add_label.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/add_leader.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/add_library.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/add_line.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/add_line2bus.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/add_line_label.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/add_orthogonal_dimension.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/add_pcb_target.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/add_power.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/add_radial_dimension.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/add_rectangle.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/add_symbol_to_schematic.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/add_textbox.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/add_tracks.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/add_via.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/add_zone.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/add_zone_cutout.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/align_elements_to_grid.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/align_items.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/align_items_bottom.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/align_items_center.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/align_items_left.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/align_items_middle.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/align_items_right.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/align_items_top.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/anchor.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/annotate.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/annotate_down_right.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/annotate_right_down.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/apply_pad_settings.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/array.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/att_bridge.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/att_pi.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/att_splitter.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/att_tee.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/auto_associate.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/auto_track_width.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/autoplace_fields.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/axis3d.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/axis3d_back.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/axis3d_bottom.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/axis3d_front.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/axis3d_left.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/axis3d_right.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/axis3d_top.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/badges.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/break_line.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/bug.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/bus_definition_tool.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/c_microstrip.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/cancel.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/chamfer.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/change_entry_orient.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/checked_ok.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/cleanup_graphics.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/cleanup_tracks_and_vias.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/coax.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/color_code_multiplier.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/color_code_tolerance.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/color_code_value.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/color_code_value_and_name.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/color_materials.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/component_select_unit.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/config.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/contrast_mode.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/convert.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/copy.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/copy_pad_settings.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/cpw.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/cpw_back.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/creepage_clearance.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/cursor.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/cursor_shape.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/curved_ratsnest.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/custom_pad_to_primitives.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/cut.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/datasheet.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/delete_association.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/delete_cursor.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/delete_gerber.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/delete_sheet.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/dialog_warning.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/directory.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/directory_browser.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/directory_open.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/distribute_horizontal.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/distribute_vertical.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/down.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/drag.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/drag_segment.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/drag_segment_withslope.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/drc.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/duplicate.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/e_192.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/e_24.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/e_48.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/e_96.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/edge_to_copper_clearance.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/edit.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/edit_cmp_symb_links.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/edit_comp_footprint.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/edit_comp_ref.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/edit_comp_value.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/editor.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/enter_sheet.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/erc.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/erc_green.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/ercerr.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/ercwarn.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/exchange.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/exit.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/export3d.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/export_cmp.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/export_dsn.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/export_file.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/export_footprint_names.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/export_gltf.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/export_idf.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/export_module копия.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/export_module.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/export_part.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/export_png.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/export_step.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/export_svg.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/export_to_pcbnew.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/fabrication.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/file_bom.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/file_cir.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/file_drl.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/file_dsn.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/file_gbr.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/file_gerber_job.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/file_html.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/file_idf.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/file_pdf.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/file_pos.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/file_svg.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/fill_zone.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/fillet.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/filter.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/find.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/find_replace.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/flag.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/flip_board.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/gbr_select_mode1.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/gbr_select_mode2.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/general_deletions.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/general_ratsnest.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/gerbview_show_negative_objects.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/git_add.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/git_changed_ahead.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/git_conflict.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/git_delete.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/git_good_check.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/git_modified.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/git_out_of_date.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/grid.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/grid_override.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/grid_select.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/grid_select_axis.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/group.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/group_enter.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/group_leave.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/group_remove.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/group_ungroup.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/heal_shapes.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/help.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/help_online.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/hidden_pin.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/hide_ratsnest.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/hierarchy_nav.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/hole_to_copper_clearance.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/hole_to_hole_clearance.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/hotkeys.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/hv45mode.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/icon_3d.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/icon_bitmap2component.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/icon_bitmap2component_16.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/icon_bitmap2component_24.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/icon_bitmap2component_32.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/icon_cvpcb.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/icon_cvpcb_24.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/icon_eeschema.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/icon_eeschema_16.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/icon_eeschema_24.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/icon_eeschema_32.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/icon_footprint_browser.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/icon_gerbview.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/icon_gerbview_16.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/icon_gerbview_24.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/icon_gerbview_32.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/icon_kicad.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/icon_kicad_16.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/icon_kicad_24.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/icon_kicad_32.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/icon_kicad_nightly.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/icon_kicad_nightly_16.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/icon_kicad_nightly_24.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/icon_kicad_nightly_32.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/icon_libedit.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/icon_libedit_16.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/icon_libedit_24.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/icon_libedit_32.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/icon_modedit.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/icon_modedit_16.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/icon_modedit_24.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/icon_modedit_32.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/icon_pagelayout_editor.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/icon_pagelayout_editor_16.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/icon_pagelayout_editor_24.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/icon_pagelayout_editor_32.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/icon_pcbcalculator.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/icon_pcbcalculator_16.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/icon_pcbcalculator_24.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/icon_pcbcalculator_32.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/icon_pcbnew.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/icon_pcbnew_16.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/icon_pcbnew_24.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/icon_pcbnew_32.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/icon_pcm.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/icon_pcm_24.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/image.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/image_missing.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/import.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/import3d.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/import_brd_file.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/import_document.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/import_footprint_names.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/import_hierarchical_label.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/import_module.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/import_part.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/import_project.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/import_vector.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/info.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/insert_module_board.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/intersect_polygons.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/kicad_logo.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/kicad_logo_small.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/label_align_bottom.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/label_align_left.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/label_align_right.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/label_align_top.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/language.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/layers_manager.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/leave_sheet.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/left.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/lib_next.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/lib_previous.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/libedit.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/library.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/library_archive.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/library_archive_as.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/library_browser.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/library_table.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/lines90.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/lines_any.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/list_nets.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/list_nets_16.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/load_drill.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/load_gerber.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/load_module_board.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/lock_unlock.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/locked.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/marker_exclude.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/marker_next.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/marker_previous.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/measurement.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/merge_polygons.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/microstrip.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/microstrip_zodd_zeven.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/mirror_h.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/mirror_v.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/mode_module.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/module.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/module_editor.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/module_filtered_list.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/module_library_list.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/module_options.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/module_pin_filtered_list.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/module_wizard.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/morgan1.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/morgan2.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/move.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/move_exactly.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/move_relative.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/mw_add_gap.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/mw_add_line.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/mw_add_shape.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/mw_add_stub.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/mw_add_stub_arc.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/net_highlight.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/net_highlight_schematic.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/netlist.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/new_component.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/new_footprint.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/new_generic.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/new_library.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/new_project.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/new_project_from_template.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/noconn.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/normal.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/notifications.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/open_project.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/open_project_demo.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/opt_show_polygon.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/options_3drender.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/options_board.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/options_generic.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/options_generic_16.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/options_pad.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/options_schematic.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/ortho.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/pack_footprints.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/pad.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/pad_enumerate.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/pad_number.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/pad_sketch.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/pads_mask_layers.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/pads_npth.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/pads_npth_bottom.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/pads_npth_top.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/pads_npth_top_bottom.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/pads_remove.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/pads_remove_unused.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/pads_remove_unused_keep_bottom.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/pads_reset_unused.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/pagelayout_normal_view_mode.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/pagelayout_special_view_mode.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/part_properties.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/paste.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/paste_special.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/path.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/pcb_target.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/pin.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/pin2pin.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/pin_show_etype.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/pin_size_to.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/pin_table.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/pinorient_down.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/pinorient_left.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/pinorient_right.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/pinorient_up.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/pinshape_active_low_input.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/pinshape_active_low_output.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/pinshape_clock_active_low.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/pinshape_clock_fall.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/pinshape_clock_invert.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/pinshape_clock_normal.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/pinshape_invert.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/pinshape_nonlogic.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/pinshape_normal.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/pintype_3states.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/pintype_bidi.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/pintype_input.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/pintype_nic.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/pintype_noconnect.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/pintype_notspecif.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/pintype_opencoll.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/pintype_openemit.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/pintype_output.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/pintype_passive.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/pintype_powerinput.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/pintype_poweroutput.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/plot.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/polar_coord.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/post_bom.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/post_compo.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/post_d356.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/post_drill.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/post_gencad.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/post_gerber.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/post_rpt.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/post_xml.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/preference.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/print_button.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/project.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/project_close.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/project_kicad.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/ps_diff_pair.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/ps_diff_pair_gap.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/ps_diff_pair_tune_length.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/ps_diff_pair_tune_phase.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/ps_tune_length.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/push_pad_settings.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/puzzle_piece.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/py_script.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/reannotate_down_left.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/reannotate_down_right.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/reannotate_left_down.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/reannotate_left_up.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/reannotate_right_down.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/reannotate_right_up.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/reannotate_up_left.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/reannotate_up_right.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/recent.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/rectwaveguide.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/redo.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/refresh.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/regul.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/regul_3pins.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/reload.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/render_mode.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/rescue.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/right.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/rotate_ccw.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/rotate_ccw_x.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/rotate_ccw_y.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/rotate_ccw_z.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/rotate_cw.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/rotate_cw_x.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/rotate_cw_y.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/rotate_cw_z.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/router_len_tuner.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/router_len_tuner_amplitude_decr.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/router_len_tuner_amplitude_incr.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/router_len_tuner_dist_decr.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/router_len_tuner_dist_incr.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/router_len_tuner_setup.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/save.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/save_as.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/search_tree.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/select_layer_add_via.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/select_layer_pair.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/select_same_sheet.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/select_w_layer.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/set_origin.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/shape_3d.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/shape_3d_back.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/sheetset.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/show_all_back_layers.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/show_all_copper_layers.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/show_all_front_layers.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/show_all_layers.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/show_back_assembly_layers.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/show_dcodenumber.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/show_dnp.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/show_footprint.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/show_front_assembly_layers.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/show_mod_edge.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/show_no_copper_layers.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/show_no_layers.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/show_not_in_posfile.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/show_other.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/show_ratsnest.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/show_smt.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/show_tht.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/show_zone.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/show_zone_disable.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/show_zone_outline_only.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/show_zone_triangulation.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/showtrack.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/sim_add_plot.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/sim_add_signal.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/sim_command.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/sim_probe.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/sim_run.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/sim_stop.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/sim_tune.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/simulator.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/slice_line.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/small_down.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/small_edit.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/small_folder.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/small_library.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/small_plus.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/small_refresh.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/small_sort_desc.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/small_trash.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/small_up.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/small_warning.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/special_tools.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/splash.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/spreadsheet.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/stripline.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/stroke_dash.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/stroke_dashdot.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/stroke_dashdotdot.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/stroke_dot.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/stroke_solid.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/subtract_polygons.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/swap.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/swap_layer.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/switch_corner_rounding_shape.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/teardrop_rect_sizes.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/teardrop_sizes.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/teardrop_track_sizes.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/text.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/text_align_bottom.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/text_align_center.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/text_align_left.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/text_align_middle.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/text_align_right.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/text_align_top.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/text_bold.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/text_horizontal.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/text_italic.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/text_mirrored.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/text_sketch.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/text_valign_bottom.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/text_valign_center.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/text_valign_top.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/text_vertical.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/thermal_spokes.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/three_d.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/tool_ratsnest.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/tools.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/trash.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/tree_nosel.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/tree_sel.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/tune_diff_pair_length_legend.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/tune_diff_pair_skew_legend.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/tune_single_track_length_legend.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/twistedpair.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/undo.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/unit_inch.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/unit_mil.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/unit_mm.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/unknown.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/unlocked.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/unzip.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/up.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/update_pcb_from_sch.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/update_sch_from_pcb.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/uploading.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/via.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/via_annulus.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/via_buried.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/via_diameter.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/via_hole_diameter.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/via_microvia.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/via_sketch.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/viacalc.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/visibility.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/visibility_off.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/width_conn.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/width_track.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/width_track_via.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/wizard_add_fplib_icon.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/www.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/zip.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/zone_duplicate.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/zone_fillet.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/zone_unfill.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/zoom_area.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/zoom_auto_fit_in_page.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/zoom_center_on_screen.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/zoom_fit_in_page.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/zoom_fit_to_objects.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/zoom_in.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/zoom_out.svg [new file with mode: 0644]
resources/bitmaps_png/sources/light/zoom_selection.svg [new file with mode: 0644]
resources/linux/icons-nightly/hicolor/128x128/apps/kicad.png [new file with mode: 0644]
resources/linux/icons-nightly/hicolor/16x16/apps/kicad.png [new file with mode: 0644]
resources/linux/icons-nightly/hicolor/24x24/apps/kicad.png [new file with mode: 0644]
resources/linux/icons-nightly/hicolor/32x32/apps/kicad.png [new file with mode: 0644]
resources/linux/icons-nightly/hicolor/48x48/apps/kicad.png [new file with mode: 0644]
resources/linux/icons-nightly/hicolor/64x64/apps/kicad.png [new file with mode: 0644]
resources/linux/icons-nightly/hicolor/scalable/apps/kicad.svg [new file with mode: 0755]
resources/linux/icons/hicolor/128x128/apps/bitmap2component.png [new file with mode: 0644]
resources/linux/icons/hicolor/128x128/apps/eeschema.png [new file with mode: 0644]
resources/linux/icons/hicolor/128x128/apps/gerbview.png [new file with mode: 0644]
resources/linux/icons/hicolor/128x128/apps/kicad.png [new file with mode: 0644]
resources/linux/icons/hicolor/128x128/apps/pcbcalculator.png [new file with mode: 0644]
resources/linux/icons/hicolor/128x128/apps/pcbnew.png [new file with mode: 0644]
resources/linux/icons/hicolor/128x128/mimetypes/application-x-kicad-footprint.png [new file with mode: 0644]
resources/linux/icons/hicolor/128x128/mimetypes/application-x-kicad-pcb.png [new file with mode: 0644]
resources/linux/icons/hicolor/128x128/mimetypes/application-x-kicad-project.png [new file with mode: 0644]
resources/linux/icons/hicolor/128x128/mimetypes/application-x-kicad-schematic.png [new file with mode: 0644]
resources/linux/icons/hicolor/128x128/mimetypes/application-x-kicad-symbol.png [new file with mode: 0644]
resources/linux/icons/hicolor/128x128/mimetypes/application-x-kicad-worksheet.png [new file with mode: 0644]
resources/linux/icons/hicolor/16x16/apps/bitmap2component.png [new file with mode: 0644]
resources/linux/icons/hicolor/16x16/apps/eeschema.png [new file with mode: 0644]
resources/linux/icons/hicolor/16x16/apps/gerbview.png [new file with mode: 0644]
resources/linux/icons/hicolor/16x16/apps/kicad.png [new file with mode: 0644]
resources/linux/icons/hicolor/16x16/apps/pcbcalculator.png [new file with mode: 0644]
resources/linux/icons/hicolor/16x16/apps/pcbnew.png [new file with mode: 0644]
resources/linux/icons/hicolor/16x16/mimetypes/application-x-kicad-footprint.png [new file with mode: 0644]
resources/linux/icons/hicolor/16x16/mimetypes/application-x-kicad-pcb.png [new file with mode: 0644]
resources/linux/icons/hicolor/16x16/mimetypes/application-x-kicad-project.png [new file with mode: 0644]
resources/linux/icons/hicolor/16x16/mimetypes/application-x-kicad-schematic.png [new file with mode: 0644]
resources/linux/icons/hicolor/16x16/mimetypes/application-x-kicad-symbol.png [new file with mode: 0644]
resources/linux/icons/hicolor/16x16/mimetypes/application-x-kicad-worksheet.png [new file with mode: 0644]
resources/linux/icons/hicolor/24x24/apps/bitmap2component.png [new file with mode: 0644]
resources/linux/icons/hicolor/24x24/apps/eeschema.png [new file with mode: 0644]
resources/linux/icons/hicolor/24x24/apps/gerbview.png [new file with mode: 0644]
resources/linux/icons/hicolor/24x24/apps/kicad.png [new file with mode: 0644]
resources/linux/icons/hicolor/24x24/apps/pcbcalculator.png [new file with mode: 0644]
resources/linux/icons/hicolor/24x24/apps/pcbnew.png [new file with mode: 0644]
resources/linux/icons/hicolor/24x24/mimetypes/application-x-kicad-footprint.png [new file with mode: 0644]
resources/linux/icons/hicolor/24x24/mimetypes/application-x-kicad-pcb.png [new file with mode: 0644]
resources/linux/icons/hicolor/24x24/mimetypes/application-x-kicad-project.png [new file with mode: 0644]
resources/linux/icons/hicolor/24x24/mimetypes/application-x-kicad-schematic.png [new file with mode: 0644]
resources/linux/icons/hicolor/24x24/mimetypes/application-x-kicad-symbol.png [new file with mode: 0644]
resources/linux/icons/hicolor/24x24/mimetypes/application-x-kicad-worksheet.png [new file with mode: 0644]
resources/linux/icons/hicolor/32x32/apps/bitmap2component.png [new file with mode: 0644]
resources/linux/icons/hicolor/32x32/apps/eeschema.png [new file with mode: 0644]
resources/linux/icons/hicolor/32x32/apps/gerbview.png [new file with mode: 0644]
resources/linux/icons/hicolor/32x32/apps/kicad.png [new file with mode: 0644]
resources/linux/icons/hicolor/32x32/apps/pcbcalculator.png [new file with mode: 0644]
resources/linux/icons/hicolor/32x32/apps/pcbnew.png [new file with mode: 0644]
resources/linux/icons/hicolor/32x32/mimetypes/application-x-kicad-footprint.png [new file with mode: 0644]
resources/linux/icons/hicolor/32x32/mimetypes/application-x-kicad-pcb.png [new file with mode: 0644]
resources/linux/icons/hicolor/32x32/mimetypes/application-x-kicad-project.png [new file with mode: 0644]
resources/linux/icons/hicolor/32x32/mimetypes/application-x-kicad-schematic.png [new file with mode: 0644]
resources/linux/icons/hicolor/32x32/mimetypes/application-x-kicad-symbol.png [new file with mode: 0644]
resources/linux/icons/hicolor/32x32/mimetypes/application-x-kicad-worksheet.png [new file with mode: 0644]
resources/linux/icons/hicolor/48x48/apps/bitmap2component.png [new file with mode: 0644]
resources/linux/icons/hicolor/48x48/apps/eeschema.png [new file with mode: 0644]
resources/linux/icons/hicolor/48x48/apps/gerbview.png [new file with mode: 0644]
resources/linux/icons/hicolor/48x48/apps/kicad.png [new file with mode: 0644]
resources/linux/icons/hicolor/48x48/apps/pcbcalculator.png [new file with mode: 0644]
resources/linux/icons/hicolor/48x48/apps/pcbnew.png [new file with mode: 0644]
resources/linux/icons/hicolor/48x48/mimetypes/application-x-kicad-footprint.png [new file with mode: 0644]
resources/linux/icons/hicolor/48x48/mimetypes/application-x-kicad-pcb.png [new file with mode: 0644]
resources/linux/icons/hicolor/48x48/mimetypes/application-x-kicad-project.png [new file with mode: 0644]
resources/linux/icons/hicolor/48x48/mimetypes/application-x-kicad-schematic.png [new file with mode: 0644]
resources/linux/icons/hicolor/48x48/mimetypes/application-x-kicad-symbol.png [new file with mode: 0644]
resources/linux/icons/hicolor/48x48/mimetypes/application-x-kicad-worksheet.png [new file with mode: 0644]
resources/linux/icons/hicolor/64x64/apps/bitmap2component.png [new file with mode: 0644]
resources/linux/icons/hicolor/64x64/apps/eeschema.png [new file with mode: 0644]
resources/linux/icons/hicolor/64x64/apps/gerbview.png [new file with mode: 0644]
resources/linux/icons/hicolor/64x64/apps/kicad.png [new file with mode: 0644]
resources/linux/icons/hicolor/64x64/apps/pcbcalculator.png [new file with mode: 0644]
resources/linux/icons/hicolor/64x64/apps/pcbnew.png [new file with mode: 0644]
resources/linux/icons/hicolor/64x64/mimetypes/application-x-kicad-footprint.png [new file with mode: 0644]
resources/linux/icons/hicolor/64x64/mimetypes/application-x-kicad-pcb.png [new file with mode: 0644]
resources/linux/icons/hicolor/64x64/mimetypes/application-x-kicad-project.png [new file with mode: 0644]
resources/linux/icons/hicolor/64x64/mimetypes/application-x-kicad-schematic.png [new file with mode: 0644]
resources/linux/icons/hicolor/64x64/mimetypes/application-x-kicad-symbol.png [new file with mode: 0644]
resources/linux/icons/hicolor/64x64/mimetypes/application-x-kicad-worksheet.png [new file with mode: 0644]
resources/linux/icons/hicolor/scalable/apps/bitmap2component.svg [new file with mode: 0644]
resources/linux/icons/hicolor/scalable/apps/eeschema.svg [new file with mode: 0755]
resources/linux/icons/hicolor/scalable/apps/gerbview.svg [new file with mode: 0755]
resources/linux/icons/hicolor/scalable/apps/kicad.svg [new file with mode: 0644]
resources/linux/icons/hicolor/scalable/apps/pcbcalculator.svg [new file with mode: 0755]
resources/linux/icons/hicolor/scalable/apps/pcbnew.svg [new file with mode: 0755]
resources/linux/icons/hicolor/scalable/mimetypes/application-x-kicad-footprint-16.svg [new file with mode: 0644]
resources/linux/icons/hicolor/scalable/mimetypes/application-x-kicad-footprint-24.svg [new file with mode: 0644]
resources/linux/icons/hicolor/scalable/mimetypes/application-x-kicad-footprint-32.svg [new file with mode: 0644]
resources/linux/icons/hicolor/scalable/mimetypes/application-x-kicad-footprint-48.svg [new file with mode: 0644]
resources/linux/icons/hicolor/scalable/mimetypes/application-x-kicad-footprint-64.svg [new file with mode: 0644]
resources/linux/icons/hicolor/scalable/mimetypes/application-x-kicad-footprint.svg [new file with mode: 0644]
resources/linux/icons/hicolor/scalable/mimetypes/application-x-kicad-pcb-16.svg [new file with mode: 0644]
resources/linux/icons/hicolor/scalable/mimetypes/application-x-kicad-pcb-24.svg [new file with mode: 0644]
resources/linux/icons/hicolor/scalable/mimetypes/application-x-kicad-pcb-32.svg [new file with mode: 0644]
resources/linux/icons/hicolor/scalable/mimetypes/application-x-kicad-pcb-48.svg [new file with mode: 0644]
resources/linux/icons/hicolor/scalable/mimetypes/application-x-kicad-pcb-64.svg [new file with mode: 0644]
resources/linux/icons/hicolor/scalable/mimetypes/application-x-kicad-pcb.svg [new file with mode: 0755]
resources/linux/icons/hicolor/scalable/mimetypes/application-x-kicad-project-16.svg [new file with mode: 0644]
resources/linux/icons/hicolor/scalable/mimetypes/application-x-kicad-project-24.svg [new file with mode: 0644]
resources/linux/icons/hicolor/scalable/mimetypes/application-x-kicad-project-32.svg [new file with mode: 0644]
resources/linux/icons/hicolor/scalable/mimetypes/application-x-kicad-project-48.svg [new file with mode: 0644]
resources/linux/icons/hicolor/scalable/mimetypes/application-x-kicad-project-64.svg [new file with mode: 0644]
resources/linux/icons/hicolor/scalable/mimetypes/application-x-kicad-project.svg [new file with mode: 0755]
resources/linux/icons/hicolor/scalable/mimetypes/application-x-kicad-schematic-16.svg [new file with mode: 0644]
resources/linux/icons/hicolor/scalable/mimetypes/application-x-kicad-schematic-24.svg [new file with mode: 0644]
resources/linux/icons/hicolor/scalable/mimetypes/application-x-kicad-schematic-32.svg [new file with mode: 0644]
resources/linux/icons/hicolor/scalable/mimetypes/application-x-kicad-schematic-48.svg [new file with mode: 0644]
resources/linux/icons/hicolor/scalable/mimetypes/application-x-kicad-schematic-64.svg [new file with mode: 0644]
resources/linux/icons/hicolor/scalable/mimetypes/application-x-kicad-schematic.svg [new file with mode: 0755]
resources/linux/icons/hicolor/scalable/mimetypes/application-x-kicad-symbol-16.svg [new file with mode: 0644]
resources/linux/icons/hicolor/scalable/mimetypes/application-x-kicad-symbol-24.svg [new file with mode: 0644]
resources/linux/icons/hicolor/scalable/mimetypes/application-x-kicad-symbol-32.svg [new file with mode: 0644]
resources/linux/icons/hicolor/scalable/mimetypes/application-x-kicad-symbol-48.svg [new file with mode: 0644]
resources/linux/icons/hicolor/scalable/mimetypes/application-x-kicad-symbol-64.svg [new file with mode: 0644]
resources/linux/icons/hicolor/scalable/mimetypes/application-x-kicad-symbol.svg [new file with mode: 0644]
resources/linux/icons/hicolor/scalable/mimetypes/application-x-kicad-worksheet-16.svg [new file with mode: 0644]
resources/linux/icons/hicolor/scalable/mimetypes/application-x-kicad-worksheet-24.svg [new file with mode: 0644]
resources/linux/icons/hicolor/scalable/mimetypes/application-x-kicad-worksheet-32.svg [new file with mode: 0644]
resources/linux/icons/hicolor/scalable/mimetypes/application-x-kicad-worksheet-48.svg [new file with mode: 0644]
resources/linux/icons/hicolor/scalable/mimetypes/application-x-kicad-worksheet-64.svg [new file with mode: 0644]
resources/linux/icons/hicolor/scalable/mimetypes/application-x-kicad-worksheet.svg [new file with mode: 0644]
resources/linux/launchers/org.kicad.bitmap2component.desktop.in [new file with mode: 0644]
resources/linux/launchers/org.kicad.eeschema.desktop.in [new file with mode: 0644]
resources/linux/launchers/org.kicad.gerbview.desktop.in [new file with mode: 0644]
resources/linux/launchers/org.kicad.kicad.desktop.in [new file with mode: 0644]
resources/linux/launchers/org.kicad.pcbcalculator.desktop.in [new file with mode: 0644]
resources/linux/launchers/org.kicad.pcbnew.desktop.in [new file with mode: 0644]
resources/linux/metainfo/org.kicad.kicad.metainfo.xml.in [new file with mode: 0644]
resources/linux/mime/kicad-gerbers.xml.in [new file with mode: 0644]
resources/linux/mime/kicad-kicad.xml.in [new file with mode: 0644]
resources/macos/plist/bitmap2component.Info.plist.in [new file with mode: 0644]
resources/macos/plist/eeschema.Info.plist.in [new file with mode: 0644]
resources/macos/plist/gerbview.Info.plist.in [new file with mode: 0644]
resources/macos/plist/kicad.Info.plist.in [new file with mode: 0644]
resources/macos/plist/pcb_calculator.Info.plist.in [new file with mode: 0644]
resources/macos/plist/pcbnew.Info.plist.in [new file with mode: 0644]
resources/macos/plist/pleditor.Info.plist.in [new file with mode: 0644]
resources/msw/bitmap2component.rc [new file with mode: 0644]
resources/msw/cvpcb-dll.rc [new file with mode: 0644]
resources/msw/eeschema-dll.rc [new file with mode: 0644]
resources/msw/eeschema.rc [new file with mode: 0644]
resources/msw/gerbview-dll.rc [new file with mode: 0644]
resources/msw/gerbview.rc [new file with mode: 0644]
resources/msw/kicad.rc [new file with mode: 0644]
resources/msw/kicommon-dll.rc [new file with mode: 0644]
resources/msw/kipython-dll.rc [new file with mode: 0644]
resources/msw/kiwin32-dll.rc [new file with mode: 0644]
resources/msw/kiwin32.rc [new file with mode: 0644]
resources/msw/manifests/basic.manifest [new file with mode: 0644]
resources/msw/manifests/dpi_aware_pmv2.manifest [new file with mode: 0644]
resources/msw/pcb_calculator-dll.rc [new file with mode: 0644]
resources/msw/pcb_calculator.rc [new file with mode: 0644]
resources/msw/pcbnew-dll.rc [new file with mode: 0644]
resources/msw/pcbnew.rc [new file with mode: 0644]
resources/msw/pl_editor-dll.rc [new file with mode: 0644]
resources/msw/pl_editor.rc [new file with mode: 0644]
resources/msw/qa_common.rc [new file with mode: 0644]
resources/msw/qa_eeschema.rc [new file with mode: 0644]
resources/msw/qa_gerbview.rc [new file with mode: 0644]
resources/msw/qa_kicad2step.rc [new file with mode: 0644]
resources/msw/qa_kimath.rc [new file with mode: 0644]
resources/msw/qa_pcbnew.rc [new file with mode: 0644]
resources/msw/qa_spice.rc [new file with mode: 0644]
resources/msw/resource.h [new file with mode: 0644]
resources/project_template/CMakeLists.txt [new file with mode: 0644]
resources/project_template/kicad.kicad_pro [new file with mode: 0644]
resources/schemas/drc.v1.json [new file with mode: 0644]
resources/schemas/erc.v1.json [new file with mode: 0644]
scripting/CMakeLists.txt [new file with mode: 0644]
scripting/kicad_pyshell/__init__.py [new file with mode: 0644]
scripting/kicad_pyshell/kicad_pyeditor.py [new file with mode: 0644]
scripting/kicad_scripting_main.cpp [new file with mode: 0644]
scripting/kicadplugins.i [new file with mode: 0644]
scripting/kipython_frame.cpp [new file with mode: 0644]
scripting/kipython_frame.h [new file with mode: 0644]
scripting/kipython_settings.cpp [new file with mode: 0644]
scripting/kipython_settings.h [new file with mode: 0644]
scripting/python_scripting.cpp [new file with mode: 0644]
scripting/python_scripting.h [new file with mode: 0644]
signing/CMakeLists.txt [new file with mode: 0644]
thirdparty/3dxware_sdk/CMakeLists.txt [new file with mode: 0644]
thirdparty/3dxware_sdk/README.txt [new file with mode: 0644]
thirdparty/3dxware_sdk/inc/SpaceMouse/.clang-format [new file with mode: 0644]
thirdparty/3dxware_sdk/inc/SpaceMouse/CActionNode.hpp [new file with mode: 0644]
thirdparty/3dxware_sdk/inc/SpaceMouse/CCategory.hpp [new file with mode: 0644]
thirdparty/3dxware_sdk/inc/SpaceMouse/CCommand.hpp [new file with mode: 0644]
thirdparty/3dxware_sdk/inc/SpaceMouse/CCommandSet.hpp [new file with mode: 0644]
thirdparty/3dxware_sdk/inc/SpaceMouse/CCommandTreeNode.hpp [new file with mode: 0644]
thirdparty/3dxware_sdk/inc/SpaceMouse/CCookieCollection.hpp [new file with mode: 0644]
thirdparty/3dxware_sdk/inc/SpaceMouse/CHitTest.hpp [new file with mode: 0644]
thirdparty/3dxware_sdk/inc/SpaceMouse/CImage.hpp [new file with mode: 0644]
thirdparty/3dxware_sdk/inc/SpaceMouse/CNavigation3D.hpp [new file with mode: 0644]
thirdparty/3dxware_sdk/inc/SpaceMouse/CNavlibImpl.hpp [new file with mode: 0644]
thirdparty/3dxware_sdk/inc/SpaceMouse/CNavlibInterface.hpp [new file with mode: 0644]
thirdparty/3dxware_sdk/inc/SpaceMouse/IAccessors.hpp [new file with mode: 0644]
thirdparty/3dxware_sdk/inc/SpaceMouse/IEvents.hpp [new file with mode: 0644]
thirdparty/3dxware_sdk/inc/SpaceMouse/IHit.hpp [new file with mode: 0644]
thirdparty/3dxware_sdk/inc/SpaceMouse/IModel.hpp [new file with mode: 0644]
thirdparty/3dxware_sdk/inc/SpaceMouse/INavlib.hpp [new file with mode: 0644]
thirdparty/3dxware_sdk/inc/SpaceMouse/IPivot.hpp [new file with mode: 0644]
thirdparty/3dxware_sdk/inc/SpaceMouse/ISpace3D.hpp [new file with mode: 0644]
thirdparty/3dxware_sdk/inc/SpaceMouse/IState.hpp [new file with mode: 0644]
thirdparty/3dxware_sdk/inc/SpaceMouse/IView.hpp [new file with mode: 0644]
thirdparty/3dxware_sdk/inc/V3DCMD.h [new file with mode: 0644]
thirdparty/3dxware_sdk/inc/navlib/.clang-format [new file with mode: 0644]
thirdparty/3dxware_sdk/inc/navlib/navlib.h [new file with mode: 0644]
thirdparty/3dxware_sdk/inc/navlib/navlib_defines.h [new file with mode: 0644]
thirdparty/3dxware_sdk/inc/navlib/navlib_error.h [new file with mode: 0644]
thirdparty/3dxware_sdk/inc/navlib/navlib_operators.h [new file with mode: 0644]
thirdparty/3dxware_sdk/inc/navlib/navlib_ostream.h [new file with mode: 0644]
thirdparty/3dxware_sdk/inc/navlib/navlib_templates.h [new file with mode: 0644]
thirdparty/3dxware_sdk/inc/navlib/navlib_types.h [new file with mode: 0644]
thirdparty/3dxware_sdk/inc/siappcmd_types.h [new file with mode: 0644]
thirdparty/3dxware_sdk/src/navlib_load.cpp [new file with mode: 0644]
thirdparty/3dxware_sdk/src/navlib_stub.c [new file with mode: 0644]
thirdparty/CMakeLists.txt [new file with mode: 0644]
thirdparty/argparse/.clang-format [new file with mode: 0644]
thirdparty/argparse/.clang-tidy [new file with mode: 0644]
thirdparty/argparse/.github/workflows/ci.yml [new file with mode: 0644]
thirdparty/argparse/.github/workflows/tidy-analysis-stage-01.yml [new file with mode: 0644]
thirdparty/argparse/.github/workflows/tidy-analysis-stage-02.yml [new file with mode: 0644]
thirdparty/argparse/.stylua.toml [new file with mode: 0644]
thirdparty/argparse/.travis.yml [new file with mode: 0644]
thirdparty/argparse/CMakeLists.txt [new file with mode: 0644]
thirdparty/argparse/CONTRIBUTING.md [new file with mode: 0644]
thirdparty/argparse/LICENSE [new file with mode: 0644]
thirdparty/argparse/README.md [new file with mode: 0644]
thirdparty/argparse/clang_format.bash [new file with mode: 0644]
thirdparty/argparse/conanfile.py [new file with mode: 0644]
thirdparty/argparse/include/argparse/argparse.hpp [new file with mode: 0644]
thirdparty/argparse/module/argparse.cppm [new file with mode: 0644]
thirdparty/argparse/packaging/pkgconfig.pc.in [new file with mode: 0644]
thirdparty/argparse/samples/CMakeLists.txt [new file with mode: 0644]
thirdparty/argparse/samples/compound_arguments.cpp [new file with mode: 0644]
thirdparty/argparse/samples/custom_assignment_characters.cpp [new file with mode: 0644]
thirdparty/argparse/samples/custom_prefix_characters.cpp [new file with mode: 0644]
thirdparty/argparse/samples/description_epilog_metavar.cpp [new file with mode: 0644]
thirdparty/argparse/samples/gathering_remaining_arguments.cpp [new file with mode: 0644]
thirdparty/argparse/samples/is_used.cpp [new file with mode: 0644]
thirdparty/argparse/samples/joining_repeated_optional_arguments.cpp [new file with mode: 0644]
thirdparty/argparse/samples/list_of_arguments.cpp [new file with mode: 0644]
thirdparty/argparse/samples/negative_numbers.cpp [new file with mode: 0644]
thirdparty/argparse/samples/optional_flag_argument.cpp [new file with mode: 0644]
thirdparty/argparse/samples/parse_known_args.cpp [new file with mode: 0644]
thirdparty/argparse/samples/positional_argument.cpp [new file with mode: 0644]
thirdparty/argparse/samples/repeating_argument_to_increase_value.cpp [new file with mode: 0644]
thirdparty/argparse/samples/required_optional_argument.cpp [new file with mode: 0644]
thirdparty/argparse/samples/subcommands.cpp [new file with mode: 0644]
thirdparty/argparse/test/CMakeLists.txt [new file with mode: 0644]
thirdparty/argparse/test/README.md [new file with mode: 0644]
thirdparty/argparse/test/argparse_details.cppm [new file with mode: 0644]
thirdparty/argparse/test/doctest.hpp [new file with mode: 0644]
thirdparty/argparse/test/main.cpp [new file with mode: 0644]
thirdparty/argparse/test/test_actions.cpp [new file with mode: 0644]
thirdparty/argparse/test/test_append.cpp [new file with mode: 0644]
thirdparty/argparse/test/test_as_container.cpp [new file with mode: 0644]
thirdparty/argparse/test/test_bool_operator.cpp [new file with mode: 0644]
thirdparty/argparse/test/test_choices.cpp [new file with mode: 0644]
thirdparty/argparse/test/test_compound_arguments.cpp [new file with mode: 0644]
thirdparty/argparse/test/test_container_arguments.cpp [new file with mode: 0644]
thirdparty/argparse/test/test_default_args.cpp [new file with mode: 0644]
thirdparty/argparse/test/test_default_value.cpp [new file with mode: 0644]
thirdparty/argparse/test/test_equals_form.cpp [new file with mode: 0644]
thirdparty/argparse/test/test_error_reporting.cpp [new file with mode: 0644]
thirdparty/argparse/test/test_get.cpp [new file with mode: 0644]
thirdparty/argparse/test/test_help.cpp [new file with mode: 0644]
thirdparty/argparse/test/test_invalid_arguments.cpp [new file with mode: 0644]
thirdparty/argparse/test/test_is_used.cpp [new file with mode: 0644]
thirdparty/argparse/test/test_issue_37.cpp [new file with mode: 0644]
thirdparty/argparse/test/test_mutually_exclusive_group.cpp [new file with mode: 0644]
thirdparty/argparse/test/test_negative_numbers.cpp [new file with mode: 0644]
thirdparty/argparse/test/test_optional_arguments.cpp [new file with mode: 0644]
thirdparty/argparse/test/test_parent_parsers.cpp [new file with mode: 0644]
thirdparty/argparse/test/test_parse_args.cpp [new file with mode: 0644]
thirdparty/argparse/test/test_parse_known_args.cpp [new file with mode: 0644]
thirdparty/argparse/test/test_positional_arguments.cpp [new file with mode: 0644]
thirdparty/argparse/test/test_prefix_chars.cpp [new file with mode: 0644]
thirdparty/argparse/test/test_repr.cpp [new file with mode: 0644]
thirdparty/argparse/test/test_required_arguments.cpp [new file with mode: 0644]
thirdparty/argparse/test/test_scan.cpp [new file with mode: 0644]
thirdparty/argparse/test/test_stringstream.cpp [new file with mode: 0644]
thirdparty/argparse/test/test_subparsers.cpp [new file with mode: 0644]
thirdparty/argparse/test/test_utility.hpp [new file with mode: 0644]
thirdparty/argparse/test/test_version.cpp [new file with mode: 0644]
thirdparty/argparse/tools/build.sh [new file with mode: 0644]
thirdparty/argparse/xmake.lua [new file with mode: 0644]
thirdparty/clipper/CMakeLists.txt [new file with mode: 0644]
thirdparty/clipper/LICENSE.BOOSTv1_0 [new file with mode: 0644]
thirdparty/clipper/README.txt [new file with mode: 0644]
thirdparty/clipper/clipper.cpp [new file with mode: 0644]
thirdparty/clipper/clipper.hpp [new file with mode: 0644]
thirdparty/clipper2/CMakeLists.txt [new file with mode: 0644]
thirdparty/clipper2/Clipper2Lib/include/clipper2/clipper.core.h [new file with mode: 0644]
thirdparty/clipper2/Clipper2Lib/include/clipper2/clipper.engine.h [new file with mode: 0644]
thirdparty/clipper2/Clipper2Lib/include/clipper2/clipper.export.h [new file with mode: 0644]
thirdparty/clipper2/Clipper2Lib/include/clipper2/clipper.h [new file with mode: 0644]
thirdparty/clipper2/Clipper2Lib/include/clipper2/clipper.minkowski.h [new file with mode: 0644]
thirdparty/clipper2/Clipper2Lib/include/clipper2/clipper.offset.h [new file with mode: 0644]
thirdparty/clipper2/Clipper2Lib/include/clipper2/clipper.rectclip.h [new file with mode: 0644]
thirdparty/clipper2/Clipper2Lib/include/clipper2/clipper.version.h [new file with mode: 0644]
thirdparty/clipper2/Clipper2Lib/src/clipper.engine.cpp [new file with mode: 0644]
thirdparty/clipper2/Clipper2Lib/src/clipper.offset.cpp [new file with mode: 0644]
thirdparty/clipper2/Clipper2Lib/src/clipper.rectclip.cpp [new file with mode: 0644]
thirdparty/clipper2/LICENSE [new file with mode: 0644]
thirdparty/compoundfilereader/CMakeLists.txt [new file with mode: 0644]
thirdparty/compoundfilereader/LICENSE.MIT [new file with mode: 0644]
thirdparty/compoundfilereader/README.txt [new file with mode: 0644]
thirdparty/compoundfilereader/compoundfilereader.h [new file with mode: 0644]
thirdparty/compoundfilereader/utf.h [new file with mode: 0644]
thirdparty/delaunator/CMakeLists.txt [new file with mode: 0644]
thirdparty/delaunator/LICENSE.MIT [new file with mode: 0644]
thirdparty/delaunator/README.txt [new file with mode: 0644]
thirdparty/delaunator/delaunator.cpp [new file with mode: 0644]
thirdparty/delaunator/delaunator.hpp [new file with mode: 0644]
thirdparty/dxflib_qcad/CMakeLists.txt [new file with mode: 0644]
thirdparty/dxflib_qcad/LICENSE.GPLv2 [new file with mode: 0644]
thirdparty/dxflib_qcad/README.txt [new file with mode: 0644]
thirdparty/dxflib_qcad/dl_attributes.h [new file with mode: 0644]
thirdparty/dxflib_qcad/dl_codes.h [new file with mode: 0644]
thirdparty/dxflib_qcad/dl_creationadapter.h [new file with mode: 0644]
thirdparty/dxflib_qcad/dl_creationinterface.h [new file with mode: 0644]
thirdparty/dxflib_qcad/dl_dxf.cpp [new file with mode: 0644]
thirdparty/dxflib_qcad/dl_dxf.h [new file with mode: 0644]
thirdparty/dxflib_qcad/dl_entities.h [new file with mode: 0644]
thirdparty/dxflib_qcad/dl_exception.h [new file with mode: 0644]
thirdparty/dxflib_qcad/dl_extrusion.h [new file with mode: 0644]
thirdparty/dxflib_qcad/dl_global.h [new file with mode: 0644]
thirdparty/dxflib_qcad/dl_writer.h [new file with mode: 0644]
thirdparty/dxflib_qcad/dl_writer_ascii.cpp [new file with mode: 0644]
thirdparty/dxflib_qcad/dl_writer_ascii.h [new file with mode: 0644]
thirdparty/dxflib_qcad/dxflib.doxygen [new file with mode: 0644]
thirdparty/dxflib_qcad/run_uncrustify.sh [new file with mode: 0644]
thirdparty/dxflib_qcad/version.txt [new file with mode: 0644]
thirdparty/fmt/CMakeLists.txt [new file with mode: 0644]
thirdparty/fmt/ChangeLog.rst [new file with mode: 0644]
thirdparty/fmt/LICENSE.rst [new file with mode: 0644]
thirdparty/fmt/README.rst [new file with mode: 0644]
thirdparty/fmt/include/fmt/args.h [new file with mode: 0644]
thirdparty/fmt/include/fmt/chrono.h [new file with mode: 0644]
thirdparty/fmt/include/fmt/color.h [new file with mode: 0644]
thirdparty/fmt/include/fmt/compile.h [new file with mode: 0644]
thirdparty/fmt/include/fmt/core.h [new file with mode: 0644]
thirdparty/fmt/include/fmt/format-inl.h [new file with mode: 0644]
thirdparty/fmt/include/fmt/format.h [new file with mode: 0644]
thirdparty/fmt/include/fmt/os.h [new file with mode: 0644]
thirdparty/fmt/include/fmt/ostream.h [new file with mode: 0644]
thirdparty/fmt/include/fmt/printf.h [new file with mode: 0644]
thirdparty/fmt/include/fmt/ranges.h [new file with mode: 0644]
thirdparty/fmt/include/fmt/std.h [new file with mode: 0644]
thirdparty/fmt/include/fmt/xchar.h [new file with mode: 0644]
thirdparty/fmt/src/fmt.cc [new file with mode: 0644]
thirdparty/fmt/src/format.cc [new file with mode: 0644]
thirdparty/fmt/src/os.cc [new file with mode: 0644]
thirdparty/fmt/support/cmake/FindSetEnv.cmake [new file with mode: 0644]
thirdparty/fmt/support/cmake/JoinPaths.cmake [new file with mode: 0644]
thirdparty/fmt/support/cmake/cxx14.cmake [new file with mode: 0644]
thirdparty/fmt/support/cmake/fmt-config.cmake.in [new file with mode: 0644]
thirdparty/fmt/support/cmake/fmt.pc.in [new file with mode: 0644]
thirdparty/glew/CMakeLists.txt [new file with mode: 0644]
thirdparty/glew/LICENSE.txt [new file with mode: 0644]
thirdparty/glew/README.md [new file with mode: 0644]
thirdparty/glew/include/GL/eglew.h [new file with mode: 0644]
thirdparty/glew/include/GL/glew.h [new file with mode: 0644]
thirdparty/glew/include/GL/glxew.h [new file with mode: 0644]
thirdparty/glew/include/GL/wglew.h [new file with mode: 0644]
thirdparty/glew/src/glew.c [new file with mode: 0644]
thirdparty/glew/src/glewinfo.c [new file with mode: 0644]
thirdparty/glew/src/visualinfo.c [new file with mode: 0644]
thirdparty/gzip-hpp/CMakeLists.txt [new file with mode: 0644]
thirdparty/gzip-hpp/LICENSE.BSD2 [new file with mode: 0644]
thirdparty/gzip-hpp/decompress.hpp [new file with mode: 0644]
thirdparty/json_schema_validator/CMakeLists.txt [new file with mode: 0644]
thirdparty/json_schema_validator/LICENSE.MIT [new file with mode: 0644]
thirdparty/json_schema_validator/README.txt [new file with mode: 0644]
thirdparty/json_schema_validator/json-patch.cpp [new file with mode: 0644]
thirdparty/json_schema_validator/json-patch.hpp [new file with mode: 0644]
thirdparty/json_schema_validator/json-schema-draft7.json.cpp [new file with mode: 0644]
thirdparty/json_schema_validator/json-uri.cpp [new file with mode: 0644]
thirdparty/json_schema_validator/json-validator.cpp [new file with mode: 0644]
thirdparty/json_schema_validator/nlohmann/json-schema.hpp [new file with mode: 0644]
thirdparty/json_schema_validator/string-format-check.cpp [new file with mode: 0644]
thirdparty/lemon/CMakeLists.txt [new file with mode: 0644]
thirdparty/lemon/README.md [new file with mode: 0644]
thirdparty/lemon/lemon.c [new file with mode: 0644]
thirdparty/lemon/lempar.c [new file with mode: 0644]
thirdparty/libcontext/CMakeLists.txt [new file with mode: 0644]
thirdparty/libcontext/LICENSE.BOOSTv1_0 [new file with mode: 0644]
thirdparty/libcontext/README.txt [new file with mode: 0644]
thirdparty/libcontext/jump_arm64_aapcs_pe_armasm.asm [new file with mode: 0644]
thirdparty/libcontext/jump_i386_ms_pe_masm.asm [new file with mode: 0644]
thirdparty/libcontext/jump_x86_64_ms_pe_masm.asm [new file with mode: 0644]
thirdparty/libcontext/libcontext.cpp [new file with mode: 0644]
thirdparty/libcontext/libcontext.h [new file with mode: 0644]
thirdparty/libcontext/make_arm64_aapcs_pe_armasm.asm [new file with mode: 0644]
thirdparty/libcontext/make_i386_ms_pe_masm.asm [new file with mode: 0644]
thirdparty/libcontext/make_x86_64_ms_pe_masm.asm [new file with mode: 0644]
thirdparty/magic_enum/CMakeLists.txt [new file with mode: 0644]
thirdparty/magic_enum/LICENSE [new file with mode: 0644]
thirdparty/magic_enum/README.txt [new file with mode: 0644]
thirdparty/magic_enum/magic_enum/magic_enum.hpp [new file with mode: 0644]
thirdparty/magic_enum/magic_enum/magic_enum_format.hpp [new file with mode: 0644]
thirdparty/magic_enum/magic_enum/magic_enum_fuse.hpp [new file with mode: 0644]
thirdparty/magic_enum/magic_enum/magic_enum_switch.hpp [new file with mode: 0644]
thirdparty/markdown2html/CMakeLists.txt [new file with mode: 0644]
thirdparty/markdown2html/html_formatter/LICENSE.txt [new file with mode: 0644]
thirdparty/markdown2html/html_formatter/houdini.h [new file with mode: 0644]
thirdparty/markdown2html/html_formatter/houdini_href_e.c [new file with mode: 0644]
thirdparty/markdown2html/html_formatter/houdini_html_e.c [new file with mode: 0644]
thirdparty/markdown2html/html_formatter/html.c [new file with mode: 0644]
thirdparty/markdown2html/html_formatter/html.h [new file with mode: 0644]
thirdparty/markdown2html/html_formatter/html_smartypants.c [new file with mode: 0644]
thirdparty/markdown2html/markdown2html.cpp [new file with mode: 0644]
thirdparty/markdown2html/md_parser/README.md [new file with mode: 0644]
thirdparty/markdown2html/md_parser/autolink.c [new file with mode: 0644]
thirdparty/markdown2html/md_parser/autolink.h [new file with mode: 0644]
thirdparty/markdown2html/md_parser/buffer.c [new file with mode: 0644]
thirdparty/markdown2html/md_parser/buffer.h [new file with mode: 0644]
thirdparty/markdown2html/md_parser/html_blocks.h [new file with mode: 0644]
thirdparty/markdown2html/md_parser/markdown.c [new file with mode: 0644]
thirdparty/markdown2html/md_parser/markdown.h [new file with mode: 0644]
thirdparty/markdown2html/md_parser/stack.c [new file with mode: 0644]
thirdparty/markdown2html/md_parser/stack.h [new file with mode: 0644]
thirdparty/nanodbc/CMakeLists.txt [new file with mode: 0644]
thirdparty/nanodbc/LICENSE [new file with mode: 0644]
thirdparty/nanodbc/README.txt [new file with mode: 0644]
thirdparty/nanodbc/VERSION.txt [new file with mode: 0644]
thirdparty/nanodbc/nanodbc/nanodbc.cpp [new file with mode: 0644]
thirdparty/nanodbc/nanodbc/nanodbc.h [new file with mode: 0644]
thirdparty/nanosvg/CMakeLists.txt [new file with mode: 0644]
thirdparty/nanosvg/LICENSE.zlib [new file with mode: 0644]
thirdparty/nanosvg/README.txt [new file with mode: 0644]
thirdparty/nanosvg/nanosvg.cpp [new file with mode: 0644]
thirdparty/nanosvg/nanosvg.h [new file with mode: 0644]
thirdparty/nlohmann_json/CMakeLists.txt [new file with mode: 0644]
thirdparty/nlohmann_json/LICENSE.MIT [new file with mode: 0644]
thirdparty/nlohmann_json/README.txt [new file with mode: 0644]
thirdparty/nlohmann_json/nlohmann/detail/abi_macros.hpp [new file with mode: 0644]
thirdparty/nlohmann_json/nlohmann/fifo_map.hpp [new file with mode: 0644]
thirdparty/nlohmann_json/nlohmann/json.hpp [new file with mode: 0644]
thirdparty/nlohmann_json/nlohmann/json_fwd.hpp [new file with mode: 0644]
thirdparty/other_math/CMakeLists.txt [new file with mode: 0644]
thirdparty/other_math/LICENSE.GPLv2 [new file with mode: 0644]
thirdparty/other_math/README.txt [new file with mode: 0644]
thirdparty/other_math/SutherlandHodgmanClipPoly.h [new file with mode: 0644]
thirdparty/other_math/math_for_graphics.cpp [new file with mode: 0644]
thirdparty/other_math/math_for_graphics.h [new file with mode: 0644]
thirdparty/pegtl/CMakeLists.txt [new file with mode: 0644]
thirdparty/pegtl/LICENSE_1_0.txt [new file with mode: 0644]
thirdparty/pegtl/pegtl.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/apply_mode.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/argv_input.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/ascii.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/buffer_input.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/change_action.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/change_action_and_state.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/change_action_and_states.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/change_control.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/change_state.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/change_states.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/config.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/contrib/abnf.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/contrib/add_state.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/contrib/alphabet.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/contrib/analyze.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/contrib/analyze_traits.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/contrib/check_bytes.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/contrib/control_action.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/contrib/coverage.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/contrib/forward.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/contrib/function.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/contrib/http.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/contrib/icu/internal.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/contrib/icu/utf16.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/contrib/icu/utf32.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/contrib/icu/utf8.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/contrib/if_then.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/contrib/instantiate.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/contrib/integer.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/contrib/internal/endian.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/contrib/internal/endian_gcc.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/contrib/internal/endian_win.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/contrib/internal/peek_mask_uint.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/contrib/internal/peek_mask_uint8.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/contrib/internal/peek_uint.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/contrib/internal/peek_uint8.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/contrib/internal/peek_utf16.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/contrib/internal/peek_utf32.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/contrib/internal/read_uint.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/contrib/internal/set_stack_guard.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/contrib/internal/vector_stack_guard.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/contrib/iri.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/contrib/json.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/contrib/json_pointer.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/contrib/limit_bytes.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/contrib/limit_depth.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/contrib/parse_tree.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/contrib/parse_tree_to_dot.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/contrib/predicates.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/contrib/print.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/contrib/print_coverage.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/contrib/proto3.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/contrib/raw_string.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/contrib/remove_first_state.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/contrib/remove_last_states.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/contrib/rep_one_min_max.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/contrib/rep_string.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/contrib/separated_seq.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/contrib/shuffle_states.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/contrib/state_control.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/contrib/to_string.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/contrib/trace.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/contrib/uint16.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/contrib/uint32.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/contrib/uint64.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/contrib/uint8.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/contrib/unescape.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/contrib/uri.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/contrib/utf16.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/contrib/utf32.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/cstream_input.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/demangle.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/disable_action.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/discard_input.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/discard_input_on_failure.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/discard_input_on_success.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/enable_action.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/eol.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/file_input.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/internal/action.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/internal/action_input.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/internal/any.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/internal/apply.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/internal/apply0.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/internal/apply0_single.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/internal/apply_single.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/internal/at.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/internal/bof.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/internal/bol.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/internal/bump.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/internal/bump_help.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/internal/bytes.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/internal/control.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/internal/cr_crlf_eol.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/internal/cr_eol.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/internal/crlf_eol.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/internal/cstream_reader.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/internal/cstring_reader.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/internal/dependent_false.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/internal/disable.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/internal/discard.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/internal/enable.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/internal/enable_control.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/internal/eof.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/internal/eol.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/internal/eol_pair.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/internal/eolf.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/internal/failure.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/internal/file_mapper_posix.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/internal/file_mapper_win32.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/internal/file_reader.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/internal/filesystem.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/internal/has_apply.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/internal/has_apply0.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/internal/has_error_message.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/internal/has_match.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/internal/has_unwind.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/internal/identifier.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/internal/if_apply.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/internal/if_must.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/internal/if_must_else.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/internal/if_then_else.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/internal/input_pair.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/internal/istream_reader.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/internal/istring.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/internal/iterator.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/internal/lf_crlf_eol.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/internal/lf_eol.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/internal/list.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/internal/list_must.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/internal/list_tail.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/internal/list_tail_pad.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/internal/marker.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/internal/minus.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/internal/missing_apply.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/internal/missing_apply0.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/internal/must.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/internal/not_at.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/internal/one.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/internal/opt.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/internal/pad.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/internal/pad_opt.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/internal/path_to_string.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/internal/peek_char.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/internal/peek_utf8.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/internal/pegtl_string.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/internal/plus.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/internal/raise.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/internal/range.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/internal/ranges.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/internal/rematch.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/internal/rep.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/internal/rep_min.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/internal/rep_min_max.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/internal/rep_opt.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/internal/require.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/internal/result_on_found.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/internal/rules.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/internal/seq.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/internal/sor.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/internal/star.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/internal/star_must.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/internal/state.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/internal/string.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/internal/success.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/internal/try_catch_type.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/internal/until.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/istream_input.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/match.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/memory_input.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/mmap_input.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/must_if.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/normal.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/nothing.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/parse.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/parse_error.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/position.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/read_input.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/require_apply.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/require_apply0.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/rewind_mode.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/rules.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/string_input.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/tracking_mode.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/type_list.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/utf8.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/version.hpp [new file with mode: 0644]
thirdparty/pegtl/pegtl/visit.hpp [new file with mode: 0644]
thirdparty/picosha2/CMakeLists.txt [new file with mode: 0644]
thirdparty/picosha2/LICENSE.MIT [new file with mode: 0644]
thirdparty/picosha2/README.txt [new file with mode: 0644]
thirdparty/picosha2/picosha2.h [new file with mode: 0644]
thirdparty/potrace/AUTHORS [new file with mode: 0644]
thirdparty/potrace/CMakeLists.txt [new file with mode: 0644]
thirdparty/potrace/LICENSE.GPLv2 [new file with mode: 0644]
thirdparty/potrace/README.txt [new file with mode: 0644]
thirdparty/potrace/include/auxiliary.h [new file with mode: 0644]
thirdparty/potrace/include/bitmap.h [new file with mode: 0644]
thirdparty/potrace/include/bitmap_io.h [new file with mode: 0644]
thirdparty/potrace/include/bitops.h [new file with mode: 0644]
thirdparty/potrace/include/curve.h [new file with mode: 0644]
thirdparty/potrace/include/decompose.h [new file with mode: 0644]
thirdparty/potrace/include/greymap.h [new file with mode: 0644]
thirdparty/potrace/include/lists.h [new file with mode: 0644]
thirdparty/potrace/include/platform.h [new file with mode: 0644]
thirdparty/potrace/include/potrace_version.h [new file with mode: 0644]
thirdparty/potrace/include/potracelib.h [new file with mode: 0644]
thirdparty/potrace/include/progress.h [new file with mode: 0644]
thirdparty/potrace/include/render.h [new file with mode: 0644]
thirdparty/potrace/include/trace.h [new file with mode: 0644]
thirdparty/potrace/src/bitmap_io.cpp [new file with mode: 0644]
thirdparty/potrace/src/curve.cpp [new file with mode: 0644]
thirdparty/potrace/src/decompose.cpp [new file with mode: 0644]
thirdparty/potrace/src/greymap.cpp [new file with mode: 0644]
thirdparty/potrace/src/potracelib.cpp [new file with mode: 0644]
thirdparty/potrace/src/render.cpp [new file with mode: 0644]
thirdparty/potrace/src/trace.cpp [new file with mode: 0644]
thirdparty/pybind11/.clang-tidy [new file with mode: 0644]
thirdparty/pybind11/CMakeLists.txt [new file with mode: 0644]
thirdparty/pybind11/LICENSE [new file with mode: 0644]
thirdparty/pybind11/MANIFEST.in [new file with mode: 0644]
thirdparty/pybind11/README.rst [new file with mode: 0644]
thirdparty/pybind11/docs/Doxyfile [new file with mode: 0644]
thirdparty/pybind11/docs/_static/theme_overrides.css [new file with mode: 0644]
thirdparty/pybind11/docs/advanced/cast/chrono.rst [new file with mode: 0644]
thirdparty/pybind11/docs/advanced/cast/custom.rst [new file with mode: 0644]
thirdparty/pybind11/docs/advanced/cast/eigen.rst [new file with mode: 0644]
thirdparty/pybind11/docs/advanced/cast/functional.rst [new file with mode: 0644]
thirdparty/pybind11/docs/advanced/cast/index.rst [new file with mode: 0644]
thirdparty/pybind11/docs/advanced/cast/overview.rst [new file with mode: 0644]
thirdparty/pybind11/docs/advanced/cast/stl.rst [new file with mode: 0644]
thirdparty/pybind11/docs/advanced/cast/strings.rst [new file with mode: 0644]
thirdparty/pybind11/docs/advanced/classes.rst [new file with mode: 0644]
thirdparty/pybind11/docs/advanced/embedding.rst [new file with mode: 0644]
thirdparty/pybind11/docs/advanced/exceptions.rst [new file with mode: 0644]
thirdparty/pybind11/docs/advanced/functions.rst [new file with mode: 0644]
thirdparty/pybind11/docs/advanced/misc.rst [new file with mode: 0644]
thirdparty/pybind11/docs/advanced/pycpp/index.rst [new file with mode: 0644]
thirdparty/pybind11/docs/advanced/pycpp/numpy.rst [new file with mode: 0644]
thirdparty/pybind11/docs/advanced/pycpp/object.rst [new file with mode: 0644]
thirdparty/pybind11/docs/advanced/pycpp/utilities.rst [new file with mode: 0644]
thirdparty/pybind11/docs/advanced/smart_ptrs.rst [new file with mode: 0644]
thirdparty/pybind11/docs/basics.rst [new file with mode: 0644]
thirdparty/pybind11/docs/benchmark.py [new file with mode: 0644]
thirdparty/pybind11/docs/benchmark.rst [new file with mode: 0644]
thirdparty/pybind11/docs/changelog.rst [new file with mode: 0644]
thirdparty/pybind11/docs/classes.rst [new file with mode: 0644]
thirdparty/pybind11/docs/cmake/index.rst [new file with mode: 0644]
thirdparty/pybind11/docs/compiling.rst [new file with mode: 0644]
thirdparty/pybind11/docs/conf.py [new file with mode: 0644]
thirdparty/pybind11/docs/faq.rst [new file with mode: 0644]
thirdparty/pybind11/docs/index.rst [new file with mode: 0644]
thirdparty/pybind11/docs/installing.rst [new file with mode: 0644]
thirdparty/pybind11/docs/limitations.rst [new file with mode: 0644]
thirdparty/pybind11/docs/pybind11_vs_boost_python1.svg [new file with mode: 0644]
thirdparty/pybind11/docs/pybind11_vs_boost_python2.svg [new file with mode: 0644]
thirdparty/pybind11/docs/reference.rst [new file with mode: 0644]
thirdparty/pybind11/docs/release.rst [new file with mode: 0644]
thirdparty/pybind11/docs/requirements.txt [new file with mode: 0644]
thirdparty/pybind11/docs/upgrade.rst [new file with mode: 0644]
thirdparty/pybind11/include/pybind11/attr.h [new file with mode: 0644]
thirdparty/pybind11/include/pybind11/buffer_info.h [new file with mode: 0644]
thirdparty/pybind11/include/pybind11/cast.h [new file with mode: 0644]
thirdparty/pybind11/include/pybind11/chrono.h [new file with mode: 0644]
thirdparty/pybind11/include/pybind11/common.h [new file with mode: 0644]
thirdparty/pybind11/include/pybind11/complex.h [new file with mode: 0644]
thirdparty/pybind11/include/pybind11/detail/class.h [new file with mode: 0644]
thirdparty/pybind11/include/pybind11/detail/common.h [new file with mode: 0644]
thirdparty/pybind11/include/pybind11/detail/descr.h [new file with mode: 0644]
thirdparty/pybind11/include/pybind11/detail/init.h [new file with mode: 0644]
thirdparty/pybind11/include/pybind11/detail/internals.h [new file with mode: 0644]
thirdparty/pybind11/include/pybind11/detail/type_caster_base.h [new file with mode: 0644]
thirdparty/pybind11/include/pybind11/detail/typeid.h [new file with mode: 0644]
thirdparty/pybind11/include/pybind11/eigen.h [new file with mode: 0644]
thirdparty/pybind11/include/pybind11/embed.h [new file with mode: 0644]
thirdparty/pybind11/include/pybind11/eval.h [new file with mode: 0644]
thirdparty/pybind11/include/pybind11/functional.h [new file with mode: 0644]
thirdparty/pybind11/include/pybind11/gil.h [new file with mode: 0644]
thirdparty/pybind11/include/pybind11/iostream.h [new file with mode: 0644]
thirdparty/pybind11/include/pybind11/numpy.h [new file with mode: 0644]
thirdparty/pybind11/include/pybind11/operators.h [new file with mode: 0644]
thirdparty/pybind11/include/pybind11/options.h [new file with mode: 0644]
thirdparty/pybind11/include/pybind11/pybind11.h [new file with mode: 0644]
thirdparty/pybind11/include/pybind11/pytypes.h [new file with mode: 0644]
thirdparty/pybind11/include/pybind11/stl.h [new file with mode: 0644]
thirdparty/pybind11/include/pybind11/stl/filesystem.h [new file with mode: 0644]
thirdparty/pybind11/include/pybind11/stl_bind.h [new file with mode: 0644]
thirdparty/pybind11/noxfile.py [new file with mode: 0644]
thirdparty/pybind11/pybind11/__init__.py [new file with mode: 0644]
thirdparty/pybind11/pybind11/__main__.py [new file with mode: 0644]
thirdparty/pybind11/pybind11/_version.py [new file with mode: 0644]
thirdparty/pybind11/pybind11/_version.pyi [new file with mode: 0644]
thirdparty/pybind11/pybind11/commands.py [new file with mode: 0644]
thirdparty/pybind11/pybind11/py.typed [new file with mode: 0644]
thirdparty/pybind11/pybind11/setup_helpers.py [new file with mode: 0644]
thirdparty/pybind11/pybind11/setup_helpers.pyi [new file with mode: 0644]
thirdparty/pybind11/pyproject.toml [new file with mode: 0644]
thirdparty/pybind11/setup.cfg [new file with mode: 0644]
thirdparty/pybind11/setup.py [new file with mode: 0644]
thirdparty/pybind11/tests/CMakeLists.txt [new file with mode: 0644]
thirdparty/pybind11/tests/conftest.py [new file with mode: 0644]
thirdparty/pybind11/tests/constructor_stats.h [new file with mode: 0644]
thirdparty/pybind11/tests/cross_module_gil_utils.cpp [new file with mode: 0644]
thirdparty/pybind11/tests/env.py [new file with mode: 0644]
thirdparty/pybind11/tests/extra_python_package/pytest.ini [new file with mode: 0644]
thirdparty/pybind11/tests/extra_python_package/test_files.py [new file with mode: 0644]
thirdparty/pybind11/tests/extra_setuptools/pytest.ini [new file with mode: 0644]
thirdparty/pybind11/tests/extra_setuptools/test_setuphelper.py [new file with mode: 0644]
thirdparty/pybind11/tests/local_bindings.h [new file with mode: 0644]
thirdparty/pybind11/tests/object.h [new file with mode: 0644]
thirdparty/pybind11/tests/pybind11_cross_module_tests.cpp [new file with mode: 0644]
thirdparty/pybind11/tests/pybind11_tests.cpp [new file with mode: 0644]
thirdparty/pybind11/tests/pybind11_tests.h [new file with mode: 0644]
thirdparty/pybind11/tests/pytest.ini [new file with mode: 0644]
thirdparty/pybind11/tests/requirements.txt [new file with mode: 0644]
thirdparty/pybind11/tests/test_async.cpp [new file with mode: 0644]
thirdparty/pybind11/tests/test_async.py [new file with mode: 0644]
thirdparty/pybind11/tests/test_buffers.cpp [new file with mode: 0644]
thirdparty/pybind11/tests/test_buffers.py [new file with mode: 0644]
thirdparty/pybind11/tests/test_builtin_casters.cpp [new file with mode: 0644]
thirdparty/pybind11/tests/test_builtin_casters.py [new file with mode: 0644]
thirdparty/pybind11/tests/test_call_policies.cpp [new file with mode: 0644]
thirdparty/pybind11/tests/test_call_policies.py [new file with mode: 0644]
thirdparty/pybind11/tests/test_callbacks.cpp [new file with mode: 0644]
thirdparty/pybind11/tests/test_callbacks.py [new file with mode: 0644]
thirdparty/pybind11/tests/test_chrono.cpp [new file with mode: 0644]
thirdparty/pybind11/tests/test_chrono.py [new file with mode: 0644]
thirdparty/pybind11/tests/test_class.cpp [new file with mode: 0644]
thirdparty/pybind11/tests/test_class.py [new file with mode: 0644]
thirdparty/pybind11/tests/test_cmake_build/CMakeLists.txt [new file with mode: 0644]
thirdparty/pybind11/tests/test_cmake_build/embed.cpp [new file with mode: 0644]
thirdparty/pybind11/tests/test_cmake_build/installed_embed/CMakeLists.txt [new file with mode: 0644]
thirdparty/pybind11/tests/test_cmake_build/installed_function/CMakeLists.txt [new file with mode: 0644]
thirdparty/pybind11/tests/test_cmake_build/installed_target/CMakeLists.txt [new file with mode: 0644]
thirdparty/pybind11/tests/test_cmake_build/main.cpp [new file with mode: 0644]
thirdparty/pybind11/tests/test_cmake_build/subdirectory_embed/CMakeLists.txt [new file with mode: 0644]
thirdparty/pybind11/tests/test_cmake_build/subdirectory_function/CMakeLists.txt [new file with mode: 0644]
thirdparty/pybind11/tests/test_cmake_build/subdirectory_target/CMakeLists.txt [new file with mode: 0644]
thirdparty/pybind11/tests/test_cmake_build/test.py [new file with mode: 0644]
thirdparty/pybind11/tests/test_const_name.cpp [new file with mode: 0644]
thirdparty/pybind11/tests/test_const_name.py [new file with mode: 0644]
thirdparty/pybind11/tests/test_constants_and_functions.cpp [new file with mode: 0644]
thirdparty/pybind11/tests/test_constants_and_functions.py [new file with mode: 0644]
thirdparty/pybind11/tests/test_copy_move.cpp [new file with mode: 0644]
thirdparty/pybind11/tests/test_copy_move.py [new file with mode: 0644]
thirdparty/pybind11/tests/test_custom_type_casters.cpp [new file with mode: 0644]
thirdparty/pybind11/tests/test_custom_type_casters.py [new file with mode: 0644]
thirdparty/pybind11/tests/test_custom_type_setup.cpp [new file with mode: 0644]
thirdparty/pybind11/tests/test_custom_type_setup.py [new file with mode: 0644]
thirdparty/pybind11/tests/test_docstring_options.cpp [new file with mode: 0644]
thirdparty/pybind11/tests/test_docstring_options.py [new file with mode: 0644]
thirdparty/pybind11/tests/test_eigen.cpp [new file with mode: 0644]
thirdparty/pybind11/tests/test_eigen.py [new file with mode: 0644]
thirdparty/pybind11/tests/test_embed/CMakeLists.txt [new file with mode: 0644]
thirdparty/pybind11/tests/test_embed/catch.cpp [new file with mode: 0644]
thirdparty/pybind11/tests/test_embed/external_module.cpp [new file with mode: 0644]
thirdparty/pybind11/tests/test_embed/test_interpreter.cpp [new file with mode: 0644]
thirdparty/pybind11/tests/test_embed/test_interpreter.py [new file with mode: 0644]
thirdparty/pybind11/tests/test_embed/test_trampoline.py [new file with mode: 0644]
thirdparty/pybind11/tests/test_enum.cpp [new file with mode: 0644]
thirdparty/pybind11/tests/test_enum.py [new file with mode: 0644]
thirdparty/pybind11/tests/test_eval.cpp [new file with mode: 0644]
thirdparty/pybind11/tests/test_eval.py [new file with mode: 0644]
thirdparty/pybind11/tests/test_eval_call.py [new file with mode: 0644]
thirdparty/pybind11/tests/test_exceptions.cpp [new file with mode: 0644]
thirdparty/pybind11/tests/test_exceptions.h [new file with mode: 0644]
thirdparty/pybind11/tests/test_exceptions.py [new file with mode: 0644]
thirdparty/pybind11/tests/test_factory_constructors.cpp [new file with mode: 0644]
thirdparty/pybind11/tests/test_factory_constructors.py [new file with mode: 0644]
thirdparty/pybind11/tests/test_gil_scoped.cpp [new file with mode: 0644]
thirdparty/pybind11/tests/test_gil_scoped.py [new file with mode: 0644]
thirdparty/pybind11/tests/test_iostream.cpp [new file with mode: 0644]
thirdparty/pybind11/tests/test_iostream.py [new file with mode: 0644]
thirdparty/pybind11/tests/test_kwargs_and_defaults.cpp [new file with mode: 0644]
thirdparty/pybind11/tests/test_kwargs_and_defaults.py [new file with mode: 0644]
thirdparty/pybind11/tests/test_local_bindings.cpp [new file with mode: 0644]
thirdparty/pybind11/tests/test_local_bindings.py [new file with mode: 0644]
thirdparty/pybind11/tests/test_methods_and_attributes.cpp [new file with mode: 0644]
thirdparty/pybind11/tests/test_methods_and_attributes.py [new file with mode: 0644]
thirdparty/pybind11/tests/test_modules.cpp [new file with mode: 0644]
thirdparty/pybind11/tests/test_modules.py [new file with mode: 0644]
thirdparty/pybind11/tests/test_multiple_inheritance.cpp [new file with mode: 0644]
thirdparty/pybind11/tests/test_multiple_inheritance.py [new file with mode: 0644]
thirdparty/pybind11/tests/test_numpy_array.cpp [new file with mode: 0644]
thirdparty/pybind11/tests/test_numpy_array.py [new file with mode: 0644]
thirdparty/pybind11/tests/test_numpy_dtypes.cpp [new file with mode: 0644]
thirdparty/pybind11/tests/test_numpy_dtypes.py [new file with mode: 0644]
thirdparty/pybind11/tests/test_numpy_vectorize.cpp [new file with mode: 0644]
thirdparty/pybind11/tests/test_numpy_vectorize.py [new file with mode: 0644]
thirdparty/pybind11/tests/test_opaque_types.cpp [new file with mode: 0644]
thirdparty/pybind11/tests/test_opaque_types.py [new file with mode: 0644]
thirdparty/pybind11/tests/test_operator_overloading.cpp [new file with mode: 0644]
thirdparty/pybind11/tests/test_operator_overloading.py [new file with mode: 0644]
thirdparty/pybind11/tests/test_pickling.cpp [new file with mode: 0644]
thirdparty/pybind11/tests/test_pickling.py [new file with mode: 0644]
thirdparty/pybind11/tests/test_pytypes.cpp [new file with mode: 0644]
thirdparty/pybind11/tests/test_pytypes.py [new file with mode: 0644]
thirdparty/pybind11/tests/test_sequences_and_iterators.cpp [new file with mode: 0644]
thirdparty/pybind11/tests/test_sequences_and_iterators.py [new file with mode: 0644]
thirdparty/pybind11/tests/test_smart_ptr.cpp [new file with mode: 0644]
thirdparty/pybind11/tests/test_smart_ptr.py [new file with mode: 0644]
thirdparty/pybind11/tests/test_stl.cpp [new file with mode: 0644]
thirdparty/pybind11/tests/test_stl.py [new file with mode: 0644]
thirdparty/pybind11/tests/test_stl_binders.cpp [new file with mode: 0644]
thirdparty/pybind11/tests/test_stl_binders.py [new file with mode: 0644]
thirdparty/pybind11/tests/test_tagbased_polymorphic.cpp [new file with mode: 0644]
thirdparty/pybind11/tests/test_tagbased_polymorphic.py [new file with mode: 0644]
thirdparty/pybind11/tests/test_thread.cpp [new file with mode: 0644]
thirdparty/pybind11/tests/test_thread.py [new file with mode: 0644]
thirdparty/pybind11/tests/test_union.cpp [new file with mode: 0644]
thirdparty/pybind11/tests/test_union.py [new file with mode: 0644]
thirdparty/pybind11/tests/test_virtual_functions.cpp [new file with mode: 0644]
thirdparty/pybind11/tests/test_virtual_functions.py [new file with mode: 0644]
thirdparty/pybind11/tests/valgrind-numpy-scipy.supp [new file with mode: 0644]
thirdparty/pybind11/tests/valgrind-python.supp [new file with mode: 0644]
thirdparty/pybind11/tools/FindCatch.cmake [new file with mode: 0644]
thirdparty/pybind11/tools/FindEigen3.cmake [new file with mode: 0644]
thirdparty/pybind11/tools/FindPythonLibsNew.cmake [new file with mode: 0644]
thirdparty/pybind11/tools/check-style.sh [new file with mode: 0755]
thirdparty/pybind11/tools/cmake_uninstall.cmake.in [new file with mode: 0644]
thirdparty/pybind11/tools/libsize.py [new file with mode: 0644]
thirdparty/pybind11/tools/make_changelog.py [new file with mode: 0755]
thirdparty/pybind11/tools/pybind11Common.cmake [new file with mode: 0644]
thirdparty/pybind11/tools/pybind11Config.cmake.in [new file with mode: 0644]
thirdparty/pybind11/tools/pybind11NewTools.cmake [new file with mode: 0644]
thirdparty/pybind11/tools/pybind11Tools.cmake [new file with mode: 0644]
thirdparty/pybind11/tools/pyproject.toml [new file with mode: 0644]
thirdparty/pybind11/tools/setup_global.py.in [new file with mode: 0644]
thirdparty/pybind11/tools/setup_main.py.in [new file with mode: 0644]
thirdparty/rectpack2d/CMakeLists.txt [new file with mode: 0644]
thirdparty/rectpack2d/LICENSE [new file with mode: 0644]
thirdparty/rectpack2d/rectpack2d/best_bin_finder.h [new file with mode: 0644]
thirdparty/rectpack2d/rectpack2d/empty_space_allocators.h [new file with mode: 0644]
thirdparty/rectpack2d/rectpack2d/empty_spaces.h [new file with mode: 0644]
thirdparty/rectpack2d/rectpack2d/finders_interface.h [new file with mode: 0644]
thirdparty/rectpack2d/rectpack2d/insert_and_split.h [new file with mode: 0644]
thirdparty/rectpack2d/rectpack2d/rect_structs.h [new file with mode: 0644]
thirdparty/rtree/CMakeLists.txt [new file with mode: 0644]
thirdparty/rtree/LICENSE.GPLv3 [new file with mode: 0644]
thirdparty/rtree/README.txt [new file with mode: 0644]
thirdparty/rtree/geometry/rtree.h [new file with mode: 0644]
thirdparty/thread-pool/CMakeLists.txt [new file with mode: 0644]
thirdparty/thread-pool/LICENSE.txt [new file with mode: 0644]
thirdparty/thread-pool/bs_thread_pool.hpp [new file with mode: 0644]
thirdparty/tinyspline_lib/CMakeLists.txt [new file with mode: 0644]
thirdparty/tinyspline_lib/LICENSE [new file with mode: 0644]
thirdparty/tinyspline_lib/README.txt [new file with mode: 0644]
thirdparty/tinyspline_lib/parson.c [new file with mode: 0644]
thirdparty/tinyspline_lib/parson.h [new file with mode: 0644]
thirdparty/tinyspline_lib/tinyspline.c [new file with mode: 0644]
thirdparty/tinyspline_lib/tinyspline.h [new file with mode: 0644]
thirdparty/tinyspline_lib/tinysplinecxx.cxx [new file with mode: 0644]
thirdparty/tinyspline_lib/tinysplinecxx.h [new file with mode: 0644]
thirdparty/turtle/BOOST.LICENSE_1_0.txt [new file with mode: 0644]
thirdparty/turtle/CMakeLists.txt [new file with mode: 0644]
thirdparty/turtle/README.txt [new file with mode: 0644]
thirdparty/turtle/turtle/catch.hpp [new file with mode: 0644]
thirdparty/turtle/turtle/cleanup.hpp [new file with mode: 0644]
thirdparty/turtle/turtle/config.hpp [new file with mode: 0644]
thirdparty/turtle/turtle/constraint.hpp [new file with mode: 0644]
thirdparty/turtle/turtle/constraints.hpp [new file with mode: 0644]
thirdparty/turtle/turtle/detail/action.hpp [new file with mode: 0644]
thirdparty/turtle/turtle/detail/addressof.hpp [new file with mode: 0644]
thirdparty/turtle/turtle/detail/child.hpp [new file with mode: 0644]
thirdparty/turtle/turtle/detail/context.hpp [new file with mode: 0644]
thirdparty/turtle/turtle/detail/expectation.hpp [new file with mode: 0644]
thirdparty/turtle/turtle/detail/expectation_template.hpp [new file with mode: 0644]
thirdparty/turtle/turtle/detail/formatter.hpp [new file with mode: 0644]
thirdparty/turtle/turtle/detail/function.hpp [new file with mode: 0644]
thirdparty/turtle/turtle/detail/function_impl.hpp [new file with mode: 0644]
thirdparty/turtle/turtle/detail/function_impl_template.hpp [new file with mode: 0644]
thirdparty/turtle/turtle/detail/function_iterate.hpp [new file with mode: 0644]
thirdparty/turtle/turtle/detail/function_template.hpp [new file with mode: 0644]
thirdparty/turtle/turtle/detail/functor.hpp [new file with mode: 0644]
thirdparty/turtle/turtle/detail/group.hpp [new file with mode: 0644]
thirdparty/turtle/turtle/detail/invocation.hpp [new file with mode: 0644]
thirdparty/turtle/turtle/detail/is_functor.hpp [new file with mode: 0644]
thirdparty/turtle/turtle/detail/matcher_base.hpp [new file with mode: 0644]
thirdparty/turtle/turtle/detail/matcher_base_template.hpp [new file with mode: 0644]
thirdparty/turtle/turtle/detail/mock_impl.hpp [new file with mode: 0644]
thirdparty/turtle/turtle/detail/move_helper.hpp [new file with mode: 0644]
thirdparty/turtle/turtle/detail/mutex.hpp [new file with mode: 0644]
thirdparty/turtle/turtle/detail/object_impl.hpp [new file with mode: 0644]
thirdparty/turtle/turtle/detail/parameter.hpp [new file with mode: 0644]
thirdparty/turtle/turtle/detail/parent.hpp [new file with mode: 0644]
thirdparty/turtle/turtle/detail/ref_arg.hpp [new file with mode: 0644]
thirdparty/turtle/turtle/detail/root.hpp [new file with mode: 0644]
thirdparty/turtle/turtle/detail/sequence_impl.hpp [new file with mode: 0644]
thirdparty/turtle/turtle/detail/signature.hpp [new file with mode: 0644]
thirdparty/turtle/turtle/detail/signature_traits.hpp [new file with mode: 0644]
thirdparty/turtle/turtle/detail/singleton.hpp [new file with mode: 0644]
thirdparty/turtle/turtle/detail/type_name.hpp [new file with mode: 0644]
thirdparty/turtle/turtle/detail/verifiable.hpp [new file with mode: 0644]
thirdparty/turtle/turtle/detail/void_t.hpp [new file with mode: 0644]
thirdparty/turtle/turtle/error.hpp [new file with mode: 0644]
thirdparty/turtle/turtle/exception.hpp [new file with mode: 0644]
thirdparty/turtle/turtle/format.hpp [new file with mode: 0644]
thirdparty/turtle/turtle/log.hpp [new file with mode: 0644]
thirdparty/turtle/turtle/matcher.hpp [new file with mode: 0644]
thirdparty/turtle/turtle/mock.hpp [new file with mode: 0644]
thirdparty/turtle/turtle/object.hpp [new file with mode: 0644]
thirdparty/turtle/turtle/reset.hpp [new file with mode: 0644]
thirdparty/turtle/turtle/sequence.hpp [new file with mode: 0644]
thirdparty/turtle/turtle/stream.hpp [new file with mode: 0644]
thirdparty/turtle/turtle/unwrap_reference.hpp [new file with mode: 0644]
thirdparty/turtle/turtle/verify.hpp [new file with mode: 0644]
tools/CMakeLists.txt [new file with mode: 0644]
tools/Info.plist [new file with mode: 0644]
tools/build/extract_docstrings.py [new file with mode: 0644]
tools/build/fix_swig_imports.py [new file with mode: 0644]
tools/build/mk_macos_icons.py [new file with mode: 0755]
tools/build/mk_mime_icons.py [new file with mode: 0644]
tools/check_coding.sh [new file with mode: 0755]
tools/checkcoding.py [new file with mode: 0755]
tools/create_dark_theme.py [new file with mode: 0644]
tools/create_mock.py [new file with mode: 0644]
tools/gal_bitmap_font/README [new file with mode: 0644]
tools/gal_bitmap_font/UbuntuMono-R.ttf_sdf.png [new file with mode: 0644]
tools/gal_bitmap_font/UbuntuMono-R.ttf_sdf.txt [new file with mode: 0644]
tools/gal_bitmap_font/bitmap_font.fnt [new file with mode: 0644]
tools/gal_bitmap_font/bitmap_font.png [new file with mode: 0644]
tools/gal_bitmap_font/bitmap_font_2048.fnt [new file with mode: 0644]
tools/gal_bitmap_font/bitmap_font_2048_0.png [new file with mode: 0644]
tools/gal_bitmap_font/bitmap_font_2048_0_img.c [new file with mode: 0644]
tools/gal_bitmap_font/bitmap_font_2048_desc.c [new file with mode: 0644]
tools/gal_bitmap_font/bitmap_font_desc.c [new file with mode: 0644]
tools/gal_bitmap_font/bitmap_font_img.c [new file with mode: 0644]
tools/gal_bitmap_font/fnt2struct.py [new file with mode: 0644]
tools/gal_bitmap_font/fnt2struct_2.py [new file with mode: 0644]
tools/gal_bitmap_font/font1024.bmfc [new file with mode: 0644]
tools/gal_bitmap_font/font2048.bmfc [new file with mode: 0644]
tools/gal_bitmap_font/hiero_desc.c [new file with mode: 0644]
tools/gal_bitmap_font/hiero_img.c [new file with mode: 0644]
tools/gal_bitmap_font/png2struct.py [new file with mode: 0644]
tools/generate_sim_model_ngspice_data.bash [new file with mode: 0755]
tools/git/fixes_alias [new file with mode: 0644]
tools/git/format_alias [new file with mode: 0644]
tools/lib_convert.py [new file with mode: 0644]
tools/newstroke/CJK_symbol.kicad_sym [new file with mode: 0644]
tools/newstroke/CJK_wide_U+4E00.kicad_sym [new file with mode: 0644]
tools/newstroke/CJK_wide_U+5AE6.kicad_sym [new file with mode: 0644]
tools/newstroke/CJK_wide_U+66B9.kicad_sym [new file with mode: 0644]
tools/newstroke/CJK_wide_U+7212.kicad_sym [new file with mode: 0644]
tools/newstroke/CJK_wide_U+7D2A.kicad_sym [new file with mode: 0644]
tools/newstroke/CJK_wide_U+8814.kicad_sym [new file with mode: 0644]
tools/newstroke/CJK_wide_U+92B4.kicad_sym [new file with mode: 0644]
tools/newstroke/CJK_wide_U+9C60.kicad_sym [new file with mode: 0644]
tools/newstroke/README.txt [new file with mode: 0644]
tools/newstroke/charlist.txt [new file with mode: 0644]
tools/newstroke/charlist_without_CJK.txt [new file with mode: 0644]
tools/newstroke/coord.txt [new file with mode: 0644]
tools/newstroke/font.kicad_pcb [new file with mode: 0644]
tools/newstroke/font.kicad_sym [new file with mode: 0644]
tools/newstroke/font.pro [new file with mode: 0644]
tools/newstroke/font.sch [new file with mode: 0644]
tools/newstroke/font_draft.sch [new file with mode: 0644]
tools/newstroke/font_header.cpp [new file with mode: 0644]
tools/newstroke/fontconv.py [new file with mode: 0644]
tools/newstroke/half_full.kicad_sym [new file with mode: 0644]
tools/newstroke/hiragana.kicad_sym [new file with mode: 0644]
tools/newstroke/katakana.kicad_sym [new file with mode: 0644]
tools/newstroke/obsolete/CJK_symbol.lib [new file with mode: 0644]
tools/newstroke/obsolete/CKJ_wide.lib [new file with mode: 0644]
tools/newstroke/obsolete/README-old.txt [new file with mode: 0644]
tools/newstroke/obsolete/font-cache.lib [new file with mode: 0644]
tools/newstroke/obsolete/font.dcm [new file with mode: 0644]
tools/newstroke/obsolete/font.lib [new file with mode: 0644]
tools/newstroke/obsolete/font_draft1.lib [new file with mode: 0644]
tools/newstroke/obsolete/fontconv.awk [new file with mode: 0644]
tools/newstroke/obsolete/half_full.lib [new file with mode: 0644]
tools/newstroke/obsolete/hiragana.lib [new file with mode: 0644]
tools/newstroke/obsolete/katakana.lib [new file with mode: 0644]
tools/newstroke/obsolete/lib2sym.py [new file with mode: 0644]
tools/newstroke/obsolete/scale.py [new file with mode: 0644]
tools/newstroke/obsolete/symbol.lib [new file with mode: 0644]
tools/newstroke/obsolete/unscale.py [new file with mode: 0644]
tools/newstroke/sym-lib-table [new file with mode: 0644]
tools/newstroke/symbol.dcm [new file with mode: 0644]
tools/newstroke/symbol.kicad_sym [new file with mode: 0644]
tools/newstroke/symbols.sch [new file with mode: 0644]
tools/newstroke/test.h [new file with mode: 0644]
tools/newstroke/testlist.txt [new file with mode: 0644]
tools/test-nm-biu-to-ascii-mm-round-tripping.cpp [new file with mode: 0644]
tools/tests/test_kicad_plugin.py [new file with mode: 0644]
tools/tests/test_plugin.py [new file with mode: 0644]
tools/utf8_tests.cpp [new file with mode: 0644]
translation/CMakeLists.txt [new file with mode: 0644]
translation/POTDIRS [new file with mode: 0644]
translation/README.adoc [new file with mode: 0644]
translation/plot_i18n_status.py [new file with mode: 0755]
translation/pofiles/LINGUAS [new file with mode: 0644]
translation/pofiles/LINGUAS_INSTALL [new file with mode: 0644]
translation/pofiles/ar.po [new file with mode: 0644]
translation/pofiles/bg.po [new file with mode: 0644]
translation/pofiles/ca.po [new file with mode: 0644]
translation/pofiles/cs.po [new file with mode: 0644]
translation/pofiles/da.po [new file with mode: 0644]
translation/pofiles/de.po [new file with mode: 0644]
translation/pofiles/el.po [new file with mode: 0644]
translation/pofiles/en.po [new file with mode: 0644]
translation/pofiles/es.po [new file with mode: 0644]
translation/pofiles/es_MX.po [new file with mode: 0644]
translation/pofiles/et.po [new file with mode: 0644]
translation/pofiles/fi.po [new file with mode: 0644]
translation/pofiles/fr.po [new file with mode: 0644]
translation/pofiles/hu.po [new file with mode: 0644]
translation/pofiles/id.po [new file with mode: 0644]
translation/pofiles/it.po [new file with mode: 0644]
translation/pofiles/ja.po [new file with mode: 0644]
translation/pofiles/ka.po [new file with mode: 0644]
translation/pofiles/ko.po [new file with mode: 0644]
translation/pofiles/lt.po [new file with mode: 0644]
translation/pofiles/lv.po [new file with mode: 0644]
translation/pofiles/nl.po [new file with mode: 0644]
translation/pofiles/no.po [new file with mode: 0644]
translation/pofiles/pl.po [new file with mode: 0644]
translation/pofiles/pt.po [new file with mode: 0644]
translation/pofiles/pt_BR.po [new file with mode: 0644]
translation/pofiles/ro.po [new file with mode: 0644]
translation/pofiles/ru.po [new file with mode: 0644]
translation/pofiles/sk.po [new file with mode: 0644]
translation/pofiles/sl.po [new file with mode: 0644]
translation/pofiles/sr.po [new file with mode: 0644]
translation/pofiles/sv.po [new file with mode: 0644]
translation/pofiles/ta.po [new file with mode: 0644]
translation/pofiles/th.po [new file with mode: 0644]
translation/pofiles/tr.po [new file with mode: 0644]
translation/pofiles/uk.po [new file with mode: 0644]
translation/pofiles/vi.po [new file with mode: 0644]
translation/pofiles/zh_CN.po [new file with mode: 0644]
translation/pofiles/zh_TW.po [new file with mode: 0644]
translation/update-po-files.sh [new file with mode: 0755]
uncrustify.cfg [new file with mode: 0644]
utils/CMakeLists.txt [new file with mode: 0644]
utils/idftools/CMakeLists.txt [new file with mode: 0644]
utils/idftools/dxf2idf.cpp [new file with mode: 0644]
utils/idftools/dxf2idf.h [new file with mode: 0644]
utils/idftools/dxf2idfmain.cpp [new file with mode: 0644]
utils/idftools/idf2vrml.cpp [new file with mode: 0644]
utils/idftools/idf_common.cpp [new file with mode: 0644]
utils/idftools/idf_common.h [new file with mode: 0644]
utils/idftools/idf_cylinder.cpp [new file with mode: 0644]
utils/idftools/idf_examples/Arduino_MEGA_2560-Rev3.emn [new file with mode: 0644]
utils/idftools/idf_examples/Arduino_MEGA_2560-Rev3.emp [new file with mode: 0644]
utils/idftools/idf_examples/idf_example.emn [new file with mode: 0644]
utils/idftools/idf_examples/idf_example.emp [new file with mode: 0644]
utils/idftools/idf_examples/test_donut.emn [new file with mode: 0644]
utils/idftools/idf_examples/test_donut.emp [new file with mode: 0644]
utils/idftools/idf_examples/test_idf2.emn [new file with mode: 0644]
utils/idftools/idf_examples/test_idf2.emp [new file with mode: 0644]
utils/idftools/idf_helpers.cpp [new file with mode: 0644]
utils/idftools/idf_helpers.h [new file with mode: 0644]
utils/idftools/idf_outlines.cpp [new file with mode: 0644]
utils/idftools/idf_outlines.h [new file with mode: 0644]
utils/idftools/idf_parser.cpp [new file with mode: 0644]
utils/idftools/idf_parser.h [new file with mode: 0644]
utils/idftools/idf_rect.cpp [new file with mode: 0644]
utils/idftools/vrml_layer.cpp [new file with mode: 0644]
utils/idftools/vrml_layer.h [new file with mode: 0644]
vcpkg-configuration.json [new file with mode: 0644]
vcpkg.json [new file with mode: 0644]