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 |