kicad patches
Go to file
Michael Kavanagh 9e23e3e56a Icons: improved fabrication icon 2021-01-11 23:31:25 +00:00
.githooks
.github
.gitlab Restrict windows ci further to our repo 2021-01-09 19:32:07 +00:00
3d-viewer Simplify layout & terminology in 3D settings dialog. 2021-01-09 20:53:24 +00:00
CMakeModules
Documentation Remove documentation now moved to http://dev-docs.kicad.org/ 2021-01-01 15:47:50 -05:00
bitmap2component
bitmaps_png Icons: improved fabrication icon 2021-01-11 23:31:25 +00:00
common Icons: remove where they don't make sense 2021-01-11 23:31:25 +00:00
cvpcb
demos Update env vars in demos 2021-01-01 16:20:35 +00:00
eeschema Icons: remove more inconsistencies around Select 2021-01-11 23:31:24 +00:00
gerbview Icons: we have new ones, so lets use them 2021-01-11 23:31:24 +00:00
helpers Fix some glyph of CJK characters 2021-01-05 19:11:41 +00:00
include Don't dereference board groups in fp editor 2021-01-11 14:58:33 -08:00
kicad Project manager: Restore possibility of opening multiple dirs at once 2021-01-10 19:36:59 +00:00
libs libs/kimath: POLY_GRID_PARTITION must use truncating (round-to-zero) rescale function for correct grid generation. 2021-01-10 00:04:57 +01:00
pagelayout_editor Icons: remove more inconsistencies around Select 2021-01-11 23:31:24 +00:00
patches
pcb_calculator Icons: use standard arrows in PCB Calculator 2021-01-04 17:41:09 +00:00
pcbnew Icons: remove where they don't make sense 2021-01-11 23:31:25 +00:00
plugins
qa Minor cleanup. 2021-01-04 23:59:36 +00:00
resources Packaging: more human-friendly names on macOS... 2021-01-09 16:23:49 +00:00
scripting
scripts
template
thirdparty libcontext: Initial support for Apple Silicon 2021-01-08 19:51:28 +00:00
tools
translation Update Translations 2021-01-11 08:22:00 -08:00
utils STEP export: fix crash when a rectangle is used in a footprint. 2021-01-07 09:24:30 +01:00
.clang-tidy
.gitattributes
.gitignore Fix crash when deleting symbol in GTK 2021-01-04 09:15:40 -08:00
.gitlab-ci.yml
AUTHORS.txt
CMakeLists.txt Packaging: more human-friendly names on macOS... 2021-01-09 16:23:49 +00:00
CMakeSettings.json.sample
Doxyfile Add custom doxygen layout to add link to dev-docs 2021-01-02 08:39:56 -05:00
DoxygenLayout.xml Add custom doxygen layout to add link to dev-docs 2021-01-02 08:39:56 -05:00
INSTALL.txt
LICENSE
LICENSE.BOOSTv1_0
LICENSE.CC-BY-SA-4.0
LICENSE.GPLv3
LICENSE.ISC
LICENSE.MIT
LICENSE.README
README.md
_clang-format
code-of-conduct.md
copyright.h
uncrustify.cfg

README.md

KiCad README

For specific documentation like Compiling, GUI translation, old changelogs see the Documentation subfolder.

You may also take a look into the Wiki, the Developers section on our Website and our Forum.

Build state

Jenkins Jenkins Jenkins

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. Old changelogs etcetera.
  • 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 - Resources for freedesktop mime-types for linux
  • 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 Kicad team
  • tools - Other miscellaneous helpers for testing
  • utils - Small utils for kicad, e.g. IDF, STEP and OGL tools and converters