Marek Roszko
|
21fde9b629
|
enum class PCB_SHAPE_TYPE_T
|
2021-04-30 22:36:12 -04:00 |
Jeff Young
|
9c7c05c161
|
Mostly formatting cleanup but a few type-casting cleanups too.
|
2020-11-24 22:16:41 +00:00 |
Jeff Young
|
ec020dd19f
|
First-class support for filled shapes.
|
2020-11-14 01:40:32 +00:00 |
Jeff Young
|
bdbb68f813
|
MODULE -> FOOTPRINT.
|
2020-11-13 16:04:03 +00:00 |
Ian McInerney
|
31e626f279
|
Cleanup creation of all our smart pointers
|
2020-10-26 23:52:44 +00:00 |
Jeff Young
|
37906511f5
|
Class renaming.
DRAWSEGMENT -> PCB_SHAPE
EDGE_MODULE -> FP_SHAPE
TEXTE_PCB -> PCB_TEXT
TEXTE_MODULE -> FP_TEXT
|
2020-10-05 11:55:33 +01:00 |
Jeff Young
|
7a4900b8dc
|
PCB_LINE_T -> PCB_SHAPE_T and PCB_MODULE_EDGE_T -> PCB_FP_SHAPE_T
Also updated footprint text and zone types for consistencey.
|
2020-10-04 16:49:04 +01:00 |
jean-pierre charras
|
87a220b8e2
|
more cleanup about removing useless include
|
2020-10-02 14:51:11 +02:00 |
Tomasz Wlostowski
|
d937fadd6f
|
Migrate RC_ITEM to use shared_ptr
|
2020-08-13 14:50:59 +02:00 |
Jeff Young
|
40847c055d
|
Check final corner of rectangle before merging.
Fixes https://gitlab.com/kicad/code/kicad/issues/4766
|
2020-06-30 21:01:51 +01:00 |
Jeff Young
|
40a72d9530
|
Add SH_RECT handling to 3D shape conversion.
Also add some debugging for not-implemented shape cases in other
places to catch simmilar issues in future.
Fixes https://gitlab.com/kicad/code/kicad/issues/4757
|
2020-06-30 18:32:31 +01:00 |
Jeff Young
|
d67f404dec
|
Fix undo issue with merging lines into rectangles.
|
2020-06-29 22:58:05 +01:00 |
Jeff Young
|
a7703d1207
|
Cleanup Graphics to parallel Cleanup Tracks & Vias.
This also allows for easier migration to DRAWSEGMENT::S_RECTs by
auto-converting 4 rectilinear lines to a rectangle.
|
2020-06-17 18:44:39 +01:00 |