Jeff Young
|
08a9d4b26f
|
ADDED preference for ratsnest thickness.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/14708
|
2023-05-21 00:07:08 +01:00 |
Jeff Young
|
26c14271f2
|
Formatting and warnings cleanup. (No functional changes.)
|
2023-04-16 15:36:21 +01:00 |
Jeff Young
|
e60837ec95
|
Defenses in depth for ratsnest drawing.
|
2023-03-14 11:53:16 +00:00 |
Alex
|
e03a91c9c7
|
Reduce static ratsnest opacity when moving items; tweak colors.
|
2022-12-07 21:01:56 +03:00 |
Jeff Young
|
226529235c
|
Mostly const safety, but also performance opt. by avoiding shared_ptr overhead.
|
2022-11-22 12:21:30 +00:00 |
Alex
|
2577ebb94d
|
Increase dynamic ratsnest opacity for better visibility.
|
2022-10-07 21:50:12 +00:00 |
Jeff Young
|
c30a557810
|
ADDED netclass assignment from PCB canvas.
Fixes https://gitlab.com/kicad/code/kicad/issues/5975
|
2022-09-03 19:29:59 +01:00 |
Tomasz Wlostowski
|
b6fc96c1d5
|
pcbnew: check for null SETTINGS in RATSNEST_VIEW_ITEM (prevents crash in the P&S debug tool)
|
2022-03-03 01:02:00 +01:00 |
Jeff Young
|
c4e133fdf7
|
Auto reduction and std::shared_ptr cover types reduction.
And a performance optimization or two resulting from above. (Using
const& intead of copying std::shared_ptrs.)
|
2022-02-13 12:04:03 +00:00 |
Jeff Young
|
5e4a704155
|
Remove some more duplicated preferences.
Fixes https://gitlab.com/kicad/code/kicad/issues/10112
|
2021-12-26 13:37:28 +00:00 |
Jeff Young
|
b4c5e64db2
|
Exclusions for Unconnected Items; Markers & exclusions for Parity checks
Fixes https://gitlab.com/kicad/code/kicad/issues/5589
Fixes https://gitlab.com/kicad/code/kicad/issues/5504
|
2021-12-24 21:10:28 +00:00 |
Jeff Young
|
9ee28ea8f5
|
Flatten out some more preferences.
|
2021-12-24 15:43:20 +00:00 |
Jeff Young
|
0e65fe5d8d
|
Coding standards and commenting.
|
2021-12-01 23:15:37 +00:00 |
Jeff Young
|
f221220fe2
|
Rename layer ids file.
It hasn't had anything to do with colors or visibility for some time
now.
|
2021-07-29 16:03:25 +01:00 |
Jon Evans
|
d087ede21d
|
Don't show ratsnest on layers hidden by contrast mode
Fixes https://gitlab.com/kicad/code/kicad/-/issues/7667
|
2021-02-23 20:07:46 -05:00 |
Jeff Young
|
a3b9e8ddb4
|
Round 2 of Worksheet -> Drawing Sheet.
|
2021-02-23 11:57:44 +00:00 |