bubnikv
|
28c929f14d
|
Replaced UTF8 characters in string literals with \uxxxx.
Replaced std::make_unique with Slic3r::make_unique to support old C++11
compilers.
|
2018-01-21 21:42:06 +01:00 |
|
YuSanka
|
d6568f9ce7
|
To Tab added functions to save/delete/upload presets...
Changed m_options OptionsGroup from const t_optiondef_map& to std::map<t_config_option_key, Option>.
|
2018-01-16 16:28:01 +01:00 |
|
YuSanka
|
129bd898cd
|
Extended "get_value" to Choice & TextCtrl fields.
Extended "change_opt_value".
|
2018-01-09 13:52:01 +01:00 |
|
YuSanka
|
59432d50ff
|
To OptionsGroup added "reload_config" to reload configurations after changes in any fields & "get_config_value" to get current option value from config.
In Field extended "set_value" to Choice.
In PrintConfig added default_value to "post_process".
|
2018-01-09 09:41:07 +01:00 |
|
YuSanka
|
e62c17bddf
|
"on_change" function call correctly work now. Start adding of Tab::update().
It's need to think about config->set_key_value(...): at cpp side it's non-trivial.
|
2018-01-05 15:11:33 +01:00 |
|
YuSanka
|
838a0885fe
|
Fixed code review issues
|
2017-12-26 23:04:54 +01:00 |
|
YuSanka
|
61247fe8d3
|
Filling the Filament's and Printer's Tabs. Finished. It's need to adding functions to work with presets
|
2017-12-26 18:12:05 +01:00 |
|
YuSanka
|
281fd26e06
|
Filling the Print's Tab. Continued. All Controls are on they own places. It's need to adding only SideWidget
|
2017-12-26 18:12:04 +01:00 |
|
YuSanka
|
d60fac42d6
|
Start filling the Print's Tab, using @lordofhyphens's Optionsgroup
|
2017-12-26 18:12:04 +01:00 |
|