kicad patches
Go to file
aris-kimi dd07663350
Translated using Weblate (Greek)
Currently translated at 96.7% (6963 of 7197 strings)

Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/el/
2021-11-12 19:47:20 +01:00
.githooks
.github
.gitlab Revert "Switch to gold linker for Fedora CI builds" 2021-08-02 09:20:10 +01:00
3d-viewer Do not call TransformToPoly for negative sized PADs 2021-11-12 15:40:08 +00:00
CMakeModules Suppress CMake warning about naming 2021-10-15 13:50:36 -07:00
Documentation
bitmap2component KIFACE_I -> KIFACE_BASE. 2021-09-14 23:45:14 +01:00
bitmaps_png Fix errant merge. 2021-09-22 12:22:26 +01:00
common Altium import: Use UTF16 string table for PCB texts 2021-11-12 14:49:22 +00:00
cvpcb Substitute all wxHtmlWindow with HTML_WINDOW 2021-10-12 07:07:15 +00:00
demos Change wire width from 5 mils back to 6 mils 2021-11-07 14:32:27 +00:00
eeschema Fix effective pen width when plotting wires. 2021-11-12 16:27:55 +00:00
gerbview Trainling -> Trailing 2021-11-08 15:56:51 -08:00
helpers Fix the fixes alias to work on Windows 2021-09-30 10:11:07 -07:00
include Decouple left and right pane minimums for splitter window. 2021-11-12 02:12:44 +00:00
kicad Jiggle things around to have fewer fixed sizes. 2021-11-12 15:31:41 +00:00
libs Some more cleanup 2021-11-11 23:58:34 -05:00
pagelayout_editor Larger set (and larger default) of grid sizes for drawing sheet editor. 2021-10-30 20:32:23 +01:00
pcb_calculator PCB_Calculator: Fix coupled microstrip diff Z 2021-11-07 17:07:50 -08:00
pcbnew Fix arc exporting to GenCAD. 2021-11-12 18:07:31 +00:00
plugins Bump oce plugin version to cache bust I think 2021-11-07 09:29:21 -05:00
qa Fix duplicate UUIDs in test cases. 2021-11-09 16:12:14 +00:00
resources Fix tab/spaces grrr VS 2021-10-31 21:34:29 -04:00
scripting Link command IDs to window frame 2021-10-20 11:54:25 -07:00
scripts
template
thirdparty Adding the LoongArch CPU support for libcontext 2021-10-27 19:46:52 +00:00
tools We don't keep a CHANGELOG.TXT 2021-10-05 19:46:53 -07:00
translation Translated using Weblate (Greek) 2021-11-12 19:47:20 +01:00
utils kicad2step, 3d_resolver: show a debug message only in DEBUG mode... 2021-11-07 09:39:33 +01:00
.clang-tidy Enable bugprone-* in .clang-tidy 2021-09-29 00:32:12 +00:00
.gitattributes
.gitignore Fix source comment / documentation typos 2021-06-09 19:32:58 +00:00
.gitlab-ci.yml Fix builds on older Docker 2021-10-28 15:28:04 +00:00
AUTHORS.txt Add myself to AUTHORS.txt 2021-05-15 12:26:50 +00:00
CMakeLists.txt Flip PCM feature flag to default ON 2021-11-08 02:00:20 +00:00
CMakeSettings.json.sample Remove additional no longer needed parameters in CMakeSettings.json.sample 2021-06-19 14:27:42 -04:00
CONTRIBUTING.md Update links 2021-05-18 19:56:11 -04:00
Doxyfile
DoxygenLayout.xml Replace tabs with spaces 2021-04-05 01:13:39 +00:00
INSTALL.txt Clean up and improve documentation 2021-04-05 01:13:39 +00:00
LICENSE
LICENSE.BOOSTv1_0
LICENSE.CC-BY-SA-4.0
LICENSE.GPLv3
LICENSE.ISC
LICENSE.MIT
LICENSE.README Add json-schema-validator library 2021-08-27 21:11:47 +00:00
README.md Update README.md 2021-08-14 02:25:33 +00:00
_clang-format
code-of-conduct.md
copyright.h
uncrustify.cfg Fix source comment / documentation typos 2021-06-09 19:32:58 +00: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.

Additional status is available for builds: 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 (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