Dominik Wernberger
|
ad97fabfd3
|
Add missing const to Matches
|
2021-01-12 20:51:32 +00:00 |
Dominik Wernberger
|
07635d2fc7
|
Minor adjustments
|
2021-01-12 20:51:31 +00:00 |
Dominik Wernberger
|
ac94d72d2d
|
Add more const specifiers
|
2021-01-12 20:51:31 +00:00 |
RigoLigoRLC
|
dd328d230b
|
Make Pcbnew search about zone names, fixes #6951
I put zones in "other text items" category of searching as I thought it
would be the appropriate one.
Fixes https://gitlab.com/kicad/code/kicad/issues/6951
|
2021-01-11 13:48:20 +00:00 |
Jeff Young
|
bc484784fc
|
Make sure zones are triangulated for DRC.
Normally this happens as a side-effect of rendering them but if done
from a script (or test case) this won't happen.
Fixes https://gitlab.com/kicad/code/kicad/issues/6635
|
2020-12-12 15:27:46 +00:00 |
Jeff Young
|
6f3b0c452f
|
Make sure unfilled zones get an MD5 hash.
Fixes https://gitlab.com/kicad/code/kicad/issues/6515
|
2020-11-26 20:21:46 +00:00 |
Werni
|
0e44f5128c
|
Add const specifiers
|
2020-11-18 19:50:36 +00:00 |
Jeff Young
|
1ce1e493d6
|
A rule zone is not really a BOARD_CONNECTED_ITEM.
Or at least it shouldn't always be treated as one.
Fixes https://gitlab.com/kicad/code/kicad/issues/6382
|
2020-11-15 20:23:15 +00:00 |
Jeff Young
|
7bd31d5237
|
Naming conventions.
|
2020-11-14 18:26:03 +00:00 |
Jeff Young
|
f5443de7f9
|
D_PAD -> PAD.
|
2020-11-13 15:16:24 +00:00 |
Jeff Young
|
f7333ad64a
|
Update some classnames including archaic zone names.
|
2020-11-12 10:31:25 +00:00 |