41 Commits (8165fc6c4468883d332c6c9f21f80a91a8d83d63)

Author SHA1 Message Date
Jeff Young 437d2c4589 Overhaul of remove-unconnected's zone filling and drawing strategies. 3 years ago
Jeff Young d67437a2aa Move ratsnest exclusion processing to a post-pass. 3 years ago
Jeff Young c30a557810 ADDED netclass assignment from PCB canvas. 3 years ago
Jeff Young aa2ad3b44c Move KICAD_T[] to std::initializer_list<KICAD_T>. 3 years ago
Jeff Young 82ebc247b8 More performance enhancements for DRC. 3 years ago
Seth Hillbrand b5c2f0d39a Remove the open array in favor of std containers 4 years ago
Jeff Young aa2c8e9b0c A more discerning un-flashed-connectivity test. 4 years ago
Jeff Young fad4c135fa Use only a physical connection to determine flashing of pads. 4 years ago
Marek Roszko c4c56de708 Neurotically update position wxPoint usages 4 years ago
Jeff Young b4c5e64db2 Exclusions for Unconnected Items; Markers & exclusions for Parity checks 4 years ago
Jeff Young 0e65fe5d8d Coding standards and commenting. 4 years ago
Jeff Young 5985a21b74 Offset internal items by drag amount. 4 years ago
Jeff Young 36d11f745e Update ratsnest while dragging footprints. 4 years ago
Jeff Young 096e342386 Prefix TRACK, ARC and VIA. 4 years ago
luz paz f968fc8719 Fix source comment / documentation typos 4 years ago
Roberto Fernandez Bautista 235688e459 Less restrictive Arc Track Dragging tool 5 years ago
Jon Evans f57dcf2a34 Fix connectivity to only resolve conflicts on netlist load 5 years ago
Jon Evans 1e33928b96 Fix issues with zone filling connectivity locking 5 years ago
Roberto Fernandez Bautista 498c4121b3 Fix and rename CONNECTIVITY_DATA::GetConnectedItems(aItem, aAnchor, aTypes[] ) to GetConnectedItemsAtAnchor 5 years ago
Jeff Young bdbb68f813 MODULE -> FOOTPRINT. 5 years ago
Jeff Young f5443de7f9 D_PAD -> PAD. 5 years ago
Jeff Young f7333ad64a Update some classnames including archaic zone names. 5 years ago
Tomasz Wlostowski 7b7c3bde88 pcb_new: CONNECTIVITY_DATA now keeps a cache of DRC from-tos 5 years ago
Jeff Young 6dae769944 Progress reporting for connectivity tests. 5 years ago
Jon Evans bd14f8a82a ADDED: New appearance control widget for PcbNew 5 years ago
Seth Hillbrand b8b3d5c16d pcbnew: Remove all threading from dynamic ratsnest 5 years ago
Seth Hillbrand 5fc6b74c89 ADDED: Remove unused pads 5 years ago
Seth Hillbrand 8a0be64ad4 Ensure dangling test takes track width into account 5 years ago
Seth Hillbrand 54aaade47e 'const void' is not a return type 5 years ago
Jon Evans f8bfb2bc16 Fix several issues with multilayer zones 5 years ago
Jon Evans 0d4ee39f75 CHANGED: Copper zones can be on more than one layer 5 years ago
Seth Hillbrand 104ff29e5f Remove delauney computations from dynamic ratsnest 5 years ago
Jeff Young aedc624340 Add DRC checks for dangling vias and tracks. 6 years ago
Seth Hillbrand 90f06c56a9 Add mutex to connectivity 6 years ago
Jon Evans 52a9e68093 Store items changed by connectivity algorithm in undo list 7 years ago
jean-pierre charras fdfe5eabfb Fix incorrect detection of filled zones changes in DRC check. 7 years ago
Seth Hillbrand 5182fe15d3 Minor code formatting 7 years ago
Tomasz Włostowski 9657039af2 pcbnew: multiple fixes concerning track->pad net propagation used by Track/Via properties dialog: 7 years ago
Seth Hillbrand 55f2a79957 pcbnew: locking connectivity using RAII 7 years ago
Seth Hillbrand a0e4e23c14 Ratsnest: Keep connectivity data local 7 years ago
Seth Hillbrand 4460313104 pcbnew: Separating connectivity to subdir 7 years ago
Seth Hillbrand cc776f71a9 pcbnew: Code cleanup 7 years ago
Tomasz Wlostowski 5f8eac8c6e CONNECTIVITY_DATA: fix SWIG build error 7 years ago
Tomasz Wlostowski 61fb3f6d0f pcbnew: bring back the autoplacer tool to GAL 7 years ago
Jeff Young ec9d38e21f Add filter to net selector widget. 7 years ago
Carsten Schoenert 9f7109826d fix misspelled 'allows to' -> 'allows one to' 7 years ago
Tomasz Wlostowski 01c2d93a81 pcbnew: don't rebuild dynamic ratsnest when moving items without a net (e.g. board outlines) 7 years ago
Jeff Young 05dae96275 Move zone out-of-date check to the right place. 8 years ago
Camille 9ff66a5274 Fix unnecessary value parameter detected by clang-tidy. - Replace value parameter by const reference parameter or move-assignement in some cases 8 years ago
Tomasz Włostowski 75b21d010b pcbnew: more thread (and nested wx event loop) safety for the zone filling/connectivity algo 8 years ago