kicad patches
Go to file
Jeff Young bd51b33f65 Clear point editor before recombining pad.
Fixes https://gitlab.com/kicad/code/kicad/issues/11731
2022-06-02 15:55:35 +01:00
.githooks
.github
.gitlab split fedora ci further 2022-05-12 03:00:13 +00:00
3d-viewer Fix missing assignment 2022-05-26 08:17:47 -07:00
CMakeModules Switch shader storage to char arrays 2022-05-14 11:39:46 -04:00
Documentation
bitmap2component
bitmaps_png Move H/V/45 mode from zone properties to toolbar. 2022-05-29 21:30:15 +01:00
common UNIT_BINDER should support long long ints 2022-05-31 21:54:51 -04:00
cvpcb Cvpcb: fix not working icon "select previous symbol" 2022-04-30 11:07:07 +02:00
demos Demos update 2022-05-21 16:32:22 +02:00
eeschema Repair Eagle importer page number handling. 2022-05-31 17:48:38 +01:00
gerbview Gerbview: seriously speed up the calculation time to draw polygons on OpenGL. 2022-05-13 18:20:35 +02:00
helpers
include Repair point editing of rotated text boxes. 2022-06-02 10:42:57 +01:00
kicad Handle empty directories in template projects. 2022-05-31 17:48:38 +01:00
libs CalcArcCenter(): fix broken calculation of the arc center. 2022-05-31 10:48:54 +02:00
pagelayout_editor Uniformly use a single facility for location-less prime events. 2022-05-16 23:43:00 +01:00
pcb_calculator Rename the pcb calculator window to match the title in kicad launcher 2022-05-07 15:36:49 -04:00
pcbnew Clear point editor before recombining pad. 2022-06-02 15:55:35 +01:00
plugins
qa Fix net ordering in gold file. 2022-05-27 21:28:17 +01:00
resources
scripting Forcefully ignore PYTHONPATH env variable on Windows 2022-04-04 22:10:59 -04:00
scripts
template
thirdparty Add missing sentry-native file 2022-04-03 21:23:10 -04:00
tools
translation Update Translations 2022-05-31 10:31:28 -07:00
utils Add board stackup parsing to Kicad2Step. 2022-05-09 21:03:13 +01:00
.clang-tidy
.gitattributes
.gitignore Fix gitignore to ignore build in the root rather than wildcard 2022-04-03 21:23:10 -04:00
.gitlab-ci.yml Disable windows ci for now 2022-04-29 01:23:36 +00:00
AUTHORS.txt
CMakeLists.txt Reorder pybind11 to be after we find the interp and libs ourselves 2022-05-02 00:44:06 -04:00
CMakeSettings.json.sample
CONTRIBUTING.md
Doxyfile
DoxygenLayout.xml
INSTALL.txt
LICENSE
LICENSE.APACHE-2.0 Add support for using a SpaceMouse to pan & zoom in the schematic editor. 2022-03-31 19:03:41 +00:00
LICENSE.BOOSTv1_0
LICENSE.CC-BY-SA-4.0
LICENSE.GPLv3
LICENSE.ISC
LICENSE.MIT
LICENSE.README Add support for using a SpaceMouse to pan & zoom in the schematic editor. 2022-03-31 19:03:41 +00:00
README.md
_clang-format
code-of-conduct.md
copyright.h
uncrustify.cfg
vcpkg-configuration.json Move vcpkg baseline forwards 2022-05-17 04:00:49 +00:00
vcpkg.json Point vcpkg to wx3.1.6 and patched wxpython 2022-05-08 20:02:07 -04:00

README.md

KiCad README

For specific documentation about building KiCad, policies and guidelines, and source code documentation see the Developer Documentation website.

You may also take a look into the Wiki, the contribution guide.

For general information about KiCad and information about contributing to the documentation and libraries, see our Website and our Forum.

Build state

KiCad uses a host of CI resources.

GitLab CI pipeline status can be viewed for Linux and Windows builds of the latest commits.

Release status

latest released version(s) Release status

Files

  • AUTHORS.txt - The authors, contributors, document writers and translators list
  • CMakeLists.txt - Main CMAKE build tool script
  • copyright.h - A very short copy of the GNU General Public License to be included in new source files
  • CTestConfig.cmake - Support for CTest and CDash testing tools
  • Doxyfile - Doxygen config file for KiCad
  • INSTALL.txt - The release (binary) installation instructions
  • uncrustify.cfg - Uncrustify config file for uncrustify sources formatting tool
  • _clang-format - clang config file for clang-format sources formatting tool

Subdirectories

  • 3d-viewer - Sourcecode of the 3D viewer
  • bitmap2component - Sourcecode of the bitmap to PCB artwork converter
  • bitmaps_png - Menu and program icons
  • CMakeModules - Modules for the CMAKE build tool
  • common - Sourcecode of the common library
  • cvpcb - Sourcecode of the CvPCB tool
  • demos - Some demo examples
  • Documentation - Developer documentation (deprecated; moved to https://dev-docs.kicad.org)
  • eeschema - Sourcecode of the schematic editor
  • gerbview - Sourcecode of the gerber viewer
  • helpers - Helper tools and utilities for development
  • include - Interfaces to the common library
  • kicad - Sourcecode of the project manager
  • libs - Sourcecode of KiCad utilities (geometry and others)
  • pagelayout_editor - Sourcecode of the pagelayout editor
  • patches - Collection of patches for external dependencies
  • pcbnew - Sourcecode of the printed circuit board editor
  • plugins - Sourcecode for the 3D viewer plugins
  • qa - Unit testing framework for KiCad
  • resources - Packaging resources for various operating systems
  • scripting - SWIG Python scripting definitions and build scripts
  • scripts - Example scripts for distribution with KiCad
  • template - Project template
  • thirdparty - Sourcecode of external libraries used in KiCad but not written by the KiCad team
  • tools - Other miscellaneous helpers for testing
  • translation - Translation data files (managed through Weblate for most languages)
  • utils - Small utils for KiCad, e.g. IDF, STEP, and OGL tools and converters