Lukas Matena 
								
							 
						 
						
							
							
							
							
								
							
							
								86b258f727 
								
							 
						 
						
							
							
								
								Fixed many warnings in following files:  
							
							... 
							
							
							
							src/slic3r/Config/Snapshot.cpp
src/slic3r/GUI/Field.cpp
src/slic3r/GUI/GLToolbar.cpp
src/slic3r/GUI/GUI_ObjectList.cpp
src/slic3r/GUI/GUI_ObjectList.hpp
src/slic3r/GUI/Plater.cpp
src/slic3r/GUI/Plater.hpp
src/slic3r/GUI/PresetBundle.cpp
src/slic3r/GUI/Tab.cpp
src/slic3r/GUI/wxExtensions.cpp 
							
						 
						
							2019-09-10 12:08:43 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Enrico Turri 
								
							 
						 
						
							
							
							
							
								
							
							
								d0513fc2da 
								
							 
						 
						
							
							
								
								Fixed update of application's title bar when trying to import a non compatible .3mf or .amf project  
							
							
							
						 
						
							2019-09-02 15:15:28 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									bubnikv 
								
							 
						 
						
							
							
							
							
								
							
							
								6adebb9c78 
								
							 
						 
						
							
							
								
								When synchronizing the front end with the back end after Undo / Redo  
							
							... 
							
							
							
							jump, postpone error messages, so they are displayed after
the Undo / Redo jump has been fully performed.
Otherwise there would be a message box opening, taking over the message
queue, and possibly performing actions as rendering on an inconsistent
application state. 
							
						 
						
							2019-08-23 15:53:45 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Enrico Turri 
								
							 
						 
						
							
							
							
							
								
							
							
								58473f84ee 
								
							 
						 
						
							
							
								
								Check for existence of gcode toolpaths that can be exported to obj file  
							
							
							
						 
						
							2019-08-20 11:33:58 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Enrico Turri 
								
							 
						 
						
							
							
							
							
								
							
							
								1f6aab312b 
								
							 
						 
						
							
							
								
								1st installment of export of gcode toolpaths to obj file  
							
							
							
						 
						
							2019-08-20 09:01:09 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									bubnikv 
								
							 
						 
						
							
							
							
							
								
							
							
								30d4bfd410 
								
							 
						 
						
							
							
								
								New Undo / Redo stack for the gizmos. The Gizmo specific stack is  
							
							... 
							
							
							
							entered with Plater::enter_gizmos_stack(), and left with
