Summary: | Option to turn off paramaters on sequence diagram messages | ||
---|---|---|---|
Product: | [Applications] umbrello | Reporter: | Jonathan Riddell <jr> |
Component: | general | Assignee: | Oliver Kellogg <okellogg> |
Status: | RESOLVED DUPLICATE | ||
Severity: | wishlist | ||
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Jonathan Riddell
2004-07-05 15:30:44 UTC
For now, I turned them off. It would be better though to have an extra option for this. Yes, I think it should be an option to have them on or off. I have the opposite problem, the program does not show my parameter, what can i do? 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 > 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 *** |