Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-02-08Fixing Clang warnings 2Lukas Matena
2020-12-07Added "G-code thumbnails" parameter to the Printer Settings tabYuSanka
2020-11-26Refactoring:YuSanka
1. Use C++ style cast instead of C style 2. Deleted unused code from Search
2020-11-24Added a possibility to suppress scrolling for some ComboBoxesYuSanka
2020-11-02Big code cleaningYuSanka
Deleted all unused code
2020-11-02Custom control : Implemented blinking iconYuSanka
2020-11-02Custom control : Action buttons are "alive" nowYuSanka
- show tooltips for buttons - LBtnClick invokes revert functions for the field
2020-11-02Custom control : fixed re-scaling for MSWYuSanka
2020-11-02Choice field: Use wxComboBox instead of wxBitmapComboBox for non-OSX platformsYuSanka
2020-11-02Custom control: first implementationYuSanka
2020-10-28Merge of pull request Add support for RepetierServer #4384 by @docboboVojtech Bubnik
with the following refactorings: 1) Removed the "printhost_slug" config from the Printer config and from all the Printer config related spots. 2) "printhost_slug" renamed to "printhost_port". Slug sounds nasty. 3) Improved error reporting of RepetierHost class. 4) Refactored for the new "Physical Printers" Following refactorings were done independently of the Repetier pull request: 1) Removed PrintHost static print config. 2) Clean-up after conversion of print host configuration from Printer config to Physical Printer config. 3) Fixed some issues, where the Printer config was still queried for host configuration. Vojtech believes that this should not happen after the host configuration is converted to physical printers. Vojtech still feels that more refactoring is needed in regard to porting the host configuration from Printer profile to the new Physical Printer profile.
2020-09-22Code refactoring of the OptionsGroup class:YuSanka
Controls are created only for the active page now
2020-06-25PhysicalPrinter. PhysicalPrinterDialog improvementsYuSanka
2020-05-22Reworked sys_color_changed() functionsYuSanka
Fixed OSX specific bugs: - toolbar flashing for some mainframe sizes (Retina specific) - size of mainframe when settings layout in slNew mode Added missed icons to the "white" folder
2020-04-16Completed a search list cleaning (deleted unused options).YuSanka
+ Implemented BlinkingBitmap + Options, that doesn't have related controls, are highlighted near the widgets.
2020-04-07Code cleaningYuSanka
2020-04-07Implemented blinking icon to highlight a searched fieldYuSanka
2020-04-01Merge remote-tracking branch 'origin/master' into ys_searchYuSanka
2020-04-01The print bed is limited to 1.2m x 1.2m. (related to #2877)YuSanka
2020-03-23Removed SearchCombobox from the Sidebar.YuSanka
Tab->SearchCombobox works with all parameters now. Overridden GetWindow() for PointCtrl.
2020-03-04WIP: Fixed some compilation issues on OSX, fixed some "override" vs. "virtual"bubnikv
warnings.
2020-02-18Fixed non-correct TextCtrl's update on wxEVT_KILL_FOCUS (partially related ↵YuSanka
to #3482), when for Parameter validation dialog "Selecting NO caused no change". OSX:TextCtrl:wxEVT_KILL_FOCUS: Second call is suppressed + Under OSX set a little bit more wider width for Fields
2020-02-12Alignments of options in settings tabsYuSanka
+ msw_rescale() is overridden for PrinterTab to rescale of all the option Pages and not just a respect to current print technology + A Setting of the option.width in PrintConfig is no need anymore
2019-09-02Fix for #2845YuSanka
+ Fixed get_config_value for coFloatOrPercent (percent mode allow non-just-int values)
2019-08-22Merge remote-tracking branch 'origin/master' into ys_update_settingsYuSanka
2019-08-22Implemented update for overridden options on sidebarYuSanka
2019-08-20Implemented button "Reset to Filament Color"YuSanka
2019-07-30Try to fix selection of overridden option when TextCtrl is focusedYuSanka
Note: the problem was observed only under OSX
2019-07-29Implemented some upgrades for filament overridesYuSanka
2019-07-28Implemented update of the override filaments options from/to configYuSanka
2019-05-20Fix wxSpinCtrl in settings on Mac OS, cf. #2237Vojtech Kral
2019-05-09Fixed localization of parameter legends.bubnikv
2019-05-09Fixed disappearing visual hints when the user presses the ENTER key while ↵Enrico Turri
editing one of the object manipulators fields
2019-04-25Added msw_buttons_rescale() - Function for a scaling Dialog's buttons under MSWYuSanka
2019-04-25Big Refactoring: - deleted/renamed all _Prusa_ prefixes,YuSanka
- cleaned code from commented parts - rescale() -> msw_rescale()
2019-04-17Implemented em_unit() function for getting of em_unit value from correct parent.YuSanka
+ Added correct em_unit to Fields
2019-04-14Application Scaling for MSW: Next big stepYuSanka
- Added rescale() function for the most of controls - Created PrusaBitmap and PrusaButton classes like a wrap to wxBitmap and wxButton accordingly
2019-03-08Some improvementsYuSanka
2019-03-07All wxComboBoxes are changed to the wxBitmapComboBoxesYuSanka
2019-01-29Tab: Update print host address and cafile properly, fix #1687Vojtech Kral
2019-01-14Fix of the change of the perimeters count in a vase-mode (part fix of #1649)YuSanka
2019-01-08Added wxEVT_TEXT_ENTER handling for TextCtrl, SpinCtrl & PointCtrl (but it ↵YuSanka
doesn't work under OSX) (fix of #1518)
2018-12-18Implemented updating of the settings values for PointCtrl and Choice.YuSanka
* wx_EVT_KILL_FOCES doesn't handled on OSX, so values are updating on wx_EVT_TEXT like a temporary workaround.
2018-12-11Added template for the handle of the TextCtrl's focus eventYuSanka
2018-12-11Update value inside TextCtrl & SpinCtrl after wxEVT_KILL_FOCES instead of ↵YuSanka
wxEVT_TEXT (or wxEVT_TEXT_ENTER)
2018-11-30Correct mixed_selection updating from 3dScene to ObjectListYuSanka
2018-11-26Removed some obsolete Perl bindings.bubnikv
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-21Fixed updating of the options values after the clearing of the TextCtrlYuSanka
2018-11-14SpinCtrsl inside Manipulation pane is replaced to TextCtrlsYuSanka
+ Added "proces_enter" mode for TextCtrl (The control will generate the event wxEVT_TEXT_ENTER)
2018-10-22Completed settings hiding according to view modeYuSanka