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
2021-09-22Fix of #3969 (crash if $USER is not set)Lukas Matena
2021-06-23drop deprecated TBB components (#6590)Roman Beránek
2021-03-15Checking for removable media on Chrome OS.Vojtech Bubnik
2021-03-15Worked around some quirky Linux file system issues. NamelyVojtech Bubnik
2021-03-15Detecting platform, namely reading /proc/version to detect Chromium OS.Vojtech Bubnik
2021-03-15Further ChromeOS support: Detect removable media mounted through ChromeOSVojtech Bubnik
2021-02-09Fixing compiler warnings: Fixed broken Linux build.Vojtech Bubnik
2021-02-09Fixed some clang warningsVojtech Bubnik
2021-01-07Fix of Ejecting of device has failed on Ubuntu Linux #3975Vojtech Bubnik
2021-01-07Fixed compilation on OSXVojtech Bubnik
2021-01-07Fix of previous commit for OSXVojtech Bubnik
2021-01-07Fix of previopus commutVojtech Bubnik
2021-01-07Fixing the SD card eject issue on OSX by pushing the call toVojtech Bubnik
2020-12-22Added error-checking for child.wait() call during removable drive ejection (t...David Kocik
2020-12-02error_code in boost::filesystem::space to ensure the drive exists. Fix of #5354david kocik
2020-11-19eject debug logDavid Kocik
2020-11-04New Export Finished notification showing path and opening containing folder. ...David Kocik
2020-07-26Showing Eject button only after exporting is finished. Fix of #4212David Kocik
2020-03-27Win32 specific: Using SHChangeNotifyRegister to get notificationsbubnikv
2020-03-26Fix of PrusaSlicer trying to access my floppy disk (A:\)bubnikv
2020-03-13Windows do not send an update on insert / eject of an SD card intobubnikv
2020-03-13Fix of compilation on OSX and Linux, update of camera after 3D mousebubnikv
2020-03-13Windows specific refactoring of Mouse3DController and RemovableDriveManager.bubnikv
2020-03-12Follow-up on 550e5c2fbb3a5151e18b573f246fa78dcef8e964bubnikv
2020-03-12info message - ejecting of sd/flash has failedDavid Kocik
2020-03-12RemovableDriveManager: not calling update from status() David Kocik
2020-03-12Improvement in the RemovableDriveManager update function:bubnikv
2020-03-10ejecting sd card/flash drives with boost::process::child on mac/linuxDavid Kocik
2020-03-09enumarating removable drives on mac - added Secure Digital optionDavid Kocik
2020-03-09Forced SD card / USB drive eject now sends out the event immediatelybubnikv
2020-03-09Reworked the eject on unix systems to wait for the return of thebubnikv
2020-03-07Fixed crash on switching the application language.version_2.2.0-rc2bubnikv
2020-03-07Fixed crash on removable device plug in event due to recentbubnikv
2020-03-06Refactoring of RemovableDriveManager:bubnikv
2020-02-06linux/osx bug fix checking file pathSlic3rPE
2020-01-22adding constantness & removing unused codeDavid Kocik
2020-01-21removable drive manager bug fixes linuxDavid Kocik
2020-01-21removable drive manager bug fixesDavid Kocik
2020-01-21callback for showing action buttons when device is connected/disconnectedDavid Kocik
2020-01-21button for exporting gcode to harddriveDavid Kocik
2020-01-06Trying to fix Linux compilationbubnikv
2020-01-06Replaced unix basename() with boost::filesystem::basename(),bubnikv
2020-01-03Const correctness improvements:bubnikv
2019-12-19boost::filesystem instead std::David Kocik
2019-12-19Merge branch 'dk_remote_devices' of https://github.com/prusa3d/PrusaSlicer in...David Kocik
2019-12-19free space check linux + macDavid Kocik
2019-12-19changes in plater.cppDavid Kocik
2019-12-19ommit last filename when checking if path is on driveDavid Kocik
2019-12-19is path on removable driveDavid Kocik
2019-12-18set_did_eject methodDavid Kocik