[Uml-devel] branches/work/soc-umbrello/umbrello/widgets
Gopala Krishna A
krishna.ggk at gmail.com
Mon Aug 31 20:07:32 UTC 2009
SVN commit 1017888 by gopala:
* Introduced m_loadData - a QVariantMap, which is used as stash to store all
geometrical and other data while loading from XMI. These properties are
then applied in the activate() method.
(This solves several conceptual issues like invoking virtual calls from
paritially constructed widgets and also optimizes several repaints)
* Moved some settings from WidgetBase back to UMLWidgt as in trunk.
* Removed WidgetBase::slotInit(), sceneSetFirstTime() and other workarounds.
* Widgets are now made visible only in activate() method.
M +18 -29 associationwidget.cpp
M +1 -3 associationwidget.h
M +37 -17 umlwidget.cpp
M +104 -122 widgetbase.cpp
M +9 -21 widgetbase.h
http://websvn.kde.org/?view=rev&revision=1017888
More information about the umbrello-devel
mailing list