Revision 5b0bf1e...

Go back to digest for 29th December 2013

Features in Development Tools

Joris Steyn committed changes in [umbrello] /:

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

File Changes

Modified 19 files
  •   umbrello/CMakeLists.txt
  •   umbrello/cmds.h
  •   umbrello/listpopupmenu.cpp
  •   umbrello/listpopupmenu.h
  •   umbrello/uml.cpp
  •   umbrello/umlobject.cpp
  •   umbrello/umlscene.cpp
  •   umbrello/umlscene.h
  •   umbrello/widgets/classifierwidget.cpp
  •   umbrello/widgets/classifierwidget.h
  •   umbrello/widgets/umlwidget.cpp
  •   umbrello/widgets/umlwidget.h
  •   umbrello/widgets/widgetbase.cpp
  •   umbrello/widgets/widgetbase.h
  •   umbrello/cmds/widget/cmd_changeFillColor.cpp
  •   umbrello/cmds/widget/cmd_changeLineColor.cpp
  •   umbrello/cmds/widget/cmd_changeLineColor.h
  •   umbrello/cmds/widget/cmd_changeTextColor.cpp
  •   umbrello/cmds/widget/cmd_changeTextColor.h
19 files changed in total