kicad/qa
John Beard fa7e842c8c Rework item distribution
This splits the tool into two separate tools: by center and
by even gaps. Previously, this was automatically decided, based on
if the items could have any gaps between them. This was unintuitive
as it would appear to arrange by centre point sometimes but not others.
When items aren't all the same width, the results can then be very
different, based only on the starting positions.

The new behaviour is to have a dedicated tool for each, which echos
how graphical programs like Inkscape manage this.

The by-gaps method is then extended to work for overlapping items
(when items overlap, the overlaps are made equal). The logic is
centralised in kimath/geometry, and some QA is added. This should
make it easier to extend to eeschema, for example.

This also (attempts to) address some rounding issues which could
cause minor, but compounding, errors to build up along the list
of items.

Also, fix bugs in the collection filtering - previously items
like markers were filtered out only after the selection size
was used to compute the gaps between items.
2024-05-05 03:35:09 +08:00
..
data ADDED: Optional check for four way junctions 2024-05-03 12:06:24 -07:00
mocks Move PGM_BASE to kicommon 2024-03-20 23:29:42 -04:00
pcbnew_utils Move PCBNew overrides to nullable properties. 2024-02-24 20:05:51 +00:00
qa_utils Update QA mock for new PCB_SELECTION 2024-05-02 12:49:56 -07:00
resources/linux Fix source comment / documentation typos 2021-06-09 19:32:58 +00:00
schematic_utils RIP LIB_TEXTBOX and LIB_SHAPE. 2024-04-16 16:31:16 +01:00
tests Rework item distribution 2024-05-05 03:35:09 +08:00
tools PNS: Fix a few memory leaks 2024-03-31 18:21:02 +02:00
CMakeLists.txt Move tests around 2023-04-24 22:09:36 -04:00