Tomasz Wlostowski
628d4d3fdb
pcbnew: weeding out bugs in the MULTICHANNEL_TOOL...
2 years ago
Tomasz Wlostowski
c790a17aae
pcbnew: add rule area type as an introspectable property
2 years ago
Tomasz Wlostowski
a27d529cbc
pcbnew: performance improvements & grouping bugfixes in multichannel tool
2 years ago
Tomasz Wlostowski
49f470f0a6
pcbnew: fixes in the logic of multichannel tool dialogs
2 years ago
Tomasz Wlostowski
9b671d3448
pcbnew: first working version of the Repeat Layout feature (MULTICHANNEL_TOOL)
2 years ago
Tomasz Wlostowski
c617b0d3b1
pcbnew: implement logic of Repeat Layout dialog
2 years ago
Tomasz Wlostowski
048bbcb02b
BOARD_COMMIT: allow to make PCB-editor specific commits outside the actual pcbnew
Useful for testing pcbnew's tools without building the actual pcbnew.
2 years ago
Tomasz Wlostowski
c3b57f9f02
pcbnew: add MULTICHANNEL_TOOL files to CMakeLists
2 years ago
Tomasz Wlostowski
b236e3a9ab
pcbnew: menu entries for the MULTICHANNEL_TOOL
2 years ago
Tomasz Wlostowski
689ba39581
pcbnew: register the MULTICHANNEL_TOOL in the tool manager.
2 years ago
Tomasz Wlostowski
4347ae1270
router: ignore the newly introduced placement rule areas, just focus on keepouts for the moment.
2 years ago
Tomasz Wlostowski
d34bcc8f08
PCB_ACTIONS: add actions for MULTICHANNEL_TOOL
2 years ago
Tomasz Wlostowski
43c8ecd77f
PCB_TOOL_BASE: allow casting the frame to types other than PCB_BASE_DRAW_FRAME.
This is useful when testing pcbnew's TOOLs outside the real pcbnew window (example: P&S log viewer/playground), as
with the default cast, all of pcbnew UI would have to be linked in for the tests to build.
2 years ago
Tomasz Wlostowski
31111b2652
pcbnew: initial implementation of MULTICHANNEL_TOOL. Ugly and buggy.
2 years ago
Tomasz Wlostowski
1105ab755c
pcbnew: initial versions of dialogs for the MULTICHANNEL_TOOL
2 years ago
Tomasz Wlostowski
8f25491a1d
DIALOG_RULE_AREA_PROPERTIES: support for placement rule areas:
- radio box for selecting between "Keepout" and "Placement" rule type
- optional scintilla control for inputting the Placement query/filter expression
2 years ago
Tomasz Wlostowski
e35f64c3cf
pcbnew: parse also the human readable hierarchical sheet paths for footprints when reading the netlist
We've had so far the chain of UUIDs, but for the ease of use in the DRC language (i.e. memberOfSheet),
a human-readable path is also useful. No file format changes.
2 years ago
Tomasz Wlostowski
46b54da139
pcbnew: BuildConnectivity() must remove any dangling RN_NET pointers when rebuilding connectivity data from scratch to avoid use-after-free crashes
2 years ago
Tomasz Wlostowski
7b784a5986
common: update PCB file format keyword with placement rule areas
2 years ago
Tomasz Wlostowski
64afa302c9
pcbnew: improve handling of trailing '/' in hierarchical sheet paths in DRC memberOfSheet() function
2 years ago
Tomasz Wlostowski
cb4b26b39b
pcbnew: file format support for placement rule areas
Added:
- "placement" tag to denote placement Rule Areas
- "expr" tag for providing the filtering expression
2 years ago
Tomasz Wlostowski
05fc8199dc
pcbnew: added Placement Rule Area properties to class ZONE:
- RuleAreaType: distinction between Keepout and Placement rule areas
- RuleAreaExpression: custom DRC language expression for assigning components for Placement rules
2 years ago
Tomasz Wlostowski
8bb4dce288
pcbnew: initial commit for MULTICHANNEL_TOOL, wip in dialogs & tool actions
2 years ago
JamesJCode
ca2f96fc07
Add configurable thickness and opacity for net color highlighting
1 year ago
jean-pierre charras
8d53090581
Pcbnew: fix 2 issues after removing a track, especially ending on a teardrop
- Message panel display not always correctly updated (shows an old data)
- Incorrect updated ratsnest is some cases when removing a track ending on
a teardrop.
1 year ago
John Beard
67b6ba33d3
Pcbnew/FPedit: Make orthogonal dimensions the default
Aligned (free-angle) dimensions are much less common than
H/V ones in most PCB fab drawings and footprint drawings.
1 year ago
John Beard
f2d2e953f7
Fix clang warning (need virtual dtor)
1 year ago
Jeff Young
8a487c2c86
Fix missing parameter.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/18530
1 year ago
JamesJCode
19d5d21f23
Move netclass highlighting style to application-level setting
Also includes bugfix whereby wires, junctions, and bus entries
were not subject to override of local colors.
1 year ago
JamesJCode
8b412e5df4
Fix exception when opening application schematic color settings panel
1 year ago
JamesJCode
ea482e8d15
Revert NET_SETTING schema increment
1 year ago
Jeff Young
528b74db7f
Improve PIN_TRICKS to handle pins with no names.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/18535
1 year ago
JamesJCode
6371b15aa4
Implement highlighting style for netclass colors
1 year ago
JamesJCode
d95901d981
Fix import netclass colors to PCB for new default netclass position
1 year ago
JamesJCode
0aa82b9a04
Correctly handle read-only fields for default netclass
1 year ago
Jon Evans
4332618e68
Fix uninitialized member
1 year ago
Jeff Young
522c2b9e7e
Only update UnusedPads properties when it matters.
(Note that this is only for the Remove Unused Pads dialog, not the property inspector or pad properties or via properties dialogs.)
Fixes https://gitlab.com/kicad/code/kicad/-/issues/18454
1 year ago
Jeff Young
f89ba38b66
ADDED: importing text vars from Schematic Setup.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/18465
1 year ago
Jeff Young
a6eec63688
ADDED: importing bus aliases from Schematic Setup.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/18465
1 year ago
Jon Evans
bd946313dc
ADDED: Position items relative to arbitrary reference point
Fixes https://gitlab.com/kicad/code/kicad/-/issues/4756
1 year ago
Jon Evans
c9af2f318f
Ensure constraints when changing pad hole properties
Also expose hole shape to properties system
Fixes https://gitlab.com/kicad/code/kicad/-/issues/17575
1 year ago
Jeff Young
014a2a49e1
Make dialog modified state work in Pad Properties.
1 year ago
Jeff Young
f4b635e551
ADDED: annular rings setting to Edit Track & Via Properties.
1 year ago
Jeff Young
04d3779a5a
Minor fixes to dialog layout.
1 year ago
Jeff Young
5ad8f0e387
Better OnModify() handling for Symbol Fields Table.
1 year ago
Jeff Young
0e536663a6
Elide common prefixes of displayed netnames.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/18438
1 year ago
Jeff Young
3b6a33c59a
Fill in a lot more calls to DIALOG_SHIM::OnModify().
Fixes https://gitlab.com/kicad/code/kicad/-/issues/18443
1 year ago
Jon Evans
960a9ef7d5
Fixes for snapping in free via placer
Support snapping to graphics at all
Don't skip snapping to pads with no net
Treat placing vias as placing tracks for magnetic settings
Fixes https://gitlab.com/kicad/code/kicad/-/issues/9024
1 year ago
Wayne Stambaugh
aace2271df
Add '?' to list of forbidden file name characters.
1 year ago
jean-pierre charras
ffe6abb836
string_utils.cpp: add missing char * in illegalFileNameChars list.
1 year ago