Import kicad_5.1.9+dfsg1.orig.tar.xz
authorCarsten Schoenert <c.schoenert@t-online.de>
Wed, 23 Dec 2020 18:51:45 +0000 (18:51 +0000)
committerCarsten Schoenert <c.schoenert@t-online.de>
Wed, 23 Dec 2020 18:51:45 +0000 (18:51 +0000)
commiteb973b16617b6df4172eadd762a71fd1e9d9b67d
tree8dc3878260d5a30ab95a2e32920ce39f39a3e749
Import kicad_5.1.9+dfsg1.orig.tar.xz

[dgit import orig kicad_5.1.9+dfsg1.orig.tar.xz]
4156 files changed:
.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]
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_cache_wrapper.cpp [new file with mode: 0644]
3d-viewer/3d_cache/3d_cache_wrapper.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/dialogs/3d_cache_dialogs.cpp [new file with mode: 0644]
3d-viewer/3d_cache/dialogs/3d_cache_dialogs.h [new file with mode: 0644]
3d-viewer/3d_cache/dialogs/dlg_select_3dmodel.cpp [new file with mode: 0644]
3d-viewer/3d_cache/dialogs/dlg_select_3dmodel.h [new file with mode: 0644]
3d-viewer/3d_cache/dialogs/panel_prev_3d_base.cpp [new file with mode: 0644]
3d-viewer/3d_cache/dialogs/panel_prev_3d_base.fbp [new file with mode: 0644]
3d-viewer/3d_cache/dialogs/panel_prev_3d_base.h [new file with mode: 0644]
3d-viewer/3d_cache/dialogs/panel_prev_model.cpp [new file with mode: 0644]
3d-viewer/3d_cache/dialogs/panel_prev_model.h [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/cinfo3d_visu.cpp [new file with mode: 0644]
3d-viewer/3d_canvas/cinfo3d_visu.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_canvas/status_text_reporter.h [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/c3d_model_viewer.cpp [new file with mode: 0644]
3d-viewer/3d_model_viewer/c3d_model_viewer.h [new file with mode: 0644]
3d-viewer/3d_plugin_dir.h.in [new file with mode: 0644]
3d-viewer/3d_rendering/3d_render_ogl_legacy/c3d_render_createscene_ogl_legacy.cpp [new file with mode: 0644]
3d-viewer/3d_rendering/3d_render_ogl_legacy/c3d_render_ogl_legacy.cpp [new file with mode: 0644]
3d-viewer/3d_rendering/3d_render_ogl_legacy/c3d_render_ogl_legacy.h [new file with mode: 0644]
3d-viewer/3d_rendering/3d_render_ogl_legacy/c_ogl_3dmodel.cpp [new file with mode: 0644]
3d-viewer/3d_rendering/3d_render_ogl_legacy/c_ogl_3dmodel.h [new file with mode: 0644]
3d-viewer/3d_rendering/3d_render_ogl_legacy/clayer_triangles.cpp [new file with mode: 0644]
3d-viewer/3d_rendering/3d_render_ogl_legacy/clayer_triangles.h [new file with mode: 0644]
3d-viewer/3d_rendering/3d_render_ogl_legacy/ogl_legacy_utils.cpp [new file with mode: 0644]
3d-viewer/3d_rendering/3d_render_ogl_legacy/ogl_legacy_utils.h [new file with mode: 0644]
3d-viewer/3d_rendering/3d_render_raytracing/PerlinNoise.cpp [new file with mode: 0644]
3d-viewer/3d_rendering/3d_render_raytracing/PerlinNoise.h [new file with mode: 0644]
3d-viewer/3d_rendering/3d_render_raytracing/accelerators/caccelerator.cpp [new file with mode: 0644]
3d-viewer/3d_rendering/3d_render_raytracing/accelerators/caccelerator.h [new file with mode: 0644]
3d-viewer/3d_rendering/3d_render_raytracing/accelerators/cbvh_packet_traversal.cpp [new file with mode: 0644]
3d-viewer/3d_rendering/3d_render_raytracing/accelerators/cbvh_pbrt.cpp [new file with mode: 0644]
3d-viewer/3d_rendering/3d_render_raytracing/accelerators/cbvh_pbrt.h [new file with mode: 0644]
3d-viewer/3d_rendering/3d_render_raytracing/accelerators/ccontainer.cpp [new file with mode: 0644]
3d-viewer/3d_rendering/3d_render_raytracing/accelerators/ccontainer.h [new file with mode: 0644]
3d-viewer/3d_rendering/3d_render_raytracing/accelerators/ccontainer2d.cpp [new file with mode: 0644]
3d-viewer/3d_rendering/3d_render_raytracing/accelerators/ccontainer2d.h [new file with mode: 0644]
3d-viewer/3d_rendering/3d_render_raytracing/c3d_render_createscene.cpp [new file with mode: 0644]
3d-viewer/3d_rendering/3d_render_raytracing/c3d_render_raytracing.cpp [new file with mode: 0644]
3d-viewer/3d_rendering/3d_render_raytracing/c3d_render_raytracing.h [new file with mode: 0644]
3d-viewer/3d_rendering/3d_render_raytracing/cfrustum.cpp [new file with mode: 0644]
3d-viewer/3d_rendering/3d_render_raytracing/cfrustum.h [new file with mode: 0644]
3d-viewer/3d_rendering/3d_render_raytracing/clight.h [new file with mode: 0644]
3d-viewer/3d_rendering/3d_render_raytracing/cmaterial.cpp [new file with mode: 0644]
3d-viewer/3d_rendering/3d_render_raytracing/cmaterial.h [new file with mode: 0644]
3d-viewer/3d_rendering/3d_render_raytracing/hitinfo.h [new file with mode: 0644]
3d-viewer/3d_rendering/3d_render_raytracing/mortoncodes.cpp [new file with mode: 0644]
3d-viewer/3d_rendering/3d_render_raytracing/mortoncodes.h [new file with mode: 0644]
3d-viewer/3d_rendering/3d_render_raytracing/ray.cpp [new file with mode: 0644]
3d-viewer/3d_rendering/3d_render_raytracing/ray.h [new file with mode: 0644]
3d-viewer/3d_rendering/3d_render_raytracing/raypacket.cpp [new file with mode: 0644]
3d-viewer/3d_rendering/3d_render_raytracing/raypacket.h [new file with mode: 0644]
3d-viewer/3d_rendering/3d_render_raytracing/shapes2D/cbbox2d.cpp [new file with mode: 0644]
3d-viewer/3d_rendering/3d_render_raytracing/shapes2D/cbbox2d.h [new file with mode: 0644]
3d-viewer/3d_rendering/3d_render_raytracing/shapes2D/cfilledcircle2d.cpp [new file with mode: 0644]
3d-viewer/3d_rendering/3d_render_raytracing/shapes2D/cfilledcircle2d.h [new file with mode: 0644]
3d-viewer/3d_rendering/3d_render_raytracing/shapes2D/citemlayercsg2d.cpp [new file with mode: 0644]
3d-viewer/3d_rendering/3d_render_raytracing/shapes2D/citemlayercsg2d.h [new file with mode: 0644]
3d-viewer/3d_rendering/3d_render_raytracing/shapes2D/cobject2d.cpp [new file with mode: 0644]
3d-viewer/3d_rendering/3d_render_raytracing/shapes2D/cobject2d.h [new file with mode: 0644]
3d-viewer/3d_rendering/3d_render_raytracing/shapes2D/cpolygon2d.cpp [new file with mode: 0644]
3d-viewer/3d_rendering/3d_render_raytracing/shapes2D/cpolygon2d.h [new file with mode: 0644]
3d-viewer/3d_rendering/3d_render_raytracing/shapes2D/cpolygon4pts2d.cpp [new file with mode: 0644]
3d-viewer/3d_rendering/3d_render_raytracing/shapes2D/cpolygon4pts2d.h [new file with mode: 0644]
3d-viewer/3d_rendering/3d_render_raytracing/shapes2D/cring2d.cpp [new file with mode: 0644]
3d-viewer/3d_rendering/3d_render_raytracing/shapes2D/cring2d.h [new file with mode: 0644]
3d-viewer/3d_rendering/3d_render_raytracing/shapes2D/croundsegment2d.cpp [new file with mode: 0644]
3d-viewer/3d_rendering/3d_render_raytracing/shapes2D/croundsegment2d.h [new file with mode: 0644]
3d-viewer/3d_rendering/3d_render_raytracing/shapes2D/ctriangle2d.cpp [new file with mode: 0644]
3d-viewer/3d_rendering/3d_render_raytracing/shapes2D/ctriangle2d.h [new file with mode: 0644]
3d-viewer/3d_rendering/3d_render_raytracing/shapes3D/cbbox.cpp [new file with mode: 0644]
3d-viewer/3d_rendering/3d_render_raytracing/shapes3D/cbbox.h [new file with mode: 0644]
3d-viewer/3d_rendering/3d_render_raytracing/shapes3D/cbbox_ray.cpp [new file with mode: 0644]
3d-viewer/3d_rendering/3d_render_raytracing/shapes3D/ccylinder.cpp [new file with mode: 0644]
3d-viewer/3d_rendering/3d_render_raytracing/shapes3D/ccylinder.h [new file with mode: 0644]
3d-viewer/3d_rendering/3d_render_raytracing/shapes3D/cdummyblock.cpp [new file with mode: 0644]
3d-viewer/3d_rendering/3d_render_raytracing/shapes3D/cdummyblock.h [new file with mode: 0644]
3d-viewer/3d_rendering/3d_render_raytracing/shapes3D/clayeritem.cpp [new file with mode: 0644]
3d-viewer/3d_rendering/3d_render_raytracing/shapes3D/clayeritem.h [new file with mode: 0644]
3d-viewer/3d_rendering/3d_render_raytracing/shapes3D/cobject.cpp [new file with mode: 0644]
3d-viewer/3d_rendering/3d_render_raytracing/shapes3D/cobject.h [new file with mode: 0644]
3d-viewer/3d_rendering/3d_render_raytracing/shapes3D/cplane.cpp [new file with mode: 0644]
3d-viewer/3d_rendering/3d_render_raytracing/shapes3D/cplane.h [new file with mode: 0644]
3d-viewer/3d_rendering/3d_render_raytracing/shapes3D/croundseg.cpp [new file with mode: 0644]
3d-viewer/3d_rendering/3d_render_raytracing/shapes3D/croundseg.h [new file with mode: 0644]
3d-viewer/3d_rendering/3d_render_raytracing/shapes3D/ctriangle.cpp [new file with mode: 0644]
3d-viewer/3d_rendering/3d_render_raytracing/shapes3D/ctriangle.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/c3d_render_base.cpp [new file with mode: 0644]
3d-viewer/3d_rendering/c3d_render_base.h [new file with mode: 0644]
3d-viewer/3d_rendering/ccamera.cpp [new file with mode: 0644]
3d-viewer/3d_rendering/ccamera.h [new file with mode: 0644]
3d-viewer/3d_rendering/ccolorrgb.cpp [new file with mode: 0644]
3d-viewer/3d_rendering/ccolorrgb.h [new file with mode: 0644]
3d-viewer/3d_rendering/cimage.cpp [new file with mode: 0644]
3d-viewer/3d_rendering/cimage.h [new file with mode: 0644]
3d-viewer/3d_rendering/cpostshader.cpp [new file with mode: 0644]
3d-viewer/3d_rendering/cpostshader.h [new file with mode: 0644]
3d-viewer/3d_rendering/cpostshader_ssao.cpp [new file with mode: 0644]
3d-viewer/3d_rendering/cpostshader_ssao.h [new file with mode: 0644]
3d-viewer/3d_rendering/ctrack_ball.cpp [new file with mode: 0644]
3d-viewer/3d_rendering/ctrack_ball.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/trackball.cpp [new file with mode: 0644]
3d-viewer/3d_rendering/trackball.h [new file with mode: 0644]
3d-viewer/3d_viewer.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/dialogs/dialog_3D_view_option.cpp [new file with mode: 0644]
3d-viewer/3d_viewer/dialogs/dialog_3D_view_option_base.cpp [new file with mode: 0644]
3d-viewer/3d_viewer/dialogs/dialog_3D_view_option_base.fbp [new file with mode: 0644]
3d-viewer/3d_viewer/dialogs/dialog_3D_view_option_base.h [new file with mode: 0644]
3d-viewer/3d_viewer/eda_3d_viewer.cpp [new file with mode: 0644]
3d-viewer/3d_viewer/eda_3d_viewer.h [new file with mode: 0644]
3d-viewer/3d_viewer/hotkeys.cpp [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/cogl_att_list.cpp [new file with mode: 0644]
3d-viewer/common_ogl/cogl_att_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]
AUTHORS.txt [new file with mode: 0644]
CMakeLists.txt [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/FindOpenCASCADE.cmake [new file with mode: 0644]
CMakeModules/FindOpenSSL.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/Html2C.cmake [new file with mode: 0644]
CMakeModules/KiCadFullVersion.cmake [new file with mode: 0644]
CMakeModules/KiCadVersion.cmake [new file with mode: 0644]
CMakeModules/MinGWResourceCompiler.cmake [new file with mode: 0644]
CMakeModules/PNG2cpp.cmake [new file with mode: 0644]
CMakeModules/PerformFeatureChecks.cmake [new file with mode: 0644]
CMakeModules/SelectLibraryConfigurations.cmake [new file with mode: 0644]
CMakeModules/TokenList2DsnLexer.cmake [new file with mode: 0644]
CMakeModules/UsewxWidgets.cmake [new file with mode: 0644]
CMakeModules/WritePlatformMetadata_linux.cmake [new file with mode: 0644]
CMakeModules/WritePlatformMetadata_macos.cmake [new file with mode: 0644]
CMakeModules/WriteVersionHeader.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]
CTestConfig.cmake [new file with mode: 0644]
Documentation/KIWAY_Build_Symbols_Defined.txt [new file with mode: 0644]
Documentation/biu-plan.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/development/Doxyfile [new file with mode: 0644]
Documentation/development/coding-style-policy.md [new file with mode: 0644]
Documentation/development/commit-message-format.md [new file with mode: 0644]
Documentation/development/compiling.md [new file with mode: 0644]
Documentation/development/config-strings.md [new file with mode: 0644]
Documentation/development/pcbnew-plugins.md [new file with mode: 0644]
Documentation/development/road-map-r6.md [new file with mode: 0644]
Documentation/development/road-map.md [new file with mode: 0644]
Documentation/development/stable-release-policy.md [new file with mode: 0644]
Documentation/development/testing.md [new file with mode: 0644]
Documentation/development/tool-framework.md [new file with mode: 0644]
Documentation/development/ui-policy.md [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]
Documentation/s-expressions.txt [new file with mode: 0644]
Doxyfile [new file with mode: 0644]
INSTALL.txt [new file with mode: 0644]
LICENSE.AGPLv3 [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.txt [new file with mode: 0644]
TODO.txt [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_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/bitmap2component.cpp [new file with mode: 0644]
bitmap2component/bitmap2component.h [new file with mode: 0644]
bitmap2component/bitmap2component.icns [new file with mode: 0644]
bitmap2component/bitmap2component.rc [new file with mode: 0644]
bitmaps_png/CMakeLists.txt [new file with mode: 0644]
bitmaps_png/cpp_16/folder.cpp [new file with mode: 0644]
bitmaps_png/cpp_16/pinorient_down.cpp [new file with mode: 0644]
bitmaps_png/cpp_16/pinorient_left.cpp [new file with mode: 0644]
bitmaps_png/cpp_16/pinorient_right.cpp [new file with mode: 0644]
bitmaps_png/cpp_16/pinorient_up.cpp [new file with mode: 0644]
bitmaps_png/cpp_16/pinshape_active_low_input.cpp [new file with mode: 0644]
bitmaps_png/cpp_16/pinshape_active_low_output.cpp [new file with mode: 0644]
bitmaps_png/cpp_16/pinshape_clock_active_low.cpp [new file with mode: 0644]
bitmaps_png/cpp_16/pinshape_clock_fall.cpp [new file with mode: 0644]
bitmaps_png/cpp_16/pinshape_clock_invert.cpp [new file with mode: 0644]
bitmaps_png/cpp_16/pinshape_clock_normal.cpp [new file with mode: 0644]
bitmaps_png/cpp_16/pinshape_invert.cpp [new file with mode: 0644]
bitmaps_png/cpp_16/pinshape_nonlogic.cpp [new file with mode: 0644]
bitmaps_png/cpp_16/pinshape_normal.cpp [new file with mode: 0644]
bitmaps_png/cpp_16/pintype_3states.cpp [new file with mode: 0644]
bitmaps_png/cpp_16/pintype_bidi.cpp [new file with mode: 0644]
bitmaps_png/cpp_16/pintype_input.cpp [new file with mode: 0644]
bitmaps_png/cpp_16/pintype_noconnect.cpp [new file with mode: 0644]
bitmaps_png/cpp_16/pintype_notspecif.cpp [new file with mode: 0644]
bitmaps_png/cpp_16/pintype_opencoll.cpp [new file with mode: 0644]
bitmaps_png/cpp_16/pintype_openemit.cpp [new file with mode: 0644]
bitmaps_png/cpp_16/pintype_output.cpp [new file with mode: 0644]
bitmaps_png/cpp_16/pintype_passive.cpp [new file with mode: 0644]
bitmaps_png/cpp_16/pintype_powerinput.cpp [new file with mode: 0644]
bitmaps_png/cpp_16/pintype_poweroutput.cpp [new file with mode: 0644]
bitmaps_png/cpp_16/refresh.cpp [new file with mode: 0644]
bitmaps_png/cpp_16/small_down.cpp [new file with mode: 0644]
bitmaps_png/cpp_16/small_edit.cpp [new file with mode: 0644]
bitmaps_png/cpp_16/small_library.cpp [new file with mode: 0644]
bitmaps_png/cpp_16/small_plus.cpp [new file with mode: 0644]
bitmaps_png/cpp_16/small_up.cpp [new file with mode: 0644]
bitmaps_png/cpp_16/trash.cpp [new file with mode: 0644]
bitmaps_png/cpp_16/tree_nosel.cpp [new file with mode: 0644]
bitmaps_png/cpp_16/tree_sel.cpp [new file with mode: 0644]
bitmaps_png/cpp_16/www.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/about.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/add_arc.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/add_board.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/add_bus.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/add_bus2bus.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/add_circle.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/add_component.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/add_corner.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/add_dashed_line.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/add_dimension.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/add_document.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/add_gerber.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/add_glabel.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/add_graphical_polygon.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/add_graphical_segments.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/add_hierar_pin.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/add_hierarchical_label.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/add_hierarchical_subsheet.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/add_junction.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/add_keepout_area.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/add_library.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/add_line.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/add_line2bus.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/add_line_label.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/add_pcb_target.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/add_polygon.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/add_power.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/add_rectangle.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/add_tracks.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/add_via.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/add_zone.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/add_zone_cutout.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/align_items.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/align_items_bottom.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/align_items_center.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/align_items_left.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/align_items_middle.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/align_items_right.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/align_items_top.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/anchor.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/annotate.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/annotate_down_right.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/annotate_right_down.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/apply_pad_settings.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/array.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/auto_associe.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/auto_delete_track.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/auto_track_width.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/autoplace_fields.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/axis3d.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/axis3d_back.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/axis3d_bottom.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/axis3d_front.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/axis3d_left.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/axis3d_right.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/axis3d_top.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/bitmap2component.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/bom.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/book.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/break_bus.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/break_line.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/browse_files.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/calculator.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/cancel.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/change_entry_orient.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/checked_ok.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/color_materials.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/component_select_alternate_shape.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/component_select_unit.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/config.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/contrast_mode.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/copper_layers_setup.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/copy.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/copy_pad_settings.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/create_cmp_file.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/cursor.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/cursor_shape.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/custom_pad_to_primitives.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/cut.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/cvpcb.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/dashline.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/datasheet.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/delete.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/delete_association.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/delete_bus.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/delete_circle.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/delete_connection.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/delete_dimension.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/delete_field.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/delete_gerber.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/delete_glabel.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/delete_line.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/delete_module.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/delete_net.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/delete_node.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/delete_pad.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/delete_polygon.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/delete_rectangle.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/delete_sheet.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/delete_track.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/directory.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/directory_browser.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/display_options.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/distribute_horizontal.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/distribute_vertical.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/down.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/drag.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/drag_outline_segment.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/drag_pad.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/drag_segment_withslope.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/drc.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/drc_off.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/duplicate.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/edges_sketch.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/edit.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/edit_cmp_symb_links.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/edit_comp_footprint.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/edit_comp_ref.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/edit_comp_value.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/edit_module.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/edit_text.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/editor.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/eeschema.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/enter_sheet.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/erc.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/erc_green.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/ercerr.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/ercwarn.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/exchange.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/exit.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/export.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/export3d.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/export_dsn.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/export_footprint_names.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/export_idf.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/export_module.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/export_part.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/export_step.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/fabrication.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/file_footprint.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/fill_zone.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/find.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/find_replace.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/flag.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/flip_board.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/fonts.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/footprint_text.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/gbr_select_mode0.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/gbr_select_mode1.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/gbr_select_mode2.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/general_deletions.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/general_ratsnest.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/gerber_file.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/gerber_job_file.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/gerbview_clear_layers.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/gerbview_drill_file.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/gerbview_show_negative_objects.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/gl_change.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/glabel2label.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/glabel2text.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/go_down.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/go_up.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/green.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/grid.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/grid_select.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/grid_select_axis.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/hammer.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/help.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/hidden_pin.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/hierarchy_nav.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/highlight_remove.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/hotkeys.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/hotkeys_export.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/hotkeys_import.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/html.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/icon.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/icon_cvpcb_small.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/icon_gerbview_small.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/image.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/import.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/import3d.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/import_brd_file.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/import_document.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/import_footprint_names.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/import_hierarchical_label.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/import_module.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/import_part.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/import_project.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/import_setup.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/info.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/insert_module_board.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/invisible_text.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/kicad_icon_small.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/label.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/label2glabel.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/label2text.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/lang_bg.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/lang_ca.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/lang_cs.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/lang_de.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/lang_def.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/lang_en.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/lang_es.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/lang_fi.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/lang_fr.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/lang_gr.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/lang_hu.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/lang_it.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/lang_jp.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/lang_ko.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/lang_lt.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/lang_nl.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/lang_pl.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/lang_pt.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/lang_ru.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/lang_sk.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/lang_sl.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/lang_zh.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/language.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/layers_manager.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/leave_sheet.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/left.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/lib_next.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/lib_previous.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/libedit.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/library.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/library_archive.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/library_archive_as.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/library_browse.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/library_option.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/library_table.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/lines90.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/list_nets.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/load_gerber.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/load_module_board.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/load_module_lib.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/local_ratsnest.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/lock_unlock.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/locked.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/measurement.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/minus.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/mirror_h.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/mirror_v.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/mode_module.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/mode_track.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/modratsnest.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/module.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/module_check.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/module_editor.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/module_filtered_list.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/module_full_list.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/module_library_list.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/module_name_filtered_list.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/module_options.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/module_pin_filtered_list.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/module_ratsnest.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/module_wizard.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/modview_icon.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/morgan1.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/morgan2.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/move.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/move_exactly.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/move_glabel.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/move_pad.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/move_polygon.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/move_rectangle.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/move_relative.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/move_sheet.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/move_target.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/mw_add_gap.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/mw_add_line.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/mw_add_shape.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/mw_add_stub.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/mw_add_stub_arc.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/mw_toolbar.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/net_highlight.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/net_highlight_schematic.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/net_locked.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/net_unlocked.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/netlist.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/new_board.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/new_component.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/new_cvpcb.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/new_document.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/new_footprint.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/new_generic.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/new_library.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/new_page_layout.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/new_project.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/new_project_with_template.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/noconn.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/normal.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/online_help.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/open_brd_file.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/open_document.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/open_library.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/open_page_layout.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/open_project.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/opt_show_polygon.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/options_3drender.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/options_all_tracks.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/options_all_tracks_and_vias.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/options_all_vias.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/options_arc.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/options_board.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/options_circle.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/options_generic.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/options_module.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/options_pad.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/options_pin.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/options_pinsheet.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/options_rectangle.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/options_segment.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/options_track.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/options_tracks.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/options_vias.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/orient.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/ortho.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/pad.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/pad_dimensions.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/pad_enumerate.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/pad_sketch.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/pads_mask_layers.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/pagelayout_load.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/pagelayout_normal_view_mode.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/pagelayout_special_view_mode.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/palette.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/part_properties.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/paste.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/path.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/pcb_offset.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/pcb_target.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/pcbcalculator.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/pcbnew.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/pin.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/pin2pin.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/pin_name_to.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/pin_number_to.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/pin_show_etype.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/pin_size_to.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/pin_table.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/pin_to.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/plot.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/plot_dxf.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/plot_hpg.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/plot_pdf.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/plot_ps.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/plot_svg.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/plus.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/polar_coord.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/post_compo.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/post_drill.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/post_module.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/preference.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/primitives_to_custom_pad.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/print_button.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/ps_diff_pair.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/ps_diff_pair_gap.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/ps_diff_pair_tune_length.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/ps_diff_pair_tune_phase.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/ps_diff_pair_via_gap.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/ps_router.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/ps_tune_length.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/push_pad_settings.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/py_script.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/ratsnest.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/read_setup.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/recent.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/red.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/redo.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/reload.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/reload2.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/render_mode.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/rescue.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/reset_text.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/resize_sheet.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/right.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/rotate_ccw.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/rotate_cw.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/rotate_neg_x.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/rotate_neg_y.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/rotate_neg_z.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/rotate_pos_x.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/rotate_pos_y.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/rotate_pos_z.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/router_len_tuner.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/router_len_tuner_amplitude_decr.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/router_len_tuner_amplitude_incr.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/router_len_tuner_dist_decr.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/router_len_tuner_dist_incr.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/router_len_tuner_setup.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/save.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/save_as.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/save_fp_to_board.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/save_gerber.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/save_library.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/save_project.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/save_setup.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/search_tree.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/select_grid.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/select_layer_pair.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/select_same_sheet.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/select_w_layer.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/setcolor_3d_bg.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/setcolor_board_body.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/setcolor_copper.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/setcolor_silkscreen.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/setcolor_soldermask.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/setcolor_solderpaste.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/shape_3d.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/sheetset.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/show_all_copper_layers.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/show_all_layers.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/show_dcodenumber.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/show_footprint.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/show_mod_edge.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/show_no_copper_layers.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/show_no_layers.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/show_zone.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/show_zone_disable.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/show_zone_outline_only.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/showtrack.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/sim_add_signal.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/sim_probe.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/sim_run.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/sim_settings.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/sim_stop.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/sim_tune.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/simulator.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/spreadsheet.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/svg_file.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/swap_layer.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/text.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/text_sketch.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/three_d.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/tool_ratsnest.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/tools.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/track_locked.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/track_sketch.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/track_unlocked.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/transistor.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/undelete.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/undo.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/unit_inch.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/unit_mm.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/unknown.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/unlocked.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/unzip.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/up.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/update_fields.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/update_module_board.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/update_pcb_from_sch.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/use_3D_copper_thickness.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/via.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/via_buried.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/via_microvia.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/via_sketch.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/warning.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/web_support.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/width_net.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/width_segment.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/width_track.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/width_track_via.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/width_vias.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/wizard_add_fplib_small.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/zip.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/zip_tool.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/zone_duplicate.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/zone_unfill.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/zoom.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/zoom_area.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/zoom_center_on_screen.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/zoom_fit_in_page.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/zoom_in.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/zoom_out.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/zoom_redraw.cpp [new file with mode: 0644]
bitmaps_png/cpp_26/zoom_selection.cpp [new file with mode: 0644]
bitmaps_png/cpp_48/dialog_warning.cpp [new file with mode: 0644]
bitmaps_png/cpp_48/icon_3d.cpp [new file with mode: 0644]
bitmaps_png/cpp_48/icon_bitmap2component.cpp [new file with mode: 0644]
bitmaps_png/cpp_48/icon_cvpcb.cpp [new file with mode: 0644]
bitmaps_png/cpp_48/icon_eeschema.cpp [new file with mode: 0644]
bitmaps_png/cpp_48/icon_gerbview.cpp [new file with mode: 0644]
bitmaps_png/cpp_48/icon_kicad.cpp [new file with mode: 0644]
bitmaps_png/cpp_48/icon_libedit.cpp [new file with mode: 0644]
bitmaps_png/cpp_48/icon_modedit.cpp [new file with mode: 0644]
bitmaps_png/cpp_48/icon_pagelayout_editor.cpp [new file with mode: 0644]
bitmaps_png/cpp_48/icon_pcbcalculator.cpp [new file with mode: 0644]
bitmaps_png/cpp_48/icon_pcbnew.cpp [new file with mode: 0644]
bitmaps_png/cpp_48/viewlibs_icon.cpp [new file with mode: 0644]
bitmaps_png/cpp_48/wizard_add_fplib_icon.cpp [new file with mode: 0644]
bitmaps_png/cpp_other/tune_diff_pair_length_legend.cpp [new file with mode: 0644]
bitmaps_png/cpp_other/tune_diff_pair_skew_legend.cpp [new file with mode: 0644]
bitmaps_png/cpp_other/tune_single_track_length_legend.cpp [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/mk_icn.sh [new file with mode: 0644]
bitmaps_png/include/bitmaps_png/bitmap_def.h [new file with mode: 0644]
bitmaps_png/include/bitmaps_png/bitmaps_list.h [new file with mode: 0644]
bitmaps_png/mk_icn_res.sh [new file with mode: 0755]
bitmaps_png/sources/CREDITS [new file with mode: 0644]
bitmaps_png/sources/about.svg [new file with mode: 0644]
bitmaps_png/sources/add_arc.svg [new file with mode: 0644]
bitmaps_png/sources/add_board.svg [new file with mode: 0644]
bitmaps_png/sources/add_bus.svg [new file with mode: 0644]
bitmaps_png/sources/add_bus2bus.svg [new file with mode: 0644]
bitmaps_png/sources/add_circle.svg [new file with mode: 0644]
bitmaps_png/sources/add_component.svg [new file with mode: 0644]
bitmaps_png/sources/add_corner.svg [new file with mode: 0644]
bitmaps_png/sources/add_dashed_line.svg [new file with mode: 0644]
bitmaps_png/sources/add_dimension.svg [new file with mode: 0644]
bitmaps_png/sources/add_document.svg [new file with mode: 0644]
bitmaps_png/sources/add_gerber.svg [new file with mode: 0644]
bitmaps_png/sources/add_glabel.svg [new file with mode: 0644]
bitmaps_png/sources/add_graphical_polygon.svg [new file with mode: 0644]
bitmaps_png/sources/add_graphical_segments.svg [new file with mode: 0644]
bitmaps_png/sources/add_hierar_pin.svg [new file with mode: 0644]
bitmaps_png/sources/add_hierarchical_label.svg [new file with mode: 0644]
bitmaps_png/sources/add_hierarchical_subsheet.svg [new file with mode: 0644]
bitmaps_png/sources/add_junction.svg [new file with mode: 0644]
bitmaps_png/sources/add_keepout_area.svg [new file with mode: 0644]
bitmaps_png/sources/add_library.svg [new file with mode: 0644]
bitmaps_png/sources/add_line.svg [new file with mode: 0644]
bitmaps_png/sources/add_line2bus.svg [new file with mode: 0644]
bitmaps_png/sources/add_line_label.svg [new file with mode: 0644]
bitmaps_png/sources/add_pcb_target.svg [new file with mode: 0644]
bitmaps_png/sources/add_pin.svg [new file with mode: 0644]
bitmaps_png/sources/add_polygon.svg [new file with mode: 0644]
bitmaps_png/sources/add_power.svg [new file with mode: 0644]
bitmaps_png/sources/add_rectangle.svg [new file with mode: 0644]
bitmaps_png/sources/add_tracks.svg [new file with mode: 0644]
bitmaps_png/sources/add_tracks_and_vias.svg [new file with mode: 0644]
bitmaps_png/sources/add_via.svg [new file with mode: 0644]
bitmaps_png/sources/add_zone.svg [new file with mode: 0644]
bitmaps_png/sources/add_zone_cutout.svg [new file with mode: 0644]
bitmaps_png/sources/align_items.svg [new file with mode: 0644]
bitmaps_png/sources/align_items_bottom.svg [new file with mode: 0644]
bitmaps_png/sources/align_items_center.svg [new file with mode: 0644]
bitmaps_png/sources/align_items_left.svg [new file with mode: 0644]
bitmaps_png/sources/align_items_middle.svg [new file with mode: 0644]
bitmaps_png/sources/align_items_right.svg [new file with mode: 0644]
bitmaps_png/sources/align_items_top.svg [new file with mode: 0644]
bitmaps_png/sources/anchor.svg [new file with mode: 0644]
bitmaps_png/sources/annotate.svg [new file with mode: 0644]
bitmaps_png/sources/annotate_down_right.svg [new file with mode: 0644]
bitmaps_png/sources/annotate_right_down.svg [new file with mode: 0644]
bitmaps_png/sources/apply_pad_settings.svg [new file with mode: 0644]
bitmaps_png/sources/array.svg [new file with mode: 0644]
bitmaps_png/sources/auto_associe.svg [new file with mode: 0644]
bitmaps_png/sources/auto_delete_track.svg [new file with mode: 0644]
bitmaps_png/sources/auto_track_width.svg [new file with mode: 0644]
bitmaps_png/sources/autoplace_fields.svg [new file with mode: 0644]
bitmaps_png/sources/axis3d.svg [new file with mode: 0644]
bitmaps_png/sources/axis3d_back.svg [new file with mode: 0644]
bitmaps_png/sources/axis3d_bottom.svg [new file with mode: 0644]
bitmaps_png/sources/axis3d_front.svg [new file with mode: 0644]
bitmaps_png/sources/axis3d_left.svg [new file with mode: 0644]
bitmaps_png/sources/axis3d_right.svg [new file with mode: 0644]
bitmaps_png/sources/axis3d_top.svg [new file with mode: 0644]
bitmaps_png/sources/bitmap2component.svg [new file with mode: 0644]
bitmaps_png/sources/bom.svg [new file with mode: 0644]
bitmaps_png/sources/book.svg [new file with mode: 0644]
bitmaps_png/sources/break_bus.svg [new file with mode: 0644]
bitmaps_png/sources/break_line.svg [new file with mode: 0644]
bitmaps_png/sources/browse_files.svg [new file with mode: 0644]
bitmaps_png/sources/calculator.svg [new file with mode: 0644]
bitmaps_png/sources/cancel.svg [new file with mode: 0644]
bitmaps_png/sources/change_entry_orient.svg [new file with mode: 0644]
bitmaps_png/sources/checked_ok.svg [new file with mode: 0644]
bitmaps_png/sources/color_materials.svg [new file with mode: 0644]
bitmaps_png/sources/common_symbols.svg [new file with mode: 0644]
bitmaps_png/sources/component_select_alternate_shape.svg [new file with mode: 0644]
bitmaps_png/sources/component_select_unit.svg [new file with mode: 0644]
bitmaps_png/sources/config.svg [new file with mode: 0644]
bitmaps_png/sources/contrast_mode.svg [new file with mode: 0644]
bitmaps_png/sources/copper_layers_setup.svg [new file with mode: 0644]
bitmaps_png/sources/copy.svg [new file with mode: 0644]
bitmaps_png/sources/copy_pad_settings.svg [new file with mode: 0644]
bitmaps_png/sources/create_cmp_file.svg [new file with mode: 0644]
bitmaps_png/sources/cursor.svg [new file with mode: 0644]
bitmaps_png/sources/cursor_shape.svg [new file with mode: 0644]
bitmaps_png/sources/custom_pad_to_primitives.svg [new file with mode: 0644]
bitmaps_png/sources/cut.svg [new file with mode: 0644]
bitmaps_png/sources/cvpcb.svg [new file with mode: 0644]
bitmaps_png/sources/dashline.svg [new file with mode: 0644]
bitmaps_png/sources/datasheet.svg [new file with mode: 0644]
bitmaps_png/sources/delete.svg [new file with mode: 0644]
bitmaps_png/sources/delete_association.svg [new file with mode: 0644]
bitmaps_png/sources/delete_bus.svg [new file with mode: 0644]
bitmaps_png/sources/delete_circle.svg [new file with mode: 0644]
bitmaps_png/sources/delete_connection.svg [new file with mode: 0644]
bitmaps_png/sources/delete_dimension.svg [new file with mode: 0644]
bitmaps_png/sources/delete_field.svg [new file with mode: 0644]
bitmaps_png/sources/delete_gerber.svg [new file with mode: 0644]
bitmaps_png/sources/delete_glabel.svg [new file with mode: 0644]
bitmaps_png/sources/delete_line.svg [new file with mode: 0644]
bitmaps_png/sources/delete_module.svg [new file with mode: 0644]
bitmaps_png/sources/delete_net.svg [new file with mode: 0644]
bitmaps_png/sources/delete_node.svg [new file with mode: 0644]
bitmaps_png/sources/delete_pad.svg [new file with mode: 0644]
bitmaps_png/sources/delete_polygon.svg [new file with mode: 0644]
bitmaps_png/sources/delete_rectangle.svg [new file with mode: 0644]
bitmaps_png/sources/delete_sheet.svg [new file with mode: 0644]
bitmaps_png/sources/delete_track.svg [new file with mode: 0644]
bitmaps_png/sources/dialog_warning.svg [new file with mode: 0644]
bitmaps_png/sources/directory.svg [new file with mode: 0644]
bitmaps_png/sources/directory_browser.svg [new file with mode: 0644]
bitmaps_png/sources/display_options.svg [new file with mode: 0644]
bitmaps_png/sources/distribute_horizontal.svg [new file with mode: 0644]
bitmaps_png/sources/distribute_vertical.svg [new file with mode: 0644]
bitmaps_png/sources/down.svg [new file with mode: 0644]
bitmaps_png/sources/drag.svg [new file with mode: 0644]
bitmaps_png/sources/drag_outline_segment.svg [new file with mode: 0644]
bitmaps_png/sources/drag_pad.svg [new file with mode: 0644]
bitmaps_png/sources/drag_segment_withslope.svg [new file with mode: 0644]
bitmaps_png/sources/drc.svg [new file with mode: 0644]
bitmaps_png/sources/drc2.svg [new file with mode: 0644]
bitmaps_png/sources/drc_off.svg [new file with mode: 0644]
bitmaps_png/sources/duplicate.svg [new file with mode: 0644]
bitmaps_png/sources/edges_sketch.svg [new file with mode: 0644]
bitmaps_png/sources/edit.svg [new file with mode: 0644]
bitmaps_png/sources/edit_cmp_symb_links.svg [new file with mode: 0644]
bitmaps_png/sources/edit_comp_footprint.svg [new file with mode: 0644]
bitmaps_png/sources/edit_comp_ref.svg [new file with mode: 0644]
bitmaps_png/sources/edit_comp_value.svg [new file with mode: 0644]
bitmaps_png/sources/edit_component.svg [new file with mode: 0644]
bitmaps_png/sources/edit_module.svg [new file with mode: 0644]
bitmaps_png/sources/edit_text.svg [new file with mode: 0644]
bitmaps_png/sources/editor.svg [new file with mode: 0644]
bitmaps_png/sources/eeschema.svg [new file with mode: 0644]
bitmaps_png/sources/enter_sheet.svg [new file with mode: 0644]
bitmaps_png/sources/erc.svg [new file with mode: 0644]
bitmaps_png/sources/erc_green.svg [new file with mode: 0644]
bitmaps_png/sources/ercerr.svg [new file with mode: 0644]
bitmaps_png/sources/ercwarn.svg [new file with mode: 0644]
bitmaps_png/sources/exchange.svg [new file with mode: 0644]
bitmaps_png/sources/exit.svg [new file with mode: 0644]
bitmaps_png/sources/export.svg [new file with mode: 0644]
bitmaps_png/sources/export3d.svg [new file with mode: 0644]
bitmaps_png/sources/export_dsn.svg [new file with mode: 0644]
bitmaps_png/sources/export_footprint_names.svg [new file with mode: 0644]
bitmaps_png/sources/export_idf.svg [new file with mode: 0644]
bitmaps_png/sources/export_module.svg [new file with mode: 0644]
bitmaps_png/sources/export_part.svg [new file with mode: 0644]
bitmaps_png/sources/export_step.svg [new file with mode: 0644]
bitmaps_png/sources/fabrication.svg [new file with mode: 0644]
bitmaps_png/sources/file_footprint.svg [new file with mode: 0644]
bitmaps_png/sources/fill_zone.svg [new file with mode: 0644]
bitmaps_png/sources/find.svg [new file with mode: 0644]
bitmaps_png/sources/find_replace.svg [new file with mode: 0644]
bitmaps_png/sources/flag.svg [new file with mode: 0644]
bitmaps_png/sources/flip_board.svg [new file with mode: 0644]
bitmaps_png/sources/folder.svg [new file with mode: 0644]
bitmaps_png/sources/fonts.svg [new file with mode: 0644]
bitmaps_png/sources/footprint_text.svg [new file with mode: 0644]
bitmaps_png/sources/gbr_select_mode0.svg [new file with mode: 0644]
bitmaps_png/sources/gbr_select_mode1.svg [new file with mode: 0644]
bitmaps_png/sources/gbr_select_mode2.svg [new file with mode: 0644]
bitmaps_png/sources/general_deletions.svg [new file with mode: 0644]
bitmaps_png/sources/general_ratsnest.svg [new file with mode: 0644]
bitmaps_png/sources/gerber_file.svg [new file with mode: 0644]
bitmaps_png/sources/gerber_job_file.svg [new file with mode: 0644]
bitmaps_png/sources/gerbview_clear_layers.svg [new file with mode: 0644]
bitmaps_png/sources/gerbview_drill_file.svg [new file with mode: 0644]
bitmaps_png/sources/gerbview_show_negative_objects.svg [new file with mode: 0644]
bitmaps_png/sources/gl_change.svg [new file with mode: 0644]
bitmaps_png/sources/glabel2label.svg [new file with mode: 0644]
bitmaps_png/sources/glabel2text.svg [new file with mode: 0644]
bitmaps_png/sources/go_down.svg [new file with mode: 0644]
bitmaps_png/sources/go_next.svg [new file with mode: 0644]
bitmaps_png/sources/go_previous.svg [new file with mode: 0644]
bitmaps_png/sources/go_up.svg [new file with mode: 0644]
bitmaps_png/sources/green.svg [new file with mode: 0644]
bitmaps_png/sources/grid.svg [new file with mode: 0644]
bitmaps_png/sources/grid_select.svg [new file with mode: 0644]
bitmaps_png/sources/grid_select_axis.svg [new file with mode: 0644]
bitmaps_png/sources/hammer.svg [new file with mode: 0644]
bitmaps_png/sources/help.svg [new file with mode: 0644]
bitmaps_png/sources/hidden_pin.svg [new file with mode: 0644]
bitmaps_png/sources/hierarchy_nav.svg [new file with mode: 0644]
bitmaps_png/sources/highlight_remove.svg [new file with mode: 0644]
bitmaps_png/sources/hotkeys.svg [new file with mode: 0644]
bitmaps_png/sources/hotkeys_export.svg [new file with mode: 0644]
bitmaps_png/sources/hotkeys_import.svg [new file with mode: 0644]
bitmaps_png/sources/html.svg [new file with mode: 0644]
bitmaps_png/sources/icon.svg [new file with mode: 0644]
bitmaps_png/sources/icon_3d.svg [new file with mode: 0644]
bitmaps_png/sources/icon_bitmap2component.svg [new file with mode: 0644]
bitmaps_png/sources/icon_bitmap2component_alt.svg [new file with mode: 0644]
bitmaps_png/sources/icon_bitmap2component_old.svg [new file with mode: 0644]
bitmaps_png/sources/icon_cvpcb.svg [new file with mode: 0644]
bitmaps_png/sources/icon_cvpcb_small.svg [new file with mode: 0644]
bitmaps_png/sources/icon_eeschema.svg [new file with mode: 0644]
bitmaps_png/sources/icon_gerbview.svg [new file with mode: 0644]
bitmaps_png/sources/icon_gerbview_small.svg [new file with mode: 0644]
bitmaps_png/sources/icon_kicad.svg [new file with mode: 0644]
bitmaps_png/sources/icon_libedit.svg [new file with mode: 0644]
bitmaps_png/sources/icon_modedit.svg [new file with mode: 0644]
bitmaps_png/sources/icon_pagelayout_editor.svg [new file with mode: 0644]
bitmaps_png/sources/icon_pcbcalculator.svg [new file with mode: 0644]
bitmaps_png/sources/icon_pcbnew.svg [new file with mode: 0644]
bitmaps_png/sources/image.svg [new file with mode: 0644]
bitmaps_png/sources/import.svg [new file with mode: 0644]
bitmaps_png/sources/import3d.svg [new file with mode: 0644]
bitmaps_png/sources/import_brd_file.svg [new file with mode: 0644]
bitmaps_png/sources/import_document.svg [new file with mode: 0644]
bitmaps_png/sources/import_footprint_names.svg [new file with mode: 0644]
bitmaps_png/sources/import_hierarchical_label.svg [new file with mode: 0644]
bitmaps_png/sources/import_module.svg [new file with mode: 0644]
bitmaps_png/sources/import_part.svg [new file with mode: 0644]
bitmaps_png/sources/import_project.svg [new file with mode: 0644]
bitmaps_png/sources/import_setup.svg [new file with mode: 0644]
bitmaps_png/sources/info.svg [new file with mode: 0644]
bitmaps_png/sources/insert_module_board.svg [new file with mode: 0644]
bitmaps_png/sources/invisible_text.svg [new file with mode: 0644]
bitmaps_png/sources/kicad_icon_small.svg [new file with mode: 0644]
bitmaps_png/sources/kicad_logo.svg [new file with mode: 0644]
bitmaps_png/sources/kicad_logo_small.svg [new file with mode: 0644]
bitmaps_png/sources/label.svg [new file with mode: 0644]
bitmaps_png/sources/label2glabel.svg [new file with mode: 0644]
bitmaps_png/sources/label2text.svg [new file with mode: 0644]
bitmaps_png/sources/lang_bg.svg [new file with mode: 0644]
bitmaps_png/sources/lang_ca.svg [new file with mode: 0644]
bitmaps_png/sources/lang_cs.svg [new file with mode: 0644]
bitmaps_png/sources/lang_de.svg [new file with mode: 0644]
bitmaps_png/sources/lang_def.svg [new file with mode: 0644]
bitmaps_png/sources/lang_en.svg [new file with mode: 0644]
bitmaps_png/sources/lang_es.svg [new file with mode: 0644]
bitmaps_png/sources/lang_fi.svg [new file with mode: 0644]
bitmaps_png/sources/lang_fr.svg [new file with mode: 0644]
bitmaps_png/sources/lang_gr.svg [new file with mode: 0644]
bitmaps_png/sources/lang_hu.svg [new file with mode: 0644]
bitmaps_png/sources/lang_it.svg [new file with mode: 0644]
bitmaps_png/sources/lang_jp.svg [new file with mode: 0644]
bitmaps_png/sources/lang_ko.svg [new file with mode: 0644]
bitmaps_png/sources/lang_lt.svg [new file with mode: 0644]
bitmaps_png/sources/lang_nl.svg [new file with mode: 0644]
bitmaps_png/sources/lang_pl.svg [new file with mode: 0644]
bitmaps_png/sources/lang_pt.svg [new file with mode: 0644]
bitmaps_png/sources/lang_ru.svg [new file with mode: 0644]
bitmaps_png/sources/lang_sk.svg [new file with mode: 0644]
bitmaps_png/sources/lang_sl.svg [new file with mode: 0644]
bitmaps_png/sources/lang_zh.svg [new file with mode: 0644]
bitmaps_png/sources/language.svg [new file with mode: 0644]
bitmaps_png/sources/layers_manager.svg [new file with mode: 0644]
bitmaps_png/sources/leave_sheet.svg [new file with mode: 0644]
bitmaps_png/sources/left.svg [new file with mode: 0644]
bitmaps_png/sources/lib_next.svg [new file with mode: 0644]
bitmaps_png/sources/lib_previous.svg [new file with mode: 0644]
bitmaps_png/sources/libedit.svg [new file with mode: 0644]
bitmaps_png/sources/library.svg [new file with mode: 0644]
bitmaps_png/sources/library_archive.svg [new file with mode: 0644]
bitmaps_png/sources/library_archive_as.svg [new file with mode: 0644]
bitmaps_png/sources/library_browse.svg [new file with mode: 0644]
bitmaps_png/sources/library_table.svg [new file with mode: 0644]
bitmaps_png/sources/lines90.svg [new file with mode: 0644]
bitmaps_png/sources/list_nets.svg [new file with mode: 0644]
bitmaps_png/sources/load_gerber.svg [new file with mode: 0644]
bitmaps_png/sources/load_module_board.svg [new file with mode: 0644]
bitmaps_png/sources/load_module_lib.svg [new file with mode: 0644]
bitmaps_png/sources/local_ratsnest.svg [new file with mode: 0644]
bitmaps_png/sources/lock_unlock.svg [new file with mode: 0644]
bitmaps_png/sources/locked.svg [new file with mode: 0644]
bitmaps_png/sources/measurement.svg [new file with mode: 0644]
bitmaps_png/sources/minus.svg [new file with mode: 0644]
bitmaps_png/sources/mirror_h.svg [new file with mode: 0644]
bitmaps_png/sources/mirror_v.svg [new file with mode: 0644]
bitmaps_png/sources/mode_module.svg [new file with mode: 0644]
bitmaps_png/sources/mode_track.svg [new file with mode: 0644]
bitmaps_png/sources/modifier_export.svg [new file with mode: 0644]
bitmaps_png/sources/modifier_import.svg [new file with mode: 0644]
bitmaps_png/sources/modifier_load.svg [new file with mode: 0644]
bitmaps_png/sources/modifier_plus.svg [new file with mode: 0644]
bitmaps_png/sources/modifier_update.svg [new file with mode: 0644]
bitmaps_png/sources/modratsnest.svg [new file with mode: 0644]
bitmaps_png/sources/module.svg [new file with mode: 0644]
bitmaps_png/sources/module_check.svg [new file with mode: 0644]
bitmaps_png/sources/module_editor.svg [new file with mode: 0644]
bitmaps_png/sources/module_filtered_list.svg [new file with mode: 0644]
bitmaps_png/sources/module_full_list.svg [new file with mode: 0644]
bitmaps_png/sources/module_library_list.svg [new file with mode: 0644]
bitmaps_png/sources/module_name_filtered_list.svg [new file with mode: 0644]
bitmaps_png/sources/module_options.svg [new file with mode: 0644]
bitmaps_png/sources/module_pin_filtered_list.svg [new file with mode: 0644]
bitmaps_png/sources/module_ratsnest.svg [new file with mode: 0644]
bitmaps_png/sources/module_wizard.svg [new file with mode: 0644]
bitmaps_png/sources/modview_icon.svg [new file with mode: 0644]
bitmaps_png/sources/morgan1.svg [new file with mode: 0644]
bitmaps_png/sources/morgan2.svg [new file with mode: 0644]
bitmaps_png/sources/move.svg [new file with mode: 0644]
bitmaps_png/sources/move_exactly.svg [new file with mode: 0644]
bitmaps_png/sources/move_glabel.svg [new file with mode: 0644]
bitmaps_png/sources/move_pad.svg [new file with mode: 0644]
bitmaps_png/sources/move_polygon.svg [new file with mode: 0644]
bitmaps_png/sources/move_rectangle.svg [new file with mode: 0644]
bitmaps_png/sources/move_relative.svg [new file with mode: 0644]
bitmaps_png/sources/move_sheet.svg [new file with mode: 0644]
bitmaps_png/sources/move_target.svg [new file with mode: 0644]
bitmaps_png/sources/mw_add_gap.svg [new file with mode: 0644]
bitmaps_png/sources/mw_add_line.svg [new file with mode: 0644]
bitmaps_png/sources/mw_add_shape.svg [new file with mode: 0644]
bitmaps_png/sources/mw_add_stub.svg [new file with mode: 0644]
bitmaps_png/sources/mw_add_stub_arc.svg [new file with mode: 0644]
bitmaps_png/sources/mw_toolbar.svg [new file with mode: 0644]
bitmaps_png/sources/net_highlight.svg [new file with mode: 0644]
bitmaps_png/sources/net_highlight_schematic.svg [new file with mode: 0644]
bitmaps_png/sources/net_locked.svg [new file with mode: 0644]
bitmaps_png/sources/net_unlocked.svg [new file with mode: 0644]
bitmaps_png/sources/netlist.svg [new file with mode: 0644]
bitmaps_png/sources/new_board.svg [new file with mode: 0644]
bitmaps_png/sources/new_component.svg [new file with mode: 0644]
bitmaps_png/sources/new_cvpcb.svg [new file with mode: 0644]
bitmaps_png/sources/new_document.svg [new file with mode: 0644]
bitmaps_png/sources/new_footprint.svg [new file with mode: 0644]
bitmaps_png/sources/new_generic.svg [new file with mode: 0644]
bitmaps_png/sources/new_library.svg [new file with mode: 0644]
bitmaps_png/sources/new_page_layout.svg [new file with mode: 0644]
bitmaps_png/sources/new_project.svg [new file with mode: 0644]
bitmaps_png/sources/new_project_with_template.svg [new file with mode: 0644]
bitmaps_png/sources/noconn.svg [new file with mode: 0644]
bitmaps_png/sources/normal.svg [new file with mode: 0644]
bitmaps_png/sources/online_help.svg [new file with mode: 0644]
bitmaps_png/sources/open_brd_file.svg [new file with mode: 0644]
bitmaps_png/sources/open_document.svg [new file with mode: 0644]
bitmaps_png/sources/open_library.svg [new file with mode: 0644]
bitmaps_png/sources/open_page_layout.svg [new file with mode: 0644]
bitmaps_png/sources/open_project.svg [new file with mode: 0644]
bitmaps_png/sources/opt_show_polygon.svg [new file with mode: 0644]
bitmaps_png/sources/options_3drender.svg [new file with mode: 0644]
bitmaps_png/sources/options_all_tracks.svg [new file with mode: 0644]
bitmaps_png/sources/options_all_tracks_and_vias.svg [new file with mode: 0644]
bitmaps_png/sources/options_all_vias.svg [new file with mode: 0644]
bitmaps_png/sources/options_arc.svg [new file with mode: 0644]
bitmaps_png/sources/options_board.svg [new file with mode: 0644]
bitmaps_png/sources/options_circle.svg [new file with mode: 0644]
bitmaps_png/sources/options_generic.svg [new file with mode: 0644]
bitmaps_png/sources/options_module.svg [new file with mode: 0644]
bitmaps_png/sources/options_pad.svg [new file with mode: 0644]
bitmaps_png/sources/options_pin.svg [new file with mode: 0644]
bitmaps_png/sources/options_pinsheet.svg [new file with mode: 0644]
bitmaps_png/sources/options_rectangle.svg [new file with mode: 0644]
bitmaps_png/sources/options_segment.svg [new file with mode: 0644]
bitmaps_png/sources/options_track.svg [new file with mode: 0644]
bitmaps_png/sources/options_tracks.svg [new file with mode: 0644]
bitmaps_png/sources/options_vias.svg [new file with mode: 0644]
bitmaps_png/sources/orient.svg [new file with mode: 0644]
bitmaps_png/sources/ortho.svg [new file with mode: 0644]
bitmaps_png/sources/pad.svg [new file with mode: 0644]
bitmaps_png/sources/pad_dimensions.svg [new file with mode: 0644]
bitmaps_png/sources/pad_enumerate.svg [new file with mode: 0644]
bitmaps_png/sources/pad_sketch.svg [new file with mode: 0644]
bitmaps_png/sources/pads_mask_layers.svg [new file with mode: 0644]
bitmaps_png/sources/pagelayout_load.svg [new file with mode: 0644]
bitmaps_png/sources/pagelayout_normal_view_mode.svg [new file with mode: 0644]
bitmaps_png/sources/pagelayout_special_view_mode.svg [new file with mode: 0644]
bitmaps_png/sources/palette.svg [new file with mode: 0644]
bitmaps_png/sources/part_properties.svg [new file with mode: 0644]
bitmaps_png/sources/paste.svg [new file with mode: 0644]
bitmaps_png/sources/path.svg [new file with mode: 0644]
bitmaps_png/sources/pcb_offset.svg [new file with mode: 0644]
bitmaps_png/sources/pcb_target.svg [new file with mode: 0644]
bitmaps_png/sources/pcb_update.svg [new file with mode: 0644]
bitmaps_png/sources/pcbcalculator.svg [new file with mode: 0644]
bitmaps_png/sources/pcbnew.svg [new file with mode: 0644]
bitmaps_png/sources/pin.svg [new file with mode: 0644]
bitmaps_png/sources/pin2pin.svg [new file with mode: 0644]
bitmaps_png/sources/pin_name_to.svg [new file with mode: 0644]
bitmaps_png/sources/pin_number_to.svg [new file with mode: 0644]
bitmaps_png/sources/pin_show_etype.svg [new file with mode: 0644]
bitmaps_png/sources/pin_size_to.svg [new file with mode: 0644]
bitmaps_png/sources/pin_table.svg [new file with mode: 0644]
bitmaps_png/sources/pin_to.svg [new file with mode: 0644]
bitmaps_png/sources/pinorient_down.svg [new file with mode: 0644]
bitmaps_png/sources/pinorient_left.svg [new file with mode: 0644]
bitmaps_png/sources/pinorient_right.svg [new file with mode: 0644]
bitmaps_png/sources/pinorient_up.svg [new file with mode: 0644]
bitmaps_png/sources/pinshape_active_low_input.svg [new file with mode: 0644]
bitmaps_png/sources/pinshape_active_low_output.svg [new file with mode: 0644]
bitmaps_png/sources/pinshape_clock_active_low.svg [new file with mode: 0644]
bitmaps_png/sources/pinshape_clock_fall.svg [new file with mode: 0644]
bitmaps_png/sources/pinshape_clock_invert.svg [new file with mode: 0644]
bitmaps_png/sources/pinshape_clock_normal.svg [new file with mode: 0644]
bitmaps_png/sources/pinshape_invert.svg [new file with mode: 0644]
bitmaps_png/sources/pinshape_nonlogic.svg [new file with mode: 0644]
bitmaps_png/sources/pinshape_normal.svg [new file with mode: 0644]
bitmaps_png/sources/pintype_3states.svg [new file with mode: 0644]
bitmaps_png/sources/pintype_bidi.svg [new file with mode: 0644]
bitmaps_png/sources/pintype_input.svg [new file with mode: 0644]
bitmaps_png/sources/pintype_noconnect.svg [new file with mode: 0644]
bitmaps_png/sources/pintype_notspecif.svg [new file with mode: 0644]
bitmaps_png/sources/pintype_opencoll.svg [new file with mode: 0644]
bitmaps_png/sources/pintype_openemit.svg [new file with mode: 0644]
bitmaps_png/sources/pintype_output.svg [new file with mode: 0644]
bitmaps_png/sources/pintype_passive.svg [new file with mode: 0644]
bitmaps_png/sources/pintype_powerinput.svg [new file with mode: 0644]
bitmaps_png/sources/pintype_poweroutput.svg [new file with mode: 0644]
bitmaps_png/sources/plot.svg [new file with mode: 0644]
bitmaps_png/sources/plot_dxf.svg [new file with mode: 0644]
bitmaps_png/sources/plot_hpg.svg [new file with mode: 0644]
bitmaps_png/sources/plot_pdf.svg [new file with mode: 0644]
bitmaps_png/sources/plot_ps.svg [new file with mode: 0644]
bitmaps_png/sources/plot_svg.svg [new file with mode: 0644]
bitmaps_png/sources/plus.svg [new file with mode: 0644]
bitmaps_png/sources/polar_coord.svg [new file with mode: 0644]
bitmaps_png/sources/post_compo.svg [new file with mode: 0644]
bitmaps_png/sources/post_drill.svg [new file with mode: 0644]
bitmaps_png/sources/post_module.svg [new file with mode: 0644]
bitmaps_png/sources/preference.svg [new file with mode: 0644]
bitmaps_png/sources/preference2.svg [new file with mode: 0644]
bitmaps_png/sources/primitives_to_custom_pad.svg [new file with mode: 0644]
bitmaps_png/sources/print_button.svg [new file with mode: 0644]
bitmaps_png/sources/ps_diff_pair.svg [new file with mode: 0644]
bitmaps_png/sources/ps_diff_pair_gap.svg [new file with mode: 0644]
bitmaps_png/sources/ps_diff_pair_tune_length.svg [new file with mode: 0644]
bitmaps_png/sources/ps_diff_pair_tune_phase.svg [new file with mode: 0644]
bitmaps_png/sources/ps_diff_pair_via_gap.svg [new file with mode: 0644]
bitmaps_png/sources/ps_router.svg [new file with mode: 0644]
bitmaps_png/sources/ps_tune_length.svg [new file with mode: 0644]
bitmaps_png/sources/push_pad_settings.svg [new file with mode: 0644]
bitmaps_png/sources/py_script.svg [new file with mode: 0644]
bitmaps_png/sources/ratsnest.svg [new file with mode: 0644]
bitmaps_png/sources/read_setup.svg [new file with mode: 0644]
bitmaps_png/sources/recent.svg [new file with mode: 0644]
bitmaps_png/sources/red.svg [new file with mode: 0644]
bitmaps_png/sources/redo.svg [new file with mode: 0644]
bitmaps_png/sources/refresh.svg [new file with mode: 0644]
bitmaps_png/sources/reload.svg [new file with mode: 0644]
bitmaps_png/sources/reload2.svg [new file with mode: 0644]
bitmaps_png/sources/render_mode.svg [new file with mode: 0644]
bitmaps_png/sources/rescue.svg [new file with mode: 0644]
bitmaps_png/sources/reset_text.svg [new file with mode: 0644]
bitmaps_png/sources/resize_sheet.svg [new file with mode: 0644]
bitmaps_png/sources/right.svg [new file with mode: 0644]
bitmaps_png/sources/rotate_ccw.svg [new file with mode: 0644]
bitmaps_png/sources/rotate_cw.svg [new file with mode: 0644]
bitmaps_png/sources/rotate_neg_x.svg [new file with mode: 0644]
bitmaps_png/sources/rotate_neg_y.svg [new file with mode: 0644]
bitmaps_png/sources/rotate_neg_z.svg [new file with mode: 0644]
bitmaps_png/sources/rotate_pos_x.svg [new file with mode: 0644]
bitmaps_png/sources/rotate_pos_y.svg [new file with mode: 0644]
bitmaps_png/sources/rotate_pos_z.svg [new file with mode: 0644]
bitmaps_png/sources/router_len_tuner.svg [new file with mode: 0644]
bitmaps_png/sources/router_len_tuner_amplitude_decr.svg [new file with mode: 0644]
bitmaps_png/sources/router_len_tuner_amplitude_incr.svg [new file with mode: 0644]
bitmaps_png/sources/router_len_tuner_dist_decr.svg [new file with mode: 0644]
bitmaps_png/sources/router_len_tuner_dist_incr.svg [new file with mode: 0644]
bitmaps_png/sources/router_len_tuner_setup.svg [new file with mode: 0644]
bitmaps_png/sources/save.svg [new file with mode: 0644]
bitmaps_png/sources/save_as.svg [new file with mode: 0644]
bitmaps_png/sources/save_fp_to_board.svg [new file with mode: 0644]
bitmaps_png/sources/save_gerber.svg [new file with mode: 0644]
bitmaps_png/sources/save_library.svg [new file with mode: 0644]
bitmaps_png/sources/save_project.svg [new file with mode: 0644]
bitmaps_png/sources/save_setup.svg [new file with mode: 0644]
bitmaps_png/sources/search_tree.svg [new file with mode: 0644]
bitmaps_png/sources/select_grid.svg [new file with mode: 0644]
bitmaps_png/sources/select_layer_pair.svg [new file with mode: 0644]
bitmaps_png/sources/select_same_sheet.svg [new file with mode: 0644]
bitmaps_png/sources/select_w_layer.svg [new file with mode: 0644]
bitmaps_png/sources/setcolor_3d_bg.svg [new file with mode: 0644]
bitmaps_png/sources/setcolor_board_body.svg [new file with mode: 0644]
bitmaps_png/sources/setcolor_copper.svg [new file with mode: 0644]
bitmaps_png/sources/setcolor_silkscreen.svg [new file with mode: 0644]
bitmaps_png/sources/setcolor_soldermask.svg [new file with mode: 0644]
bitmaps_png/sources/setcolor_solderpaste.svg [new file with mode: 0644]
bitmaps_png/sources/shape_3d.svg [new file with mode: 0644]
bitmaps_png/sources/sheetset.svg [new file with mode: 0644]
bitmaps_png/sources/show_all_back_layers.svg [new file with mode: 0644]
bitmaps_png/sources/show_all_copper_layers.svg [new file with mode: 0644]
bitmaps_png/sources/show_all_front_layers.svg [new file with mode: 0644]
bitmaps_png/sources/show_all_layers.svg [new file with mode: 0644]
bitmaps_png/sources/show_dcodenumber.svg [new file with mode: 0644]
bitmaps_png/sources/show_footprint.svg [new file with mode: 0644]
bitmaps_png/sources/show_mod_edge.svg [new file with mode: 0644]
bitmaps_png/sources/show_no_copper_layers.svg [new file with mode: 0644]
bitmaps_png/sources/show_no_layers.svg [new file with mode: 0644]
bitmaps_png/sources/show_zone.svg [new file with mode: 0644]
bitmaps_png/sources/show_zone_disable.svg [new file with mode: 0644]
bitmaps_png/sources/show_zone_outline_only.svg [new file with mode: 0644]
bitmaps_png/sources/showtrack.svg [new file with mode: 0644]
bitmaps_png/sources/sim_add_signal.svg [new file with mode: 0644]
bitmaps_png/sources/sim_probe.svg [new file with mode: 0644]
bitmaps_png/sources/sim_run.svg [new file with mode: 0644]
bitmaps_png/sources/sim_settings.svg [new file with mode: 0644]
bitmaps_png/sources/sim_stop.svg [new file with mode: 0644]
bitmaps_png/sources/sim_tune.svg [new file with mode: 0644]
bitmaps_png/sources/simulator.svg [new file with mode: 0644]
bitmaps_png/sources/small_down.svg [new file with mode: 0644]
bitmaps_png/sources/small_edit.svg [new file with mode: 0644]
bitmaps_png/sources/small_library.svg [new file with mode: 0644]
bitmaps_png/sources/small_plus.svg [new file with mode: 0644]
bitmaps_png/sources/small_up.svg [new file with mode: 0644]
bitmaps_png/sources/spreadsheet.svg [new file with mode: 0644]
bitmaps_png/sources/svg_file.svg [new file with mode: 0644]
bitmaps_png/sources/swap_layer.svg [new file with mode: 0644]
bitmaps_png/sources/text.svg [new file with mode: 0644]
bitmaps_png/sources/text_sketch.svg [new file with mode: 0644]
bitmaps_png/sources/three_d.svg [new file with mode: 0644]
bitmaps_png/sources/tool_ratsnest.svg [new file with mode: 0644]
bitmaps_png/sources/tools.svg [new file with mode: 0644]
bitmaps_png/sources/track_locked.svg [new file with mode: 0644]
bitmaps_png/sources/track_sketch.svg [new file with mode: 0644]
bitmaps_png/sources/track_unlocked.svg [new file with mode: 0644]
bitmaps_png/sources/transistor.svg [new file with mode: 0644]
bitmaps_png/sources/trash.svg [new file with mode: 0644]
bitmaps_png/sources/tree_nosel.svg [new file with mode: 0644]
bitmaps_png/sources/tree_sel.svg [new file with mode: 0644]
bitmaps_png/sources/tune_diff_pair_length_legend.png [new file with mode: 0644]
bitmaps_png/sources/tune_diff_pair_length_legend.svg [new file with mode: 0644]
bitmaps_png/sources/tune_diff_pair_skew_legend.png [new file with mode: 0644]
bitmaps_png/sources/tune_single_track_length_legend.png [new file with mode: 0644]
bitmaps_png/sources/undelete.svg [new file with mode: 0644]
bitmaps_png/sources/undo.svg [new file with mode: 0644]
bitmaps_png/sources/unit_inch.svg [new file with mode: 0644]
bitmaps_png/sources/unit_mm.svg [new file with mode: 0644]
bitmaps_png/sources/unknown.svg [new file with mode: 0644]
bitmaps_png/sources/unlocked.svg [new file with mode: 0644]
bitmaps_png/sources/unzip.svg [new file with mode: 0644]
bitmaps_png/sources/up.svg [new file with mode: 0644]
bitmaps_png/sources/update_fields.svg [new file with mode: 0644]
bitmaps_png/sources/update_module_board.svg [new file with mode: 0644]
bitmaps_png/sources/update_pcb_from_sch.svg [new file with mode: 0644]
bitmaps_png/sources/use_3D_copper_thickness.svg [new file with mode: 0644]
bitmaps_png/sources/via.svg [new file with mode: 0644]
bitmaps_png/sources/via_buried.svg [new file with mode: 0644]
bitmaps_png/sources/via_microvia.svg [new file with mode: 0644]
bitmaps_png/sources/via_sketch.svg [new file with mode: 0644]
bitmaps_png/sources/viewlibs_icon.svg [new file with mode: 0644]
bitmaps_png/sources/warning.svg [new file with mode: 0644]
bitmaps_png/sources/web_support.svg [new file with mode: 0644]
bitmaps_png/sources/width_net.svg [new file with mode: 0644]
bitmaps_png/sources/width_segment.svg [new file with mode: 0644]
bitmaps_png/sources/width_track.svg [new file with mode: 0644]
bitmaps_png/sources/width_track_select.svg [new file with mode: 0644]
bitmaps_png/sources/width_track_via.svg [new file with mode: 0644]
bitmaps_png/sources/width_vias.svg [new file with mode: 0644]
bitmaps_png/sources/wizard_add_fplib_icon.svg [new file with mode: 0644]
bitmaps_png/sources/wizard_add_fplib_small.svg [new file with mode: 0644]
bitmaps_png/sources/www.svg [new file with mode: 0644]
bitmaps_png/sources/zip.svg [new file with mode: 0644]
bitmaps_png/sources/zip_tool.svg [new file with mode: 0644]
bitmaps_png/sources/zone_duplicate.svg [new file with mode: 0644]
bitmaps_png/sources/zone_unfill.svg [new file with mode: 0644]
bitmaps_png/sources/zoom.svg [new file with mode: 0644]
bitmaps_png/sources/zoom_area.svg [new file with mode: 0644]
bitmaps_png/sources/zoom_auto.svg [new file with mode: 0644]
bitmaps_png/sources/zoom_center_on_screen.svg [new file with mode: 0644]
bitmaps_png/sources/zoom_fit_in_page.svg [new file with mode: 0644]
bitmaps_png/sources/zoom_in.svg [new file with mode: 0644]
bitmaps_png/sources/zoom_out.svg [new file with mode: 0644]
bitmaps_png/sources/zoom_redraw.svg [new file with mode: 0644]
bitmaps_png/sources/zoom_selection.svg [new file with mode: 0644]
common/CMakeLists.txt [new file with mode: 0644]
common/advanced_config.cpp [new file with mode: 0644]
common/array_options.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_struct.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/bezier_curves.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/board_printout.cpp [new file with mode: 0644]
common/build_version.cpp [new file with mode: 0644]
common/colors.cpp [new file with mode: 0644]
common/colors_design_settings.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/convert_basic_shapes_to_polygon.cpp [new file with mode: 0644]
common/cursor_store.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_color_picker.cpp [new file with mode: 0644]
common/dialogs/dialog_color_picker.h [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_info_HTML_base.cpp [new file with mode: 0644]
common/dialogs/dialog_display_info_HTML_base.fbp [new file with mode: 0644]
common/dialogs/dialog_display_info_HTML_base.h [new file with mode: 0644]
common/dialogs/dialog_edit_library_tables.cpp [new file with mode: 0644]
common/dialogs/dialog_file_dir_picker.cpp [new file with mode: 0644]
common/dialogs/dialog_file_dir_picker.h [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.h [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_hotkey_list.cpp [new file with mode: 0644]
common/dialogs/dialog_hotkey_list.h [new file with mode: 0644]
common/dialogs/dialog_image_editor.cpp [new file with mode: 0644]
common/dialogs/dialog_image_editor.h [new file with mode: 0644]
common/dialogs/dialog_image_editor_base.cpp [new file with mode: 0644]
common/dialogs/dialog_image_editor_base.h [new file with mode: 0644]
common/dialogs/dialog_image_editor_fbp.fbp [new file with mode: 0644]
common/dialogs/dialog_list_selector_base.cpp [new file with mode: 0644]
common/dialogs/dialog_list_selector_base.fbp [new file with mode: 0644]
common/dialogs/dialog_list_selector_base.h [new file with mode: 0644]
common/dialogs/dialog_page_settings.cpp [new file with mode: 0644]
common/dialogs/dialog_page_settings.h [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_print_generic.cpp [new file with mode: 0644]
common/dialogs/dialog_print_generic.h [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.h [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/panel_common_settings.cpp [new file with mode: 0644]
common/dialogs/panel_common_settings.h [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_hotkeys_editor.cpp [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/displlst.cpp [new file with mode: 0644]
common/dlist.cpp [new file with mode: 0644]
common/dpi_scaling.cpp [new file with mode: 0644]
common/draw_graphic_text.cpp [new file with mode: 0644]
common/draw_panel_gal.cpp [new file with mode: 0644]
common/dsnlexer.cpp [new file with mode: 0644]
common/eagle_parser.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_dockart.cpp [new file with mode: 0644]
common/eda_pattern_match.cpp [new file with mode: 0644]
common/eda_size_ctrl.cpp [new file with mode: 0644]
common/eda_text.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/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/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/geometry/convex_hull.cpp [new file with mode: 0644]
common/geometry/geometry_utils.cpp [new file with mode: 0644]
common/geometry/hetriang.cpp [new file with mode: 0644]
common/geometry/seg.cpp [new file with mode: 0644]
common/geometry/shape.cpp [new file with mode: 0644]
common/geometry/shape_arc.cpp [new file with mode: 0644]
common/geometry/shape_collisions.cpp [new file with mode: 0644]
common/geometry/shape_file_io.cpp [new file with mode: 0644]
common/geometry/shape_line_chain.cpp [new file with mode: 0644]
common/geometry/shape_poly_set.cpp [new file with mode: 0644]
common/geometry/trigo.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/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_messagebox.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_i.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/legacy_gal/block.cpp [new file with mode: 0644]
common/legacy_gal/eda_draw_frame.cpp [new file with mode: 0644]
common/legacy_gal/other.cpp [new file with mode: 0644]
common/legacy_wx/block.cpp [new file with mode: 0644]
common/legacy_wx/eda_draw_frame.cpp [new file with mode: 0644]
common/legacy_wx/eda_draw_panel.cpp [new file with mode: 0644]
common/legacy_wx/other.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.h [new file with mode: 0644]
common/lib_tree_model_adapter.cpp [new file with mode: 0644]
common/lib_tree_model_adapter.h [new file with mode: 0644]
common/libeval/CMakeLists.txt [new file with mode: 0644]
common/libeval/grammar.c [new file with mode: 0644]
common/libeval/grammar.h [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/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/math/math_util.cpp [new file with mode: 0644]
common/md5_hash.cpp [new file with mode: 0644]
common/msgpanel.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_viewitem.cpp [new file with mode: 0644]
common/page_info.cpp [new file with mode: 0644]
common/page_layout/page_layout_default_description.cpp [new file with mode: 0644]
common/page_layout/page_layout_graphic_items.cpp [new file with mode: 0644]
common/page_layout/page_layout_reader.cpp [new file with mode: 0644]
common/page_layout/page_layout_reader.keywords [new file with mode: 0644]
common/page_layout/title_block_shapes.cpp [new file with mode: 0644]
common/page_layout/worksheet_dataitem.cpp [new file with mode: 0644]
common/page_layout/worksheet_layout.cpp [new file with mode: 0644]
common/painter.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/prependpath.cpp [new file with mode: 0644]
common/preview_items/arc_assistant.cpp [new file with mode: 0644]
common/preview_items/arc_geom_manager.cpp [new file with mode: 0644]
common/preview_items/bright_box.cpp [new file with mode: 0644]
common/preview_items/centreline_rect_item.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/printout.cpp [new file with mode: 0644]
common/project.cpp [new file with mode: 0644]
common/properties.cpp [new file with mode: 0644]
common/ptree.cpp [new file with mode: 0644]
common/refdes_utils.cpp [new file with mode: 0644]
common/reporter.cpp [new file with mode: 0644]
common/richio.cpp [new file with mode: 0644]
common/search_stack.cpp [new file with mode: 0644]
common/searchhelpfilefullpath.cpp [new file with mode: 0644]
common/selcolor.cpp [new file with mode: 0644]
common/settings.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.cpp [new file with mode: 0644]
common/strtok_r.c [new file with mode: 0644]
common/swig/dlist.i [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/kiway.i [new file with mode: 0644]
common/swig/kiway_player.i [new file with mode: 0644]
common/swig/math.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/system/libcontext.cpp [new file with mode: 0644]
common/systemdirsappend.cpp [new file with mode: 0644]
common/text_utils.cpp [new file with mode: 0644]
common/tool/action_manager.cpp [new file with mode: 0644]
common/tool/actions.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/context_menu.cpp [new file with mode: 0644]
common/tool/grid_menu.cpp [new file with mode: 0644]
common/tool/selection_conditions.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/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/button_row_panel.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_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/indicator_icon.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/lib_tree.h [new file with mode: 0644]
common/widgets/mathplot.cpp [new file with mode: 0644]
common/widgets/net_selector.cpp [new file with mode: 0644]
common/widgets/paged_dialog.cpp [new file with mode: 0644]
common/widgets/progress_reporter.cpp [new file with mode: 0644]
common/widgets/stepped_slider.cpp [new file with mode: 0644]
common/widgets/tab_traversal.cpp [new file with mode: 0644]
common/widgets/text_ctrl_eval.cpp [new file with mode: 0644]
common/widgets/two_column_tree_list.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_grid.cpp [new file with mode: 0644]
common/widgets/wx_grid.h [new file with mode: 0644]
common/wildcards_and_files_ext.cpp [new file with mode: 0644]
common/worksheet.cpp [new file with mode: 0644]
common/worksheet_viewitem.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/cfg.cpp [new file with mode: 0644]
cvpcb/common_help_msg.h [new file with mode: 0644]
cvpcb/components_listbox.cpp [new file with mode: 0644]
cvpcb/cvpcb.cpp [new file with mode: 0644]
cvpcb/cvpcb.h [new file with mode: 0644]
cvpcb/cvpcb.icns [new file with mode: 0644]
cvpcb/cvpcb.rc [new file with mode: 0644]
cvpcb/cvpcb_doc.icns [new file with mode: 0644]
cvpcb/cvpcb_id.h [new file with mode: 0644]
cvpcb/cvpcb_mainframe.cpp [new file with mode: 0644]
cvpcb/cvpcb_mainframe.h [new file with mode: 0644]
cvpcb/dialogs/dialog_config_equfiles.cpp [new file with mode: 0644]
cvpcb/dialogs/dialog_config_equfiles.h [new file with mode: 0644]
cvpcb/dialogs/dialog_config_equfiles_base.cpp [new file with mode: 0644]
cvpcb/dialogs/dialog_config_equfiles_base.fbp [new file with mode: 0644]
cvpcb/dialogs/dialog_config_equfiles_base.h [new file with mode: 0644]
cvpcb/dialogs/dialog_display_options.cpp [new file with mode: 0644]
cvpcb/dialogs/dialog_display_options.h [new file with mode: 0644]
cvpcb/dialogs/dialog_display_options_base.cpp [new file with mode: 0644]
cvpcb/dialogs/dialog_display_options_base.fbp [new file with mode: 0644]
cvpcb/dialogs/dialog_display_options_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/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_control.cpp [new file with mode: 0644]
cvpcb/tools/cvpcb_control.h [new file with mode: 0644]
cvpcb/tools/cvpcb_selection_tool.cpp [new file with mode: 0644]
cvpcb/tools/cvpcb_selection_tool.h [new file with mode: 0644]
demos/CMakeLists.txt [new file with mode: 0644]
demos/complex_hierarchy/ampli_ht.sch [new file with mode: 0644]
demos/complex_hierarchy/complex_hierarchy-cache.lib [new file with mode: 0644]
demos/complex_hierarchy/complex_hierarchy.kicad_pcb [new file with mode: 0644]
demos/complex_hierarchy/complex_hierarchy.net [new file with mode: 0644]
demos/complex_hierarchy/complex_hierarchy.pro [new file with mode: 0644]
demos/complex_hierarchy/complex_hierarchy.sch [new file with mode: 0644]
demos/complex_hierarchy/complex_hierarchy_schlib.lib [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.dcm [new file with mode: 0644]
demos/custom_pads_test/custom_pads_schlib.lib [new file with mode: 0644]
demos/custom_pads_test/custom_pads_test-cache.lib [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.lib [new file with mode: 0644]
demos/custom_pads_test/custom_pads_test.net [new file with mode: 0644]
demos/custom_pads_test/custom_pads_test.pro [new file with mode: 0644]
demos/custom_pads_test/custom_pads_test.sch [new file with mode: 0644]
demos/custom_pads_test/sym-lib-table [new file with mode: 0644]
demos/ecc83/ecc83-pp-cache.lib [new file with mode: 0644]
demos/ecc83/ecc83-pp.kicad_pcb [new file with mode: 0644]
demos/ecc83/ecc83-pp.net [new file with mode: 0644]
demos/ecc83/ecc83-pp.pro [new file with mode: 0644]
demos/ecc83/ecc83-pp.sch [new file with mode: 0644]
demos/ecc83/ecc83-pp_v2-cache.lib [new file with mode: 0644]
demos/ecc83/ecc83-pp_v2.kicad_pcb [new file with mode: 0644]
demos/ecc83/ecc83-pp_v2.net [new file with mode: 0644]
demos/ecc83/ecc83-pp_v2.pro [new file with mode: 0644]
demos/ecc83/ecc83-pp_v2.sch [new file with mode: 0644]
demos/ecc83/ecc83_schlib.dcm [new file with mode: 0644]
demos/ecc83/ecc83_schlib.lib [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.dcm [new file with mode: 0644]
demos/electric/elec-unifil.lib [new file with mode: 0644]
demos/electric/electric-cache.lib [new file with mode: 0644]
demos/electric/electric.pro [new file with mode: 0644]
demos/electric/electric.sch [new file with mode: 0644]
demos/electric/sym-lib-table [new file with mode: 0644]
demos/flat_hierarchy/flat_hierarchy-cache.lib [new file with mode: 0644]
demos/flat_hierarchy/flat_hierarchy.kicad_pcb [new file with mode: 0644]
demos/flat_hierarchy/flat_hierarchy.net [new file with mode: 0644]
demos/flat_hierarchy/flat_hierarchy.pro [new file with mode: 0644]
demos/flat_hierarchy/flat_hierarchy.sch [new file with mode: 0644]
demos/flat_hierarchy/flat_hierarchy_schlib.lib [new file with mode: 0644]
demos/flat_hierarchy/pic_programmer.sch [new file with mode: 0644]
demos/flat_hierarchy/pic_sockets.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-cache.lib [new file with mode: 0644]
demos/interf_u/interf_u.kicad_pcb [new file with mode: 0644]
demos/interf_u/interf_u.net [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.pro [new file with mode: 0644]
demos/interf_u/interf_u.sch [new file with mode: 0644]
demos/interf_u/interf_u_schlib.dcm [new file with mode: 0644]
demos/interf_u/interf_u_schlib.lib [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.lib [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.sch [new file with mode: 0644]
demos/kit-dev-coldfire-xilinx_5213/kit-dev-coldfire-xilinx_5213-cache.lib [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.net [new file with mode: 0644]
demos/kit-dev-coldfire-xilinx_5213/kit-dev-coldfire-xilinx_5213.pro [new file with mode: 0644]
demos/kit-dev-coldfire-xilinx_5213/kit-dev-coldfire-xilinx_5213.sch [new file with mode: 0644]
demos/kit-dev-coldfire-xilinx_5213/kit-dev-coldfire-xilinx_5213_schlib.dcm [new file with mode: 0644]
demos/kit-dev-coldfire-xilinx_5213/kit-dev-coldfire-xilinx_5213_schlib.lib [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.sch [new file with mode: 0644]
demos/microwave/microwave.kicad_pcb [new file with mode: 0644]
demos/microwave/microwave.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/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_fp.pretty/TO-92_BC237_307.kicad_mod [new file with mode: 0644]
demos/pic_programmer/libs/pic_programmer_schlib.dcm [new file with mode: 0644]
demos/pic_programmer/libs/pic_programmer_schlib.lib [new file with mode: 0644]
demos/pic_programmer/pic_programmer-cache.lib [new file with mode: 0644]
demos/pic_programmer/pic_programmer.kicad_pcb [new file with mode: 0644]
demos/pic_programmer/pic_programmer.net [new file with mode: 0644]
demos/pic_programmer/pic_programmer.pro [new file with mode: 0644]
demos/pic_programmer/pic_programmer.sch [new file with mode: 0644]
demos/pic_programmer/pic_sockets.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-cache.lib [new file with mode: 0644]
demos/simulation/laser_driver/laser_driver.pro [new file with mode: 0644]
demos/simulation/laser_driver/laser_driver.sch [new file with mode: 0644]
demos/simulation/laser_driver/laser_driver_schlib.lib [new file with mode: 0644]
demos/simulation/laser_driver/sym-lib-table [new file with mode: 0644]
demos/simulation/pspice/pspice-cache.lib [new file with mode: 0644]
demos/simulation/pspice/pspice.pro [new file with mode: 0644]
demos/simulation/pspice/pspice.sch [new file with mode: 0644]
demos/simulation/pspice/schematic_libspice.dcm [new file with mode: 0644]
demos/simulation/pspice/schematic_libspice.lib [new file with mode: 0644]
demos/simulation/pspice/sym-lib-table [new file with mode: 0644]
demos/simulation/rectifier/rectifier-cache.lib [new file with mode: 0644]
demos/simulation/rectifier/rectifier.pro [new file with mode: 0644]
demos/simulation/rectifier/rectifier.sch [new file with mode: 0644]
demos/simulation/rectifier/rectifier_schlib.lib [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-cache.lib [new file with mode: 0644]
demos/simulation/sallen_key/sallen_key.pro [new file with mode: 0644]
demos/simulation/sallen_key/sallen_key.sch [new file with mode: 0644]
demos/simulation/sallen_key/sallen_key_schlib.lib [new file with mode: 0644]
demos/simulation/sallen_key/sym-lib-table [new file with mode: 0644]
demos/sonde xilinx/fp-lib-table [new file with mode: 0644]
demos/sonde xilinx/sonde xilinx-cache.lib [new file with mode: 0644]
demos/sonde xilinx/sonde xilinx.kicad_pcb [new file with mode: 0644]
demos/sonde xilinx/sonde xilinx.net [new file with mode: 0644]
demos/sonde xilinx/sonde xilinx.pro [new file with mode: 0644]
demos/sonde xilinx/sonde xilinx.sch [new file with mode: 0644]
demos/sonde xilinx/sonde xilinx_schlib.lib [new file with mode: 0644]
demos/sonde xilinx/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-cache.lib [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.net [new file with mode: 0644]
demos/test_pads_inside_pads/test_pads_inside_pads.pro [new file with mode: 0644]
demos/test_pads_inside_pads/test_pads_inside_pads.sch [new file with mode: 0644]
demos/test_pads_inside_pads/test_pads_inside_pads_schlib.dcm [new file with mode: 0644]
demos/test_pads_inside_pads/test_pads_inside_pads_schlib.lib [new file with mode: 0644]
demos/test_xil_95108/carte_test-cache.lib [new file with mode: 0644]
demos/test_xil_95108/carte_test.kicad_pcb [new file with mode: 0644]
demos/test_xil_95108/carte_test.net [new file with mode: 0644]
demos/test_xil_95108/carte_test.pro [new file with mode: 0644]
demos/test_xil_95108/carte_test.sch [new file with mode: 0644]
demos/test_xil_95108/carte_test_schlib.dcm [new file with mode: 0644]
demos/test_xil_95108/carte_test_schlib.lib [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.sch [new file with mode: 0644]
demos/video/esvideo.sch [new file with mode: 0644]
demos/video/fp-lib-table [new file with mode: 0644]
demos/video/graphic.sch [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/video_schlib.lib [new file with mode: 0644]
demos/video/modul.sch [new file with mode: 0644]
demos/video/muxdata.sch [new file with mode: 0644]
demos/video/pal-ntsc.sch [new file with mode: 0644]
demos/video/rams.sch [new file with mode: 0644]
demos/video/sym-lib-table [new file with mode: 0644]
demos/video/video-cache.lib [new file with mode: 0644]
demos/video/video.kicad_pcb [new file with mode: 0644]
demos/video/video.net [new file with mode: 0644]
demos/video/video.pro [new file with mode: 0644]
demos/video/video.sch [new file with mode: 0644]
dxflib_qcad/CMakeLists.txt [new file with mode: 0644]
dxflib_qcad/dl_attributes.h [new file with mode: 0644]
dxflib_qcad/dl_codes.h [new file with mode: 0644]
dxflib_qcad/dl_creationadapter.h [new file with mode: 0644]
dxflib_qcad/dl_creationinterface.h [new file with mode: 0644]
dxflib_qcad/dl_dxf.cpp [new file with mode: 0644]
dxflib_qcad/dl_dxf.h [new file with mode: 0644]
dxflib_qcad/dl_entities.h [new file with mode: 0644]
dxflib_qcad/dl_exception.h [new file with mode: 0644]
dxflib_qcad/dl_extrusion.h [new file with mode: 0644]
dxflib_qcad/dl_global.h [new file with mode: 0644]
dxflib_qcad/dl_writer.h [new file with mode: 0644]
dxflib_qcad/dl_writer_ascii.cpp [new file with mode: 0644]
dxflib_qcad/dl_writer_ascii.h [new file with mode: 0644]
dxflib_qcad/dxflib.doxygen [new file with mode: 0644]
dxflib_qcad/run_uncrustify.sh [new file with mode: 0644]
dxflib_qcad/tinyspline_lib/tinyspline.c [new file with mode: 0644]
dxflib_qcad/tinyspline_lib/tinyspline.h [new file with mode: 0644]
dxflib_qcad/tinyspline_lib/tinysplinecpp.cpp [new file with mode: 0644]
dxflib_qcad/tinyspline_lib/tinysplinecpp.h [new file with mode: 0644]
dxflib_qcad/version.txt [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/backanno.cpp [new file with mode: 0644]
eeschema/block.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/busentry.cpp [new file with mode: 0644]
eeschema/class_libentry.cpp [new file with mode: 0644]
eeschema/class_libentry.h [new file with mode: 0644]
eeschema/class_library.cpp [new file with mode: 0644]
eeschema/class_library.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/controle.cpp [new file with mode: 0644]
eeschema/cross-probing.cpp [new file with mode: 0644]
eeschema/dialog_erc_listbox.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.html [new file with mode: 0644]
eeschema/dialogs/dialog_choose_component.cpp [new file with mode: 0644]
eeschema/dialogs/dialog_choose_component.h [new file with mode: 0644]
eeschema/dialogs/dialog_edit_component_in_lib.cpp [new file with mode: 0644]
eeschema/dialogs/dialog_edit_component_in_lib.h [new file with mode: 0644]
eeschema/dialogs/dialog_edit_component_in_lib_base.cpp [new file with mode: 0644]
eeschema/dialogs/dialog_edit_component_in_lib_base.fbp [new file with mode: 0644]
eeschema/dialogs/dialog_edit_component_in_lib_base.h [new file with mode: 0644]
eeschema/dialogs/dialog_edit_component_in_schematic.cpp [new file with mode: 0644]
eeschema/dialogs/dialog_edit_component_in_schematic.h [new file with mode: 0644]
eeschema/dialogs/dialog_edit_component_in_schematic_base.cpp [new file with mode: 0644]
eeschema/dialogs/dialog_edit_component_in_schematic_base.fbp [new file with mode: 0644]
eeschema/dialogs/dialog_edit_component_in_schematic_base.h [new file with mode: 0644]
eeschema/dialogs/dialog_edit_components_libid.cpp [new file with mode: 0644]
eeschema/dialogs/dialog_edit_components_libid_base.cpp [new file with mode: 0644]
eeschema/dialogs/dialog_edit_components_libid_base.fbp [new file with mode: 0644]
eeschema/dialogs/dialog_edit_components_libid_base.h [new file with mode: 0644]
eeschema/dialogs/dialog_edit_label.cpp [new file with mode: 0644]
eeschema/dialogs/dialog_edit_label_base.cpp [new file with mode: 0644]
eeschema/dialogs/dialog_edit_label_base.fbp [new file with mode: 0644]
eeschema/dialogs/dialog_edit_label_base.h [new file with mode: 0644]
eeschema/dialogs/dialog_edit_line_style.cpp [new file with mode: 0644]
eeschema/dialogs/dialog_edit_line_style.h [new file with mode: 0644]
eeschema/dialogs/dialog_edit_line_style_base.cpp [new file with mode: 0644]
eeschema/dialogs/dialog_edit_line_style_base.fbp [new file with mode: 0644]
eeschema/dialogs/dialog_edit_line_style_base.h [new file with mode: 0644]
eeschema/dialogs/dialog_edit_one_field.cpp [new file with mode: 0644]
eeschema/dialogs/dialog_edit_one_field.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_fields_editor_global.cpp [new file with mode: 0644]
eeschema/dialogs/dialog_fields_editor_global.h [new file with mode: 0644]
eeschema/dialogs/dialog_fields_editor_global_base.cpp [new file with mode: 0644]
eeschema/dialogs/dialog_fields_editor_global_base.fbp [new file with mode: 0644]
eeschema/dialogs/dialog_fields_editor_global_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_lib_edit_draw_item.cpp [new file with mode: 0644]
eeschema/dialogs/dialog_lib_edit_draw_item.h [new file with mode: 0644]
eeschema/dialogs/dialog_lib_edit_draw_item_base.cpp [new file with mode: 0644]
eeschema/dialogs/dialog_lib_edit_draw_item_base.fbp [new file with mode: 0644]
eeschema/dialogs/dialog_lib_edit_draw_item_base.h [new file with mode: 0644]
eeschema/dialogs/dialog_lib_edit_pin.cpp [new file with mode: 0644]
eeschema/dialogs/dialog_lib_edit_pin.h [new file with mode: 0644]
eeschema/dialogs/dialog_lib_edit_pin_base.cpp [new file with mode: 0644]
eeschema/dialogs/dialog_lib_edit_pin_base.fbp [new file with mode: 0644]
eeschema/dialogs/dialog_lib_edit_pin_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_edit_text.cpp [new file with mode: 0644]
eeschema/dialogs/dialog_lib_edit_text.h [new file with mode: 0644]
eeschema/dialogs/dialog_lib_edit_text_base.cpp [new file with mode: 0644]
eeschema/dialogs/dialog_lib_edit_text_base.fbp [new file with mode: 0644]
eeschema/dialogs/dialog_lib_edit_text_base.h [new file with mode: 0644]
eeschema/dialogs/dialog_lib_new_component.cpp [new file with mode: 0644]
eeschema/dialogs/dialog_lib_new_component.h [new file with mode: 0644]
eeschema/dialogs/dialog_lib_new_component_base.cpp [new file with mode: 0644]
eeschema/dialogs/dialog_lib_new_component_base.fbp [new file with mode: 0644]
eeschema/dialogs/dialog_lib_new_component_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_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_edit_sheet_pin.cpp [new file with mode: 0644]
eeschema/dialogs/dialog_sch_edit_sheet_pin.h [new file with mode: 0644]
eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp [new file with mode: 0644]
eeschema/dialogs/dialog_sch_edit_sheet_pin_base.fbp [new file with mode: 0644]
eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h [new file with mode: 0644]
eeschema/dialogs/dialog_sch_sheet_props.cpp [new file with mode: 0644]
eeschema/dialogs/dialog_sch_sheet_props.h [new file with mode: 0644]
eeschema/dialogs/dialog_sch_sheet_props_base.cpp [new file with mode: 0644]
eeschema/dialogs/dialog_sch_sheet_props_base.fbp [new file with mode: 0644]
eeschema/dialogs/dialog_sch_sheet_props_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_set_grid.cpp [new file with mode: 0644]
eeschema/dialogs/dialog_set_grid_base.cpp [new file with mode: 0644]
eeschema/dialogs/dialog_set_grid_base.fbp [new file with mode: 0644]
eeschema/dialogs/dialog_set_grid_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_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_update_fields.cpp [new file with mode: 0644]
eeschema/dialogs/dialog_update_fields.h [new file with mode: 0644]
eeschema/dialogs/dialog_update_fields_base.cpp [new file with mode: 0644]
eeschema/dialogs/dialog_update_fields_base.fbp [new file with mode: 0644]
eeschema/dialogs/dialog_update_fields_base.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_settings.cpp [new file with mode: 0644]
eeschema/dialogs/panel_eeschema_settings.h [new file with mode: 0644]
eeschema/dialogs/panel_eeschema_settings_base.cpp [new file with mode: 0644]
eeschema/dialogs/panel_eeschema_settings_base.fbp [new file with mode: 0644]
eeschema/dialogs/panel_eeschema_settings_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_libedit_display_options.cpp [new file with mode: 0644]
eeschema/dialogs/panel_libedit_display_options.h [new file with mode: 0644]
eeschema/dialogs/panel_libedit_settings.cpp [new file with mode: 0644]
eeschema/dialogs/panel_libedit_settings.h [new file with mode: 0644]
eeschema/dialogs/panel_libedit_settings_base.cpp [new file with mode: 0644]
eeschema/dialogs/panel_libedit_settings_base.fbp [new file with mode: 0644]
eeschema/dialogs/panel_libedit_settings_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/drc_erc_item.cpp [new file with mode: 0644]
eeschema/edit_bitmap.cpp [new file with mode: 0644]
eeschema/edit_component_in_schematic.cpp [new file with mode: 0644]
eeschema/edit_label.cpp [new file with mode: 0644]
eeschema/eeredraw.cpp [new file with mode: 0644]
eeschema/eeschema.cpp [new file with mode: 0644]
eeschema/eeschema.icns [new file with mode: 0644]
eeschema/eeschema.rc [new file with mode: 0644]
eeschema/eeschema_config.cpp [new file with mode: 0644]
eeschema/eeschema_config.h [new file with mode: 0644]
eeschema/eeschema_doc.icns [new file with mode: 0644]
eeschema/eeschema_id.h [new file with mode: 0644]
eeschema/erc.cpp [new file with mode: 0644]
eeschema/erc.h [new file with mode: 0644]
eeschema/events_called_functions_for_edit.cpp [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/find.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/help_common_strings.h [new file with mode: 0644]
eeschema/hierarch.cpp [new file with mode: 0644]
eeschema/highlight_connection.cpp [new file with mode: 0644]
eeschema/hotkeys.cpp [new file with mode: 0644]
eeschema/hotkeys.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_arc.h [new file with mode: 0644]
eeschema/lib_bezier.cpp [new file with mode: 0644]
eeschema/lib_bezier.h [new file with mode: 0644]
eeschema/lib_circle.cpp [new file with mode: 0644]
eeschema/lib_circle.h [new file with mode: 0644]
eeschema/lib_collectors.cpp [new file with mode: 0644]
eeschema/lib_collectors.h [new file with mode: 0644]
eeschema/lib_draw_item.cpp [new file with mode: 0644]
eeschema/lib_draw_item.h [new file with mode: 0644]
eeschema/lib_field.cpp [new file with mode: 0644]
eeschema/lib_field.h [new file with mode: 0644]
eeschema/lib_pin.cpp [new file with mode: 0644]
eeschema/lib_pin.h [new file with mode: 0644]
eeschema/lib_polyline.cpp [new file with mode: 0644]
eeschema/lib_polyline.h [new file with mode: 0644]
eeschema/lib_rectangle.cpp [new file with mode: 0644]
eeschema/lib_rectangle.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/libedit/block_libedit.cpp [new file with mode: 0644]
eeschema/libedit/controller.cpp [new file with mode: 0644]
eeschema/libedit/lib_edit_frame.cpp [new file with mode: 0644]
eeschema/libedit/lib_edit_frame.h [new file with mode: 0644]
eeschema/libedit/lib_export.cpp [new file with mode: 0644]
eeschema/libedit/lib_manager.cpp [new file with mode: 0644]
eeschema/libedit/lib_manager.h [new file with mode: 0644]
eeschema/libedit/libedit.cpp [new file with mode: 0644]
eeschema/libedit/libedit_onleftclick.cpp [new file with mode: 0644]
eeschema/libedit/libedit_onrightclick.cpp [new file with mode: 0644]
eeschema/libedit/libedit_plot_component.cpp [new file with mode: 0644]
eeschema/libedit/libedit_undo_redo.cpp [new file with mode: 0644]
eeschema/libedit/libfield.cpp [new file with mode: 0644]
eeschema/libedit/menubar_libedit.cpp [new file with mode: 0644]
eeschema/libedit/pinedit.cpp [new file with mode: 0644]
eeschema/libedit/symbdraw.cpp [new file with mode: 0644]
eeschema/libedit/symbedit.cpp [new file with mode: 0644]
eeschema/libedit/tool_lib.cpp [new file with mode: 0644]
eeschema/list_operations.h [new file with mode: 0644]
eeschema/menubar.cpp [new file with mode: 0644]
eeschema/netlist.h [new file with mode: 0644]
eeschema/netlist_exporters/netlist_exporter.cpp [new file with mode: 0644]
eeschema/netlist_exporters/netlist_exporter.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_generic.cpp [new file with mode: 0644]
eeschema/netlist_exporters/netlist_exporter_generic.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_generator.cpp [new file with mode: 0644]
eeschema/netlist_object.cpp [new file with mode: 0644]
eeschema/netlist_object.h [new file with mode: 0644]
eeschema/netlist_object_list.cpp [new file with mode: 0644]
eeschema/onleftclick.cpp [new file with mode: 0644]
eeschema/onrightclick.cpp [new file with mode: 0644]
eeschema/operations_on_items_lists.cpp [new file with mode: 0644]
eeschema/pin_number.cpp [new file with mode: 0644]
eeschema/pin_number.h [new file with mode: 0644]
eeschema/pin_shape.cpp [new file with mode: 0644]
eeschema/pin_shape.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/plot_schematic_DXF.cpp [new file with mode: 0644]
eeschema/plot_schematic_HPGL.cpp [new file with mode: 0644]
eeschema/plot_schematic_PDF.cpp [new file with mode: 0644]
eeschema/plot_schematic_PS.cpp [new file with mode: 0644]
eeschema/plot_schematic_SVG.cpp [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_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/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_collectors.cpp [new file with mode: 0644]
eeschema/sch_collectors.h [new file with mode: 0644]
eeschema/sch_component.cpp [new file with mode: 0644]
eeschema/sch_component.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_eagle_plugin.cpp [new file with mode: 0644]
eeschema/sch_eagle_plugin.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_io_mgr.cpp [new file with mode: 0644]
eeschema/sch_io_mgr.h [new file with mode: 0644]
eeschema/sch_item_struct.cpp [new file with mode: 0644]
eeschema/sch_item_struct.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_legacy_plugin.cpp [new file with mode: 0644]
eeschema/sch_legacy_plugin.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_plugin.cpp [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_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_text.cpp [new file with mode: 0644]
eeschema/sch_text.h [new file with mode: 0644]
eeschema/sch_validators.cpp [new file with mode: 0644]
eeschema/sch_validators.h [new file with mode: 0644]
eeschema/sch_view.cpp [new file with mode: 0644]
eeschema/sch_view.h [new file with mode: 0644]
eeschema/schedit.cpp [new file with mode: 0644]
eeschema/schematic_undo_redo.cpp [new file with mode: 0644]
eeschema/selpart.cpp [new file with mode: 0644]
eeschema/sheet.cpp [new file with mode: 0644]
eeschema/sheetlab.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_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/simulate.cpp [new file with mode: 0644]
eeschema/sim/spice_reporter.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/simulation_cursors.cpp [new file with mode: 0644]
eeschema/simulation_cursors.h [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_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/template_fieldnames.cpp [new file with mode: 0644]
eeschema/template_fieldnames.h [new file with mode: 0644]
eeschema/template_fieldnames.keywords [new file with mode: 0644]
eeschema/tool_sch.cpp [new file with mode: 0644]
eeschema/tool_viewlib.cpp [new file with mode: 0644]
eeschema/transform.cpp [new file with mode: 0644]
eeschema/transform.h [new file with mode: 0644]
eeschema/viewlib_frame.cpp [new file with mode: 0644]
eeschema/viewlib_frame.h [new file with mode: 0644]
eeschema/viewlibs.cpp [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]
eeschema/widgets/widget_eeschema_color_config.cpp [new file with mode: 0644]
eeschema/widgets/widget_eeschema_color_config.h [new file with mode: 0644]
gerbview/CMakeLists.txt [new file with mode: 0644]
gerbview/DCodeSelectionbox.cpp [new file with mode: 0644]
gerbview/DCodeSelectionbox.h [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/block.cpp [new file with mode: 0644]
gerbview/clear_gbr_drawlayers.cpp [new file with mode: 0644]
gerbview/controle.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_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_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/draw_gerber_screen.cpp [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_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/files.cpp [new file with mode: 0644]
gerbview/gbr_display_options.h [new file with mode: 0644]
gerbview/gbr_layer_box_selector.cpp [new file with mode: 0644]
gerbview/gbr_layer_box_selector.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/gbr_screen.cpp [new file with mode: 0644]
gerbview/gbr_screen.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.rc [new file with mode: 0644]
gerbview/gerbview_config.cpp [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_layer_widget.cpp [new file with mode: 0644]
gerbview/gerbview_layer_widget.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/hotkeys.cpp [new file with mode: 0644]
gerbview/hotkeys.h [new file with mode: 0644]
gerbview/job_file_reader.cpp [new file with mode: 0644]
gerbview/json11.cpp [new file with mode: 0644]
gerbview/json11.hpp [new file with mode: 0644]
gerbview/locate.cpp [new file with mode: 0644]
gerbview/menubar.cpp [new file with mode: 0644]
gerbview/onleftclick.cpp [new file with mode: 0644]
gerbview/onrightclick.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/select_layers_to_pcb.cpp [new file with mode: 0644]
gerbview/select_layers_to_pcb.h [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/selection_tool.cpp [new file with mode: 0644]
gerbview/tools/selection_tool.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/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/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/newstroke_font.h [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_options.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_struct.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/bezier_curves.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_types.h [new file with mode: 0644]
include/bitmaps.h [new file with mode: 0644]
include/block_commande.h [new file with mode: 0644]
include/board_design_settings.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_board_item.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/colors.h [new file with mode: 0644]
include/colors_design_settings.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_basic_shapes_to_polygon.h [new file with mode: 0644]
include/convert_to_biu.h [new file with mode: 0644]
include/core/iterators.h [new file with mode: 0644]
include/core/optional.h [new file with mode: 0644]
include/core/settings.h [new file with mode: 0644]
include/core/typeinfo.h [new file with mode: 0644]
include/cursor_store.h [new file with mode: 0644]
include/dialog_configure_paths.h [new file with mode: 0644]
include/dialog_edit_library_tables.h [new file with mode: 0644]
include/dialog_helpers.h [new file with mode: 0644]
include/dialog_shim.h [new file with mode: 0644]
include/dlist.h [new file with mode: 0644]
include/dpi_scaling.h [new file with mode: 0644]
include/draw_frame.h [new file with mode: 0644]
include/draw_graphic_text.h [new file with mode: 0644]
include/drc_item.h [new file with mode: 0644]
include/dsnlexer.h [new file with mode: 0644]
include/eagle_parser.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_dockart.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_text.h [new file with mode: 0644]
include/enabler.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/fctsys.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_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/definitions.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/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/geometry/convex_hull.h [new file with mode: 0644]
include/geometry/direction45.h [new file with mode: 0644]
include/geometry/geometry_utils.h [new file with mode: 0644]
include/geometry/poly_grid_partition.h [new file with mode: 0644]
include/geometry/polygon_triangulation.h [new file with mode: 0644]
include/geometry/rtree.h [new file with mode: 0644]
include/geometry/seg.h [new file with mode: 0644]
include/geometry/shape.h [new file with mode: 0644]
include/geometry/shape_arc.h [new file with mode: 0644]
include/geometry/shape_circle.h [new file with mode: 0644]
include/geometry/shape_file_io.h [new file with mode: 0644]
include/geometry/shape_index.h [new file with mode: 0644]
include/geometry/shape_index_list.h [new file with mode: 0644]
include/geometry/shape_line_chain.h [new file with mode: 0644]
include/geometry/shape_poly_set.h [new file with mode: 0644]
include/geometry/shape_rect.h [new file with mode: 0644]
include/geometry/shape_segment.h [new file with mode: 0644]
include/geometry/shape_simple.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/gr_basic.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_messagebox.h [new file with mode: 0644]
include/i18n_utility.h [new file with mode: 0644]
include/id.h [new file with mode: 0644]
include/import_export.h [new file with mode: 0644]
include/intrusive_list.h [new file with mode: 0644]
include/ki_exception.h [new file with mode: 0644]
include/ki_mutex.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/kicad_device_context.h [new file with mode: 0644]
include/kicad_string.h [new file with mode: 0644]
include/kiface_i.h [new file with mode: 0644]
include/kiface_ids.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_mgr.h [new file with mode: 0644]
include/kiway_player.h [new file with mode: 0644]
include/layers_id_colors_and_visibility.h [new file with mode: 0644]
include/legacy_gal/class_drawpanel.h [new file with mode: 0644]
include/legacy_wx/class_drawpanel.h [new file with mode: 0644]
include/length.h.usuned [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/libeval/numeric_evaluator.h [new file with mode: 0644]
include/lockfile.h [new file with mode: 0644]
include/lru_cache.h [new file with mode: 0644]
include/macros.h [new file with mode: 0644]
include/mail_type.h [new file with mode: 0644]
include/make_unique.h [new file with mode: 0644]
include/marker_base.h [new file with mode: 0644]
include/math/box2.h [new file with mode: 0644]
include/math/math_util.h [new file with mode: 0644]
include/math/matrix3x3.h [new file with mode: 0644]
include/math/vector2d.h [new file with mode: 0644]
include/md5_hash.h [new file with mode: 0644]
include/menus_helpers.h [new file with mode: 0644]
include/msgpanel.h [new file with mode: 0644]
include/multivector.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_viewitem.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/pcb_base_frame.h [new file with mode: 0644]
include/pcb_display_options.h [new file with mode: 0644]
include/pcb_screen.h [new file with mode: 0644]
include/pcbstruct.h [new file with mode: 0644]
include/pgm_base.h [new file with mode: 0644]
include/plotter.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/bright_box.h [new file with mode: 0644]
include/preview_items/centreline_rect_item.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_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/project.h [new file with mode: 0644]
include/properties.h [new file with mode: 0644]
include/ptree.h [new file with mode: 0644]
include/refdes_utils.h [new file with mode: 0644]
include/reporter.h [new file with mode: 0644]
include/richio.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/status_popup.h [new file with mode: 0644]
include/streamwrapper.h [new file with mode: 0644]
include/sync_queue.h [new file with mode: 0644]
include/system/libcontext.h [new file with mode: 0644]
include/systemdirsappend.h [new file with mode: 0644]
include/text_utils.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/actions.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/context_menu.h [new file with mode: 0644]
include/tool/coroutine.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_menu.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/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/tool_settings.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/trigo.h [new file with mode: 0644]
include/ttl/halfedge/hedart.h [new file with mode: 0644]
include/ttl/halfedge/hetraits.h [new file with mode: 0644]
include/ttl/halfedge/hetriang.h [new file with mode: 0644]
include/ttl/ttl.h [new file with mode: 0644]
include/ttl/ttl_util.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/button_row_panel.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_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/indicator_icon.h [new file with mode: 0644]
include/widgets/layer_box_selector.h [new file with mode: 0644]
include/widgets/mathplot.h [new file with mode: 0644]
include/widgets/net_selector.h [new file with mode: 0644]
include/widgets/paged_dialog.h [new file with mode: 0644]
include/widgets/progress_reporter.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/two_column_tree_list.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/wildcards_and_files_ext.h [new file with mode: 0644]
include/worksheet.h [new file with mode: 0644]
include/worksheet_dataitem.h [new file with mode: 0644]
include/worksheet_shape_builder.h [new file with mode: 0644]
include/worksheet_viewitem.h [new file with mode: 0644]
include/wxdataviewctrl_helpers.h [new file with mode: 0644]
include/xnode.h [new file with mode: 0644]
kicad/CMakeLists.txt [new file with mode: 0644]
kicad/commandframe.cpp [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/file_pro.icns [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.h [new file with mode: 0644]
kicad/kicad.icns [new file with mode: 0644]
kicad/kicad.rc [new file with mode: 0644]
kicad/kicad_doc.icns [new file with mode: 0644]
kicad/logokicad.png [new file with mode: 0644]
kicad/mainframe.cpp [new file with mode: 0644]
kicad/menubar.cpp [new file with mode: 0644]
kicad/pgm_kicad.h [new file with mode: 0644]
kicad/prjconfig.cpp [new file with mode: 0644]
kicad/project_template.cpp [new file with mode: 0644]
kicad/project_template.h [new file with mode: 0644]
kicad/tree_project_frame.cpp [new file with mode: 0644]
kicad/tree_project_frame.h [new file with mode: 0644]
kicad/treeproject_item.cpp [new file with mode: 0644]
kicad/treeproject_item.h [new file with mode: 0644]
kicad/treeprojectfiles.cpp [new file with mode: 0644]
kicad/treeprojectfiles.h [new file with mode: 0644]
new/CMakeLists.txt [new file with mode: 0644]
new/Doxyfile [new file with mode: 0644]
new/design.h [new file with mode: 0644]
new/drawing.png [new file with mode: 0644]
new/drawing.svg [new file with mode: 0644]
new/make-dir-lib-source-test-data.sh [new file with mode: 0755]
new/make-html.sh [new file with mode: 0755]
new/sch_canvas.cpp [new file with mode: 0644]
new/sch_canvas.h [new file with mode: 0644]
new/sch_dir_lib_source.cpp [new file with mode: 0644]
new/sch_dir_lib_source.h [new file with mode: 0644]
new/sch_lib.cpp [new file with mode: 0644]
new/sch_lib.h [new file with mode: 0644]
new/sch_lib_table.cpp [new file with mode: 0644]
new/sch_lib_table.h [new file with mode: 0644]
new/sch_lib_table.keywords [new file with mode: 0644]
new/sch_lpid.cpp [new file with mode: 0644]
new/sch_lpid.h [new file with mode: 0644]
new/sch_part.cpp [new file with mode: 0644]
new/sch_part.h [new file with mode: 0644]
new/sch_sweet_parser.cpp [new file with mode: 0644]
new/sch_sweet_parser.h [new file with mode: 0644]
new/sweet.i [new file with mode: 0644]
new/sweet.keywords [new file with mode: 0644]
new/sweet_edit.cpp [new file with mode: 0644]
new/sweet_editor_panel.cpp [new file with mode: 0644]
new/sweet_editor_panel.fbp [new file with mode: 0644]
new/sweet_editor_panel.h [new file with mode: 0644]
new/sweet_spec_for_schematic_parts_EN.fodt [new file with mode: 0644]
new/test_sch_lib_table.cpp [new file with mode: 0644]
new/toolchain-mingw32.cmake [new file with mode: 0644]
new/toolchain-mingw64.cmake [new file with mode: 0644]
new/utf8.h [new file with mode: 0644]
pagelayout_editor/CMakeLists.txt [new file with mode: 0644]
pagelayout_editor/block.cpp [new file with mode: 0644]
pagelayout_editor/controle.cpp [new file with mode: 0644]
pagelayout_editor/design_tree_frame.cpp [new file with mode: 0644]
pagelayout_editor/design_tree_frame.h [new file with mode: 0644]
pagelayout_editor/dialogs/dialog_new_dataitem.cpp [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/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/events_functions.cpp [new file with mode: 0644]
pagelayout_editor/files.cpp [new file with mode: 0644]
pagelayout_editor/hotkeys.cpp [new file with mode: 0644]
pagelayout_editor/hotkeys.h [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/onleftclick.cpp [new file with mode: 0644]
pagelayout_editor/onrightclick.cpp [new file with mode: 0644]
pagelayout_editor/page_layout_writer.cpp [new file with mode: 0644]
pagelayout_editor/pl_editor.cpp [new file with mode: 0644]
pagelayout_editor/pl_editor.icns [new file with mode: 0644]
pagelayout_editor/pl_editor.rc [new file with mode: 0644]
pagelayout_editor/pl_editor_config.cpp [new file with mode: 0644]
pagelayout_editor/pl_editor_doc.icns [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_screen.cpp [new file with mode: 0644]
pagelayout_editor/pl_editor_screen.h [new file with mode: 0644]
pagelayout_editor/pl_editor_undo_redo.cpp [new file with mode: 0644]
pagelayout_editor/properties_frame.cpp [new file with mode: 0644]
pagelayout_editor/properties_frame.h [new file with mode: 0644]
pagelayout_editor/toolbars_pl_editor.cpp [new file with mode: 0644]
patches/boost_cstdint.patch [new file with mode: 0644]
patches/boost_interlock_mingw64.patch [new file with mode: 0644]
patches/boost_mingw.patch [new file with mode: 0644]
patches/boost_mingw64_interlocked.patch [new file with mode: 0644]
patches/boost_minkowski.patch [new file with mode: 0644]
patches/oce-0.17.3_mingw_utf8_filename_fix.patch [new file with mode: 0644]
patches/openssl-1.0.1e.patch [new file with mode: 0644]
patches/wxWidgets-3.0.2-msw-dc-orientation-fix.patch [new file with mode: 0644]
patches/wxwidgets-3.0.2_mingw_fix_unicode_entry.patch [new file with mode: 0644]
pcb_calculator/CMakeLists.txt [new file with mode: 0644]
pcb_calculator/UnitSelector.cpp [new file with mode: 0644]
pcb_calculator/UnitSelector.h [new file with mode: 0644]
pcb_calculator/attenuators.cpp [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.html [new file with mode: 0644]
pcb_calculator/attenuators/pi_formula.html [new file with mode: 0644]
pcb_calculator/attenuators/splitter_formula.html [new file with mode: 0644]
pcb_calculator/attenuators/tee_formula.html [new file with mode: 0644]
pcb_calculator/bitmaps/arrow_bottom.xpm [new file with mode: 0644]
pcb_calculator/bitmaps/arrow_top.xpm [new file with mode: 0644]
pcb_calculator/bitmaps/att_bridge.xpm [new file with mode: 0644]
pcb_calculator/bitmaps/att_pi.xpm [new file with mode: 0644]
pcb_calculator/bitmaps/att_splitter.xpm [new file with mode: 0644]
pcb_calculator/bitmaps/att_tee.xpm [new file with mode: 0644]
pcb_calculator/bitmaps/c_microstrip.xpm [new file with mode: 0644]
pcb_calculator/bitmaps/coax.xpm [new file with mode: 0644]
pcb_calculator/bitmaps/color_code_multiplier.xpm [new file with mode: 0644]
pcb_calculator/bitmaps/color_code_tolerance.xpm [new file with mode: 0644]
pcb_calculator/bitmaps/color_code_value.xpm [new file with mode: 0644]
pcb_calculator/bitmaps/color_code_value_and_name.xpm [new file with mode: 0644]
pcb_calculator/bitmaps/cpw.xpm [new file with mode: 0644]
pcb_calculator/bitmaps/cpw_back.xpm [new file with mode: 0644]
pcb_calculator/bitmaps/microstrip.xpm [new file with mode: 0644]
pcb_calculator/bitmaps/microstrip_zodd_zeven.xpm [new file with mode: 0644]
pcb_calculator/bitmaps/pcb_calculator.xpm [new file with mode: 0644]
pcb_calculator/bitmaps/rectwaveguide.xpm [new file with mode: 0644]
pcb_calculator/bitmaps/regul.xpm [new file with mode: 0644]
pcb_calculator/bitmaps/regul_3pins.xpm [new file with mode: 0644]
pcb_calculator/bitmaps/sources/arrow_bottom.png [new file with mode: 0644]
pcb_calculator/bitmaps/sources/arrow_top.png [new file with mode: 0644]
pcb_calculator/bitmaps/sources/attenuator/att_bridge.png [new file with mode: 0644]
pcb_calculator/bitmaps/sources/attenuator/att_pi.png [new file with mode: 0644]
pcb_calculator/bitmaps/sources/attenuator/att_splitter.png [new file with mode: 0644]
pcb_calculator/bitmaps/sources/attenuator/att_tee.png [new file with mode: 0644]
pcb_calculator/bitmaps/sources/attenuator/pcb_calculator.png [new file with mode: 0644]
pcb_calculator/bitmaps/sources/attenuator/regul.png [new file with mode: 0644]
pcb_calculator/bitmaps/sources/attenuator_PI.png [new file with mode: 0644]
pcb_calculator/bitmaps/sources/regul.svg [new file with mode: 0644]
pcb_calculator/bitmaps/sources/regul_3pins.png [new file with mode: 0644]
pcb_calculator/bitmaps/sources/regul_3pins.svg [new file with mode: 0644]
pcb_calculator/bitmaps/sources/transline/c_microstrip.png [new file with mode: 0644]
pcb_calculator/bitmaps/sources/transline/coax.png [new file with mode: 0644]
pcb_calculator/bitmaps/sources/transline/cpw.png [new file with mode: 0644]
pcb_calculator/bitmaps/sources/transline/cpw_back.png [new file with mode: 0644]
pcb_calculator/bitmaps/sources/transline/microstrip.png [new file with mode: 0644]
pcb_calculator/bitmaps/sources/transline/microstrip_zodd_zeven.svg [new file with mode: 0644]
pcb_calculator/bitmaps/sources/transline/rectwaveguide.png [new file with mode: 0644]
pcb_calculator/bitmaps/sources/transline/stripline.png [new file with mode: 0644]
pcb_calculator/bitmaps/sources/transline/twistedpair.png [new file with mode: 0644]
pcb_calculator/bitmaps/stripline.xpm [new file with mode: 0644]
pcb_calculator/bitmaps/twistedpair.xpm [new file with mode: 0644]
pcb_calculator/board_classes_values.cpp [new file with mode: 0644]
pcb_calculator/class_regulator_data.h [new file with mode: 0644]
pcb_calculator/colorcode.cpp [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_data.fbp [new file with mode: 0644]
pcb_calculator/dialogs/dialog_regulator_data_base.cpp [new file with mode: 0644]
pcb_calculator/dialogs/dialog_regulator_data_base.h [new file with mode: 0644]
pcb_calculator/dialogs/pcb_calculator_frame_base.cpp [new file with mode: 0644]
pcb_calculator/dialogs/pcb_calculator_frame_base.fbp [new file with mode: 0644]
pcb_calculator/dialogs/pcb_calculator_frame_base.h [new file with mode: 0644]
pcb_calculator/docs/RF_attenuators.odt [new file with mode: 0644]
pcb_calculator/electrical_spacing_values.cpp [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.h [new file with mode: 0644]
pcb_calculator/pcb_calculator.icns [new file with mode: 0644]
pcb_calculator/pcb_calculator.rc [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/regulators_funct.cpp [new file with mode: 0644]
pcb_calculator/tracks_width_versus_current.cpp [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]
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/append_board_to_current.cpp [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_name_provider.cpp [new file with mode: 0644]
pcbnew/array_pad_name_provider.h [new file with mode: 0644]
pcbnew/attribut.cpp [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_cell.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/autoplacer_tool.cpp [new file with mode: 0644]
pcbnew/autorouter/autoplacer_tool.h [new file with mode: 0644]
pcbnew/autorouter/autorout.cpp [new file with mode: 0644]
pcbnew/autorouter/autorout.h [new file with mode: 0644]
pcbnew/autorouter/dist.cpp [new file with mode: 0644]
pcbnew/autorouter/graphpcb.cpp [new file with mode: 0644]
pcbnew/autorouter/move_and_route_event_functions.cpp [new file with mode: 0644]
pcbnew/autorouter/queue.cpp [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/solve.cpp [new file with mode: 0644]
pcbnew/autorouter/spread_footprints.cpp [new file with mode: 0644]
pcbnew/autorouter/work.cpp [new file with mode: 0644]
pcbnew/block.cpp [new file with mode: 0644]
pcbnew/block_footprint_editor.cpp [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_container.h [new file with mode: 0644]
pcbnew/board_items_to_polygon_shape_transform.cpp [new file with mode: 0644]
pcbnew/board_netlist_updater.cpp [new file with mode: 0644]
pcbnew/board_netlist_updater.h [new file with mode: 0644]
pcbnew/build_BOM_from_board.cpp [new file with mode: 0644]
pcbnew/class_board.cpp [new file with mode: 0644]
pcbnew/class_board.h [new file with mode: 0644]
pcbnew/class_board_item.cpp [new file with mode: 0644]
pcbnew/class_dimension.cpp [new file with mode: 0644]
pcbnew/class_dimension.h [new file with mode: 0644]
pcbnew/class_drawsegment.cpp [new file with mode: 0644]
pcbnew/class_drawsegment.h [new file with mode: 0644]
pcbnew/class_edge_mod.cpp [new file with mode: 0644]
pcbnew/class_edge_mod.h [new file with mode: 0644]
pcbnew/class_marker_pcb.cpp [new file with mode: 0644]
pcbnew/class_marker_pcb.h [new file with mode: 0644]
pcbnew/class_module.cpp [new file with mode: 0644]
pcbnew/class_module.h [new file with mode: 0644]
pcbnew/class_pad.cpp [new file with mode: 0644]
pcbnew/class_pad.h [new file with mode: 0644]
pcbnew/class_pcb_target.cpp [new file with mode: 0644]
pcbnew/class_pcb_target.h [new file with mode: 0644]
pcbnew/class_pcb_text.cpp [new file with mode: 0644]
pcbnew/class_pcb_text.h [new file with mode: 0644]
pcbnew/class_text_mod.cpp [new file with mode: 0644]
pcbnew/class_text_mod.h [new file with mode: 0644]
pcbnew/class_track.cpp [new file with mode: 0644]
pcbnew/class_track.h [new file with mode: 0644]
pcbnew/class_zone.cpp [new file with mode: 0644]
pcbnew/class_zone.h [new file with mode: 0644]
pcbnew/collectors.cpp [new file with mode: 0644]
pcbnew/collectors.h [new file with mode: 0644]
pcbnew/connect.cpp [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/controle.cpp [new file with mode: 0644]
pcbnew/convert_drawsegment_list_to_polygon.cpp [new file with mode: 0644]
pcbnew/cross-probing.cpp [new file with mode: 0644]
pcbnew/deltrack.cpp [new file with mode: 0644]
pcbnew/dialogs/dialog_block_options.cpp [new file with mode: 0644]
pcbnew/dialogs/dialog_block_options.h [new file with mode: 0644]
pcbnew/dialogs/dialog_block_options_base.cpp [new file with mode: 0644]
pcbnew/dialogs/dialog_block_options_base.fbp [new file with mode: 0644]
pcbnew/dialogs/dialog_block_options_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_choose_footprint.cpp [new file with mode: 0644]
pcbnew/dialogs/dialog_choose_footprint.h [new file with mode: 0644]
pcbnew/dialogs/dialog_cleaning_options.cpp [new file with mode: 0644]
pcbnew/dialogs/dialog_cleaning_options.h [new file with mode: 0644]
pcbnew/dialogs/dialog_cleaning_options_base.cpp [new file with mode: 0644]
pcbnew/dialogs/dialog_cleaning_options_base.fbp [new file with mode: 0644]
pcbnew/dialogs/dialog_cleaning_options_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_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_drclistbox.h [new file with mode: 0644]
pcbnew/dialogs/dialog_edit_footprint_for_BoardEditor.cpp [new file with mode: 0644]
pcbnew/dialogs/dialog_edit_footprint_for_BoardEditor.h [new file with mode: 0644]
pcbnew/dialogs/dialog_edit_footprint_for_BoardEditor_base.cpp [new file with mode: 0644]
pcbnew/dialogs/dialog_edit_footprint_for_BoardEditor_base.fbp [new file with mode: 0644]
pcbnew/dialogs/dialog_edit_footprint_for_BoardEditor_base.h [new file with mode: 0644]
pcbnew/dialogs/dialog_edit_footprint_for_fp_editor.cpp [new file with mode: 0644]
pcbnew/dialogs/dialog_edit_footprint_for_fp_editor.h [new file with mode: 0644]
pcbnew/dialogs/dialog_edit_footprint_for_fp_editor_base.cpp [new file with mode: 0644]
pcbnew/dialogs/dialog_edit_footprint_for_fp_editor_base.fbp [new file with mode: 0644]
pcbnew/dialogs/dialog_edit_footprint_for_fp_editor_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_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_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_browser_display_options.cpp [new file with mode: 0644]
pcbnew/dialogs/dialog_fp_browser_display_options.h [new file with mode: 0644]
pcbnew/dialogs/dialog_fp_browser_display_options_base.cpp [new file with mode: 0644]
pcbnew/dialogs/dialog_fp_browser_display_options_base.fbp [new file with mode: 0644]
pcbnew/dialogs/dialog_fp_browser_display_options_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_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_keepout_area_properties.cpp [new file with mode: 0644]
pcbnew/dialogs/dialog_keepout_area_properties_base.cpp [new file with mode: 0644]
pcbnew/dialogs/dialog_keepout_area_properties_base.fbp [new file with mode: 0644]
pcbnew/dialogs/dialog_keepout_area_properties_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_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_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_scripting.cpp [new file with mode: 0644]
pcbnew/dialogs/dialog_scripting.h [new file with mode: 0644]
pcbnew/dialogs/dialog_scripting_base.cpp [new file with mode: 0644]
pcbnew/dialogs/dialog_scripting_base.fbp [new file with mode: 0644]
pcbnew/dialogs/dialog_scripting_base.h [new file with mode: 0644]
pcbnew/dialogs/dialog_select_net_from_list.cpp [new file with mode: 0644]
pcbnew/dialogs/dialog_select_net_from_list_base.cpp [new file with mode: 0644]
pcbnew/dialogs/dialog_select_net_from_list_base.fbp [new file with mode: 0644]
pcbnew/dialogs/dialog_select_net_from_list_base.h [new file with mode: 0644]
pcbnew/dialogs/dialog_set_grid.cpp [new file with mode: 0644]
pcbnew/dialogs/dialog_set_grid_base.cpp [new file with mode: 0644]
pcbnew/dialogs/dialog_set_grid_base.fbp [new file with mode: 0644]
pcbnew/dialogs/dialog_set_grid_base.h [new file with mode: 0644]
pcbnew/dialogs/dialog_swap_layers.cpp [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_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_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_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_modedit_defaults.cpp [new file with mode: 0644]
pcbnew/dialogs/panel_modedit_defaults.h [new file with mode: 0644]
pcbnew/dialogs/panel_modedit_defaults_base.cpp [new file with mode: 0644]
pcbnew/dialogs/panel_modedit_defaults_base.fbp [new file with mode: 0644]
pcbnew/dialogs/panel_modedit_defaults_base.h [new file with mode: 0644]
pcbnew/dialogs/panel_modedit_display_options.cpp [new file with mode: 0644]
pcbnew/dialogs/panel_modedit_display_options.h [new file with mode: 0644]
pcbnew/dialogs/panel_modedit_settings.cpp [new file with mode: 0644]
pcbnew/dialogs/panel_modedit_settings.h [new file with mode: 0644]
pcbnew/dialogs/panel_modedit_settings_base.cpp [new file with mode: 0644]
pcbnew/dialogs/panel_modedit_settings_base.fbp [new file with mode: 0644]
pcbnew/dialogs/panel_modedit_settings_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_display_options.cpp [new file with mode: 0644]
pcbnew/dialogs/panel_pcbnew_display_options.h [new file with mode: 0644]
pcbnew/dialogs/panel_pcbnew_display_options_base.cpp [new file with mode: 0644]
pcbnew/dialogs/panel_pcbnew_display_options_base.fbp [new file with mode: 0644]
pcbnew/dialogs/panel_pcbnew_display_options_base.h [new file with mode: 0644]
pcbnew/dialogs/panel_pcbnew_settings.cpp [new file with mode: 0644]
pcbnew/dialogs/panel_pcbnew_settings.h [new file with mode: 0644]
pcbnew/dialogs/panel_pcbnew_settings_base.cpp [new file with mode: 0644]
pcbnew/dialogs/panel_pcbnew_settings_base.fbp [new file with mode: 0644]
pcbnew/dialogs/panel_pcbnew_settings_base.h [new file with mode: 0644]
pcbnew/dialogs/panel_setup_feature_constraints.cpp [new file with mode: 0644]
pcbnew/dialogs/panel_setup_feature_constraints.h [new file with mode: 0644]
pcbnew/dialogs/panel_setup_feature_constraints_base.cpp [new file with mode: 0644]
pcbnew/dialogs/panel_setup_feature_constraints_base.fbp [new file with mode: 0644]
pcbnew/dialogs/panel_setup_feature_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_netclasses.cpp [new file with mode: 0644]
pcbnew/dialogs/panel_setup_netclasses.h [new file with mode: 0644]
pcbnew/dialogs/panel_setup_netclasses_base.cpp [new file with mode: 0644]
pcbnew/dialogs/panel_setup_netclasses_base.fbp [new file with mode: 0644]
pcbnew/dialogs/panel_setup_netclasses_base.h [new file with mode: 0644]
pcbnew/dialogs/panel_setup_text_and_graphics.cpp [new file with mode: 0644]
pcbnew/dialogs/panel_setup_text_and_graphics.h [new file with mode: 0644]
pcbnew/dialogs/panel_setup_text_and_graphics_base.cpp [new file with mode: 0644]
pcbnew/dialogs/panel_setup_text_and_graphics_base.fbp [new file with mode: 0644]
pcbnew/dialogs/panel_setup_text_and_graphics_base.h [new file with mode: 0644]
pcbnew/dialogs/panel_setup_tracks_and_vias.cpp [new file with mode: 0644]
pcbnew/dialogs/panel_setup_tracks_and_vias.h [new file with mode: 0644]
pcbnew/dialogs/panel_setup_tracks_and_vias_base.cpp [new file with mode: 0644]
pcbnew/dialogs/panel_setup_tracks_and_vias_base.fbp [new file with mode: 0644]
pcbnew/dialogs/panel_setup_tracks_and_vias_base.h [new file with mode: 0644]
pcbnew/dialogs/wizard_3DShape_Libs_downloader.cpp [new file with mode: 0644]
pcbnew/dialogs/wizard_3DShape_Libs_downloader.h [new file with mode: 0644]
pcbnew/dialogs/wizard_3DShape_Libs_downloader_base.cpp [new file with mode: 0644]
pcbnew/dialogs/wizard_3DShape_Libs_downloader_base.fbp [new file with mode: 0644]
pcbnew/dialogs/wizard_3DShape_Libs_downloader_base.h [new file with mode: 0644]
pcbnew/dimension.cpp [new file with mode: 0644]
pcbnew/drag.h [new file with mode: 0644]
pcbnew/dragsegm.cpp [new file with mode: 0644]
pcbnew/drc.cpp [new file with mode: 0644]
pcbnew/drc.h [new file with mode: 0644]
pcbnew/drc/courtyard_overlap.cpp [new file with mode: 0644]
pcbnew/drc/courtyard_overlap.h [new file with mode: 0644]
pcbnew/drc/drc_marker_factory.cpp [new file with mode: 0644]
pcbnew/drc/drc_marker_factory.h [new file with mode: 0644]
pcbnew/drc/drc_provider.cpp [new file with mode: 0644]
pcbnew/drc/drc_provider.h [new file with mode: 0644]
pcbnew/drc_clearance_test_functions.cpp [new file with mode: 0644]
pcbnew/drc_item.cpp [new file with mode: 0644]
pcbnew/eagle_plugin.cpp [new file with mode: 0644]
pcbnew/eagle_plugin.h [new file with mode: 0644]
pcbnew/edgemod.cpp [new file with mode: 0644]
pcbnew/edit.cpp [new file with mode: 0644]
pcbnew/edit_pcb_text.cpp [new file with mode: 0644]
pcbnew/edit_track_width.cpp [new file with mode: 0644]
pcbnew/editedge.cpp [new file with mode: 0644]
pcbnew/editrack-part2.cpp [new file with mode: 0644]
pcbnew/editrack.cpp [new file with mode: 0644]
pcbnew/edtxtmod.cpp [new file with mode: 0644]
pcbnew/event_handlers_tracks_vias_sizes.cpp [new file with mode: 0644]
pcbnew/exporters/export_d356.cpp [new file with mode: 0644]
pcbnew/exporters/export_footprint_associations.cpp [new file with mode: 0644]
pcbnew/exporters/export_gencad.cpp [new file with mode: 0644]
pcbnew/exporters/export_idf.cpp [new file with mode: 0644]
pcbnew/exporters/export_vrml.cpp [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/files.cpp [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_onclick.cpp [new file with mode: 0644]
pcbnew/footprint_editor_options.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_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/github/CMakeLists.txt [new file with mode: 0644]
pcbnew/github/github_getliblist.cpp [new file with mode: 0644]
pcbnew/github/github_getliblist.h [new file with mode: 0644]
pcbnew/github/github_plugin.cpp [new file with mode: 0644]
pcbnew/github/github_plugin.h [new file with mode: 0644]
pcbnew/github/html_link_parser.cpp [new file with mode: 0644]
pcbnew/github/html_link_parser.h [new file with mode: 0644]
pcbnew/github/nginx.conf [new file with mode: 0644]
pcbnew/gpcb_plugin.cpp [new file with mode: 0644]
pcbnew/gpcb_plugin.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/help_common_strings.h [new file with mode: 0644]
pcbnew/highlight.cpp [new file with mode: 0644]
pcbnew/hotkeys.cpp [new file with mode: 0644]
pcbnew/hotkeys.h [new file with mode: 0644]
pcbnew/hotkeys_board_editor.cpp [new file with mode: 0644]
pcbnew/hotkeys_footprint_editor.cpp [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/nanosvg.cpp [new file with mode: 0644]
pcbnew/import_gfx/nanosvg.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/kicad_netlist_reader.cpp [new file with mode: 0644]
pcbnew/kicad_plugin.cpp [new file with mode: 0644]
pcbnew/kicad_plugin.h [new file with mode: 0644]
pcbnew/layer_widget.cpp [new file with mode: 0644]
pcbnew/layer_widget.h [new file with mode: 0644]
pcbnew/legacy_netlist_reader.cpp [new file with mode: 0644]
pcbnew/legacy_plugin.cpp [new file with mode: 0644]
pcbnew/legacy_plugin.h [new file with mode: 0644]
pcbnew/load_select_footprint.cpp [new file with mode: 0644]
pcbnew/magnetic_tracks_functions.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.cpp [new file with mode: 0644]
pcbnew/microwave/microwave_inductor.cpp [new file with mode: 0644]
pcbnew/microwave/microwave_inductor.h [new file with mode: 0644]
pcbnew/minimun_spanning_tree.cpp [new file with mode: 0644]
pcbnew/minimun_spanning_tree.h [new file with mode: 0644]
pcbnew/move-drag_pads.cpp [new file with mode: 0644]
pcbnew/move_or_drag_track.cpp [new file with mode: 0644]
pcbnew/muwave_command.cpp [new file with mode: 0644]
pcbnew/netclass.cpp [new file with mode: 0644]
pcbnew/netclass.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.cpp [new file with mode: 0644]
pcbnew/netlist_reader.cpp [new file with mode: 0644]
pcbnew/netlist_reader.h [new file with mode: 0644]
pcbnew/onleftclick.cpp [new file with mode: 0644]
pcbnew/onrightclick.cpp [new file with mode: 0644]
pcbnew/pad_custom_shape_functions.cpp [new file with mode: 0644]
pcbnew/pad_draw_functions.cpp [new file with mode: 0644]
pcbnew/pad_edit_functions.cpp [new file with mode: 0644]
pcbnew/pad_naming.cpp [new file with mode: 0644]
pcbnew/pad_naming.h [new file with mode: 0644]
pcbnew/pcad2kicadpcb_plugin/CMakeLists.txt [new file with mode: 0644]
pcbnew/pcad2kicadpcb_plugin/examples/files.txt [new file with mode: 0644]
pcbnew/pcad2kicadpcb_plugin/pcad2kicad_common.cpp [new file with mode: 0644]
pcbnew/pcad2kicadpcb_plugin/pcad2kicad_common.h [new file with mode: 0644]
pcbnew/pcad2kicadpcb_plugin/pcad_plugin.cpp [new file with mode: 0644]
pcbnew/pcad2kicadpcb_plugin/pcad_plugin.h [new file with mode: 0644]
pcbnew/pcad2kicadpcb_plugin/pcb.cpp [new file with mode: 0644]
pcbnew/pcad2kicadpcb_plugin/pcb.h [new file with mode: 0644]
pcbnew/pcad2kicadpcb_plugin/pcb_arc.cpp [new file with mode: 0644]
pcbnew/pcad2kicadpcb_plugin/pcb_arc.h [new file with mode: 0644]
pcbnew/pcad2kicadpcb_plugin/pcb_callbacks.h [new file with mode: 0644]
pcbnew/pcad2kicadpcb_plugin/pcb_component.cpp [new file with mode: 0644]
pcbnew/pcad2kicadpcb_plugin/pcb_component.h [new file with mode: 0644]
pcbnew/pcad2kicadpcb_plugin/pcb_copper_pour.cpp [new file with mode: 0644]
pcbnew/pcad2kicadpcb_plugin/pcb_copper_pour.h [new file with mode: 0644]
pcbnew/pcad2kicadpcb_plugin/pcb_cutout.cpp [new file with mode: 0644]
pcbnew/pcad2kicadpcb_plugin/pcb_cutout.h [new file with mode: 0644]
pcbnew/pcad2kicadpcb_plugin/pcb_keepout.cpp [new file with mode: 0644]
pcbnew/pcad2kicadpcb_plugin/pcb_keepout.h [new file with mode: 0644]
pcbnew/pcad2kicadpcb_plugin/pcb_line.cpp [new file with mode: 0644]
pcbnew/pcad2kicadpcb_plugin/pcb_line.h [new file with mode: 0644]
pcbnew/pcad2kicadpcb_plugin/pcb_module.cpp [new file with mode: 0644]
pcbnew/pcad2kicadpcb_plugin/pcb_module.h [new file with mode: 0644]
pcbnew/pcad2kicadpcb_plugin/pcb_net.cpp [new file with mode: 0644]
pcbnew/pcad2kicadpcb_plugin/pcb_net.h [new file with mode: 0644]
pcbnew/pcad2kicadpcb_plugin/pcb_pad.cpp [new file with mode: 0644]
pcbnew/pcad2kicadpcb_plugin/pcb_pad.h [new file with mode: 0644]
pcbnew/pcad2kicadpcb_plugin/pcb_pad_shape.cpp [new file with mode: 0644]
pcbnew/pcad2kicadpcb_plugin/pcb_pad_shape.h [new file with mode: 0644]
pcbnew/pcad2kicadpcb_plugin/pcb_plane.cpp [new file with mode: 0644]
pcbnew/pcad2kicadpcb_plugin/pcb_plane.h [new file with mode: 0644]
pcbnew/pcad2kicadpcb_plugin/pcb_polygon.cpp [new file with mode: 0644]
pcbnew/pcad2kicadpcb_plugin/pcb_polygon.h [new file with mode: 0644]
pcbnew/pcad2kicadpcb_plugin/pcb_text.cpp [new file with mode: 0644]
pcbnew/pcad2kicadpcb_plugin/pcb_text.h [new file with mode: 0644]
pcbnew/pcad2kicadpcb_plugin/pcb_via.cpp [new file with mode: 0644]
pcbnew/pcad2kicadpcb_plugin/pcb_via.h [new file with mode: 0644]
pcbnew/pcad2kicadpcb_plugin/pcb_via_shape.cpp [new file with mode: 0644]
pcbnew/pcad2kicadpcb_plugin/pcb_via_shape.h [new file with mode: 0644]
pcbnew/pcad2kicadpcb_plugin/s_expr_loader.cpp [new file with mode: 0644]
pcbnew/pcad2kicadpcb_plugin/s_expr_loader.h [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_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_footprint_edit_utils.cpp [new file with mode: 0644]
pcbnew/pcb_general_settings.cpp [new file with mode: 0644]
pcbnew/pcb_general_settings.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_layer_widget.cpp [new file with mode: 0644]
pcbnew/pcb_layer_widget.h [new file with mode: 0644]
pcbnew/pcb_legacy_draw_utils.cpp [new file with mode: 0644]
pcbnew/pcb_netlist.cpp [new file with mode: 0644]
pcbnew/pcb_netlist.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_parser.cpp [new file with mode: 0644]
pcbnew/pcb_parser.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_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.rc [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/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/protos.h [new file with mode: 0644]
pcbnew/python/examples/createFPC40.py [new file with mode: 0644]
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/kicad_pyshell/__init__.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/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/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/ratsnest.cpp [new file with mode: 0644]
pcbnew/ratsnest_data.cpp [new file with mode: 0644]
pcbnew/ratsnest_data.h [new file with mode: 0644]
pcbnew/ratsnest_viewitem.cpp [new file with mode: 0644]
pcbnew/ratsnest_viewitem.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_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_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_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_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/swig/TODO.txt [new file with mode: 0644]
pcbnew/swig/board.i [new file with mode: 0644]
pcbnew/swig/board_connected_item.i [new file with mode: 0644]
pcbnew/swig/board_design_settings.i [new file with mode: 0644]
pcbnew/swig/board_item.i [new file with mode: 0644]
pcbnew/swig/board_item_container.i [new file with mode: 0644]
pcbnew/swig/connectivity.i [new file with mode: 0644]
pcbnew/swig/dimension.i [new file with mode: 0644]
pcbnew/swig/drawsegment.i [new file with mode: 0644]
pcbnew/swig/edge_mod.i [new file with mode: 0644]
pcbnew/swig/footprint.i [new file with mode: 0644]
pcbnew/swig/marker_pcb.i [new file with mode: 0644]
pcbnew/swig/netclass.i [new file with mode: 0644]
pcbnew/swig/netinfo.i [new file with mode: 0644]
pcbnew/swig/pad.i [new file with mode: 0644]
pcbnew/swig/pcb_plot_params.i [new file with mode: 0644]
pcbnew/swig/pcb_target.i [new file with mode: 0644]
pcbnew/swig/pcb_text.i [new file with mode: 0644]
pcbnew/swig/pcbnew.i [new file with mode: 0644]
pcbnew/swig/pcbnew_action_plugins.cpp [new file with mode: 0644]
pcbnew/swig/pcbnew_action_plugins.h [new file with mode: 0644]
pcbnew/swig/pcbnew_footprint_wizards.cpp [new file with mode: 0644]
pcbnew/swig/pcbnew_footprint_wizards.h [new file with mode: 0644]
pcbnew/swig/pcbnew_scripting_helpers.cpp [new file with mode: 0644]
pcbnew/swig/pcbnew_scripting_helpers.h [new file with mode: 0644]
pcbnew/swig/plugins.i [new file with mode: 0644]
pcbnew/swig/python_scripting.cpp [new file with mode: 0644]
pcbnew/swig/python_scripting.h [new file with mode: 0644]
pcbnew/swig/tests/test1.py [new file with mode: 0644]
pcbnew/swig/tests/test2.py [new file with mode: 0644]
pcbnew/swig/text_mod.i [new file with mode: 0644]
pcbnew/swig/track.i [new file with mode: 0644]
pcbnew/swig/typeinfo.i [new file with mode: 0644]
pcbnew/swig/units.i [new file with mode: 0644]
pcbnew/swig/zone.i [new file with mode: 0644]
pcbnew/swig/zone_settings.i [new file with mode: 0644]
pcbnew/target_edit.cpp [new file with mode: 0644]
pcbnew/text_mod_grid_table.cpp [new file with mode: 0644]
pcbnew/text_mod_grid_table.h [new file with mode: 0644]
pcbnew/tool_footprint_editor.cpp [new file with mode: 0644]
pcbnew/tool_footprint_viewer.cpp [new file with mode: 0644]
pcbnew/tool_onrightclick.cpp [new file with mode: 0644]
pcbnew/tool_pcb_editor.cpp [new file with mode: 0644]
pcbnew/toolbars_update_user_interface.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/edit_constraints.cpp [new file with mode: 0644]
pcbnew/tools/edit_constraints.h [new file with mode: 0644]
pcbnew/tools/edit_points.cpp [new file with mode: 0644]
pcbnew/tools/edit_points.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_tools.cpp [new file with mode: 0644]
pcbnew/tools/footprint_editor_tools.h [new file with mode: 0644]
pcbnew/tools/grid_helper.cpp [new file with mode: 0644]
pcbnew/tools/grid_helper.h [new file with mode: 0644]
pcbnew/tools/microwave_tool.cpp [new file with mode: 0644]
pcbnew/tools/microwave_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_bright_box.cpp [new file with mode: 0644]
pcbnew/tools/pcb_bright_box.h [new file with mode: 0644]
pcbnew/tools/pcb_editor_control.cpp [new file with mode: 0644]
pcbnew/tools/pcb_editor_control.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_tool.cpp [new file with mode: 0644]
pcbnew/tools/pcb_tool.h [new file with mode: 0644]
pcbnew/tools/pcbnew_control.cpp [new file with mode: 0644]
pcbnew/tools/pcbnew_control.h [new file with mode: 0644]
pcbnew/tools/picker_tool.cpp [new file with mode: 0644]
pcbnew/tools/picker_tool.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/point_editor.cpp [new file with mode: 0644]
pcbnew/tools/point_editor.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/selection.cpp [new file with mode: 0644]
pcbnew/tools/selection_tool.cpp [new file with mode: 0644]
pcbnew/tools/selection_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/tools_common.cpp [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/undo_redo.cpp [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_by_polygon.cpp [new file with mode: 0644]
pcbnew/zones_by_polygon_fill_functions.cpp [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]
pcbnew/zones_test_and_combine_areas.cpp [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]
polygon/CMakeLists.txt [new file with mode: 0644]
polygon/clipper.cpp [new file with mode: 0644]
polygon/determine_if_point_inside_polygon.odt [new file with mode: 0644]
polygon/include/SutherlandHodgmanClipPoly.h [new file with mode: 0644]
polygon/include/clipper.hpp [new file with mode: 0644]
polygon/include/math_for_graphics.h [new file with mode: 0644]
polygon/include/polygon_test_point_inside.h [new file with mode: 0644]
polygon/math_for_graphics.cpp [new file with mode: 0644]
polygon/polygon_test_point_inside.cpp [new file with mode: 0644]
potrace/AUTHORS [new file with mode: 0644]
potrace/CMakeLists.txt [new file with mode: 0644]
potrace/auxiliary.h [new file with mode: 0644]
potrace/bitmap.h [new file with mode: 0644]
potrace/bitmap_io.cpp [new file with mode: 0644]
potrace/bitmap_io.h [new file with mode: 0644]
potrace/bitops.h [new file with mode: 0644]
potrace/curve.cpp [new file with mode: 0644]
potrace/curve.h [new file with mode: 0644]
potrace/decompose.cpp [new file with mode: 0644]
potrace/decompose.h [new file with mode: 0644]
potrace/greymap.cpp [new file with mode: 0644]
potrace/greymap.h [new file with mode: 0644]
potrace/lists.h [new file with mode: 0644]
potrace/platform.h [new file with mode: 0644]
potrace/potrace_version.h [new file with mode: 0644]
potrace/potracelib.cpp [new file with mode: 0644]
potrace/potracelib.h [new file with mode: 0644]
potrace/progress.h [new file with mode: 0644]
potrace/render.cpp [new file with mode: 0644]
potrace/render.h [new file with mode: 0644]
potrace/trace.cpp [new file with mode: 0644]
potrace/trace.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/common_mocks.cpp [new file with mode: 0644]
qa/common/geometry/fixtures_geometry.h [new file with mode: 0644]
qa/common/geometry/geom_test_utils.h [new file with mode: 0644]
qa/common/geometry/test_fillet.cpp [new file with mode: 0644]
qa/common/geometry/test_segment.cpp [new file with mode: 0644]
qa/common/geometry/test_shape_arc.cpp [new file with mode: 0644]
qa/common/geometry/test_shape_poly_set_collision.cpp [new file with mode: 0644]
qa/common/geometry/test_shape_poly_set_distance.cpp [new file with mode: 0644]
qa/common/geometry/test_shape_poly_set_iterator.cpp [new file with mode: 0644]
qa/common/libeval/test_numeric_evaluator.cpp [new file with mode: 0644]
qa/common/test_array_options.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_format_units.cpp [new file with mode: 0644]
qa/common/test_hotkey_store.cpp [new file with mode: 0644]
qa/common/test_kicad_string.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_refdes_utils.cpp [new file with mode: 0644]
qa/common/test_title_block.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_tools/CMakeLists.txt [new file with mode: 0644]
qa/common_tools/main.cpp [new file with mode: 0644]
qa/common_tools/tools/coroutines/coroutine_tools.h [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/io_benchmark/io_benchmark.h [new file with mode: 0644]
qa/data/complex_hierarchy.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/eeschema_test_utils.cpp [new file with mode: 0644]
qa/eeschema/eeschema_test_utils.h [new file with mode: 0644]
qa/eeschema/test_eagle_plugin.cpp [new file with mode: 0644]
qa/eeschema/test_module.cpp [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/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/test_array_pad_name_provider.cpp [new file with mode: 0644]
qa/pcbnew/test_graphics_import_mgr.cpp [new file with mode: 0644]
qa/pcbnew/test_module.cpp [new file with mode: 0644]
qa/pcbnew/test_pad_naming.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/drc_tool/drc_tool.cpp [new file with mode: 0644]
qa/pcbnew_tools/tools/drc_tool/drc_tool.h [new file with mode: 0644]
qa/pcbnew_tools/tools/pcb_parser/pcb_parser_tool.cpp [new file with mode: 0644]
qa/pcbnew_tools/tools/pcb_parser/pcb_parser_tool.h [new file with mode: 0644]
qa/pcbnew_tools/tools/polygon_generator/polygon_generator.cpp [new file with mode: 0644]
qa/pcbnew_tools/tools/polygon_generator/polygon_generator.h [new file with mode: 0644]
qa/pcbnew_tools/tools/polygon_triangulation/polygon_triangulation.cpp [new file with mode: 0644]
qa/pcbnew_tools/tools/polygon_triangulation/polygon_triangulation.h [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/qa_utils/CMakeLists.txt [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/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/scoped_timer.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/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/utility_program.cpp [new file with mode: 0644]
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/unit_test_utils/CMakeLists.txt [new file with mode: 0644]
qa/unit_test_utils/include/unit_test_utils/geometry.h [new file with mode: 0644]
qa/unit_test_utils/include/unit_test_utils/numeric.h [new file with mode: 0644]
qa/unit_test_utils/include/unit_test_utils/unit_test_utils.h [new file with mode: 0644]
qa/unit_test_utils/unit_test_utils.cpp [new file with mode: 0644]
resources/linux/appdata/kicad.appdata.xml.in [new file with mode: 0644]
resources/linux/mime/applications/bitmap2component.desktop [new file with mode: 0644]
resources/linux/mime/applications/eeschema.desktop [new file with mode: 0644]
resources/linux/mime/applications/gerbview.desktop [new file with mode: 0644]
resources/linux/mime/applications/kicad.desktop [new file with mode: 0644]
resources/linux/mime/applications/pcbcalculator.desktop [new file with mode: 0644]
resources/linux/mime/applications/pcbnew.desktop [new file with mode: 0644]
resources/linux/mime/icons/hicolor/128x128/apps/bitmap2component.png [new file with mode: 0644]
resources/linux/mime/icons/hicolor/128x128/apps/eeschema.png [new file with mode: 0644]
resources/linux/mime/icons/hicolor/128x128/apps/gerbview.png [new file with mode: 0644]
resources/linux/mime/icons/hicolor/128x128/apps/kicad.png [new file with mode: 0644]
resources/linux/mime/icons/hicolor/128x128/apps/pcbcalculator.png [new file with mode: 0644]
resources/linux/mime/icons/hicolor/128x128/apps/pcbnew.png [new file with mode: 0644]
resources/linux/mime/icons/hicolor/128x128/mimetypes/application-x-kicad-pcb.png [new file with mode: 0644]
resources/linux/mime/icons/hicolor/128x128/mimetypes/application-x-kicad-project.png [new file with mode: 0644]
resources/linux/mime/icons/hicolor/128x128/mimetypes/application-x-kicad-schematic.png [new file with mode: 0644]
resources/linux/mime/icons/hicolor/16x16/apps/bitmap2component.png [new file with mode: 0644]
resources/linux/mime/icons/hicolor/16x16/apps/eeschema.png [new file with mode: 0644]
resources/linux/mime/icons/hicolor/16x16/apps/gerbview.png [new file with mode: 0644]
resources/linux/mime/icons/hicolor/16x16/apps/kicad.png [new file with mode: 0644]
resources/linux/mime/icons/hicolor/16x16/apps/pcbcalculator.png [new file with mode: 0644]
resources/linux/mime/icons/hicolor/16x16/apps/pcbnew.png [new file with mode: 0644]
resources/linux/mime/icons/hicolor/16x16/mimetypes/application-x-kicad-pcb.png [new file with mode: 0644]
resources/linux/mime/icons/hicolor/16x16/mimetypes/application-x-kicad-project.png [new file with mode: 0644]
resources/linux/mime/icons/hicolor/16x16/mimetypes/application-x-kicad-schematic.png [new file with mode: 0644]
resources/linux/mime/icons/hicolor/22x22/apps/bitmap2component.png [new file with mode: 0644]
resources/linux/mime/icons/hicolor/22x22/apps/eeschema.png [new file with mode: 0644]
resources/linux/mime/icons/hicolor/22x22/apps/gerbview.png [new file with mode: 0644]
resources/linux/mime/icons/hicolor/22x22/apps/kicad.png [new file with mode: 0644]
resources/linux/mime/icons/hicolor/22x22/apps/pcbcalculator.png [new file with mode: 0644]
resources/linux/mime/icons/hicolor/22x22/apps/pcbnew.png [new file with mode: 0644]
resources/linux/mime/icons/hicolor/22x22/mimetypes/application-x-kicad-pcb.png [new file with mode: 0644]
resources/linux/mime/icons/hicolor/22x22/mimetypes/application-x-kicad-project.png [new file with mode: 0644]
resources/linux/mime/icons/hicolor/22x22/mimetypes/application-x-kicad-schematic.png [new file with mode: 0644]
resources/linux/mime/icons/hicolor/24x24/apps/bitmap2component.png [new file with mode: 0644]
resources/linux/mime/icons/hicolor/24x24/apps/eeschema.png [new file with mode: 0644]
resources/linux/mime/icons/hicolor/24x24/apps/gerbview.png [new file with mode: 0644]
resources/linux/mime/icons/hicolor/24x24/apps/kicad.png [new file with mode: 0644]
resources/linux/mime/icons/hicolor/24x24/apps/pcbcalculator.png [new file with mode: 0644]
resources/linux/mime/icons/hicolor/24x24/apps/pcbnew.png [new file with mode: 0644]
resources/linux/mime/icons/hicolor/24x24/mimetypes/application-x-kicad-pcb.png [new file with mode: 0644]
resources/linux/mime/icons/hicolor/24x24/mimetypes/application-x-kicad-project.png [new file with mode: 0644]
resources/linux/mime/icons/hicolor/24x24/mimetypes/application-x-kicad-schematic.png [new file with mode: 0644]
resources/linux/mime/icons/hicolor/32x32/apps/bitmap2component.png [new file with mode: 0644]
resources/linux/mime/icons/hicolor/32x32/apps/eeschema.png [new file with mode: 0644]
resources/linux/mime/icons/hicolor/32x32/apps/gerbview.png [new file with mode: 0644]
resources/linux/mime/icons/hicolor/32x32/apps/kicad.png [new file with mode: 0644]
resources/linux/mime/icons/hicolor/32x32/apps/pcbcalculator.png [new file with mode: 0644]
resources/linux/mime/icons/hicolor/32x32/apps/pcbnew.png [new file with mode: 0644]
resources/linux/mime/icons/hicolor/32x32/mimetypes/application-x-kicad-pcb.png [new file with mode: 0644]
resources/linux/mime/icons/hicolor/32x32/mimetypes/application-x-kicad-project.png [new file with mode: 0644]
resources/linux/mime/icons/hicolor/32x32/mimetypes/application-x-kicad-schematic.png [new file with mode: 0644]
resources/linux/mime/icons/hicolor/48x48/apps/bitmap2component.png [new file with mode: 0644]
resources/linux/mime/icons/hicolor/48x48/apps/eeschema.png [new file with mode: 0644]
resources/linux/mime/icons/hicolor/48x48/apps/gerbview.png [new file with mode: 0644]
resources/linux/mime/icons/hicolor/48x48/apps/kicad.png [new file with mode: 0644]
resources/linux/mime/icons/hicolor/48x48/apps/pcbcalculator.png [new file with mode: 0644]
resources/linux/mime/icons/hicolor/48x48/apps/pcbnew.png [new file with mode: 0644]
resources/linux/mime/icons/hicolor/48x48/mimetypes/application-x-kicad-pcb.png [new file with mode: 0644]
resources/linux/mime/icons/hicolor/48x48/mimetypes/application-x-kicad-project.png [new file with mode: 0644]
resources/linux/mime/icons/hicolor/48x48/mimetypes/application-x-kicad-schematic.png [new file with mode: 0644]
resources/linux/mime/icons/hicolor/64x64/apps/bitmap2component.png [new file with mode: 0644]
resources/linux/mime/icons/hicolor/64x64/apps/eeschema.png [new file with mode: 0644]
resources/linux/mime/icons/hicolor/64x64/apps/gerbview.png [new file with mode: 0644]
resources/linux/mime/icons/hicolor/64x64/apps/kicad.png [new file with mode: 0644]
resources/linux/mime/icons/hicolor/64x64/apps/pcbcalculator.png [new file with mode: 0644]
resources/linux/mime/icons/hicolor/64x64/apps/pcbnew.png [new file with mode: 0644]
resources/linux/mime/icons/hicolor/64x64/mimetypes/application-x-kicad-pcb.png [new file with mode: 0644]
resources/linux/mime/icons/hicolor/64x64/mimetypes/application-x-kicad-project.png [new file with mode: 0644]
resources/linux/mime/icons/hicolor/64x64/mimetypes/application-x-kicad-schematic.png [new file with mode: 0644]
resources/linux/mime/icons/hicolor/scalable/apps/bitmap2component.svg [new file with mode: 0644]
resources/linux/mime/icons/hicolor/scalable/apps/eeschema.svg [new file with mode: 0644]
resources/linux/mime/icons/hicolor/scalable/apps/gerbview.svg [new file with mode: 0644]
resources/linux/mime/icons/hicolor/scalable/apps/kicad.svg [new file with mode: 0644]
resources/linux/mime/icons/hicolor/scalable/apps/pcbcalculator.svg [new file with mode: 0644]
resources/linux/mime/icons/hicolor/scalable/apps/pcbnew.svg [new file with mode: 0644]
resources/linux/mime/icons/hicolor/scalable/mimetypes/application-x-kicad-pcb.svg [new file with mode: 0644]
resources/linux/mime/icons/hicolor/scalable/mimetypes/application-x-kicad-project.svg [new file with mode: 0644]
resources/linux/mime/icons/hicolor/scalable/mimetypes/application-x-kicad-schematic.svg [new file with mode: 0644]
resources/linux/mime/mime/packages/kicad-gerbers.xml [new file with mode: 0644]
resources/linux/mime/mime/packages/kicad-kicad.xml [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]
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/kicadplugins.i [new file with mode: 0644]
scripts/ddr3_length_match.py [new file with mode: 0755]
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.pro [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/container_test.cpp [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]
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/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/kicadmodel.cpp [new file with mode: 0644]
utils/kicad2step/pcb/kicadmodel.h [new file with mode: 0644]
utils/kicad2step/pcb/kicadmodule.cpp [new file with mode: 0644]
utils/kicad2step/pcb/kicadmodule.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]
utils/kicad2step/sexpr/isexprable.h [new file with mode: 0644]
utils/kicad2step/sexpr/sexpr.cpp [new file with mode: 0644]
utils/kicad2step/sexpr/sexpr.h [new file with mode: 0644]
utils/kicad2step/sexpr/sexpr_exception.h [new file with mode: 0644]
utils/kicad2step/sexpr/sexpr_parser.cpp [new file with mode: 0644]
utils/kicad2step/sexpr/sexpr_parser.h [new file with mode: 0644]