jean-pierre charras
|
f6b4b66a86
|
Avoid include wx/wx.h in many files that do not actually use this include.
Including wx.h includes the full set of wxWidgets include files, that is not good,
and can create some conflicts with some Windows headers on msys2.
|
2020-10-18 18:21:34 +02:00 |
Jon Evans
|
12b4a55ae8
|
Port Eeschema to new project settings
DRC/ERC error serialization changed to use explicit tokens
Old stored severities and ignored errors are discarded
|
2020-07-02 22:08:54 -04:00 |
Jeff Young
|
9d6b987ecc
|
Fixes to map pin-to-pin erorrs to new Warning/Error strucutre.
|
2020-05-01 18:49:42 +01:00 |
Jeff Young
|
cee973dc04
|
Move ERC error reporting over to the new framework.
Fixes https://gitlab.com/kicad/code/kicad/issues/1989
|
2020-03-16 11:06:15 +00:00 |
Jeff Young
|
437f888c25
|
Schematic Setup dialog.
Includes:
- moving some of the project settings from the Preferences dialog
- ERC severites
- project-specific field-name templates
Fixes https://gitlab.com/kicad/code/kicad/issues/2145
|
2020-03-10 18:54:17 +00:00 |