Commit Graph

145 Commits

Author SHA1 Message Date
Erich Schubert 0967a91289 Add -hideprivateinner option 2018-11-03 23:06:36 +01:00
Erich Schubert bab25cbe35 invalid xml 2018-11-03 20:41:56 +01:00
Erich Schubert 2f27948475 Refactor font handling. 2018-10-27 23:18:31 +02:00
Erich Schubert 0477f4b82d add -!qualifyGenerics option that strips package names only in generics
This is useful in combination with `-qualify`;
in particular with `-qualify -postfixpackage`

This version also supports *inner* classes, where the outer class has a
generic.

Test case: `p1.Class<A extends g1.G>.Inner<B super g2.G>`

Depending on `-qualify` and `-qualifyGenerics` this can become either:
```
p1.Class<A extends g1.G>.Inner<B super g2.G>
p1.Class<A extends G>.Inner<B super G>
Class<A extends g1.G>.Inner<B super g2.G>
Class<A extends G>.Inner<B super G>
```
on the long run, it may however be convenient to also allow hiding
generics completely, and/or show them just as diamonds. For example
`Class<>.Inner<>` as a shorthand. Other users will prefer to see the
constraint only, e.g., `Class<G>.Inner<G>`... it may need a list of
different named formatters.
2018-10-24 10:55:35 +02:00
Erich Schubert 0e69b7a40f Add an @opt include option for the package view. 2018-10-21 03:38:40 +02:00
Erich Schubert ce3847a1e6
Remove -verbose2 from docs
According to the changelog, this option was removed.
2018-03-26 17:56:51 +02:00
Diomidis Spinellis 40b5a687cc Merge branch 'master' and update test data
To match the new -!autosize parameter.
2017-03-21 19:53:36 +02:00
Robert Ross 160a7db3a7 Added "-autosize" parameter and fixed parameter matching bug with "!" 2017-03-21 13:20:15 -04:00
Diomidis Spinellis e307530d8e Correct UMLGraph location 2016-10-24 20:38:25 +03:00
Georgios Gousios 37dc189a29 s/SQO-OSS/Alitheia Core/
Also, add link to the annotated source code.
2016-09-20 15:05:14 +02:00
Diomidis Spinellis 30a611ec91 Update project web page location 2016-09-16 23:38:47 +03:00
Diomidis Spinellis 09fab1724d Add reference to textual UML tool survey 2016-06-09 08:10:13 +03:00
Diomidis Spinellis 49a3f570bf Document package diagram generation 2015-10-05 15:14:30 +03:00
Diomidis Spinellis 0bf2c1e440 Use ActiveState Perl for doc building
Required for syntax coloring.
2014-10-28 21:53:01 +02:00
Diomidis Spinellis ac69e12d7a Remove obsolete RCS/CVS $Id$
Command used:
sed -i '/^# \$Id\$$/d;/^ \* \$Id\$$/d;/^<!-- \$Id\$ -->$/d;/\/\/ \$Id\$/d' $(fgrep -l \$Id $(git ls-files))
2014-10-28 16:29:43 +02:00
Diomidis Spinellis 4fe531b9d0 Add argoumk-graphiviz reference 2012-12-18 17:33:41 +02:00
Diomidis Spinellis b91039f798 Add pointer to Sketchlet 2012-09-02 17:44:22 +03:00
Diomidis Spinellis 402d57a502 Add Maven artifact deployment
Issue: #1
2012-05-31 19:04:17 +03:00
Diomidis Spinellis e92131fdca Improve file specifications 2012-05-18 11:01:42 +03:00
Diomidis Spinellis 5851e43722 Document release
* Add release data
* Add new version placeholder
* Document GitHub move
* Fix XML tag
2012-05-13 21:04:47 +03:00
Diomidis Spinellis a9de3300c0 Add contributors 2012-05-02 18:26:36 +03:00
Diomidis Spinellis e87bfa6d8a Tools are now on the Gygwin path 2012-04-25 12:57:44 +03:00
Diomidis Spinellis 87a3fc7df3 Add files missing from repo 2012-04-25 12:56:18 +03:00
Diomidis Spinellis f528f5c973 Move from CVS to Git 2012-04-25 12:03:34 +03:00
Diomidis Spinellis d54d8bf7da Added ability to make aggregate relationships navigable
The @has and @composed now also have corresponding @navhas
and @navcomposed relationships.