Plater::enter_gizmos_stack(). Other than that, the 2nd Undo / Redo
stack is transparent to the user of the Plater.
WIP: Currently the Gizmo stack takes a snapshot of the whole scene on
Plater::enter_gizmos_stack(). While it should work, it may be cheaper
to modify the Undo/Redo stack to only take a snapshot of the gizmos
in the Gizmo mode. 
							
						 
						
							2019-07-26 13:44:33 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									enricoturri1966 
								
							 
						 
						
							
							
							
							
								
							
							
								b60b44ed5e 
								
							 
						 
						
							
							
								
								Added additional tooltip to toolbar items and use it for undo/redo items  
							
							
							
						 
						
							2019-07-20 14:03:34 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									bubnikv 
								
							 
						 
						
							
							
							
							
								
							
							
								2de6d95322 
								
							 
						 
						
							
							
								
								Memory statistics (total memory, memory usage, Undo / Redo stack size)  
							
							... 
							
							
							
							into the System INfo dialog. 
							
						 
						
							2019-07-19 11:12:38 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									bubnikv 
								
							 
						 
						
							
							
							
							
								
							
							
								3a74e7ab69 
								
							 
						 
						
							
							
								
								WIP: Undo / Redo memory limiting by releasing the least recently  
							
							... 
							
							
							
							used snapshots. Memory limit set to 10% of physical system memory. 
							
						 
						
							2019-07-17 15:48:53 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									bubnikv 
								
							 
						 
						
							
							
							
							
								
							
							
								ab7ecc1819 
								
							 
						 
						
							
							
								
								Merge remote-tracking branch 'remotes/origin/vb_undo_redo'  
							
							
							
						 
						
							2019-07-15 11:34:18 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Enrico Turri 
								
							 
						 
						
							
							
							
							
								
							
							
								de88db5918 
								
							 
						 
						
							
							
								
								#2616  - Added Recent projects item to File menu  
							
							
							
						 
						
							2019-07-12 15:36:01 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									YuSanka 
								
							 
						 
						
							
							
							
							
								
							
							
								a6a5b94155 
								
							 
						 
						
							
							
								
								Added suppress_snapshots() and allow_snapshots() for avoid of excess "snapshoting"  
							
							
							
						 
						
							2019-07-11 16:00:01 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									YuSanka 
								
							 
						 
						
							
							
							
							
								
							
							
								f985f5190c 
								
							 
						 
						
							
							
								
								Completed undo/redo from a toolbar  
							
							
							
						 
						
							2019-07-09 20:45:00 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									YuSanka 
								
							 
						 
						
							
							
							
							
								
							
							
								1347e655c2 
								
							 
						 
						
							
							
								
								Next improvements of an undo/redo from a toolbar  
							
							
							
						 
						
							2019-07-09 19:39:36 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									YuSanka 
								
							 
						 
						
							
							
							
							
								
							
							
								7b6229289d 
								
							 
						 
						
							
							
								
								Added undo/redo to the "Edit" menu  
							
							
							
						 
						
							2019-07-08 10:57:35 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									bubnikv 
								
							 
						 
						
							
							
							
							
								
							
							
								c7cc760067 
								
							 
						 
						
							
							
								
								Merge remote-tracking branch 'origin/master' into vb_undo_redo  
							
							
							
						 
						
							2019-07-04 20:22:15 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									bubnikv 
								
							 
						 
						
							
							
							
							
								
							
							
								5a2ace1a6e 
								
							 
						 
						
							
							
								
								WIP Undo / Redo: First Undo in the history of PrusaSlicer!  
							
							
							
						 
						
							2019-07-04 10:45:41 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									bubnikv 
								
							 
						 
						
							
							
							
							
								
							
							
								5e846112ee 
								
							 
						 
						
							
							
								
								WIP UndoRedo: Added Undo/Redo stack, added Platter::take_snapshot(),  
							
							... 
							
							
							
							experimental snapshots on loading STLs and increasing / decreasing
