After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 66915 - resize actor at UML diagram
resize actor at UML diagram
Status: RESOLVED FIXED
Product: dia
Classification: Other
Component: general
0.88.x
Other other
: Normal enhancement
: 0.95
Assigned To: Dia maintainers
Dia maintainers
Depends on:
Blocks:
 
 
Reported: 2001-12-13 23:05 UTC by Konstantin Andreev
Modified: 2005-12-28 16:04 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Actor Shape to potentially replace UML Actor Object, no Text label (1.32 KB, text/plain)
2005-03-01 23:43 UTC, Alan Horkan
Details

Description Konstantin Andreev 2001-12-13 23:08:59 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
  • #0 wait4
    from /lib/libc.so.6
  • #1 __check_rhosts_file
    from /lib/libc.so.6
  • #2 gnome_segv_handle
    from /usr/lib/libgnomeui.so.32
  • #3 killpg
    from /lib/libc.so.6
  • #4 gtk_marshal_NONE__NONE
    from /usr/lib/libgtk-1.2.so.0
  • #5 gtk_handlers_run
    from /usr/lib/libgtk-1.2.so.0
  • #6 gtk_signal_real_emit
    from /usr/lib/libgtk-1.2.so.0
  • #7 gtk_signal_emit
    from /usr/lib/libgtk-1.2.so.0
  • #8 gtk_widget_activate
    from /usr/lib/libgtk-1.2.so.0
  • #9 gtk_menu_shell_activate_item
    from /usr/lib/libgtk-1.2.so.0
  • #10 gtk_menu_shell_button_release
    from /usr/lib/libgtk-1.2.so.0
  • #11 gtk_marshal_BOOL__POINTER
    from /usr/lib/libgtk-1.2.so.0
  • #12 gtk_signal_real_emit
    from /usr/lib/libgtk-1.2.so.0
  • #13 gtk_signal_emit
    from /usr/lib/libgtk-1.2.so.0
  • #14 gtk_widget_event
    from /usr/lib/libgtk-1.2.so.0
  • #15 gtk_propagate_event
    from /usr/lib/libgtk-1.2.so.0
  • #16 gtk_main_do_event
    from /usr/lib/libgtk-1.2.so.0
  • #17 gdk_event_dispatch
    from /usr/lib/libgdk-1.2.so.0
  • #18 g_main_dispatch
    from /usr/lib/libglib-1.2.so.0
  • #19 g_main_iterate
    from /usr/lib/libglib-1.2.so.0
  • #20 g_main_run
    from /usr/lib/libglib-1.2.so.0
  • #21 gtk_main
    from /usr/lib/libgtk-1.2.so.0
  • #22 main
    at eval.c line 41
  • #23 __libc_start_main
    from /lib/libc.so.6
  • #0 wait4
    from /lib/libc.so.6
  • #1 __check_rhosts_file
    from /lib/libc.so.6
  • #2 gnome_segv_handle
    from /usr/lib/libgnomeui.so.32
  • #3 killpg
    from /lib/libc.so.6
  • #4 gtk_marshal_NONE__NONE
    from /usr/lib/libgtk-1.2.so.0
  • #5 gtk_handlers_run
    from /usr/lib/libgtk-1.2.so.0
  • #6 gtk_signal_real_emit
    from /usr/lib/libgtk-1.2.so.0
  • #7 gtk_signal_emit
    from /usr/lib/libgtk-1.2.so.0




------- 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.

Comment 1 James Henstridge 2002-05-02 01:25:32 UTC
Mass reassign of bugs to dia-maint@bugzilla.gnome.org.
Comment 2 Lars Clausen 2002-05-06 14:07:39 UTC
The UML actor doesn't currently allow resizing.  It may in the future.
Comment 3 Alan Horkan 2005-03-01 22:44:33 UTC
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.  
Comment 4 Alan Horkan 2005-03-01 23:43:45 UTC
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.
Comment 5 Hans Breuer 2005-12-28 11:46:40 UTC
2005-12-28  Hans Breuer  <hans@breuer.org>

	* objects/UML/actor.c : Actor is finally resizable, fixes bug #66915
	
Comment 6 Alan Horkan 2005-12-28 16:04:54 UTC
> 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?