kicad/resources
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
..
bitmaps_png Rework item distribution 2024-05-05 03:35:09 +08:00
linux Add colored tab to fileicons 2024-03-22 10:05:02 -07:00
macos/plist Revert part of 6cb046a4 that is not correct 2023-11-17 13:03:32 -05:00
msw Update copyright year in manifest 2024-02-10 12:12:16 -05:00
project_template Don't set defaults in blank project 2024-01-19 12:35:59 -08:00
schemas Add $schema prop to drc/erc 2024-02-13 19:08:55 -05:00
CMakeLists.txt Add KICAD_BUILD_{NIGHTLY_,}FLATPAK CMake options 2023-06-22 18:04:32 +00:00