Jon Evans
|
1dbe78c68b
|
Add QA tests and expand serialization for API
|
2024-04-02 19:51:18 -04:00 |
Jeff Young
|
9f5e583ced
|
Readability.
|
2023-10-03 17:14:03 +01:00 |
Mike Williams
|
85f889bc19
|
Fields: Description now mandatory
Propagate from symbols to footprints, footprints keep a library
description, too. (GetLibDescription())
|
2023-06-20 18:34:52 +00:00 |
Jeff Young
|
220c5a259b
|
Refresh schematic's copy of template fieldnames after preferences.
Fixes https://gitlab.com/kicad/code/kicad/issues/13203
|
2023-01-24 00:07:40 +00:00 |
jean-pierre charras
|
20d1d0705e
|
Fix a few issues related to field names and their translation. - Do not use translated field names outside strings displayed in dialogs. - fix code that does not work well with default locale. - fix some (not all) I18n issues in DIALOG_UPDATE_SYMBOL_FIELDS.
|
2022-05-13 11:45:37 +02:00 |
Seth Hillbrand
|
9a8d1246cc
|
We don't keep a CHANGELOG.TXT
Direct interested readers to AUTHORS.TXT instead.
|
2021-10-05 19:46:53 -07:00 |
luz paz
|
f968fc8719
|
Fix source comment / documentation typos
|
2021-06-09 19:32:58 +00:00 |
Jeff Young
|
8a33542bcd
|
SCH_COMPONENT::GetField() expects a vector index, not a field id.
Check this at compile time. Callers wanting to use an index now must
use SCH_COMPONENT::GetFields()[i] instead.
Fixes https://gitlab.com/kicad/code/kicad/issues/7757
|
2021-02-28 15:10:37 +00:00 |
Wayne Stambaugh
|
96c935673e
|
Header clean up round 4.
|
2020-12-21 10:18:10 -05:00 |
Wayne Stambaugh
|
08cf9a1e20
|
Move headers from common folders to appropriate include folders round 1.
|
2020-12-17 08:12:18 -05:00 |