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

github.com/supermerill/SuperSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-03-06Refactoring of RemovableDriveManager:bubnikv
1) On Windows and Linux, the device enumeration now runs at a background thread, while it ran on the UI thread on idle, which may have been blocking on some rare Windows setups, see GH #3515 #3733 #3746 #3766 2) On OSX, the device enumeration now relies on OS callback, no polling is required. 3) Refactored for cleaner interface.
2020-02-04configuration updaterDavid Kocik
forced update dialog check for updates button check address when downloading bundles
2019-12-18Implemented function to get an icon name considering to OS color modeYuSanka
For a Dark mode we start to looking of icons in folder "white" Added missed "white" icons
2019-12-03Fixes into ENABLE_THUMBNAIL_GENERATOR_DEBUGEnrico Turri
2019-10-29Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into ↵Enrico Turri
et_plater_thumbnail
2019-10-29Fixed several warningsLukas Matena
2019-10-25ENABLE_THUMBNAIL_GENERATOR -> Thumbnail data saved into gcode using base64 ↵Enrico Turri
encoding + debug code to extract thumbnails from gcode
2019-09-17WIP: ConfigWizard: 3rd party bundle installation roughly doneVojtech Kral
2019-09-17Move ConfigWizard instance in GUI_App, lazy-initialized,Vojtech Kral
add filament/material installation item in Sidebar combo boxes
2019-08-29Improvement of selection of language / dictionaries.bubnikv
When switching the languages, if the newly selected dictionary is "compatible" with the system best language or user's locale, then the system best language locale or user's locale is activated, not the locale connected to the dictionary.
2019-08-29Reworked selection of locales and translation dictionaries.bubnikv
Slicer now tries to heed user's locales, also it tries to switch to the language recommended by the operating system (Windows & OSX specific).
2019-08-28Reworked switching of the language:bubnikv
1) Language is
2019-07-30Merge remote-tracking branch 'remotes/origin/et_custom_bed'bubnikv
2019-07-29When accessing the localized web pages provided by Prusa Research,bubnikv
only those language codes are now passed to the Prusa Research web server, which are currently supported. For example, there is no web page for "en_UK", the "en_UK" code will be translated to "en_US".
2019-07-19Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into ↵Enrico Turri
et_custom_bed
2019-07-18Storing the active printer technology onto the Undo / Redo stack,bubnikv
remembering the last selected Printer profile for the SLA and FDM technologies separately, and activating them on Undo / Redo. When switching the technologies, user is asked whether to discard the modified profiles or not.
2019-07-18Added selection of custom bed texture to bed shape dialogEnrico Turri
2019-07-17WIP: Undo / Redo memory limiting by releasing the least recentlybubnikv
used snapshots. Memory limit set to 10% of physical system memory.
2019-06-29Merge remote-tracking branch 'origin/master' into ys_new_featuresYuSanka
2019-06-27Removed memory leaks due to GUI_App::app_config, GUI_App::preset_bundle and ↵Enrico Turri
GUI_App::preset_updater not being deleted
2019-06-05Merge remote-tracking branch 'origin/master' into ys_new_featuresYuSanka
2019-06-03Fixed a bug with a "gear" button near the filament preset (part of #2440)YuSanka
2019-05-28Implemented ObjectLayers classYuSanka
+ some code refactoring
2019-05-22Implemented a possibility to set a custom toolbars icon size (related to ↵YuSanka
#2247 and same others)
2019-05-17Revert "Fix double wizard on incompatible bundle"Vojtech Kral
This reverts commit 9c288df1b60c0f45eaee8eb16becfdae871fc8f8.
2019-05-17Fix double wizard on incompatible bundleVojtech Kral
2019-05-15File->Open Project allows to load .amf filesEnrico Turri
2019-05-13Updated Help menu items to open localized web pages.bubnikv
Updated links to PrusaSlicer-settings.
2019-05-10Application will pick translation dictionaries based on the system default ↵bubnikv
language on first start of Slic3r. Updated help menu (removed reference to the upstream manual) Fixed some OpenGL assert due to glOrtho being called with zero Z span.
2019-05-10Merge remote-tracking branch 'remotes/origin/vk-bugfixes'bubnikv
2019-05-06Merge branch 'master' of https://github.com/prusa3d/Slic3rbubnikv
2019-05-06Improvements of High DPI scaling on Windows.bubnikv
2019-05-06Refactor language switch, infer user's language on fresh startupVojtech Kral
2019-05-06Prompt language selection on fresh startupVojtech Kral
2019-05-03Associate 3mf files on WindowsEnrico Turri
2019-04-29MainFrame: Maximize by default (at first start)Vojtech Kral
2019-04-29Detect dank mode on Mac OSVojtech Kral
2019-04-25Merge remote-tracking branch 'origin/ys_msw_dpi'YuSanka
2019-04-24GUI_App: Add a language code getterVojtech Kral
2019-04-18Overrided on_dpi_changed() for some Dialogs:YuSanka
BedShapeDialog, KBShortcutsDialog, ConfigWizard, Preferences
2019-04-16Fixed crash of build under OSX and Linux.YuSanka
+ Added flag to control if application rescale is possible
2019-04-14Application Scaling for MSW: Next big stepYuSanka
- Added rescale() function for the most of controls - Created PrusaBitmap and PrusaButton classes like a wrap to wxBitmap and wxButton accordingly
2019-04-09GUI_App: Refactor exception handlingVojtech Kral
2019-03-20Merge remote-tracking branch 'origin/ys_preset_edit_buttons' into ys_comboboxesYuSanka
2019-03-19Some improvementsYuSanka
2019-03-18Performance fix of rendering of the parameter tabs on Windows:bubnikv
Disabled Windows Vista themes for the wxNotebook.
2019-03-18Removed technology ENABLE_IMGUILukas Matena
2019-02-20Merge remote-tracking branch 'origin/ys_hdpi'bubnikv
2019-02-15PresetUpdater: Don't fail as hard if version not found in index #1821Vojtech Kral
GUI_App: Add OnExceptionInMainLoop handler
2019-02-06Merge remote-tracking branch 'origin/master' into ys_hdpiYuSanka