Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/xs
AgeCommit message (Expand)Author
2018-02-20Fixed wrong saving of "percent or millimeters" parametersYuSanka
2018-02-20Language configuration is saved now in AppConfig instead of wxConfig.YuSanka
2018-02-19Completed translation to Ukrainian.YuSanka
2018-02-19Updated TextCtrl::BUILD()YuSanka
2018-02-19Merge remote-tracking branch 'origin/master' into gui_translate_to_cppYuSanka
2018-02-19Fixed set_value() bug. Fixed Infill density.YuSanka
2018-02-16Error messages in parsing variables (#722)fsantini
2018-02-16Fix porting Tab.title() from cpp to PerlYuSanka
2018-02-16Escape from try/catch in Tab and OptionsGroupYuSanka
2018-02-15Merge remote-tracking branch 'origin/gui_translate_to_cpp'bubnikv
2018-02-15Removed the Perl Tab & BedDialog as they were replaced by their C++bubnikv
2018-02-15Merged the C++ port of the GUI Tabs / OptionGroup / Option classesbubnikv
2018-02-15Thanks @stelgenhof Corrected units of measure that had exponents displayed wi...YuSanka
2018-02-15Marked string used at localization.YuSanka
2018-02-15Merge remote-tracking branch 'remotes/origin/3mf_io'bubnikv
2018-02-15Delayed loading of the opengl texture for the G-code preview legend,bubnikv
2018-02-15Added logging of the G-code export.bubnikv
2018-02-14Fixed compilation issues caused by the previous commitsbubnikv
2018-02-14GCode/PreviewData.cpp,hpp has been split from GCode/Analyzer.cpp,hppbubnikv
2018-02-14Removed the GCodePreviewData from the Print class, it does not belong here,bubnikv
2018-02-14Split the GCodePreviewData from the GCodeAnalyzer,bubnikv
2018-02-14AMF I/O - Fixed error messagesEnrico Turri
2018-02-14AMF I/O - Embedded config data + zip formattingEnrico Turri
2018-02-13Re-enabled $combochecklist_features->UseAltPopupWindow(), without thisbubnikv
2018-02-13Marked all informative strings by macros _L and _LU8.YuSanka
2018-02-133mf - Fixed include for Linux buildEnrico Turri
2018-02-133mf import/export of config dataEnrico Turri
2018-02-13Merge branch 'master' into gcode_previewbubnikv
2018-02-13Fixed Issue #478YuSanka
2018-02-13GCode Preview - Customizable extrusion role colors by editing 3DPreview.pmEnrico Turri
2018-02-13Merge branch 'master' of https://github.com/prusa3d/Slic3rversion_1.40.0-alphaversion_1.39.1-betabubnikv
2018-02-13Fix of "Crash while trying to slice with a raft" #686bubnikv
2018-02-13Fixed crash when importing .prusa filesEnrico Turri
2018-02-12Synchronized the GCodeSender with the upstream Slic3r, thanks @alexrj.bubnikv
2018-02-12Fix of https://github.com/prusa3d/Slic3r/issues/709bubnikv
2018-02-12Changed the Slic3r coordinate type from long to int32 to matchbubnikv
2018-02-12Clipper should always throw clipperExceptions, not strings.bubnikv
2018-02-12Fix of https://github.com/prusa3d/Slic3r/issues/707bubnikv
2018-02-12Fixed wrong filling of TextControl, when value is double.YuSanka
2018-02-12GCode Preview - Added objects and wipe tower transparent shellsEnrico Turri
2018-02-12Save language preset.YuSanka
2018-02-09Fix biuld on Linux a OSXYuSanka
2018-02-09Implemented Application recreate after changing of language.YuSanka
2018-02-083mf Exporter - 1st installmentEnrico Turri
2018-02-08Added menu item for selection of application language from the list of instal...YuSanka
2018-02-07First steps for implementing localizationYuSanka
2018-02-07GCode Preview - Coloring by toolEnrico Turri
2018-02-06Deleted on more EVT_NOTEBOOK_PAGE_CHANGE hangling of TabPanelYuSanka
2018-02-06GCode Preview - Legend texture shown only when gcode is availableEnrico Turri
2018-02-05First experiments with wxLocaleYuSanka