Contributed by: Alan Jeffrey.
2012-04-23 18:30:50 +00:00
Diomidis Spinellis 6fcc5df6ef Add missing @inferdepinpackage 2012-04-17 10:46:57 +00:00
Diomidis Spinellis 72ec8f2f41 Document changes 2012-04-17 09:23:08 +00:00
Diomidis Spinellis e8fcbbf72c Improvements after reviewing 2012-04-17 08:13:23 +00:00
Diomidis Spinellis 9cbc8dc9d2 Fix XML validation errors. 2011-01-08 18:38:06 +00:00
Diomidis Spinellis 17efed7a0c Release. 2011-01-08 18:24:44 +00:00
Diomidis Spinellis 88440e18d8 Fix to ensure that class images only appear once.
Contributed by:	Zhigang Xie.
2011-01-08 18:20:27 +00:00
Diomidis Spinellis 2a4c1a936e Make the maps of diagrams appearing in HTML content clickable.
Contributed by:	Bernd Onasch
2011-01-07 09:52:45 +00:00
Diomidis Spinellis d7384d7c0f Make the generation of diamond shapes compatible with GraphViz 2.27.
(Contributed by Soraya Santana de la Fe.)
2010-11-27 14:07:46 +00:00
Diomidis Spinellis 1ebaea9eb0 Add answer provided by Georgios Gousios. 2010-11-01 06:55:23 +00:00
Diomidis Spinellis 233c924f18 Add contributors of 5.2 5.3 2010-05-25 17:43:05 +00:00
Diomidis Spinellis eca48d28d3 New version. 2010-05-24 07:45:27 +00:00
Diomidis Spinellis be16a6b0ee Documentation generated with UMLGraph will process correctly
non-ASCII characters.
Fix contributed by: Gunho Kim
2009-11-12 08:06:09 +00:00
Diomidis Spinellis c3cba69d67 Add link to UML sequence diagram DSL.
Fix duplication in the contributor list.
2009-09-08 05:56:34 +00:00
Diomidis Spinellis 767f30bcf9 Add link to phpCallGraph. 2009-08-06 08:12:53 +00:00
Diomidis Spinellis 41d8a6b2e2 Sequence diagrams provide an option to specify whether objects are
underlined or not.
2009-02-10 10:12:05 +00:00
Diomidis Spinellis 75f8df20de Private fields. 2009-02-10 10:11:38 +00:00
Diomidis Spinellis e591d58a40 Pre-release. 2008-12-03 14:09:22 +00:00
Diomidis Spinellis 41b61d45e0 Corrected NullPointerException occurring when no global options were
available.
Fix supplied by Bernd Blacha.
2008-10-25 07:26:40 +00:00
Diomidis Spinellis 569d6849cc Fixed exception when an unknown class dependency is specified. 2008-10-20 09:55:42 +00:00
Diomidis Spinellis 328901d184 Corrected case of the tools.jar filename in the umlgraph shell script. 2008-09-12 15:26:53 +00:00
Diomidis Spinellis ad0b20256f Correct XML/XHTML errors. 2008-08-27 15:36:54 +00:00
Diomidis Spinellis 247bae4d13 Remove question that is no longer relevant. 2008-08-27 14:12:13 +00:00
Diomidis Spinellis d7eeaf436f Update to add missing names. 2008-08-27 14:11:53 +00:00
Diomidis Spinellis 67afa1ca2a Minor pre-release fixes. 2008-08-27 11:02:14 +00:00
Diomidis Spinellis 3bd60dfe7a Link to the MoinMoin sequence diagrams support page. 2008-08-27 10:56:07 +00:00