Skip to content

PieMenu 1.10

Latest
Compare
Choose a tag to compare
@Grubuntu Grubuntu released this 22 Nov 19:48
· 33 commits to master since this release
bd74eeb

1.10
Added workbench in toollist
Added ability to sort column tool and workbench column ascending or descending
Added ability to search WB in searchtool
Added fix for replace "Std_PieMenu_" by "PieMenu_" to comply with standard WB naming
Factorize some code
Removal of the ‘PieMenu’ header from the name of nested menus #112

1.9.5
Fix #109 : circular central button was not circular with the Opentheme theme
1.9.4
Fix [#106] : FreeCAD crash when we quit Sketcher with PieMenu validation button and 'Sketcher_Dimension'/'Sketcher_CompDimensionTools' is active Added ability to move or delete severals command at the same time in list tools : #105
1.9.3
Fix copy PieMenu not duplicate all parameters #104
Partially fix (#106)
1.9.2
Qt6 fix : pressing the global shortcut no longer opens PieMenu
Qt6 fix : modifiers shortcut were broken
Qt6 fix : keyValue == False in updateCommands() -Qt6 fix : function onToolListWidget() were broken, setting showquickmenu were broken
Qt6 fix : workbenches toolbars were broken
Qt6 fix : context mode and setting globalcontext were instable
Qt6 fix : add eventfilter to catch "minimize event", remove WA_MacAlwaysShowToolWindow : not supported in the same way in Qt5
Fix : setting immediate trigger
Fix :problem in createpie (add onpiechange()) to update values after create a new PieMenu
1.9.1
Fix window_icon that appears under the dialog window on Linux system
1.9
Added the ability to use FreeCAD's built-in icons for PieMenus (#97)
1.8.1
Use join() method from path module (as WIP-UIFile)
Fix issue : #94
Fix some useless code