Jeff Young
|
5abc7145da
|
Fold LIB_ITEM into SCH_ITEM.
|
2024-04-08 10:24:50 +01:00 |
Mike Williams
|
91b6bb8088
|
Grid helpers: remove view items on destruction
|
2023-10-23 09:39:08 -04:00 |
Mike Williams
|
0f781f328e
|
GRID_HELPER: push code to parent class
Prep'ing for PCB grid overrides
|
2023-08-24 10:29:09 -04:00 |
Mike Williams
|
a44dd4d88f
|
Symbol Editor: support grid overrides
|
2023-08-23 10:12:21 -04:00 |
Mike Williams
|
4e763cd9f2
|
Schematic: ortho line drag bend lines should respect grid overrides
|
2023-08-21 10:42:44 -04:00 |
Mike Williams
|
1e66129218
|
Schematic: Align Elements to Grid needs to respect grid overrides
|
2023-07-27 10:45:27 -04:00 |
Mike Williams
|
132a0ada73
|
Grid Overrides: support grids-per-type that override the current grid.
Schematic only at this point while we test and refine.
PCB support is a future addition.
Fixes: https://gitlab.com/kicad/code/kicad/-/issues/14756
|
2023-07-25 10:17:57 -04:00 |
Jon Evans
|
ae24daa033
|
Do not include text when computing drag origin for a group
Fixes https://gitlab.com/kicad/code/kicad/-/issues/9630
|
2021-11-14 11:54:04 -05:00 |
Wayne Stambaugh
|
fb46cd8bc5
|
Expunge the use of the word component from Eeschema code.
The only exception to this is the SPICE simulator's use of component
when referring to physical component (R, L, C, etc.) values.
|
2021-06-14 14:00:21 -04:00 |
Jeff Young
|
68efdb2fff
|
Push shared parts of GRID_HELPERs into common.
|
2021-01-16 23:18:10 +00:00 |
Jeff Young
|
a19028a396
|
Hook up EE_GRID_HELPER to some more tools.
Also implements EE_GRID_HELPER layers so that connectable things
snap to connectable things and graphics snap to graphics.
Fixes https://gitlab.com/kicad/code/kicad/issues/5641
|
2020-12-03 15:16:34 +00:00 |
Jeff Young
|
43fe228367
|
Hook up a bit more of the EE_GRID_HELPER.
Fixes https://gitlab.com/kicad/code/kicad/issues/5985
|
2020-12-02 23:18:33 +00:00 |
Werni
|
0e44f5128c
|
Add const specifiers
|
2020-11-18 19:50:36 +00:00 |
Seth Hillbrand
|
471f81742f
|
ADDED: Align to Grid function in Eeschema
Adds tool option to align selected elements to the current grid.
Fixes https://gitlab.com/kicad/code/kicad/issues/5481
|
2020-09-17 12:27:43 -07:00 |
Seth Hillbrand
|
67a7aa8ba4
|
Make snapping size grid-dependent
Fixes https://gitlab.com/kicad/code/kicad/issues/5638
Fixes https://gitlab.com/kicad/code/kicad/issues/5588
|
2020-09-15 12:07:34 -07:00 |
Seth Hillbrand
|
173b4ff588
|
Add snapping to eeschema
This generalizes both the SetPosition() function and ORIGIN_VIEWITEM
class away from the pcbnew-centric.
|
2020-09-09 10:18:15 -07:00 |