[Uml-devel] KDE/kdesdk/umbrello/umbrello
Ralf Habacker
ralf.habacker at gmail.com
Sun Jan 8 13:26:24 UTC 2012
SVN commit 1272518 by habacker:
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.
M +1 -0 CMakeLists.txt
M +1 -0 cmds.h
M +45 -16 dialogs/settingsdlg.cpp
M +5 -0 dialogs/settingsdlg.h
M +39 -14 dialogs/umlwidgetcolorpage.cpp
M +4 -0 dialogs/umlwidgetcolorpage.h
M +12 -0 umlview.cpp
M +12 -0 umlview.h
M +3 -3 widgets/activitywidget.cpp
M +1 -1 widgets/actorwidget.cpp
M +4 -4 widgets/artifactwidget.cpp
M +1 -1 widgets/categorywidget.cpp
M +5 -5 widgets/classifierwidget.cpp
M +1 -1 widgets/combinedfragmentwidget.cpp
M +1 -1 widgets/componentwidget.cpp
M +1 -1 widgets/datatypewidget.cpp
M +2 -2 widgets/entitywidget.cpp
M +2 -2 widgets/enumwidget.cpp
M +1 -1 widgets/floatingdashlinewidget.cpp
M +1 -1 widgets/nodewidget.cpp
M +1 -1 widgets/notewidget.cpp
M +3 -3 widgets/objectnodewidget.cpp
M +2 -2 widgets/objectwidget.cpp
M +1 -1 widgets/packagewidget.cpp
M +1 -1 widgets/preconditionwidget.cpp
M +3 -3 widgets/signalwidget.cpp
M +3 -3 widgets/statewidget.cpp
M +12 -0 widgets/umlwidget.cpp
M +10 -0 widgets/umlwidget.h
M +1 -1 widgets/usecasewidget.cpp
M +47 -0 widgets/widgetbase.cpp
M +15 -1 widgets/widgetbase.h
http://websvn.kde.org/?view=rev&revision=1272518
More information about the umbrello-devel
mailing list