Bug 97984

Summary: Templates works for classes, but not for interfaces
Product: [Applications] umbrello Reporter: Nicolas Dumoulin <nicolas>
Component: generalAssignee: Oliver Kellogg <okellogg>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Mandrake RPMs   
OS: Linux   
Latest Commit: Version Fixed In:

Description Nicolas Dumoulin 2005-01-27 09:42:16 UTC
Version:           1.2.2 (using KDE KDE 3.2.3)
Installed from:    Mandrake RPMs
OS:                Linux

Templates classes are supported (http://bugs.kde.org/show_bug.cgi?id=53367)

But it isn't possible to parametrize interface in umbrello.
Comment 1 Oliver Kellogg 2005-01-27 20:25:45 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