| Summary: | Templates works for classes, but not for interfaces | ||
|---|---|---|---|
| Product: | [Applications] umbrello | Reporter: | Nicolas Dumoulin <nicolas> |
| Component: | general | Assignee: | Oliver Kellogg <okellogg> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Mandrake RPMs | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Nicolas Dumoulin
2005-01-27 09:42:16 UTC
CVS commit by okellogg:
ClassifierWidget::calculateTemplatesBoxSize(): Moved here from ClassWidget.
ClassifierWidget::draw(): New. Factors common parts from {Class,Interface}Widget::draw().
BUG:97984
M +1 -1 ChangeLog 1.61
M +78 -0 umbrello/classifierwidget.cpp 1.8
M +16 -0 umbrello/classifierwidget.h 1.8
M +12 -85 umbrello/classwidget.cpp 1.39
M +0 -8 umbrello/classwidget.h 1.17
M +21 -17 umbrello/interfacewidget.cpp 1.32
M +1 -0 umbrello/listpopupmenu.cpp 1.63
M +3 -6 umbrello/umllistview.cpp 1.146
|