kicad patches
Go to file
Wayne Stambaugh b26ca0e21a Maintain hierarchy navigator expansion state between edits.
Prevent the hierarchy navigator from being rebuilt unless there are actual
sheet changes that would cause a change to the tree.

Save the tree expansion state before rebuilding the tree and then restore
the expansion state to the previous state sans edits.

Fixes https://gitlab.com/kicad/code/kicad/-/issues/16635

(cherry picked from commit 797ab998cc)
2024-04-11 10:32:40 -04:00
.githooks
.github
.gitlab Alter windows ci cache compression 2024-01-31 01:12:41 +00:00
3d-viewer Disable lazy-loading of 3D models on macOS 2024-04-07 12:21:11 +00:00
bitmap2component Add document type icons 2024-02-09 15:55:57 -08:00
cmake Add missing gltf find in occ 7.8 2024-04-03 01:07:18 +00:00
common Show all library children if library name matches search 2024-04-02 18:51:19 -04:00
cvpcb Pass symbol's netlist to footprint preview widget. 2024-03-14 18:04:52 +00:00
demos Demos update 2024-03-16 14:55:47 +01:00
doxygen Update doxygen excludes to remove extraneous .md files 2024-02-15 17:15:24 +00:00
eeschema Maintain hierarchy navigator expansion state between edits. 2024-04-11 10:32:40 -04:00
gerbview Grid properties for GerbView. 2024-03-14 18:05:18 +00:00
include Show all library children if library name matches search 2024-04-02 18:51:19 -04:00
kicad libgit2-1.8.0 compatibility: adjusted parent pointer type 2024-04-11 08:45:19 +00:00
libs Re-add routine to remove duplicate points 2024-04-11 14:20:50 +03:00
pagelayout_editor PROPERTIES_FRAME: fixes a focus issue (perhaps Windows specific). 2024-03-06 13:09:28 +01:00
pcb_calculator Add document type icons 2024-02-09 15:55:57 -08:00
pcbnew Re-add routine to remove duplicate points 2024-04-11 14:20:50 +03:00
plugins Show actual IO_ERROR message at VRML import. 2024-04-11 14:36:44 +03:00
qa Recreate teardrop QA board for v8 2024-04-01 17:55:29 -07:00
resources Add colored tab to fileicons 2024-04-01 17:55:29 -07:00
scripting Don't capture references to local variables for CallAfter. 2024-02-22 23:36:27 +00:00
signing
thirdparty nanodbc: Fix use after free 2024-03-19 18:56:43 +01:00
tools
translation Updated Italian translation 2024-04-08 23:17:23 +02:00
utils
.clang-tidy
.gitattributes Force script line endings 2024-01-16 16:03:43 -05:00
.gitignore Let pl_editor launch in run from builddir env on windows 2024-02-10 17:28:39 +00:00
.gitlab-ci.yml
AUTHORS.txt
CMakeLists.txt Define __cplusplus according to C++ standard version on MSVC. 2024-03-15 01:17:49 +03:00
CMakeSettings.json.sample Update CMakeSettings.json.sample 2024-02-02 20:19:13 +00:00
CONTRIBUTING.md
INSTALL.txt
LICENSE
LICENSE.3-CLAUSE-BSD
LICENSE.APACHE-2.0
LICENSE.BOOSTv1_0
LICENSE.CC-BY-SA-4.0
LICENSE.CC0
LICENSE.GPLv3
LICENSE.ISC
LICENSE.MIT
LICENSE.README
README.md
_clang-format
code-of-conduct.md
copyright.h
uncrustify.cfg
vcpkg-configuration.json Use kicad-vcpkg fork of liblzma to fix builds 2024-04-07 14:55:55 +00:00
vcpkg.json Update vcpkg to get locale installing wxwidgets 2024-01-15 21:11:19 -05: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
  • 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
  • cmake - Modules for the CMAKE build tool
  • common - Sourcecode of the common library
  • cvpcb - Sourcecode of the CvPCB tool
  • demos - Some demo examples
  • doxygen - Configuration for generating pretty doxygen manual of the codebase
  • eeschema - Sourcecode of the schematic editor
  • gerbview - Sourcecode of the gerber viewer
  • 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 such as bitmaps and operating system specific files
  • scripting - Python integration for KiCad
  • thirdparty - Sourcecode of external libraries used in KiCad but not written by the KiCad team
  • tools - Helpers for developing, testing and building
  • translation - Translation data files (managed through Weblate for most languages)
  • utils - Small utils for KiCad, e.g. IDF, STEP, and OGL tools and converters