GNOME Bugzilla – Bug 66915
resize actor at UML diagram
Last modified: 2005-12-28 16:04:54 UTC
Package: dia Severity: normal Version: 0.88.1 Synopsis: resize actor at UML diagram Bugzilla-Product: dia Bugzilla-Component: general Description: I try to resize actor at UML diagram and I have crash. I use original RedHat 7.2 Debugging Information: (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... 0x405c6d69 in wait4 () from /lib/libc.so.6
+ Trace 15056
------- Bug moved to this database by unknown@bugzilla.gnome.org 2001-12-13 18:08 ------- The original reporter (andreev@novoch.ru) of this bug does not have an account here. Reassigning to the exporter, unknown@bugzilla.gnome.org. Reassigning to the default owner of the component, james@daa.com.au.
Mass reassign of bugs to dia-maint@bugzilla.gnome.org.
The UML actor doesn't currently allow resizing. It may in the future.
Is there any technical reason preventing the UML actor being replaced with a Dia Shape? I've drawn an SVG version and it has the advantages of allowing you to use Line Styles, Flip Vertical and a few other things like that. Still trying to see if I can get the textbox working nicely.
Created attachment 38131 [details] Actor Shape to potentially replace UML Actor Object, no Text label I've attached my Actor.shape (no image, the old Actor pixmap can still be used) It does not contain a text label (yet). I had a version working that included a text box but I took out the text box, made other changes (foreground, background etc) and I have not been able to get the text box to work properly since. I'll give at a try some other day if people think this is a vialalbe solution.
2005-12-28 Hans Breuer <hans@breuer.org> * objects/UML/actor.c : Actor is finally resizable, fixes bug #66915
> use Line Styles, Flip Vertical and a few other things like that. Does this new version also allow anything else like line styles, or flipping?