jean-pierre charras
|
c092e3f8b7
|
Fix a few minor Coverity warnings
|
2020-10-26 10:46:08 +01:00 |
Marek Roszko
|
b2e9f6987d
|
Split base_struct into eda_item and eda_rect
|
2020-10-13 21:24:50 -04:00 |
Jeff Young
|
2f49db49bf
|
Fix fly-off arc handles and move Arc Properties to start/end/angle.
Fixes https://gitlab.com/kicad/code/kicad/issues/5791
|
2020-10-08 11:33:32 +01:00 |
Jon Evans
|
690575e2b6
|
Improve edit point legibility with a hover state
|
2020-09-23 21:27:23 -04:00 |
Jon Evans
|
713cd4a47a
|
Point editor: show dragged points with a highlight
Take points editor colors from color theme
Also fix an issue where the edited object sometimes didn't
update when a point is dragged.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/4600
|
2020-06-21 14:43:41 -04:00 |
Seth Hillbrand
|
7c28c3838a
|
Comment-only changes
Makes class comments conform to coding standards
|
2020-01-10 16:43:01 -08:00 |
Seth Hillbrand
|
b5f021ff9f
|
Cleanup: Replace push_back with emplace_back
In cases where we create a new item and immediately push into a
container, the emplace idiom is faster and more efficient.
|
2019-12-05 13:41:21 -08:00 |
Seth Hillbrand
|
8f1c1cf298
|
pcbnew: Don't limit editing of the polygons
45 deg contraints are not saved per polygon, so don't limit per polygon.
The constraint is only enforced during creation.
Fixes: lp:1847722
* https://bugs.launchpad.net/kicad/+bug/1847722
Fixes: lp:1846029
* https://bugs.launchpad.net/kicad/+bug/1846029
|
2019-10-20 09:29:42 -07:00 |
Seth Hillbrand
|
b3615b36bb
|
pcbnew: Retain 45° constraint
This also finishes the polygon with 45° lines when chosen as a create
option.
Fixes: lp:1833673
* https://bugs.launchpad.net/kicad/+bug/1833673
(cherry picked from commit fccce265aa )
|
2019-08-26 14:36:23 -07:00 |
Jeff Young
|
323bb0f8e1
|
Moving PageLayout editor to GAL canvas and modern toolset.
|
2019-05-24 19:49:09 +01:00 |