kicad/common/project
jean-pierre charras df4226f896 Settings management: try to fix full filename issues when using non ASCII7 chars.
The fix convert all std::string storing a path to wxString (unicode support)
wxString were already used at many place to store paths, but not all.
For internal calculations mixing char strings and wide char strings is a recipe
for bug: any missing conversion between UTF8 and wxString breaks paths.
2020-08-02 21:31:03 +02:00
..
net_settings.cpp Read/write schematic netclass properties. 2020-07-27 23:10:46 +01:00
project_archiver.cpp Full-project automatic backup system 2020-07-09 13:55:19 +00:00
project_file.cpp Settings management: try to fix full filename issues when using non ASCII7 chars. 2020-08-02 21:31:03 +02:00
project_local_settings.cpp Settings management: try to fix full filename issues when using non ASCII7 chars. 2020-08-02 21:31:03 +02:00