Import kicad_6.0.1+dfsg.orig.tar.xz
authorCarsten Schoenert <c.schoenert@t-online.de>
Sat, 15 Jan 2022 15:08:27 +0000 (15:08 +0000)
committerCarsten Schoenert <c.schoenert@t-online.de>
Sat, 15 Jan 2022 15:08:27 +0000 (15:08 +0000)
commit7d9287780abfeb4ed78ae54a376e65c5d1226e4f
treee6db3fee47c8e75ebe2532ee3513e1ba422eb5a3
Import kicad_6.0.1+dfsg.orig.tar.xz

[dgit import orig kicad_6.0.1+dfsg.orig.tar.xz]
6189 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/linux-metadata-validate.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/create_layer_poly.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_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/camera.cpp [new file with mode: 0644]
3d-viewer/3d_rendering/camera.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/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_colors.cpp [new file with mode: 0644]
3d-viewer/dialogs/panel_3D_colors.h [new file with mode: 0644]
3d-viewer/dialogs/panel_3D_colors_base.cpp [new file with mode: 0644]
3d-viewer/dialogs/panel_3D_colors_base.fbp [new file with mode: 0644]
3d-viewer/dialogs/panel_3D_colors_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]
CMakeModules/BuildSteps/CreateDocsetDoxyfile.cmake [new file with mode: 0644]
CMakeModules/BuildSteps/Html2C.cmake [new file with mode: 0644]
CMakeModules/BuildSteps/LemonParserGenerator.cmake [new file with mode: 0644]
CMakeModules/BuildSteps/PNG2cpp.cmake [new file with mode: 0644]
CMakeModules/BuildSteps/TokenList2DsnLexer.cmake [new file with mode: 0644]
CMakeModules/BuildSteps/TranslatePlatformMetadata_linux.cmake [new file with mode: 0644]
CMakeModules/BuildSteps/Txt2C.cmake [new file with mode: 0644]
CMakeModules/BuildSteps/WritePlatformMetadata_linux.cmake [new file with mode: 0644]
CMakeModules/BuildSteps/WriteVersionHeader.cmake [new file with mode: 0644]
CMakeModules/BuildSteps/markdown2C.cmake [new file with mode: 0644]
CMakeModules/BundleUtilities.cmake [new file with mode: 0644]
CMakeModules/CMakeFindFrameworks.cmake [new file with mode: 0644]
CMakeModules/CheckFindPackageResult.cmake [new file with mode: 0644]
CMakeModules/CreateGitVersionHeader.cmake [new file with mode: 0644]
CMakeModules/FindCairo.cmake [new file with mode: 0644]
CMakeModules/FindGLEW.cmake [new file with mode: 0644]
CMakeModules/FindGLM.cmake [new file with mode: 0644]
CMakeModules/FindGdiPlus.cmake [new file with mode: 0644]
CMakeModules/FindOCC.cmake [new file with mode: 0644]
CMakeModules/FindPackageMessage.cmake [new file with mode: 0644]
CMakeModules/FindPixman.cmake [new file with mode: 0644]
CMakeModules/FindPythonInterp.cmake [new file with mode: 0644]
CMakeModules/FindPythonLibs.cmake [new file with mode: 0644]
CMakeModules/FindSWIG.cmake [new file with mode: 0644]
CMakeModules/FindZLIB.cmake.unused [new file with mode: 0644]
CMakeModules/Findngspice.cmake [new file with mode: 0644]
CMakeModules/FindwxPython.cmake [new file with mode: 0644]
CMakeModules/FindwxWidgets.cmake [new file with mode: 0644]
CMakeModules/Functions.cmake [new file with mode: 0644]
CMakeModules/GetPrerequisites.cmake [new file with mode: 0644]
CMakeModules/KiCadFullVersion.cmake [new file with mode: 0644]
CMakeModules/KiCadQABuildUtils.cmake [new file with mode: 0644]
CMakeModules/KiCadVersion.cmake [new file with mode: 0644]
CMakeModules/MinGWResourceCompiler.cmake [new file with mode: 0644]
CMakeModules/PerformFeatureChecks.cmake [new file with mode: 0644]
CMakeModules/RefixupMacOS.cmake [new file with mode: 0644]
CMakeModules/SelectLibraryConfigurations.cmake [new file with mode: 0644]
CMakeModules/UsewxWidgets.cmake [new file with mode: 0644]
CMakeModules/Warnings.cmake [new file with mode: 0644]
CMakeModules/WritePlatformMetadata_macos.cmake [new file with mode: 0644]
CMakeModules/cmake_uninstall.cmake.in [new file with mode: 0644]
CMakeModules/config.h.cmake [new file with mode: 0644]
CMakeSettings.json.sample [new file with mode: 0644]
CONTRIBUTING.md [new file with mode: 0644]
Documentation/CMakeLists.txt [new file with mode: 0644]
Documentation/changelogs/CHANGELOG-2007.txt [new file with mode: 0644]
Documentation/changelogs/CHANGELOG-2008.txt [new file with mode: 0644]
Documentation/changelogs/CHANGELOG-2009.txt [new file with mode: 0644]
Documentation/changelogs/CHANGELOG-2010.txt [new file with mode: 0644]
Documentation/changelogs/CHANGELOG-2011.txt [new file with mode: 0644]
Documentation/changelogs/CHANGELOG-2012.txt [new file with mode: 0644]
Documentation/docset/CMakeLists.txt [new file with mode: 0644]
Documentation/docset/icon-16.png [new file with mode: 0644]
Documentation/eagle-plugin-notes.txt [new file with mode: 0644]
Documentation/kicad_doxygen_logo.png [new file with mode: 0644]
Documentation/notes_about_pcbnew_new_file_format.odt [new file with mode: 0644]
Doxyfile [new file with mode: 0644]
DoxygenLayout.xml [new file with mode: 0644]
INSTALL.txt [new file with mode: 0644]
LICENSE [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.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_gui.cpp [new file with mode: 0644]
bitmap2component/bitmap2cmp_gui.h [new file with mode: 0644]
bitmap2component/bitmap2cmp_gui_base.cpp [new file with mode: 0644]
bitmap2component/bitmap2cmp_gui_base.fbp [new file with mode: 0644]
bitmap2component/bitmap2cmp_gui_base.h [new file with mode: 0644]
bitmap2component/bitmap2cmp_main.cpp [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]
bitmaps_png/CMakeLists.txt [new file with mode: 0644]
bitmaps_png/cursors/README.md [new file with mode: 0644]
bitmaps_png/cursors/current_probe.xbm [new file with mode: 0644]
bitmaps_png/cursors/current_probe.xcf [new file with mode: 0644]
bitmaps_png/cursors/cursor-add.xpm [new file with mode: 0644]
bitmaps_png/cursors/cursor-component.xpm [new file with mode: 0644]
bitmaps_png/cursors/cursor-eraser.xpm [new file with mode: 0644]
bitmaps_png/cursors/cursor-label-global.xpm [new file with mode: 0644]
bitmaps_png/cursors/cursor-label-hier.xpm [new file with mode: 0644]
bitmaps_png/cursors/cursor-label-net.xpm [new file with mode: 0644]
bitmaps_png/cursors/cursor-line-bus.xpm [new file with mode: 0644]
bitmaps_png/cursors/cursor-line-graphic.xpm [new file with mode: 0644]
bitmaps_png/cursors/cursor-line-wire-add.xpm [new file with mode: 0644]
bitmaps_png/cursors/cursor-line-wire.xpm [new file with mode: 0644]
bitmaps_png/cursors/cursor-measure.xpm [new file with mode: 0644]
bitmaps_png/cursors/cursor-pencil.xpm [new file with mode: 0644]
bitmaps_png/cursors/cursor-place-black.xpm [new file with mode: 0644]
bitmaps_png/cursors/cursor-place.xpm [new file with mode: 0644]
bitmaps_png/cursors/cursor-select-lasso.xpm [new file with mode: 0644]
bitmaps_png/cursors/cursor-select-m-black.xpm [new file with mode: 0644]
bitmaps_png/cursors/cursor-select-m.xpm [new file with mode: 0644]
bitmaps_png/cursors/cursor-select-window.xpm [new file with mode: 0644]
bitmaps_png/cursors/cursor-subtract.xpm [new file with mode: 0644]
bitmaps_png/cursors/cursor-text.xpm [new file with mode: 0644]
bitmaps_png/cursors/cursor-xor.xpm [new file with mode: 0644]
bitmaps_png/cursors/cursor-zoom-out.xpm [new file with mode: 0644]
bitmaps_png/cursors/cursor-zoom.xpm [new file with mode: 0644]
bitmaps_png/cursors/voltage_probe.xbm [new file with mode: 0644]
bitmaps_png/cursors/voltage_probe.xcf [new file with mode: 0644]
bitmaps_png/icons/icon_3d.ico [new file with mode: 0644]
bitmaps_png/icons/icon_bitmap2component.ico [new file with mode: 0644]
bitmaps_png/icons/icon_cvpcb.ico [new file with mode: 0644]
bitmaps_png/icons/icon_eeschema.ico [new file with mode: 0644]
bitmaps_png/icons/icon_gerbview.ico [new file with mode: 0644]
bitmaps_png/icons/icon_kicad.ico [new file with mode: 0644]
bitmaps_png/icons/icon_kicad.png [new file with mode: 0644]
bitmaps_png/icons/icon_kicad.xpm [new file with mode: 0644]
bitmaps_png/icons/icon_kicad_64.png [new file with mode: 0644]
bitmaps_png/icons/icon_kicad_64.xpm [new file with mode: 0644]
bitmaps_png/icons/icon_pagelayout_editor.ico [new file with mode: 0644]
bitmaps_png/icons/icon_pcbcalculator.ico [new file with mode: 0644]
bitmaps_png/icons/icon_pcbnew.ico [new file with mode: 0644]
bitmaps_png/icons/icon_pcm.ico [new file with mode: 0644]
bitmaps_png/icons/mk_icn.sh [new file with mode: 0644]
bitmaps_png/mk_icn_res.sh [new file with mode: 0644]
bitmaps_png/mk_mac_icons.sh [new file with mode: 0755]
bitmaps_png/png/about_24.png [new file with mode: 0644]
bitmaps_png/png/about_dark_24.png [new file with mode: 0644]
bitmaps_png/png/add_aligned_dimension_24.png [new file with mode: 0644]
bitmaps_png/png/add_aligned_dimension_dark_24.png [new file with mode: 0644]
bitmaps_png/png/add_arc_24.png [new file with mode: 0644]
bitmaps_png/png/add_arc_dark_24.png [new file with mode: 0644]
bitmaps_png/png/add_board_24.png [new file with mode: 0644]
bitmaps_png/png/add_board_dark_24.png [new file with mode: 0644]
bitmaps_png/png/add_bus2bus_24.png [new file with mode: 0644]
bitmaps_png/png/add_bus2bus_dark_24.png [new file with mode: 0644]
bitmaps_png/png/add_bus_24.png [new file with mode: 0644]
bitmaps_png/png/add_bus_dark_24.png [new file with mode: 0644]
bitmaps_png/png/add_center_dimension_24.png [new file with mode: 0644]
bitmaps_png/png/add_center_dimension_dark_24.png [new file with mode: 0644]
bitmaps_png/png/add_circle_24.png [new file with mode: 0644]
bitmaps_png/png/add_circle_dark_24.png [new file with mode: 0644]
bitmaps_png/png/add_component_24.png [new file with mode: 0644]
bitmaps_png/png/add_component_dark_24.png [new file with mode: 0644]
bitmaps_png/png/add_corner_24.png [new file with mode: 0644]
bitmaps_png/png/add_corner_dark_24.png [new file with mode: 0644]
bitmaps_png/png/add_dashed_line_24.png [new file with mode: 0644]
bitmaps_png/png/add_dashed_line_dark_24.png [new file with mode: 0644]
bitmaps_png/png/add_document_24.png [new file with mode: 0644]
bitmaps_png/png/add_document_dark_24.png [new file with mode: 0644]
bitmaps_png/png/add_glabel_24.png [new file with mode: 0644]
bitmaps_png/png/add_glabel_dark_24.png [new file with mode: 0644]
bitmaps_png/png/add_graphical_polygon_24.png [new file with mode: 0644]
bitmaps_png/png/add_graphical_polygon_dark_24.png [new file with mode: 0644]
bitmaps_png/png/add_graphical_segments_24.png [new file with mode: 0644]
bitmaps_png/png/add_graphical_segments_dark_24.png [new file with mode: 0644]
bitmaps_png/png/add_hierar_pin_24.png [new file with mode: 0644]
bitmaps_png/png/add_hierar_pin_dark_24.png [new file with mode: 0644]
bitmaps_png/png/add_hierarchical_label_24.png [new file with mode: 0644]
bitmaps_png/png/add_hierarchical_label_dark_24.png [new file with mode: 0644]
bitmaps_png/png/add_hierarchical_subsheet_24.png [new file with mode: 0644]
bitmaps_png/png/add_hierarchical_subsheet_dark_24.png [new file with mode: 0644]
bitmaps_png/png/add_junction_24.png [new file with mode: 0644]
bitmaps_png/png/add_junction_dark_24.png [new file with mode: 0644]
bitmaps_png/png/add_keepout_area_24.png [new file with mode: 0644]
bitmaps_png/png/add_keepout_area_dark_24.png [new file with mode: 0644]
bitmaps_png/png/add_label_24.png [new file with mode: 0644]
bitmaps_png/png/add_label_dark_24.png [new file with mode: 0644]
bitmaps_png/png/add_leader_24.png [new file with mode: 0644]
bitmaps_png/png/add_leader_dark_24.png [new file with mode: 0644]
bitmaps_png/png/add_library_24.png [new file with mode: 0644]
bitmaps_png/png/add_library_dark_24.png [new file with mode: 0644]
bitmaps_png/png/add_line2bus_24.png [new file with mode: 0644]
bitmaps_png/png/add_line2bus_dark_24.png [new file with mode: 0644]
bitmaps_png/png/add_line_24.png [new file with mode: 0644]
bitmaps_png/png/add_line_dark_24.png [new file with mode: 0644]
bitmaps_png/png/add_line_label_24.png [new file with mode: 0644]
bitmaps_png/png/add_line_label_dark_24.png [new file with mode: 0644]
bitmaps_png/png/add_orthogonal_dimension_24.png [new file with mode: 0644]
bitmaps_png/png/add_orthogonal_dimension_dark_24.png [new file with mode: 0644]
bitmaps_png/png/add_pcb_target_24.png [new file with mode: 0644]
bitmaps_png/png/add_pcb_target_dark_24.png [new file with mode: 0644]
bitmaps_png/png/add_power_24.png [new file with mode: 0644]
bitmaps_png/png/add_power_dark_24.png [new file with mode: 0644]
bitmaps_png/png/add_rectangle_24.png [new file with mode: 0644]
bitmaps_png/png/add_rectangle_dark_24.png [new file with mode: 0644]
bitmaps_png/png/add_symbol_to_schematic_24.png [new file with mode: 0644]
bitmaps_png/png/add_symbol_to_schematic_dark_24.png [new file with mode: 0644]
bitmaps_png/png/add_tracks_24.png [new file with mode: 0644]
bitmaps_png/png/add_tracks_dark_24.png [new file with mode: 0644]
bitmaps_png/png/add_via_24.png [new file with mode: 0644]
bitmaps_png/png/add_via_dark_24.png [new file with mode: 0644]
bitmaps_png/png/add_zone_24.png [new file with mode: 0644]
bitmaps_png/png/add_zone_cutout_24.png [new file with mode: 0644]
bitmaps_png/png/add_zone_cutout_dark_24.png [new file with mode: 0644]
bitmaps_png/png/add_zone_dark_24.png [new file with mode: 0644]
bitmaps_png/png/align_items_24.png [new file with mode: 0644]
bitmaps_png/png/align_items_bottom_24.png [new file with mode: 0644]
bitmaps_png/png/align_items_bottom_dark_24.png [new file with mode: 0644]
bitmaps_png/png/align_items_center_24.png [new file with mode: 0644]
bitmaps_png/png/align_items_center_dark_24.png [new file with mode: 0644]
bitmaps_png/png/align_items_dark_24.png [new file with mode: 0644]
bitmaps_png/png/align_items_left_24.png [new file with mode: 0644]
bitmaps_png/png/align_items_left_dark_24.png [new file with mode: 0644]
bitmaps_png/png/align_items_middle_24.png [new file with mode: 0644]
bitmaps_png/png/align_items_middle_dark_24.png [new file with mode: 0644]
bitmaps_png/png/align_items_right_24.png [new file with mode: 0644]
bitmaps_png/png/align_items_right_dark_24.png [new file with mode: 0644]
bitmaps_png/png/align_items_top_24.png [new file with mode: 0644]
bitmaps_png/png/align_items_top_dark_24.png [new file with mode: 0644]
bitmaps_png/png/anchor_24.png [new file with mode: 0644]
bitmaps_png/png/anchor_dark_24.png [new file with mode: 0644]
bitmaps_png/png/annotate_24.png [new file with mode: 0644]
bitmaps_png/png/annotate_dark_24.png [new file with mode: 0644]
bitmaps_png/png/annotate_down_right_24.png [new file with mode: 0644]
bitmaps_png/png/annotate_down_right_dark_24.png [new file with mode: 0644]
bitmaps_png/png/annotate_right_down_24.png [new file with mode: 0644]
bitmaps_png/png/annotate_right_down_dark_24.png [new file with mode: 0644]
bitmaps_png/png/apply_pad_settings_24.png [new file with mode: 0644]
bitmaps_png/png/apply_pad_settings_dark_24.png [new file with mode: 0644]
bitmaps_png/png/array_24.png [new file with mode: 0644]
bitmaps_png/png/array_dark_24.png [new file with mode: 0644]
bitmaps_png/png/att_bridge.png [new file with mode: 0644]
bitmaps_png/png/att_bridge_dark.png [new file with mode: 0644]
bitmaps_png/png/att_pi.png [new file with mode: 0644]
bitmaps_png/png/att_pi_dark.png [new file with mode: 0644]
bitmaps_png/png/att_splitter.png [new file with mode: 0644]
bitmaps_png/png/att_splitter_dark.png [new file with mode: 0644]
bitmaps_png/png/att_tee.png [new file with mode: 0644]
bitmaps_png/png/att_tee_dark.png [new file with mode: 0644]
bitmaps_png/png/auto_associate_24.png [new file with mode: 0644]
bitmaps_png/png/auto_associate_dark_24.png [new file with mode: 0644]
bitmaps_png/png/auto_track_width_24.png [new file with mode: 0644]
bitmaps_png/png/auto_track_width_dark_24.png [new file with mode: 0644]
bitmaps_png/png/autoplace_fields_24.png [new file with mode: 0644]
bitmaps_png/png/autoplace_fields_dark_24.png [new file with mode: 0644]
bitmaps_png/png/axis3d_24.png [new file with mode: 0644]
bitmaps_png/png/axis3d_back_24.png [new file with mode: 0644]
bitmaps_png/png/axis3d_back_dark_24.png [new file with mode: 0644]
bitmaps_png/png/axis3d_bottom_24.png [new file with mode: 0644]
bitmaps_png/png/axis3d_bottom_dark_24.png [new file with mode: 0644]
bitmaps_png/png/axis3d_dark_24.png [new file with mode: 0644]
bitmaps_png/png/axis3d_front_24.png [new file with mode: 0644]
bitmaps_png/png/axis3d_front_dark_24.png [new file with mode: 0644]
bitmaps_png/png/axis3d_left_24.png [new file with mode: 0644]
bitmaps_png/png/axis3d_left_dark_24.png [new file with mode: 0644]
bitmaps_png/png/axis3d_right_24.png [new file with mode: 0644]
bitmaps_png/png/axis3d_right_dark_24.png [new file with mode: 0644]
bitmaps_png/png/axis3d_top_24.png [new file with mode: 0644]
bitmaps_png/png/axis3d_top_dark_24.png [new file with mode: 0644]
bitmaps_png/png/break_line_24.png [new file with mode: 0644]
bitmaps_png/png/break_line_dark_24.png [new file with mode: 0644]
bitmaps_png/png/bug_24.png [new file with mode: 0644]
bitmaps_png/png/bug_dark_24.png [new file with mode: 0644]
bitmaps_png/png/bus_definition_tool_24.png [new file with mode: 0644]
bitmaps_png/png/bus_definition_tool_dark_24.png [new file with mode: 0644]
bitmaps_png/png/c_microstrip.png [new file with mode: 0644]
bitmaps_png/png/c_microstrip_dark.png [new file with mode: 0644]
bitmaps_png/png/cancel_24.png [new file with mode: 0644]
bitmaps_png/png/cancel_dark_24.png [new file with mode: 0644]
bitmaps_png/png/change_entry_orient_24.png [new file with mode: 0644]
bitmaps_png/png/change_entry_orient_dark_24.png [new file with mode: 0644]
bitmaps_png/png/checked_ok_24.png [new file with mode: 0644]
bitmaps_png/png/checked_ok_dark_24.png [new file with mode: 0644]
bitmaps_png/png/coax.png [new file with mode: 0644]
bitmaps_png/png/coax_dark.png [new file with mode: 0644]
bitmaps_png/png/color_code_multiplier.png [new file with mode: 0644]
bitmaps_png/png/color_code_multiplier_dark.png [new file with mode: 0644]
bitmaps_png/png/color_code_tolerance.png [new file with mode: 0644]
bitmaps_png/png/color_code_tolerance_dark.png [new file with mode: 0644]
bitmaps_png/png/color_code_value.png [new file with mode: 0644]
bitmaps_png/png/color_code_value_and_name.png [new file with mode: 0644]
bitmaps_png/png/color_code_value_and_name_dark.png [new file with mode: 0644]
bitmaps_png/png/color_code_value_dark.png [new file with mode: 0644]
bitmaps_png/png/color_materials_24.png [new file with mode: 0644]
bitmaps_png/png/color_materials_dark_24.png [new file with mode: 0644]
bitmaps_png/png/component_select_unit_24.png [new file with mode: 0644]
bitmaps_png/png/component_select_unit_dark_24.png [new file with mode: 0644]
bitmaps_png/png/config_24.png [new file with mode: 0644]
bitmaps_png/png/config_dark_24.png [new file with mode: 0644]
bitmaps_png/png/contrast_mode_24.png [new file with mode: 0644]
bitmaps_png/png/contrast_mode_dark_24.png [new file with mode: 0644]
bitmaps_png/png/convert_24.png [new file with mode: 0644]
bitmaps_png/png/convert_dark_24.png [new file with mode: 0644]
bitmaps_png/png/copy_24.png [new file with mode: 0644]
bitmaps_png/png/copy_dark_24.png [new file with mode: 0644]
bitmaps_png/png/copy_pad_settings_24.png [new file with mode: 0644]
bitmaps_png/png/copy_pad_settings_dark_24.png [new file with mode: 0644]
bitmaps_png/png/cpw.png [new file with mode: 0644]
bitmaps_png/png/cpw_back.png [new file with mode: 0644]
bitmaps_png/png/cpw_back_dark.png [new file with mode: 0644]
bitmaps_png/png/cpw_dark.png [new file with mode: 0644]
bitmaps_png/png/cursor_24.png [new file with mode: 0644]
bitmaps_png/png/cursor_dark_24.png [new file with mode: 0644]
bitmaps_png/png/cursor_shape_24.png [new file with mode: 0644]
bitmaps_png/png/cursor_shape_dark_24.png [new file with mode: 0644]
bitmaps_png/png/curved_ratsnest_24.png [new file with mode: 0644]
bitmaps_png/png/curved_ratsnest_dark_24.png [new file with mode: 0644]
bitmaps_png/png/custom_pad_to_primitives_24.png [new file with mode: 0644]
bitmaps_png/png/custom_pad_to_primitives_dark_24.png [new file with mode: 0644]
bitmaps_png/png/cut_24.png [new file with mode: 0644]
bitmaps_png/png/cut_dark_24.png [new file with mode: 0644]
bitmaps_png/png/datasheet_24.png [new file with mode: 0644]
bitmaps_png/png/datasheet_dark_24.png [new file with mode: 0644]
bitmaps_png/png/delete_association_24.png [new file with mode: 0644]
bitmaps_png/png/delete_association_dark_24.png [new file with mode: 0644]
bitmaps_png/png/delete_cursor_24.png [new file with mode: 0644]
bitmaps_png/png/delete_cursor_dark_24.png [new file with mode: 0644]
bitmaps_png/png/delete_gerber_24.png [new file with mode: 0644]
bitmaps_png/png/delete_gerber_dark_24.png [new file with mode: 0644]
bitmaps_png/png/delete_sheet_24.png [new file with mode: 0644]
bitmaps_png/png/delete_sheet_dark_24.png [new file with mode: 0644]
bitmaps_png/png/dialog_warning_48.png [new file with mode: 0644]
bitmaps_png/png/dialog_warning_dark_48.png [new file with mode: 0644]
bitmaps_png/png/directory_24.png [new file with mode: 0644]
bitmaps_png/png/directory_browser_24.png [new file with mode: 0644]
bitmaps_png/png/directory_browser_dark_24.png [new file with mode: 0644]
bitmaps_png/png/directory_dark_24.png [new file with mode: 0644]
bitmaps_png/png/directory_open_24.png [new file with mode: 0644]
bitmaps_png/png/directory_open_dark_24.png [new file with mode: 0644]
bitmaps_png/png/distribute_horizontal_24.png [new file with mode: 0644]
bitmaps_png/png/distribute_horizontal_dark_24.png [new file with mode: 0644]
bitmaps_png/png/distribute_vertical_24.png [new file with mode: 0644]
bitmaps_png/png/distribute_vertical_dark_24.png [new file with mode: 0644]
bitmaps_png/png/down_24.png [new file with mode: 0644]
bitmaps_png/png/down_dark_24.png [new file with mode: 0644]
bitmaps_png/png/drag_24.png [new file with mode: 0644]
bitmaps_png/png/drag_dark_24.png [new file with mode: 0644]
bitmaps_png/png/drag_segment_withslope_24.png [new file with mode: 0644]
bitmaps_png/png/drag_segment_withslope_dark_24.png [new file with mode: 0644]
bitmaps_png/png/drc_24.png [new file with mode: 0644]
bitmaps_png/png/drc_dark_24.png [new file with mode: 0644]
bitmaps_png/png/duplicate_24.png [new file with mode: 0644]
bitmaps_png/png/duplicate_dark_24.png [new file with mode: 0644]
bitmaps_png/png/edge_to_copper_clearance_24.png [new file with mode: 0644]
bitmaps_png/png/edge_to_copper_clearance_dark_24.png [new file with mode: 0644]
bitmaps_png/png/edit_24.png [new file with mode: 0644]
bitmaps_png/png/edit_cmp_symb_links_24.png [new file with mode: 0644]
bitmaps_png/png/edit_cmp_symb_links_dark_24.png [new file with mode: 0644]
bitmaps_png/png/edit_comp_footprint_24.png [new file with mode: 0644]
bitmaps_png/png/edit_comp_footprint_dark_24.png [new file with mode: 0644]
bitmaps_png/png/edit_comp_ref_24.png [new file with mode: 0644]
bitmaps_png/png/edit_comp_ref_dark_24.png [new file with mode: 0644]
bitmaps_png/png/edit_comp_value_24.png [new file with mode: 0644]
bitmaps_png/png/edit_comp_value_dark_24.png [new file with mode: 0644]
bitmaps_png/png/edit_dark_24.png [new file with mode: 0644]
bitmaps_png/png/editor_24.png [new file with mode: 0644]
bitmaps_png/png/editor_dark_24.png [new file with mode: 0644]
bitmaps_png/png/enter_sheet_24.png [new file with mode: 0644]
bitmaps_png/png/enter_sheet_dark_24.png [new file with mode: 0644]
bitmaps_png/png/erc_24.png [new file with mode: 0644]
bitmaps_png/png/erc_dark_24.png [new file with mode: 0644]
bitmaps_png/png/erc_green_24.png [new file with mode: 0644]
bitmaps_png/png/erc_green_dark_24.png [new file with mode: 0644]
bitmaps_png/png/ercerr_24.png [new file with mode: 0644]
bitmaps_png/png/ercerr_dark_24.png [new file with mode: 0644]
bitmaps_png/png/ercwarn_24.png [new file with mode: 0644]
bitmaps_png/png/ercwarn_dark_24.png [new file with mode: 0644]
bitmaps_png/png/exchange_24.png [new file with mode: 0644]
bitmaps_png/png/exchange_dark_24.png [new file with mode: 0644]
bitmaps_png/png/exit_24.png [new file with mode: 0644]
bitmaps_png/png/exit_dark_24.png [new file with mode: 0644]
bitmaps_png/png/export3d_24.png [new file with mode: 0644]
bitmaps_png/png/export3d_dark_24.png [new file with mode: 0644]
bitmaps_png/png/export_cmp_24.png [new file with mode: 0644]
bitmaps_png/png/export_cmp_dark_24.png [new file with mode: 0644]
bitmaps_png/png/export_dsn_24.png [new file with mode: 0644]
bitmaps_png/png/export_dsn_dark_24.png [new file with mode: 0644]
bitmaps_png/png/export_file_24.png [new file with mode: 0644]
bitmaps_png/png/export_file_dark_24.png [new file with mode: 0644]
bitmaps_png/png/export_footprint_names_24.png [new file with mode: 0644]
bitmaps_png/png/export_footprint_names_dark_24.png [new file with mode: 0644]
bitmaps_png/png/export_idf_24.png [new file with mode: 0644]
bitmaps_png/png/export_idf_dark_24.png [new file with mode: 0644]
bitmaps_png/png/export_module_24.png [new file with mode: 0644]
bitmaps_png/png/export_module_dark_24.png [new file with mode: 0644]
bitmaps_png/png/export_part_24.png [new file with mode: 0644]
bitmaps_png/png/export_part_dark_24.png [new file with mode: 0644]
bitmaps_png/png/export_png_24.png [new file with mode: 0644]
bitmaps_png/png/export_png_dark_24.png [new file with mode: 0644]
bitmaps_png/png/export_step_24.png [new file with mode: 0644]
bitmaps_png/png/export_step_dark_24.png [new file with mode: 0644]
bitmaps_png/png/export_svg_24.png [new file with mode: 0644]
bitmaps_png/png/export_svg_dark_24.png [new file with mode: 0644]
bitmaps_png/png/export_to_pcbnew_24.png [new file with mode: 0644]
bitmaps_png/png/export_to_pcbnew_dark_24.png [new file with mode: 0644]
bitmaps_png/png/fabrication_24.png [new file with mode: 0644]
bitmaps_png/png/fabrication_dark_24.png [new file with mode: 0644]
bitmaps_png/png/file_bom_24.png [new file with mode: 0644]
bitmaps_png/png/file_bom_dark_24.png [new file with mode: 0644]
bitmaps_png/png/file_drl_24.png [new file with mode: 0644]
bitmaps_png/png/file_drl_dark_24.png [new file with mode: 0644]
bitmaps_png/png/file_dsn_24.png [new file with mode: 0644]
bitmaps_png/png/file_dsn_dark_24.png [new file with mode: 0644]
bitmaps_png/png/file_gbr_24.png [new file with mode: 0644]
bitmaps_png/png/file_gbr_dark_24.png [new file with mode: 0644]
bitmaps_png/png/file_gerber_job_24.png [new file with mode: 0644]
bitmaps_png/png/file_gerber_job_dark_24.png [new file with mode: 0644]
bitmaps_png/png/file_html_24.png [new file with mode: 0644]
bitmaps_png/png/file_html_dark_24.png [new file with mode: 0644]
bitmaps_png/png/file_idf_24.png [new file with mode: 0644]
bitmaps_png/png/file_idf_dark_24.png [new file with mode: 0644]
bitmaps_png/png/file_pdf_24.png [new file with mode: 0644]
bitmaps_png/png/file_pdf_dark_24.png [new file with mode: 0644]
bitmaps_png/png/file_pos_24.png [new file with mode: 0644]
bitmaps_png/png/file_pos_dark_24.png [new file with mode: 0644]
bitmaps_png/png/file_svg_24.png [new file with mode: 0644]
bitmaps_png/png/file_svg_dark_24.png [new file with mode: 0644]
bitmaps_png/png/fill_zone_24.png [new file with mode: 0644]
bitmaps_png/png/fill_zone_dark_24.png [new file with mode: 0644]
bitmaps_png/png/filter_24.png [new file with mode: 0644]
bitmaps_png/png/filter_dark_24.png [new file with mode: 0644]
bitmaps_png/png/find_24.png [new file with mode: 0644]
bitmaps_png/png/find_dark_24.png [new file with mode: 0644]
bitmaps_png/png/find_replace_24.png [new file with mode: 0644]
bitmaps_png/png/find_replace_dark_24.png [new file with mode: 0644]
bitmaps_png/png/flag_24.png [new file with mode: 0644]
bitmaps_png/png/flag_dark_24.png [new file with mode: 0644]
bitmaps_png/png/flip_board_24.png [new file with mode: 0644]
bitmaps_png/png/flip_board_dark_24.png [new file with mode: 0644]
bitmaps_png/png/gbr_select_mode2_24.png [new file with mode: 0644]
bitmaps_png/png/gbr_select_mode2_dark_24.png [new file with mode: 0644]
bitmaps_png/png/general_deletions_24.png [new file with mode: 0644]
bitmaps_png/png/general_deletions_dark_24.png [new file with mode: 0644]
bitmaps_png/png/general_ratsnest_24.png [new file with mode: 0644]
bitmaps_png/png/general_ratsnest_dark_24.png [new file with mode: 0644]
bitmaps_png/png/gerbview_show_negative_objects_24.png [new file with mode: 0644]
bitmaps_png/png/gerbview_show_negative_objects_dark_24.png [new file with mode: 0644]
bitmaps_png/png/grid_24.png [new file with mode: 0644]
bitmaps_png/png/grid_dark_24.png [new file with mode: 0644]
bitmaps_png/png/grid_select_24.png [new file with mode: 0644]
bitmaps_png/png/grid_select_axis_24.png [new file with mode: 0644]
bitmaps_png/png/grid_select_axis_dark_24.png [new file with mode: 0644]
bitmaps_png/png/grid_select_dark_24.png [new file with mode: 0644]
bitmaps_png/png/group_24.png [new file with mode: 0644]
bitmaps_png/png/group_dark_24.png [new file with mode: 0644]
bitmaps_png/png/group_enter_24.png [new file with mode: 0644]
bitmaps_png/png/group_enter_dark_24.png [new file with mode: 0644]
bitmaps_png/png/group_leave_24.png [new file with mode: 0644]
bitmaps_png/png/group_leave_dark_24.png [new file with mode: 0644]
bitmaps_png/png/group_remove_24.png [new file with mode: 0644]
bitmaps_png/png/group_remove_dark_24.png [new file with mode: 0644]
bitmaps_png/png/group_ungroup_24.png [new file with mode: 0644]
bitmaps_png/png/group_ungroup_dark_24.png [new file with mode: 0644]
bitmaps_png/png/help_24.png [new file with mode: 0644]
bitmaps_png/png/help_dark_24.png [new file with mode: 0644]
bitmaps_png/png/help_online_24.png [new file with mode: 0644]
bitmaps_png/png/help_online_dark_24.png [new file with mode: 0644]
bitmaps_png/png/hidden_pin_24.png [new file with mode: 0644]
bitmaps_png/png/hidden_pin_dark_24.png [new file with mode: 0644]
bitmaps_png/png/hide_ratsnest_24.png [new file with mode: 0644]
bitmaps_png/png/hide_ratsnest_dark_24.png [new file with mode: 0644]
bitmaps_png/png/hierarchy_nav_24.png [new file with mode: 0644]
bitmaps_png/png/hierarchy_nav_dark_24.png [new file with mode: 0644]
bitmaps_png/png/hole_to_copper_clearance_24.png [new file with mode: 0644]
bitmaps_png/png/hole_to_copper_clearance_dark_24.png [new file with mode: 0644]
bitmaps_png/png/hole_to_hole_clearance_24.png [new file with mode: 0644]
bitmaps_png/png/hole_to_hole_clearance_dark_24.png [new file with mode: 0644]
bitmaps_png/png/hotkeys_24.png [new file with mode: 0644]
bitmaps_png/png/hotkeys_dark_24.png [new file with mode: 0644]
bitmaps_png/png/icon_3d_48.png [new file with mode: 0644]
bitmaps_png/png/icon_3d_dark_48.png [new file with mode: 0644]
bitmaps_png/png/icon_bitmap2component_128.png [new file with mode: 0644]
bitmaps_png/png/icon_bitmap2component_16_16.png [new file with mode: 0644]
bitmaps_png/png/icon_bitmap2component_16_dark_16.png [new file with mode: 0644]
bitmaps_png/png/icon_bitmap2component_24_24.png [new file with mode: 0644]
bitmaps_png/png/icon_bitmap2component_24_dark_24.png [new file with mode: 0644]
bitmaps_png/png/icon_bitmap2component_32_32.png [new file with mode: 0644]
bitmaps_png/png/icon_bitmap2component_32_dark_32.png [new file with mode: 0644]
bitmaps_png/png/icon_bitmap2component_48.png [new file with mode: 0644]
bitmaps_png/png/icon_bitmap2component_64.png [new file with mode: 0644]
bitmaps_png/png/icon_bitmap2component_dark_128.png [new file with mode: 0644]
bitmaps_png/png/icon_bitmap2component_dark_48.png [new file with mode: 0644]
bitmaps_png/png/icon_bitmap2component_dark_64.png [new file with mode: 0644]
bitmaps_png/png/icon_cvpcb_128.png [new file with mode: 0644]
bitmaps_png/png/icon_cvpcb_24_24.png [new file with mode: 0644]
bitmaps_png/png/icon_cvpcb_24_dark_24.png [new file with mode: 0644]
bitmaps_png/png/icon_cvpcb_48.png [new file with mode: 0644]
bitmaps_png/png/icon_cvpcb_64.png [new file with mode: 0644]
bitmaps_png/png/icon_cvpcb_dark_128.png [new file with mode: 0644]
bitmaps_png/png/icon_cvpcb_dark_48.png [new file with mode: 0644]
bitmaps_png/png/icon_cvpcb_dark_64.png [new file with mode: 0644]
bitmaps_png/png/icon_eeschema_128.png [new file with mode: 0644]
bitmaps_png/png/icon_eeschema_16_16.png [new file with mode: 0644]
bitmaps_png/png/icon_eeschema_16_dark_16.png [new file with mode: 0644]
bitmaps_png/png/icon_eeschema_24_24.png [new file with mode: 0644]
bitmaps_png/png/icon_eeschema_24_dark_24.png [new file with mode: 0644]
bitmaps_png/png/icon_eeschema_32_32.png [new file with mode: 0644]
bitmaps_png/png/icon_eeschema_32_dark_32.png [new file with mode: 0644]
bitmaps_png/png/icon_eeschema_48.png [new file with mode: 0644]
bitmaps_png/png/icon_eeschema_64.png [new file with mode: 0644]
bitmaps_png/png/icon_eeschema_dark_128.png [new file with mode: 0644]
bitmaps_png/png/icon_eeschema_dark_48.png [new file with mode: 0644]
bitmaps_png/png/icon_eeschema_dark_64.png [new file with mode: 0644]
bitmaps_png/png/icon_footprint_browser_24.png [new file with mode: 0644]
bitmaps_png/png/icon_footprint_browser_dark_24.png [new file with mode: 0644]
bitmaps_png/png/icon_gerbview_128.png [new file with mode: 0644]
bitmaps_png/png/icon_gerbview_16_16.png [new file with mode: 0644]
bitmaps_png/png/icon_gerbview_16_dark_16.png [new file with mode: 0644]
bitmaps_png/png/icon_gerbview_24_24.png [new file with mode: 0644]
bitmaps_png/png/icon_gerbview_24_dark_24.png [new file with mode: 0644]
bitmaps_png/png/icon_gerbview_32_32.png [new file with mode: 0644]
bitmaps_png/png/icon_gerbview_32_dark_32.png [new file with mode: 0644]
bitmaps_png/png/icon_gerbview_48.png [new file with mode: 0644]
bitmaps_png/png/icon_gerbview_64.png [new file with mode: 0644]
bitmaps_png/png/icon_gerbview_dark_128.png [new file with mode: 0644]
bitmaps_png/png/icon_gerbview_dark_48.png [new file with mode: 0644]
bitmaps_png/png/icon_gerbview_dark_64.png [new file with mode: 0644]
bitmaps_png/png/icon_kicad_128.png [new file with mode: 0644]
bitmaps_png/png/icon_kicad_16_16.png [new file with mode: 0644]
bitmaps_png/png/icon_kicad_16_dark_16.png [new file with mode: 0644]
bitmaps_png/png/icon_kicad_32_32.png [new file with mode: 0644]
bitmaps_png/png/icon_kicad_32_dark_32.png [new file with mode: 0644]
bitmaps_png/png/icon_kicad_48.png [new file with mode: 0644]
bitmaps_png/png/icon_kicad_64.png [new file with mode: 0644]
bitmaps_png/png/icon_kicad_dark_128.png [new file with mode: 0644]
bitmaps_png/png/icon_kicad_dark_48.png [new file with mode: 0644]
bitmaps_png/png/icon_kicad_dark_64.png [new file with mode: 0644]
bitmaps_png/png/icon_libedit_128.png [new file with mode: 0644]
bitmaps_png/png/icon_libedit_16_16.png [new file with mode: 0644]
bitmaps_png/png/icon_libedit_16_dark_16.png [new file with mode: 0644]
bitmaps_png/png/icon_libedit_24_24.png [new file with mode: 0644]
bitmaps_png/png/icon_libedit_24_dark_24.png [new file with mode: 0644]
bitmaps_png/png/icon_libedit_32_32.png [new file with mode: 0644]
bitmaps_png/png/icon_libedit_32_dark_32.png [new file with mode: 0644]
bitmaps_png/png/icon_libedit_48.png [new file with mode: 0644]
bitmaps_png/png/icon_libedit_64.png [new file with mode: 0644]
bitmaps_png/png/icon_libedit_dark_128.png [new file with mode: 0644]
bitmaps_png/png/icon_libedit_dark_48.png [new file with mode: 0644]
bitmaps_png/png/icon_libedit_dark_64.png [new file with mode: 0644]
bitmaps_png/png/icon_modedit_128.png [new file with mode: 0644]
bitmaps_png/png/icon_modedit_16_16.png [new file with mode: 0644]
bitmaps_png/png/icon_modedit_16_dark_16.png [new file with mode: 0644]
bitmaps_png/png/icon_modedit_24_24.png [new file with mode: 0644]
bitmaps_png/png/icon_modedit_24_dark_24.png [new file with mode: 0644]
bitmaps_png/png/icon_modedit_32_32.png [new file with mode: 0644]
bitmaps_png/png/icon_modedit_32_dark_32.png [new file with mode: 0644]
bitmaps_png/png/icon_modedit_48.png [new file with mode: 0644]
bitmaps_png/png/icon_modedit_64.png [new file with mode: 0644]
bitmaps_png/png/icon_modedit_dark_128.png [new file with mode: 0644]
bitmaps_png/png/icon_modedit_dark_48.png [new file with mode: 0644]
bitmaps_png/png/icon_modedit_dark_64.png [new file with mode: 0644]
bitmaps_png/png/icon_pagelayout_editor_128.png [new file with mode: 0644]
bitmaps_png/png/icon_pagelayout_editor_16_16.png [new file with mode: 0644]
bitmaps_png/png/icon_pagelayout_editor_16_dark_16.png [new file with mode: 0644]
bitmaps_png/png/icon_pagelayout_editor_24_24.png [new file with mode: 0644]
bitmaps_png/png/icon_pagelayout_editor_24_dark_24.png [new file with mode: 0644]
bitmaps_png/png/icon_pagelayout_editor_32_32.png [new file with mode: 0644]
bitmaps_png/png/icon_pagelayout_editor_32_dark_32.png [new file with mode: 0644]
bitmaps_png/png/icon_pagelayout_editor_48.png [new file with mode: 0644]
bitmaps_png/png/icon_pagelayout_editor_64.png [new file with mode: 0644]
bitmaps_png/png/icon_pagelayout_editor_dark_128.png [new file with mode: 0644]
bitmaps_png/png/icon_pagelayout_editor_dark_48.png [new file with mode: 0644]
bitmaps_png/png/icon_pagelayout_editor_dark_64.png [new file with mode: 0644]
bitmaps_png/png/icon_pcbcalculator_128.png [new file with mode: 0644]
bitmaps_png/png/icon_pcbcalculator_16_16.png [new file with mode: 0644]
bitmaps_png/png/icon_pcbcalculator_16_dark_16.png [new file with mode: 0644]
bitmaps_png/png/icon_pcbcalculator_24_24.png [new file with mode: 0644]
bitmaps_png/png/icon_pcbcalculator_24_dark_24.png [new file with mode: 0644]
bitmaps_png/png/icon_pcbcalculator_32_32.png [new file with mode: 0644]
bitmaps_png/png/icon_pcbcalculator_32_dark_32.png [new file with mode: 0644]
bitmaps_png/png/icon_pcbcalculator_48.png [new file with mode: 0644]
bitmaps_png/png/icon_pcbcalculator_64.png [new file with mode: 0644]
bitmaps_png/png/icon_pcbcalculator_dark_128.png [new file with mode: 0644]
bitmaps_png/png/icon_pcbcalculator_dark_48.png [new file with mode: 0644]
bitmaps_png/png/icon_pcbcalculator_dark_64.png [new file with mode: 0644]
bitmaps_png/png/icon_pcbnew_128.png [new file with mode: 0644]
bitmaps_png/png/icon_pcbnew_16_16.png [new file with mode: 0644]
bitmaps_png/png/icon_pcbnew_16_dark_16.png [new file with mode: 0644]
bitmaps_png/png/icon_pcbnew_24_24.png [new file with mode: 0644]
bitmaps_png/png/icon_pcbnew_24_dark_24.png [new file with mode: 0644]
bitmaps_png/png/icon_pcbnew_32_32.png [new file with mode: 0644]
bitmaps_png/png/icon_pcbnew_32_dark_32.png [new file with mode: 0644]
bitmaps_png/png/icon_pcbnew_48.png [new file with mode: 0644]
bitmaps_png/png/icon_pcbnew_64.png [new file with mode: 0644]
bitmaps_png/png/icon_pcbnew_dark_128.png [new file with mode: 0644]
bitmaps_png/png/icon_pcbnew_dark_48.png [new file with mode: 0644]
bitmaps_png/png/icon_pcbnew_dark_64.png [new file with mode: 0644]
bitmaps_png/png/icon_pcm_24_24.png [new file with mode: 0644]
bitmaps_png/png/icon_pcm_24_dark_24.png [new file with mode: 0644]
bitmaps_png/png/icon_pcm_48.png [new file with mode: 0644]
bitmaps_png/png/icon_pcm_dark_48.png [new file with mode: 0644]
bitmaps_png/png/image_24.png [new file with mode: 0644]
bitmaps_png/png/image_dark_24.png [new file with mode: 0644]
bitmaps_png/png/import3d_24.png [new file with mode: 0644]
bitmaps_png/png/import3d_dark_24.png [new file with mode: 0644]
bitmaps_png/png/import_24.png [new file with mode: 0644]
bitmaps_png/png/import_brd_file_24.png [new file with mode: 0644]
bitmaps_png/png/import_brd_file_dark_24.png [new file with mode: 0644]
bitmaps_png/png/import_dark_24.png [new file with mode: 0644]
bitmaps_png/png/import_document_24.png [new file with mode: 0644]
bitmaps_png/png/import_document_dark_24.png [new file with mode: 0644]
bitmaps_png/png/import_footprint_names_24.png [new file with mode: 0644]
bitmaps_png/png/import_footprint_names_dark_24.png [new file with mode: 0644]
bitmaps_png/png/import_hierarchical_label_24.png [new file with mode: 0644]
bitmaps_png/png/import_hierarchical_label_dark_24.png [new file with mode: 0644]
bitmaps_png/png/import_module_24.png [new file with mode: 0644]
bitmaps_png/png/import_module_dark_24.png [new file with mode: 0644]
bitmaps_png/png/import_part_24.png [new file with mode: 0644]
bitmaps_png/png/import_part_dark_24.png [new file with mode: 0644]
bitmaps_png/png/import_project_24.png [new file with mode: 0644]
bitmaps_png/png/import_project_dark_24.png [new file with mode: 0644]
bitmaps_png/png/import_vector_24.png [new file with mode: 0644]
bitmaps_png/png/import_vector_dark_24.png [new file with mode: 0644]
bitmaps_png/png/info_24.png [new file with mode: 0644]
bitmaps_png/png/info_dark_24.png [new file with mode: 0644]
bitmaps_png/png/insert_module_board_24.png [new file with mode: 0644]
bitmaps_png/png/insert_module_board_dark_24.png [new file with mode: 0644]
bitmaps_png/png/language_24.png [new file with mode: 0644]
bitmaps_png/png/language_dark_24.png [new file with mode: 0644]
bitmaps_png/png/layers_manager_24.png [new file with mode: 0644]
bitmaps_png/png/layers_manager_dark_24.png [new file with mode: 0644]
bitmaps_png/png/leave_sheet_24.png [new file with mode: 0644]
bitmaps_png/png/leave_sheet_dark_24.png [new file with mode: 0644]
bitmaps_png/png/left_24.png [new file with mode: 0644]
bitmaps_png/png/left_dark_24.png [new file with mode: 0644]
bitmaps_png/png/lib_next_24.png [new file with mode: 0644]
bitmaps_png/png/lib_next_dark_24.png [new file with mode: 0644]
bitmaps_png/png/lib_previous_24.png [new file with mode: 0644]
bitmaps_png/png/lib_previous_dark_24.png [new file with mode: 0644]
bitmaps_png/png/libedit_24.png [new file with mode: 0644]
bitmaps_png/png/libedit_dark_24.png [new file with mode: 0644]
bitmaps_png/png/library_24.png [new file with mode: 0644]
bitmaps_png/png/library_archive_24.png [new file with mode: 0644]
bitmaps_png/png/library_archive_as_24.png [new file with mode: 0644]
bitmaps_png/png/library_archive_as_dark_24.png [new file with mode: 0644]
bitmaps_png/png/library_archive_dark_24.png [new file with mode: 0644]
bitmaps_png/png/library_browser_24.png [new file with mode: 0644]
bitmaps_png/png/library_browser_dark_24.png [new file with mode: 0644]
bitmaps_png/png/library_dark_24.png [new file with mode: 0644]
bitmaps_png/png/library_table_24.png [new file with mode: 0644]
bitmaps_png/png/library_table_dark_24.png [new file with mode: 0644]
bitmaps_png/png/lines90_24.png [new file with mode: 0644]
bitmaps_png/png/lines90_dark_24.png [new file with mode: 0644]
bitmaps_png/png/list_nets_16_16.png [new file with mode: 0644]
bitmaps_png/png/list_nets_16_dark_16.png [new file with mode: 0644]
bitmaps_png/png/list_nets_24.png [new file with mode: 0644]
bitmaps_png/png/list_nets_dark_24.png [new file with mode: 0644]
bitmaps_png/png/load_drill_24.png [new file with mode: 0644]
bitmaps_png/png/load_drill_dark_24.png [new file with mode: 0644]
bitmaps_png/png/load_gerber_24.png [new file with mode: 0644]
bitmaps_png/png/load_gerber_dark_24.png [new file with mode: 0644]
bitmaps_png/png/load_module_board_24.png [new file with mode: 0644]
bitmaps_png/png/load_module_board_dark_24.png [new file with mode: 0644]
bitmaps_png/png/lock_unlock_24.png [new file with mode: 0644]
bitmaps_png/png/lock_unlock_dark_24.png [new file with mode: 0644]
bitmaps_png/png/locked_24.png [new file with mode: 0644]
bitmaps_png/png/locked_dark_24.png [new file with mode: 0644]
bitmaps_png/png/measurement_24.png [new file with mode: 0644]
bitmaps_png/png/measurement_dark_24.png [new file with mode: 0644]
bitmaps_png/png/microstrip.png [new file with mode: 0644]
bitmaps_png/png/microstrip_dark.png [new file with mode: 0644]
bitmaps_png/png/microstrip_zodd_zeven.png [new file with mode: 0644]
bitmaps_png/png/microstrip_zodd_zeven_dark.png [new file with mode: 0644]
bitmaps_png/png/mirror_h_24.png [new file with mode: 0644]
bitmaps_png/png/mirror_h_dark_24.png [new file with mode: 0644]
bitmaps_png/png/mirror_v_24.png [new file with mode: 0644]
bitmaps_png/png/mirror_v_dark_24.png [new file with mode: 0644]
bitmaps_png/png/mode_module_24.png [new file with mode: 0644]
bitmaps_png/png/mode_module_dark_24.png [new file with mode: 0644]
bitmaps_png/png/module_24.png [new file with mode: 0644]
bitmaps_png/png/module_dark_24.png [new file with mode: 0644]
bitmaps_png/png/module_editor_24.png [new file with mode: 0644]
bitmaps_png/png/module_editor_dark_24.png [new file with mode: 0644]
bitmaps_png/png/module_filtered_list_24.png [new file with mode: 0644]
bitmaps_png/png/module_filtered_list_dark_24.png [new file with mode: 0644]
bitmaps_png/png/module_library_list_24.png [new file with mode: 0644]
bitmaps_png/png/module_library_list_dark_24.png [new file with mode: 0644]
bitmaps_png/png/module_options_24.png [new file with mode: 0644]
bitmaps_png/png/module_options_dark_24.png [new file with mode: 0644]
bitmaps_png/png/module_pin_filtered_list_24.png [new file with mode: 0644]
bitmaps_png/png/module_pin_filtered_list_dark_24.png [new file with mode: 0644]
bitmaps_png/png/module_wizard_24.png [new file with mode: 0644]
bitmaps_png/png/module_wizard_dark_24.png [new file with mode: 0644]
bitmaps_png/png/morgan1_24.png [new file with mode: 0644]
bitmaps_png/png/morgan1_dark_24.png [new file with mode: 0644]
bitmaps_png/png/morgan2_24.png [new file with mode: 0644]
bitmaps_png/png/morgan2_dark_24.png [new file with mode: 0644]
bitmaps_png/png/move_24.png [new file with mode: 0644]
bitmaps_png/png/move_dark_24.png [new file with mode: 0644]
bitmaps_png/png/move_exactly_24.png [new file with mode: 0644]
bitmaps_png/png/move_exactly_dark_24.png [new file with mode: 0644]
bitmaps_png/png/move_relative_24.png [new file with mode: 0644]
bitmaps_png/png/move_relative_dark_24.png [new file with mode: 0644]
bitmaps_png/png/mw_add_gap_24.png [new file with mode: 0644]
bitmaps_png/png/mw_add_gap_dark_24.png [new file with mode: 0644]
bitmaps_png/png/mw_add_line_24.png [new file with mode: 0644]
bitmaps_png/png/mw_add_line_dark_24.png [new file with mode: 0644]
bitmaps_png/png/mw_add_shape_24.png [new file with mode: 0644]
bitmaps_png/png/mw_add_shape_dark_24.png [new file with mode: 0644]
bitmaps_png/png/mw_add_stub_24.png [new file with mode: 0644]
bitmaps_png/png/mw_add_stub_arc_24.png [new file with mode: 0644]
bitmaps_png/png/mw_add_stub_arc_dark_24.png [new file with mode: 0644]
bitmaps_png/png/mw_add_stub_dark_24.png [new file with mode: 0644]
bitmaps_png/png/net_highlight_24.png [new file with mode: 0644]
bitmaps_png/png/net_highlight_dark_24.png [new file with mode: 0644]
bitmaps_png/png/net_highlight_schematic_24.png [new file with mode: 0644]
bitmaps_png/png/net_highlight_schematic_dark_24.png [new file with mode: 0644]
bitmaps_png/png/netlist_24.png [new file with mode: 0644]
bitmaps_png/png/netlist_dark_24.png [new file with mode: 0644]
bitmaps_png/png/new_component_24.png [new file with mode: 0644]
bitmaps_png/png/new_component_dark_24.png [new file with mode: 0644]
bitmaps_png/png/new_footprint_24.png [new file with mode: 0644]
bitmaps_png/png/new_footprint_dark_24.png [new file with mode: 0644]
bitmaps_png/png/new_generic_24.png [new file with mode: 0644]
bitmaps_png/png/new_generic_dark_24.png [new file with mode: 0644]
bitmaps_png/png/new_library_24.png [new file with mode: 0644]
bitmaps_png/png/new_library_dark_24.png [new file with mode: 0644]
bitmaps_png/png/new_project_24.png [new file with mode: 0644]
bitmaps_png/png/new_project_dark_24.png [new file with mode: 0644]
bitmaps_png/png/noconn_24.png [new file with mode: 0644]
bitmaps_png/png/noconn_dark_24.png [new file with mode: 0644]
bitmaps_png/png/normal_24.png [new file with mode: 0644]
bitmaps_png/png/normal_dark_24.png [new file with mode: 0644]
bitmaps_png/png/open_project_24.png [new file with mode: 0644]
bitmaps_png/png/open_project_dark_24.png [new file with mode: 0644]
bitmaps_png/png/opt_show_polygon_24.png [new file with mode: 0644]
bitmaps_png/png/opt_show_polygon_dark_24.png [new file with mode: 0644]
bitmaps_png/png/options_3drender_24.png [new file with mode: 0644]
bitmaps_png/png/options_3drender_dark_24.png [new file with mode: 0644]
bitmaps_png/png/options_board_24.png [new file with mode: 0644]
bitmaps_png/png/options_board_dark_24.png [new file with mode: 0644]
bitmaps_png/png/options_generic_16_16.png [new file with mode: 0644]
bitmaps_png/png/options_generic_16_dark_16.png [new file with mode: 0644]
bitmaps_png/png/options_generic_24.png [new file with mode: 0644]
bitmaps_png/png/options_generic_dark_24.png [new file with mode: 0644]
bitmaps_png/png/options_pad_24.png [new file with mode: 0644]
bitmaps_png/png/options_pad_dark_24.png [new file with mode: 0644]
bitmaps_png/png/options_schematic_24.png [new file with mode: 0644]
bitmaps_png/png/options_schematic_dark_24.png [new file with mode: 0644]
bitmaps_png/png/ortho_24.png [new file with mode: 0644]
bitmaps_png/png/ortho_dark_24.png [new file with mode: 0644]
bitmaps_png/png/pad_24.png [new file with mode: 0644]
bitmaps_png/png/pad_dark_24.png [new file with mode: 0644]
bitmaps_png/png/pad_enumerate_24.png [new file with mode: 0644]
bitmaps_png/png/pad_enumerate_dark_24.png [new file with mode: 0644]
bitmaps_png/png/pad_number_24.png [new file with mode: 0644]
bitmaps_png/png/pad_number_dark_24.png [new file with mode: 0644]
bitmaps_png/png/pad_sketch_24.png [new file with mode: 0644]
bitmaps_png/png/pad_sketch_dark_24.png [new file with mode: 0644]
bitmaps_png/png/pads_mask_layers_24.png [new file with mode: 0644]
bitmaps_png/png/pads_mask_layers_dark_24.png [new file with mode: 0644]
bitmaps_png/png/pads_npth.png [new file with mode: 0644]
bitmaps_png/png/pads_npth_bottom.png [new file with mode: 0644]
bitmaps_png/png/pads_npth_bottom_dark.png [new file with mode: 0644]
bitmaps_png/png/pads_npth_dark.png [new file with mode: 0644]
bitmaps_png/png/pads_npth_top.png [new file with mode: 0644]
bitmaps_png/png/pads_npth_top_bottom.png [new file with mode: 0644]
bitmaps_png/png/pads_npth_top_bottom_dark.png [new file with mode: 0644]
bitmaps_png/png/pads_npth_top_dark.png [new file with mode: 0644]
bitmaps_png/png/pads_remove_24.png [new file with mode: 0644]
bitmaps_png/png/pads_remove_dark_24.png [new file with mode: 0644]
bitmaps_png/png/pads_remove_unused.png [new file with mode: 0644]
bitmaps_png/png/pads_remove_unused_dark.png [new file with mode: 0644]
bitmaps_png/png/pads_remove_unused_keep_bottom.png [new file with mode: 0644]
bitmaps_png/png/pads_remove_unused_keep_bottom_dark.png [new file with mode: 0644]
bitmaps_png/png/pads_reset_unused.png [new file with mode: 0644]
bitmaps_png/png/pads_reset_unused_dark.png [new file with mode: 0644]
bitmaps_png/png/pagelayout_normal_view_mode_24.png [new file with mode: 0644]
bitmaps_png/png/pagelayout_normal_view_mode_dark_24.png [new file with mode: 0644]
bitmaps_png/png/pagelayout_special_view_mode_24.png [new file with mode: 0644]
bitmaps_png/png/pagelayout_special_view_mode_dark_24.png [new file with mode: 0644]
bitmaps_png/png/part_properties_24.png [new file with mode: 0644]
bitmaps_png/png/part_properties_dark_24.png [new file with mode: 0644]
bitmaps_png/png/paste_24.png [new file with mode: 0644]
bitmaps_png/png/paste_dark_24.png [new file with mode: 0644]
bitmaps_png/png/path_24.png [new file with mode: 0644]
bitmaps_png/png/path_dark_24.png [new file with mode: 0644]
bitmaps_png/png/pcb_target_24.png [new file with mode: 0644]
bitmaps_png/png/pcb_target_dark_24.png [new file with mode: 0644]
bitmaps_png/png/pin2pin_24.png [new file with mode: 0644]
bitmaps_png/png/pin2pin_dark_24.png [new file with mode: 0644]
bitmaps_png/png/pin_24.png [new file with mode: 0644]
bitmaps_png/png/pin_dark_24.png [new file with mode: 0644]
bitmaps_png/png/pin_show_etype_24.png [new file with mode: 0644]
bitmaps_png/png/pin_show_etype_dark_24.png [new file with mode: 0644]
bitmaps_png/png/pin_size_to_24.png [new file with mode: 0644]
bitmaps_png/png/pin_size_to_dark_24.png [new file with mode: 0644]
bitmaps_png/png/pin_table_24.png [new file with mode: 0644]
bitmaps_png/png/pin_table_dark_24.png [new file with mode: 0644]
bitmaps_png/png/pinorient_down_16.png [new file with mode: 0644]
bitmaps_png/png/pinorient_down_dark_16.png [new file with mode: 0644]
bitmaps_png/png/pinorient_left_16.png [new file with mode: 0644]
bitmaps_png/png/pinorient_left_dark_16.png [new file with mode: 0644]
bitmaps_png/png/pinorient_right_16.png [new file with mode: 0644]
bitmaps_png/png/pinorient_right_dark_16.png [new file with mode: 0644]
bitmaps_png/png/pinorient_up_16.png [new file with mode: 0644]
bitmaps_png/png/pinorient_up_dark_16.png [new file with mode: 0644]
bitmaps_png/png/pinshape_active_low_input_16.png [new file with mode: 0644]
bitmaps_png/png/pinshape_active_low_input_dark_16.png [new file with mode: 0644]
bitmaps_png/png/pinshape_active_low_output_16.png [new file with mode: 0644]
bitmaps_png/png/pinshape_active_low_output_dark_16.png [new file with mode: 0644]
bitmaps_png/png/pinshape_clock_active_low_16.png [new file with mode: 0644]
bitmaps_png/png/pinshape_clock_active_low_dark_16.png [new file with mode: 0644]
bitmaps_png/png/pinshape_clock_fall_16.png [new file with mode: 0644]
bitmaps_png/png/pinshape_clock_fall_dark_16.png [new file with mode: 0644]
bitmaps_png/png/pinshape_clock_invert_16.png [new file with mode: 0644]
bitmaps_png/png/pinshape_clock_invert_dark_16.png [new file with mode: 0644]
bitmaps_png/png/pinshape_clock_normal_16.png [new file with mode: 0644]
bitmaps_png/png/pinshape_clock_normal_dark_16.png [new file with mode: 0644]
bitmaps_png/png/pinshape_invert_16.png [new file with mode: 0644]
bitmaps_png/png/pinshape_invert_dark_16.png [new file with mode: 0644]
bitmaps_png/png/pinshape_nonlogic_16.png [new file with mode: 0644]
bitmaps_png/png/pinshape_nonlogic_dark_16.png [new file with mode: 0644]
bitmaps_png/png/pinshape_normal_16.png [new file with mode: 0644]
bitmaps_png/png/pinshape_normal_dark_16.png [new file with mode: 0644]
bitmaps_png/png/pintype_3states_16.png [new file with mode: 0644]
bitmaps_png/png/pintype_3states_dark_16.png [new file with mode: 0644]
bitmaps_png/png/pintype_bidi_16.png [new file with mode: 0644]
bitmaps_png/png/pintype_bidi_dark_16.png [new file with mode: 0644]
bitmaps_png/png/pintype_input_16.png [new file with mode: 0644]
bitmaps_png/png/pintype_input_dark_16.png [new file with mode: 0644]
bitmaps_png/png/pintype_nic_16.png [new file with mode: 0644]
bitmaps_png/png/pintype_nic_dark_16.png [new file with mode: 0644]
bitmaps_png/png/pintype_noconnect_16.png [new file with mode: 0644]
bitmaps_png/png/pintype_noconnect_dark_16.png [new file with mode: 0644]
bitmaps_png/png/pintype_notspecif_16.png [new file with mode: 0644]
bitmaps_png/png/pintype_notspecif_dark_16.png [new file with mode: 0644]
bitmaps_png/png/pintype_opencoll_16.png [new file with mode: 0644]
bitmaps_png/png/pintype_opencoll_dark_16.png [new file with mode: 0644]
bitmaps_png/png/pintype_openemit_16.png [new file with mode: 0644]
bitmaps_png/png/pintype_openemit_dark_16.png [new file with mode: 0644]
bitmaps_png/png/pintype_output_16.png [new file with mode: 0644]
bitmaps_png/png/pintype_output_dark_16.png [new file with mode: 0644]
bitmaps_png/png/pintype_passive_16.png [new file with mode: 0644]
bitmaps_png/png/pintype_passive_dark_16.png [new file with mode: 0644]
bitmaps_png/png/pintype_powerinput_16.png [new file with mode: 0644]
bitmaps_png/png/pintype_powerinput_dark_16.png [new file with mode: 0644]
bitmaps_png/png/pintype_poweroutput_16.png [new file with mode: 0644]
bitmaps_png/png/pintype_poweroutput_dark_16.png [new file with mode: 0644]
bitmaps_png/png/plot_24.png [new file with mode: 0644]
bitmaps_png/png/plot_dark_24.png [new file with mode: 0644]
bitmaps_png/png/polar_coord_24.png [new file with mode: 0644]
bitmaps_png/png/polar_coord_dark_24.png [new file with mode: 0644]
bitmaps_png/png/post_bom_24.png [new file with mode: 0644]
bitmaps_png/png/post_bom_dark_24.png [new file with mode: 0644]
bitmaps_png/png/post_compo_24.png [new file with mode: 0644]
bitmaps_png/png/post_compo_dark_24.png [new file with mode: 0644]
bitmaps_png/png/post_d356_24.png [new file with mode: 0644]
bitmaps_png/png/post_d356_dark_24.png [new file with mode: 0644]
bitmaps_png/png/post_drill_24.png [new file with mode: 0644]
bitmaps_png/png/post_drill_dark_24.png [new file with mode: 0644]
bitmaps_png/png/post_gencad_24.png [new file with mode: 0644]
bitmaps_png/png/post_gencad_dark_24.png [new file with mode: 0644]
bitmaps_png/png/post_gerber_24.png [new file with mode: 0644]
bitmaps_png/png/post_gerber_dark_24.png [new file with mode: 0644]
bitmaps_png/png/post_rpt_24.png [new file with mode: 0644]
bitmaps_png/png/post_rpt_dark_24.png [new file with mode: 0644]
bitmaps_png/png/preference_24.png [new file with mode: 0644]
bitmaps_png/png/preference_dark_24.png [new file with mode: 0644]
bitmaps_png/png/print_button_24.png [new file with mode: 0644]
bitmaps_png/png/print_button_dark_24.png [new file with mode: 0644]
bitmaps_png/png/project_24.png [new file with mode: 0644]
bitmaps_png/png/project_close_24.png [new file with mode: 0644]
bitmaps_png/png/project_close_dark_24.png [new file with mode: 0644]
bitmaps_png/png/project_dark_24.png [new file with mode: 0644]
bitmaps_png/png/project_kicad_24.png [new file with mode: 0644]
bitmaps_png/png/project_kicad_dark_24.png [new file with mode: 0644]
bitmaps_png/png/ps_diff_pair_24.png [new file with mode: 0644]
bitmaps_png/png/ps_diff_pair_dark_24.png [new file with mode: 0644]
bitmaps_png/png/ps_diff_pair_gap_24.png [new file with mode: 0644]
bitmaps_png/png/ps_diff_pair_gap_dark_24.png [new file with mode: 0644]
bitmaps_png/png/ps_diff_pair_tune_length_24.png [new file with mode: 0644]
bitmaps_png/png/ps_diff_pair_tune_length_dark_24.png [new file with mode: 0644]
bitmaps_png/png/ps_diff_pair_tune_phase_24.png [new file with mode: 0644]
bitmaps_png/png/ps_diff_pair_tune_phase_dark_24.png [new file with mode: 0644]
bitmaps_png/png/ps_tune_length_24.png [new file with mode: 0644]
bitmaps_png/png/ps_tune_length_dark_24.png [new file with mode: 0644]
bitmaps_png/png/push_pad_settings_24.png [new file with mode: 0644]
bitmaps_png/png/push_pad_settings_dark_24.png [new file with mode: 0644]
bitmaps_png/png/puzzle_piece_24.png [new file with mode: 0644]
bitmaps_png/png/puzzle_piece_dark_24.png [new file with mode: 0644]
bitmaps_png/png/py_script_24.png [new file with mode: 0644]
bitmaps_png/png/py_script_dark_24.png [new file with mode: 0644]
bitmaps_png/png/reannotate_down_left_48.png [new file with mode: 0644]
bitmaps_png/png/reannotate_down_left_dark_48.png [new file with mode: 0644]
bitmaps_png/png/reannotate_down_right_48.png [new file with mode: 0644]
bitmaps_png/png/reannotate_down_right_dark_48.png [new file with mode: 0644]
bitmaps_png/png/reannotate_left_down_48.png [new file with mode: 0644]
bitmaps_png/png/reannotate_left_down_dark_48.png [new file with mode: 0644]
bitmaps_png/png/reannotate_left_up_48.png [new file with mode: 0644]
bitmaps_png/png/reannotate_left_up_dark_48.png [new file with mode: 0644]
bitmaps_png/png/reannotate_right_down_48.png [new file with mode: 0644]
bitmaps_png/png/reannotate_right_down_dark_48.png [new file with mode: 0644]
bitmaps_png/png/reannotate_right_up_48.png [new file with mode: 0644]
bitmaps_png/png/reannotate_right_up_dark_48.png [new file with mode: 0644]
bitmaps_png/png/reannotate_up_left_48.png [new file with mode: 0644]
bitmaps_png/png/reannotate_up_left_dark_48.png [new file with mode: 0644]
bitmaps_png/png/reannotate_up_right_48.png [new file with mode: 0644]
bitmaps_png/png/reannotate_up_right_dark_48.png [new file with mode: 0644]
bitmaps_png/png/recent_24.png [new file with mode: 0644]
bitmaps_png/png/recent_dark_24.png [new file with mode: 0644]
bitmaps_png/png/rectwaveguide.png [new file with mode: 0644]
bitmaps_png/png/rectwaveguide_dark.png [new file with mode: 0644]
bitmaps_png/png/redo_24.png [new file with mode: 0644]
bitmaps_png/png/redo_dark_24.png [new file with mode: 0644]
bitmaps_png/png/refresh_24.png [new file with mode: 0644]
bitmaps_png/png/refresh_dark_24.png [new file with mode: 0644]
bitmaps_png/png/regul.png [new file with mode: 0644]
bitmaps_png/png/regul_3pins.png [new file with mode: 0644]
bitmaps_png/png/regul_3pins_dark.png [new file with mode: 0644]
bitmaps_png/png/regul_dark.png [new file with mode: 0644]
bitmaps_png/png/reload_24.png [new file with mode: 0644]
bitmaps_png/png/reload_dark_24.png [new file with mode: 0644]
bitmaps_png/png/render_mode_24.png [new file with mode: 0644]
bitmaps_png/png/render_mode_dark_24.png [new file with mode: 0644]
bitmaps_png/png/rescue_24.png [new file with mode: 0644]
bitmaps_png/png/rescue_dark_24.png [new file with mode: 0644]
bitmaps_png/png/right_24.png [new file with mode: 0644]
bitmaps_png/png/right_dark_24.png [new file with mode: 0644]
bitmaps_png/png/rotate_ccw_24.png [new file with mode: 0644]
bitmaps_png/png/rotate_ccw_dark_24.png [new file with mode: 0644]
bitmaps_png/png/rotate_ccw_x_24.png [new file with mode: 0644]
bitmaps_png/png/rotate_ccw_x_dark_24.png [new file with mode: 0644]
bitmaps_png/png/rotate_ccw_y_24.png [new file with mode: 0644]
bitmaps_png/png/rotate_ccw_y_dark_24.png [new file with mode: 0644]
bitmaps_png/png/rotate_ccw_z_24.png [new file with mode: 0644]
bitmaps_png/png/rotate_ccw_z_dark_24.png [new file with mode: 0644]
bitmaps_png/png/rotate_cw_24.png [new file with mode: 0644]
bitmaps_png/png/rotate_cw_dark_24.png [new file with mode: 0644]
bitmaps_png/png/rotate_cw_x_24.png [new file with mode: 0644]
bitmaps_png/png/rotate_cw_x_dark_24.png [new file with mode: 0644]
bitmaps_png/png/rotate_cw_y_24.png [new file with mode: 0644]
bitmaps_png/png/rotate_cw_y_dark_24.png [new file with mode: 0644]
bitmaps_png/png/rotate_cw_z_24.png [new file with mode: 0644]
bitmaps_png/png/rotate_cw_z_dark_24.png [new file with mode: 0644]
bitmaps_png/png/router_len_tuner_24.png [new file with mode: 0644]
bitmaps_png/png/router_len_tuner_amplitude_decr_24.png [new file with mode: 0644]
bitmaps_png/png/router_len_tuner_amplitude_decr_dark_24.png [new file with mode: 0644]
bitmaps_png/png/router_len_tuner_amplitude_incr_24.png [new file with mode: 0644]
bitmaps_png/png/router_len_tuner_amplitude_incr_dark_24.png [new file with mode: 0644]
bitmaps_png/png/router_len_tuner_dark_24.png [new file with mode: 0644]
bitmaps_png/png/router_len_tuner_dist_decr_24.png [new file with mode: 0644]
bitmaps_png/png/router_len_tuner_dist_decr_dark_24.png [new file with mode: 0644]
bitmaps_png/png/router_len_tuner_dist_incr_24.png [new file with mode: 0644]
bitmaps_png/png/router_len_tuner_dist_incr_dark_24.png [new file with mode: 0644]
bitmaps_png/png/router_len_tuner_setup_24.png [new file with mode: 0644]
bitmaps_png/png/router_len_tuner_setup_dark_24.png [new file with mode: 0644]
bitmaps_png/png/save_24.png [new file with mode: 0644]
bitmaps_png/png/save_as_24.png [new file with mode: 0644]
bitmaps_png/png/save_as_dark_24.png [new file with mode: 0644]
bitmaps_png/png/save_dark_24.png [new file with mode: 0644]
bitmaps_png/png/search_tree_24.png [new file with mode: 0644]
bitmaps_png/png/search_tree_dark_24.png [new file with mode: 0644]
bitmaps_png/png/select_layer_pair_24.png [new file with mode: 0644]
bitmaps_png/png/select_layer_pair_dark_24.png [new file with mode: 0644]
bitmaps_png/png/select_same_sheet_24.png [new file with mode: 0644]
bitmaps_png/png/select_same_sheet_dark_24.png [new file with mode: 0644]
bitmaps_png/png/select_w_layer_24.png [new file with mode: 0644]
bitmaps_png/png/select_w_layer_dark_24.png [new file with mode: 0644]
bitmaps_png/png/set_origin_24.png [new file with mode: 0644]
bitmaps_png/png/set_origin_dark_24.png [new file with mode: 0644]
bitmaps_png/png/shape_3d_24.png [new file with mode: 0644]
bitmaps_png/png/shape_3d_back_24.png [new file with mode: 0644]
bitmaps_png/png/shape_3d_back_dark_24.png [new file with mode: 0644]
bitmaps_png/png/shape_3d_dark_24.png [new file with mode: 0644]
bitmaps_png/png/sheetset_24.png [new file with mode: 0644]
bitmaps_png/png/sheetset_dark_24.png [new file with mode: 0644]
bitmaps_png/png/show_all_back_layers_24.png [new file with mode: 0644]
bitmaps_png/png/show_all_back_layers_dark_24.png [new file with mode: 0644]
bitmaps_png/png/show_all_copper_layers_24.png [new file with mode: 0644]
bitmaps_png/png/show_all_copper_layers_dark_24.png [new file with mode: 0644]
bitmaps_png/png/show_all_front_layers_24.png [new file with mode: 0644]
bitmaps_png/png/show_all_front_layers_dark_24.png [new file with mode: 0644]
bitmaps_png/png/show_all_layers_24.png [new file with mode: 0644]
bitmaps_png/png/show_all_layers_dark_24.png [new file with mode: 0644]
bitmaps_png/png/show_back_assembly_layers_24.png [new file with mode: 0644]
bitmaps_png/png/show_back_assembly_layers_dark_24.png [new file with mode: 0644]
bitmaps_png/png/show_dcodenumber_24.png [new file with mode: 0644]
bitmaps_png/png/show_dcodenumber_dark_24.png [new file with mode: 0644]
bitmaps_png/png/show_footprint_24.png [new file with mode: 0644]
bitmaps_png/png/show_footprint_dark_24.png [new file with mode: 0644]
bitmaps_png/png/show_front_assembly_layers_24.png [new file with mode: 0644]
bitmaps_png/png/show_front_assembly_layers_dark_24.png [new file with mode: 0644]
bitmaps_png/png/show_mod_edge_24.png [new file with mode: 0644]
bitmaps_png/png/show_mod_edge_dark_24.png [new file with mode: 0644]
bitmaps_png/png/show_no_copper_layers_24.png [new file with mode: 0644]
bitmaps_png/png/show_no_copper_layers_dark_24.png [new file with mode: 0644]
bitmaps_png/png/show_no_layers_24.png [new file with mode: 0644]
bitmaps_png/png/show_no_layers_dark_24.png [new file with mode: 0644]
bitmaps_png/png/show_other_24.png [new file with mode: 0644]
bitmaps_png/png/show_other_dark_24.png [new file with mode: 0644]
bitmaps_png/png/show_ratsnest_24.png [new file with mode: 0644]
bitmaps_png/png/show_ratsnest_dark_24.png [new file with mode: 0644]
bitmaps_png/png/show_smt_24.png [new file with mode: 0644]
bitmaps_png/png/show_smt_dark_24.png [new file with mode: 0644]
bitmaps_png/png/show_tht_24.png [new file with mode: 0644]
bitmaps_png/png/show_tht_dark_24.png [new file with mode: 0644]
bitmaps_png/png/show_zone_24.png [new file with mode: 0644]
bitmaps_png/png/show_zone_dark_24.png [new file with mode: 0644]
bitmaps_png/png/show_zone_disable_24.png [new file with mode: 0644]
bitmaps_png/png/show_zone_disable_dark_24.png [new file with mode: 0644]
bitmaps_png/png/show_zone_outline_only_24.png [new file with mode: 0644]
bitmaps_png/png/show_zone_outline_only_dark_24.png [new file with mode: 0644]
bitmaps_png/png/show_zone_triangulation_24.png [new file with mode: 0644]
bitmaps_png/png/show_zone_triangulation_dark_24.png [new file with mode: 0644]
bitmaps_png/png/showtrack_24.png [new file with mode: 0644]
bitmaps_png/png/showtrack_dark_24.png [new file with mode: 0644]
bitmaps_png/png/sim_add_signal_24.png [new file with mode: 0644]
bitmaps_png/png/sim_add_signal_dark_24.png [new file with mode: 0644]
bitmaps_png/png/sim_probe_24.png [new file with mode: 0644]
bitmaps_png/png/sim_probe_dark_24.png [new file with mode: 0644]
bitmaps_png/png/sim_run_24.png [new file with mode: 0644]
bitmaps_png/png/sim_run_dark_24.png [new file with mode: 0644]
bitmaps_png/png/sim_stop_24.png [new file with mode: 0644]
bitmaps_png/png/sim_stop_dark_24.png [new file with mode: 0644]
bitmaps_png/png/sim_tune_24.png [new file with mode: 0644]
bitmaps_png/png/sim_tune_dark_24.png [new file with mode: 0644]
bitmaps_png/png/simulator_24.png [new file with mode: 0644]
bitmaps_png/png/simulator_dark_24.png [new file with mode: 0644]
bitmaps_png/png/small_down_16.png [new file with mode: 0644]
bitmaps_png/png/small_down_dark_16.png [new file with mode: 0644]
bitmaps_png/png/small_edit_16.png [new file with mode: 0644]
bitmaps_png/png/small_edit_dark_16.png [new file with mode: 0644]
bitmaps_png/png/small_folder_16.png [new file with mode: 0644]
bitmaps_png/png/small_folder_dark_16.png [new file with mode: 0644]
bitmaps_png/png/small_library_16.png [new file with mode: 0644]
bitmaps_png/png/small_library_dark_16.png [new file with mode: 0644]
bitmaps_png/png/small_plus_16.png [new file with mode: 0644]
bitmaps_png/png/small_plus_dark_16.png [new file with mode: 0644]
bitmaps_png/png/small_refresh_16.png [new file with mode: 0644]
bitmaps_png/png/small_refresh_dark_16.png [new file with mode: 0644]
bitmaps_png/png/small_trash_16.png [new file with mode: 0644]
bitmaps_png/png/small_trash_dark_16.png [new file with mode: 0644]
bitmaps_png/png/small_up_16.png [new file with mode: 0644]
bitmaps_png/png/small_up_dark_16.png [new file with mode: 0644]
bitmaps_png/png/small_warning_16.png [new file with mode: 0644]
bitmaps_png/png/small_warning_dark_16.png [new file with mode: 0644]
bitmaps_png/png/special_tools_24.png [new file with mode: 0644]
bitmaps_png/png/special_tools_dark_24.png [new file with mode: 0644]
bitmaps_png/png/spreadsheet_24.png [new file with mode: 0644]
bitmaps_png/png/spreadsheet_dark_24.png [new file with mode: 0644]
bitmaps_png/png/stripline.png [new file with mode: 0644]
bitmaps_png/png/stripline_dark.png [new file with mode: 0644]
bitmaps_png/png/stroke_dash.png [new file with mode: 0644]
bitmaps_png/png/stroke_dash_dark.png [new file with mode: 0644]
bitmaps_png/png/stroke_dashdot.png [new file with mode: 0644]
bitmaps_png/png/stroke_dashdot_dark.png [new file with mode: 0644]
bitmaps_png/png/stroke_dot.png [new file with mode: 0644]
bitmaps_png/png/stroke_dot_dark.png [new file with mode: 0644]
bitmaps_png/png/stroke_solid.png [new file with mode: 0644]
bitmaps_png/png/stroke_solid_dark.png [new file with mode: 0644]
bitmaps_png/png/swap_layer_24.png [new file with mode: 0644]
bitmaps_png/png/swap_layer_dark_24.png [new file with mode: 0644]
bitmaps_png/png/switch_corner_rounding_shape_24.png [new file with mode: 0644]
bitmaps_png/png/switch_corner_rounding_shape_dark_24.png [new file with mode: 0644]
bitmaps_png/png/text_24.png [new file with mode: 0644]
bitmaps_png/png/text_dark_24.png [new file with mode: 0644]
bitmaps_png/png/text_sketch_24.png [new file with mode: 0644]
bitmaps_png/png/text_sketch_dark_24.png [new file with mode: 0644]
bitmaps_png/png/three_d_24.png [new file with mode: 0644]
bitmaps_png/png/three_d_dark_24.png [new file with mode: 0644]
bitmaps_png/png/tool_ratsnest_24.png [new file with mode: 0644]
bitmaps_png/png/tool_ratsnest_dark_24.png [new file with mode: 0644]
bitmaps_png/png/tools_24.png [new file with mode: 0644]
bitmaps_png/png/tools_dark_24.png [new file with mode: 0644]
bitmaps_png/png/trash_24.png [new file with mode: 0644]
bitmaps_png/png/trash_dark_24.png [new file with mode: 0644]
bitmaps_png/png/tree_nosel_16.png [new file with mode: 0644]
bitmaps_png/png/tree_nosel_dark_16.png [new file with mode: 0644]
bitmaps_png/png/tree_sel_16.png [new file with mode: 0644]
bitmaps_png/png/tree_sel_dark_16.png [new file with mode: 0644]
bitmaps_png/png/tune_diff_pair_length_legend.png [new file with mode: 0644]
bitmaps_png/png/tune_diff_pair_length_legend_dark.png [new file with mode: 0644]
bitmaps_png/png/tune_diff_pair_skew_legend.png [new file with mode: 0644]
bitmaps_png/png/tune_diff_pair_skew_legend_dark.png [new file with mode: 0644]
bitmaps_png/png/tune_single_track_length_legend.png [new file with mode: 0644]
bitmaps_png/png/tune_single_track_length_legend_dark.png [new file with mode: 0644]
bitmaps_png/png/twistedpair.png [new file with mode: 0644]
bitmaps_png/png/twistedpair_dark.png [new file with mode: 0644]
bitmaps_png/png/undo_24.png [new file with mode: 0644]
bitmaps_png/png/undo_dark_24.png [new file with mode: 0644]
bitmaps_png/png/unit_inch_24.png [new file with mode: 0644]
bitmaps_png/png/unit_inch_dark_24.png [new file with mode: 0644]
bitmaps_png/png/unit_mil_24.png [new file with mode: 0644]
bitmaps_png/png/unit_mil_dark_24.png [new file with mode: 0644]
bitmaps_png/png/unit_mm_24.png [new file with mode: 0644]
bitmaps_png/png/unit_mm_dark_24.png [new file with mode: 0644]
bitmaps_png/png/unknown_24.png [new file with mode: 0644]
bitmaps_png/png/unknown_dark_24.png [new file with mode: 0644]
bitmaps_png/png/unlocked_24.png [new file with mode: 0644]
bitmaps_png/png/unlocked_dark_24.png [new file with mode: 0644]
bitmaps_png/png/unzip_24.png [new file with mode: 0644]
bitmaps_png/png/unzip_dark_24.png [new file with mode: 0644]
bitmaps_png/png/up_24.png [new file with mode: 0644]
bitmaps_png/png/up_dark_24.png [new file with mode: 0644]
bitmaps_png/png/update_pcb_from_sch_24.png [new file with mode: 0644]
bitmaps_png/png/update_pcb_from_sch_dark_24.png [new file with mode: 0644]
bitmaps_png/png/update_sch_from_pcb_24.png [new file with mode: 0644]
bitmaps_png/png/update_sch_from_pcb_dark_24.png [new file with mode: 0644]
bitmaps_png/png/via_24.png [new file with mode: 0644]
bitmaps_png/png/via_annulus_24.png [new file with mode: 0644]
bitmaps_png/png/via_annulus_dark_24.png [new file with mode: 0644]
bitmaps_png/png/via_buried_24.png [new file with mode: 0644]
bitmaps_png/png/via_buried_dark_24.png [new file with mode: 0644]
bitmaps_png/png/via_dark_24.png [new file with mode: 0644]
bitmaps_png/png/via_diameter_24.png [new file with mode: 0644]
bitmaps_png/png/via_diameter_dark_24.png [new file with mode: 0644]
bitmaps_png/png/via_hole_diameter_24.png [new file with mode: 0644]
bitmaps_png/png/via_hole_diameter_dark_24.png [new file with mode: 0644]
bitmaps_png/png/via_microvia_24.png [new file with mode: 0644]
bitmaps_png/png/via_microvia_dark_24.png [new file with mode: 0644]
bitmaps_png/png/via_sketch_24.png [new file with mode: 0644]
bitmaps_png/png/via_sketch_dark_24.png [new file with mode: 0644]
bitmaps_png/png/viacalc.png [new file with mode: 0644]
bitmaps_png/png/viacalc_dark.png [new file with mode: 0644]
bitmaps_png/png/visibility_16.png [new file with mode: 0644]
bitmaps_png/png/visibility_dark_16.png [new file with mode: 0644]
bitmaps_png/png/visibility_off_16.png [new file with mode: 0644]
bitmaps_png/png/visibility_off_dark_16.png [new file with mode: 0644]
bitmaps_png/png/width_track_24.png [new file with mode: 0644]
bitmaps_png/png/width_track_dark_24.png [new file with mode: 0644]
bitmaps_png/png/width_track_via_24.png [new file with mode: 0644]
bitmaps_png/png/width_track_via_dark_24.png [new file with mode: 0644]
bitmaps_png/png/wizard_add_fplib_icon_48.png [new file with mode: 0644]
bitmaps_png/png/wizard_add_fplib_icon_dark_48.png [new file with mode: 0644]
bitmaps_png/png/www_16.png [new file with mode: 0644]
bitmaps_png/png/www_dark_16.png [new file with mode: 0644]
bitmaps_png/png/zip_24.png [new file with mode: 0644]
bitmaps_png/png/zip_dark_24.png [new file with mode: 0644]
bitmaps_png/png/zone_duplicate_24.png [new file with mode: 0644]
bitmaps_png/png/zone_duplicate_dark_24.png [new file with mode: 0644]
bitmaps_png/png/zone_fillet_24.png [new file with mode: 0644]
bitmaps_png/png/zone_fillet_dark_24.png [new file with mode: 0644]
bitmaps_png/png/zone_unfill_24.png [new file with mode: 0644]
bitmaps_png/png/zone_unfill_dark_24.png [new file with mode: 0644]
bitmaps_png/png/zoom_area_24.png [new file with mode: 0644]
bitmaps_png/png/zoom_area_dark_24.png [new file with mode: 0644]
bitmaps_png/png/zoom_auto_fit_in_page_24.png [new file with mode: 0644]
bitmaps_png/png/zoom_auto_fit_in_page_dark_24.png [new file with mode: 0644]
bitmaps_png/png/zoom_center_on_screen_24.png [new file with mode: 0644]
bitmaps_png/png/zoom_center_on_screen_dark_24.png [new file with mode: 0644]
bitmaps_png/png/zoom_fit_in_page_24.png [new file with mode: 0644]
bitmaps_png/png/zoom_fit_in_page_dark_24.png [new file with mode: 0644]
bitmaps_png/png/zoom_fit_to_objects_24.png [new file with mode: 0644]
bitmaps_png/png/zoom_fit_to_objects_dark_24.png [new file with mode: 0644]
bitmaps_png/png/zoom_in_24.png [new file with mode: 0644]
bitmaps_png/png/zoom_in_dark_24.png [new file with mode: 0644]
bitmaps_png/png/zoom_out_24.png [new file with mode: 0644]
bitmaps_png/png/zoom_out_dark_24.png [new file with mode: 0644]
bitmaps_png/png/zoom_selection_24.png [new file with mode: 0644]
bitmaps_png/png/zoom_selection_dark_24.png [new file with mode: 0644]
bitmaps_png/sources/CREDITS [new file with mode: 0644]
bitmaps_png/sources/dark/about.svg [new file with mode: 0644]
bitmaps_png/sources/dark/add_aligned_dimension.svg [new file with mode: 0644]
bitmaps_png/sources/dark/add_arc.svg [new file with mode: 0644]
bitmaps_png/sources/dark/add_board.svg [new file with mode: 0644]
bitmaps_png/sources/dark/add_bus.svg [new file with mode: 0644]
bitmaps_png/sources/dark/add_bus2bus.svg [new file with mode: 0644]
bitmaps_png/sources/dark/add_center_dimension.svg [new file with mode: 0644]
bitmaps_png/sources/dark/add_circle.svg [new file with mode: 0644]
bitmaps_png/sources/dark/add_component.svg [new file with mode: 0644]
bitmaps_png/sources/dark/add_corner.svg [new file with mode: 0644]
bitmaps_png/sources/dark/add_dashed_line.svg [new file with mode: 0644]
bitmaps_png/sources/dark/add_document.svg [new file with mode: 0644]
bitmaps_png/sources/dark/add_glabel.svg [new file with mode: 0644]
bitmaps_png/sources/dark/add_graphical_polygon.svg [new file with mode: 0644]
bitmaps_png/sources/dark/add_graphical_segments.svg [new file with mode: 0644]
bitmaps_png/sources/dark/add_hierar_pin.svg [new file with mode: 0644]
bitmaps_png/sources/dark/add_hierarchical_label.svg [new file with mode: 0644]
bitmaps_png/sources/dark/add_hierarchical_subsheet.svg [new file with mode: 0644]
bitmaps_png/sources/dark/add_junction.svg [new file with mode: 0644]
bitmaps_png/sources/dark/add_keepout_area.svg [new file with mode: 0644]
bitmaps_png/sources/dark/add_label.svg [new file with mode: 0644]
bitmaps_png/sources/dark/add_leader.svg [new file with mode: 0644]
bitmaps_png/sources/dark/add_library.svg [new file with mode: 0644]
bitmaps_png/sources/dark/add_line.svg [new file with mode: 0644]
bitmaps_png/sources/dark/add_line2bus.svg [new file with mode: 0644]
bitmaps_png/sources/dark/add_line_label.svg [new file with mode: 0644]
bitmaps_png/sources/dark/add_orthogonal_dimension.svg [new file with mode: 0644]
bitmaps_png/sources/dark/add_pcb_target.svg [new file with mode: 0644]
bitmaps_png/sources/dark/add_power.svg [new file with mode: 0644]
bitmaps_png/sources/dark/add_rectangle.svg [new file with mode: 0644]
bitmaps_png/sources/dark/add_symbol_to_schematic.svg [new file with mode: 0644]
bitmaps_png/sources/dark/add_tracks.svg [new file with mode: 0644]
bitmaps_png/sources/dark/add_via.svg [new file with mode: 0644]
bitmaps_png/sources/dark/add_zone.svg [new file with mode: 0644]
bitmaps_png/sources/dark/add_zone_cutout.svg [new file with mode: 0644]
bitmaps_png/sources/dark/align_items.svg [new file with mode: 0644]
bitmaps_png/sources/dark/align_items_bottom.svg [new file with mode: 0644]
bitmaps_png/sources/dark/align_items_center.svg [new file with mode: 0644]
bitmaps_png/sources/dark/align_items_left.svg [new file with mode: 0644]
bitmaps_png/sources/dark/align_items_middle.svg [new file with mode: 0644]
bitmaps_png/sources/dark/align_items_right.svg [new file with mode: 0644]
bitmaps_png/sources/dark/align_items_top.svg [new file with mode: 0644]
bitmaps_png/sources/dark/anchor.svg [new file with mode: 0644]
bitmaps_png/sources/dark/annotate.svg [new file with mode: 0644]
bitmaps_png/sources/dark/annotate_down_right.svg [new file with mode: 0644]
bitmaps_png/sources/dark/annotate_right_down.svg [new file with mode: 0644]
bitmaps_png/sources/dark/apply_pad_settings.svg [new file with mode: 0644]
bitmaps_png/sources/dark/array.svg [new file with mode: 0644]
bitmaps_png/sources/dark/att_bridge.svg [new file with mode: 0644]
bitmaps_png/sources/dark/att_pi.svg [new file with mode: 0644]
bitmaps_png/sources/dark/att_splitter.svg [new file with mode: 0644]
bitmaps_png/sources/dark/att_tee.svg [new file with mode: 0644]
bitmaps_png/sources/dark/auto_associate.svg [new file with mode: 0644]
bitmaps_png/sources/dark/auto_track_width.svg [new file with mode: 0644]
bitmaps_png/sources/dark/autoplace_fields.svg [new file with mode: 0644]
bitmaps_png/sources/dark/axis3d.svg [new file with mode: 0644]
bitmaps_png/sources/dark/axis3d_back.svg [new file with mode: 0644]
bitmaps_png/sources/dark/axis3d_bottom.svg [new file with mode: 0644]
bitmaps_png/sources/dark/axis3d_front.svg [new file with mode: 0644]
bitmaps_png/sources/dark/axis3d_left.svg [new file with mode: 0644]
bitmaps_png/sources/dark/axis3d_right.svg [new file with mode: 0644]
bitmaps_png/sources/dark/axis3d_top.svg [new file with mode: 0644]
bitmaps_png/sources/dark/badges.svg [new file with mode: 0644]
bitmaps_png/sources/dark/break_line.svg [new file with mode: 0644]
bitmaps_png/sources/dark/bug.svg [new file with mode: 0644]
bitmaps_png/sources/dark/bus_definition_tool.svg [new file with mode: 0644]
bitmaps_png/sources/dark/c_microstrip.svg [new file with mode: 0644]
bitmaps_png/sources/dark/cancel.svg [new file with mode: 0644]
bitmaps_png/sources/dark/change_entry_orient.svg [new file with mode: 0644]
bitmaps_png/sources/dark/checked_ok.svg [new file with mode: 0644]
bitmaps_png/sources/dark/coax.svg [new file with mode: 0644]
bitmaps_png/sources/dark/color_code_multiplier.svg [new file with mode: 0644]
bitmaps_png/sources/dark/color_code_tolerance.svg [new file with mode: 0644]
bitmaps_png/sources/dark/color_code_value.svg [new file with mode: 0644]
bitmaps_png/sources/dark/color_code_value_and_name.svg [new file with mode: 0644]
bitmaps_png/sources/dark/color_materials.svg [new file with mode: 0644]
bitmaps_png/sources/dark/component_select_unit.svg [new file with mode: 0644]
bitmaps_png/sources/dark/config.svg [new file with mode: 0644]
bitmaps_png/sources/dark/contrast_mode.svg [new file with mode: 0644]
bitmaps_png/sources/dark/convert.svg [new file with mode: 0644]
bitmaps_png/sources/dark/copy.svg [new file with mode: 0644]
bitmaps_png/sources/dark/copy_pad_settings.svg [new file with mode: 0644]
bitmaps_png/sources/dark/cpw.svg [new file with mode: 0644]
bitmaps_png/sources/dark/cpw_back.svg [new file with mode: 0644]
bitmaps_png/sources/dark/cursor.svg [new file with mode: 0644]
bitmaps_png/sources/dark/cursor_shape.svg [new file with mode: 0644]
bitmaps_png/sources/dark/curved_ratsnest.svg [new file with mode: 0644]
bitmaps_png/sources/dark/custom_pad_to_primitives.svg [new file with mode: 0644]
bitmaps_png/sources/dark/cut.svg [new file with mode: 0644]
bitmaps_png/sources/dark/datasheet.svg [new file with mode: 0644]
bitmaps_png/sources/dark/delete.svg [new file with mode: 0644]
bitmaps_png/sources/dark/delete_association.svg [new file with mode: 0644]
bitmaps_png/sources/dark/delete_cursor.svg [new file with mode: 0644]
bitmaps_png/sources/dark/delete_gerber.svg [new file with mode: 0644]
bitmaps_png/sources/dark/delete_sheet.svg [new file with mode: 0644]
bitmaps_png/sources/dark/dialog_warning.svg [new file with mode: 0644]
bitmaps_png/sources/dark/directory.svg [new file with mode: 0644]
bitmaps_png/sources/dark/directory_browser.svg [new file with mode: 0644]
bitmaps_png/sources/dark/directory_open.svg [new file with mode: 0644]
bitmaps_png/sources/dark/distribute_horizontal.svg [new file with mode: 0644]
bitmaps_png/sources/dark/distribute_vertical.svg [new file with mode: 0644]
bitmaps_png/sources/dark/down.svg [new file with mode: 0644]
bitmaps_png/sources/dark/drag.svg [new file with mode: 0644]
bitmaps_png/sources/dark/drag_segment_withslope.svg [new file with mode: 0644]
bitmaps_png/sources/dark/drc.svg [new file with mode: 0644]
bitmaps_png/sources/dark/duplicate.svg [new file with mode: 0644]
bitmaps_png/sources/dark/edge_to_copper_clearance.svg [new file with mode: 0644]
bitmaps_png/sources/dark/edit.svg [new file with mode: 0644]
bitmaps_png/sources/dark/edit_cmp_symb_links.svg [new file with mode: 0644]
bitmaps_png/sources/dark/edit_comp_footprint.svg [new file with mode: 0644]
bitmaps_png/sources/dark/edit_comp_ref.svg [new file with mode: 0644]
bitmaps_png/sources/dark/edit_comp_value.svg [new file with mode: 0644]
bitmaps_png/sources/dark/editor.svg [new file with mode: 0644]
bitmaps_png/sources/dark/enter_sheet.svg [new file with mode: 0644]
bitmaps_png/sources/dark/erc.svg [new file with mode: 0644]
bitmaps_png/sources/dark/erc_green.svg [new file with mode: 0644]
bitmaps_png/sources/dark/ercerr.svg [new file with mode: 0644]
bitmaps_png/sources/dark/ercwarn.svg [new file with mode: 0644]
bitmaps_png/sources/dark/exchange.svg [new file with mode: 0644]
bitmaps_png/sources/dark/exit.svg [new file with mode: 0644]
bitmaps_png/sources/dark/export.svg [new file with mode: 0644]
bitmaps_png/sources/dark/export3d.svg [new file with mode: 0644]
bitmaps_png/sources/dark/export_cmp.svg [new file with mode: 0644]
bitmaps_png/sources/dark/export_dsn.svg [new file with mode: 0644]
bitmaps_png/sources/dark/export_file.svg [new file with mode: 0644]
bitmaps_png/sources/dark/export_footprint_names.svg [new file with mode: 0644]
bitmaps_png/sources/dark/export_idf.svg [new file with mode: 0644]
bitmaps_png/sources/dark/export_module копия.svg [new file with mode: 0644]
bitmaps_png/sources/dark/export_module.svg [new file with mode: 0644]
bitmaps_png/sources/dark/export_part.svg [new file with mode: 0644]
bitmaps_png/sources/dark/export_png.svg [new file with mode: 0644]
bitmaps_png/sources/dark/export_step.svg [new file with mode: 0644]
bitmaps_png/sources/dark/export_svg.svg [new file with mode: 0644]
bitmaps_png/sources/dark/export_to_pcbnew.svg [new file with mode: 0644]
bitmaps_png/sources/dark/fabrication.svg [new file with mode: 0644]
bitmaps_png/sources/dark/file_bom.svg [new file with mode: 0644]
bitmaps_png/sources/dark/file_drl.svg [new file with mode: 0644]
bitmaps_png/sources/dark/file_dsn.svg [new file with mode: 0644]
bitmaps_png/sources/dark/file_gbr.svg [new file with mode: 0644]
bitmaps_png/sources/dark/file_gerber_job.svg [new file with mode: 0644]
bitmaps_png/sources/dark/file_html.svg [new file with mode: 0644]
bitmaps_png/sources/dark/file_idf.svg [new file with mode: 0644]
bitmaps_png/sources/dark/file_pdf.svg [new file with mode: 0644]
bitmaps_png/sources/dark/file_pos.svg [new file with mode: 0644]
bitmaps_png/sources/dark/file_svg.svg [new file with mode: 0644]
bitmaps_png/sources/dark/fill_zone.svg [new file with mode: 0644]
bitmaps_png/sources/dark/filter.svg [new file with mode: 0644]
bitmaps_png/sources/dark/find.svg [new file with mode: 0644]
bitmaps_png/sources/dark/find_replace.svg [new file with mode: 0644]
bitmaps_png/sources/dark/flag.svg [new file with mode: 0644]
bitmaps_png/sources/dark/flip_board.svg [new file with mode: 0644]
bitmaps_png/sources/dark/gbr_select_mode2.svg [new file with mode: 0644]
bitmaps_png/sources/dark/general_deletions.svg [new file with mode: 0644]
bitmaps_png/sources/dark/general_ratsnest.svg [new file with mode: 0644]
bitmaps_png/sources/dark/gerbview_show_negative_objects.svg [new file with mode: 0644]
bitmaps_png/sources/dark/grid.svg [new file with mode: 0644]
bitmaps_png/sources/dark/grid_select.svg [new file with mode: 0644]
bitmaps_png/sources/dark/grid_select_axis.svg [new file with mode: 0644]
bitmaps_png/sources/dark/group.svg [new file with mode: 0644]
bitmaps_png/sources/dark/group_enter.svg [new file with mode: 0644]
bitmaps_png/sources/dark/group_leave.svg [new file with mode: 0644]
bitmaps_png/sources/dark/group_remove.svg [new file with mode: 0644]
bitmaps_png/sources/dark/group_ungroup.svg [new file with mode: 0644]
bitmaps_png/sources/dark/help.svg [new file with mode: 0644]
bitmaps_png/sources/dark/help_online.svg [new file with mode: 0644]
bitmaps_png/sources/dark/hidden_pin.svg [new file with mode: 0644]
bitmaps_png/sources/dark/hide_ratsnest.svg [new file with mode: 0644]
bitmaps_png/sources/dark/hierarchy_nav.svg [new file with mode: 0644]
bitmaps_png/sources/dark/hole_to_copper_clearance.svg [new file with mode: 0644]
bitmaps_png/sources/dark/hole_to_hole_clearance.svg [new file with mode: 0644]
bitmaps_png/sources/dark/hotkeys.svg [new file with mode: 0644]
bitmaps_png/sources/dark/icon_3d.svg [new file with mode: 0644]
bitmaps_png/sources/dark/icon_bitmap2component.svg [new file with mode: 0755]
bitmaps_png/sources/dark/icon_bitmap2component_16.svg [new file with mode: 0644]
bitmaps_png/sources/dark/icon_bitmap2component_24.svg [new file with mode: 0755]
bitmaps_png/sources/dark/icon_bitmap2component_32.svg [new file with mode: 0644]
bitmaps_png/sources/dark/icon_cvpcb.svg [new file with mode: 0755]
bitmaps_png/sources/dark/icon_cvpcb_24.svg [new file with mode: 0755]
bitmaps_png/sources/dark/icon_eeschema.svg [new file with mode: 0755]
bitmaps_png/sources/dark/icon_eeschema_16.svg [new file with mode: 0644]
bitmaps_png/sources/dark/icon_eeschema_24.svg [new file with mode: 0755]
bitmaps_png/sources/dark/icon_eeschema_32.svg [new file with mode: 0644]
bitmaps_png/sources/dark/icon_footprint_browser.svg [new file with mode: 0644]
bitmaps_png/sources/dark/icon_gerbview.svg [new file with mode: 0755]
bitmaps_png/sources/dark/icon_gerbview_16.svg [new file with mode: 0644]
bitmaps_png/sources/dark/icon_gerbview_24.svg [new file with mode: 0644]
bitmaps_png/sources/dark/icon_gerbview_32.svg [new file with mode: 0644]
bitmaps_png/sources/dark/icon_kicad.svg [new file with mode: 0755]
bitmaps_png/sources/dark/icon_kicad_16.svg [new file with mode: 0644]
bitmaps_png/sources/dark/icon_kicad_32.svg [new file with mode: 0644]
bitmaps_png/sources/dark/icon_libedit.svg [new file with mode: 0755]
bitmaps_png/sources/dark/icon_libedit_16.svg [new file with mode: 0644]
bitmaps_png/sources/dark/icon_libedit_24.svg [new file with mode: 0644]
bitmaps_png/sources/dark/icon_libedit_32.svg [new file with mode: 0644]
bitmaps_png/sources/dark/icon_modedit.svg [new file with mode: 0755]
bitmaps_png/sources/dark/icon_modedit_16.svg [new file with mode: 0644]
bitmaps_png/sources/dark/icon_modedit_24.svg [new file with mode: 0644]
bitmaps_png/sources/dark/icon_modedit_32.svg [new file with mode: 0644]
bitmaps_png/sources/dark/icon_pagelayout_editor.svg [new file with mode: 0755]
bitmaps_png/sources/dark/icon_pagelayout_editor_16.svg [new file with mode: 0644]
bitmaps_png/sources/dark/icon_pagelayout_editor_24.svg [new file with mode: 0644]
bitmaps_png/sources/dark/icon_pagelayout_editor_32.svg [new file with mode: 0644]
bitmaps_png/sources/dark/icon_pcbcalculator.svg [new file with mode: 0755]
bitmaps_png/sources/dark/icon_pcbcalculator_16.svg [new file with mode: 0644]
bitmaps_png/sources/dark/icon_pcbcalculator_24.svg [new file with mode: 0755]
bitmaps_png/sources/dark/icon_pcbcalculator_32.svg [new file with mode: 0644]
bitmaps_png/sources/dark/icon_pcbnew.svg [new file with mode: 0755]
bitmaps_png/sources/dark/icon_pcbnew_16.svg [new file with mode: 0644]
bitmaps_png/sources/dark/icon_pcbnew_24.svg [new file with mode: 0755]
bitmaps_png/sources/dark/icon_pcbnew_32.svg [new file with mode: 0644]
bitmaps_png/sources/dark/icon_pcm.svg [new file with mode: 0644]
bitmaps_png/sources/dark/icon_pcm_24.svg [new file with mode: 0644]
bitmaps_png/sources/dark/image.svg [new file with mode: 0644]
bitmaps_png/sources/dark/image_missing.svg [new file with mode: 0644]
bitmaps_png/sources/dark/import.svg [new file with mode: 0644]
bitmaps_png/sources/dark/import3d.svg [new file with mode: 0644]
bitmaps_png/sources/dark/import_brd_file.svg [new file with mode: 0644]
bitmaps_png/sources/dark/import_document.svg [new file with mode: 0644]
bitmaps_png/sources/dark/import_footprint_names.svg [new file with mode: 0644]
bitmaps_png/sources/dark/import_hierarchical_label.svg [new file with mode: 0644]
bitmaps_png/sources/dark/import_module.svg [new file with mode: 0644]
bitmaps_png/sources/dark/import_part.svg [new file with mode: 0644]
bitmaps_png/sources/dark/import_project.svg [new file with mode: 0644]
bitmaps_png/sources/dark/import_vector.svg [new file with mode: 0644]
bitmaps_png/sources/dark/info.svg [new file with mode: 0644]
bitmaps_png/sources/dark/insert_module_board.svg [new file with mode: 0644]
bitmaps_png/sources/dark/kicad_logo.svg [new file with mode: 0644]
bitmaps_png/sources/dark/kicad_logo_small.svg [new file with mode: 0644]
bitmaps_png/sources/dark/language.svg [new file with mode: 0644]
bitmaps_png/sources/dark/layers_manager.svg [new file with mode: 0644]
bitmaps_png/sources/dark/leave_sheet.svg [new file with mode: 0644]
bitmaps_png/sources/dark/left.svg [new file with mode: 0644]
bitmaps_png/sources/dark/lib_next.svg [new file with mode: 0644]
bitmaps_png/sources/dark/lib_previous.svg [new file with mode: 0644]
bitmaps_png/sources/dark/libedit.svg [new file with mode: 0644]
bitmaps_png/sources/dark/library.svg [new file with mode: 0644]
bitmaps_png/sources/dark/library_archive.svg [new file with mode: 0644]
bitmaps_png/sources/dark/library_archive_as.svg [new file with mode: 0644]
bitmaps_png/sources/dark/library_browser.svg [new file with mode: 0644]
bitmaps_png/sources/dark/library_table.svg [new file with mode: 0644]
bitmaps_png/sources/dark/lines90.svg [new file with mode: 0644]
bitmaps_png/sources/dark/list_nets.svg [new file with mode: 0644]
bitmaps_png/sources/dark/list_nets_16.svg [new file with mode: 0644]
bitmaps_png/sources/dark/load_drill.svg [new file with mode: 0644]
bitmaps_png/sources/dark/load_gerber.svg [new file with mode: 0644]
bitmaps_png/sources/dark/load_module_board.svg [new file with mode: 0644]
bitmaps_png/sources/dark/lock_unlock.svg [new file with mode: 0644]
bitmaps_png/sources/dark/locked.svg [new file with mode: 0644]
bitmaps_png/sources/dark/measurement.svg [new file with mode: 0644]
bitmaps_png/sources/dark/microstrip.svg [new file with mode: 0644]
bitmaps_png/sources/dark/microstrip_zodd_zeven.svg [new file with mode: 0644]
bitmaps_png/sources/dark/mirror_h.svg [new file with mode: 0644]
bitmaps_png/sources/dark/mirror_v.svg [new file with mode: 0644]
bitmaps_png/sources/dark/mode_module.svg [new file with mode: 0644]
bitmaps_png/sources/dark/module.svg [new file with mode: 0644]
bitmaps_png/sources/dark/module_editor.svg [new file with mode: 0644]
bitmaps_png/sources/dark/module_filtered_list.svg [new file with mode: 0644]
bitmaps_png/sources/dark/module_library_list.svg [new file with mode: 0644]
bitmaps_png/sources/dark/module_options.svg [new file with mode: 0644]
bitmaps_png/sources/dark/module_pin_filtered_list.svg [new file with mode: 0644]
bitmaps_png/sources/dark/module_wizard.svg [new file with mode: 0644]
bitmaps_png/sources/dark/morgan1.svg [new file with mode: 0644]
bitmaps_png/sources/dark/morgan2.svg [new file with mode: 0644]
bitmaps_png/sources/dark/move.svg [new file with mode: 0644]
bitmaps_png/sources/dark/move_exactly.svg [new file with mode: 0644]
bitmaps_png/sources/dark/move_relative.svg [new file with mode: 0644]
bitmaps_png/sources/dark/mw_add_gap.svg [new file with mode: 0644]
bitmaps_png/sources/dark/mw_add_line.svg [new file with mode: 0644]
bitmaps_png/sources/dark/mw_add_shape.svg [new file with mode: 0644]
bitmaps_png/sources/dark/mw_add_stub.svg [new file with mode: 0644]
bitmaps_png/sources/dark/mw_add_stub_arc.svg [new file with mode: 0644]
bitmaps_png/sources/dark/net_highlight.svg [new file with mode: 0644]
bitmaps_png/sources/dark/net_highlight_schematic.svg [new file with mode: 0644]
bitmaps_png/sources/dark/netlist.svg [new file with mode: 0644]
bitmaps_png/sources/dark/new_component.svg [new file with mode: 0644]
bitmaps_png/sources/dark/new_footprint.svg [new file with mode: 0644]
bitmaps_png/sources/dark/new_generic.svg [new file with mode: 0644]
bitmaps_png/sources/dark/new_library.svg [new file with mode: 0644]
bitmaps_png/sources/dark/new_project.svg [new file with mode: 0644]
bitmaps_png/sources/dark/noconn.svg [new file with mode: 0644]
bitmaps_png/sources/dark/normal.svg [new file with mode: 0644]
bitmaps_png/sources/dark/open_project.svg [new file with mode: 0644]
bitmaps_png/sources/dark/opt_show_polygon.svg [new file with mode: 0644]
bitmaps_png/sources/dark/options_3drender.svg [new file with mode: 0644]
bitmaps_png/sources/dark/options_board.svg [new file with mode: 0644]
bitmaps_png/sources/dark/options_generic.svg [new file with mode: 0644]
bitmaps_png/sources/dark/options_generic_16.svg [new file with mode: 0644]
bitmaps_png/sources/dark/options_pad.svg [new file with mode: 0644]
bitmaps_png/sources/dark/options_schematic.svg [new file with mode: 0644]
bitmaps_png/sources/dark/ortho.svg [new file with mode: 0644]
bitmaps_png/sources/dark/pad.svg [new file with mode: 0644]
bitmaps_png/sources/dark/pad_enumerate.svg [new file with mode: 0644]
bitmaps_png/sources/dark/pad_number.svg [new file with mode: 0644]
bitmaps_png/sources/dark/pad_sketch.svg [new file with mode: 0644]
bitmaps_png/sources/dark/pads_mask_layers.svg [new file with mode: 0644]
bitmaps_png/sources/dark/pads_npth.svg [new file with mode: 0644]
bitmaps_png/sources/dark/pads_npth_bottom.svg [new file with mode: 0644]
bitmaps_png/sources/dark/pads_npth_top.svg [new file with mode: 0644]
bitmaps_png/sources/dark/pads_npth_top_bottom.svg [new file with mode: 0644]
bitmaps_png/sources/dark/pads_remove.svg [new file with mode: 0644]
bitmaps_png/sources/dark/pads_remove_unused.svg [new file with mode: 0644]
bitmaps_png/sources/dark/pads_remove_unused_keep_bottom.svg [new file with mode: 0644]
bitmaps_png/sources/dark/pads_reset_unused.svg [new file with mode: 0644]
bitmaps_png/sources/dark/pagelayout_normal_view_mode.svg [new file with mode: 0644]
bitmaps_png/sources/dark/pagelayout_special_view_mode.svg [new file with mode: 0644]
bitmaps_png/sources/dark/part_properties.svg [new file with mode: 0644]
bitmaps_png/sources/dark/paste.svg [new file with mode: 0644]
bitmaps_png/sources/dark/path.svg [new file with mode: 0644]
bitmaps_png/sources/dark/pcb_target.svg [new file with mode: 0644]
bitmaps_png/sources/dark/pin.svg [new file with mode: 0644]
bitmaps_png/sources/dark/pin2pin.svg [new file with mode: 0644]
bitmaps_png/sources/dark/pin_show_etype.svg [new file with mode: 0644]
bitmaps_png/sources/dark/pin_size_to.svg [new file with mode: 0644]
bitmaps_png/sources/dark/pin_table.svg [new file with mode: 0644]
bitmaps_png/sources/dark/pinorient_down.svg [new file with mode: 0644]
bitmaps_png/sources/dark/pinorient_left.svg [new file with mode: 0644]
bitmaps_png/sources/dark/pinorient_right.svg [new file with mode: 0644]
bitmaps_png/sources/dark/pinorient_up.svg [new file with mode: 0644]
bitmaps_png/sources/dark/pinshape_active_low_input.svg [new file with mode: 0644]
bitmaps_png/sources/dark/pinshape_active_low_output.svg [new file with mode: 0644]
bitmaps_png/sources/dark/pinshape_clock_active_low.svg [new file with mode: 0644]
bitmaps_png/sources/dark/pinshape_clock_fall.svg [new file with mode: 0644]
bitmaps_png/sources/dark/pinshape_clock_invert.svg [new file with mode: 0644]
bitmaps_png/sources/dark/pinshape_clock_normal.svg [new file with mode: 0644]
bitmaps_png/sources/dark/pinshape_invert.svg [new file with mode: 0644]
bitmaps_png/sources/dark/pinshape_nonlogic.svg [new file with mode: 0644]
bitmaps_png/sources/dark/pinshape_normal.svg [new file with mode: 0644]
bitmaps_png/sources/dark/pintype_3states.svg [new file with mode: 0644]
bitmaps_png/sources/dark/pintype_bidi.svg [new file with mode: 0644]
bitmaps_png/sources/dark/pintype_input.svg [new file with mode: 0644]
bitmaps_png/sources/dark/pintype_nic.svg [new file with mode: 0644]
bitmaps_png/sources/dark/pintype_noconnect.svg [new file with mode: 0644]
bitmaps_png/sources/dark/pintype_notspecif.svg [new file with mode: 0644]
bitmaps_png/sources/dark/pintype_opencoll.svg [new file with mode: 0644]
bitmaps_png/sources/dark/pintype_openemit.svg [new file with mode: 0644]
bitmaps_png/sources/dark/pintype_output.svg [new file with mode: 0644]
bitmaps_png/sources/dark/pintype_passive.svg [new file with mode: 0644]
bitmaps_png/sources/dark/pintype_powerinput.svg [new file with mode: 0644]
bitmaps_png/sources/dark/pintype_poweroutput.svg [new file with mode: 0644]
bitmaps_png/sources/dark/plot.svg [new file with mode: 0644]
bitmaps_png/sources/dark/polar_coord.svg [new file with mode: 0644]
bitmaps_png/sources/dark/post_bom.svg [new file with mode: 0644]
bitmaps_png/sources/dark/post_compo.svg [new file with mode: 0644]
bitmaps_png/sources/dark/post_d356.svg [new file with mode: 0644]
bitmaps_png/sources/dark/post_drill.svg [new file with mode: 0644]
bitmaps_png/sources/dark/post_gencad.svg [new file with mode: 0644]
bitmaps_png/sources/dark/post_gerber.svg [new file with mode: 0644]
bitmaps_png/sources/dark/post_rpt.svg [new file with mode: 0644]
bitmaps_png/sources/dark/preference.svg [new file with mode: 0644]
bitmaps_png/sources/dark/print_button.svg [new file with mode: 0644]
bitmaps_png/sources/dark/project.svg [new file with mode: 0644]
bitmaps_png/sources/dark/project_close.svg [new file with mode: 0644]
bitmaps_png/sources/dark/project_kicad.svg [new file with mode: 0644]
bitmaps_png/sources/dark/ps_diff_pair.svg [new file with mode: 0644]
bitmaps_png/sources/dark/ps_diff_pair_gap.svg [new file with mode: 0644]
bitmaps_png/sources/dark/ps_diff_pair_tune_length.svg [new file with mode: 0644]
bitmaps_png/sources/dark/ps_diff_pair_tune_phase.svg [new file with mode: 0644]
bitmaps_png/sources/dark/ps_tune_length.svg [new file with mode: 0644]
bitmaps_png/sources/dark/push_pad_settings.svg [new file with mode: 0644]
bitmaps_png/sources/dark/puzzle_piece.svg [new file with mode: 0644]
bitmaps_png/sources/dark/py_script.svg [new file with mode: 0644]
bitmaps_png/sources/dark/reannotate_down_left.svg [new file with mode: 0644]
bitmaps_png/sources/dark/reannotate_down_right.svg [new file with mode: 0644]
bitmaps_png/sources/dark/reannotate_left_down.svg [new file with mode: 0644]
bitmaps_png/sources/dark/reannotate_left_up.svg [new file with mode: 0644]
bitmaps_png/sources/dark/reannotate_right_down.svg [new file with mode: 0644]
bitmaps_png/sources/dark/reannotate_right_up.svg [new file with mode: 0644]
bitmaps_png/sources/dark/reannotate_up_left.svg [new file with mode: 0644]
bitmaps_png/sources/dark/reannotate_up_right.svg [new file with mode: 0644]
bitmaps_png/sources/dark/recent.svg [new file with mode: 0644]
bitmaps_png/sources/dark/rectwaveguide.svg [new file with mode: 0644]
bitmaps_png/sources/dark/redo.svg [new file with mode: 0644]
bitmaps_png/sources/dark/refresh.svg [new file with mode: 0644]
bitmaps_png/sources/dark/regul.svg [new file with mode: 0644]
bitmaps_png/sources/dark/regul_3pins.svg [new file with mode: 0644]
bitmaps_png/sources/dark/reload.svg [new file with mode: 0644]
bitmaps_png/sources/dark/render_mode.svg [new file with mode: 0644]
bitmaps_png/sources/dark/rescue.svg [new file with mode: 0644]
bitmaps_png/sources/dark/right.svg [new file with mode: 0644]
bitmaps_png/sources/dark/rotate_ccw.svg [new file with mode: 0644]
bitmaps_png/sources/dark/rotate_ccw_x.svg [new file with mode: 0644]
bitmaps_png/sources/dark/rotate_ccw_y.svg [new file with mode: 0644]
bitmaps_png/sources/dark/rotate_ccw_z.svg [new file with mode: 0644]
bitmaps_png/sources/dark/rotate_cw.svg [new file with mode: 0644]
bitmaps_png/sources/dark/rotate_cw_x.svg [new file with mode: 0644]
bitmaps_png/sources/dark/rotate_cw_y.svg [new file with mode: 0644]
bitmaps_png/sources/dark/rotate_cw_z.svg [new file with mode: 0644]
bitmaps_png/sources/dark/router_len_tuner.svg [new file with mode: 0644]
bitmaps_png/sources/dark/router_len_tuner_amplitude_decr.svg [new file with mode: 0644]
bitmaps_png/sources/dark/router_len_tuner_amplitude_incr.svg [new file with mode: 0644]
bitmaps_png/sources/dark/router_len_tuner_dist_decr.svg [new file with mode: 0644]
bitmaps_png/sources/dark/router_len_tuner_dist_incr.svg [new file with mode: 0644]
bitmaps_png/sources/dark/router_len_tuner_setup.svg [new file with mode: 0644]
bitmaps_png/sources/dark/save.svg [new file with mode: 0644]
bitmaps_png/sources/dark/save_as.svg [new file with mode: 0644]
bitmaps_png/sources/dark/search_tree.svg [new file with mode: 0644]
bitmaps_png/sources/dark/select_layer_add_via.svg [new file with mode: 0644]
bitmaps_png/sources/dark/select_layer_pair.svg [new file with mode: 0644]
bitmaps_png/sources/dark/select_same_sheet.svg [new file with mode: 0644]
bitmaps_png/sources/dark/select_w_layer.svg [new file with mode: 0644]
bitmaps_png/sources/dark/set_origin.svg [new file with mode: 0644]
bitmaps_png/sources/dark/shape_3d.svg [new file with mode: 0644]
bitmaps_png/sources/dark/shape_3d_back.svg [new file with mode: 0644]
bitmaps_png/sources/dark/sheetset.svg [new file with mode: 0644]
bitmaps_png/sources/dark/show_all_back_layers.svg [new file with mode: 0644]
bitmaps_png/sources/dark/show_all_copper_layers.svg [new file with mode: 0644]
bitmaps_png/sources/dark/show_all_front_layers.svg [new file with mode: 0644]
bitmaps_png/sources/dark/show_all_layers.svg [new file with mode: 0644]
bitmaps_png/sources/dark/show_back_assembly_layers.svg [new file with mode: 0644]
bitmaps_png/sources/dark/show_dcodenumber.svg [new file with mode: 0644]
bitmaps_png/sources/dark/show_footprint.svg [new file with mode: 0644]
bitmaps_png/sources/dark/show_front_assembly_layers.svg [new file with mode: 0644]
bitmaps_png/sources/dark/show_mod_edge.svg [new file with mode: 0644]
bitmaps_png/sources/dark/show_no_copper_layers.svg [new file with mode: 0644]
bitmaps_png/sources/dark/show_no_layers.svg [new file with mode: 0644]
bitmaps_png/sources/dark/show_other.svg [new file with mode: 0644]
bitmaps_png/sources/dark/show_ratsnest.svg [new file with mode: 0644]
bitmaps_png/sources/dark/show_smt.svg [new file with mode: 0644]
bitmaps_png/sources/dark/show_tht.svg [new file with mode: 0644]
bitmaps_png/sources/dark/show_zone.svg [new file with mode: 0644]
bitmaps_png/sources/dark/show_zone_disable.svg [new file with mode: 0644]
bitmaps_png/sources/dark/show_zone_outline_only.svg [new file with mode: 0644]
bitmaps_png/sources/dark/show_zone_triangulation.svg [new file with mode: 0644]
bitmaps_png/sources/dark/showtrack.svg [new file with mode: 0644]
bitmaps_png/sources/dark/sim_add_signal.svg [new file with mode: 0644]
bitmaps_png/sources/dark/sim_probe.svg [new file with mode: 0644]
bitmaps_png/sources/dark/sim_run.svg [new file with mode: 0644]
bitmaps_png/sources/dark/sim_stop.svg [new file with mode: 0644]
bitmaps_png/sources/dark/sim_tune.svg [new file with mode: 0644]
bitmaps_png/sources/dark/simulator.svg [new file with mode: 0644]
bitmaps_png/sources/dark/small_down.svg [new file with mode: 0644]
bitmaps_png/sources/dark/small_edit.svg [new file with mode: 0644]
bitmaps_png/sources/dark/small_folder.svg [new file with mode: 0644]
bitmaps_png/sources/dark/small_library.svg [new file with mode: 0644]
bitmaps_png/sources/dark/small_plus.svg [new file with mode: 0644]
bitmaps_png/sources/dark/small_refresh.svg [new file with mode: 0755]
bitmaps_png/sources/dark/small_trash.svg [new file with mode: 0644]
bitmaps_png/sources/dark/small_up.svg [new file with mode: 0644]
bitmaps_png/sources/dark/small_warning.svg [new file with mode: 0644]
bitmaps_png/sources/dark/special_tools.svg [new file with mode: 0644]
bitmaps_png/sources/dark/spreadsheet.svg [new file with mode: 0644]
bitmaps_png/sources/dark/stripline.svg [new file with mode: 0644]
bitmaps_png/sources/dark/stroke_dash.svg [new file with mode: 0644]
bitmaps_png/sources/dark/stroke_dashdot.svg [new file with mode: 0644]
bitmaps_png/sources/dark/stroke_dot.svg [new file with mode: 0644]
bitmaps_png/sources/dark/stroke_solid.svg [new file with mode: 0644]
bitmaps_png/sources/dark/swap_layer.svg [new file with mode: 0644]
bitmaps_png/sources/dark/switch_corner_rounding_shape.svg [new file with mode: 0644]
bitmaps_png/sources/dark/text.svg [new file with mode: 0644]
bitmaps_png/sources/dark/text_sketch.svg [new file with mode: 0644]
bitmaps_png/sources/dark/three_d.svg [new file with mode: 0644]
bitmaps_png/sources/dark/tool_ratsnest.svg [new file with mode: 0644]
bitmaps_png/sources/dark/tools.svg [new file with mode: 0644]
bitmaps_png/sources/dark/trash.svg [new file with mode: 0644]
bitmaps_png/sources/dark/tree_nosel.svg [new file with mode: 0644]
bitmaps_png/sources/dark/tree_sel.svg [new file with mode: 0644]
bitmaps_png/sources/dark/tune_diff_pair_length_legend.svg [new file with mode: 0644]
bitmaps_png/sources/dark/tune_diff_pair_skew_legend.svg [new file with mode: 0644]
bitmaps_png/sources/dark/tune_single_track_length_legend.svg [new file with mode: 0644]
bitmaps_png/sources/dark/twistedpair.svg [new file with mode: 0644]
bitmaps_png/sources/dark/undo.svg [new file with mode: 0644]
bitmaps_png/sources/dark/unit_inch.svg [new file with mode: 0644]
bitmaps_png/sources/dark/unit_mil.svg [new file with mode: 0644]
bitmaps_png/sources/dark/unit_mm.svg [new file with mode: 0644]
bitmaps_png/sources/dark/unknown.svg [new file with mode: 0644]
bitmaps_png/sources/dark/unlocked.svg [new file with mode: 0644]
bitmaps_png/sources/dark/unzip.svg [new file with mode: 0644]
bitmaps_png/sources/dark/up.svg [new file with mode: 0644]
bitmaps_png/sources/dark/update_pcb_from_sch.svg [new file with mode: 0644]
bitmaps_png/sources/dark/update_sch_from_pcb.svg [new file with mode: 0644]
bitmaps_png/sources/dark/uploading.svg [new file with mode: 0644]
bitmaps_png/sources/dark/via.svg [new file with mode: 0644]
bitmaps_png/sources/dark/via_annulus.svg [new file with mode: 0644]
bitmaps_png/sources/dark/via_buried.svg [new file with mode: 0644]
bitmaps_png/sources/dark/via_diameter.svg [new file with mode: 0644]
bitmaps_png/sources/dark/via_hole_diameter.svg [new file with mode: 0644]
bitmaps_png/sources/dark/via_microvia.svg [new file with mode: 0644]
bitmaps_png/sources/dark/via_sketch.svg [new file with mode: 0644]
bitmaps_png/sources/dark/viacalc.svg [new file with mode: 0644]
bitmaps_png/sources/dark/visibility.svg [new file with mode: 0644]
bitmaps_png/sources/dark/visibility_off.svg [new file with mode: 0644]
bitmaps_png/sources/dark/width_track.svg [new file with mode: 0644]
bitmaps_png/sources/dark/width_track_via.svg [new file with mode: 0644]
bitmaps_png/sources/dark/wizard_add_fplib_icon.svg [new file with mode: 0644]
bitmaps_png/sources/dark/www.svg [new file with mode: 0644]
bitmaps_png/sources/dark/zip.svg [new file with mode: 0644]
bitmaps_png/sources/dark/zone_duplicate.svg [new file with mode: 0644]
bitmaps_png/sources/dark/zone_fillet.svg [new file with mode: 0644]
bitmaps_png/sources/dark/zone_unfill.svg [new file with mode: 0644]
bitmaps_png/sources/dark/zoom_area.svg [new file with mode: 0644]
bitmaps_png/sources/dark/zoom_auto_fit_in_page.svg [new file with mode: 0644]
bitmaps_png/sources/dark/zoom_center_on_screen.svg [new file with mode: 0644]
bitmaps_png/sources/dark/zoom_fit_in_page.svg [new file with mode: 0644]
bitmaps_png/sources/dark/zoom_fit_to_objects.svg [new file with mode: 0644]
bitmaps_png/sources/dark/zoom_in.svg [new file with mode: 0644]
bitmaps_png/sources/dark/zoom_out.svg [new file with mode: 0644]
bitmaps_png/sources/dark/zoom_selection.svg [new file with mode: 0644]
bitmaps_png/sources/light/about.svg [new file with mode: 0755]
bitmaps_png/sources/light/add_aligned_dimension.svg [new file with mode: 0755]
bitmaps_png/sources/light/add_arc.svg [new file with mode: 0755]
bitmaps_png/sources/light/add_board.svg [new file with mode: 0755]
bitmaps_png/sources/light/add_bus.svg [new file with mode: 0755]
bitmaps_png/sources/light/add_bus2bus.svg [new file with mode: 0644]
bitmaps_png/sources/light/add_center_dimension.svg [new file with mode: 0755]
bitmaps_png/sources/light/add_circle.svg [new file with mode: 0755]
bitmaps_png/sources/light/add_component.svg [new file with mode: 0755]
bitmaps_png/sources/light/add_corner.svg [new file with mode: 0755]
bitmaps_png/sources/light/add_dashed_line.svg [new file with mode: 0755]
bitmaps_png/sources/light/add_document.svg [new file with mode: 0755]
bitmaps_png/sources/light/add_glabel.svg [new file with mode: 0755]
bitmaps_png/sources/light/add_graphical_polygon.svg [new file with mode: 0755]
bitmaps_png/sources/light/add_graphical_segments.svg [new file with mode: 0755]
bitmaps_png/sources/light/add_hierar_pin.svg [new file with mode: 0755]
bitmaps_png/sources/light/add_hierarchical_label.svg [new file with mode: 0755]
bitmaps_png/sources/light/add_hierarchical_subsheet.svg [new file with mode: 0755]
bitmaps_png/sources/light/add_junction.svg [new file with mode: 0755]
bitmaps_png/sources/light/add_keepout_area.svg [new file with mode: 0644]
bitmaps_png/sources/light/add_label.svg [new file with mode: 0755]
bitmaps_png/sources/light/add_leader.svg [new file with mode: 0755]
bitmaps_png/sources/light/add_library.svg [new file with mode: 0755]
bitmaps_png/sources/light/add_line.svg [new file with mode: 0755]
bitmaps_png/sources/light/add_line2bus.svg [new file with mode: 0755]
bitmaps_png/sources/light/add_line_label.svg [new file with mode: 0644]
bitmaps_png/sources/light/add_orthogonal_dimension.svg [new file with mode: 0755]
bitmaps_png/sources/light/add_pcb_target.svg [new file with mode: 0755]
bitmaps_png/sources/light/add_power.svg [new file with mode: 0755]
bitmaps_png/sources/light/add_rectangle.svg [new file with mode: 0755]
bitmaps_png/sources/light/add_symbol_to_schematic.svg [new file with mode: 0755]
bitmaps_png/sources/light/add_tracks.svg [new file with mode: 0755]
bitmaps_png/sources/light/add_via.svg [new file with mode: 0755]
bitmaps_png/sources/light/add_zone.svg [new file with mode: 0644]
bitmaps_png/sources/light/add_zone_cutout.svg [new file with mode: 0755]
bitmaps_png/sources/light/align_items.svg [new file with mode: 0755]
bitmaps_png/sources/light/align_items_bottom.svg [new file with mode: 0755]
bitmaps_png/sources/light/align_items_center.svg [new file with mode: 0755]
bitmaps_png/sources/light/align_items_left.svg [new file with mode: 0755]
bitmaps_png/sources/light/align_items_middle.svg [new file with mode: 0755]
bitmaps_png/sources/light/align_items_right.svg [new file with mode: 0755]
bitmaps_png/sources/light/align_items_top.svg [new file with mode: 0755]
bitmaps_png/sources/light/anchor.svg [new file with mode: 0755]
bitmaps_png/sources/light/annotate.svg [new file with mode: 0755]
bitmaps_png/sources/light/annotate_down_right.svg [new file with mode: 0644]
bitmaps_png/sources/light/annotate_right_down.svg [new file with mode: 0644]
bitmaps_png/sources/light/apply_pad_settings.svg [new file with mode: 0755]
bitmaps_png/sources/light/array.svg [new file with mode: 0755]
bitmaps_png/sources/light/att_bridge.svg [new file with mode: 0644]
bitmaps_png/sources/light/att_pi.svg [new file with mode: 0644]
bitmaps_png/sources/light/att_splitter.svg [new file with mode: 0644]
bitmaps_png/sources/light/att_tee.svg [new file with mode: 0644]
bitmaps_png/sources/light/auto_associate.svg [new file with mode: 0755]
bitmaps_png/sources/light/auto_track_width.svg [new file with mode: 0755]
bitmaps_png/sources/light/autoplace_fields.svg [new file with mode: 0644]
bitmaps_png/sources/light/axis3d.svg [new file with mode: 0755]
bitmaps_png/sources/light/axis3d_back.svg [new file with mode: 0755]
bitmaps_png/sources/light/axis3d_bottom.svg [new file with mode: 0755]
bitmaps_png/sources/light/axis3d_front.svg [new file with mode: 0755]
bitmaps_png/sources/light/axis3d_left.svg [new file with mode: 0755]
bitmaps_png/sources/light/axis3d_right.svg [new file with mode: 0755]
bitmaps_png/sources/light/axis3d_top.svg [new file with mode: 0755]
bitmaps_png/sources/light/badges.svg [new file with mode: 0644]
bitmaps_png/sources/light/break_line.svg [new file with mode: 0755]
bitmaps_png/sources/light/bug.svg [new file with mode: 0644]
bitmaps_png/sources/light/bus_definition_tool.svg [new file with mode: 0755]
bitmaps_png/sources/light/c_microstrip.svg [new file with mode: 0644]
bitmaps_png/sources/light/cancel.svg [new file with mode: 0755]
bitmaps_png/sources/light/change_entry_orient.svg [new file with mode: 0755]
bitmaps_png/sources/light/checked_ok.svg [new file with mode: 0755]
bitmaps_png/sources/light/coax.svg [new file with mode: 0644]
bitmaps_png/sources/light/color_code_multiplier.svg [new file with mode: 0644]
bitmaps_png/sources/light/color_code_tolerance.svg [new file with mode: 0644]
bitmaps_png/sources/light/color_code_value.svg [new file with mode: 0644]
bitmaps_png/sources/light/color_code_value_and_name.svg [new file with mode: 0644]
bitmaps_png/sources/light/color_materials.svg [new file with mode: 0755]
bitmaps_png/sources/light/component_select_unit.svg [new file with mode: 0755]
bitmaps_png/sources/light/config.svg [new file with mode: 0755]
bitmaps_png/sources/light/contrast_mode.svg [new file with mode: 0644]
bitmaps_png/sources/light/convert.svg [new file with mode: 0644]
bitmaps_png/sources/light/copy.svg [new file with mode: 0755]
bitmaps_png/sources/light/copy_pad_settings.svg [new file with mode: 0755]
bitmaps_png/sources/light/cpw.svg [new file with mode: 0644]
bitmaps_png/sources/light/cpw_back.svg [new file with mode: 0644]
bitmaps_png/sources/light/cursor.svg [new file with mode: 0755]
bitmaps_png/sources/light/cursor_shape.svg [new file with mode: 0755]
bitmaps_png/sources/light/curved_ratsnest.svg [new file with mode: 0644]
bitmaps_png/sources/light/custom_pad_to_primitives.svg [new file with mode: 0755]
bitmaps_png/sources/light/cut.svg [new file with mode: 0755]
bitmaps_png/sources/light/datasheet.svg [new file with mode: 0755]
bitmaps_png/sources/light/delete_association.svg [new file with mode: 0755]
bitmaps_png/sources/light/delete_cursor.svg [new file with mode: 0755]
bitmaps_png/sources/light/delete_gerber.svg [new file with mode: 0755]
bitmaps_png/sources/light/delete_sheet.svg [new file with mode: 0755]
bitmaps_png/sources/light/dialog_warning.svg [new file with mode: 0755]
bitmaps_png/sources/light/directory.svg [new file with mode: 0755]
bitmaps_png/sources/light/directory_browser.svg [new file with mode: 0755]
bitmaps_png/sources/light/directory_open.svg [new file with mode: 0644]
bitmaps_png/sources/light/distribute_horizontal.svg [new file with mode: 0755]
bitmaps_png/sources/light/distribute_vertical.svg [new file with mode: 0755]
bitmaps_png/sources/light/down.svg [new file with mode: 0755]
bitmaps_png/sources/light/drag.svg [new file with mode: 0755]
bitmaps_png/sources/light/drag_segment_withslope.svg [new file with mode: 0755]
bitmaps_png/sources/light/drc.svg [new file with mode: 0755]
bitmaps_png/sources/light/duplicate.svg [new file with mode: 0755]
bitmaps_png/sources/light/edge_to_copper_clearance.svg [new file with mode: 0755]
bitmaps_png/sources/light/edit.svg [new file with mode: 0755]
bitmaps_png/sources/light/edit_cmp_symb_links.svg [new file with mode: 0755]
bitmaps_png/sources/light/edit_comp_footprint.svg [new file with mode: 0755]
bitmaps_png/sources/light/edit_comp_ref.svg [new file with mode: 0755]
bitmaps_png/sources/light/edit_comp_value.svg [new file with mode: 0755]
bitmaps_png/sources/light/editor.svg [new file with mode: 0755]
bitmaps_png/sources/light/enter_sheet.svg [new file with mode: 0755]
bitmaps_png/sources/light/erc.svg [new file with mode: 0755]
bitmaps_png/sources/light/erc_green.svg [new file with mode: 0755]
bitmaps_png/sources/light/ercerr.svg [new file with mode: 0755]
bitmaps_png/sources/light/ercwarn.svg [new file with mode: 0755]
bitmaps_png/sources/light/exchange.svg [new file with mode: 0755]
bitmaps_png/sources/light/exit.svg [new file with mode: 0755]
bitmaps_png/sources/light/export3d.svg [new file with mode: 0755]
bitmaps_png/sources/light/export_cmp.svg [new file with mode: 0755]
bitmaps_png/sources/light/export_dsn.svg [new file with mode: 0755]
bitmaps_png/sources/light/export_file.svg [new file with mode: 0755]
bitmaps_png/sources/light/export_footprint_names.svg [new file with mode: 0755]
bitmaps_png/sources/light/export_idf.svg [new file with mode: 0755]
bitmaps_png/sources/light/export_module копия.svg [new file with mode: 0755]
bitmaps_png/sources/light/export_module.svg [new file with mode: 0755]
bitmaps_png/sources/light/export_part.svg [new file with mode: 0755]
bitmaps_png/sources/light/export_png.svg [new file with mode: 0644]
bitmaps_png/sources/light/export_step.svg [new file with mode: 0755]
bitmaps_png/sources/light/export_svg.svg [new file with mode: 0755]
bitmaps_png/sources/light/export_to_pcbnew.svg [new file with mode: 0755]
bitmaps_png/sources/light/fabrication.svg [new file with mode: 0755]
bitmaps_png/sources/light/file_bom.svg [new file with mode: 0644]
bitmaps_png/sources/light/file_drl.svg [new file with mode: 0644]
bitmaps_png/sources/light/file_dsn.svg [new file with mode: 0644]
bitmaps_png/sources/light/file_gbr.svg [new file with mode: 0644]
bitmaps_png/sources/light/file_gerber_job.svg [new file with mode: 0755]
bitmaps_png/sources/light/file_html.svg [new file with mode: 0755]
bitmaps_png/sources/light/file_idf.svg [new file with mode: 0644]
bitmaps_png/sources/light/file_pdf.svg [new file with mode: 0644]
bitmaps_png/sources/light/file_pos.svg [new file with mode: 0644]
bitmaps_png/sources/light/file_svg.svg [new file with mode: 0755]
bitmaps_png/sources/light/fill_zone.svg [new file with mode: 0755]
bitmaps_png/sources/light/filter.svg [new file with mode: 0644]
bitmaps_png/sources/light/find.svg [new file with mode: 0755]
bitmaps_png/sources/light/find_replace.svg [new file with mode: 0755]
bitmaps_png/sources/light/flag.svg [new file with mode: 0755]
bitmaps_png/sources/light/flip_board.svg [new file with mode: 0755]
bitmaps_png/sources/light/gbr_select_mode2.svg [new file with mode: 0644]
bitmaps_png/sources/light/general_deletions.svg [new file with mode: 0755]
bitmaps_png/sources/light/general_ratsnest.svg [new file with mode: 0755]
bitmaps_png/sources/light/gerbview_show_negative_objects.svg [new file with mode: 0755]
bitmaps_png/sources/light/grid.svg [new file with mode: 0755]
bitmaps_png/sources/light/grid_select.svg [new file with mode: 0755]
bitmaps_png/sources/light/grid_select_axis.svg [new file with mode: 0755]
bitmaps_png/sources/light/group.svg [new file with mode: 0755]
bitmaps_png/sources/light/group_enter.svg [new file with mode: 0644]
bitmaps_png/sources/light/group_leave.svg [new file with mode: 0644]
bitmaps_png/sources/light/group_remove.svg [new file with mode: 0644]
bitmaps_png/sources/light/group_ungroup.svg [new file with mode: 0644]
bitmaps_png/sources/light/help.svg [new file with mode: 0755]
bitmaps_png/sources/light/help_online.svg [new file with mode: 0755]
bitmaps_png/sources/light/hidden_pin.svg [new file with mode: 0755]
bitmaps_png/sources/light/hide_ratsnest.svg [new file with mode: 0755]
bitmaps_png/sources/light/hierarchy_nav.svg [new file with mode: 0755]
bitmaps_png/sources/light/hole_to_copper_clearance.svg [new file with mode: 0755]
bitmaps_png/sources/light/hole_to_hole_clearance.svg [new file with mode: 0755]
bitmaps_png/sources/light/hotkeys.svg [new file with mode: 0755]
bitmaps_png/sources/light/icon_3d.svg [new file with mode: 0755]
bitmaps_png/sources/light/icon_bitmap2component.svg [new file with mode: 0755]
bitmaps_png/sources/light/icon_bitmap2component_16.svg [new file with mode: 0644]
bitmaps_png/sources/light/icon_bitmap2component_24.svg [new file with mode: 0755]
bitmaps_png/sources/light/icon_bitmap2component_32.svg [new file with mode: 0644]
bitmaps_png/sources/light/icon_cvpcb.svg [new file with mode: 0755]
bitmaps_png/sources/light/icon_cvpcb_24.svg [new file with mode: 0755]
bitmaps_png/sources/light/icon_eeschema.svg [new file with mode: 0755]
bitmaps_png/sources/light/icon_eeschema_16.svg [new file with mode: 0644]
bitmaps_png/sources/light/icon_eeschema_24.svg [new file with mode: 0755]
bitmaps_png/sources/light/icon_eeschema_32.svg [new file with mode: 0644]
bitmaps_png/sources/light/icon_footprint_browser.svg [new file with mode: 0644]
bitmaps_png/sources/light/icon_gerbview.svg [new file with mode: 0755]
bitmaps_png/sources/light/icon_gerbview_16.svg [new file with mode: 0644]
bitmaps_png/sources/light/icon_gerbview_24.svg [new file with mode: 0644]
bitmaps_png/sources/light/icon_gerbview_32.svg [new file with mode: 0644]
bitmaps_png/sources/light/icon_kicad.svg [new file with mode: 0755]
bitmaps_png/sources/light/icon_kicad_16.svg [new file with mode: 0644]
bitmaps_png/sources/light/icon_kicad_32.svg [new file with mode: 0644]
bitmaps_png/sources/light/icon_libedit.svg [new file with mode: 0755]
bitmaps_png/sources/light/icon_libedit_16.svg [new file with mode: 0644]
bitmaps_png/sources/light/icon_libedit_24.svg [new file with mode: 0644]
bitmaps_png/sources/light/icon_libedit_32.svg [new file with mode: 0644]
bitmaps_png/sources/light/icon_modedit.svg [new file with mode: 0755]
bitmaps_png/sources/light/icon_modedit_16.svg [new file with mode: 0644]
bitmaps_png/sources/light/icon_modedit_24.svg [new file with mode: 0644]
bitmaps_png/sources/light/icon_modedit_32.svg [new file with mode: 0644]
bitmaps_png/sources/light/icon_pagelayout_editor.svg [new file with mode: 0755]
bitmaps_png/sources/light/icon_pagelayout_editor_16.svg [new file with mode: 0644]
bitmaps_png/sources/light/icon_pagelayout_editor_24.svg [new file with mode: 0644]
bitmaps_png/sources/light/icon_pagelayout_editor_32.svg [new file with mode: 0644]
bitmaps_png/sources/light/icon_pcbcalculator.svg [new file with mode: 0755]
bitmaps_png/sources/light/icon_pcbcalculator_16.svg [new file with mode: 0644]
bitmaps_png/sources/light/icon_pcbcalculator_24.svg [new file with mode: 0755]
bitmaps_png/sources/light/icon_pcbcalculator_32.svg [new file with mode: 0644]
bitmaps_png/sources/light/icon_pcbnew.svg [new file with mode: 0755]
bitmaps_png/sources/light/icon_pcbnew_16.svg [new file with mode: 0644]
bitmaps_png/sources/light/icon_pcbnew_24.svg [new file with mode: 0755]
bitmaps_png/sources/light/icon_pcbnew_32.svg [new file with mode: 0644]
bitmaps_png/sources/light/icon_pcm.svg [new file with mode: 0644]
bitmaps_png/sources/light/icon_pcm_24.svg [new file with mode: 0644]
bitmaps_png/sources/light/image.svg [new file with mode: 0755]
bitmaps_png/sources/light/image_missing.svg [new file with mode: 0644]
bitmaps_png/sources/light/import.svg [new file with mode: 0755]
bitmaps_png/sources/light/import3d.svg [new file with mode: 0755]
bitmaps_png/sources/light/import_brd_file.svg [new file with mode: 0755]
bitmaps_png/sources/light/import_document.svg [new file with mode: 0755]
bitmaps_png/sources/light/import_footprint_names.svg [new file with mode: 0755]
bitmaps_png/sources/light/import_hierarchical_label.svg [new file with mode: 0755]
bitmaps_png/sources/light/import_module.svg [new file with mode: 0755]
bitmaps_png/sources/light/import_part.svg [new file with mode: 0755]
bitmaps_png/sources/light/import_project.svg [new file with mode: 0755]
bitmaps_png/sources/light/import_vector.svg [new file with mode: 0755]
bitmaps_png/sources/light/info.svg [new file with mode: 0755]
bitmaps_png/sources/light/insert_module_board.svg [new file with mode: 0755]
bitmaps_png/sources/light/kicad_logo.svg [new file with mode: 0644]
bitmaps_png/sources/light/kicad_logo_small.svg [new file with mode: 0644]
bitmaps_png/sources/light/language.svg [new file with mode: 0755]
bitmaps_png/sources/light/layers_manager.svg [new file with mode: 0755]
bitmaps_png/sources/light/leave_sheet.svg [new file with mode: 0755]
bitmaps_png/sources/light/left.svg [new file with mode: 0755]
bitmaps_png/sources/light/lib_next.svg [new file with mode: 0755]
bitmaps_png/sources/light/lib_previous.svg [new file with mode: 0755]
bitmaps_png/sources/light/libedit.svg [new file with mode: 0755]
bitmaps_png/sources/light/library.svg [new file with mode: 0755]
bitmaps_png/sources/light/library_archive.svg [new file with mode: 0755]
bitmaps_png/sources/light/library_archive_as.svg [new file with mode: 0755]
bitmaps_png/sources/light/library_browser.svg [new file with mode: 0755]
bitmaps_png/sources/light/library_table.svg [new file with mode: 0755]
bitmaps_png/sources/light/lines90.svg [new file with mode: 0644]
bitmaps_png/sources/light/list_nets.svg [new file with mode: 0755]
bitmaps_png/sources/light/list_nets_16.svg [new file with mode: 0644]
bitmaps_png/sources/light/load_drill.svg [new file with mode: 0755]
bitmaps_png/sources/light/load_gerber.svg [new file with mode: 0755]
bitmaps_png/sources/light/load_module_board.svg [new file with mode: 0755]
bitmaps_png/sources/light/lock_unlock.svg [new file with mode: 0644]
bitmaps_png/sources/light/locked.svg [new file with mode: 0755]
bitmaps_png/sources/light/measurement.svg [new file with mode: 0644]
bitmaps_png/sources/light/microstrip.svg [new file with mode: 0644]
bitmaps_png/sources/light/microstrip_zodd_zeven.svg [new file with mode: 0644]
bitmaps_png/sources/light/mirror_h.svg [new file with mode: 0755]
bitmaps_png/sources/light/mirror_v.svg [new file with mode: 0755]
bitmaps_png/sources/light/mode_module.svg [new file with mode: 0644]
bitmaps_png/sources/light/module.svg [new file with mode: 0644]
bitmaps_png/sources/light/module_editor.svg [new file with mode: 0755]
bitmaps_png/sources/light/module_filtered_list.svg [new file with mode: 0755]
bitmaps_png/sources/light/module_library_list.svg [new file with mode: 0755]
bitmaps_png/sources/light/module_options.svg [new file with mode: 0755]
bitmaps_png/sources/light/module_pin_filtered_list.svg [new file with mode: 0755]
bitmaps_png/sources/light/module_wizard.svg [new file with mode: 0755]
bitmaps_png/sources/light/morgan1.svg [new file with mode: 0755]
bitmaps_png/sources/light/morgan2.svg [new file with mode: 0755]
bitmaps_png/sources/light/move.svg [new file with mode: 0755]
bitmaps_png/sources/light/move_exactly.svg [new file with mode: 0755]
bitmaps_png/sources/light/move_relative.svg [new file with mode: 0755]
bitmaps_png/sources/light/mw_add_gap.svg [new file with mode: 0755]
bitmaps_png/sources/light/mw_add_line.svg [new file with mode: 0755]
bitmaps_png/sources/light/mw_add_shape.svg [new file with mode: 0755]
bitmaps_png/sources/light/mw_add_stub.svg [new file with mode: 0755]
bitmaps_png/sources/light/mw_add_stub_arc.svg [new file with mode: 0755]
bitmaps_png/sources/light/net_highlight.svg [new file with mode: 0644]
bitmaps_png/sources/light/net_highlight_schematic.svg [new file with mode: 0755]
bitmaps_png/sources/light/netlist.svg [new file with mode: 0755]
bitmaps_png/sources/light/new_component.svg [new file with mode: 0755]
bitmaps_png/sources/light/new_footprint.svg [new file with mode: 0755]
bitmaps_png/sources/light/new_generic.svg [new file with mode: 0644]
bitmaps_png/sources/light/new_library.svg [new file with mode: 0644]
bitmaps_png/sources/light/new_project.svg [new file with mode: 0755]
bitmaps_png/sources/light/noconn.svg [new file with mode: 0755]
bitmaps_png/sources/light/normal.svg [new file with mode: 0755]
bitmaps_png/sources/light/open_project.svg [new file with mode: 0755]
bitmaps_png/sources/light/opt_show_polygon.svg [new file with mode: 0755]
bitmaps_png/sources/light/options_3drender.svg [new file with mode: 0755]
bitmaps_png/sources/light/options_board.svg [new file with mode: 0755]
bitmaps_png/sources/light/options_generic.svg [new file with mode: 0755]
bitmaps_png/sources/light/options_generic_16.svg [new file with mode: 0644]
bitmaps_png/sources/light/options_pad.svg [new file with mode: 0755]
bitmaps_png/sources/light/options_schematic.svg [new file with mode: 0755]
bitmaps_png/sources/light/ortho.svg [new file with mode: 0755]
bitmaps_png/sources/light/pad.svg [new file with mode: 0755]
bitmaps_png/sources/light/pad_enumerate.svg [new file with mode: 0755]
bitmaps_png/sources/light/pad_number.svg [new file with mode: 0755]
bitmaps_png/sources/light/pad_sketch.svg [new file with mode: 0755]
bitmaps_png/sources/light/pads_mask_layers.svg [new file with mode: 0755]
bitmaps_png/sources/light/pads_npth.svg [new file with mode: 0644]
bitmaps_png/sources/light/pads_npth_bottom.svg [new file with mode: 0644]
bitmaps_png/sources/light/pads_npth_top.svg [new file with mode: 0644]
bitmaps_png/sources/light/pads_npth_top_bottom.svg [new file with mode: 0644]
bitmaps_png/sources/light/pads_remove.svg [new file with mode: 0755]
bitmaps_png/sources/light/pads_remove_unused.svg [new file with mode: 0644]
bitmaps_png/sources/light/pads_remove_unused_keep_bottom.svg [new file with mode: 0644]
bitmaps_png/sources/light/pads_reset_unused.svg [new file with mode: 0644]
bitmaps_png/sources/light/pagelayout_normal_view_mode.svg [new file with mode: 0644]
bitmaps_png/sources/light/pagelayout_special_view_mode.svg [new file with mode: 0644]
bitmaps_png/sources/light/part_properties.svg [new file with mode: 0755]
bitmaps_png/sources/light/paste.svg [new file with mode: 0644]
bitmaps_png/sources/light/path.svg [new file with mode: 0755]
bitmaps_png/sources/light/pcb_target.svg [new file with mode: 0755]
bitmaps_png/sources/light/pin.svg [new file with mode: 0755]
bitmaps_png/sources/light/pin2pin.svg [new file with mode: 0755]
bitmaps_png/sources/light/pin_show_etype.svg [new file with mode: 0755]
bitmaps_png/sources/light/pin_size_to.svg [new file with mode: 0755]
bitmaps_png/sources/light/pin_table.svg [new file with mode: 0755]
bitmaps_png/sources/light/pinorient_down.svg [new file with mode: 0755]
bitmaps_png/sources/light/pinorient_left.svg [new file with mode: 0755]
bitmaps_png/sources/light/pinorient_right.svg [new file with mode: 0755]
bitmaps_png/sources/light/pinorient_up.svg [new file with mode: 0755]
bitmaps_png/sources/light/pinshape_active_low_input.svg [new file with mode: 0755]
bitmaps_png/sources/light/pinshape_active_low_output.svg [new file with mode: 0755]
bitmaps_png/sources/light/pinshape_clock_active_low.svg [new file with mode: 0755]
bitmaps_png/sources/light/pinshape_clock_fall.svg [new file with mode: 0755]
bitmaps_png/sources/light/pinshape_clock_invert.svg [new file with mode: 0755]
bitmaps_png/sources/light/pinshape_clock_normal.svg [new file with mode: 0755]
bitmaps_png/sources/light/pinshape_invert.svg [new file with mode: 0755]
bitmaps_png/sources/light/pinshape_nonlogic.svg [new file with mode: 0755]
bitmaps_png/sources/light/pinshape_normal.svg [new file with mode: 0755]
bitmaps_png/sources/light/pintype_3states.svg [new file with mode: 0755]
bitmaps_png/sources/light/pintype_bidi.svg [new file with mode: 0755]
bitmaps_png/sources/light/pintype_input.svg [new file with mode: 0755]
bitmaps_png/sources/light/pintype_nic.svg [new file with mode: 0644]
bitmaps_png/sources/light/pintype_noconnect.svg [new file with mode: 0755]
bitmaps_png/sources/light/pintype_notspecif.svg [new file with mode: 0755]
bitmaps_png/sources/light/pintype_opencoll.svg [new file with mode: 0755]
bitmaps_png/sources/light/pintype_openemit.svg [new file with mode: 0755]
bitmaps_png/sources/light/pintype_output.svg [new file with mode: 0755]
bitmaps_png/sources/light/pintype_passive.svg [new file with mode: 0755]
bitmaps_png/sources/light/pintype_powerinput.svg [new file with mode: 0755]
bitmaps_png/sources/light/pintype_poweroutput.svg [new file with mode: 0755]
bitmaps_png/sources/light/plot.svg [new file with mode: 0644]
bitmaps_png/sources/light/polar_coord.svg [new file with mode: 0755]
bitmaps_png/sources/light/post_bom.svg [new file with mode: 0755]
bitmaps_png/sources/light/post_compo.svg [new file with mode: 0755]
bitmaps_png/sources/light/post_d356.svg [new file with mode: 0755]
bitmaps_png/sources/light/post_drill.svg [new file with mode: 0755]
bitmaps_png/sources/light/post_gencad.svg [new file with mode: 0755]
bitmaps_png/sources/light/post_gerber.svg [new file with mode: 0755]
bitmaps_png/sources/light/post_rpt.svg [new file with mode: 0755]
bitmaps_png/sources/light/preference.svg [new file with mode: 0755]
bitmaps_png/sources/light/print_button.svg [new file with mode: 0644]
bitmaps_png/sources/light/project.svg [new file with mode: 0644]
bitmaps_png/sources/light/project_close.svg [new file with mode: 0644]
bitmaps_png/sources/light/project_kicad.svg [new file with mode: 0644]
bitmaps_png/sources/light/ps_diff_pair.svg [new file with mode: 0755]
bitmaps_png/sources/light/ps_diff_pair_gap.svg [new file with mode: 0755]
bitmaps_png/sources/light/ps_diff_pair_tune_length.svg [new file with mode: 0755]
bitmaps_png/sources/light/ps_diff_pair_tune_phase.svg [new file with mode: 0755]
bitmaps_png/sources/light/ps_tune_length.svg [new file with mode: 0755]
bitmaps_png/sources/light/push_pad_settings.svg [new file with mode: 0755]
bitmaps_png/sources/light/puzzle_piece.svg [new file with mode: 0755]
bitmaps_png/sources/light/py_script.svg [new file with mode: 0755]
bitmaps_png/sources/light/reannotate_down_left.svg [new file with mode: 0644]
bitmaps_png/sources/light/reannotate_down_right.svg [new file with mode: 0644]
bitmaps_png/sources/light/reannotate_left_down.svg [new file with mode: 0644]
bitmaps_png/sources/light/reannotate_left_up.svg [new file with mode: 0644]
bitmaps_png/sources/light/reannotate_right_down.svg [new file with mode: 0644]
bitmaps_png/sources/light/reannotate_right_up.svg [new file with mode: 0644]
bitmaps_png/sources/light/reannotate_up_left.svg [new file with mode: 0644]
bitmaps_png/sources/light/reannotate_up_right.svg [new file with mode: 0644]
bitmaps_png/sources/light/recent.svg [new file with mode: 0755]
bitmaps_png/sources/light/rectwaveguide.svg [new file with mode: 0644]
bitmaps_png/sources/light/redo.svg [new file with mode: 0755]
bitmaps_png/sources/light/refresh.svg [new file with mode: 0755]
bitmaps_png/sources/light/regul.svg [new file with mode: 0644]
bitmaps_png/sources/light/regul_3pins.svg [new file with mode: 0644]
bitmaps_png/sources/light/reload.svg [new file with mode: 0755]
bitmaps_png/sources/light/render_mode.svg [new file with mode: 0755]
bitmaps_png/sources/light/rescue.svg [new file with mode: 0755]
bitmaps_png/sources/light/right.svg [new file with mode: 0755]
bitmaps_png/sources/light/rotate_ccw.svg [new file with mode: 0755]
bitmaps_png/sources/light/rotate_ccw_x.svg [new file with mode: 0755]
bitmaps_png/sources/light/rotate_ccw_y.svg [new file with mode: 0755]
bitmaps_png/sources/light/rotate_ccw_z.svg [new file with mode: 0755]
bitmaps_png/sources/light/rotate_cw.svg [new file with mode: 0755]
bitmaps_png/sources/light/rotate_cw_x.svg [new file with mode: 0755]
bitmaps_png/sources/light/rotate_cw_y.svg [new file with mode: 0755]
bitmaps_png/sources/light/rotate_cw_z.svg [new file with mode: 0755]
bitmaps_png/sources/light/router_len_tuner.svg [new file with mode: 0755]
bitmaps_png/sources/light/router_len_tuner_amplitude_decr.svg [new file with mode: 0755]
bitmaps_png/sources/light/router_len_tuner_amplitude_incr.svg [new file with mode: 0755]
bitmaps_png/sources/light/router_len_tuner_dist_decr.svg [new file with mode: 0755]
bitmaps_png/sources/light/router_len_tuner_dist_incr.svg [new file with mode: 0755]
bitmaps_png/sources/light/router_len_tuner_setup.svg [new file with mode: 0755]
bitmaps_png/sources/light/save.svg [new file with mode: 0644]
bitmaps_png/sources/light/save_as.svg [new file with mode: 0755]
bitmaps_png/sources/light/search_tree.svg [new file with mode: 0644]
bitmaps_png/sources/light/select_layer_add_via.svg [new file with mode: 0755]
bitmaps_png/sources/light/select_layer_pair.svg [new file with mode: 0755]
bitmaps_png/sources/light/select_same_sheet.svg [new file with mode: 0755]
bitmaps_png/sources/light/select_w_layer.svg [new file with mode: 0755]
bitmaps_png/sources/light/set_origin.svg [new file with mode: 0755]
bitmaps_png/sources/light/shape_3d.svg [new file with mode: 0644]
bitmaps_png/sources/light/shape_3d_back.svg [new file with mode: 0644]
bitmaps_png/sources/light/sheetset.svg [new file with mode: 0644]
bitmaps_png/sources/light/show_all_back_layers.svg [new file with mode: 0755]
bitmaps_png/sources/light/show_all_copper_layers.svg [new file with mode: 0755]
bitmaps_png/sources/light/show_all_front_layers.svg [new file with mode: 0644]
bitmaps_png/sources/light/show_all_layers.svg [new file with mode: 0755]
bitmaps_png/sources/light/show_back_assembly_layers.svg [new file with mode: 0644]
bitmaps_png/sources/light/show_dcodenumber.svg [new file with mode: 0644]
bitmaps_png/sources/light/show_footprint.svg [new file with mode: 0644]
bitmaps_png/sources/light/show_front_assembly_layers.svg [new file with mode: 0644]
bitmaps_png/sources/light/show_mod_edge.svg [new file with mode: 0755]
bitmaps_png/sources/light/show_no_copper_layers.svg [new file with mode: 0755]
bitmaps_png/sources/light/show_no_layers.svg [new file with mode: 0755]
bitmaps_png/sources/light/show_other.svg [new file with mode: 0644]
bitmaps_png/sources/light/show_ratsnest.svg [new file with mode: 0755]
bitmaps_png/sources/light/show_smt.svg [new file with mode: 0644]
bitmaps_png/sources/light/show_tht.svg [new file with mode: 0644]
bitmaps_png/sources/light/show_zone.svg [new file with mode: 0755]
bitmaps_png/sources/light/show_zone_disable.svg [new file with mode: 0755]
bitmaps_png/sources/light/show_zone_outline_only.svg [new file with mode: 0755]
bitmaps_png/sources/light/show_zone_triangulation.svg [new file with mode: 0644]
bitmaps_png/sources/light/showtrack.svg [new file with mode: 0755]
bitmaps_png/sources/light/sim_add_signal.svg [new file with mode: 0644]
bitmaps_png/sources/light/sim_probe.svg [new file with mode: 0755]
bitmaps_png/sources/light/sim_run.svg [new file with mode: 0755]
bitmaps_png/sources/light/sim_stop.svg [new file with mode: 0755]
bitmaps_png/sources/light/sim_tune.svg [new file with mode: 0755]
bitmaps_png/sources/light/simulator.svg [new file with mode: 0755]
bitmaps_png/sources/light/small_down.svg [new file with mode: 0755]
bitmaps_png/sources/light/small_edit.svg [new file with mode: 0644]
bitmaps_png/sources/light/small_folder.svg [new file with mode: 0755]
bitmaps_png/sources/light/small_library.svg [new file with mode: 0644]
bitmaps_png/sources/light/small_plus.svg [new file with mode: 0644]
bitmaps_png/sources/light/small_refresh.svg [new file with mode: 0755]
bitmaps_png/sources/light/small_trash.svg [new file with mode: 0644]
bitmaps_png/sources/light/small_up.svg [new file with mode: 0644]
bitmaps_png/sources/light/small_warning.svg [new file with mode: 0644]
bitmaps_png/sources/light/special_tools.svg [new file with mode: 0644]
bitmaps_png/sources/light/spreadsheet.svg [new file with mode: 0644]
bitmaps_png/sources/light/stripline.svg [new file with mode: 0644]
bitmaps_png/sources/light/stroke_dash.svg [new file with mode: 0644]
bitmaps_png/sources/light/stroke_dashdot.svg [new file with mode: 0644]
bitmaps_png/sources/light/stroke_dot.svg [new file with mode: 0644]
bitmaps_png/sources/light/stroke_solid.svg [new file with mode: 0644]
bitmaps_png/sources/light/swap_layer.svg [new file with mode: 0755]
bitmaps_png/sources/light/switch_corner_rounding_shape.svg [new file with mode: 0755]
bitmaps_png/sources/light/text.svg [new file with mode: 0755]
bitmaps_png/sources/light/text_sketch.svg [new file with mode: 0755]
bitmaps_png/sources/light/three_d.svg [new file with mode: 0644]
bitmaps_png/sources/light/tool_ratsnest.svg [new file with mode: 0755]
bitmaps_png/sources/light/tools.svg [new file with mode: 0755]
bitmaps_png/sources/light/trash.svg [new file with mode: 0755]
bitmaps_png/sources/light/tree_nosel.svg [new file with mode: 0755]
bitmaps_png/sources/light/tree_sel.svg [new file with mode: 0755]
bitmaps_png/sources/light/tune_diff_pair_length_legend.svg [new file with mode: 0644]
bitmaps_png/sources/light/tune_diff_pair_skew_legend.svg [new file with mode: 0644]
bitmaps_png/sources/light/tune_single_track_length_legend.svg [new file with mode: 0644]
bitmaps_png/sources/light/twistedpair.svg [new file with mode: 0644]
bitmaps_png/sources/light/undo.svg [new file with mode: 0755]
bitmaps_png/sources/light/unit_inch.svg [new file with mode: 0755]
bitmaps_png/sources/light/unit_mil.svg [new file with mode: 0755]
bitmaps_png/sources/light/unit_mm.svg [new file with mode: 0755]
bitmaps_png/sources/light/unknown.svg [new file with mode: 0755]
bitmaps_png/sources/light/unlocked.svg [new file with mode: 0755]
bitmaps_png/sources/light/unzip.svg [new file with mode: 0755]
bitmaps_png/sources/light/up.svg [new file with mode: 0755]
bitmaps_png/sources/light/update_pcb_from_sch.svg [new file with mode: 0755]
bitmaps_png/sources/light/update_sch_from_pcb.svg [new file with mode: 0755]
bitmaps_png/sources/light/uploading.svg [new file with mode: 0755]
bitmaps_png/sources/light/via.svg [new file with mode: 0755]
bitmaps_png/sources/light/via_annulus.svg [new file with mode: 0755]
bitmaps_png/sources/light/via_buried.svg [new file with mode: 0755]
bitmaps_png/sources/light/via_diameter.svg [new file with mode: 0755]
bitmaps_png/sources/light/via_hole_diameter.svg [new file with mode: 0755]
bitmaps_png/sources/light/via_microvia.svg [new file with mode: 0755]
bitmaps_png/sources/light/via_sketch.svg [new file with mode: 0755]
bitmaps_png/sources/light/viacalc.svg [new file with mode: 0644]
bitmaps_png/sources/light/visibility.svg [new file with mode: 0755]
bitmaps_png/sources/light/visibility_off.svg [new file with mode: 0755]
bitmaps_png/sources/light/width_track.svg [new file with mode: 0755]
bitmaps_png/sources/light/width_track_via.svg [new file with mode: 0755]
bitmaps_png/sources/light/wizard_add_fplib_icon.svg [new file with mode: 0755]
bitmaps_png/sources/light/www.svg [new file with mode: 0755]
bitmaps_png/sources/light/zip.svg [new file with mode: 0755]
bitmaps_png/sources/light/zone_duplicate.svg [new file with mode: 0755]
bitmaps_png/sources/light/zone_fillet.svg [new file with mode: 0755]
bitmaps_png/sources/light/zone_unfill.svg [new file with mode: 0755]
bitmaps_png/sources/light/zoom_area.svg [new file with mode: 0755]
bitmaps_png/sources/light/zoom_auto_fit_in_page.svg [new file with mode: 0755]
bitmaps_png/sources/light/zoom_center_on_screen.svg [new file with mode: 0755]
bitmaps_png/sources/light/zoom_fit_in_page.svg [new file with mode: 0755]
bitmaps_png/sources/light/zoom_fit_to_objects.svg [new file with mode: 0755]
bitmaps_png/sources/light/zoom_in.svg [new file with mode: 0755]
bitmaps_png/sources/light/zoom_out.svg [new file with mode: 0755]
bitmaps_png/sources/light/zoom_selection.svg [new file with mode: 0755]
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/base64.cpp [new file with mode: 0644]
common/base_screen.cpp [new file with mode: 0644]
common/base_units.cpp [new file with mode: 0644]
common/basic_gal.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_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/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/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_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_base.cpp [new file with mode: 0644]
common/dialogs/dialog_grid_settings_base.fbp [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_image_editor.cpp [new file with mode: 0644]
common/dialogs/dialog_image_editor_base.cpp [new file with mode: 0644]
common/dialogs/dialog_image_editor_base.fbp [new file with mode: 0644]
common/dialogs/dialog_image_editor_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_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_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/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_gal_display_options.cpp [new file with mode: 0644]
common/dialogs/panel_hotkeys_editor.cpp [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_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/dialogs/wx_html_report_box.cpp [new file with mode: 0644]
common/dialogs/wx_html_report_box.h [new file with mode: 0644]
common/dialogs/wx_html_report_panel.cpp [new file with mode: 0644]
common/dialogs/wx_html_report_panel.h [new file with mode: 0644]
common/dialogs/wx_html_report_panel_base.cpp [new file with mode: 0644]
common/dialogs/wx_html_report_panel_base.fbp [new file with mode: 0644]
common/dialogs/wx_html_report_panel_base.h [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_rect.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_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/filehistory.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/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/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_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_builtin_shaders.cpp [new file with mode: 0644]
common/gal/opengl/gl_builtin_shaders.h [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/stroke_font.cpp [new file with mode: 0644]
common/gbr_metadata.cpp [new file with mode: 0644]
common/gestfich.cpp [new file with mode: 0644]
common/getrunningmicrosecs.cpp [new file with mode: 0644]
common/gl_context_mgr.cpp [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/html_window.cpp [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/languages_menu.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_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/lockfile.cpp [new file with mode: 0644]
common/lset.cpp [new file with mode: 0644]
common/marker_base.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/observable.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/painter.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/plugins/altium/altium_parser.cpp [new file with mode: 0644]
common/plugins/altium/altium_parser.h [new file with mode: 0644]
common/plugins/altium/altium_parser_utils.cpp [new file with mode: 0644]
common/plugins/altium/altium_parser_utils.h [new file with mode: 0644]
common/plugins/cadstar/cadstar_archive_parser.cpp [new file with mode: 0644]
common/plugins/cadstar/cadstar_archive_parser.h [new file with mode: 0644]
common/plugins/eagle/eagle_parser.cpp [new file with mode: 0644]
common/plugins/eagle/eagle_parser.h [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.cpp [new file with mode: 0644]
common/property_mgr.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/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/json_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_utils.cpp [new file with mode: 0644]
common/strtok_r.c [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/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/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/utf8.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/collapsible_pane.cpp [new file with mode: 0644]
common/widgets/color_swatch.cpp [new file with mode: 0644]
common/widgets/footprint_choice.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/grid_bitmap_toggle.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/indicator_icon.cpp [new file with mode: 0644]
common/widgets/infobar.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/split_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_ellipsized_static_text.cpp [new file with mode: 0644]
common/widgets/wx_grid.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/wildcards_and_files_ext.cpp [new file with mode: 0644]
common/wx_filename.cpp [new file with mode: 0644]
common/wx_stl_compat.cpp [new file with mode: 0644]
common/wxdataviewctrl_helpers.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/cvpcb_settings.cpp [new file with mode: 0644]
cvpcb/cvpcb_settings.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/fp-lib-table [new file with mode: 0644]
demos/ecc83/sym-lib-table [new file with mode: 0644]
demos/electric/elec-unifil.kicad_sym [new file with mode: 0644]
demos/electric/electric.kicad_pro [new file with mode: 0644]
demos/electric/electric.kicad_sch [new file with mode: 0644]
demos/electric/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/RV2X4.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_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_mod [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/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/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/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/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/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/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/fp-lib-table [new file with mode: 0644]
demos/test_xil_95108/sym-lib-table [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/CV3-30PF.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/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]
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.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/cmp_library_lexer.cpp [new file with mode: 0644]
eeschema/component_references_lister.cpp [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_bus_manager.cpp [new file with mode: 0644]
eeschema/dialogs/dialog_bus_manager.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.cpp [new file with mode: 0644]
eeschema/dialogs/dialog_choose_symbol.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_field_properties.cpp [new file with mode: 0644]
eeschema/dialogs/dialog_field_properties.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_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_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_line_wire_bus_properties.cpp [new file with mode: 0644]
eeschema/dialogs/dialog_line_wire_bus_properties.h [new file with mode: 0644]
eeschema/dialogs/dialog_line_wire_bus_properties_base.cpp [new file with mode: 0644]
eeschema/dialogs/dialog_line_wire_bus_properties_base.fbp [new file with mode: 0644]
eeschema/dialogs/dialog_line_wire_bus_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_netlist.cpp [new file with mode: 0644]
eeschema/dialogs/dialog_netlist_base.cpp [new file with mode: 0644]
eeschema/dialogs/dialog_netlist_base.fbp [new file with mode: 0644]
eeschema/dialogs/dialog_netlist_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_print_using_printer.cpp [new file with mode: 0644]
eeschema/dialogs/dialog_print_using_printer_base.cpp [new file with mode: 0644]
eeschema/dialogs/dialog_print_using_printer_base.fbp [new file with mode: 0644]
eeschema/dialogs/dialog_print_using_printer_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_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_signal_list.cpp [new file with mode: 0644]
eeschema/dialogs/dialog_signal_list.h [new file with mode: 0644]
eeschema/dialogs/dialog_signal_list_base.cpp [new file with mode: 0644]
eeschema/dialogs/dialog_signal_list_base.fbp [new file with mode: 0644]
eeschema/dialogs/dialog_signal_list_base.h [new file with mode: 0644]
eeschema/dialogs/dialog_sim_settings.cpp [new file with mode: 0644]
eeschema/dialogs/dialog_sim_settings.h [new file with mode: 0644]
eeschema/dialogs/dialog_sim_settings_base.cpp [new file with mode: 0644]
eeschema/dialogs/dialog_sim_settings_base.fbp [new file with mode: 0644]
eeschema/dialogs/dialog_sim_settings_base.h [new file with mode: 0644]
eeschema/dialogs/dialog_spice_model.cpp [new file with mode: 0644]
eeschema/dialogs/dialog_spice_model.h [new file with mode: 0644]
eeschema/dialogs/dialog_spice_model_base.cpp [new file with mode: 0644]
eeschema/dialogs/dialog_spice_model_base.fbp [new file with mode: 0644]
eeschema/dialogs/dialog_spice_model_base.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_and_label_properties.cpp [new file with mode: 0644]
eeschema/dialogs/dialog_text_and_label_properties.h [new file with mode: 0644]
eeschema/dialogs/dialog_text_and_label_properties_base.cpp [new file with mode: 0644]
eeschema/dialogs/dialog_text_and_label_properties_base.fbp [new file with mode: 0644]
eeschema/dialogs/dialog_text_and_label_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/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_eeschema_template_fieldnames.cpp [new file with mode: 0644]
eeschema/dialogs/panel_eeschema_template_fieldnames.h [new file with mode: 0644]
eeschema/dialogs/panel_eeschema_template_fieldnames_base.cpp [new file with mode: 0644]
eeschema/dialogs/panel_eeschema_template_fieldnames_base.fbp [new file with mode: 0644]
eeschema/dialogs/panel_eeschema_template_fieldnames_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_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/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_id.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_settings.cpp [new file with mode: 0644]
eeschema/erc_settings.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/getpart.cpp [new file with mode: 0644]
eeschema/hierarch.cpp [new file with mode: 0644]
eeschema/hierarch.h [new file with mode: 0644]
eeschema/invoke_sch_dialog.h [new file with mode: 0644]
eeschema/lib_arc.cpp [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/libarch.cpp [new file with mode: 0644]
eeschema/menubar.cpp [new file with mode: 0644]
eeschema/netlist_exporters/netlist.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_pspice.cpp [new file with mode: 0644]
eeschema/netlist_exporters/netlist_exporter_pspice.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/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/plugins/CMakeLists.txt [new file with mode: 0644]
eeschema/plugins/python_scripts/README-bom.txt [new file with mode: 0644]
eeschema/plugins/python_scripts/bom_csv_grouped_by_value.py [new file with mode: 0644]
eeschema/plugins/python_scripts/bom_csv_grouped_by_value_with_fp.py [new file with mode: 0644]
eeschema/plugins/python_scripts/bom_csv_sorted_by_ref.py [new file with mode: 0644]
eeschema/plugins/python_scripts/bom_html_grouped_by_value.py [new file with mode: 0644]
eeschema/plugins/python_scripts/bom_html_with_advanced_grouping.py [new file with mode: 0644]
eeschema/plugins/python_scripts/bom_txt_sorted_by_ref.py [new file with mode: 0644]
eeschema/plugins/python_scripts/kicad_netlist_reader.py [new file with mode: 0644]
eeschema/plugins/python_scripts/kicad_utils.py [new file with mode: 0644]
eeschema/plugins/python_scripts/netlist_form_OrcadPcb2.py [new file with mode: 0644]
eeschema/plugins/python_scripts/netlist_form_cadstar.py [new file with mode: 0644]
eeschema/plugins/python_scripts/netlist_form_pads-pcb-asc.py [new file with mode: 0644]
eeschema/plugins/python_scripts/round_robin.py [new file with mode: 0644]
eeschema/plugins/python_scripts/round_value_robin.py [new file with mode: 0644]
eeschema/plugins/xsl_scripts/bom2csv.xsl [new file with mode: 0644]
eeschema/plugins/xsl_scripts/bom2grouped_csv.xsl [new file with mode: 0644]
eeschema/plugins/xsl_scripts/bom_with_title_block_2_csv.xsl [new file with mode: 0644]
eeschema/plugins/xsl_scripts/netlist_form_OrcadPcb2.xsl [new file with mode: 0644]
eeschema/plugins/xsl_scripts/netlist_form_cadstar-RINF.xsl [new file with mode: 0644]
eeschema/plugins/xsl_scripts/netlist_form_cadstar.xsl [new file with mode: 0644]
eeschema/plugins/xsl_scripts/netlist_form_pads-pcb.asc.xsl [new file with mode: 0644]
eeschema/project_rescue.cpp [new file with mode: 0644]
eeschema/project_rescue.h [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_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_mgr.cpp [new file with mode: 0644]
eeschema/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_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_plugin.cpp [new file with mode: 0644]
eeschema/sch_plugins/altium/altium_parser_sch.cpp [new file with mode: 0644]
eeschema/sch_plugins/altium/altium_parser_sch.h [new file with mode: 0644]
eeschema/sch_plugins/altium/altium_storage_parser.ksy [new file with mode: 0644]
eeschema/sch_plugins/altium/sch_altium_plugin.cpp [new file with mode: 0644]
eeschema/sch_plugins/altium/sch_altium_plugin.h [new file with mode: 0644]
eeschema/sch_plugins/cadstar/cadstar_sch_archive_loader.cpp [new file with mode: 0644]
eeschema/sch_plugins/cadstar/cadstar_sch_archive_loader.h [new file with mode: 0644]
eeschema/sch_plugins/cadstar/cadstar_sch_archive_parser.cpp [new file with mode: 0644]
eeschema/sch_plugins/cadstar/cadstar_sch_archive_parser.h [new file with mode: 0644]
eeschema/sch_plugins/cadstar/cadstar_sch_archive_plugin.cpp [new file with mode: 0644]
eeschema/sch_plugins/cadstar/cadstar_sch_archive_plugin.h [new file with mode: 0644]
eeschema/sch_plugins/eagle/sch_eagle_plugin.cpp [new file with mode: 0644]
eeschema/sch_plugins/eagle/sch_eagle_plugin.h [new file with mode: 0644]
eeschema/sch_plugins/kicad/sch_sexpr_parser.cpp [new file with mode: 0644]
eeschema/sch_plugins/kicad/sch_sexpr_parser.h [new file with mode: 0644]
eeschema/sch_plugins/kicad/sch_sexpr_plugin.cpp [new file with mode: 0644]
eeschema/sch_plugins/kicad/sch_sexpr_plugin.h [new file with mode: 0644]
eeschema/sch_plugins/legacy/sch_legacy_plugin.cpp [new file with mode: 0644]
eeschema/sch_plugins/legacy/sch_legacy_plugin.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.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_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_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/netlist_exporter_pspice_sim.cpp [new file with mode: 0644]
eeschema/sim/netlist_exporter_pspice_sim.h [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_panel_base.cpp [new file with mode: 0644]
eeschema/sim/sim_panel_base.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_frame.cpp [new file with mode: 0644]
eeschema/sim/sim_plot_frame.h [new file with mode: 0644]
eeschema/sim/sim_plot_frame_base.cpp [new file with mode: 0644]
eeschema/sim/sim_plot_frame_base.fbp [new file with mode: 0644]
eeschema/sim/sim_plot_frame_base.h [new file with mode: 0644]
eeschema/sim/sim_plot_panel.cpp [new file with mode: 0644]
eeschema/sim/sim_plot_panel.h [new file with mode: 0644]
eeschema/sim/sim_types.h [new file with mode: 0644]
eeschema/sim/sim_workbook.cpp [new file with mode: 0644]
eeschema/sim/sim_workbook.h [new file with mode: 0644]
eeschema/sim/spice_reporter.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/symbol_async_loader.cpp [new file with mode: 0644]
eeschema/symbol_async_loader.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/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_library_manager.cpp [new file with mode: 0644]
eeschema/symbol_editor/symbol_library_manager.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_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_control.cpp [new file with mode: 0644]
eeschema/tools/sch_editor_control.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/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/transform.cpp [new file with mode: 0644]
eeschema/transform.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/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/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_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_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/dialogs/panel_gerbview_settings.cpp [new file with mode: 0644]
gerbview/dialogs/panel_gerbview_settings.h [new file with mode: 0644]
gerbview/dialogs/panel_gerbview_settings_base.cpp [new file with mode: 0644]
gerbview/dialogs/panel_gerbview_settings_base.fbp [new file with mode: 0644]
gerbview/dialogs/panel_gerbview_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/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/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]
helpers/gal_bitmap_font/README [new file with mode: 0644]
helpers/gal_bitmap_font/UbuntuMono-R.ttf_sdf.png [new file with mode: 0644]
helpers/gal_bitmap_font/UbuntuMono-R.ttf_sdf.txt [new file with mode: 0644]
helpers/gal_bitmap_font/bitmap_font.fnt [new file with mode: 0644]
helpers/gal_bitmap_font/bitmap_font.png [new file with mode: 0644]
helpers/gal_bitmap_font/bitmap_font_2048.fnt [new file with mode: 0644]
helpers/gal_bitmap_font/bitmap_font_2048_0.png [new file with mode: 0644]
helpers/gal_bitmap_font/bitmap_font_2048_0_img.c [new file with mode: 0644]
helpers/gal_bitmap_font/bitmap_font_2048_desc.c [new file with mode: 0644]
helpers/gal_bitmap_font/bitmap_font_desc.c [new file with mode: 0644]
helpers/gal_bitmap_font/bitmap_font_img.c [new file with mode: 0644]
helpers/gal_bitmap_font/fnt2struct.py [new file with mode: 0644]
helpers/gal_bitmap_font/fnt2struct_2.py [new file with mode: 0644]
helpers/gal_bitmap_font/font1024.bmfc [new file with mode: 0644]
helpers/gal_bitmap_font/font2048.bmfc [new file with mode: 0644]
helpers/gal_bitmap_font/hiero_desc.c [new file with mode: 0644]
helpers/gal_bitmap_font/hiero_img.c [new file with mode: 0644]
helpers/gal_bitmap_font/png2struct.py [new file with mode: 0644]
helpers/git/fixes_alias [new file with mode: 0644]
helpers/git/format_alias [new file with mode: 0644]
helpers/tools_to_build_newstroke-font/AUTHOR.txt [new file with mode: 0644]
helpers/tools_to_build_newstroke-font/CJK_symbol.lib [new file with mode: 0644]
helpers/tools_to_build_newstroke-font/CKJ_wide.lib [new file with mode: 0644]
helpers/tools_to_build_newstroke-font/README.txt [new file with mode: 0644]
helpers/tools_to_build_newstroke-font/charlist.txt [new file with mode: 0644]
helpers/tools_to_build_newstroke-font/charlist_without_CJK.txt [new file with mode: 0644]
helpers/tools_to_build_newstroke-font/coord.txt [new file with mode: 0644]
helpers/tools_to_build_newstroke-font/font-cache.lib [new file with mode: 0644]
helpers/tools_to_build_newstroke-font/font.dcm [new file with mode: 0644]
helpers/tools_to_build_newstroke-font/font.kicad_pcb [new file with mode: 0644]
helpers/tools_to_build_newstroke-font/font.lib [new file with mode: 0644]
helpers/tools_to_build_newstroke-font/font.pro [new file with mode: 0644]
helpers/tools_to_build_newstroke-font/font.sch [new file with mode: 0644]
helpers/tools_to_build_newstroke-font/font_draft.sch [new file with mode: 0644]
helpers/tools_to_build_newstroke-font/font_draft1.lib [new file with mode: 0644]
helpers/tools_to_build_newstroke-font/fontconv.awk [new file with mode: 0644]
helpers/tools_to_build_newstroke-font/half_full.lib [new file with mode: 0644]
helpers/tools_to_build_newstroke-font/hiragana.lib [new file with mode: 0644]
helpers/tools_to_build_newstroke-font/katakana.lib [new file with mode: 0644]
helpers/tools_to_build_newstroke-font/scale.py [new file with mode: 0644]
helpers/tools_to_build_newstroke-font/sym-lib-table [new file with mode: 0644]
helpers/tools_to_build_newstroke-font/symbol.dcm [new file with mode: 0644]
helpers/tools_to_build_newstroke-font/symbol.lib [new file with mode: 0644]
helpers/tools_to_build_newstroke-font/symbols.sch [new file with mode: 0644]
helpers/tools_to_build_newstroke-font/test.h [new file with mode: 0644]
helpers/tools_to_build_newstroke-font/testlist.txt [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/base64.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/basic_gal.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.h [new file with mode: 0644]
include/bitmaps/bitmap_info.h.in [new file with mode: 0644]
include/bitmaps/bitmap_opaque.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/class_draw_panel_gal.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/convert_to_biu.h [new file with mode: 0644]
include/core/arraydim.h [new file with mode: 0644]
include/core/kicad_algo.h [new file with mode: 0644]
include/core/minoptmax.h [new file with mode: 0644]
include/core/mirror.h [new file with mode: 0644]
include/core/optional.h [new file with mode: 0644]
include/core/spinlock.h [new file with mode: 0644]
include/core/typeinfo.h [new file with mode: 0644]
include/core/wx_stl_compat.h [new file with mode: 0644]
include/dialog_shim.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_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_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_gal_display_options.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/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_rect.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_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/filehistory.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/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/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_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_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/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/stroke_font.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/gl_context_mgr.h [new file with mode: 0644]
include/gl_utils.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/html_window.h [new file with mode: 0644]
include/i18n_utility.h [new file with mode: 0644]
include/id.h [new file with mode: 0644]
include/ignore.h [new file with mode: 0644]
include/import_export.h [new file with mode: 0644]
include/inspectable.h [new file with mode: 0644]
include/intrusive_list.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/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_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/menus_helpers.h [new file with mode: 0644]
include/multivector.h [new file with mode: 0644]
include/netclass.h [new file with mode: 0644]
include/newstroke_font.h [new file with mode: 0644]
include/observable.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/painter.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_group.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/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/profile.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.h [new file with mode: 0644]
include/property.h [new file with mode: 0644]
include/property_mgr.h [new file with mode: 0644]
include/ptree.h [new file with mode: 0644]
include/rc_item.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/color_settings.h [new file with mode: 0644]
include/settings/common_settings.h [new file with mode: 0644]
include/settings/environment.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/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_utils.h [new file with mode: 0644]
include/sync_queue.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/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/utf8.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/collapsible_pane.h [new file with mode: 0644]
include/widgets/color_swatch.h [new file with mode: 0644]
include/widgets/footprint_choice.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_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/indicator_icon.h [new file with mode: 0644]
include/widgets/infobar.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/split_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_ellipsized_static_text.h [new file with mode: 0644]
include/widgets/wx_grid.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_splitter_window.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/wxdataviewctrl_helpers.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/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/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_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_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/kicad_settings.cpp [new file with mode: 0644]
kicad/kicad_settings.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]
libs/CMakeLists.txt [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/circle.h [new file with mode: 0644]
libs/kimath/include/geometry/convex_hull.h [new file with mode: 0644]
libs/kimath/include/geometry/direction45.h [new file with mode: 0644]
libs/kimath/include/geometry/geometry_utils.h [new file with mode: 0644]
libs/kimath/include/geometry/poly_grid_partition.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/math/box2.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/vector3.h [new file with mode: 0644]
libs/kimath/include/md5_hash.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/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/geometry_utils.cpp [new file with mode: 0644]
libs/kimath/src/geometry/poly_grid_partition.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/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/environment.cpp [new file with mode: 0644]
libs/kiplatform/gtk/ui.cpp [new file with mode: 0644]
libs/kiplatform/include/kiplatform/app.h [new file with mode: 0644]
libs/kiplatform/include/kiplatform/environment.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/environment.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/environment.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/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/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/panel_attenuators.cpp [new file with mode: 0644]
pcb_calculator/calculator_panels/panel_attenuators.h [new file with mode: 0644]
pcb_calculator/calculator_panels/panel_attenuators_base.cpp [new file with mode: 0644]
pcb_calculator/calculator_panels/panel_attenuators_base.fbp [new file with mode: 0644]
pcb_calculator/calculator_panels/panel_attenuators_base.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_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_eserie.cpp [new file with mode: 0644]
pcb_calculator/calculator_panels/panel_eserie.h [new file with mode: 0644]
pcb_calculator/calculator_panels/panel_eserie_base.cpp [new file with mode: 0644]
pcb_calculator/calculator_panels/panel_eserie_base.fbp [new file with mode: 0644]
pcb_calculator/calculator_panels/panel_eserie_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_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/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/eserie.cpp [new file with mode: 0644]
pcb_calculator/eserie.h [new file with mode: 0644]
pcb_calculator/eserie_help.h [new file with mode: 0644]
pcb_calculator/eserie_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_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/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/rect_placement/RectanglePlacement.txt [new file with mode: 0644]
pcbnew/autorouter/rect_placement/rect_placement.cpp [new file with mode: 0644]
pcbnew/autorouter/rect_placement/rect_placement.h [new file with mode: 0644]
pcbnew/autorouter/spread_footprints.cpp [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_choose_footprint.cpp [new file with mode: 0644]
pcbnew/dialogs/dialog_choose_footprint.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_constraints_reporter.cpp [new file with mode: 0644]
pcbnew/dialogs/dialog_constraints_reporter.h [new file with mode: 0644]
pcbnew/dialogs/dialog_constraints_reporter_base.cpp [new file with mode: 0644]
pcbnew/dialogs/dialog_constraints_reporter_base.fbp [new file with mode: 0644]
pcbnew/dialogs/dialog_constraints_reporter_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_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_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_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_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_fp_plugin_options.cpp [new file with mode: 0644]
pcbnew/dialogs/dialog_fp_plugin_options_base.cpp [new file with mode: 0644]
pcbnew/dialogs/dialog_fp_plugin_options_base.fbp [new file with mode: 0644]
pcbnew/dialogs/dialog_fp_plugin_options_base.h [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_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_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_graphic_item_properties.cpp [new file with mode: 0644]
pcbnew/dialogs/dialog_graphic_item_properties_base.cpp [new file with mode: 0644]
pcbnew/dialogs/dialog_graphic_item_properties_base.fbp [new file with mode: 0644]
pcbnew/dialogs/dialog_graphic_item_properties_base.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_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_netlist.cpp [new file with mode: 0644]
pcbnew/dialogs/dialog_netlist.h [new file with mode: 0644]
pcbnew/dialogs/dialog_netlist_base.cpp [new file with mode: 0644]
pcbnew/dialogs/dialog_netlist_base.fbp [new file with mode: 0644]
pcbnew/dialogs/dialog_netlist_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_basicshapes_properties.cpp [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_length_tuning_settings.cpp [new file with mode: 0644]
pcbnew/dialogs/dialog_pns_length_tuning_settings.h [new file with mode: 0644]
pcbnew/dialogs/dialog_pns_length_tuning_settings_base.cpp [new file with mode: 0644]
pcbnew/dialogs/dialog_pns_length_tuning_settings_base.fbp [new file with mode: 0644]
pcbnew/dialogs/dialog_pns_length_tuning_settings_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_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_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_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_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_display_options.cpp [new file with mode: 0644]
pcbnew/dialogs/panel_display_options.h [new file with mode: 0644]
pcbnew/dialogs/panel_display_options_base.cpp [new file with mode: 0644]
pcbnew/dialogs/panel_display_options_base.fbp [new file with mode: 0644]
pcbnew/dialogs/panel_display_options_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_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_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_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/drc/drc_engine.cpp [new file with mode: 0644]
pcbnew/drc/drc_engine.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_results_provider.cpp [new file with mode: 0644]
pcbnew/drc/drc_results_provider.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_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_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_lvs.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_silk_clearance.cpp [new file with mode: 0644]
pcbnew/drc/drc_test_provider_silk_to_mask.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/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_footprints_placefile.cpp [new file with mode: 0644]
pcbnew/exporters/export_footprints_placefile.h [new file with mode: 0644]
pcbnew/exporters/export_gencad.cpp [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_vrml.cpp [new file with mode: 0644]
pcbnew/exporters/export_vrml.h [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/gen_footprints_placefile.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/files.cpp [new file with mode: 0644]
pcbnew/footprint.cpp [new file with mode: 0644]
pcbnew/footprint.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_shape.cpp [new file with mode: 0644]
pcbnew/fp_shape.h [new file with mode: 0644]
pcbnew/fp_text.cpp [new file with mode: 0644]
pcbnew/fp_text.h [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/generate_footprint_info.cpp [new file with mode: 0644]
pcbnew/generate_footprint_info.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_gfx.cpp [new file with mode: 0644]
pcbnew/import_gfx/dialog_import_gfx.h [new file with mode: 0644]
pcbnew/import_gfx/dialog_import_gfx_base.cpp [new file with mode: 0644]
pcbnew/import_gfx/dialog_import_gfx_base.fbp [new file with mode: 0644]
pcbnew/import_gfx/dialog_import_gfx_base.h [new file with mode: 0644]
pcbnew/import_gfx/dxf_import_plugin.cpp [new file with mode: 0644]
pcbnew/import_gfx/dxf_import_plugin.h [new file with mode: 0644]
pcbnew/import_gfx/examples/basic_ellipses.dxf [new file with mode: 0644]
pcbnew/import_gfx/examples/test_outlines.dxf [new file with mode: 0644]
pcbnew/import_gfx/graphics_import_mgr.cpp [new file with mode: 0644]
pcbnew/import_gfx/graphics_import_mgr.h [new file with mode: 0644]
pcbnew/import_gfx/graphics_import_plugin.h [new file with mode: 0644]
pcbnew/import_gfx/graphics_importer.cpp [new file with mode: 0644]
pcbnew/import_gfx/graphics_importer.h [new file with mode: 0644]
pcbnew/import_gfx/graphics_importer_buffer.cpp [new file with mode: 0644]
pcbnew/import_gfx/graphics_importer_buffer.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/import_gfx/svg_import_plugin.cpp [new file with mode: 0644]
pcbnew/import_gfx/svg_import_plugin.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/io_mgr.cpp [new file with mode: 0644]
pcbnew/io_mgr.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/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_display_options.cpp [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_expr_evaluator.cpp [new file with mode: 0644]
pcbnew/pcb_expr_evaluator.h [new file with mode: 0644]
pcbnew/pcb_group.cpp [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_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_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/pcbnew.cpp [new file with mode: 0644]
pcbnew/pcbnew.h [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_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/plugin.cpp [new file with mode: 0644]
pcbnew/plugins/altium/CMakeLists.txt [new file with mode: 0644]
pcbnew/plugins/altium/altium_circuit_maker_plugin.cpp [new file with mode: 0644]
pcbnew/plugins/altium/altium_circuit_maker_plugin.h [new file with mode: 0644]
pcbnew/plugins/altium/altium_circuit_studio_plugin.cpp [new file with mode: 0644]
pcbnew/plugins/altium/altium_circuit_studio_plugin.h [new file with mode: 0644]
pcbnew/plugins/altium/altium_designer_plugin.cpp [new file with mode: 0644]
pcbnew/plugins/altium/altium_designer_plugin.h [new file with mode: 0644]
pcbnew/plugins/altium/altium_parser.ksy [new file with mode: 0644]
pcbnew/plugins/altium/altium_parser_pcb.cpp [new file with mode: 0644]
pcbnew/plugins/altium/altium_parser_pcb.h [new file with mode: 0644]
pcbnew/plugins/altium/altium_pcb.cpp [new file with mode: 0644]
pcbnew/plugins/altium/altium_pcb.h [new file with mode: 0644]
pcbnew/plugins/altium/altium_rule_transformer.cpp [new file with mode: 0644]
pcbnew/plugins/altium/altium_rule_transformer.h [new file with mode: 0644]
pcbnew/plugins/cadstar/CMakeLists.txt [new file with mode: 0644]
pcbnew/plugins/cadstar/cadstar_pcb_archive_loader.cpp [new file with mode: 0644]
pcbnew/plugins/cadstar/cadstar_pcb_archive_loader.h [new file with mode: 0644]
pcbnew/plugins/cadstar/cadstar_pcb_archive_parser.cpp [new file with mode: 0644]
pcbnew/plugins/cadstar/cadstar_pcb_archive_parser.h [new file with mode: 0644]
pcbnew/plugins/cadstar/cadstar_pcb_archive_plugin.cpp [new file with mode: 0644]
pcbnew/plugins/cadstar/cadstar_pcb_archive_plugin.h [new file with mode: 0644]
pcbnew/plugins/common/plugin_common_layer_mapping.h [new file with mode: 0644]
pcbnew/plugins/eagle/eagle_plugin.cpp [new file with mode: 0644]
pcbnew/plugins/eagle/eagle_plugin.h [new file with mode: 0644]
pcbnew/plugins/fabmaster/CMakeLists.txt [new file with mode: 0644]
pcbnew/plugins/fabmaster/fabmaster_plugin.cpp [new file with mode: 0644]
pcbnew/plugins/fabmaster/fabmaster_plugin.h [new file with mode: 0644]
pcbnew/plugins/fabmaster/import_fabmaster.cpp [new file with mode: 0644]
pcbnew/plugins/fabmaster/import_fabmaster.h [new file with mode: 0644]
pcbnew/plugins/geda/gpcb_plugin.cpp [new file with mode: 0644]
pcbnew/plugins/geda/gpcb_plugin.h [new file with mode: 0644]
pcbnew/plugins/kicad/pcb_parser.cpp [new file with mode: 0644]
pcbnew/plugins/kicad/pcb_parser.h [new file with mode: 0644]
pcbnew/plugins/kicad/pcb_plugin.cpp [new file with mode: 0644]
pcbnew/plugins/kicad/pcb_plugin.h [new file with mode: 0644]
pcbnew/plugins/legacy/legacy_plugin.cpp [new file with mode: 0644]
pcbnew/plugins/legacy/legacy_plugin.h [new file with mode: 0644]
pcbnew/plugins/pcad/CMakeLists.txt [new file with mode: 0644]
pcbnew/plugins/pcad/examples/files.txt [new file with mode: 0644]
pcbnew/plugins/pcad/pcad2kicad_common.cpp [new file with mode: 0644]
pcbnew/plugins/pcad/pcad2kicad_common.h [new file with mode: 0644]
pcbnew/plugins/pcad/pcad_item_types.h [new file with mode: 0644]
pcbnew/plugins/pcad/pcad_plugin.cpp [new file with mode: 0644]
pcbnew/plugins/pcad/pcad_plugin.h [new file with mode: 0644]
pcbnew/plugins/pcad/pcb.cpp [new file with mode: 0644]
pcbnew/plugins/pcad/pcb.h [new file with mode: 0644]
pcbnew/plugins/pcad/pcb_arc.cpp [new file with mode: 0644]
pcbnew/plugins/pcad/pcb_arc.h [new file with mode: 0644]
pcbnew/plugins/pcad/pcb_callbacks.h [new file with mode: 0644]
pcbnew/plugins/pcad/pcb_component.cpp [new file with mode: 0644]
pcbnew/plugins/pcad/pcb_component.h [new file with mode: 0644]
pcbnew/plugins/pcad/pcb_copper_pour.cpp [new file with mode: 0644]
pcbnew/plugins/pcad/pcb_copper_pour.h [new file with mode: 0644]
pcbnew/plugins/pcad/pcb_cutout.cpp [new file with mode: 0644]
pcbnew/plugins/pcad/pcb_cutout.h [new file with mode: 0644]
pcbnew/plugins/pcad/pcb_footprint.cpp [new file with mode: 0644]
pcbnew/plugins/pcad/pcb_footprint.h [new file with mode: 0644]
pcbnew/plugins/pcad/pcb_keepout.cpp [new file with mode: 0644]
pcbnew/plugins/pcad/pcb_keepout.h [new file with mode: 0644]
pcbnew/plugins/pcad/pcb_line.cpp [new file with mode: 0644]
pcbnew/plugins/pcad/pcb_line.h [new file with mode: 0644]
pcbnew/plugins/pcad/pcb_net.cpp [new file with mode: 0644]
pcbnew/plugins/pcad/pcb_net.h [new file with mode: 0644]
pcbnew/plugins/pcad/pcb_pad.cpp [new file with mode: 0644]
pcbnew/plugins/pcad/pcb_pad.h [new file with mode: 0644]
pcbnew/plugins/pcad/pcb_pad_shape.cpp [new file with mode: 0644]
pcbnew/plugins/pcad/pcb_pad_shape.h [new file with mode: 0644]
pcbnew/plugins/pcad/pcb_plane.cpp [new file with mode: 0644]
pcbnew/plugins/pcad/pcb_plane.h [new file with mode: 0644]
pcbnew/plugins/pcad/pcb_polygon.cpp [new file with mode: 0644]
pcbnew/plugins/pcad/pcb_polygon.h [new file with mode: 0644]
pcbnew/plugins/pcad/pcb_text.cpp [new file with mode: 0644]
pcbnew/plugins/pcad/pcb_text.h [new file with mode: 0644]
pcbnew/plugins/pcad/pcb_via.cpp [new file with mode: 0644]
pcbnew/plugins/pcad/pcb_via.h [new file with mode: 0644]
pcbnew/plugins/pcad/pcb_via_shape.cpp [new file with mode: 0644]
pcbnew/plugins/pcad/pcb_via_shape.h [new file with mode: 0644]
pcbnew/plugins/pcad/s_expr_loader.cpp [new file with mode: 0644]
pcbnew/plugins/pcad/s_expr_loader.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/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/fp_shape.i [new file with mode: 0644]
pcbnew/python/swig/fp_text.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_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_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/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/length_tuner_tool.cpp [new file with mode: 0644]
pcbnew/router/length_tuner_tool.h [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_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_tune_status_popup.cpp [new file with mode: 0644]
pcbnew/router/pns_tune_status_popup.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_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/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/footprint_editor_control.cpp [new file with mode: 0644]
pcbnew/tools/footprint_editor_control.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/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_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/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/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]
pcbnew/zones_functions_for_undo_redo.cpp [new file with mode: 0644]
pcbnew/zones_functions_for_undo_redo.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/common/CMakeLists.txt [new file with mode: 0644]
qa/common/color4d_test_utils.h [new file with mode: 0644]
qa/common/common_mocks.cpp [new file with mode: 0644]
qa/common/libeval/test_numeric_evaluator.cpp [new file with mode: 0644]
qa/common/plugins/altium/test_altium_parser.cpp [new file with mode: 0644]
qa/common/plugins/altium/test_altium_parser_utils.cpp [new file with mode: 0644]
qa/common/test_array_axis.cpp [new file with mode: 0644]
qa/common/test_array_options.cpp [new file with mode: 0644]
qa/common/test_bitmap_base.cpp [new file with mode: 0644]
qa/common/test_color4d.cpp [new file with mode: 0644]
qa/common/test_coroutine.cpp [new file with mode: 0644]
qa/common/test_eda_rect.cpp [new file with mode: 0644]
qa/common/test_format_units.cpp [new file with mode: 0644]
qa/common/test_kicad_string.cpp [new file with mode: 0644]
qa/common/test_kiid.cpp [new file with mode: 0644]
qa/common/test_lib_table.cpp [new file with mode: 0644]
qa/common/test_module.cpp [new file with mode: 0644]
qa/common/test_property.cpp [new file with mode: 0644]
qa/common/test_refdes_utils.cpp [new file with mode: 0644]
qa/common/test_title_block.cpp [new file with mode: 0644]
qa/common/test_types.cpp [new file with mode: 0644]
qa/common/test_utf8.cpp [new file with mode: 0644]
qa/common/test_wildcards_and_files_ext.cpp [new file with mode: 0644]
qa/common/test_wx_filename.cpp [new file with mode: 0644]
qa/common/view/test_zoom_controller.cpp [new file with mode: 0644]
qa/common/wximage_test_utils.cpp [new file with mode: 0644]
qa/common/wximage_test_utils.h [new file with mode: 0644]
qa/common_tools/CMakeLists.txt [new file with mode: 0644]
qa/common_tools/main.cpp [new file with mode: 0644]
qa/common_tools/tools/coroutines/coroutines.cpp [new file with mode: 0644]
qa/common_tools/tools/io_benchmark/io_benchmark.cpp [new file with mode: 0644]
qa/common_tools/tools/sexpr_parser/sexpr_parse.cpp [new file with mode: 0644]
qa/data/complex_hierarchy.kicad_pcb [new file with mode: 0644]
qa/data/complex_hierarchy.kicad_pro [new file with mode: 0644]
qa/data/custom_fields.kicad_pcb [new file with mode: 0644]
qa/data/custom_fields.kicad_pro [new file with mode: 0644]
qa/data/custom_fields.kicad_sch [new file with mode: 0644]
qa/data/custom_pads.kicad_pcb [new file with mode: 0644]
qa/data/custom_pads.kicad_pro [new file with mode: 0644]
qa/data/issue1358.kicad_pcb [new file with mode: 0644]
qa/data/issue1358.kicad_pro [new file with mode: 0755]
qa/data/issue18.kicad_pcb [new file with mode: 0644]
qa/data/issue2528.kicad_pcb [new file with mode: 0644]
qa/data/issue2528.kicad_pro [new file with mode: 0644]
qa/data/issue2568.kicad_pcb [new file with mode: 0644]
qa/data/issue2904.kicad_pcb [new file with mode: 0644]
qa/data/issue3812.kicad_pcb [new file with mode: 0644]
qa/data/issue3812.kicad_pro [new file with mode: 0644]
qa/data/issue4139.kicad_pcb [new file with mode: 0755]
qa/data/issue4257.kicad_pcb [new file with mode: 0644]
qa/data/issue4257.pro [new file with mode: 0644]
qa/data/issue4774.kicad_pcb [new file with mode: 0644]
qa/data/issue4774.kicad_pro [new file with mode: 0644]
qa/data/issue5093.kicad_pcb [new file with mode: 0755]
qa/data/issue5102.kicad_pcb [new file with mode: 0644]
qa/data/issue5313.kicad_pcb [new file with mode: 0755]
qa/data/issue5320.kicad_pcb [new file with mode: 0755]
qa/data/issue5320.kicad_pro [new file with mode: 0755]
qa/data/issue5567.kicad_pcb [new file with mode: 0644]
qa/data/issue5567.kicad_pro [new file with mode: 0644]
qa/data/issue5750.kicad_pcb [new file with mode: 0644]
qa/data/issue5830.kicad_pcb [new file with mode: 0644]
qa/data/issue5830.kicad_pro [new file with mode: 0755]
qa/data/issue5854.kicad_pcb [new file with mode: 0644]
qa/data/issue5854.kicad_pro [new file with mode: 0644]
qa/data/issue5978.kicad_pcb [new file with mode: 0644]
qa/data/issue5978.kicad_pro [new file with mode: 0644]
qa/data/issue5990.kicad_pcb [new file with mode: 0755]
qa/data/issue5990.kicad_pro [new file with mode: 0755]
qa/data/issue6039.kicad_pcb [new file with mode: 0644]
qa/data/issue6039.kicad_pro [new file with mode: 0644]
qa/data/issue6260.kicad_pcb [new file with mode: 0644]
qa/data/issue6260.kicad_pro [new file with mode: 0644]
qa/data/issue6284.kicad_pcb [new file with mode: 0644]
qa/data/issue6443.kicad_pcb [new file with mode: 0644]
qa/data/issue6879.kicad_dru [new file with mode: 0755]
qa/data/issue6879.kicad_pcb [new file with mode: 0644]
qa/data/issue6879.kicad_pro [new file with mode: 0755]
qa/data/issue6945.kicad_dru [new file with mode: 0755]
qa/data/issue6945.kicad_pcb [new file with mode: 0644]
qa/data/issue6945.kicad_pro [new file with mode: 0644]
qa/data/issue7004.kicad_pcb [new file with mode: 0755]
qa/data/issue7004.pro [new file with mode: 0755]
qa/data/issue7086.kicad_pcb [new file with mode: 0644]
qa/data/issue7241.kicad_pcb [new file with mode: 0644]
qa/data/issue7267.kicad_pcb [new file with mode: 0644]
qa/data/issue7267.kicad_pro [new file with mode: 0755]
qa/data/issue7325.kicad_dru [new file with mode: 0755]
qa/data/issue7325.kicad_pcb [new file with mode: 0644]
qa/data/issue7325.kicad_pro [new file with mode: 0755]
qa/data/issue7567.kicad_dru [new file with mode: 0644]
qa/data/issue7567.kicad_pcb [new file with mode: 0644]
qa/data/issue7975.kicad_pcb [new file with mode: 0644]
qa/data/issue7975.kicad_pro [new file with mode: 0644]
qa/data/issue8003.kicad_pcb [new file with mode: 0644]
qa/data/issue8003.kicad_pro [new file with mode: 0644]
qa/data/issue832.kicad_pcb [new file with mode: 0644]
qa/data/issue8407.kicad_pcb [new file with mode: 0644]
qa/data/issue8407.kicad_pro [new file with mode: 0644]
qa/data/issue8883.kicad_pcb [new file with mode: 0755]
qa/data/issue8883.kicad_pro [new file with mode: 0755]
qa/data/issue8909.kicad_pcb [new file with mode: 0644]
qa/data/issue8909.kicad_pro [new file with mode: 0644]
qa/data/issue9081.kicad_pcb [new file with mode: 0644]
qa/data/issue9081.kicad_pro [new file with mode: 0644]
qa/data/notched_zones.kicad_pcb [new file with mode: 0644]
qa/data/tracks_arcs_vias.kicad_pcb [new file with mode: 0644]
qa/data/tracks_arcs_vias.kicad_pro [new file with mode: 0644]
qa/data/tracks_arcs_vias.kicad_sch [new file with mode: 0644]
qa/data/zone_filler.kicad_pcb [new file with mode: 0644]
qa/drc_proto/CMakeLists.txt [new file with mode: 0644]
qa/drc_proto/drc_proto.cpp [new file with mode: 0644]
qa/drc_proto/drc_proto.h [new file with mode: 0644]
qa/drc_proto/drc_proto_test.cpp [new file with mode: 0644]
qa/drc_proto/test_cases/basic_clearance/board.kicad_dru [new file with mode: 0644]
qa/drc_proto/test_cases/basic_clearance/board.kicad_pcb [new file with mode: 0644]
qa/drc_proto/test_cases/basic_clearance/board.kicad_pro [new file with mode: 0644]
qa/drc_proto/test_cases/basic_clearance/drc-rules [new file with mode: 0644]
qa/drc_proto/test_cases/basic_edge_clearance/board.kicad_dru [new file with mode: 0644]
qa/drc_proto/test_cases/basic_edge_clearance/board.kicad_pcb [new file with mode: 0644]
qa/drc_proto/test_cases/basic_edge_clearance/board.kicad_pro [new file with mode: 0644]
qa/drc_proto/test_cases/basic_hole_clearance/board.kicad_pcb [new file with mode: 0644]
qa/eeschema/CMakeLists.txt [new file with mode: 0644]
qa/eeschema/data/eagle_schematics/eagle-import-testfile.brd [new file with mode: 0644]
qa/eeschema/data/eagle_schematics/eagle-import-testfile.sch [new file with mode: 0644]
qa/eeschema/data/fixtures_eagle_plugin.h [new file with mode: 0644]
qa/eeschema/data/netlists/bus_entries/bus_entries.kicad_pro [new file with mode: 0644]
qa/eeschema/data/netlists/bus_entries/bus_entries.kicad_sch [new file with mode: 0644]
qa/eeschema/data/netlists/bus_entries/bus_entries.net [new file with mode: 0644]
qa/eeschema/data/netlists/bus_junctions/bus_junctions.kicad_pro [new file with mode: 0644]
qa/eeschema/data/netlists/bus_junctions/bus_junctions.kicad_sch [new file with mode: 0644]
qa/eeschema/data/netlists/bus_junctions/bus_junctions.net [new file with mode: 0644]
qa/eeschema/data/netlists/complex_hierarchy/ampli_ht.kicad_sch [new file with mode: 0644]
qa/eeschema/data/netlists/complex_hierarchy/ampli_ht.sch [new file with mode: 0644]
qa/eeschema/data/netlists/complex_hierarchy/complex_hierarchy-cache.lib [new file with mode: 0644]
qa/eeschema/data/netlists/complex_hierarchy/complex_hierarchy.kicad_pro [new file with mode: 0644]
qa/eeschema/data/netlists/complex_hierarchy/complex_hierarchy.kicad_sch [new file with mode: 0644]
qa/eeschema/data/netlists/complex_hierarchy/complex_hierarchy.net [new file with mode: 0644]
qa/eeschema/data/netlists/complex_hierarchy/complex_hierarchy.pro [new file with mode: 0644]
qa/eeschema/data/netlists/complex_hierarchy/complex_hierarchy.sch [new file with mode: 0644]
qa/eeschema/data/netlists/complex_hierarchy/complex_hierarchy_schlib.lib [new file with mode: 0644]
qa/eeschema/data/netlists/complex_hierarchy/fp-lib-table [new file with mode: 0644]
qa/eeschema/data/netlists/complex_hierarchy/sym-lib-table [new file with mode: 0644]
qa/eeschema/data/netlists/complex_hierarchy_shared/ampli_ht/ampli_ht.kicad_pro [new file with mode: 0644]
qa/eeschema/data/netlists/complex_hierarchy_shared/ampli_ht/ampli_ht.kicad_sch [new file with mode: 0644]
qa/eeschema/data/netlists/complex_hierarchy_shared/ampli_ht/filter.kicad_sch [new file with mode: 0644]
qa/eeschema/data/netlists/complex_hierarchy_shared/complex_hierarchy.kicad_pro [new file with mode: 0644]
qa/eeschema/data/netlists/complex_hierarchy_shared/complex_hierarchy.kicad_sch [new file with mode: 0644]
qa/eeschema/data/netlists/group_bus_matching/group_bus_matching.kicad_pro [new file with mode: 0644]
qa/eeschema/data/netlists/group_bus_matching/group_bus_matching.kicad_sch [new file with mode: 0644]
qa/eeschema/data/netlists/group_bus_matching/group_bus_matching.net [new file with mode: 0644]
qa/eeschema/data/netlists/group_bus_matching/subsheet1.kicad_sch [new file with mode: 0644]
qa/eeschema/data/netlists/group_bus_matching/subsheet2.kicad_sch [new file with mode: 0644]
qa/eeschema/data/netlists/noconnects/noconnects.kicad_pro [new file with mode: 0644]
qa/eeschema/data/netlists/noconnects/noconnects.kicad_sch [new file with mode: 0644]
qa/eeschema/data/netlists/noconnects/noconnects.net [new file with mode: 0644]
qa/eeschema/data/netlists/prefix_bus_alias/prefix_bus_alias.kicad_pro [new file with mode: 0644]
qa/eeschema/data/netlists/prefix_bus_alias/prefix_bus_alias.kicad_sch [new file with mode: 0644]
qa/eeschema/data/netlists/prefix_bus_alias/prefix_bus_alias.net [new file with mode: 0644]
qa/eeschema/data/netlists/prefix_bus_alias/subsheet1.kicad_sch [new file with mode: 0644]
qa/eeschema/data/netlists/prefix_bus_alias/subsheet2.kicad_sch [new file with mode: 0644]
qa/eeschema/data/netlists/test_global_promotion/Sub.kicad_sch [new file with mode: 0644]
qa/eeschema/data/netlists/test_global_promotion/Sub.sch [new file with mode: 0644]
qa/eeschema/data/netlists/test_global_promotion/test_global_promotion-cache.lib [new file with mode: 0644]
qa/eeschema/data/netlists/test_global_promotion/test_global_promotion.kicad_pro [new file with mode: 0644]
qa/eeschema/data/netlists/test_global_promotion/test_global_promotion.kicad_sch [new file with mode: 0644]
qa/eeschema/data/netlists/test_global_promotion/test_global_promotion.net [new file with mode: 0644]
qa/eeschema/data/netlists/test_global_promotion/test_global_promotion.pro [new file with mode: 0644]
qa/eeschema/data/netlists/test_global_promotion/test_global_promotion.sch [new file with mode: 0644]
qa/eeschema/data/netlists/test_global_promotion_2/subsheet.kicad_sch [new file with mode: 0644]
qa/eeschema/data/netlists/test_global_promotion_2/subsheet.sch [new file with mode: 0644]
qa/eeschema/data/netlists/test_global_promotion_2/test_global_promotion_2-cache.lib [new file with mode: 0644]
qa/eeschema/data/netlists/test_global_promotion_2/test_global_promotion_2.kicad_pro [new file with mode: 0644]
qa/eeschema/data/netlists/test_global_promotion_2/test_global_promotion_2.kicad_sch [new file with mode: 0644]
qa/eeschema/data/netlists/test_global_promotion_2/test_global_promotion_2.net [new file with mode: 0644]
qa/eeschema/data/netlists/test_global_promotion_2/test_global_promotion_2.pro [new file with mode: 0644]
qa/eeschema/data/netlists/test_global_promotion_2/test_global_promotion_2.sch [new file with mode: 0644]
qa/eeschema/data/netlists/test_hier_renaming/LED_matrix_x6.kicad_sch [new file with mode: 0644]
qa/eeschema/data/netlists/test_hier_renaming/test_hier_renaming.kicad_pro [new file with mode: 0644]
qa/eeschema/data/netlists/test_hier_renaming/test_hier_renaming.kicad_sch [new file with mode: 0644]
qa/eeschema/data/netlists/test_hier_renaming/test_hier_renaming.net [new file with mode: 0644]
qa/eeschema/data/netlists/top_level_hier_pins/subsheet.kicad_sch [new file with mode: 0644]
qa/eeschema/data/netlists/top_level_hier_pins/subsubsheet.kicad_sch [new file with mode: 0644]
qa/eeschema/data/netlists/top_level_hier_pins/top_level_hier_pins.kicad_pro [new file with mode: 0644]
qa/eeschema/data/netlists/top_level_hier_pins/top_level_hier_pins.kicad_sch [new file with mode: 0644]
qa/eeschema/data/netlists/top_level_hier_pins/top_level_hier_pins.net [new file with mode: 0644]
qa/eeschema/data/netlists/video/bus_pci.kicad_sch [new file with mode: 0644]
qa/eeschema/data/netlists/video/esvideo.kicad_sch [new file with mode: 0644]
qa/eeschema/data/netlists/video/graphic.kicad_sch [new file with mode: 0644]
qa/eeschema/data/netlists/video/modul.kicad_sch [new file with mode: 0644]
qa/eeschema/data/netlists/video/muxdata.kicad_sch [new file with mode: 0644]
qa/eeschema/data/netlists/video/pal-ntsc.kicad_sch [new file with mode: 0644]
qa/eeschema/data/netlists/video/rams.kicad_sch [new file with mode: 0644]
qa/eeschema/data/netlists/video/video.kicad_pro [new file with mode: 0644]
qa/eeschema/data/netlists/video/video.kicad_sch [new file with mode: 0644]
qa/eeschema/data/netlists/video/video.net [new file with mode: 0644]
qa/eeschema/data/netlists/video/video.pro [new file with mode: 0644]
qa/eeschema/data/netlists/weak_vector_bus_disambiguation/merge.kicad_sch [new file with mode: 0644]
qa/eeschema/data/netlists/weak_vector_bus_disambiguation/sub1.kicad_sch [new file with mode: 0644]
qa/eeschema/data/netlists/weak_vector_bus_disambiguation/sub2.kicad_sch [new file with mode: 0644]
qa/eeschema/data/netlists/weak_vector_bus_disambiguation/weak_vector_bus_disambiguation.kicad_pro [new file with mode: 0644]
qa/eeschema/data/netlists/weak_vector_bus_disambiguation/weak_vector_bus_disambiguation.kicad_sch [new file with mode: 0644]
qa/eeschema/data/netlists/weak_vector_bus_disambiguation/weak_vector_bus_disambiguation.net [new file with mode: 0644]
qa/eeschema/eeschema_test_utils.cpp [new file with mode: 0644]
qa/eeschema/eeschema_test_utils.h [new file with mode: 0644]
qa/eeschema/lib_field_test_utils.h [new file with mode: 0644]
qa/eeschema/mocks_eeschema.cpp [new file with mode: 0644]
qa/eeschema/netdiff.py [new file with mode: 0755]
qa/eeschema/sch_plugins/altium/test_altium_parser_sch.cpp [new file with mode: 0644]
qa/eeschema/sim/test_netlist_exporter_pspice_sim.cpp [new file with mode: 0644]
qa/eeschema/test_eagle_plugin.cpp [new file with mode: 0644]
qa/eeschema/test_ee_item.cpp [new file with mode: 0644]
qa/eeschema/test_lib_part.cpp [new file with mode: 0644]
qa/eeschema/test_module.cpp [new file with mode: 0644]
qa/eeschema/test_netlists.cpp [new file with mode: 0644]
qa/eeschema/test_sch_biu.cpp [new file with mode: 0644]
qa/eeschema/test_sch_pin.cpp [new file with mode: 0644]
qa/eeschema/test_sch_rtree.cpp [new file with mode: 0644]
qa/eeschema/test_sch_sheet.cpp [new file with mode: 0644]
qa/eeschema/test_sch_sheet_list.cpp [new file with mode: 0644]
qa/eeschema/test_sch_sheet_path.cpp [new file with mode: 0644]
qa/eeschema/test_sch_symbol.cpp [new file with mode: 0644]
qa/eeschema/uuid_test_utils.cpp [new file with mode: 0644]
qa/eeschema/uuid_test_utils.h [new file with mode: 0644]
qa/gal/gal_pixel_alignment/CMakeLists.txt [new file with mode: 0644]
qa/gal/gal_pixel_alignment/test_gal_pixel_alignment.cpp [new file with mode: 0644]
qa/gerbview/CMakeLists.txt [new file with mode: 0644]
qa/gerbview/test_module.cpp [new file with mode: 0644]
qa/libeval_compiler/CMakeLists.txt [new file with mode: 0644]
qa/libeval_compiler/libeval_compiler_test.cpp [new file with mode: 0644]
qa/libs/CMakeLists.txt [new file with mode: 0644]
qa/libs/kimath/CMakeLists.txt [new file with mode: 0644]
qa/libs/kimath/geometry/fixtures_geometry.h [new file with mode: 0644]
qa/libs/kimath/geometry/geom_test_utils.h [new file with mode: 0644]
qa/libs/kimath/geometry/test_circle.cpp [new file with mode: 0644]
qa/libs/kimath/geometry/test_fillet.cpp [new file with mode: 0644]
qa/libs/kimath/geometry/test_poly_grid_partition.cpp [new file with mode: 0644]
qa/libs/kimath/geometry/test_segment.cpp [new file with mode: 0644]
qa/libs/kimath/geometry/test_shape_arc.cpp [new file with mode: 0644]
qa/libs/kimath/geometry/test_shape_compound_collision.cpp [new file with mode: 0644]
qa/libs/kimath/geometry/test_shape_line_chain.cpp [new file with mode: 0644]
qa/libs/kimath/geometry/test_shape_poly_set_arcs.cpp [new file with mode: 0644]
qa/libs/kimath/geometry/test_shape_poly_set_collision.cpp [new file with mode: 0644]
qa/libs/kimath/geometry/test_shape_poly_set_distance.cpp [new file with mode: 0644]
qa/libs/kimath/geometry/test_shape_poly_set_iterator.cpp [new file with mode: 0644]
qa/libs/kimath/kimath_test_module.cpp [new file with mode: 0644]
qa/libs/kimath/math/test_vector2.cpp [new file with mode: 0644]
qa/libs/kimath/math/test_vector3.cpp [new file with mode: 0644]
qa/libs/kimath/test_kimath.cpp [new file with mode: 0644]
qa/libs/sexpr/CMakeLists.txt [new file with mode: 0644]
qa/libs/sexpr/sexpr_test_utils.h [new file with mode: 0644]
qa/libs/sexpr/test_module.cpp [new file with mode: 0644]
qa/libs/sexpr/test_sexpr.cpp [new file with mode: 0644]
qa/libs/sexpr/test_sexpr_parser.cpp [new file with mode: 0644]
qa/pcb_test_window/CMakeLists.txt [new file with mode: 0644]
qa/pcb_test_window/test.cpp [new file with mode: 0644]
qa/pcbnew/CMakeLists.txt [new file with mode: 0644]
qa/pcbnew/board_test_utils.cpp [new file with mode: 0644]
qa/pcbnew/board_test_utils.h [new file with mode: 0644]
qa/pcbnew/drc/drc_test_utils.cpp [new file with mode: 0644]
qa/pcbnew/drc/drc_test_utils.h [new file with mode: 0644]
qa/pcbnew/drc/test_drc_courtyard_invalid.cpp [new file with mode: 0644]
qa/pcbnew/drc/test_drc_courtyard_overlap.cpp [new file with mode: 0644]
qa/pcbnew/drc/test_drc_regressions.cpp [new file with mode: 0644]
qa/pcbnew/group_saveload.cpp [new file with mode: 0644]
qa/pcbnew/plugins/altium/test_altium_rule_transformer.cpp [new file with mode: 0644]
qa/pcbnew/test_array_pad_name_provider.cpp [new file with mode: 0644]
qa/pcbnew/test_board_item.cpp [new file with mode: 0644]
qa/pcbnew/test_graphics_import_mgr.cpp [new file with mode: 0644]
qa/pcbnew/test_libeval_compiler.cpp [new file with mode: 0644]
qa/pcbnew/test_lset.cpp [new file with mode: 0644]
qa/pcbnew/test_module.cpp [new file with mode: 0644]
qa/pcbnew/test_pad_numbering.cpp [new file with mode: 0644]
qa/pcbnew/test_tracks_cleaner.cpp [new file with mode: 0644]
qa/pcbnew/test_zone_filler.cpp [new file with mode: 0644]
qa/pcbnew_tools/CMakeLists.txt [new file with mode: 0644]
qa/pcbnew_tools/pcbnew_tools.cpp [new file with mode: 0644]
qa/pcbnew_tools/tools/pcb_parser/pcb_parser_tool.cpp [new file with mode: 0644]
qa/pcbnew_tools/tools/polygon_generator/polygon_generator.cpp [new file with mode: 0644]
qa/pcbnew_tools/tools/polygon_triangulation/polygon_triangulation.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/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/pns/CMakeLists.txt [new file with mode: 0644]
qa/pns/label_manager.h [new file with mode: 0644]
qa/pns/logviewer.fbp [new file with mode: 0644]
qa/pns/playground.cpp [new file with mode: 0644]
qa/pns/pns_log.cpp [new file with mode: 0644]
qa/pns/pns_log.h [new file with mode: 0644]
qa/pns/pns_log_viewer.cpp [new file with mode: 0644]
qa/pns/pns_log_viewer_frame.h [new file with mode: 0644]
qa/pns/pns_log_viewer_frame_base.cpp [new file with mode: 0644]
qa/pns/pns_log_viewer_frame_base.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/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/mock_pgm.cpp [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/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/test.py [new file with mode: 0644]
qa/testcases/test_000_qa_works.py [new file with mode: 0644]
qa/testcases/test_001_pcb_load.py [new file with mode: 0644]
qa/testcases/test_002_board_class.py [new file with mode: 0644]
qa/testcases/test_003_pads.py [new file with mode: 0644]
qa/testcases/test_004_tracks.py [new file with mode: 0644]
qa/testcases/test_005_connectivity_data.py [new file with mode: 0644]
qa/utils/kicad2step/CMakeLists.txt [new file with mode: 0644]
qa/utils/kicad2step/pcb/test_base.cpp [new file with mode: 0644]
qa/utils/kicad2step/test_module.cpp [new file with mode: 0644]
resources/CMakeLists.txt [new file with mode: 0644]
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-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/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-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/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-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/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-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/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-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/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-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/scalable/apps/bitmap2component.svg [new file with mode: 0755]
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-pcb.svg [new file with mode: 0755]
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.svg [new file with mode: 0755]
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/kiwin32-dll.rc [new file with mode: 0644]
resources/msw/kiwin32.rc [new file with mode: 0644]
resources/msw/manifests/x64.manifest [new file with mode: 0644]
resources/msw/manifests/x64_dpi_aware_pmv2.manifest [new file with mode: 0644]
resources/msw/manifests/x86.manifest [new file with mode: 0644]
resources/msw/manifests/x86_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]
scripting/CMakeLists.txt [new file with mode: 0644]
scripting/build_tools/extract_docstrings.py [new file with mode: 0644]
scripting/build_tools/fix_swig_imports.py [new file with mode: 0644]
scripting/build_tools/get_libngspice_so.sh [new file with mode: 0755]
scripting/build_tools/mk_macos_icons.py [new file with mode: 0755]
scripting/build_tools/mk_mime_icons.py [new file with mode: 0755]
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]
scripts/lib_convert.py [new file with mode: 0755]
scripts/test_kicad_plugin.py [new file with mode: 0755]
scripts/test_plugin.py [new file with mode: 0755]
template/CMakeLists.txt [new file with mode: 0644]
template/kicad.kicad_pro [new file with mode: 0644]
thirdparty/CMakeLists.txt [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/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/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_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_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/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/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/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/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/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_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_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_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_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/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/tinyspline_lib/CMakeLists.txt [new file with mode: 0644]
thirdparty/tinyspline_lib/LICENSE.MIT [new file with mode: 0644]
thirdparty/tinyspline_lib/README.txt [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/tinysplinecpp.cpp [new file with mode: 0644]
thirdparty/tinyspline_lib/tinysplinecpp.h [new file with mode: 0644]
tools/CMakeLists.txt [new file with mode: 0644]
tools/Info.plist [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/property_tree.cpp [new file with mode: 0644]
tools/test-nm-biu-to-ascii-mm-round-tripping.cpp [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/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/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/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/th.po [new file with mode: 0644]
translation/pofiles/tr.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]
utils/kicad2step/CMakeLists.txt [new file with mode: 0644]
utils/kicad2step/kicad2step.cpp [new file with mode: 0644]
utils/kicad2step/kicad2step.h [new file with mode: 0644]
utils/kicad2step/kicad2step_app.cpp [new file with mode: 0644]
utils/kicad2step/kicad2step_frame_base.cpp [new file with mode: 0644]
utils/kicad2step/kicad2step_frame_base.fbp [new file with mode: 0644]
utils/kicad2step/kicad2step_frame_base.h [new file with mode: 0644]
utils/kicad2step/panel_kicad2step.h [new file with mode: 0644]
utils/kicad2step/pcb/3d_resolver.cpp [new file with mode: 0644]
utils/kicad2step/pcb/3d_resolver.h [new file with mode: 0644]
utils/kicad2step/pcb/base.cpp [new file with mode: 0644]
utils/kicad2step/pcb/base.h [new file with mode: 0644]
utils/kicad2step/pcb/kicadcurve.cpp [new file with mode: 0644]
utils/kicad2step/pcb/kicadcurve.h [new file with mode: 0644]
utils/kicad2step/pcb/kicadfootprint.cpp [new file with mode: 0644]
utils/kicad2step/pcb/kicadfootprint.h [new file with mode: 0644]
utils/kicad2step/pcb/kicadmodel.cpp [new file with mode: 0644]
utils/kicad2step/pcb/kicadmodel.h [new file with mode: 0644]
utils/kicad2step/pcb/kicadpad.cpp [new file with mode: 0644]
utils/kicad2step/pcb/kicadpad.h [new file with mode: 0644]
utils/kicad2step/pcb/kicadpcb.cpp [new file with mode: 0644]
utils/kicad2step/pcb/kicadpcb.h [new file with mode: 0644]
utils/kicad2step/pcb/oce_utils.cpp [new file with mode: 0644]
utils/kicad2step/pcb/oce_utils.h [new file with mode: 0644]