* src/plugins/rel_da.py: Convert to new interface. Add to CVS.

* src/plugins/rel_fi.py: Convert to new interface. Add to CVS.
* src/plugins/rel_fr.py: Convert to new interface. Add to CVS.
* src/plugins/rel_no.py: Convert to new interface. Add to CVS.
* src/plugins/rel_sv.py: Convert to new interface. Add to CVS.
* src/plugins/Makefile.am: Ship new files.
* src/Relationship.py (apply_filter): Keep gender info of all
member in the relationship chain, not just number of generations;
(is_spouse): correctly compare handles; (get_relationship_distance,
get_relationship, get_grandparents_string): correctly use apply_filter.
* src/plugins/rel_it.py (get_relationship): Correctly use apply_filter.
* src/plugins/rel_hu.py (get_relationship): Correctly use apply_filter.
* src/plugins/rel_de.py (is_spouse): Remove function;
(get_relationship): Correctly use apply_filter.
* src/plugins/rel_ru.py (is_spouse): Remove function;
(get_relationship): Correctly use apply_filter.


svn: r3452
This commit is contained in:
Alex Roitman
2004-08-20 19:10:01 +00:00
parent 7d259a6349
commit 96ab4c4bdb
12 changed files with 1196 additions and 36 deletions

View File

@@ -50,7 +50,12 @@ pkgdata_PYTHON = \
RelGraph.py\
rel_it.py\
rel_hu.py\
rel_de.py
rel_da.py\
rel_de.py\
rel_fi.py\
rel_fr.py\
rel_no.py\
rel_sv.py
pkgpyexecdir = @pkgpyexecdir@/plugins
pkgpythondir = @pkgpythondir@/plugins