kicad:master

Last commit made on 2024-05-17
Get this branch:
git clone -b master https://git.launchpad.net/kicad

Branch merges

Branch information

Name:
master
Repository:
lp:kicad

Recent commits

2836025... by Jon Evans

Clear field listener when quitting

Fixes https://gitlab.com/kicad/code/kicad/-/issues/18016

fd438cb... by Aleksandr Sh

VRML to XCAFDoc reader is only available in OCCT 7.7.0+

8fd12d8... by Aleksandr Sh

Allow reading VRML models for glTF export.

Note that some VRML 2.0 models fill fail until our patches are integrated into OCCT 7.9.0.

5e5741e... by Seth Hillbrand

Minor optimizations

Most of the lines in KiCad are on 45° angles. We can avoid sqrts by
recognizing that this implies the x/y values are the same. Therefore,
the length of the hypotenuse is sqrt(2) * x.

9fbda13... by Seth Hillbrand

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

f61ee3f... by Seth Hillbrand

Remove unused code generation path

After 11 years, I doubt we're making this file format

f7bef5e... by Jeff Young

Generalize EnhanceAttr() function.

Fixes https://gitlab.com/kicad/code/kicad/-/issues/17735

87d3d38... by jean-pierre charras

Eeschema, Pin helpers: fix wrong label orientation if the symbol is rotated

Fixes https://gitlab.com/kicad/code/kicad/-/issues/18012

ea013f3... by Jeff Young

Fill device colour on foreground layer.

Fixes https://gitlab.com/kicad/code/kicad/-/issues/18002

2179685... by Aleksandr Sh

STEP export: Use TDocStd_XLinkTool to copy model with colors instead of our DIY routine.

Now supports older OCCT versions.
Also puts components at a higher level in the hierarchy.

Fixes https://gitlab.com/kicad/code/kicad/-/issues/17549