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-07-29ENABLE_GCODE_VIEWER_AS_STATE -> Fixed collapse toolbar showing-up when ↵enricoturri1966
presing [T] in gcode preview mode
2020-06-05Collapse toolbar moved from GLCanvas3D to Plater::privenricoturri1966
2020-05-27Includes cleanup:Lukas Matena
GUI_App.hpp (should not include) MainFrame.hpp MainFrame.hpp Plater.hpp ModelArrange.hpp Model.hpp Slicing.hpp PrintConfig.hpp FillBase.hpp PrintConfig.hpp GUI_App.hpp PrintConfig.hpp OptionsGroup.hpp GUI_App.hpp
2020-05-15ENABLE_CANVAS_TOOLTIP_USING_IMGUI set as defaultenricoturri1966
2020-05-13Fixed toolbar items reacting when disabledenricoturri1966
2020-05-13Auto scale of the toolbars in respect to the canvas sizeYuSanka
2020-05-06Merge remote-tracking branch 'origin/ys_layouts'YuSanka
2020-05-06Tech ENABLE_NON_STATIC_CANVAS_MANAGER set as defaultenricoturri1966
2020-05-04New Layouts: There 3 mode of a layout of the settings tabpanel :YuSanka
1. Old mode, as it was always. 2. New mode, when Settings Tabs are hidden on the Plater. Use "cog" icon for the switching to the settings tabs 3. Dlg mode, when Settings Tabs are extracted to the Settings dialog. Use "cog" icon for Show or Focus the Settings Dialog The "Collapse sidebar" toolbar appearance is set in the Preferences.
2020-03-30Added new icon for "collapse sidebar"YuSanka
+ The tooltip for a "Collapse" button is updated according to the collapse state
2020-03-25Fixed build on Macenricoturri1966
2020-03-25Fixed conflicts after merge with masterenricoturri1966
2020-03-25Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into ↵enricoturri1966
et_bug_fixes
2020-03-25ENABLE_MODIFIED_TOOLBAR_MOUSE_EVENT_HANDLING merged into ↵enricoturri1966
ENABLE_CANVAS_TOOLTIP_USING_IMGUI
2020-03-24Merge branch 'master' into devLukas Matena
2020-03-24Refactoring of toolbars' tooltip generationenricoturri1966
2020-03-19Fixing spurious deselection of objects when switching from 3d pathbubnikv
preview to plater using the bottom tool bar & left mouse click. This is result of the recent commits refactoring the mouse focus over toolbars handling. 739d8131abb7832fdcedd2b9a808e92c15fe1618
2020-03-18Modified mouse events handling for toolbarenricoturri1966
The toolbar was consuming the mouse up event preventing the gizmos to update their tooltip
2020-03-03Include cleanup in Plater, GLCanvas3D and GLGizmosManagerLukas Matena
2020-03-02GLCanvas3DManager moved from being a static member of _3DScene to be a ↵Enrico Turri
normal member of GUI_App
2020-02-13ENABLE_MODIFIED_TOOLBAR_TEXTURES set as defaultEnrico Turri
2020-01-163Dconnexion devices translation linearly dependent on zoomEnrico Turri
2020-01-07Fixed artifacts on toolbar and gizmobar icons showing up when changing ↵Enrico Turri
screen or toolbar scale factors
2019-12-05Follow-up of c370bb7141360776f603c9eec679e8d276dda56b -> Do not force even ↵Enrico Turri
size of toolbars icon textures
2019-12-05Forces even size and disable compression for toolbar icon texture to try to ↵Enrico Turri
solve artifacts on OsX Catalina
2019-12-04Localization improvements:version_2.2.0-alpha0YuSanka
* fixed "\n" at the end of phrases + updated list of files to localization + new PrusaSlicer.pot + Japanese localization
2019-09-10Fixed many warnings in following files:Lukas Matena
src/slic3r/Config/Snapshot.cpp src/slic3r/GUI/Field.cpp src/slic3r/GUI/GLToolbar.cpp src/slic3r/GUI/GUI_ObjectList.cpp src/slic3r/GUI/GUI_ObjectList.hpp src/slic3r/GUI/Plater.cpp src/slic3r/GUI/Plater.hpp src/slic3r/GUI/PresetBundle.cpp src/slic3r/GUI/Tab.cpp src/slic3r/GUI/wxExtensions.cpp
2019-09-04Removed a bunch of compile warningsEnrico Turri
2019-07-22Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into ↵Enrico Turri
et_custom_bed
2019-07-20Added additional tooltip to toolbar items and use it for undo/redo itemsenricoturri1966
2019-07-20Reworked rendering of toolbars background textureenricoturri1966
2019-07-19Undo/Redo buttons moved into their own toolbarEnrico Turri
2019-07-19Refactoring in GLTextureEnrico Turri
2019-07-15Merge remote-tracking branch 'remotes/origin/vb_undo_redo'bubnikv
2019-07-12Tech ENABLE_SVG_ICONS set as defaultEnrico Turri
2019-07-12Follow-up of 4c6c608342e92d6769205ea8b68bde7ebbef04d6 -> refactoringEnrico Turri
2019-07-11GLToolbar and GLToolbarItem refactored to allow two different actions when ↵Enrico Turri
left/right clicking on items. Stack dialog for undo and redo items is now shown on right click only
2019-07-11Deactivate undo/redo toolbar items when leaving the 3D scene or clicking into itEnrico Turri
2019-07-10Disable remaining toolbar items when one of them is toggable and pressedEnrico Turri
2019-07-10Modified toolbar to call RenderCallback only when the item is toggable and ↵Enrico Turri
pressed
2019-07-09Next improvements of an undo/redo from a toolbarYuSanka
2019-07-08Added undo/redo icons. Fist step to implementation Undo/Redo list for toolbarYuSanka
2019-07-01Removed GLVolume non-VBO renderingEnrico Turri
2019-06-24Fixed conflicts after merge with branch et_perpsective_cameraEnrico Turri
2019-06-24ENABLE_COMPRESSED_TEXTURES set as defaultEnrico Turri
2019-06-19More camera related functionalities moved from GLCanvas3D to CameraEnrico Turri
2019-06-14Tighter camera frustrum to reduce z-fightingEnrico Turri
2019-05-28Texture compression set as an optionEnrico Turri
2019-05-22Implemented a possibility to set a custom toolbars icon size (related to ↵YuSanka
#2247 and same others)
2019-04-11Copy and paste -> Added items for copy and paste on the toolbarEnrico Turri