model instances. 
							
						 
						
							2019-07-02 16:42:23 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Enrico Turri 
								
							 
						 
						
							
							
							
							
								
							
							
								90daffccf2 
								
							 
						 
						
							
							
								
								View dependent order of rendering for layers editing visual hints to keep the correct transparency  
							
							
							
						 
						
							2019-07-02 15:49:18 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									YuSanka 
								
							 
						 
						
							
							
							
							
								
							
							
								1525a864c5 
								
							 
						 
						
							
							
								
								Merge remote-tracking branch 'origin/master' into ys_new_features  
							
							
							
						 
						
							2019-06-26 13:33:05 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									YuSanka 
								
							 
						 
						
							
							
							
							
								
							
							
								ac82cbe0cc 
								
							 
						 
						
							
							
								
								Fix of  #2548  
							
							
							
						 
						
							2019-06-26 09:48:52 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									YuSanka 
								
							 
						 
						
							
							
							
							
								
							
							
								daac165a44 
								
							 
						 
						
							
							
								
								Merge remote-tracking branch 'origin/master' into ys_new_features  
							
							
							
						 
						
							2019-06-24 13:56:35 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Enrico Turri 
								
							 
						 
						
							
							
							
							
								
							
							
								7aaba25520 
								
							 
						 
						
							
							
								
								Do not allow to copy/paste volumes when using sla printer  
							
							
							
						 
						
							2019-06-24 13:21:05 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									bubnikv 
								
							 
						 
						
							
							
							
							
								
							
							
								27459a9072 
								
							 
						 
						
							
							
								
								Merge branch 'master' of  https://github.com/prusa3d/PrusaSlicer  
							
							
							
						 
						
							2019-06-20 16:15:26 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									tamasmeszaros 
								
							 
						 
						
							
							
							
							
								
							
							
								d60ecb3788 
								
							 
						 
						
							
							
								
								Merge remote-tracking branch 'origin/master' into tm_ui_jobs  
							
							
							
						 
						
							2019-06-18 12:16:24 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									YuSanka 
								
							 
						 
						
							
							
							
							
								
							
							
								765d4264ae 
								
							 
						 
						
							
							
								
								Implemented ObjectLayers class  
							
							... 
							
							
							
							+ some code refactoring 
							
						 
						
							2019-05-28 16:38:04 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Enrico Turri 
								
							 
						 
						
							
							
							
							
								
							
							
								bf9740188a 
								
							 
						 
						
							
							
								
								Code cleanup  
							
							
							
						 
						
							2019-05-24 15:22:27 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Enrico Turri 
								
							 
						 
						
							
							
							
							
								
							
							
								c92940c985 
								
							 
						 
						
							
							
								
								Fixed conflicts after cherry-picking  844e99f84e 
							
							
							
						 
						
							2019-05-24 14:42:46 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Enrico Turri 
								
							 
						 
						
							
							
							
							
								
							
							
								d0fd8a4a29 
								
							 
						 
						
							
							
								
								Follow-up of  f54fd10897 -> Project name stored with no extension, updated after drag and drop of .3mf or .amf files and used by export g-code and send g-code commands  
							
							
							
						 
						
							2019-05-15 14:09:16 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Enrico Turri 
								
							 
						 
						
							
							
							
							
								
							
							
								14c4469cbf 
								
							 
						 
						
							
							
								
								Added Esc shortcut and menu item for command deselect all  
							
							
							
						 
						
							2019-05-14 11:57:39 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Enrico Turri 
								
							 
						 
						
							
							
							
							
								
							
							
								016c5f6557 
								
							 
						 
						
							
							
								
								Added placeholder for File->New Project menu item  
							
							
							
						 
						
							2019-05-14 10:30:14 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									tamasmeszaros 
								
							 
						 
						
							
							
							
							
								
							
							
								696ade15ca 
								
							 
						 
						
							
							
								
								New way of starting arrange and rotation optimization.  
							
							... 
							
							
							
							To prevent segfaults when exiting while processing is running. 
							
						 
						
							2019-05-13 18:58:56 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									YuSanka 
								
							 
						 
						
							
							
							
							
								
							
							
								d8d211cb67 
								
							 
						 
						
							
							
								
								Code refactoring for Bind(wxEVT_UPDATE_UI) universally (inside append_menu_item(...))  
							
							... 
							
							
							
							+ Marked text for "Change part type" list 
							
						 
						
							2019-05-13 14:27:51 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									bubnikv 
								
							 
						 
						
							
							
							
							
								
							
							
								1c6006f657 
								
							 
						 
						
							
							
								
								Merge remote-tracking branch 'remotes/origin/master' into vb_wold_object_manipulation  
							
							
							
						 
						
							2019-05-03 12:37:43 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Enrico Turri 
								
							 
						 
						
							
							
							
							
								
							
							
								47f27d20f1 
								
							 
						 
						
							
							
								
								Added confirmation dialog for Delete All command  
							
							
							
						 
						
							2019-05-02 13:52:13 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Enrico Turri 
								
							 
						 
						
							
							
							
							
								
							
							
								a3385278e5 
								
							 
						 
						
							
							
								
								Export to STL of SLA supports and pad  
							
							
							
						 
						
							2019-05-02 13:46:39 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									bubnikv 
								
							 
						 
						
							
							
							
							
								
							
							
								16560f6e27 
								
							 
						 
						
							
							
								
								Merge remote-tracking branch 'remotes/origin/master' into vb_wold_object_manipulation  
							
							
							
						 
						
							2019-04-26 17:42:51 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									YuSanka 
								
							 
						 
						
							
							
							
							
								
							
							
								065448e9e5 
								
							 
						 
						
							
							
								
								Big Refactoring: - deleted/renamed all _Prusa_ prefixes,  
							
							... 
							
							
							
							- cleaned code from commented parts
 - rescale() -> msw_rescale() 
							
						 
						
							2019-04-25 01:45:00 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									bubnikv 
								
							 
						 
						
							
							
							
							
								
							
							
								2cc7b00a7d 
								
							 
						 
						
							
							
								
								WIP: World / local transformations of an object instance from the side panel.  
							
							
							
						 
						
							2019-04-24 19:03:05 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									YuSanka 
								
							 
						 
						
							
							
							
							
								
							
							
								aa147482b7 
								
							 
						 
						
							
							
								
								Added _fiction_ resizing for correct MainFrame rendering after DPI changed_object  
							
							... 
							
							
							
							+ Added a calculation of a empty bitmaps inside presets in respect to em_unit (to avoid assert)
 + Added scaling for PrintHostDialogs and MsgDialog
 + some code refactoring 
							
						 
						
							2019-04-23 16:33:06 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									YuSanka 
								
							 
						 
						
							
							
							
							
								
							
							
								de55801e31 
								
							 
						 
						
							
							
								
								Merge remote-tracking branch 'origin/ys_bug_fixing' into ys_msw_dpi  
							
							
							
						 
						
							2019-04-18 15:24:50 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									YuSanka 
								
							 
						 
						
							
							
							
							
								
							
							
								ae2c61160f 
								
							 
						 
						
							
							
								
								Application Scaling for MSW: Added rescale function for DoubleSlider (from Preview), ObjectList, ManipulationPanel and SettingsPanel  
							
							... 
							
							
							
							+ Set wider default size for Preset Comboboxes from Tabs (#2023 ) 
							
						 
						
							2019-04-16 10:05:45 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Enrico Turri 
								
							 
						 
						
							
							
							
							
								
							
							
								8235ad2b02 
								
							 
						 
						
							
							
								
								ObjectList::paste_objects_into_list() refactored to call front end / back end synchronization and scene refresh only once  
							
							
							
						 
						
							2019-04-15 15:40:40 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									YuSanka 
								
							 
						 
						
							
							
							
							
								
							
							
								df7ada0199 
								
							 
						 
						
							
							
								
								Merge remote-tracking branch 'origin/master' into ys_msw_dpi  
							
							
							
						 
						
							2019-04-14 13:49:22 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									YuSanka 
								
							 
						 
						
							
							
							
							
								
							
							
								f7ddddcff5 
								
							 
						 
						
							
							
								
								Application Scaling for MSW: Next big step  
							
							... 
							
							
							
							- Added rescale() function for the most of controls
 - Created PrusaBitmap and PrusaButton classes like a wrap to wxBitmap and wxButton accordingly 
							
						 
						
							2019-04-13 23:46:52 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									bubnikv 
								
							 
						 
						
							
							
							
							
								
							
							
								b0c33a1fe9 
								
							 
						 
						
							
							
								
								Fixed copying of some object's attributes into the clipboard  
							
							... 
							
							
							
							(layer height profile, layer height table etc)
Added public Plater::schedule_background_process() 
							
						 
						
							2019-04-12 18:29:47 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Enrico Turri 
								
							 
						 
						
							
							
							
							
								
							
							
								4046d517c9 
								
							 
						 
						
							
							
								
								Copy and paste -> Disabled paste of volumes when nothing is selected and fixed enabling/disabling of paste item in toolbar and edit menu  
							
							
							
						 
						
							2019-04-11 14:21:08 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Enrico Turri 
								
							 
						 
						
							
							
							
							
								
							
							
								4718c839f6 
								
							 
						 
						
							
							
								
								Copy and paste -> Added items for copy and paste on the toolbar  
							
							
							
						 
						
							2019-04-11 13:20:34 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									YuSanka 
								
							 
						 
						
							
							
							
							
								
							
							
								82573390c7 
								
							 
						 
						
							
							
								
								First scaling experiments  
							
							
							
						 
						
							2019-04-10 09:57:33 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Enrico Turri 
								
							 
						 
						
							
							
							
							
								
							
							
								6cbf9d2523 
								
							 
						 
						
							
							
								
								1st installment of copy and paste -> prototype for volumes copy and paste  
							
							
							
						 
						
							2019-04-10 08:40:58 +02:00