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 (Expand)Author
2022-03-23Fixes after CRDavid Kocik
2022-03-23app updater featureDavid Kocik
2021-12-03Windows specific: Only start the 3rd party updater applicationVojtech Bubnik
2021-11-12Localization fixes + new POTYuSanka
2021-11-10Changes in notifying about new releases.David Kocik
2021-10-18SendSystemInfo: Use GET instead of ping to check internet connectionLukas Matena
2021-10-13Preferences: notify_relese option with Choice type Field.David Kocik
2021-10-11Check version string for alpha and beta release versions.David Kocik
2021-09-22Check unsaved changes (#6991)Oleksandra Yushchenko
2021-08-13Improved error handling when installing configuration updates:Vojtech Bubnik
2021-08-13If configuration update is available, show Dialog with information about it b...YuSanka
2021-08-13Fixed loading of system presets with incompatible system profile keysVojtech Bubnik
2021-06-28fix of #6588 - using same copy function for updating presets as for exporting...David Kocik
2021-06-27Support for forward compatibility of configurations, user and systemVojtech Bubnik
2021-02-08Fixing Clang warnings 1Lukas Matena
2020-12-17Revert recent changes in PresetUpdater error reportingLukas Matena
2020-12-16Changed requested time of rendering for timed notification to full duration. ...David Kocik
2020-12-16Localization: Updated PrusaSlicer.pot and CZ dictionaryYuSanka
2020-12-16render timerDavid Kocik
2020-12-16render timer draftDavid Kocik
2020-12-14PresetUpdater - exceptions reformatted, not throwing an exceptionVojtech Bubnik
2020-12-10Improved exception throwing at copy file in preset updaterDavid Kocik
2020-11-30Removed GLCanvas3D from parameters of NotificationManager methodsenricoturri1966
2020-10-24Follow-up toVojtech Bubnik
2020-10-17Merge pull request #4213 from onovy/httpsVojtěch Bubník
2020-10-14WIP Review of NotificationManager: Fixed some typos, added some comments.Vojtech Bubnik
2020-08-06Merge remote-tracking branch 'origin/master' into ys_ph_printersYuSanka
2020-08-03Notifications & warning dialogDavid Kocik
2020-06-16Preset and PresetBundle are moved to the _libslic3r_ folderYuSanka
2020-05-27Includes cleanup:Lukas Matena
2020-05-07Use https in config update URLsOndřej Nový
2020-04-01Yet another missing include that windows compiler did not mind.bubnikv
2020-04-01Slic3r::format(), Slic3r::GUI::format_wxstr():bubnikv
2020-03-24Merge branch 'master' into devLukas Matena
2020-03-12Fixed formatting error in preset update from the net.bubnikv
2020-03-03Fixed some more warningsLukas Matena
2020-03-03Fixing wxString::Format encoding mismatches (part 3)Lukas Matena
2020-02-21GUI::show_error() is now generalized for std::string and const char*bubnikv
2020-02-05updating preset bundle bug fix: if forced update - does not check snapshotsDavid Kocik
2020-02-04Replaced unsafe use of dx_url.substr(0, 54) with boost::starts_withbubnikv
2020-02-04configuration updaterDavid Kocik
2019-12-10Fixed update logic to support newer index downloaded from the internetbubnikv
2019-12-05Fix of an application update situation, where the profiles werebubnikv
2019-09-17WIP: ConfigWizard: 3rd party bundle installation roughly doneVojtech Kral
2019-09-17Move ConfigWizard instance in GUI_App, lazy-initialized,Vojtech Kral
2019-09-16PresetUpdater: Fix: Sanitize downloadedsemver, fix #2927Vojtech Kral
2019-08-20ConfigWizard: Fix: Snapshot not being taken on user-requested Wizard runVojtech Kral
2019-08-19Refactor: Move Semver from slice3r to libslic3rVojtech Kral
2019-08-19PresetUpdater: Fix index installation having broken incompatibility checkVojtech Kral
2019-07-01PresetUpdater: Fix: Index installed too earlyVojtech Kral