Undo stack and visual properties improvements
The multi-widget context menu allows setting visual properties ("Show") for a selection. Unlike the previous "toggle" behaviour it is now possible to (for example) hide all operations with one menu action. Also fixed: * applying the properties dialog without changes added a few undo commands to the stack * the "Delete" shortcut is renamed to "Delete Diagram" because that is what it does * mixed capitalization cmd/Cmd, is now always "Cmd" * changes to the following widget options are now tracked in the undo stack: ** visual properties ** use fill color ** line width ** font BUG: 329175 BUG: 329176
Showing
- umbrello/CMakeLists.txt 4 additions, 1 deletionumbrello/CMakeLists.txt
- umbrello/cmds.h 4 additions, 1 deletionumbrello/cmds.h
- umbrello/cmds/widget/cmd_changeFillColor.cpp 2 additions, 2 deletionsumbrello/cmds/widget/cmd_changeFillColor.cpp
- umbrello/cmds/widget/cmd_changeFont.cpp 9 additions, 14 deletionsumbrello/cmds/widget/cmd_changeFont.cpp
- umbrello/cmds/widget/cmd_changeFont.h 8 additions, 10 deletionsumbrello/cmds/widget/cmd_changeFont.h
- umbrello/cmds/widget/cmd_changeLineColor.cpp 4 additions, 11 deletionsumbrello/cmds/widget/cmd_changeLineColor.cpp
- umbrello/cmds/widget/cmd_changeLineColor.h 1 addition, 0 deletionsumbrello/cmds/widget/cmd_changeLineColor.h
- umbrello/cmds/widget/cmd_changeLineWidth.cpp 51 additions, 0 deletionsumbrello/cmds/widget/cmd_changeLineWidth.cpp
- umbrello/cmds/widget/cmd_changeLineWidth.h 35 additions, 0 deletionsumbrello/cmds/widget/cmd_changeLineWidth.h
- umbrello/cmds/widget/cmd_changeTextColor.cpp 4 additions, 2 deletionsumbrello/cmds/widget/cmd_changeTextColor.cpp
- umbrello/cmds/widget/cmd_changeTextColor.h 1 addition, 0 deletionsumbrello/cmds/widget/cmd_changeTextColor.h
- umbrello/cmds/widget/cmd_changeUseFillColor.cpp 53 additions, 0 deletionsumbrello/cmds/widget/cmd_changeUseFillColor.cpp
- umbrello/cmds/widget/cmd_changeUseFillColor.h 37 additions, 0 deletionsumbrello/cmds/widget/cmd_changeUseFillColor.h
- umbrello/cmds/widget/cmd_changeVisualProperty.cpp 55 additions, 0 deletionsumbrello/cmds/widget/cmd_changeVisualProperty.cpp
- umbrello/cmds/widget/cmd_changeVisualProperty.h 38 additions, 0 deletionsumbrello/cmds/widget/cmd_changeVisualProperty.h
- umbrello/listpopupmenu.cpp 77 additions, 25 deletionsumbrello/listpopupmenu.cpp
- umbrello/listpopupmenu.h 31 additions, 20 deletionsumbrello/listpopupmenu.h
- umbrello/uml.cpp 2 additions, 1 deletionumbrello/uml.cpp
- umbrello/umlobject.cpp 6 additions, 2 deletionsumbrello/umlobject.cpp
- umbrello/umlscene.cpp 54 additions, 52 deletionsumbrello/umlscene.cpp
Loading
Please register or sign in to comment