kicad/qa
Wayne Stambaugh 188232de6f Pcbnew: add user defined layers and allow all layers to have user names.
This changes the file format.  All previous copper layers that had a user
defined name are forced back to the canonical name and the user defined
name is stored as an optional quoted string in the layer definition and
only used for UI and plotting purposes.  All copper object layer names
are now the canonical name for internal file use.

ADDED: Nine new user definable non-copper layers that can be optionally
added to the board layer stack.

CHANGED: All board layers can now be renamed by the user.

CHANGED: User defined layer names can now contain space characters.

Fixes https://gitlab.com/kicad/code/kicad/issues/1969
2020-09-23 15:41:43 -04:00
..
common Cleanup some build and Coverity warnings 2020-07-31 02:46:05 +01:00
common_tools Remove all debugging output that cannot be disabled. 2020-08-18 10:17:36 -04:00
data Exclude from bill of materials and board netlist to library symbols. 2020-09-09 09:03:37 -04:00
drc_proto Fix a few Coverity warnings. 2020-09-20 16:30:23 +02:00
eeschema Exclude from bill of materials and board netlist to library symbols. 2020-09-09 09:03:37 -04:00
gal/gal_pixel_alignment CADSTAR PCB Archive Importer: Move code into common/plugins and pcbnew/plugins folders 2020-09-08 21:21:20 +00:00
gerbview Refactor common QA components to create a single common library 2020-07-18 16:21:15 +01:00
libeval_compiler CADSTAR PCB Archive Importer: Move code into common/plugins and pcbnew/plugins folders 2020-09-08 21:21:20 +00:00
libs Remove all debugging output that cannot be disabled. 2020-08-18 10:17:36 -04:00
pcb_test_window Altium: Refactor and add initial structure for schematic importer 2020-08-23 19:01:08 +00:00
pcbnew Pcbnew: add user defined layers and allow all layers to have user names. 2020-09-23 15:41:43 -04:00
pcbnew_tools Move DRC dialog to new DRC engine. 2020-09-14 22:39:36 +01:00
pcbnew_utils Finish exorcising the old DRC system. 2020-09-15 20:15:46 +01:00
qa_utils qa_utils: PCB_TEST_FRAME compiles again... 2020-09-08 01:31:42 +02:00
testcases Fix GetCustomShapeAsPolygon and add a unit test 2020-09-04 20:30:54 -07:00
unit_test_utils Move SHAPE_ARC to start->mid->end format 2020-06-13 11:23:14 -07:00
utils/kicad2step Refactor common QA components to create a single common library 2020-07-18 16:21:15 +01:00
CMakeLists.txt qa: temporarily disable test_gal_pixel_aligmnent due to unfinished changes in PCB_TEST_FRAME_BASE 2020-09-08 01:31:42 +02:00
test.py QA: Add build-time option to enable XML output from tests 2019-04-18 10:59:06 +01:00