YuSanka
8b0ae2ce18
Implemented Search on Plater, usint imGui
2020-03-28 19:39:24 +01:00
bubnikv
7f866ee9e8
Merge remote-tracking branch 'remotes/origin/et_slope_shader'
2020-03-25 16:09:04 +01:00
enricoturri1966
2fe5dbc5bb
Fixed build on Mac
2020-03-25 15:15:20 +01:00
enricoturri1966
78a0893d6a
Fixed conflicts after merge with master
2020-03-25 14:41:47 +01:00
YuSanka
c5df518e9e
Merge remote-tracking branch 'origin/master' into ys_search
2020-03-25 11:20:34 +01:00
YuSanka
007c65dcc4
Merge remote-tracking branch 'origin/ys_fix_cb_selection'
2020-03-25 11:12:37 +01:00
Lukas Matena
ac501bdf8b
Merge branch 'master' into dev
2020-03-24 21:51:05 +01:00
YuSanka
dd29817ef9
Fix of #3889
2020-03-23 22:47:35 +01:00
YuSanka
d81c8985b2
Merge remote-tracking branch 'origin/master' into ys_search
2020-03-20 14:56:05 +01:00
YuSanka
155ec1daec
Update of Settings in ObjectList from Tab::update() is suppressed, if Undo/Redo is not completed
2020-03-20 13:45:37 +01:00
YuSanka
86157744cd
Start to implement "Search through options"
2020-03-20 10:30:55 +01:00
YuSanka
f9bea22a0a
Sidebar can be hidden/shown from menu "View/Collapse sidebar"
2020-03-16 12:51:55 +01:00
enricoturri1966
abfbcd5d17
Fixed conflicts after merge with master
2020-03-16 08:09:52 +01:00
enricoturri1966
0647e9c850
New tech ENABLE_SLOPE_RENDERING - 1st installment of rendering objects colored by facets slope
2020-03-13 15:09:07 +01:00
bubnikv
31a205087e
Refactoring of suppress background process update for clarity.
2020-03-12 16:11:25 +01:00
bubnikv
c521f1fdca
Fix of #3660 : Background processing restart and error messages
...
are suppressed while tracking a pop-up menu.
2020-03-12 16:05:39 +01:00
Enrico Turri
a9d4f9a5ea
Fixed conflicts after merge with master
2020-03-10 13:09:32 +01:00
Enrico Turri
8ffdbd3dc4
Follow-up of 6c36577e8e -> World Z axis set to vertical when disconnecting 3d mouse
2020-03-10 13:02:39 +01:00
Enrico Turri
55306185b7
Fixed conflicts after merge with master
2020-03-09 16:03:15 +01:00
bubnikv
f2fce0f262
Refactoring of RemovableDriveManager:
...
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-03-06 15:10:58 +01:00
Enrico Turri
8c731efd53
Removed temporary debug output and clean up
2020-03-05 10:14:12 +01:00
Enrico Turri
073d2e19cb
Attempt to fix crash on MAC when closing using Command+Q
2020-03-04 15:19:48 +01:00
Lukas Matena
bcf0a6c5c9
Removed SLA unused code
...
Mostly the dead-ends that were tried when hollowing was being implemented
2020-03-03 15:53:26 +01:00
Lukas Matena
35b59a3e13
Include cleanup in Plater, GLCanvas3D and GLGizmosManager
2020-03-03 15:53:26 +01:00
Enrico Turri
5407256c73
Fixed conflicts after merge with master
2020-03-02 11:35:03 +01:00
Enrico Turri
f61f6a98a5
GLCanvas3DManager moved from being a static member of _3DScene to be a normal member of GUI_App
2020-03-02 10:58:46 +01:00
Enrico Turri
6b841c01b1
Follow-up of 47604b6326 -> Fixed layout at startup
2020-02-28 11:19:46 +01:00
Enrico Turri
0dec054410
ENABLE_SHOW_SCENE_LABELS set as default
2020-02-13 13:24:52 +01:00
Enrico Turri
c8c33e4500
ENABLE_BACKWARD_COMPATIBLE_RELOAD_FROM_DISK set as default
2020-02-13 12:43:19 +01:00
Enrico Turri
04e4e01f1a
ENABLE_BACKWARD_COMPATIBLE_RELOAD_FROM_DISK - Fixed inconsistencies for splitted and cutted objects
2020-02-07 09:49:48 +01:00
Enrico Turri
1f8a8089f9
Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into et_labels
2020-02-05 15:27:20 +01:00
David Kocik
7b45da5811
configuration updater
...
forced update dialog
check for updates button
check address when downloading bundles
2020-02-04 15:27:11 +01:00
Enrico Turri
feed9b9fd0
Added item menu 'Edit/Show labels' and removed labels activation from preferences dialog
2020-02-04 14:42:26 +01:00
YuSanka
82bb5be1f6
To fix blurred icons under OSX there is implemented PresetBitmapComboBox, derived from wxBitmapComboBox,
...
which now will be used for preset choosers on sidebar a preset tabs.
+ for BitmapCache class added m_scale used for correct scaling of SVG images on Retina displays
+ some code clearing from unused functions or function's parameters
2020-01-31 16:57:45 +01:00
Enrico Turri
30c2e0145d
#3580 - Added menu item 'Edit/Reload from disk' and F5 key acceleration to reload the entire plater
2020-01-31 12:15:04 +01:00
bubnikv
6bf2a2a339
Forcing a print bed update after config or config bundle is loaded.
...
The solution is hackish, but a major refactoring would be needed
to avoid multiple refreshes of the print bed, and to avoid
expensive checks at Plater::on_config_change() every time
a config value changes at a parameter tab.
2020-01-24 15:16:36 +01:00
Lukas Matena
957763a24b
Hollowing gizmo can now trigger the backend calculation
2020-01-24 10:53:40 +01:00
tamasmeszaros
322092a2f8
Merge branch 'master' into lm_tm_hollowing
2020-01-23 17:43:18 +01:00
Enrico Turri
2083f3810c
Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer
2020-01-21 14:07:22 +01:00
Enrico Turri
3dd75ec613
Reload from disk command enhanced to work with 3mf/amf files saved with PrusaSlicer 2.1.0 and earlier
2020-01-21 14:07:13 +01:00
David Kocik
d35df019b2
button for exporting gcode to harddrive
2020-01-21 13:29:39 +01:00
Lukas Matena
a5ccb7a6c2
Merge branch 'master' into lm_tm_hollowing
2020-01-21 13:00:07 +01:00
Enrico Turri
dd809882b9
ENABLE_VIEW_TOOLBAR_BACKGROUND_FIX set as default
2020-01-17 10:50:25 +01:00
Lukas Matena
9aaf7a8c13
Merge branch 'master' into lm_tm_hollowing
2020-01-06 12:41:29 +01:00
Enrico Turri
b4d45eb2d9
Fixed unresponsive 3Dconnexion device when switching to preview
2020-01-03 11:41:29 +01:00
David Kocik
02c42d14a3
eject button functionality
2019-12-13 13:51:46 +01:00
YuSanka
40ee3d8fa2
Implemented "Disconnect" button
2019-12-13 13:51:45 +01:00
Lukas Matena
11feb259a3
Merge branch 'master' into lm_tm_hollowing
2019-12-12 11:37:33 +01:00
Enrico Turri
366dfac251
Attempt to fix view toolbar background not showing up on Mac when using dark mode
2019-12-10 10:56:21 +01:00
YuSanka
2a60846d46
Merge remote-tracking branch 'origin/master' into ys_color_print_extension
2019-11-28 09:01:14 +01:00