080088b8db
Fix of #5007 - "Reload from disk" causes objects converted to inches to revert to mm
2020-12-11 13:57:58 +01:00
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
48bbf1b301
Custom control: first implementation
2020-11-02 06:48:30 -08:00
3bae4fcad2
UnsavedChangesDialog : improvements
...
* Added "Remember my choice" checkbox
* Center on the screen and set position in respect to the position of mainframe or settings dialog
Preferences : Added checkboxes for enable/suppress showing of the UnsavedChangeDialog
SearchImGui : close after parameter selection_is_changed_according_to_physical_printers
PhysicalPrinterDialog, SavePresetDialog : Center on the screen
2020-10-15 16:53:14 +02:00
42173aecf1
Updated "undo/redo" and "search' icons for the toolbar
...
* added "settings" and "search_blink" icons
* suppress the icons scaling update when Plater is in the Preview mode
* switched "layers_height" and "search" buttons in the toolbar
2020-09-14 17:25:47 +02:00
dc2d6595c9
Merge remote-tracking branch 'origin/master' into ys_unsaved_changes
2020-09-02 09:15:11 +02:00
558688c866
Implemented FullCompareDialog for show long string values
...
+ fixed build under GTK
2020-08-10 19:17:16 +02:00
02f159fa99
Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into et_gcode_viewer
2020-08-10 14:22:46 +02:00
0509dcb53a
Fixed height of features type combo popup when building against wxWidgets 3.1.3
2020-06-30 12:53:42 +02:00
e6832d227c
PhysicalPrinter : Next improvements:
...
* Create full printer name as a PrinterName + RelatedPresetName
* Added printer model to the PhysicalPrinter.config => Enable to select just between presets with same printer model
* When physical printer is selected and create new preset ask if should we use this preset for selected ph_printer or just to switch for it
2020-06-26 10:00:03 +02:00
875c543205
Code refactoring:
...
- PresetCombpBoxes are extracted to the separate file.
- All preset icons are moved to the PresetComboBox from Preset and PresetBundle
- First "steps" to add physical printers to the printers list on the sidebar.
2020-06-16 12:57:49 +02:00
8ebfb6ea86
Completed a search list cleaning (deleted unused options).
...
+ Implemented BlinkingBitmap
+ Options, that doesn't have related controls, are highlighted near the widgets.
2020-04-16 09:59:12 +02:00
975122c1f6
Manually merged Korean translation by @ulsanether
...
+ updated MO for Korean translation
+ set small size for mode icons
2020-02-10 20:13:48 +01:00
cb6a43cd98
Changed size of hexagons.
...
+ ModeButton: Added another constructor
2020-02-10 12:52:32 +01:00
feed9b9fd0
Added item menu 'Edit/Show labels' and removed labels activation from preferences dialog
2020-02-04 14:42:26 +01:00
530c586277
ObjectDataViewModel is extracted from wxExtentions to the separated file
...
+ parse_color function is moved to BitmapCache from PresetBundle
2020-02-02 22:22:40 +01:00
1278f0a93b
Added missed include for OSX
2020-01-31 21:03:17 +01:00
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
4bb45f01cc
Implemented DnD for objects inside ObjectList
2020-01-30 15:01:47 +01:00
85b1b56eac
More fix of svg icons scaling under OSX (to avoid icon's blurring)
...
+ some code cleaning from unused text
2020-01-28 16:17:51 +01:00
28c573709b
Fixed an icon scaling in the ObjectList under OSX
2020-01-27 16:30:09 +01:00
46739c0c47
Implemented editing for extruder of existing ToolChangeCode tick
...
+ Code refactoring: DoubleSlider is extracted from wxExtensions
2020-01-23 16:11:21 +01:00
eef74403bf
Synchronized mode of color_print data to/from 3mf/amf
...
+ Code refactoring " CustomGCode extracted to separate namespace and file
2020-01-23 16:11:21 +01:00
b605b951aa
DoubleSlider: Implemented code switch between ToolChangeCode and ColorChangeCode for MultiAsSingle mode
2020-01-22 15:01:59 +01:00
984be65a3f
Implemented check of color change event respecting to mode
...
+ unresolved ticks are marked with error_tick icon
+ some code refactoring
2020-01-21 11:35:04 +01:00
e452247a97
Code refactoring to mode comparison
2020-01-17 12:24:58 +01:00
e67b1e9ca3
Code refactoring for context menus and current extruder color selection for tick
2020-01-13 17:03:10 +01:00
fbe9a6aa9a
Context menus improvements. Disabling unused extruders for color_change
2020-01-10 16:49:07 +01:00
ea397386b3
Updated tooltips and context menus for 3 manipulation mode of DoubleSlider
...
+ Some code refactoring
2020-01-09 16:38:59 +01:00
07d73dac01
DoubleSlider modes(states) are extended and implemented mode detection from model
...
+ Some code refactoring
2020-01-08 16:29:37 +01:00
666aa4c578
merge with master
2019-12-18 10:45:16 +01:00
81a0eba2b6
removableDriveManager bug fixes
2019-12-18 10:34:26 +01:00
a089bb4e7b
Trying to fix a compilation issue on Linux / OSX
2019-12-18 10:17:47 +01:00
ee69087873
Code refactoring for Color change implementation
2019-12-17 08:37:50 +01:00
7b32525ab0
Fixed "actions" buttons size under OSX
2019-12-13 17:56:04 +01:00
e01ab7dc60
Implemented rescaling for "Remove device" button
2019-12-13 15:13:55 +01:00
1972de53df
Code cleaning - removed unused state from DoubleSlider
2019-11-28 08:38:28 +01:00
1906188e29
Implemented a message on Printer display for pause print
...
+ Added new icons
2019-11-27 14:44:33 +01:00
4c1fd9d17b
Added editing of custom G-code
...
+ Code cleaning
2019-11-12 16:59:27 +01:00
5d64b9b928
Added missed update for a config after extruder change from the ObjectList.
...
Fixed erase "tool_change" ticks from ticks set.
2019-11-12 10:42:20 +01:00
428f09b114
Use constant names for G-codes like M600, M601 and "tool_change"(Change extruder)
2019-11-11 09:38:45 +01:00
90632cd0cf
Hided extruder selector in preview mode.
...
Fixed tooltips for double slider.
Changed left button menu for multi-material print
2019-11-08 16:38:04 +01:00
4af537de02
Updated DoubleSlider band. Added smart color selection for M600
2019-11-07 13:57:43 +01:00
6005028fe0
Set custom color for color change
2019-11-04 13:42:47 +01:00
64438787f9
Changed context menu for DoubleSlider
2019-10-31 15:24:20 +01:00
fb43c3f2d1
Save "color_change" for a selected extruder to G_code
2019-10-29 15:34:35 +01:00
c68b3b380c
Improvements for extruder selector (added possibility to create combobox with thin icons)
...
Call of an update extruder selector after a change of extruder or filament color
2019-10-24 10:52:34 +02:00
3b6b9219a9
Implemented possibility to set extruder sequence for whole print
2019-10-18 12:35:35 +02:00
c469699a7c
Improved extruder_selector for DoubleSlider
2019-10-16 10:30:29 +02:00
f2c9cfdfe3
Context menu is extended for multiple material printing
2019-10-14 12:59:10 +02:00