Go to file
Alexis Lockwood f1aa82aad6 HPGL_PLOTTER: add missing include 2020-12-19 10:16:42 -07:00
.githooks
.github
.gitlab
3d-viewer Formatting. 2020-12-19 00:21:28 +00:00
CMakeModules Add python 3.10 detection to CMake 2020-11-28 22:25:43 +00:00
Documentation Make distinction between PCBNew-wide tools and Board-specific tools. 2020-12-16 13:32:46 +00:00
bitmap2component Naming conventions. 2020-11-17 16:05:49 +00:00
bitmaps_png Desaturate schematic and board setup icons to accentuate gear. 2020-12-18 01:22:19 +00:00
common HPGL_PLOTTER: add missing include 2020-12-19 10:16:42 -07:00
cvpcb Simplify some error messages. 2020-12-18 00:30:26 +00:00
demos
eeschema Stop bludgeoncompiling dialog_page_settings 2020-12-19 10:40:37 -05:00
gerbview Consistency for gerbview toolbar icons and some other icon tweaks. 2020-12-17 14:02:23 +00:00
helpers
include Stop bludgeoncompiling dialog_page_settings 2020-12-19 10:40:37 -05:00
kicad Refresh tree when adding new folder. 2020-12-18 15:09:54 +00:00
libs Add IsNetworkPath to kiplatform 2020-12-15 19:28:58 -05:00
pagelayout_editor Stop bludgeoncompiling dialog_page_settings 2020-12-19 10:40:37 -05:00
patches
pcb_calculator Naming conventions. 2020-11-17 16:05:49 +00:00
pcbnew Remove rogue file from pcbnew's cmake 2020-12-19 10:51:00 -05:00
plugins Swap wxFileInputStream/wxFileOutputStream for the buffered kind 2020-12-12 18:52:02 -05:00
qa Make distinction between PCBNew-wide tools and Board-specific tools. 2020-12-16 13:32:46 +00:00
resources Link kicad appdata with the desktop file 2020-12-02 19:38:17 +00:00
scripting
scripts Remove ddr3_length_match.py 2020-11-20 08:10:53 +00:00
template
thirdparty Add missing header to rtree 2020-12-09 23:13:33 +00:00
tools
translation French translation update. 2020-12-19 11:09:19 +01:00
utils Swap wxFileInputStream/wxFileOutputStream for the buffered kind 2020-12-12 18:52:02 -05:00
.clang-tidy
.gitattributes
.gitignore
.gitlab-ci.yml
AUTHORS.txt New icons for v6 2020-12-05 11:17:15 -08:00
CMakeLists.txt Correct GLEW bundled include directory 2020-12-01 00:56:28 +00:00
CMakeSettings.json.sample
Doxyfile
INSTALL.txt
LICENSE
LICENSE.BOOSTv1_0
LICENSE.CC-BY-SA-4.0
LICENSE.GPLv3
LICENSE.ISC
LICENSE.MIT
LICENSE.README
README.md
_clang-format Remove clang-format 11+ option 2020-12-15 19:09:46 -05:00
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