Jon Evans
|
6720473db9
|
Move net visibility/color controls to a wxGrid
Fixes https://gitlab.com/kicad/code/kicad/-/issues/5235
Might improve https://gitlab.com/kicad/code/kicad/-/issues/5210
|
2020-08-23 13:15:07 -04:00 |
jean-pierre charras
|
e5198e7404
|
Fix minor wxWidgets alerts.
|
2020-08-22 13:26:00 +02:00 |
Jeff Young
|
4b7c883095
|
Add layer presets switcher.
Fixes https://gitlab.com/kicad/code/kicad/issues/5247
|
2020-08-19 11:56:28 +01:00 |
Jon Evans
|
4cd13c3867
|
Fix focus handling on appearance panel
wxScrolledWindow doesn't like to give up its focus events,
use wxScrolledCanvas instead.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/5251
|
2020-08-18 21:55:45 -04:00 |
Jeff Young
|
fd53df6f10
|
Collapse space out of the presets area.
Hopefully this will save us from conditional compilation as the
OSX spacing here is wildly different from GTK.
|
2020-08-16 22:22:47 +01:00 |
Jeff Young
|
15edac4738
|
Implement a more flexible layout for the objects tab of appearances.
|
2020-08-16 19:51:26 +01:00 |
Jeff Young
|
f83a9c0a22
|
Clean up some OSX issues in new appearance panel.
|
2020-08-15 23:26:58 +01:00 |
Jon Evans
|
bd14f8a82a
|
ADDED: New appearance control widget for PcbNew
Featuring:
- Layer view presets
- Per-type opacity for tracks, vias, pads, zones
- Net and netclass color and visibility controls
CHANGED: Simplified object visibilty controls
Fixes https://gitlab.com/kicad/code/kicad/-/issues/1951
Fixes https://gitlab.com/kicad/code/kicad/-/issues/1981
Fixes https://gitlab.com/kicad/code/kicad/-/issues/2003
Fixes https://gitlab.com/kicad/code/kicad/-/issues/2173
Fixes https://gitlab.com/kicad/code/kicad/-/issues/2254
Fixes https://gitlab.com/kicad/code/kicad/-/issues/4325
|
2020-08-15 15:24:28 -04:00 |