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
2020-03-04Implemented "Detach preset from system" buttonYuSanka
2020-03-02Fix of #3739 (OSX: set width of "Editing" columnYuSanka
to avoid a column narrowing after a recreating of an application caused by a language changing) + Fix related to a bug, reported in #3617, about wrong placement of a "Purging volumes" button translated to the some languages
2020-02-14DoubleSlider:colored_band: Fixed get a correct color for extruder, when it's ↵YuSanka
changed from Settings Tab
2020-02-14DoubleSlider: Suppressed manipulation for sequential print.YuSanka
+ some code refactoring + experiment with alignment of several options inside the Line
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
2020-02-07Added separate icon for the SLA printer presetsYuSanka
DoubleSlider: + fixed bug with un-hidden tooltip when OneLayerLock is on + MultiAsSingle mode : Show context menu on Cog icon after L/RButtonClick
2019-10-29Fixed several warningsLukas Matena
2019-09-24Whitespace changes to supress misleading indentation warningsLukas Matena
These appear in newer gcc when spaces and tabs are mixed
2019-09-03Fixed couple of warnings in Field.cpp, GUI_App.cpp and OptionsGroup.cppYuSanka
2019-09-02Fix for #2845YuSanka
+ Fixed get_config_value for coFloatOrPercent (percent mode allow non-just-int values)
2019-08-27Refreshed the dictionaries.bubnikv
Introduced a new localization macro L_CONTEXT(string, context) to define context dependent translations. The only strings - "Top" and "Bottom" were already using context, but until now the context had to be added to the PrusaSlicer.pot file manually, while the context is being generated automatically now.
2019-08-19Fix encoding of a few files in GUIVojtech Kral
GUI/AboutDialog.cpp GUI/MainFrame.hpp GUI/OptionsGroup.cpp
2019-07-29Implemented some upgrades for filament overridesYuSanka
2019-07-28Implemented update of the override filaments options from/to configYuSanka
2019-07-22Merge branch 'master' into ys_overridesbubnikv
2019-07-10FreqChangedParams : workaround for right border alignmentYuSanka
2019-07-03Added UI-prototype for FilamentSettings->Overrides pageYuSanka
2019-06-18Merge remote-tracking branch 'remotes/origin/ys_new_features'bubnikv
2019-06-14Added transformation reset buttons in object manipulation panelLukas Matena
2019-05-30Layers sizer updatingYuSanka
2019-05-15Deleted unnecessary size settingsYuSanka
2019-05-14Fixed "bed_shape" revertingYuSanka
2019-05-10Fixed a regression bug (typo) in update of OptionGroups.bubnikv
2019-04-26Merge remote-tracking branch 'remotes/origin/master' into ↵bubnikv
vb_wold_object_manipulation
2019-04-26Fixed app name interpolation for : GUI_App, MainFrame, MsgDialog, ↵YuSanka
Preferences, Tab and UpdateDialogs + added edit_tooltip(), wich replaces Slic3r for SLIC3R_APP_KEY
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-24WIP: World / local transformations of an object instance from the side panel.bubnikv
2019-04-24WIP: Transformations of an instance in world coordinate systembubnikv
from the side panel.
2019-04-18Overrided on_dpi_changed() for some Dialogs:YuSanka
BedShapeDialog, KBShortcutsDialog, ConfigWizard, Preferences
2019-04-16Application Scaling for MSW: Added rescale function for DoubleSlider (from ↵YuSanka
Preview), ObjectList, ManipulationPanel and SettingsPanel + Set wider default size for Preset Comboboxes from Tabs (#2023)
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-20Added workaround for the non-editable wxBitmapComboBoxs under ↵YuSanka
OSXDisableAllSmartSubstitutions + experiments with Linux
2019-03-18Moved the Fileds from the Page object to the respective OptionGroupsbubnikv
for performance reasons. Disabled clearing of background for most of the static texts and Fields stored into OptionGrops.
2019-02-22Split the external infill pattern to separate top / bottom config values.bubnikv
Based on https://github.com/prusa3d/Slic3r/commit/f9344a00e37e179e44f970edd65fd124a9370a96 thanks @supermerill Implements #475, #479, #1133, #1474
2019-02-07Changed sidebar controls layoutYuSanka
2019-02-06Fixed scaling of the controls and InfoDialogs (Sys and About)YuSanka
2019-02-04Fixed rounding of numbers for the controls width (Try to fix controls ↵YuSanka
flashing on HDPI/linux)
2019-01-23I18N: wx 3.0 back-compat for translations with context, fix #1694Vojtech Kral
2019-01-21L10n improvementsYuSanka
2019-01-09Added parameter for pillar connection modetamasmeszaros
2018-12-13Removed display_flip_xy and added display_orientation instead.tamasmeszaros
When starting Slic3r and the profile is FDM type than it yields an assertion failure for wx. See Tab::update_page_tree_visibility() line 2371
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-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-22Position(Displacement)/Rotation/Scale for group selectionYuSanka
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-11-09Fixed controls layout on right panel.YuSanka
+ Split ObjectManipulation class to ObjectManipulation and ObjectSettings + fixed typo-bug in GetItemByVolumeId
2018-11-02Removed the STDMOVE macro.vb_modelbase_id_refactorbubnikv
2018-10-31Some code reviewYuSanka