YuSanka
db754ce870
Deleted use of TaskTimer in OnInit
...
+ code cleaning in MainFrame
2020-10-02 12:11:27 +02:00
Vojtech Bubnik
75bc8f6d2c
Merge branch 'vb_optgroup_refact'
2020-10-01 20:05:31 +02:00
enricoturri1966
78b9272503
Fixed splash screen info label
2020-09-30 13:35:19 +02:00
YuSanka
c69d6e4b01
OSX specific: Set SplashScreen as TopWindow
2020-09-29 08:39:57 +02:00
YuSanka
e340463eaf
SplashScreen improvements:
...
* Added MakeBitmap() to create a bitmap from input version image
* Editor/Viewer logo is added now in SplashScreen::Decorate()
2020-09-28 20:41:51 +02:00
YuSanka
925bdb2c16
Updated SplashScreen
...
+ Increased gap_size for main and undo/redo toolbars
2020-09-25 11:02:54 +02:00
YuSanka
247e9825a4
Fixed highlighting of the searched option
...
+ Create controls only on the shown and active tab
+ Line class : deleted unused sizer
+ In GUI_Utils added TaskTimer class for the print a time of some task duration
+ BedShapeDialog:: activated options_groups
+ commented some unused code
2020-09-24 15:41:48 +02:00
YuSanka
bb1ba1575a
Merge remote-tracking branch 'origin/master' into ys_optgroup_refact
2020-09-23 08:38:21 +02:00
YuSanka
7126ab37b2
Fixed non-MSW builds
2020-09-23 08:33:16 +02:00
YuSanka
dfaf3c5c97
Fixed scaling on MSW for new OptionsGroup
2020-09-22 16:16:35 +02:00
YuSanka
9b1ae700e8
Code refactoring of the OptionsGroup class:
...
Controls are created only for the active page now
2020-09-22 11:17:43 +02:00
YuSanka
9e645c880c
SplashScreen: Fixed message text
...
UnsavedChangesDialog: Disabled "Move changes to selected preset" button, when printer technology is changed
PresetComboBox: Fixed color of the filament, if it is modified
2020-09-17 15:40:27 +02:00
Vojtech Bubnik
f58ee46687
WIP Refactoring of exceptions:
...
1) All slicer's exceptions are now derived from Slic3r::Exception.
2) New exceptions are defined for slicing errors.
3) Exceptions are propagated to the Plater to show.
It remains to modify the slicing back-end to throw the new SlicingError
exceptions instead of std::runtime_error and to show the other exceptions
by a message dialog instead of a notification.
2020-09-14 18:03:22 +02:00
enricoturri1966
aad733f8d2
Fixed conflicts after merge with master
2020-09-11 08:18:41 +02:00
enricoturri1966
fb1c75d898
Updated Sys Info dialog, About dialog, Keyboard shortcuts dialog for gcode viewer
2020-09-11 08:03:13 +02:00
YuSanka
c4f2560205
SplashScreen:
...
* Show it on the display same as an Application
* Code refactoring : All related functions moved to the SplashScreen class
* Add a possibility o hide/show splash scree in Preferences
2020-09-10 18:54:29 +02:00
enricoturri1966
b56b719575
Updated titlebar and splash screen + hidden statusbar for gcode viewer
2020-09-10 14:33:55 +02:00
enricoturri1966
77787e36ad
Tech ENABLE_GCODE_VIEWER_AS_STANDALONE_APPLICATION set as default
2020-09-10 08:49:50 +02:00
enricoturri1966
4add81eb28
Completed implementation of 'File->GCode preview...' command
2020-09-09 15:03:51 +02:00
enricoturri1966
c767db6d4f
Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into et_gcode_viewer
2020-09-09 08:39:43 +02:00
enricoturri1966
4eeb90e65b
Fixed loading current presets
2020-09-08 15:30:01 +02:00
YuSanka
57e106672c
Fixed Scale on Linux
2020-09-08 15:20:12 +02:00
YuSanka
f3e05fb4a0
Splash screen : Try to fix scaling on Linux
2020-09-08 13:40:14 +02:00
enricoturri1966
0c43c9aaed
Fix build on OsX
2020-09-08 12:10:07 +02:00
enricoturri1966
12dabf7037
Splash screen for gcode viewer
2020-09-08 11:55:21 +02:00
enricoturri1966
c8a05030a9
Fixed conflicts after merge with master
2020-09-08 11:50:11 +02:00
enricoturri1966
0b88b32141
GCode viewer using the proper layout when started as a standalone application
2020-09-08 11:40:06 +02:00
YuSanka
f0c7f165e6
Linux: Try to fix warning "Na handler for image type 15"
2020-09-08 09:12:40 +02:00
YuSanka
1c1b6aff9d
Splash screen : implemented smart splash screen
2020-09-07 21:21:13 +02:00
YuSanka
969c2c6afe
Implemented class SplashScreen for using of text
2020-09-04 20:25:27 +02:00
YuSanka
adb9a57f1b
Added SplashScreen
2020-09-04 13:42:44 +02:00
YuSanka
22cc362adc
Fixed layout after switching mode of settings layout
2020-09-03 09:27:53 +02:00
YuSanka
dc2d6595c9
Merge remote-tracking branch 'origin/master' into ys_unsaved_changes
2020-09-02 09:15:11 +02:00
Lukas Matena
2e11c4e5b9
Merge branch lm_seam_painter_frontend
2020-09-01 23:03:16 +02:00
Lukas Matena
c3d655063d
Gizmos can be shown depending on current mode
2020-08-18 12:00:26 +02:00
YuSanka
adfcf0c47e
Unsaved Changes : improvement for the GUI_App::check_unsaved_changes()
...
Added use of UnsavedChangesDialog
2020-08-14 18:17:16 +02:00
enricoturri1966
02f159fa99
Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into et_gcode_viewer
2020-08-10 14:22:46 +02:00
YuSanka
ceaeb26da8
Code refactoring: AppConfig.cpp(hpp) are removed from the GUI to libslic3r
2020-08-08 17:03:20 +02:00
YuSanka
e7f21d1e0e
Merge remote-tracking branch 'origin/master' into ys_ph_printers
2020-08-06 17:02:48 +02:00
enricoturri1966
40febf0fb1
Fixed conflicts after merge with master
2020-08-04 09:58:19 +02:00
David Kocik
0c38f234d0
Notifications & warning dialog
...
notifications
dialog with warnings produced by slicing is shown before exporting
2020-08-03 15:49:25 +02:00
enricoturri1966
dfed8d8d83
Tech ENABLE_GCODE_VIEWER_AS_STATE set as default
2020-08-03 15:00:19 +02:00
enricoturri1966
5523d4c87d
Fixed conflicts after merge with master
2020-08-03 14:17:40 +02:00
enricoturri1966
c4c306fd50
Tech ENABLE_LAYOUT_NO_RESTART set as default
2020-08-03 11:08:17 +02:00
YuSanka
613b80d86f
Improved InfoMsg for a delete preset:
...
* Now we show a list of printers name with selected preset
+ Added a edit_button for the editing of the physical printer fro the Settings Tab
+ Show whole list of the loaded presets with "Print host upload"
2020-07-28 12:43:26 +02:00
YuSanka
f4bdb355ee
Fixed a typo
2020-07-23 12:44:08 +02:00
YuSanka
d0ff4e3a19
PhysicalPrinter : Implemented synchronizations from user printer profiles with "Print Host upload" information to the new physical printers
2020-07-22 09:24:12 +02:00
YuSanka
03e7a20e87
Merge remote-tracking branch 'origin/master' into ys_ph_printers
2020-07-21 09:47:29 +02:00
enricoturri1966
8d385dc4be
Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into et_gcode_viewer
2020-07-10 10:22:36 +02:00
enricoturri1966
d1dba4c72c
#4492 - Fixed application loosing focus when importing models
2020-07-10 10:20:57 +02:00