Add Generic GraphViz options to the GraphVis report dialog for use by all graphviz related reports.

svn: r9515
This commit is contained in:
Brian Matherly
2007-12-16 03:51:02 +00:00
parent 71be179625
commit 4860b1e422
3 changed files with 137 additions and 17 deletions

View File

@@ -1,3 +1,7 @@
2007-12-15 Brian Matherly <brian@gramps-project.org>
* src/ReportBase/_GraphvizReportDialog.py: Add generic Graphviz options.
* src/ReportBase/_BareReportDialog.py: Allow dialogs to add options.
2007-12-15 Brian Matherly <brian@gramps-project.org>
* src/PluginUtils/_MenuOptions.py: Fix TextOption and EnumeratedListOption.