74 Commits (8165fc6c4468883d332c6c9f21f80a91a8d83d63)

Author SHA1 Message Date
Jeff Young 8165fc6c44 Give up trying to infer what kind of polygon the user wants. 3 years ago
Jeff Young ec9c6a8053 Separate creation of polygons for open and closed shapes. 3 years ago
Jeff Young 3fc727bb91 Clear selection before deleting objects during conversion. 3 years ago
Seth Hillbrand c7c4439027 Allow bezier->line/poly conversion 3 years ago
Jeff Young d16b23d16e Name shortening and line-break reduction. 3 years ago
jean-pierre charras 6b3d36b6c3 CONVERT_TOOL: also show the "Create From Selection" menu if a array can be created 3 years ago
Jeff Young c30a557810 ADDED netclass assignment from PCB canvas. 3 years ago
Seth Hillbrand f1261e71d4 Replace boost::optional with std::optional 3 years ago
Jeff Young 1871812f2b Consolidate on a more widely used sub-type architecture. 3 years ago
Jeff Young aa2ad3b44c Move KICAD_T[] to std::initializer_list<KICAD_T>. 3 years ago
Jeff Young 927bc8141b Init member variables. 3 years ago
Jeff Young 6f49b57f9b Cleanup & performance enhancements. 3 years ago
Jeff Young f0b9e67212 Add ignore-line-widths mode to CONVERT_TOOL. 3 years ago
Jeff Young fc1afa6298 Improvements to convert tool. 3 years ago
Seth Hillbrand 737d65fd36 Skip zero-size elements when converting 4 years ago
Seth Hillbrand 2fafa55647 Maintain width of converted tracks 4 years ago
Seth Hillbrand 7e836ae27a Select the copper layer before processing 4 years ago
Jeff Young 34a9a165c9 More wide-string declarations. 4 years ago
Jon Evans bf38cb56b7 Handle footprint shapes in polygon creation 4 years ago
Jon Evans 4be56825bb Fix creating polygons from footprint rule areas 4 years ago
Marek Roszko c4c56de708 Neurotically update position wxPoint usages 4 years ago
Jeff Young 2bc86fa0a8 Shapes for schematic. 4 years ago
Jon Evans 62e6f542ed Init zone type when creating in convert tool 4 years ago
Jon Evans a9168860e0 Reduce excessive epsilon in polygon search algo 4 years ago
Jeff Young f9861b4a6c Finish arc rework and push out to file formats. 4 years ago
Jeff Young 9b9e379aa0 Overhaul arc internal model to not over-specify information. 4 years ago
Jeff Young 8b08c9e53f Shorter names before things get out of hand. 4 years ago
Jeff Young a41944020d Push most of PCB_SHAPE impl down in to EDA_SHAPE. 4 years ago
Ian McInerney 4d89061d4c Support footprint arcs in convert to polygon 4 years ago
jean-pierre charras da79a3dd69 Option graphics limited to 45deg in creation: separate options for brd and fp editors. 4 years ago
Jon Evans 07e01e6297 Allow converting graphic arc to track arc 4 years ago
Jon Evans 5bfafa5e4c Add rounding epsilon to convert tool polygon search 4 years ago
Jon Evans a90656900a Allow creating polygon types from polygons 4 years ago
Jon Evans 3beeb52c43 Convert tool: create lines on active layer, not source layer 4 years ago
Jeff Young 0fb864d596 Pull some name changes back from 7.0 to ease merging. 4 years ago
Wayne Stambaugh cf00319c85 More NULL expunging. 4 years ago
Jon Evans 75190370dd Convert -> Create from Selection 4 years ago
Jeff Young e02bb80bf3 Handle cancel when selecting copper layer. 4 years ago
Jon Evans 67762a11f6 Don't double-process arcs if we get one first 4 years ago
Jon Evans b291f36dae ADDED: Convert tool can create polygons with arcs from contiguous line and arc segments 4 years ago
Jon Evans de4eb1fcef Convert to zone: take dest layer from editor active layer 4 years ago
Jeff Young 096e342386 Prefix TRACK, ARC and VIA. 4 years ago
Marek Roszko 10e60acf34 Clean up including of board_design_settings.h 4 years ago
Marek Roszko 21fde9b629 enum class PCB_SHAPE_TYPE_T 5 years ago
Jeff Young 18470693fe Copy linewidths when coverting to polygons. 5 years ago
Jon Evans 18037e2f65 Rework bitmap system to load from archived PNGs 5 years ago
Jeff Young ea9c269914 Don't fill polygons converted from lines. 5 years ago
jean-pierre charras 5d2dc0b50e Fix a few (minor) issues: 5 years ago
Seth Hillbrand 1c9d8a9f4c Don't warn on locked conversion 5 years ago
Jeff Young 2a088e5c7b Add conversion of circles to zones and enable in footprint editor. 5 years ago