orcaslicer/src/slic3r/GUI
bubnikv d4ac4df21c Fixed crash on switching the application language.
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-07 12:24:53 +01:00
..
Gizmos Bugfix: SLA pad and supports were sometimes shown on instances that should have been hidden 2020-02-27 17:58:27 +01:00
2DBed.cpp
2DBed.hpp
3DBed.cpp ENABLE_6DOF_CAMERA set as default 2020-02-13 12:13:54 +01:00
3DBed.hpp ENABLE_6DOF_CAMERA set as default 2020-02-13 12:13:54 +01:00
3DScene.cpp ObjectDataViewModel is extracted from wxExtentions to the separated file 2020-02-02 22:22:40 +01:00
3DScene.hpp Implemented reload of original mesh volume in case the SLA hollowing 2020-02-03 15:17:18 +01:00
AboutDialog.cpp Copyright year incremented (AboutDialog, manifests) 2020-03-06 16:06:21 +01:00
AboutDialog.hpp
AppConfig.cpp Reworked the 3DConnexion interfacing code to run the device 2020-03-04 11:36:36 +01:00
AppConfig.hpp Reworked the 3DConnexion interfacing code to run the device 2020-03-04 11:36:36 +01:00
BackgroundSlicingProcess.cpp Fixed encoding in error messages sent from the backend 2020-03-06 16:06:21 +01:00
BackgroundSlicingProcess.hpp Platter->Plater 2020-01-20 11:16:49 -05:00
BedShapeDialog.cpp More polishing of translations 2020-02-27 14:11:20 +01:00
BedShapeDialog.hpp
BitmapCache.cpp ObjectDataViewModel is extracted from wxExtentions to the separated file 2020-02-02 22:22:40 +01:00
BitmapCache.hpp Added a missing include 2020-02-08 11:42:45 +01:00
BonjourDialog.cpp Fixing build against wxWidgets 3.0 2020-03-04 10:34:59 +01:00
BonjourDialog.hpp
ButtonsDescription.cpp
ButtonsDescription.hpp
Camera.cpp Renormalization of the camera rotation quaternion after each change 2020-03-03 13:47:10 +01:00
Camera.hpp Camera refactored to use quaternions primarily for processing 2020-02-28 13:29:05 +01:00
ConfigExceptions.hpp
ConfigManipulation.cpp Promote max_bridges_on_pillar to be a runtime parameter. 2020-03-02 12:43:00 +01:00
ConfigManipulation.hpp
ConfigSnapshotDialog.cpp Fixing build against wxWidgets 3.0 2020-03-04 10:34:59 +01:00
ConfigSnapshotDialog.hpp
ConfigWizard.cpp Fixing build against wxWidgets 3.0 2020-03-04 10:34:59 +01:00
ConfigWizard.hpp
ConfigWizard_private.hpp config wizard: enable finish button if only custom printer is selected 2020-02-17 15:57:16 +01:00
DoubleSlider.cpp Localization: 2020-03-05 07:49:05 +01:00
DoubleSlider.hpp DoubleSlider: Changed behavior of thumbs. New rule: Only active thumb is moving to the new place. 2020-02-14 16:44:49 +01:00
Event.hpp Refactoring of RemovableDriveManager: 2020-03-06 15:10:58 +01:00
ExtruderSequenceDialog.cpp
ExtruderSequenceDialog.hpp Implemented editing for extruder of existing ToolChangeCode tick 2020-01-23 16:11:21 +01:00
Field.cpp Fixing wxString::Format encoding mismatches (part 2) 2020-03-03 10:54:17 +01:00
Field.hpp WIP: Fixed some compilation issues on OSX, fixed some "override" vs. "virtual" 2020-03-04 12:48:04 +01:00
FirmwareDialog.cpp
FirmwareDialog.hpp
GLCanvas3D.cpp Disabled the 3DConnexion mouse scroll wheel spurious events filtering 2020-03-04 11:55:47 +01:00
GLCanvas3D.hpp ENABLE_SHOW_SCENE_LABELS set as default 2020-02-13 13:24:52 +01:00
GLCanvas3DManager.cpp Fixing wxString::Format encoding mismatches (part 2) 2020-03-03 10:54:17 +01:00
GLCanvas3DManager.hpp Workaround to remove crash when closing PrusaSlicer on OSX 10.9.5 2020-02-27 14:55:27 +01:00
GLSelectionRectangle.cpp 3Dconnexion devices translation linearly dependent on zoom 2020-01-16 10:17:07 +01:00
GLSelectionRectangle.hpp
GLShader.cpp Const correctness improvements: 2020-01-03 16:33:04 +01:00
GLShader.hpp
GLTexture.cpp ENABLE_MODIFIED_TOOLBAR_TEXTURES set as default 2020-02-13 09:50:06 +01:00
GLTexture.hpp
GLToolbar.cpp ENABLE_MODIFIED_TOOLBAR_TEXTURES set as default 2020-02-13 09:50:06 +01:00
GLToolbar.hpp ENABLE_MODIFIED_TOOLBAR_TEXTURES set as default 2020-02-13 09:50:06 +01:00
GUI.cpp Fixed localization issue of the "Removable media unmounted" message. 2020-02-29 12:03:07 +01:00
GUI.hpp Fixing build against wxWidgets 3.0 2020-03-04 10:34:59 +01:00
GUI_App.cpp Fixed crash on switching the application language. 2020-03-07 12:24:53 +01:00
GUI_App.hpp Refactoring of RemovableDriveManager: 2020-03-06 15:10:58 +01:00
GUI_ObjectLayers.cpp
GUI_ObjectLayers.hpp
GUI_ObjectList.cpp Fixing wxString::Format encoding mismatches (part 2) 2020-03-03 10:54:17 +01:00
GUI_ObjectList.hpp Fix of Crash when trying to select extruders for multiple parts (#3657) 2020-02-14 13:27:25 +01:00
GUI_ObjectManipulation.cpp
GUI_ObjectManipulation.hpp
GUI_ObjectSettings.cpp Fixing wxString::Format encoding mismatches (part 2) 2020-03-03 10:54:17 +01:00
GUI_ObjectSettings.hpp
GUI_Preview.cpp DoubleSlider:colored_band: Fixed get a correct color for extruder, when it's changed from Settings Tab 2020-02-14 09:52:27 +01:00
GUI_Preview.hpp Implemented editing for extruder of existing ToolChangeCode tick 2020-01-23 16:11:21 +01:00
GUI_Utils.cpp One more fix for Make compile and works for FreeBSD (#3556) 2020-02-18 10:15:41 +01:00
GUI_Utils.hpp
I18N.cpp
I18N.hpp Generalization of translate() / translate_utf8() to wxString arguments. 2020-02-24 15:23:43 +01:00
ImGuiWrapper.cpp ImGUI input_double wrapper for wxString label. 2020-02-21 12:17:46 +01:00
ImGuiWrapper.hpp ImGUI input_double wrapper for wxString label. 2020-02-21 12:17:46 +01:00
Job.hpp Add boilerplate for shader based csg 2019-12-20 12:25:44 +01:00
KBShortcutsDialog.cpp keyboard and file menu shortcuts for save to sd card and eject 2020-03-06 15:35:47 +01:00
KBShortcutsDialog.hpp New keyboard shortcuts dialog -> Scrollable pages and resizable dialog 2020-02-12 11:25:36 +01:00
LambdaObjectDialog.cpp
LambdaObjectDialog.hpp Fixing build against wxWidgets 3.0 2020-03-04 10:34:59 +01:00
MainFrame.cpp Fixed crash on switching the application language. 2020-03-07 12:24:53 +01:00
MainFrame.hpp Fixed crash on switching the application language. 2020-03-07 12:24:53 +01:00
MeshUtils.cpp Spiral vase improvements and bugfixes. 2020-02-08 21:36:43 +01:00
MeshUtils.hpp
Mouse3DController.cpp Refactoring of RemovableDriveManager: 2020-03-06 15:10:58 +01:00
Mouse3DController.hpp Fixed uninitialized "Connected" flag of the Mouse3DController 2020-03-06 15:12:39 +01:00
Mouse3DHandlerMac.mm WIP: Fixed some compilation issues on OSX, fixed some "override" vs. "virtual" 2020-03-04 12:48:04 +01:00
MsgDialog.cpp Fix of #3775 - wrong background color in ErrorDialog on macOS Sierra 2020-03-05 13:21:26 +01:00
MsgDialog.hpp
ObjectDataViewModel.cpp Linux issue: fixed Object's DnD with sub items 2020-02-20 14:19:00 +01:00
ObjectDataViewModel.hpp Linux issue: fixed Object's DnD with sub items 2020-02-20 14:19:00 +01:00
OptionsGroup.cpp Fixed 2 bugs : 2020-03-05 08:16:31 +01:00
OptionsGroup.hpp DoubleSlider: Suppressed manipulation for sequential print. 2020-02-14 09:52:27 +01:00
Plater.cpp Merge branch 'ys_detach_btn' 2020-03-06 17:41:43 +01:00
Plater.hpp Refactoring of RemovableDriveManager: 2020-03-06 15:10:58 +01:00
Preferences.cpp ENABLE_6DOF_CAMERA set as default 2020-02-13 12:13:54 +01:00
Preferences.hpp Modified layout of preferences dialog 2020-01-16 11:08:19 +01:00
Preset.cpp WIP Detaching of system profiles and user profiles derived from system profiles. 2020-03-06 17:41:00 +01:00
Preset.hpp WIP Detaching of system profiles and user profiles derived from system profiles. 2020-03-06 17:41:00 +01:00
PresetBundle.cpp Fixed : 2020-03-06 14:22:14 +01:00
PresetBundle.hpp Various changes in handling of profile compatiblilities 2020-02-27 11:44:12 +01:00
PresetHints.cpp Partial fix of v2.2.0 alpha2 Unhandled exception - extrusion width #3482 2020-02-18 12:26:56 +01:00
PresetHints.hpp Implemented top_solid_min_thickness / bottom_solid_min_thickness. 2020-02-05 16:53:48 +01:00
PrintHostDialogs.cpp Fixing wxString::Format encoding mismatches (part 3) 2020-03-03 10:54:17 +01:00
PrintHostDialogs.hpp
ProgressIndicator.hpp Separate Job, ProgressStatusBar and ProgressIndicator 2019-12-16 11:07:43 +01:00
ProgressStatusBar.cpp Separate Job, ProgressStatusBar and ProgressIndicator 2019-12-16 11:07:43 +01:00
ProgressStatusBar.hpp Separate Job, ProgressStatusBar and ProgressIndicator 2019-12-16 11:07:43 +01:00
RammingChart.cpp
RammingChart.hpp
RemovableDriveManager.cpp Fixed crash on switching the application language. 2020-03-07 12:24:53 +01:00
RemovableDriveManager.hpp Refactoring of RemovableDriveManager: 2020-03-06 15:10:58 +01:00
RemovableDriveManagerMM.h macos device detection 2019-12-17 13:08:17 +01:00
RemovableDriveManagerMM.mm Refactoring of RemovableDriveManager: 2020-03-06 15:10:58 +01:00
Selection.cpp Fixing build against wxWidgets 3.0 2020-03-04 10:34:59 +01:00
Selection.hpp
SysInfoDialog.cpp
SysInfoDialog.hpp
Tab.cpp Polished the new "detach preset from the system preset" messages. 2020-03-07 10:26:40 +01:00
Tab.hpp WIP Detaching of system profiles and user profiles derived from system profiles. 2020-03-06 17:41:00 +01:00
UpdateDialogs.cpp Fixing wxString::Format encoding mismatches (part 3) 2020-03-03 10:54:17 +01:00
UpdateDialogs.hpp configuration updater 2020-02-04 15:27:11 +01:00
WipeTowerDialog.cpp ObjectDataViewModel is extracted from wxExtentions to the separated file 2020-02-02 22:22:40 +01:00
WipeTowerDialog.hpp
wxExtensions.cpp Fixing build against wxWidgets 3.0 2020-03-04 10:34:59 +01:00
wxExtensions.hpp Manually merged Korean translation by @ulsanether 2020-02-10 20:13:48 +01:00
wxinit.h