kicad/qa/tests
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
..
api Add QA tests and expand serialization for API 2024-04-02 19:51:18 -04:00
cli Workaround to fix a QA not working test on platforms is Python older than 3.9 2023-12-14 11:57:10 +01:00
common Fix more build warnings 2024-03-23 08:53:11 -04:00
eeschema Fix small memleak in test_lib_part.cpp 2024-05-04 13:12:25 +02:00
gerbview Move PGM_BASE to kicommon 2024-03-20 23:29:42 -04:00
libs Rework item distribution 2024-05-05 03:35:09 +08:00
pcbnew Update QA to reflect current correct output 2024-05-02 12:16:05 -07:00
pcbnewswig Update connectivity python test 2023-07-20 15:54:40 -07:00
spice RIP LIB_PIN. 2024-04-20 12:10:31 +01:00
CMakeLists.txt Fix running pytest tests in macOS 2024-04-06 12:15:35 -04:00
requirements.txt Start adding cli qa 2023-05-02 23:23:13 -04:00