12 Commits

Author SHA1 Message Date
Alexander Boehm
159f2c9482 multi-channel tool: more fine grained control over in/exclusion
The locking option from the repeat layout dialog was renamed and
is now called 'include locked items', like in the code.
If an item is locked in the source rule area it is not replicated,
if an item is locked in the target area it will not be deleted upon
running the repeat layout tool. Added an option to ignore tracks that
do not share a net with a pad inside the source rule area. This gives
unrelated track segments lying inside the rule areas a chance
of peaceful coexistance.
2025-06-10 17:33:26 +00:00
Alexander Boehm
56bd7e4427 multi-channel tool: grid tricks for repeat layout dialog
This allows selecting/unselecting multiple checkboxes at once
by hitting space. And maybe some other tricks I don't know about...
2025-06-10 17:33:26 +00:00
Alexander Boehm
6dd366f7bf multi-channel tool: anchor footprints
adds a dropdown menu to select an anchor footprint from the
reference rule area. The corresponding footprints in the
target areas determine displacement and rotation off all the
replicated items. If no anchor footprint has been selected
the previous behavior is unchanged, i.e. rule area position
determines placement.

Fixes https://gitlab.com/kicad/code/kicad/-/issues/20603
2025-06-10 17:33:26 +00:00
Seth Hillbrand
0b2d4d4879 Revise Copyright statement to align with TLF
Recommendation is to avoid using the year nomenclature as this
information is already encoded in the git repo.  Avoids needing to
repeatly update.

Also updates AUTHORS.txt from current repo with contributor names
2025-01-01 14:12:04 -08:00
Jon Evans
69fe1368f1 Multichannel: support free items; fix group handling
Fixes https://gitlab.com/kicad/code/kicad/-/issues/19096
Fixes https://gitlab.com/kicad/code/kicad/-/issues/19095
Fixes https://gitlab.com/kicad/code/kicad/-/issues/19097
2024-11-24 12:10:14 -05:00
Tomasz Wlostowski
8ba0d7d193 multichannel: wx UI fixes 2024-08-14 00:09:32 +02:00
Tomasz Wlostowski
37399fba42 multichannel: fix dialog sizing 2024-08-13 22:50:26 +02:00
Tomasz Wlostowski
6e84d665ed pcbnew: clean-up and partial de-auto-ization of MULTICHANNEL_TOOL 2024-08-13 22:50:26 +02:00
Tomasz Wlostowski
628d4d3fdb pcbnew: weeding out bugs in the MULTICHANNEL_TOOL... 2024-08-13 22:50:26 +02:00
Tomasz Wlostowski
49f470f0a6 pcbnew: fixes in the logic of multichannel tool dialogs 2024-08-13 22:50:26 +02:00
Tomasz Wlostowski
c617b0d3b1 pcbnew: implement logic of Repeat Layout dialog 2024-08-13 22:50:26 +02:00
Tomasz Wlostowski
1105ab755c pcbnew: initial versions of dialogs for the MULTICHANNEL_TOOL 2024-08-13 22:50:25 +02:00