Extend Pro-Gen importer functionality

This commit is contained in:
Alois Poettker 2017-07-03 00:16:10 +02:00 committed by Nick Hall
parent 46d73a16a0
commit e14ea777d5
6 changed files with 4999 additions and 2204 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -41,7 +41,7 @@ fname = 'libcairodoc.py',
authors = ["The Gramps project"],
authors_email = ["http://gramps-project.org"],
#load_on_reg = True
)
)
#------------------------------------------------------------------------
#
@ -58,7 +58,7 @@ status = STABLE,
fname = 'libgedcom.py',
authors = ["The Gramps project"],
authors_email = ["http://gramps-project.org"],
)
)
#------------------------------------------------------------------------
#
@ -94,8 +94,9 @@ fname = 'libgrampsxml.py',
authors = ["The Gramps project"],
authors_email = ["http://gramps-project.org"],
#load_on_reg = True
)
#------------------------------------------------------------------------
)
#------------------------------------------------------------------------
#
# libholiday
#
@ -111,7 +112,7 @@ fname = 'libholiday.py',
authors = ["The Gramps project"],
authors_email = ["http://gramps-project.org"],
#load_on_reg = True
)
)
#------------------------------------------------------------------------
#
@ -129,7 +130,7 @@ fname = 'libhtmlbackend.py',
authors = ["The Gramps project"],
authors_email = ["http://gramps-project.org"],
#load_on_reg = True
)
)
#------------------------------------------------------------------------
#
@ -165,7 +166,7 @@ fname = 'libhtml.py',
authors = ["Gerald Britton"],
authors_email = ["gerald.britton@gmail.com"],
#load_on_reg = True
)
)
#------------------------------------------------------------------------
#
@ -235,6 +236,24 @@ authors = ["The Gramps project"],
authors_email = ["http://gramps-project.org"],
)
#------------------------------------------------------------------------
#
# libprogen
#
#------------------------------------------------------------------------
register(GENERAL,
id = 'libprogen',
name = "Pro-Gen lib",
description = _("Provides common functionality for Pro-Gen import"),
version = '1.0',
gramps_target_version = MODULE_VERSION,
status = STABLE,
fname = 'libprogen.py',
authors = ["The Gramps project"],
authors_email = ["http://gramps-project.org"],
#load_on_reg = True
)
#------------------------------------------------------------------------
#
# libplaceview
@ -268,6 +287,7 @@ fname = 'libsubstkeyword.py',
authors = ["The Gramps project"],
authors_email = ["http://gramps-project.org"],
)
#------------------------------------------------------------------------
#
# libtreebase

File diff suppressed because it is too large Load Diff

View File

@ -633,6 +633,7 @@ gramps/plugins/importer/importgedcom.py
gramps/plugins/importer/importgeneweb.py
gramps/plugins/importer/importgpkg.py
gramps/plugins/importer/importgrdb.py
gramps/plugins/importer/importprogen.glade
gramps/plugins/importer/importprogen.py
gramps/plugins/importer/importvcard.py
gramps/plugins/importer/importxml.py
@ -646,6 +647,7 @@ gramps/plugins/lib/libnarrate.py
gramps/plugins/lib/libpersonview.py
gramps/plugins/lib/libplaceview.py
gramps/plugins/lib/libplugins.gpr.py
gramps/plugins/lib/libprogen.py
gramps/plugins/lib/librecords.py
gramps/plugins/lib/libsubstkeyword.py
#gramps/plugins/lib/libtranslate.py