Commit Graph

169 Commits

Author SHA1 Message Date
e2f6ac0c36 Fixed rendering of warning and legend textures (due to newer wxWidgets) 2018-10-25 15:32:35 +02:00
d3d06fe78b Middle mode is changed to Advanced 2018-10-25 14:55:03 +02:00
6ef60faa39 Ported System Info Dialog 2018-10-25 12:49:29 +02:00
c9038d43bb Fixed update of GUI when object is selected by right-clicking on it to show its context menu 2018-10-25 12:36:10 +02:00
3b8ad30fa9 Call schedule_background_process() after rotating/scaling/flattening using gizmos 2018-10-25 12:10:35 +02:00
3175427272 Do not translate selection if user press Shift while selecting and then drags 2018-10-25 11:06:08 +02:00
a316159e6e Merge branch 'dev_native' of https://github.com/prusa3d/Slic3r into dev_native 2018-10-25 10:37:04 +02:00
7e0d7d0525 Fixed build on Linux and OSx 2018-10-25 10:36:47 +02:00
a9ef071a2d Merge branch 'dev_native' of https://github.com/prusa3d/Slic3r into dev_native 2018-10-25 10:07:25 +02:00
eddef4f12d Restored slicing cancellation. 2018-10-25 10:07:11 +02:00
de97f82dad Merge branch 'dev_native' of https://github.com/prusa3d/Slic3r into dev_native 2018-10-25 09:35:26 +02:00
02f407be9a Tooltip when hovering on gizmo icons 2018-10-25 09:35:08 +02:00
c9c52685d9 Merge remote-tracking branch 'origin/lm_temporary_path_fix' into dev_native 2018-10-25 09:10:35 +02:00
a64f06e75c Temporary file name generated with boost::filesystem::path (an attempt to solve linux/win mismatch regarding terminating (back)slash) 2018-10-24 21:03:12 +02:00
f25d85f224 Merge branch 'dev_native' of https://github.com/prusa3d/Slic3r into dev_native 2018-10-24 14:45:50 +02:00
0d82b8bec8 Fixed spurious error reports when loading the default profile file
on start of the application.
2018-10-24 14:45:22 +02:00
4b56abce83 Rotate gizmo -> Grabbers showing tooltip also on hover for single instance selection. 2018-10-24 14:12:33 +02:00
a50b7ccb0f Scale gizmo -> Grabbers showing tooltip also on hover for single instance selection. 2018-10-24 13:56:43 +02:00
45765f7748 Move gizmo -> 1) Grabbers showing tooltip also on hover for single instance selection. 2) Tooltip showing current position for single instance selection. 2018-10-24 13:28:35 +02:00
5c267eecee Fixed incorrect m_wiping_dialog_button showing after appInit 2018-10-24 12:58:35 +02:00
acdc73a371 Split to objects and Split to parts 2018-10-24 12:55:38 +02:00
bf3af6adea Merge branch 'dev_native' of https://github.com/prusa3d/Slic3r into dev_native 2018-10-24 11:48:44 +02:00
6f72884339 Background processing: Fixed rotation & scaling of PrintObjects. 2018-10-24 11:48:39 +02:00
d8ca93599e Fixed memory leak in GLToolbar 2018-10-24 10:55:35 +02:00
f4479cfba7 Fixed menu view accelerator keys 2018-10-24 10:46:18 +02:00
78468e49d4 WIP: Background processing is almost working now.
still PrintObject::_slice_volumes() needs some love to set
the PrintObject matrices correctly.
2018-10-23 22:53:43 +02:00
31b482c605 WIP: Reconstruction of background processing. 2018-10-23 15:27:31 +02:00
4adb7a9dac Merge remote-tracking branch 'remotes/origin/dev_native' into vb_dev_native_background_processing 2018-10-23 12:59:31 +02:00
0d43ff7dc6 New selection -> Fixed selection cleanup in GLCanvas3D::reset_volumes() 2018-10-23 11:50:30 +02:00
5944ff996f Fixed memory leak in Tab::add_options_page() 2018-10-23 11:44:46 +02:00
502dcc1e94 Merge branch 'dev_native' into vb_dev_native_background_processing 2018-10-23 11:26:15 +02:00
321dee78b9 Fixed exception when closing Slic3r 2018-10-23 09:48:01 +02:00
c629b4187b New selection -> Keep selection after instance inscrease/decrease command 2018-10-23 09:19:41 +02:00
fdcbb42e06 Merge branch 'dev_native' of https://github.com/prusa3d/Slic3r into dev_native 2018-10-22 15:19:33 +02:00
e12dff498e Layers editing 2018-10-22 15:18:56 +02:00
6e1e8435c8 Fixed mode updating under GTK 2018-10-22 15:18:33 +02:00
31c9b9f080 Fixed TreeCtrl updating after mode change
+ Added another images for mode visualization
2018-10-22 12:08:30 +02:00
bc58f59ebb Fix Plater::priv::get_export_file() 2018-10-22 12:07:43 +02:00
9e8744ef41 Plater: Fix file patterns 2018-10-22 11:53:39 +02:00
79aa687ce7 Added mirroring factors to .amf import/export 2018-10-22 11:45:03 +02:00
7723bce83d New selection -> Changed selection logic == Use SHIFT for both add to selection and remove from selection 2018-10-22 08:54:04 +02:00
fa32391f04 Completed settings hiding according to view mode 2018-10-21 23:10:37 +02:00
95c8295a93 Prototype of the hiding according to view mode
+ Added mode icon near option's label
+ Fixed segmentation fault on Linux
2018-10-21 23:10:36 +02:00
9ec3717eff New selection -> Improved sychronization of instances selection between 3D scene and right panel 2018-10-19 16:14:55 +02:00
9455b1f367 Replaced dummy string in CheckboxFileDialog::ExtraPanel 2018-10-19 15:35:39 +02:00
3597813891 New selection -> Split command 2018-10-19 15:27:19 +02:00
90cad5196c Fix CheckboxFileDialog, for real this time (I hope) 2018-10-19 15:13:20 +02:00
f24592dfc7 Fix CheckboxFileDialog 2018-10-19 13:39:34 +02:00
721487d8c3 Planes of gizmo flatten visible from both sides 2018-10-19 13:26:42 +02:00
0f87dec1fa New selection -> Fixed scale gizmo when mirror components are enabled 2018-10-19 11:24:27 +02:00