Branch: refs/heads/master Home: https://github.com/synfig/synfig Commit: 1492cd3574aaf78ea95ef98ad9292dcfd70ae57c https://github.com/synfig/synfig/commit/1492cd3574aaf78ea95ef98ad9292dcfd70ae57c Author: ice0 <konop...@gmail.com> Date: 2022-01-09 (Sun, 09 Jan 2022)
Changed paths: M synfig-core/src/synfig/filesystemnative.cpp Log Message: ----------- filesystemnative code cleanup - Removed unused headers - nullptr - namespaces Commit: 47112b415c4b33fe8007e5d9be517c583f3f0c44 https://github.com/synfig/synfig/commit/47112b415c4b33fe8007e5d9be517c583f3f0c44 Author: ice0 <konop...@gmail.com> Date: 2022-01-09 (Sun, 09 Jan 2022) Changed paths: M synfig-core/src/synfig/filesystemnative.cpp Log Message: ----------- Fixed issue with opening a file from a network folder on Windows The Windows network path looks like this: `\\NetworkPC\Share`. `fix_slashes` changes it to `//NetworkPC/Share`, so it can't be interpreted as a network share no more. I removed the `fix_slashes` because glib/gio does all the translations itself. Fix #2212 Commit: db959bf7d062bdb0eb658ddabb2735385a8872aa https://github.com/synfig/synfig/commit/db959bf7d062bdb0eb658ddabb2735385a8872aa Author: ice0 <konop...@gmail.com> Date: 2022-01-09 (Sun, 09 Jan 2022) Changed paths: M synfig-core/src/synfig/filesystemnative.cpp Log Message: ----------- Merge PR #2505: Fixed issue with opening a file from a network folder on Windows Fixed issue with opening a file from a network folder on Windows Compare: https://github.com/synfig/synfig/compare/65303bc518ce...db959bf7d062 _______________________________________________ Synfig-devl mailing list Synfig-devl@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/synfig-devl