YuSanka
e0962e007f
DoubleSlider's ruler is implemented in respect to the use with sequential printing of objects
2020-11-18 05:02:51 -08:00
YuSanka
85cfd6599e
Implemented ruler for the vertical DoubleSlider
2020-11-18 05:02:51 -08:00
enricoturri1966
fe56d8e0a3
Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer
2020-11-18 13:42:54 +01:00
enricoturri1966
575bc2df60
Follow-up of 808c43cb4b -> Fixed drag and drop of non-project files
2020-11-18 13:42:17 +01:00
enricoturri1966
c6205b0755
Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer
2020-11-18 13:05:04 +01:00
enricoturri1966
ab2f4f6766
ENABLE_GCODE_VIEWER set as default in:
...
SysInfoDialog.cpp
Selection hpp/cpp
Preferences.cpp
GUI_Utils.hpp
KBShortcutsDialog.cpp
2020-11-18 13:04:34 +01:00
YuSanka
543341516b
Localization, new POT
2020-11-18 12:30:00 +01:00
YuSanka
9044d2f22c
Changed layout of the "Machine limits" settings tab
2020-11-18 12:08:09 +01:00
enricoturri1966
a72d8f7aef
ENABLE_GCODE_VIEWER set as default in:
...
3DScene hpp/cpp
AboutDialog.cpp
BackgroundSlicingProcess hpp/cpp
BitmapCache.cpp
ConfigWizard_private.hpp
GUI_App hpp/cpp
GUI_Init.cpp
2020-11-18 10:44:03 +01:00
David Kocik
58f2c9b2bd
boost canonical fix at instance check. Hopefully a fix of #4973
2020-11-17 15:03:34 +01:00
David Kocik
10272c16bd
fix of segfault on startup at SplashScreen::SetText
2020-11-17 14:43:52 +01:00
enricoturri1966
3cddbad0af
ENABLE_GCODE_VIEWER set as default in 3DBed.hpp/.cpp
2020-11-16 17:29:21 +01:00
enricoturri1966
8cae9a71ce
Preview - Paint in grey toolpaths belonging to layers containing pause prints or custom gcodes
2020-11-16 15:01:13 +01:00
enricoturri1966
9f93d82038
Fixed screen-size for point markers used to visualize retraction/unretractions and other options in preview
2020-11-16 10:29:54 +01:00
enricoturri1966
e10bb78ed7
Zoom max limit increased from 100 to 250
2020-11-16 08:48:44 +01:00
enricoturri1966
4e15387af8
Added dialog to choose import action when dragging and dropping a project file
2020-11-16 08:39:25 +01:00
enricoturri1966
a5ab490dd9
Code cleanup
2020-11-13 11:50:52 +01:00
enricoturri1966
087a4f10e0
Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into et_sequential
2020-11-13 10:46:41 +01:00
YuSanka
e9df5e42f1
Fix the typo in 932dfb4fca
...
The resize of the Spincontrol was wrong placed in the code
2020-11-12 21:43:21 +01:00
YuSanka
5d2a974886
Localization:
...
* added missed phrases
* fixed some phrases
* updated POT-file and PO/MO-files for the CZ-translation
2020-11-12 21:35:39 +01:00
enricoturri1966
f0cb35e7ee
Sequential print visualization using vertical slider in preview -> Added travel moves
2020-11-12 16:29:44 +01:00
YuSanka
8e30c7a184
GTK3 specific : Fix of #5053
2020-11-12 15:33:24 +01:00
YuSanka
466d39b42c
Physical printers dialog: Update Test button in respect to the inputted printhost
2020-11-12 15:24:47 +01:00
YuSanka
f2d7fd2017
Custom controls : The width for full_width fields is updated according to the custom control width
...
(thanks to the @supermerill for the mention on it, 6acf6bdf21 )
+ Deleted redundant background color, as mentioned in the #5062
2020-11-12 10:13:16 +01:00
enricoturri1966
21aedc156e
Removed the legacy PreviewData.cpp,hpp
2020-11-11 16:38:51 +01:00
enricoturri1966
7ab33750d1
WIP - Sequential print visualization using vertical slider in preview (missing travel moves)
2020-11-11 16:22:09 +01:00
David Kocik
654bc266fc
escape_ampersand function and changed order of printer names and pictures in config wizard
2020-11-11 16:08:27 +01:00
enricoturri1966
28cfd71f51
Follow-up of bb74d2da5b and 7b2aca0159 -> Removed inclusions of GCode/Analyzer.hpp and GCodeTimeEstimator.hpp
2020-11-11 15:41:48 +01:00
YuSanka
dd2799b8d9
Fixed of #5081
...
Width of sub-label is calculated by using of GetTextExtent() instead of PaintDC->GetMultiLineTextExtent, because of PaintDC is not OK sometimes.
For example on GTK3 PaintDC->IsOk() only, when it's using in a native paint event
see https://github.com/wxWidgets/wxWidgets/blob/master/src/gtk/dc.cpp , line 346
2020-11-11 12:04:15 +01:00
YuSanka
d55c1e22ee
MM print : Fixed re-scaling of the Extruders column in the Object list
2020-11-10 11:06:33 +01:00
David Kocik
824a5eabe9
Callback stored at std::function for notification hyperlink. Notification progress bar draft.
2020-11-10 09:22:47 +01:00
David Kocik
75cd39ac9f
Large notification buttons and icons
2020-11-09 15:15:30 +01:00
enricoturri1966
4a79df540e
#5098 - Fixed no preview after language change
2020-11-09 14:27:00 +01:00
Lukas Matena
f6ad6f088d
Fix of an ASAN crash on app close (Linux)
2020-11-09 14:00:58 +01:00
enricoturri1966
554e0918d3
GCode Viewer - Fixed color print visualization for gcode containing multiple extruders
2020-11-09 13:06:20 +01:00
enricoturri1966
65e42ee8a4
GCode Viewer - Show print/printer/filament settings names in legend
2020-11-09 08:41:14 +01:00
YuSanka
7fe44d6a33
OSX specific : Set top border for the mode buttons, when settings pages has new layouts
...
(when tabs bar is hidden)
+ Code cleaning for OG_CustomCtrl (delete unused input parameter from the draw_blinking_bmp())
2020-11-06 16:24:03 +01:00
YuSanka
3c80c09ade
Localization : Next phrases corrections and update for PrusaSlicer.pot
2020-11-06 12:14:19 +01:00
enricoturri1966
7562242630
Follow-up of 944e760722 -> Removed debug output line
2020-11-06 11:20:47 +01:00
enricoturri1966
10697fad34
Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer
2020-11-06 11:03:56 +01:00
enricoturri1966
7c314dec14
#4892 - Follow-up of 30481e1ea8 -> Fixed behavior of imgui dialog for settings of 3DConnexion devices (CTRL+M) on Windows
2020-11-06 11:03:41 +01:00
tamasmeszaros
2e4480aea9
Remove unused RotoptimzeWindow imgui dialog.
...
It might be added in the future in a more polished form.
2020-11-06 10:06:05 +01:00
YuSanka
27b962c41a
Added missed parent for the SysInfoDialog
...
see f0a339758b
2020-11-05 22:19:48 +01:00
YuSanka
c204e90ecc
Localization:
...
Some phrases are corrected in the code
The POT-file is updated
2020-11-05 22:17:49 +01:00
YuSanka
649d2aad72
Fixed a Dialog position under OSX
...
Always set parent for the Dialog, if we want to see the Dialog in the same display as a parent.
Dialog will be shown in the primary monitor otherwise.
+ fixed a draw of the canvas legend when we move application between Retina and non-Retina displays
2020-11-05 11:53:16 -08:00
David Kocik
0c78487c55
config wizard printer selection - changed vertical spacing
2020-11-05 17:43:40 +01:00
enricoturri1966
792f4ec199
#5079 - Fixed GCode Viewer changing files modified date on Windows
2020-11-05 14:02:43 +01:00
enricoturri1966
6b713c6fa3
Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer
2020-11-05 11:02:08 +01:00
enricoturri1966
857e6b9339
#5072 - Added color icon into 'Print' items in legend for gcode color print visualization
2020-11-05 11:01:54 +01:00
enricoturri1966
de1420a160
Fixed visualization of gcode toolpaths for spiral vase mode
2020-11-05 11:00:04 +01:00