13bde53955
Call update_config_values after deleting of a overridden option
2019-09-16 12:05:56 +02:00
284355d378
Fix of #2878 (endless warning loop in configuration update)
2019-09-16 10:22:26 +02:00
9ac6909d30
Fixed couple of warnings in GUI_ObjectList.cpp and GUI_ObjectSettings.cpp
2019-09-02 16:27:48 +02:00
ea2e07ec74
Fixed application crash, when change focus from overridden option to empty space in ObjectList.
2019-08-25 09:44:32 +02:00
8828ec7860
Code refactoring: ConfigManipulation moved to separate files.
...
Use of ConfigManipulation inside of TabPrint(TabSLAPrint)::update().
2019-08-22 13:19:01 +02:00
ea4f76ea80
Implemented update for overridden options on sidebar
2019-08-22 10:25:19 +02:00
463783e092
Added ConfigManipulation to universal config manipulation (updating).
2019-08-16 16:47:29 +02:00
e469ee76b8
Implemented a highlighting of the delete button for setting (related to #1767 )
2019-07-29 15:14:25 +02:00
99bd054e99
Fixed updating of an option list for additional settings
2019-07-25 17:25:14 +02:00
7dd63b2c00
Added takesnapshot() call for:
...
- split of the instances,
- renaming of the Object/Volume item
- changing of the additional settings.
2019-07-22 13:38:53 +02:00
6826e31e2a
Some code refactoring for settings items
2019-07-12 13:56:56 +02:00
44c05fa209
Implemented additional settings for layers range (except of "extruder")
2019-06-05 16:47:09 +02:00
765d4264ae
Implemented ObjectLayers class
...
+ some code refactoring
2019-05-28 16:38:04 +02:00
66aee035ac
Set a max extruder's count for the Additional Setting "Extruders".
...
+ cat sidetext for options from Additional Setting "Extrusion Width".
2019-05-14 12:17:34 +02:00
db9c7bec8c
Tooltip over "Remove parameter" checkbox.
...
Application name to the "Delete all" dialog.
2019-05-10 17:10:12 +02:00
8e007c5b6a
Localization improvements
2019-05-04 02:07:07 +02:00
065448e9e5
Big Refactoring: - deleted/renamed all _Prusa_ prefixes,
...
- cleaned code from commented parts
- rescale() -> msw_rescale()
2019-04-25 01:45:00 +02:00
be60f0a53c
Merge remote-tracking branch 'origin/ys_msw_dpi'
2019-04-24 23:09:50 +02:00
1f02eb704a
Code refactoring: Deleted unused variables and _cleaned_ overbusy functions
2019-04-22 01:51:10 +02:00
ae2c61160f
Application Scaling for MSW: Added rescale function for DoubleSlider (from Preview), ObjectList, ManipulationPanel and SettingsPanel
...
+ Set wider default size for Preset Comboboxes from Tabs (#2023 )
2019-04-16 10:05:45 +02:00
f7ddddcff5
Application Scaling for MSW: Next big step
...
- Added rescale() function for the most of controls
- Created PrusaBitmap and PrusaButton classes like a wrap to wxBitmap and wxButton accordingly
2019-04-13 23:46:52 +02:00
7b54c59b61
Added new icons
2019-04-10 09:41:04 +02:00
2494dc6706
Fix SVG & bitmap scaling on Mac depending on Retina scaling
2019-04-09 15:16:10 +02:00
618d124bfb
Icon updating for all application
2019-04-08 11:10:57 +02:00
7d488e3424
Added call to schedule_background_process() when deleting modifier attribute
2019-04-03 12:45:06 +02:00
87febaacc0
Fix of #2014
2019-03-27 13:19:27 +01:00
4f585f1157
Improved rendering when deleting an option from object's overrides.
...
Replaced the single column icon with an empty icon.
Will it break something? The single column added an ugly spacer
in front of non-editable combo boxes.
2019-03-23 08:23:22 +01:00
b2ef3ba291
Fixed the options override box at the side bar.
2019-03-22 23:00:23 +01:00
ef7512fc43
Added bitmap scaling
2019-02-06 15:29:13 +01:00
46f32d091a
Fixed scaling of the controls and InfoDialogs (Sys and About)
2019-02-06 10:13:27 +01:00
d7f9e86400
Update additional object setting after print technology changing
2018-11-29 15:01:20 +01:00
a378bb7bed
Removed some obsolete Perl bindings.
...
Removed libslic3r from the default include paths for all modules but
libslic3r. Now headers from libslic3r need to be included with an
explicit path (libslic3r/libslic3r.h etc)
Split the localization macros into I18N.{cpp,h}
2018-11-26 14:41:58 +01:00
b721f9431a
Fixed show_info_sizer according to selected mode.
...
+ fixed right panel layouts
+ deleted unused functions
2018-11-13 13:35:10 +01:00
7f4a8bccd5
Fixed controls layout on right panel.
...
+ Split ObjectManipulation class to ObjectManipulation and ObjectSettings
+ fixed typo-bug in GetItemByVolumeId
2018-11-09 18:42:06 +01:00