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-06-02Follow-up 7eebd56b5f281a770485eca5f29e51b9e77f3a56 - fixed a typoYuSanka
+ added add_negative.svg for dark mode
2021-06-02Fixed DnD for "Model part" volumes inside the objectYuSanka
Fixed volumes order inside the object
2021-05-28Update extruder show/hide and default extruder color in respect to the ↵YuSanka
volume type
2021-05-26Fixed DnD function for volumes inside the object in respect to the volume typeYuSanka
2021-05-24Added "Negative volume" type item to the ObjectListYuSanka
2021-05-18Fix of some warningsYuSanka
2021-05-12Added a missing include (gcc)Lukas Matena
2021-05-11Implementation for #6216Oleksandra Yushchenko
* Implementation for #6216 - Make number keys select extruder when object treeview has focus + deleted unused extruder_selection() + Fixed notification after splitting of the solid object * Follow up https://github.com/prusa3d/PrusaSlicer/commit/85a10268b9eabfa8aac4c7b1361136b40b75f9f0 - OSX implementation + Added shortcuts description to the "Keyboard Shortcuts" dialog * Workaround to use "+/-" and numbers shortcuts on Linux + Fixed build on Linux * OSX specific: fixed a work of keyboard accelerators from numbers on NumPad keyboard * KBShortcutsDialog: fixed shortcuts for "Preferences" and "Show/Hide 3Dconnexion devices settings dialog, if enabled" under osx and "Set Printable/Unprintable" and "Set extruder" under Linux + OSX specific: Added minimize of the application on "Cmd+M" * Hot-fix for https://github.com/prusa3d/PrusaSlicer/commit/6efeb9d6b433f49aaca8ee42ed02d824c452eb8e * Removed Linux specific workaround
2021-05-10Linux specific: Fixed ObjectDataViewModel::GetColumnType()YuSanka
When "string" type was returned, strange editing TextControl was appeared. + Added check of the selection for ObjectList::toggle_printable_state() function
2021-05-10Fixed conflicts after merge with masterenricoturri1966
2021-05-07Fixed conflicts after merge with masterenricoturri1966
2021-05-04ObjectList: Fixed update of the selection, when some gizmo in 3D-Scene is ↵YuSanka
activated
2021-05-03Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into ↵enricoturri1966
et_project_dirty_state
2021-04-30Fixed a bug with selection from the 3D-scene when ObjectSettings item is ↵YuSanka
selected in ObjectList Steps to repro: 1. Add 2 objects, add Settings for some of object -> Object Settings item is selected 2. In the 3D-scene select another object -> BUG: no changes in the ObjectList
2021-04-28Tech ENABLE_ALLOW_NEGATIVE_Z->Fixed object popping up after editing layer ↵enricoturri1966
range fields
2021-04-19Info in ObjectList: Added variable layer heightLukas Matena
2021-04-19Info in ObjectList: Settings should be above the new info items, info items ↵Lukas Matena
are selectable
2021-04-19Show info about custom supports and seam in ObjectListLukas Matena
Slight refactoring in GLGizmosManager so it is easier to open a gizmo from the ObjectList
2021-04-06Extended interface of project dirty state managerenricoturri1966
2021-03-24Added "Printable" menu item for multiple selectionYuSanka
2021-03-15Ys code refactoring (#6227)Oleksandra Yushchenko
* GUI_ObjectList code refactoring: The MenuFactory structure contains functions related to the context menu and bitmaps used to different volume types. The SettingsFactory structure contains functions to getting overridden options, its bundles and bitmaps used to setting categories. Fixed bugs/crashes: 1. Add object -> Add Settings from 3D scene -> Right click on object => Part's Settings list instead of object's (Same behavior if something else but Object is selected in ObjectList) 2. Add settings to the part -> Change part type to the "Support Blocker/Enforcer" -> Settings disappears (it's OK) but => Save Project -> Open project => Support Blocker/Enforcer has a settings 3. Add part for object -> Change type of part -> Change monitor DPI -> old type icon appears 4. Select all instances in ObjectList -> Context menu in 3D scene -> Add Settings -> Select some category -> Crash * ObjectLayers: Fixed a crash on re-scaling, when some layer range is selected * Fixed OSX build * Added menu item "Split to Objects" for multipart objects + Fixed bug: Add 2 parts, Add some settings for one part Delete part without settings => Single part object without settings, but settings are applied for the object. + Next refactoring: use same menu for Plater and ObjectList
2021-03-05Added a missing include for gccLukas Matena
2021-03-04Added progress dialog for adding parts from filesenricoturri1966
2021-02-26Added an empty category icon for Fuzzy Skin to prevent crashes in ObjectListLukas Matena
The icon should later be replaced by a proper one.
2021-02-24Fix of Add option to change support interface pattern #1197Vojtech Bubnik
New config field for switching the support interface pattern between default (rectilinear for non-soluble interface, concentric for soluble interface), explicit rectilinear and explicit concentric. Also the config layer was reworked a bit to reduce some switch statements on ConfigOptionEnum<> templates.
2021-02-22ObjectList: After deleting volumes from the object, update the extruder ↵YuSanka
color for the object from the last and only volume
2021-02-22Fix of #6094 - Slicer crashes in MMU2S modeYuSanka
2021-02-16Fixed a bug with erase of the multiple instance selection in 3D-sceneYuSanka
+ Try to fix accidentally crash on Copy/Paste
2021-02-10SPE-1103 Added menu items for the conversation of the volumes from/to metersYuSanka
Related to #4521
2021-02-10Merge pull request #5723 from mathiasvr/patch-1Vojtěch Bubník
remove "Some text"
2021-02-08Fixing Clang warnings 1Lukas Matena
2021-02-04Fixed compilation on OSXVojtech Bubnik
2021-02-03Localization: Added plural form for some phrases, updated POTYuSanka
2021-02-03Squash merge of lh_brim_rework,Vojtech Bubnik
brim separated to Brim.cpp,hpp Refactored accessors to PrintObjectPtrs, PrintRegionPtrs, LayerPtrs, SupportLayerPtrs for const correctness.
2021-01-13Merge remote-tracking branch 'origin/master' into devYuSanka
2021-01-09remove "Some text"Mathias Rasmussen
2021-01-07Fix of #5568 - Unselecting more than 10 copies stops at copy 10YuSanka
But really bug was: incorrectly interrupted DnD.
2021-01-04Fix of #5606 (Force invalidation when object settings are deleted)Lukas Matena
2020-12-30Fix of #5517 "Unsupported Selection" error when copy pasting objects with ↵YuSanka
modifiers...
2020-12-30ObjectList: Smart update of the min height in respect to the items count.YuSanka
Min 7 items and max 15 items
2020-12-22Fixed a crash on copy/paste, when ObjectList has no selection. Related to #5517YuSanka
2020-12-18Decrease min height for ObjectList (related to #5462)YuSanka
2020-12-11Fix of #5007 - "Reload from disk" causes objects converted to inches to ↵YuSanka
revert to mm
2020-12-08Fix for OSXVojtech Bubnik
2020-12-08Increase min height for the ObjectList.YuSanka
Related to the FR #5162
2020-12-08Fixes "Add instance" and "Remove instance" hotkeys don't work when object is ↵Vojtech Bubnik
selected via de object browser #5350 Captures the +- hotkeys in the object list to add / remove an instance.
2020-12-04Delete whole object, when all instances are selected. Fix for #5191YuSanka
2020-10-16Show "Merge" item of the context menu for multiple selection only for ↵YuSanka
objects or instances
2020-10-12Changed wording of "Revert from imperial units"Vojtech Bubnik
2020-09-24New class ModelConfig wrapping DynamicPrintConfig and a timestampVojtech Bubnik
to help with detecting "not changed" event when taking Undo/Redo snapshot or synchronizing with the back-end. Converted layer height profile and supports / seam painted areas to the same timestamp controlled structure.