Jeff Young
|
27534074ac
|
Fix errors resulting from FP fields being moved from m_drawings to m_fields.
|
2024-01-28 11:13:48 +00:00 |
Seth Hillbrand
|
d99641be40
|
ADDED: Git integration support
Adds support for project-based git integration, branch support, commit,
revert and updates
Fixes https://gitlab.com/kicad/code/kicad/issues/10441
|
2023-10-20 12:51:47 +00:00 |
Jeff Young
|
9f5e583ced
|
Readability.
|
2023-10-03 17:14:03 +01:00 |
Jeff Young
|
cf22d5b99b
|
Preferences setting for force-show-fields-when-fp-selected.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/15215
|
2023-08-20 18:10:28 +01:00 |
Jeff Young
|
c697a934b2
|
Update layer names to current terminology.
Also fixes some out-of-date tooltips/names.
|
2023-08-04 11:37:46 +01:00 |
Roberto Fernandez Bautista
|
cf0b719a4a
|
Fix some unreachable code msvc warnings
|
2023-07-16 15:41:05 +02:00 |
Jeff Young
|
a66360525a
|
Broaden "Style footprint fields" to cover graphics as well.
Also cleans up the layout of the symbol & fp properties dialogs.
Also fixes the background colour of the link textEdit controls on Mac.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/8161
Fixes https://gitlab.com/kicad/code/kicad/-/issues/15152
|
2023-07-09 12:45:55 +01:00 |
Jeff Young
|
dc838bc50f
|
Formatting.
|
2023-07-07 23:41:58 +01:00 |
jean-pierre charras
|
f56ea370be
|
PCB_FIELD::GetCanonicalName() must return the canonical name (not a translation)
|
2023-06-23 18:48:11 +02: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 |
Mike Williams
|
993bb84240
|
PCB_FIELD: bug fixes
|
2023-06-20 18:34:52 +00:00 |
Mike Williams
|
b81fcaeaf7
|
PCB Fields: use validators in dialogs, restrict editing of footprint
|
2023-06-20 18:34:52 +00:00 |
Mike Williams
|
78f1040f33
|
PCB Fields: register with properties manager
|
2023-06-20 18:34:52 +00:00 |
Mike Williams
|
6d93950dcc
|
PCB: abolish TEXT_TYPE::TEXT_is_*
PCB_TEXT is now always what was formerly TEXT_is_DIVERS and PCB_FIELDs
now what mandatory field type they are already.
|
2023-06-20 18:34:52 +00:00 |
Mike Williams
|
a859b25d2c
|
PCB: convert footprints to use PCB_FIELDs for fields from schematics
|
2023-06-20 18:34:52 +00:00 |
Mike Williams
|
968785382e
|
PCB_FIELD: add new field item similar to SCH_FIELD
|
2023-06-20 18:34:52 +00:00 |