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
AgeCommit message (Collapse)Author
2022-01-04Follow up to ↵YuSanka
https://github.com/prusa3d/PrusaSlicer/commit/229df98386e5bd9ba7e2006059ac7ac0c78a88be - fixed non-MSW builds
2022-01-04MSW specific: Highlight a focused buttonsYuSanka
Fix for #7564 - Button in focus is not highlighted anymore in PS 2.4 (accessibility issue)
2022-01-04Fixes for localization of the PrusaSlicer - 2.4.0YuSanka
* Added some missed phrases. * Added some missed files to the list.txt * Fix for https://github.com/prusa3d/PrusaSlicer/issues/7114 - Reword of the "Ask for unsaved changes..." * Fix for https://github.com/prusa3d/PrusaSlicer/issues/7542 - Added localization for default buttons Yes/No Note: For some default buttons/labels/dialogs/... is used localization in wxWidgets. But dictionaries have to contain this strings, otherwise texts wouldn't be localized. "wxWidgets/local" contains dictionaries for all this default phrases. So, a copy of this field is added as a "wx_local" field to the "resources/localization" field. And a "gettext_concat_wx_po_with_po" script is written to concatenate strings from wx_local/lang_code.po to resources/localization/lang_code/PrusaSlicer_lang_code.po. So, to create a MO file from updated PO we have to execute "gettext_concat_wx_po_with_po" and only then execute a "gettext_po_to_mo" script.
2022-01-04#7550 - Fixed error message when trying to import an invalid stl for ↵enricoturri1966
commands 'Reload from disk' and 'Replace with STL'
2022-01-03One more speedup of place on faceLukas Matena
2022-01-03Fix of slow place on face on complex models #7587Lukas Matena
2022-01-03Fixed conflicts after merge with dev branchenricoturri1966
2022-01-03Merge branch 'dev' of https://github.com/prusa3d/PrusaSlicer into et_color_classenricoturri1966
2021-12-23MSW specific: Highlight a focused buttonsYuSanka
Fix for #7564 - Button in focus is not highlighted anymore in PS 2.4 (accessibility issue)
2021-12-23Merge remote-tracking branch 'origin/master' into devYuSanka
2021-12-22Code refactoring for Highlighter classYuSanka
2021-12-22Options from the "Preferences" dialog added to the SearchYuSanka
Some code refactoring: * use GUI_App::open_preferences() on all places where it's needed * Preferences Dialog is an attribute of a ManeFrame class and created just ones during the MainFrame creation now. * Created class Highlighter. Use it in Preferences and Tab
2021-12-22Fixed warningenricoturri1966
2021-12-22Fixed build of test_color.cpp on non-Windows OSsenricoturri1966
2021-12-22Fixed warningenricoturri1966
2021-12-22Merge branch 'dev' of https://github.com/prusa3d/PrusaSlicer into et_color_classenricoturri1966
2021-12-22Tech ENABLE_COLOR_CLASSES - 1st installment -> Introduction of classes ↵enricoturri1966
ColorRGB and ColorRGBA to unify color data definition and manipulation
2021-12-21Fix of Can't add Filament in RC2 #7544Vojtech Bubnik
2021-12-21Fixed crash in send system info dialog due to empty prerelease string.Vojtech Bubnik
2021-12-20Follow-up to 942c6ea7d89a0473b4f2b5529c516316b0b44b6b - an assert is commented.YuSanka
Note: value can be equal to zero, when move.type==Travel
2021-12-20Non-MSW specific: Fixed a default focus for message dialogYuSanka
See https://twitter.com/ZMelmed/status/1472678454168539146
2021-12-20Follow-up to 2e250c1463c5d8e8bc94d0769e3e82d648e99e3bVojtech Bubnik
2f638058570197aa2832d0343148741ad6dbba6b The issue was caused by 2e250c1463c5d8e8bc94d0769e3e82d648e99e3b that did not do the binning of floating values well for small numbers, small numbers were rounded to zero. The new code now rounds to two significant digits similarly to sprintf(buf, "%.2g", value)
2021-12-20#7522 - Fixed toolpaths height calculation for ironing extrusion roleenricoturri1966
2021-12-17GUI_ObjectList: Get list of the loaded files before a taking of Undo/Redo ↵YuSanka
snapshot + Fixed localization for the "Post processing" description line
2021-12-17Merge remote-tracking branch 'origin/et_fix_7464' into devenricoturri1966
2021-12-17Merge branch 'dev' of https://github.com/prusa3d/PrusaSlicer into et_fix_7464et_fix_7464enricoturri1966
2021-12-17Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into devenricoturri1966
2021-12-16Follow-up to acee3ff1f98ddff7c3a97a72f97fa20c88b4440dVojtech Bubnik
Fixed crash when changing modifier type on a circular printbed
2021-12-16Fix for switch Dark/Light mode when preset settings are in separate dialog.YuSanka
Set new color for title bar, tab bar and all scroll bars for settings dialog
2021-12-16Fixed crash when changing modifier type on a circular printbedenricoturri1966
2021-12-16Fixed call to take_snapshot() in ObjectList::load_subobject()enricoturri1966
2021-12-15Importing newer config when starting the application:Vojtech Bubnik
Cache directory is newly deleted before it is imported from the newer config location. Linux specific: When asking for certificate directory, perform import of configs first.
2021-12-15UpdateDialogs: Fixed an alignment inside a GridSizer, when "Open changelog ↵YuSanka
page" is added.
2021-12-15Merge branch 'dev' of https://github.com/prusa3d/PrusaSlicer into et_color_classenricoturri1966
2021-12-15Refactoring of GLShaderProgram::set_uniform() methodsenricoturri1966
2021-12-15Fixed previous commitVojtech Bubnik
2021-12-15If taking configuration snapshot before importing newer configuration fails,Vojtech Bubnik
offer to stop importing configuration.
2021-12-15Delete existing vendors before importing newer vendors, as the existingVojtech Bubnik
vendors may not be referenced by newer PrusaSlicer.ini imported.
2021-12-15Fix for #7496 - Dark-mode selection highlightYuSanka
2021-12-15Fixing previous commit on AppConfig and loading newer configuration.Vojtech Bubnik
2021-12-15Some improvements to copying of newer configuration to current folder:Vojtech Bubnik
1) Less context is kept in GUI_App. 2) Copying is not being done if loading current PrusaSlicer.ini fails 3) AppConfig (PrusaSlicer.ini) is saved first after the newer configuration is installed.
2021-12-15MsgDialog: Fix for scale of the message size, when mainframe wasn't created ↵YuSanka
yet but InfoDialog is shown
2021-12-15Bugfix: Loading of AppConfig from an alternate locations.Vojtech Bubnik
2021-12-15Initialize fonts before first UI actionYuSanka
2021-12-15Revert of the ↵YuSanka
https://github.com/prusa3d/PrusaSlicer/commit/8b3e4136338c5e758ed0f0d4ccbb66fb5e4a911f, which was caused the issue #7498
2021-12-14MsgDialog: Fixed text color under non-MSW platformsYuSanka
2021-12-14Merge branch 'master' into devLukas Matena
2021-12-14Follow-up ↵YuSanka
https://github.com/prusa3d/PrusaSlicer/commit/6d2efe29a4ad57f57d19878d64de5acc08827e92 - Call wxInitAllImageHandlers() before any UI actions to avoid "No image handler..." warnings. + Deleted unnecessary app_config->save() call
2021-12-14Bumped up version to release candidate,Vojtech Bubnik
changed the configuration directory from beta to final.
2021-12-14Localization: Updated dictionaries for CS, DE, ES, FR, IT, NL, PLYuSanka
+ GUI_App.cpp: Set language, color mode and initialization of image handlers before a call of check_older_app_config()