[Uml-devel] kdesdk/umbrello/umbrello
Oliver Kellogg
okellogg at users.sourceforge.net
Sun Jan 9 00:23:03 UTC 2005
CVS commit by okellogg:
Write additional status bar messages.
Shows liveliness while loading very large projects.
M +1 -0 umldoc.cpp 1.231
M +1 -0 umllistview.cpp 1.142
--- kdesdk/umbrello/umbrello/umllistview.cpp #1.141:1.142
@@ -2371,4 +2371,5 @@ bool UMLListView::loadFromXMI( QDomEleme
QDomNode node = element.firstChild();
QDomElement domElement = node.toElement();
+ m_doc->writeToStatusBar( i18n("Loading listview...") );
while( !domElement.isNull() ) {
if( domElement.tagName() == "listitem" ) {
--- kdesdk/umbrello/umbrello/umldoc.cpp #1.230:1.231
@@ -2313,4 +2313,5 @@ bool UMLDoc::loadUMLObjectsFromXMI(QDomE
// Resolve the types.
// This is done in a separate pass because of possible forward references.
+ writeToStatusBar( i18n("Resolving object references...") );
for (UMLObjectListIt oit(m_objectList); oit.current(); ++oit) {
UMLObject *obj = oit.current();
More information about the umbrello-devel
mailing list