kicad/qa/pcbnew
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
..
drc Fix testcase crash when progressReporter was null. 2020-09-15 22:25:12 +01:00
CMakeLists.txt CADSTAR PCB Archive Importer: Move code into common/plugins and pcbnew/plugins folders 2020-09-08 21:21:20 +00:00
board_test_utils.cpp DRC: Break out courtyard overlap function 2019-01-23 13:27:52 -05:00
board_test_utils.h DRC: Break out courtyard overlap function 2019-01-23 13:27:52 -05:00
group_saveload.cpp Fix problem in groups QA test 2020-09-18 11:17:37 +01:00
test_array_pad_name_provider.cpp pcbnew: Move pads to std::deque 2019-06-01 16:23:54 -07:00
test_graphics_import_mgr.cpp QA: Remove deprecated boost headers 2019-12-05 18:19:40 +01:00
test_libeval_compiler.cpp libeval_compiler: fixhandling of method calls with empty argument list (e.g. 'A.method()' ) 2020-09-08 01:31:42 +02:00
test_lset.cpp Pcbnew: add user defined layers and allow all layers to have user names. 2020-09-23 15:41:43 -04:00
test_module.cpp Refactor common QA components to create a single common library 2020-07-18 16:21:15 +01:00
test_pad_naming.cpp QA: Remove deprecated boost headers 2019-12-05 18:19:40 +01:00