* src/plugins/TestcaseGenerator.py: Feed in more data, support Repositories, properly set types as (id,str) tuples instead of custom strings.

svn: r6056
This commit is contained in:
Martin Hawlisch
2006-03-03 12:31:35 +00:00
parent 5b9951ddc7
commit 190389d0ba
2 changed files with 241 additions and 265 deletions

View File

@@ -3,6 +3,8 @@
* src/Makefile.am: Images have been moved into subdir (makes "make" work again)
* src/FamilyView.py (info_string): Done crash is None as handle was
given (e.g. no father in family)
* src/plugins/TestcaseGenerator.py: Feed in more data, support Repositories,
properly set types as (id,str) tuples instead of custom strings.
2006-03-02 Don Allingham <don@gramps-project.org>
* src/EditUrl.py: renamed from UrlEdit.py