[Uml-devel] KDE/kdesdk/umbrello
Oliver Kellogg
okellogg at users.sourceforge.net
Sat Jun 23 21:28:11 UTC 2007
SVN commit 679406 by okellogg:
sync with branches/KDE/3.5 r678729
M +3 -0 ChangeLog
M +2 -0 umbrello/umlwidget.cpp
--- trunk/KDE/kdesdk/umbrello/ChangeLog #679405:679406
@@ -5,11 +5,13 @@
* Wrong pascal code generation (146676)
* Crash when linking to undefined xmi.id (146748)
* End Activity Symbol gets invalid when line thickness is increased (146925)
+* The size of a fork/join is not restored (147069)
Version 1.5.71
* Bugs/wishes from http://bugs.kde.org:
* Preprocessor keywords ignored which causes endless loop in code import (119125)
+* Code generator for D language (124805)
* Unstable saves and loads, class names become dirty (145709)
* Crash on deleting class in list view (145762)
* Class attribute documentation not generated for python (145916)
@@ -57,6 +59,7 @@
* Crash when loading xmi with actor as object of sequence diagram (144442)
* ActionScript/JavaScript association code generation error (144788)
* Segmentation fault on loading corrupted file (145035)
+* Crash when moving all elements in a sequence diagram (145202)
Version 1.5.61
--- trunk/KDE/kdesdk/umbrello/umbrello/umlwidget.cpp #679405:679406
@@ -856,6 +856,8 @@
}
void UMLWidget::updateComponentSize() {
+ if (m_pDoc->loading())
+ return;
const QSize minSize = calculateSize();
const int w = minSize.width();
const int h = minSize.height();
More information about the umbrello-devel
mailing list