Bug 84515

Summary: Option to turn off paramaters on sequence diagram messages
Product: [Applications] umbrello Reporter: Jonathan Riddell <jr>
Component: generalAssignee: Oliver Kellogg <okellogg>
Status: RESOLVED DUPLICATE    
Severity: wishlist    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

Description Jonathan Riddell 2004-07-05 15:30:44 UTC
Version:            (using KDE Devel)
Installed from:    Compiled sources

From BARTKO Zoltan

In my project I have operations with 13+ parameters. It is permissible to make a change to Umbrello that it does not show all 13 params, just () and the return type? or something similar?

Probably need to do "Bug 53376: Messages should refer to operations (currently just strings)" first.
Comment 1 Oliver Kellogg 2004-07-11 02:51:23 UTC
For now, I turned them off.
It would be better though to have an extra option for this.
Comment 2 Jonathan Riddell 2004-07-14 00:56:27 UTC
Yes, I think it should be an option to have them on or off.
Comment 3 Marco Díaz 2005-01-28 16:43:59 UTC
I have the opposite problem, the program does not show my parameter, what can i do?
Comment 4 Oliver Kellogg 2005-01-28 23:27:46 UTC
CVS commit by okellogg: 

Partial fix for bug 84515 (option to turn off params on sequence messages.)
Added is a new diagram general configuration option for this.
What is still missing is a signal that will instantly change all
message signatures when the diagram option is changed.
CCBUG:84515


  M +3 -3      ChangeLog   1.62
  M +7 -9      umbrello/floatingtext.cpp   1.67
  M +61 -30    umbrello/umlview.cpp   1.205
  M +29 -34    umbrello/umlview.h   1.70
  M +1 -0      umbrello/umlwidget.h   1.43
  M +13 -2     umbrello/dialogs/diagrampropertiespage.ui   1.12
  M +9 -2      umbrello/dialogs/selectopdlg.cpp   1.19
  M +3 -1      umbrello/dialogs/selectopdlg.h   1.7
  M +2 -0      umbrello/dialogs/umlviewdialog.cpp   1.26



Comment 5 Oliver Kellogg 2005-03-10 21:54:01 UTC
> What is still missing is a signal that will instantly change all
> message signatures when the diagram option is changed.

It turns out that this is not easy as long as the sequence
message texts are just passive strings. What is required is
that they be references to the true model objects for operations
(i.e. UMLOperation.)

*** This bug has been marked as a duplicate of 53376 ***