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 678218 - SVG graph shows "G" as title
SVG graph shows "G" as title
Status: VERIFIED FIXED
Product: doxygen
Classification: Other
Component: general
1.8.1.1-SVN
Other Windows
: Normal normal
: ---
Assigned To: Dimitri van Heesch
Dimitri van Heesch
Depends on:
Blocks:
 
 
Reported: 2012-06-16 17:39 UTC by albert
Modified: 2012-07-22 11:13 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Example for "G" title (149.11 KB, application/x-compressed-tar)
2012-06-16 17:39 UTC, albert
  Details
Sensible title for (svg) graph when arrow used (24.80 KB, patch)
2012-06-16 17:46 UTC, albert
none Details | Review

Description albert 2012-06-16 17:39:18 UTC
Created attachment 216583 [details]
Example for "G" title

When pressing the arrow in the top left corner of an interactive svg graph a new tab is created with just the graph in it. The title of this new tab is "G" it would be nicer when this would give te name of the routine plus "Call graph" / "Caller graph".

See attached example
Comment 1 albert 2012-06-16 17:46:08 UTC
Created attachment 216584 [details] [review]
Sensible title for (svg) graph when arrow used

This patch gives the new window a more descriptive title when the arrow (top right) in an interactive svg graph is used.
2 new translator functions are required and have been implemented for the English and Dutch language, trCallerGraphGraph and trCallGraphGraph.
Comment 2 Dimitri van Heesch 2012-06-17 11:06:50 UTC
Thanks, I'll include the patch, but I decided to use the label in gray box (root node) as the graph's title.
Comment 3 André Klapper 2012-06-26 12:31:41 UTC
Comment on attachment 216584 [details] [review]
Sensible title for (svg) graph when arrow used

[Patch => setting "patch" flag and correct mimetype]
Comment 4 Dimitri van Heesch 2012-07-12 15:41:52 UTC
This bug was previously marked ASSIGNED, which means it should be fixed in
doxygen version 1.8.1.2. Please verify if this is indeed the case. Reopen the
bug if you think it is not fixed and please include any additional information
that you think can be relevant.
Comment 5 albert 2012-07-22 11:13:40 UTC
Works as described