kicad/eeschema/sch_plugins/legacy
Wayne Stambaugh c61af21da8 Eeschema: don't stat files when updating title bar text.
The tests for file existence and write status perform two file stats
which cause performance issues on slow network shares.  Now the file
state is determined at load time and stored in the SCH_SCREEN object
so file access is no longer required.

Fixes https://gitlab.com/kicad/code/kicad/-/issues/9343
2021-10-14 10:52:58 -04:00
..
sch_legacy_plugin.cpp Eeschema: don't stat files when updating title bar text. 2021-10-14 10:52:58 -04:00
sch_legacy_plugin.h File open/import progress dialogs. 2021-06-23 23:55:54 +01:00