kicad/eeschema/symbol_editor
Jeff Young 1f16092e29 Infobar warning if symbol loading was cancelled.
Also makes sure the progress dialog is closed when we're done reading
symbols (it used to stay up for much of the symbol editor initialization).

Also makes sure that any cancel in the preLoad step is honoured in the
sync step.  (The preload is done because it is multi-threaded and therefore
faster than the single-threaded sync.)

Also makes sure that individual threads pay attention to the cancellation,
not just the GUI thread.

Fixes https://gitlab.com/kicad/code/kicad/issues/8372
2022-02-27 17:06:08 +00:00
..
lib_logger.cpp Remove the wxLog calls from math/util.h for now 2021-06-01 18:44:22 -04:00
lib_logger.h Remove the wxLog calls from math/util.h for now 2021-06-01 18:44:22 -04:00
menubar_symbol_editor.cpp Schematic and symbol text boxes. 2022-01-28 21:38:15 +00:00
symbol_edit_frame.cpp Infobar warning if symbol loading was cancelled. 2022-02-27 17:06:08 +00:00
symbol_edit_frame.h Infobar warning if symbol loading was cancelled. 2022-02-27 17:06:08 +00:00
symbol_editor.cpp Infobar warning if symbol loading was cancelled. 2022-02-27 17:06:08 +00:00
symbol_editor_import_export.cpp Make it easier to open legacy files. 2021-11-19 13:36:14 +00:00
symbol_editor_plotter.cpp Separate plotting into background and foreground. 2022-02-10 20:33:06 +00:00
symbol_editor_settings.cpp Eeschema: Add pin count column to pin table 2022-02-07 17:45:16 +00:00
symbol_editor_settings.h Default line width to 0 in symbol editor. 2021-11-27 11:53:38 +00:00
symbol_editor_undo_redo.cpp We don't keep a CHANGELOG.TXT 2021-10-05 19:46:53 -07:00
symbol_library_manager.cpp Infobar warning if symbol loading was cancelled. 2022-02-27 17:06:08 +00:00
symbol_library_manager.h Unwrap some std::library typedefs. 2021-07-28 22:16:38 +01:00
toolbars_symbol_editor.cpp Schematic and symbol text boxes. 2022-01-28 21:38:15 +00:00