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-13Fix of compilation on OSX and Linux, update of camera after 3D mousebubnikv
disconnect moved to the main thread.
2020-03-13Windows specific refactoring of Mouse3DController and RemovableDriveManager.bubnikv
PrusaSlicer newly registers by Windows operating system for HID USB plug / unplug notifications and for Volume attach / detach notifications, and the background threads of the two respective services are waken up on these Windows notifications. The RemovableDriveManager also wakes up every 30 seconds to cope with the drives ejected from Windows Explorer or from another application, for example Cura, for which Windows OS does not send out notifications.
2020-03-12Follow-up on 550e5c2fbb3a5151e18b573f246fa78dcef8e964bubnikv
Fixed some spurious moves of data that should have not been moved.
2020-03-12info message - ejecting of sd/flash has failedDavid Kocik
2020-03-12RemovableDriveManager: not calling update from status() David Kocik
Update was called too often on main thread mostly from status() causing delays
2020-03-12Improvement in the RemovableDriveManager update function:bubnikv
Don't call the update() if it is already running. Wait for the other instance to finish instead.
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
hopefully a fix for issue #3793
2020-03-09Forced SD card / USB drive eject now sends out the event immediatelybubnikv
on Windows as well as on Unix platforms including OSX.
2020-03-09Reworked the eject on unix systems to wait for the return of thebubnikv
system call to the command line utility and send out the unmount wxWidgets event immediately. Hopefully improves 2.2.0-RC Eject is very slow in Linux (#3795)
2020-03-07Fixed crash on switching the application language.version_2.2.0-rc2bubnikv
This crash was caused by the RemovableDriveManager and 3DConnexion detection services not being stopped correctly. The fix executes all the tasks of the MainFrame at the language switch, that are normally performed on application shut down.
2020-03-07Fixed crash on removable device plug in event due to recentbubnikv
RemovableDriveManager refactoring.
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-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
as various unices define basename() differently.
2020-01-03Const correctness improvements:bubnikv
removed some unnecessary const_casts that remove const.
2019-12-19boost::filesystem instead std::David Kocik
2019-12-19Merge branch 'dk_remote_devices' of https://github.com/prusa3d/PrusaSlicer ↵David Kocik
into dk_remote_devices
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
2019-12-18bug fix - using two devicesDavid Kocik
2019-12-17macos device detectionSlic3rPE
2019-12-16verification of save pathDavid Kocik
2019-12-16macos first update bug fixDavid Kocik
2019-12-16correct beahvior when disconnecting device other way than button in slicerDavid Kocik
2019-12-13message box about succesful removalDavid Kocik
2019-12-13mergeDavid Kocik
2019-12-13prev commit linux partDavid Kocik
2019-12-13check if last path is on rem driveDavid Kocik
2019-12-13refactoringDavid Kocik
2019-12-13removable drives manager linux partDavid Kocik
2019-12-13removable drive manager - Windows partDavid Kocik
2019-12-13commentsDavid Kocik
2019-12-13button show after writeDavid Kocik
2019-12-13eject button after exportDavid Kocik
2019-12-13linux ejectDavid Kocik
2019-12-13macos ejectSlic3rPE
2019-12-13macos ejectSlic3rPE
2019-12-13eject button functionalityDavid Kocik
2019-12-13eject button functionalityDavid Kocik
2019-12-13eject button functionalityDavid Kocik