kicad patches
Go to file
Werner Almesberger 9a7eee9b8a Add missing parentheses in page layout templates
The default and logo page layout templates are missing some opening
parentheses. Eeschema's parser accepts them anyway, but it tripped
my s-expr parser.

The gost templates and the built-in default in
common/page_layout/page_layout_default_description.cpp
are both correct.
2016-09-17 12:03:53 -04:00
3d-viewer Use a symmetrical clip plane for the orthographic projection 2016-09-07 01:12:01 -04:00
CMakeModules Remove now obsolete bzr check 2016-09-15 08:33:17 -04:00
Documentation Update the REAMDE.txt to reflect the current structure 2016-09-16 16:43:19 -04:00
bitmap2component Code cleanup: remove dead code, add comment. 2016-06-08 08:32:01 +02:00
bitmaps_png Remove unused stanalone build in bitmaps_png 2016-09-16 16:47:34 -04:00
common Multichannel Signed Distance Field text rendering for OpenGL GAL 2016-09-14 10:00:49 +02:00
cvpcb 3D Viewer: complete refactor of the 3D viewer. 2016-07-19 13:35:25 -04:00
demos Add simulation demo folder to install target list. 2016-08-17 15:11:43 -04:00
eeschema Simulator dialogs: Fix incorrect handling of Validate(), which was called for all widgets by the default wxID_OK button handler. It is now called only for the active page of these dialogs (as wanted in code), therefore only for used widgets. 2016-09-17 14:38:34 +02:00
gerbview Add %L formatter to worksheets to print layer name. 2016-09-10 14:23:59 -04:00
helpers Multichannel Signed Distance Field text rendering for OpenGL GAL 2016-09-14 10:00:49 +02:00
include Fixed ratsnest for nodes surrounded with zones 2016-09-13 17:13:42 +02:00
kicad Kicad manger: add .cir netlist files to the list of files to show in project tree. 2016-09-17 09:34:16 +02:00
lib_dxf Fix a few coverity warnings. 2015-08-16 11:02:19 +02:00
new Move the non shared file class_sch_screen.h to eeschema folder. Code cleaning. Remove some wxCHECK_VERSION tests now useless. 2015-07-29 20:06:45 +02:00
pagelayout_editor Fixes: lp:1622164 (pl-editor does not accept both '.' and ',' as floating point separator in countries which use ',' as separator) 2016-09-14 18:53:24 +02:00
patches Add wxWidgets 3.0.2 (possibly earlier) patch to fix wxDataViewCtrl crash bug on OSX. 2015-06-15 16:15:34 -04:00
pcb_calculator Revert commit 67230ac8e7. 2016-08-30 09:04:25 -04:00
pcbnew Include header instead of full source 2016-09-16 09:29:44 +02:00
plugins Add KICAD_ prefix to build switches 2016-09-05 08:46:01 -04:00
polygon fixed polygon filleting glitch for colinear outline segments 2016-08-05 11:44:36 +02:00
potrace Update potrace library from 1.12 to 1.13, due to a bug fix in 1.13 2016-02-28 18:04:51 +01:00
qa CMake: remove OpenSSL download and build dependency code. 2015-12-03 10:59:02 -05:00
resources/linux/mime Add mime package for gerber and excellon files 2016-06-08 09:41:36 +02:00
scripting Fix incorrect string translation macros. 2016-09-03 12:10:49 -04:00
scripts Minor changes in dialogs: use wxWidgets default event handlers for wxID_CANCEL and wxID_OK buttons 2016-07-19 19:44:28 +02:00
template Add missing parentheses in page layout templates 2016-09-17 12:03:53 -04:00
tools Minor CMake configuration file fixes. 2016-02-29 14:08:03 -05:00
utils Fixed a few warnings (mostly gcc6 -Wmisleading-indent). 2016-06-07 14:42:42 +02:00
.gitignore Revert commit 67230ac8e7. 2016-08-30 09:04:25 -04:00
AUTHORS.txt Update credits in AUTHORS.txt and about dialog. 2015-11-29 14:02:42 -05:00
CMakeLists.txt Remove redundant data in defines. 2016-09-16 09:09:56 -04:00
CTestConfig.cmake See CHANGELOG.txt 2010-02-14 14:59:43 +00:00
Doxyfile Remove MaxUndoItems, make devel option DevelMaxUndoItems 2016-05-12 12:51:32 -04:00
INSTALL.txt Updated INSTALL.txt to list new dependncies. Fixed a dead link to documentation as well. 2016-09-04 18:34:29 -04:00
README.txt Update the REAMDE.txt to reflect the current structure 2016-09-16 16:43:19 -04:00
TODO.txt Modular KiCad Blueprint Milestone B), major portions: 2014-08-13 15:28:54 -05:00
copyright.h Update copyright header template to reflect current usage 2016-06-07 11:05:35 -04:00
license_for_documentation.txt 1) Add "rules" to base of tree for copying into BZR_HOME/rules. 2013-05-25 23:36:44 -05:00
uncrustify.cfg Fix case statement indentation setting for uncrustify. 2015-01-08 09:02:27 -05:00

README.txt

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

Files
-----
AUTHORS.txt       - The authors, contributors, document writers and translators list
CMakeList.txt     - Main CMAKE build tool script
COPYRIGHT.txt     - A copy of the GNU General Public License Version 2
CTestConfig.cmake - Support for CTest and CDash testing tools
Doxyfile          - Doxygen config file for KiCad
INSTALL.txt       - The release (binary) installation instructions
TODO.txt          - Todo list (looks outdated)
uncrustify.cfg    - Uncrustify config file for uncrustify 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
lib_dxf           - Sourcecode of the polygon library
new               - Staging area for the new schematic library format
pagelayout_editor - Sourcecode of the pagelayout editor
patches           - Collection of patches for external dependencies
pcbnew            - Sourcecode of the printed circuit board editor
plugins           - Sourcecode of the new plugin concept
polygon           - Sourcecode of the polygon library
potrace           - Sourcecode of the potrace library
qa                - Testcases using the python interface
resources         - Resources for freedesktop mime-types for linux
scripting         - SWIG Python scripting definitions
scripts           - Helper scripts for various things
template          - Project and pagelayout templates
tools             - Other miscellaneous helpers for testing
utils             - Small utils for kicad, e.g. IDF tools