Marek Roszko
81a7afc76e
Use kicad_algo directly rather than common.h
5 years ago
Ian McInerney
06bf7943b7
Minor warning fixes
5 years ago
Jeff Young
688a031793
Fix broken logic when updating fields.
Fixes https://gitlab.com/kicad/code/kicad/issues/6024
5 years ago
Seth Hillbrand
971eb529f4
Separate strings into full strings
5 years ago
jean-pierre charras
bda275de46
more cleanup about removing useless include
5 years ago
Jeff Young
e4bc1eb3bf
Fold Update Fields from Library into Update Symbol.
Also gives Change Symbol control over which fields to update.
Fixes https://gitlab.com/kicad/code/kicad/issues/5217
5 years ago
Jeff Young
cdbe2fd2d2
User terminology specific to Change Footprint/Symbol.
Also implements separate session settings for the reset checkboxes
for Change Footprint and Update Footprint.
Fixes https://gitlab.com/kicad/code/kicad/issues/5614
5 years ago
Jeff Young
7b05e456cc
Bug fixes for multiple symbol instances in complex hierarchies
1) use SCH_COMPONENT::GetRef(), GetValue() and GetFootprint() when
instance-specific info is needed
2) update UpdateAllScreenReferences() to handle value and footprint.
3) BACKANNO is CvPcb's handler, not back annotation's handler. Which
means it needs GUI behaviour, not back annotation behaviour.
Fixes https://gitlab.com/kicad/code/kicad/issues/5520
5 years ago
Jeff Young
b596d3c3d5
Implement update options for Update Symbol from Library.
5 years ago
Mark Roszko
1082402b33
Convert UNDO_REDO_T to an enum class
5 years ago
jean-pierre charras
b60a7e2aca
Eeschema: fix crash in DIALOG_CHANGE_SYMBOLS when run Update Library Symbols.
Probably due to a typo.
Fix also a minor wxWidgets alert in this dialog
5 years ago
Wayne Stambaugh
0bb175a028
Eeschema: Add change and update symbol from library support.
ADDED: Add support to to Eeschema to change and update symbols from a
symbol library.
Fixes: https://gitlab.com/kicad/code/kicad/-/issues/4565
5 years ago