Revision 1272518

Go back to digest for 15th January 2012

Features in Development Tools

Ralf Habacker committed changes in /trunk/KDE/kdesdk/umbrello/umbrello:

added feature to change widgets text color

Text colors are changeable
- in the global ui settings (saved into umbrellorc)
- in the diagrams color settings (inital load from global settings)
- in the widget color settings

The text color of a widget is saved in the xmi file using the
attribute name 'textcolor'. If an xmi file without this attribute
is loaded the diagrams text color setting is used as text color.

File Changes

Modified 32 files
  • /trunk/KDE/kdesdk/umbrello/umbrello
  •   /CMakeLists.txt
  •   /cmds.h
  •   /umlview.cpp
  •   /umlview.h
  •   /dialogs/settingsdlg.cpp
  •   /dialogs/settingsdlg.h
  •   /dialogs/umlwidgetcolorpage.cpp
  •   /dialogs/umlwidgetcolorpage.h
  •   /widgets/activitywidget.cpp
  •   /widgets/actorwidget.cpp
  •   /widgets/artifactwidget.cpp
  •   /widgets/categorywidget.cpp
  •   /widgets/classifierwidget.cpp
  •   /widgets/combinedfragmentwidget.cpp
  •   /widgets/componentwidget.cpp
  •   /widgets/datatypewidget.cpp
  •   /widgets/entitywidget.cpp
  •   /widgets/enumwidget.cpp
  •   /widgets/floatingdashlinewidget.cpp
  •   /widgets/nodewidget.cpp
  •   /widgets/notewidget.cpp
  •   /widgets/objectnodewidget.cpp
  •   /widgets/objectwidget.cpp
  •   /widgets/packagewidget.cpp
  •   /widgets/preconditionwidget.cpp
  •   /widgets/signalwidget.cpp
  •   /widgets/statewidget.cpp
  •   /widgets/umlwidget.cpp
  •   /widgets/umlwidget.h
  •   /widgets/usecasewidget.cpp
  •   /widgets/widgetbase.cpp
  •   /widgets/widgetbase.h
32 files changed in total