dsa-t
695505fc71
Fix build error caused by commit 82c2bda52b
.
...
(cherry picked from commit 012d3f098f
)
Co-authored-by: Wayne Stambaugh <stambaughw@gmail.com>
2024-06-10 15:02:21 +00:00
Alex Shvartzkop
b34dbf58c5
Altium PCB import: don't add thickness to Solid style fills.
2024-06-10 17:32:52 +03:00
Alex Shvartzkop
1fb19c0d81
Altium PCB import: make sure Polygon fill is contained within the outline.
2024-06-10 17:19:43 +03:00
Jeff Young
d6162196ec
Fix KeepUpright settings in Eagle gold files.
...
(cherry picked from commit aa1fb0604a
)
2024-06-09 23:47:00 +01:00
Alex Shvartzkop
3ea314cb9f
Altium PCB import: avoid integer overflows when rotating rectangular fills.
...
Fixes artifacts seen in https://gitlab.com/kicad/code/kicad/-/issues/18156
2024-06-10 01:00:57 +03:00
Jeff Young
9d51fabe9b
Don't default KeepUpright to true in Eagle importer.
...
Fixes https://gitlab.com/kicad/code/kicad/-/issues/18175
2024-06-09 22:17:39 +01:00
Alex Shvartzkop
c6b483acb9
QA: update golden data for Altium "Tracks" PcbLib.
2024-06-09 23:01:26 +03:00
Alex Shvartzkop
96370f6665
Make sure to add start points to arcs in TransformOvalToPolygon.
...
Otherwise the long line segments can be non-parallel to the centerline.
This was the root cause of the slowdown in https://gitlab.com/kicad/code/kicad/-/issues/18156
Fixes https://gitlab.com/kicad/code/kicad/-/issues/18156
(cherry picked from commit 76b2741a92
)
2024-06-09 22:49:58 +03:00
Alex Shvartzkop
ad7bd9b5f8
Revert "Pcbnew, Altium import: Fix issues with hatched zones."
...
This removed the hatch fill import functionality,
and is no longer needed now that the root cause was found.
This reverts commit 616510aca2
.
(cherry picked from commit 80b7f5fcbf
)
2024-06-09 22:49:58 +03:00
jean-pierre charras
2a1ef2d09d
Pcbnew, Altium import: Fix issues with hatched zones.
...
- Filled zones using the hatch pattern cannot use the primitives from Altium.
the filled shapes must be rebuilt.
_ Filled zones using the hatch pattern with a very small gap are now converted
to a polygon pattern. Otherwise the calculation time can be very big.
From master branch.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/18156
2024-06-09 15:56:57 +02:00
Seth Hillbrand
9f9fa0dd8d
Avoid referencing parents after deletion
...
We look at the parent when deleting EDA_ITEMs but when clearing the test
sheet, we delete the sheet before the pin, causing a use-after-free.
Avoid this by setting parents to null in this case
Fixes https://gitlab.com/kicad/code/kicad/-/issues/17961
(cherry picked from commit b2e0c2606f
)
2024-06-09 13:27:34 +01:00
Seth Hillbrand
6ecfa65c4c
Free item memory when closing schematic window
...
This fires the dtor for each item on the screen, allowing us to properly
close and remove them from the connection graph
Fixes https://gitlab.com/kicad/code/kicad/-/issues/17961
(cherry picked from commit 9fbda137cb
)
2024-06-08 22:16:41 +01:00
Petri Hodju
831d438852
remove item from schematic's connection graph on destruction
...
Fixes: https://gitlab.com/kicad/code/kicad/-/issues/17961
(cherry picked from commit 4920c6b00b
)
2024-06-08 22:14:39 +01:00
Jeff Young
a9b5b1728a
Don't generate thermal reliefs for pads that don't intersect zone.
...
Fixes https://gitlab.com/kicad/code/kicad/-/issues/18174
2024-06-07 23:06:19 +01:00
Jeff Young
d304a30155
Performance for large hierarchies: sorting
...
Cache page numbers during sort.
Don't construct SCH_SHEET_PATH when reference will do.
Don't construct SCH_SHEET_PATH when KIID_PATH will do.
(cherry picked from commit 758974f5aa
)
2024-06-07 18:03:45 +01:00
Jeff Young
02ca96df48
No need to mapCoords when everything is in same coord system.
...
Fixes https://gitlab.com/kicad/code/kicad/-/issues/18172
2024-06-07 18:00:41 +01:00
Jeff Young
5ca3414707
Performance for large hierarchies: lookups
...
Don't bother to sort sheet lists when we're just looking
up a UUID, sheet count, other symbol units, etc.
(cherry picked from commit e543ff0578
)
2024-06-07 18:00:41 +01:00
Seth Hillbrand
76a68b1f8d
Add missing IsMandatory() fn
2024-06-07 09:58:54 -07:00
Seth Hillbrand
41ebd3c560
Do not allow trailing/leading whitespace in mandatory fields
...
Reference, Value, Footprint and Datasheet all reference elements that
should not use trailing/leading whitespace or similar hidden charaters.
Other fields may utilize leading/trailing whitespace for obscure
purposes but won't break functionality as they are display only
(cherry picked from commit 6dcb9bb664
)
2024-06-07 08:13:34 -07:00
Mark Roszko
fbc75656f4
Move vcpkg to wx 3.2.5
...
(cherry picked from commit ba65231f6b
)
Co-authored-by: Marek Roszko <mark.roszko@gmail.com>
2024-06-07 00:34:00 +00:00
JamesJCode
b882defb28
Update connectivity for SCH_LABELs if netclass field changed
...
Required for https://gitlab.com/kicad/code/kicad/-/issues/17797 fix
in 8.0. This was fixed in the rule area work in 8.99 but not
cherry-picked as it was wrapped up in the wider changes / bugfixes.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/17797
2024-06-06 08:16:15 +01:00
Seth Hillbrand
7d7decafd4
Handle hierarchical sheets in incremental change
...
The drivers need to get passed up and down the hierarchical sheets. In
order to do this, both the sheet pin and the hierarchical pin need to
be in the changed items. However, we only get sheets in the screen
items list while the pins are the elements that get set dirty
Fixes https://gitlab.com/kicad/code/kicad/-/issues/17797
Cherry-picked from 5f16c5892c
2024-06-06 07:59:30 +01:00
Mike Williams
8705bea9ab
Symbol Fields Table: better handle variable fields with attributes
...
Attributes need to be checked first since we do some internally hackery
to make the checkboxes work.
Fixes: https://gitlab.com/kicad/code/kicad/-/issues/18005
2024-06-05 13:02:40 -04:00
Jon Evans
64da49f22e
Remove extraneous cache fill per row
...
Fixes https://gitlab.com/kicad/code/kicad/-/issues/18159
2024-06-05 12:08:08 -04:00
Jeff Young
0c9554a325
Hand cherry-pick fixes for #18042 .
2024-06-05 13:00:36 +01:00
Jeff Young
dc24d13fef
Import child sheets relative to project, not parent.
...
Fixes https://gitlab.com/kicad/code/kicad/-/issues/17785
(cherry picked from commit 8e855156c8
)
2024-06-05 12:03:39 +01:00
Jeff Young
78cbb8e994
PCB_GENERATOR_Ts are PCB_GROUP_Ts too.
...
Also, an item must already be in a commit to add it to a group.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/17595
(cherry picked from commit 9fb07d886e
)
2024-06-05 12:03:39 +01:00
Sven Pauli
ddd0ccbefd
Implemented flip for tuning patterns.
...
(cherry picked from commit c7ad5efbed
)
2024-06-05 12:03:39 +01:00
Marco Ciampa
f5797d367f
Updated Italian translation
2024-06-05 12:09:49 +02:00
JamesJCode
89dff6411b
Clear all dirty connectivity flags on symbols
...
Fixes https://gitlab.com/kicad/code/kicad/-/issues/17984
When moving / deleting a power symbol, in some instances the
symbol is marked dirty, and sometimes the pin (depending on
whether the symbol is the primary edited item, or whether
the pin is identified through an edited item subgraph). If
the pin and the symbol are marked dirty, the pin dirty flag
was not being cleared.
Additionally, not all extracted items were being deleted
from subgraphs correctly.
Both resulted in dirty state and duplicated items in the
subgraphs during incremental connectivity, which resulted
in essentially corrupted subgraph states.
2024-06-04 21:01:50 +01:00
jean-pierre charras
093da7f73a
Pcbnew, plot drill marks: fix incorrect plot drill mark in some cases.
...
If a non copper layers is added to a copper layer for plot with drill marks,
the drill mark was not visible (covered by shapes plotted from non copper layer).
Now copper layers are plotted after the non copper layers.
2024-06-04 18:28:15 +02:00
Mike Williams
2215e8906f
SCH_REFERENCE: drop separate pointer to LIB_SYMBOL
...
Fixes: https://gitlab.com/kicad/code/kicad/-/issues/18115
2024-06-04 12:10:46 +00:00
Alex Shvartzkop
d34df3e951
Don't construct an arc if we won't need it in pcbnew gfx importer.
2024-06-04 07:19:00 +03:00
Alex Shvartzkop
044a2305e3
Fix ellipse angles when importing DXF.
...
Fixes https://gitlab.com/kicad/code/kicad/-/issues/18121
2024-06-04 07:16:42 +03:00
Jeff Young
05264424b3
Improve hole-to-hole error message.
2024-06-03 21:55:36 +01:00
jean-pierre charras
3e59c40283
symbol editor: allows rotation of fields in derived symbols.
...
Fields in derived symbols are editable, so the context menu must allow rotations.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/18003
2024-06-03 20:35:36 +02:00
Jeff Young
2a99464fc1
Don't attempt to plot rule areas.
...
Fixes https://gitlab.com/kicad/code/kicad/-/issues/18133
(cherry picked from commit dc8fd0996d
)
2024-06-03 18:50:37 +01:00
Jeff Young
412da66cf6
Make sure ERC pin-to-pin checks are always in same order.
...
Comparing U1.pin1 : U2.pin1 will return the same
results as U2.pin1 : U1.pin1, but will result in a
different serialization of any exclusions.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/17004
(cherry picked from commit 11193d2cda
)
2024-06-03 18:49:39 +01:00
Jeff Young
c6215b08ed
Use wxWidgets to track DPI.
...
Fixes https://gitlab.com/kicad/code/kicad/-/issues/17981
(cherry picked from commit 931de12072
)
2024-06-03 18:47:43 +01:00
Jeff Young
769060c584
Setup 3D canvas for Footprint Chooser previews.
...
Fixes https://gitlab.com/kicad/code/kicad/-/issues/17910
(cherry picked from commit 3be6d5c5de
)
2024-06-03 18:43:36 +01:00
Jeff Young
0b48a66cb0
Don't add things to the selection that aren't in the commit.
...
Don't process line-pairs when one has already been deleted.
Clean up created line segments when operation is cancelled.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/18122
(cherry picked from commit 6f0a1ade01
)
2024-06-03 18:43:07 +01:00
Jeff Young
836b3219c1
Apply ExportPdf fix to remaining jobs.
...
Fixes https://gitlab.com/kicad/code/kicad/-/issues/17863
(cherry picked from commit c0635f222d
)
2024-06-03 18:36:46 +01:00
Jeff Young
2c0010fbcb
Make sure var overrides get synced to board properties.
...
Also allow the board properties to override title-block properties.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/17863
(cherry picked from commit 3cf424d929
)
2024-06-03 18:36:06 +01:00
Jeff Young
c1ed2506f9
Sorting is not implemented on LIB_TREE columns.
...
Fixes https://gitlab.com/kicad/code/kicad/-/issues/18101
(cherry picked from commit c828deee35
)
2024-06-03 18:31:34 +01:00
Jeff Young
299495a0aa
Repair merge errors.
2024-06-03 18:29:37 +01:00
Jeff Young
6f3b6e3ad8
Move pad checking to Footprint Checker.
...
Fixes https://gitlab.com/kicad/code/kicad/-/issues/18102
(cherry picked from commit 15d4e114e0
)
2024-06-03 18:29:37 +01:00
jean-pierre charras
cb9d78b46c
FOOTPRINT::CheckPads(): better check for hole in PHT pad.
...
Hole not fully inside the pad copper area is now tested.
(cherry picked from commit 8165ec66e9
)
2024-06-03 18:29:37 +01:00
Jeff Young
46b3dcba4f
Trim punctuation from end of URLs.
...
(cherry picked from commit 513e68a04a
)
2024-06-03 18:29:37 +01:00
Jeff Young
06150388d8
Trim trailing punctionation from doc URLs.
...
Fixes https://gitlab.com/kicad/code/kicad/-/issues/18089
(cherry picked from commit f3b57c20af
)
2024-06-03 18:29:37 +01:00
Jeff Young
b07de4f6af
Trim covered region to bounding hull.
...
Otherwise a long track crossing a footprint will look
like it covers most of it.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/17299
(cherry picked from commit e400d49af6
)
2024-06-03 18:29:37 +01:00