kicad/eeschema
Wayne Stambaugh 35f85dd900 Eeschema: fix broken symbol library rescue.
Apparently at some point during V5 development, symbol cache library names
were saved by replacing the LIB_ID separator character ':' with '_'.  This
caused the cache look up to fail there by skipping the symbol rescue which
could result in broken schematics.

I have no idea where this happened during V5 development.  The video demo
in the HEAD of the 5.1 branch shows the issue.  All of the other demo cache
libraries are correct.

Fixes https://gitlab.com/kicad/code/kicad/-/issues/10488

(cherry picked from commit c6c4f9ae4b)
2022-02-17 09:16:33 -05:00
..
dialogs Fix type which results in global fieldname templates being added to project. 2022-02-17 12:42:10 +00:00
netlist_exporters Schematic and symbol text boxes. 2022-01-28 21:38:15 +00:00
plugins fix an issue in a bom script (extra empty lines created) 2022-01-18 13:49:50 +01:00
sch_plugins Various text object defaults don't necessarily match file defaults. 2022-02-15 23:25:59 +00:00
sim Revert "cmake: adding KICAD_MACOSX_APP_BUNDLE option" 2022-01-31 15:57:56 -08:00
symbol_editor Separate plotting into background and foreground. 2022-02-10 20:33:06 +00:00
tools Schematic: make grabbing whole lines more intuitive 2022-02-16 19:15:55 +00:00
widgets Cleanup formatting and warnings in tuner_slider 2021-12-30 23:03:13 +00:00
CMakeLists.txt Factor out common s-expression library cache source code. 2022-02-09 11:20:14 -05:00
annotate.cpp Be more consistent about annotation warngings. 2021-11-29 14:24:45 +00:00
autoplace_fields.cpp Improve SNR of EDA_ANGLE stuff. 2022-01-14 16:08:18 +00:00
bom_plugins.cpp Revert "cmake: adding KICAD_MACOSX_APP_BUNDLE option" 2022-01-31 15:57:56 -08:00
bom_plugins.h Unwrap some std::library typedefs. 2021-07-28 22:16:38 +01:00
bus-wire-junction.cpp Ensure merged line gets selected if either parent is 2022-01-01 16:53:52 -08:00
bus_alias.cpp Proper numeric sorting for intersheet refs. 2021-10-01 18:29:21 +01:00
bus_alias.h More NULL expunging. 2021-07-16 16:13:41 -04:00
cmp_library.keywords
cmp_library_lexer.cpp Expunge the use of the word component from Eeschema code. 2021-06-14 14:00:21 -04:00
component_references_lister.cpp Replace RefDesCmp with better StrNumCmp 2021-09-01 11:48:01 -07:00
connection_graph.cpp Neurotically update position wxPoint usages 2022-01-01 11:55:51 -05:00
connection_graph.h Expunge the use of the word component from Eeschema code. 2021-06-14 14:00:21 -04:00
cross-probing.cpp Replace inserts/push_backs with emplace in some spots 2022-02-05 19:53:31 -05:00
default_values.h Fix some issues with incorrectly scaled defaults given in mils. 2021-08-25 20:04:06 +01:00
ee_collectors.cpp Schematic and symbol text boxes. 2022-01-28 21:38:15 +00:00
ee_collectors.h Neurotically update position wxPoint usages 2022-01-01 11:55:51 -05:00
eeschema.cpp Implement Reset to Defaults for all preferences panels. 2021-12-24 17:38:39 +00:00
eeschema.icns Add drop shadows to MacOS icons 2021-07-30 20:55:34 -07:00
eeschema_config.cpp Flatten out some more preferences. 2021-12-24 15:43:20 +00:00
eeschema_doc.icns Add drop shadows to MacOS icons 2021-07-30 20:55:34 -07:00
eeschema_id.h Allow more (lots more) unfold from bus menu entries. 2022-01-21 17:41:05 +00:00
eeschema_settings.cpp Default font for eeschema. 2022-01-08 16:47:45 +00:00
eeschema_settings.h Default font for eeschema. 2022-01-08 16:47:45 +00:00
erc.cpp Schematic and symbol text boxes. 2022-01-28 21:38:15 +00:00
erc.h Naming conventions. 2021-05-05 22:58:40 +01:00
erc_item.cpp Fixes for Eagle importer. 2021-06-16 21:44:18 +01:00
erc_item.h Fixes for Eagle importer. 2021-06-16 21:44:18 +01:00
erc_settings.cpp Bring ERC & DRC dialogs into parity. 2022-01-22 22:27:41 +00:00
erc_settings.h Fixes for Eagle importer. 2021-06-16 21:44:18 +01:00
fields_grid_table.cpp Break sch_text.h/.cpp into sch_text and sch_label. 2022-01-28 21:38:15 +00:00
fields_grid_table.h SCH_NETCLASS_FLAGs and SCH_FIELDs for labels. 2021-12-24 16:13:27 +00:00
files-io.cpp Don't rename existing schematic file 2022-01-04 20:28:21 -08:00
general.h Rename layer ids file. 2021-07-29 16:03:25 +01:00
generate_alias_info.cpp Fix kicad_string.h / string.cpp mismatch. 2021-07-29 16:03:25 +01:00
generate_alias_info.h Substitute all wxHtmlWindow with HTML_WINDOW 2021-10-12 07:07:15 +00:00
getpart.cpp Factor out common and remove dead legacy symbol library code. 2022-01-29 14:13:00 -05:00
hierarch.cpp Rename ComparePageNumAndName -> ComparePageNum 2022-01-02 23:20:17 +00:00
hierarch.h Pass wxString objects by reference instead of on the stack. 2021-07-27 08:41:27 -04:00
invoke_sch_dialog.h Schematic and symbol text boxes. 2022-01-28 21:38:15 +00:00
lib_field.cpp Make sure plotter uses default font when specified. 2022-02-10 20:33:06 +00:00
lib_field.h Separate plotting into background and foreground. 2022-02-10 20:33:06 +00:00
lib_item.cpp Bring EEschema textboxes in line with PCBNew's. 2022-01-31 21:46:40 +00:00
lib_item.h Separate plotting into background and foreground. 2022-02-10 20:33:06 +00:00
lib_pin.cpp Fix minor compil warnings 2022-02-12 11:43:38 +01:00
lib_pin.h Separate plotting into background and foreground. 2022-02-10 20:33:06 +00:00
lib_shape.cpp Fix typo. 2022-02-15 22:40:24 +00:00
lib_shape.h Separate plotting into background and foreground. 2022-02-10 20:33:06 +00:00
lib_symbol.cpp Fix some Pcbnew crashes due to null pointers 2022-02-14 13:46:05 +01:00
lib_symbol.h Separate plotting into background and foreground. 2022-02-10 20:33:06 +00:00
lib_text.cpp Make sure plotter uses default font when specified. 2022-02-10 20:33:06 +00:00
lib_text.h Separate plotting into background and foreground. 2022-02-10 20:33:06 +00:00
lib_textbox.cpp Separate plotting into background and foreground. 2022-02-10 20:33:06 +00:00
lib_textbox.h Separate plotting into background and foreground. 2022-02-10 20:33:06 +00:00
libarch.cpp A bit more Part -> Symbol. 2021-06-17 22:24:41 +01:00
menubar.cpp Schematic and symbol text boxes. 2022-01-28 21:38:15 +00:00
pin_numbers.cpp Eeschema: Display pin count and duplicate pin list in pin table dialog 2022-02-07 17:45:16 +00:00
pin_numbers.h Eeschema: Display pin count and duplicate pin list in pin table dialog 2022-02-07 17:45:16 +00:00
pin_type.cpp Avoid sharing gdicmn for just bitmaps 2021-06-03 01:46:04 -04:00
pin_type.h Expunge the use of the word component from Eeschema code. 2021-06-14 14:00:21 -04:00
project_rescue.cpp Eeschema: fix broken symbol library rescue. 2022-02-17 09:16:33 -05:00
project_rescue.h More NULL expunging. 2021-07-16 16:13:41 -04:00
sch_base_frame.cpp Break sch_text.h/.cpp into sch_text and sch_label. 2022-01-28 21:38:15 +00:00
sch_base_frame.h Factor out common and remove dead legacy symbol library code. 2022-01-29 14:13:00 -05:00
sch_bitmap.cpp Separate plotting into background and foreground. 2022-02-10 20:33:06 +00:00
sch_bitmap.h Separate plotting into background and foreground. 2022-02-10 20:33:06 +00:00
sch_bus_entry.cpp Separate plotting into background and foreground. 2022-02-10 20:33:06 +00:00
sch_bus_entry.h Separate plotting into background and foreground. 2022-02-10 20:33:06 +00:00
sch_connection.cpp Be more explicit about string conversions. 2022-02-03 23:07:41 +00:00
sch_connection.h Fix highlighting complex connections from subsheets 2021-10-25 22:14:48 -04:00
sch_draw_panel.cpp Cleanup. 2021-12-23 20:36:18 +00:00
sch_draw_panel.h Expunge the use of the word component from Eeschema code. 2021-06-14 14:00:21 -04:00
sch_edit_frame.cpp Schematic and symbol text boxes. 2022-01-28 21:38:15 +00:00
sch_edit_frame.h Cross-probing/selection for multiple items (SCH->PCB) 2022-01-16 20:29:03 +00:00
sch_field.cpp Make sure plotter uses default font when specified. 2022-02-10 20:33:06 +00:00
sch_field.h Separate plotting into background and foreground. 2022-02-10 20:33:06 +00:00
sch_file_versions.h Schematic and symbol text boxes. 2022-01-28 21:38:15 +00:00
sch_io_mgr.cpp More NULL expunging. 2021-07-16 16:13:41 -04:00
sch_io_mgr.h File open/import progress dialogs. 2021-06-23 23:55:54 +01:00
sch_item.cpp Separate plotting into background and foreground. 2022-02-10 20:33:06 +00:00
sch_item.h Separate plotting into background and foreground. 2022-02-10 20:33:06 +00:00
sch_junction.cpp Separate plotting into background and foreground. 2022-02-10 20:33:06 +00:00
sch_junction.h Separate plotting into background and foreground. 2022-02-10 20:33:06 +00:00
sch_label.cpp Make sure plotter uses default font when specified. 2022-02-10 20:33:06 +00:00
sch_label.h Separate plotting into background and foreground. 2022-02-10 20:33:06 +00:00
sch_line.cpp Separate plotting into background and foreground. 2022-02-10 20:33:06 +00:00
sch_line.h Schematic: make grabbing whole lines more intuitive 2022-02-16 19:15:55 +00:00
sch_marker.cpp Bring ERC & DRC dialogs into parity. 2022-01-22 22:27:41 +00:00
sch_marker.h Separate plotting into background and foreground. 2022-02-10 20:33:06 +00:00
sch_no_connect.cpp Separate plotting into background and foreground. 2022-02-10 20:33:06 +00:00
sch_no_connect.h Separate plotting into background and foreground. 2022-02-10 20:33:06 +00:00
sch_painter.cpp Eeschema: Implement orthogonal dragging 2022-02-10 18:38:40 +00:00
sch_painter.h Schematic and symbol text boxes. 2022-01-28 21:38:15 +00:00
sch_pin.cpp Neurotically update position wxPoint usages 2022-01-01 11:55:51 -05:00
sch_pin.h Neurotically update position wxPoint usages 2022-01-01 11:55:51 -05:00
sch_plugin.cpp More NULL expunging. 2021-07-16 16:13:41 -04:00
sch_preview_panel.cpp Flatten out some more preferences. 2021-12-24 15:43:20 +00:00
sch_preview_panel.h Reduce some eda_item.h usage in headers 2021-06-06 11:09:06 -04:00
sch_reference_list.h Neurotically update position wxPoint usages 2022-01-01 11:55:51 -05:00
sch_rtree.h Neurotically update position wxPoint usages 2022-01-01 11:55:51 -05:00
sch_screen.cpp Separate plotting into background and foreground. 2022-02-10 20:33:06 +00:00
sch_screen.h Schematic and symbol text boxes. 2022-01-28 21:38:15 +00:00
sch_shape.cpp Separate plotting into background and foreground. 2022-02-10 20:33:06 +00:00
sch_shape.h Separate plotting into background and foreground. 2022-02-10 20:33:06 +00:00
sch_sheet.cpp Separate plotting into background and foreground. 2022-02-10 20:33:06 +00:00
sch_sheet.h Separate plotting into background and foreground. 2022-02-10 20:33:06 +00:00
sch_sheet_path.cpp Schematic and symbol text boxes. 2022-01-28 21:38:15 +00:00
sch_sheet_path.h Schematic and symbol text boxes. 2022-01-28 21:38:15 +00:00
sch_sheet_pin.cpp Schematic and symbol text boxes. 2022-01-28 21:38:15 +00:00
sch_sheet_pin.h Break sch_text.h/.cpp into sch_text and sch_label. 2022-01-28 21:38:15 +00:00
sch_symbol.cpp Separate plotting into background and foreground. 2022-02-10 20:33:06 +00:00
sch_symbol.h Sync all fields between units when symbol is edited. 2022-02-17 12:42:10 +00:00
sch_text.cpp Separate plotting into background and foreground. 2022-02-10 20:33:06 +00:00
sch_text.h Separate plotting into background and foreground. 2022-02-10 20:33:06 +00:00
sch_text_help.md Fix outdated syntax in help text 2021-11-25 12:53:29 +00:00
sch_textbox.cpp Fix minor compil warnings 2022-02-12 11:43:38 +01:00
sch_textbox.h Separate plotting into background and foreground. 2022-02-10 20:33:06 +00:00
sch_validators.cpp Fix bus validation. 2021-09-17 22:01:17 +01:00
sch_validators.h Pass wxString objects by reference instead of on the stack. 2021-07-27 08:41:27 -04:00
sch_view.cpp Rename layer ids file. 2021-07-29 16:03:25 +01:00
sch_view.h Get all eeschema layers properly ordered 2022-01-23 10:04:32 -08:00
schematic.cpp Eeschema: fix broken page numbers when renaming a sheet file name. 2021-12-09 12:56:03 +00:00
schematic.h Allow titleblock vars to be resolved outside the titleblock. 2021-07-06 13:30:17 +01:00
schematic.keywords Schematic and symbol text boxes. 2022-01-28 21:38:15 +00:00
schematic_settings.cpp Use ISO 128-2 values for dashed line defaults. 2021-12-25 14:00:57 +00:00
schematic_settings.h User-configureable dash styles (and dash-dot-dot). 2021-12-23 20:36:24 +00:00
schematic_undo_redo.cpp When undoing creation of the sheet, get out first 2022-02-03 11:19:51 -08:00
sheet.cpp Update BASE_SCREEN to VECTOR2I 2022-01-01 11:30:33 -05:00
symbol_async_loader.cpp Fix single-threaded loads/connectivity 2021-12-14 17:18:46 -08:00
symbol_async_loader.h Rename LIB_PART to LIB_SYMBOL. 2021-06-14 07:11:17 -04:00
symbol_lib_table.cpp Normalize drawing sheet path to env vars & prj, not just prj. 2021-10-02 23:39:45 +01:00
symbol_lib_table.h More NULL expunging. 2021-07-16 16:13:41 -04:00
symbol_library.cpp Hash symbol libraries per library rather than statically per cache type. 2022-02-07 15:40:21 -05:00
symbol_library.h Hash symbol libraries per library rather than statically per cache type. 2022-02-07 15:40:21 -05:00
symbol_library_common.h Factor out common and remove dead legacy symbol library code. 2022-01-29 14:13:00 -05:00
symbol_tree_model_adapter.cpp Dark mode for a bunch of HTML dialogs. 2021-09-14 21:23:57 +01:00
symbol_tree_model_adapter.h Rename SCH_COMPONENT to SCH_SYMBOL. 2021-06-10 10:34:49 -04:00
symbol_tree_synchronizing_adapter.cpp Formatting (and auto reduction). 2022-01-22 12:16:07 +00:00
symbol_tree_synchronizing_adapter.h Remove and re-add saved-as libraries when Syncing tree. 2021-01-31 23:00:17 +00:00
symbol_viewer_frame.cpp Factor out common and remove dead legacy symbol library code. 2022-01-29 14:13:00 -05:00
symbol_viewer_frame.h Factor out common and remove dead legacy symbol library code. 2022-01-29 14:13:00 -05:00
toolbars_sch_editor.cpp Schematic and symbol text boxes. 2022-01-28 21:38:15 +00:00
toolbars_symbol_viewer.cpp Rename class_library.[h|cpp] to symbol_library.[h|cpp]. 2021-06-15 09:24:55 -04:00
transform.cpp Finish with EDA_ANGLE. 2022-01-16 21:15:40 +00:00
transform.h EDA_ANGLE for plotters. 2022-01-16 01:19:45 +00:00