PrusaSlicer-NonPlainar/lib/Slic3r/GUI
bubnikv f5160b7a72 Fixed "Slic3r crashes when sending STLs with special characters to the printer"
https://github.com/prusa3d/Slic3r/issues/597
The "Send to OctoPrint" function will now send the file name encoded
in UTF-8, so the file name will not get mangled.

The C++ Slic3r::encode_path() function was returning a string to Perl,
which was marked as UTF-8. This has been fixed, now encode_path() returns
a plain Perl string.

Added path_to_filename, path_to_stem, path_to_extension, path_to_parent_path
Perl wrappers to boost::filesystem::path splitting functionality
to be able to split UTF-8 encoded files on Windows correctly.
2017-12-21 16:56:33 +01:00
..
Controller Looks like the reworked C++ preferences start to work again. 2017-11-02 16:21:34 +01:00
OptionsGroup Looks like the reworked C++ preferences start to work again. 2017-11-02 16:21:34 +01:00
Plater New hot key for auto arrange: 'a'. 2017-11-30 17:45:03 +01:00
2DBed.pm Reduced the content of Geometry.pm, removed unused Perl subroutines. 2017-07-19 10:45:39 +02:00
3DScene.pm When the legacy OpenGL 1.2 is enforced, suppress anti aliasing as well. 2017-12-12 20:47:36 +01:00
AboutDialog.pm Another step towards C++ presets. 2017-10-25 12:53:31 +02:00
BedShapeDialog.pm Unicode handling: 2017-08-03 17:31:31 +02:00
BonjourBrowser.pm Documented the purpose of various perl modules. 2016-09-14 11:22:41 +02:00
ConfigWizard.pm Implemented a "Reset user profile" on the first page of the configuration 2017-12-19 19:51:22 +01:00
Controller.pm Updated Controller after the presets C++ port. 2017-11-02 21:51:06 +01:00
MainFrame.pm Improved loading of the config wizard results. 2017-12-20 11:28:16 +01:00
Notifier.pm Another step towards C++ presets. 2017-10-25 12:53:31 +02:00
OptionsGroup.pm Removed the 'simple' mode. 2017-06-14 11:48:08 +02:00
Plater.pm Fixed "Slic3r crashes when sending STLs with special characters to the printer" 2017-12-21 16:56:33 +01:00
Preferences.pm When the legacy OpenGL 1.2 is enforced, suppress anti aliasing as well. 2017-12-12 20:47:36 +01:00
ProgressStatusBar.pm Documented the purpose of various perl modules. 2016-09-14 11:22:41 +02:00
SystemInfo.pm System Info dialog made nicer. 2017-02-19 19:08:58 +01:00
Tab.pm Grey out the compatible_printers_condition edit field in case 2017-12-20 13:32:02 +01:00