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 326214 - UML documentation tag should be optional
UML documentation tag should be optional
Status: RESOLVED FIXED
Product: dia
Classification: Other
Component: objects
CVS head
Other All
: Normal major
: 0.95
Assigned To: Dia maintainers
Dia maintainers
Depends on:
Blocks:
 
 
Reported: 2006-01-08 17:03 UTC by Hans Breuer
Modified: 2006-01-21 17:09 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Hans Breuer 2006-01-08 17:03:27 UTC
As discussed in some length in bug #325151 the recently
added UML tag {documentation = [...] } should be optional.

It not omly breaks existing diagrams like
http://bugzilla.gnome.org/attachment.cgi?id=56472&action=view
but IMHO clutters the view for no good reason. At least I have
not found any UML diagram yet which has this decoration.
And even if there are some, more informal diagrams should stay 
possible.
Comment 1 Hans Breuer 2006-01-21 17:09:10 UTC
2006-01-21  Hans Breuer  <hans@breuer.org>

	* objects/UML/class_dialog.c(attributes_create_page,
	operations_create_page) : dont connect
	to a not exisiting signal. Avoids "GLib-GObject-CRITICAL **:
	g_signal_connect_closure_by_id: assertion 'signal_id > 0' failed"
	(This was a leftover of introducing the GtkTextView instead of GtkEntry)

	* objects/UML/class_dialog.c objects/UML/class.c objects/UML/class.h :
	Introduce 'comment_tagging' switch which allows to hide the rendering
	{documentation = } Maybe a choice between ugliness and non-standard.
	Fixes bug #326214. (Unrelated: started to adapt casing of variables
	to Dia's common coding style)