bump to '4.2.0' version

This commit is contained in:
Jérôme Rapinat
2014-06-18 15:26:29 +02:00
parent 546a53e6f2
commit 36f481a5ef
20 changed files with 194 additions and 159 deletions

View File

@ -18,6 +18,8 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
# #
MODULE_VERSION="4.2"
#------------------------------------------------------------------------ #------------------------------------------------------------------------
# #
# Ascii docgen # Ascii docgen
@ -29,7 +31,7 @@ plg.id = 'asciidoc'
plg.name = _("Plain Text") plg.name = _("Plain Text")
plg.description = _("Generates documents in plain text format (.txt).") plg.description = _("Generates documents in plain text format (.txt).")
plg.version = '1.0' plg.version = '1.0'
plg.gramps_target_version = '4.1' plg.gramps_target_version = MODULE_VERSION
plg.status = STABLE plg.status = STABLE
plg.fname = 'asciidoc.py' plg.fname = 'asciidoc.py'
plg.ptype = DOCGEN plg.ptype = DOCGEN
@ -50,7 +52,7 @@ plg.id = 'gtkprint'
plg.name = _('Print...') plg.name = _('Print...')
plg.description = _("Generates documents and prints them directly.") plg.description = _("Generates documents and prints them directly.")
plg.version = '1.0' plg.version = '1.0'
plg.gramps_target_version = '4.1' plg.gramps_target_version = MODULE_VERSION
plg.status = STABLE plg.status = STABLE
plg.fname = 'gtkprint.py' plg.fname = 'gtkprint.py'
plg.ptype = DOCGEN plg.ptype = DOCGEN
@ -71,7 +73,7 @@ plg.id = 'htmldoc'
plg.name = _('HTML') plg.name = _('HTML')
plg.description = _("Generates documents in HTML format.") plg.description = _("Generates documents in HTML format.")
plg.version = '1.0' plg.version = '1.0'
plg.gramps_target_version = '4.1' plg.gramps_target_version = MODULE_VERSION
plg.status = STABLE plg.status = STABLE
plg.fname = 'htmldoc.py' plg.fname = 'htmldoc.py'
plg.ptype = DOCGEN plg.ptype = DOCGEN
@ -92,7 +94,7 @@ plg.id = 'latexdoc'
plg.name = _('LaTeX') plg.name = _('LaTeX')
plg.description = _("Generates documents in LaTeX format.") plg.description = _("Generates documents in LaTeX format.")
plg.version = '1.0' plg.version = '1.0'
plg.gramps_target_version = '4.1' plg.gramps_target_version = MODULE_VERSION
plg.status = STABLE plg.status = STABLE
plg.fname = 'latexdoc.py' plg.fname = 'latexdoc.py'
plg.ptype = DOCGEN plg.ptype = DOCGEN
@ -114,7 +116,7 @@ plg.name = _('OpenDocument Text')
plg.description = _("Generates documents in OpenDocument " plg.description = _("Generates documents in OpenDocument "
"Text format (.odt).") "Text format (.odt).")
plg.version = '1.0' plg.version = '1.0'
plg.gramps_target_version = '4.1' plg.gramps_target_version = MODULE_VERSION
plg.status = STABLE plg.status = STABLE
plg.fname = 'odfdoc.py' plg.fname = 'odfdoc.py'
plg.ptype = DOCGEN plg.ptype = DOCGEN
@ -135,7 +137,7 @@ plg.id = 'pdfdoc'
plg.name = _('PDF document') plg.name = _('PDF document')
plg.description = _("Generates documents in PDF format (.pdf).") plg.description = _("Generates documents in PDF format (.pdf).")
plg.version = '1.0' plg.version = '1.0'
plg.gramps_target_version = '4.1' plg.gramps_target_version = MODULE_VERSION
plg.status = STABLE plg.status = STABLE
plg.fname = 'cairodoc.py' plg.fname = 'cairodoc.py'
plg.ptype = DOCGEN plg.ptype = DOCGEN
@ -156,7 +158,7 @@ plg.id = 'psdrawdoc'
plg.name = _('PostScript') plg.name = _('PostScript')
plg.description = _("Generates documents in PostScript format (.ps).") plg.description = _("Generates documents in PostScript format (.ps).")
plg.version = '2.0' plg.version = '2.0'
plg.gramps_target_version = '4.1' plg.gramps_target_version = MODULE_VERSION
plg.status = STABLE plg.status = STABLE
plg.fname = 'cairodoc.py' plg.fname = 'cairodoc.py'
plg.ptype = DOCGEN plg.ptype = DOCGEN
@ -177,7 +179,7 @@ plg.id = 'rftdoc'
plg.name = _('RTF document') plg.name = _('RTF document')
plg.description = _("Generates documents in Rich Text format (.rtf).") plg.description = _("Generates documents in Rich Text format (.rtf).")
plg.version = '1.0' plg.version = '1.0'
plg.gramps_target_version = '4.1' plg.gramps_target_version = MODULE_VERSION
plg.status = STABLE plg.status = STABLE
plg.fname = 'rtfdoc.py' plg.fname = 'rtfdoc.py'
plg.ptype = DOCGEN plg.ptype = DOCGEN
@ -199,7 +201,7 @@ plg.name = _('SVG document')
plg.description = _("Generates documents in Scalable " plg.description = _("Generates documents in Scalable "
"Vector Graphics format (.svg).") "Vector Graphics format (.svg).")
plg.version = '1.0' plg.version = '1.0'
plg.gramps_target_version = '4.1' plg.gramps_target_version = MODULE_VERSION
plg.status = STABLE plg.status = STABLE
plg.fname = 'svgdrawdoc.py' plg.fname = 'svgdrawdoc.py'
plg.ptype = DOCGEN plg.ptype = DOCGEN

View File

@ -19,6 +19,8 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
# #
MODULE_VERSION="4.2"
#------------------------------------------------------------------------ #------------------------------------------------------------------------
# #
# Ancestor Tree # Ancestor Tree
@ -30,7 +32,7 @@ plg.id = 'ancestor_chart,BKI'
plg.name = _("Ancestor Chart") plg.name = _("Ancestor Chart")
plg.description = _("Produces a graphical ancestral chart") plg.description = _("Produces a graphical ancestral chart")
plg.version = '1.0' plg.version = '1.0'
plg.gramps_target_version = '4.1' plg.gramps_target_version = MODULE_VERSION
plg.status = STABLE plg.status = STABLE
plg.fname = 'ancestortree.py' plg.fname = 'ancestortree.py'
plg.ptype = REPORT plg.ptype = REPORT
@ -46,7 +48,7 @@ plg.id = 'ancestor_chart'
plg.name = _("Ancestor Tree") plg.name = _("Ancestor Tree")
plg.description = _("Produces a graphical ancestral tree") plg.description = _("Produces a graphical ancestral tree")
plg.version = '1.0' plg.version = '1.0'
plg.gramps_target_version = '4.1' plg.gramps_target_version = MODULE_VERSION
plg.status = STABLE plg.status = STABLE
plg.fname = 'ancestortree.py' plg.fname = 'ancestortree.py'
plg.ptype = REPORT plg.ptype = REPORT
@ -68,7 +70,7 @@ plg.id = 'calendar'
plg.name = _("Calendar") plg.name = _("Calendar")
plg.description = _("Produces a graphical calendar") plg.description = _("Produces a graphical calendar")
plg.version = '1.0' plg.version = '1.0'
plg.gramps_target_version = '4.1' plg.gramps_target_version = MODULE_VERSION
plg.status = STABLE plg.status = STABLE
plg.fname = 'calendarreport.py' plg.fname = 'calendarreport.py'
plg.ptype = REPORT plg.ptype = REPORT
@ -90,7 +92,7 @@ plg.id = 'descend_chart,BKI'
plg.name = _("Descendant Chart") plg.name = _("Descendant Chart")
plg.description = _("Produces a graphical descendant chart") plg.description = _("Produces a graphical descendant chart")
plg.version = '1.0' plg.version = '1.0'
plg.gramps_target_version = '4.1' plg.gramps_target_version = MODULE_VERSION
plg.status = STABLE plg.status = STABLE
plg.fname = 'descendtree.py' plg.fname = 'descendtree.py'
plg.ptype = REPORT plg.ptype = REPORT
@ -106,7 +108,7 @@ plg.id = 'descend_chart'
plg.name = _("Descendant Tree") plg.name = _("Descendant Tree")
plg.description = _("Produces a graphical descendant tree") plg.description = _("Produces a graphical descendant tree")
plg.version = '1.0' plg.version = '1.0'
plg.gramps_target_version = '4.1' plg.gramps_target_version = MODULE_VERSION
plg.status = STABLE plg.status = STABLE
plg.fname = 'descendtree.py' plg.fname = 'descendtree.py'
plg.ptype = REPORT plg.ptype = REPORT
@ -132,7 +134,7 @@ plg.status = STABLE
plg.fname = 'descendtree.py' plg.fname = 'descendtree.py'
plg.ptype = REPORT plg.ptype = REPORT
plg.category = CATEGORY_DRAW plg.category = CATEGORY_DRAW
plg.gramps_target_version = '4.1' plg.gramps_target_version = MODULE_VERSION
plg.authors = ["Craig J. Anderson"] plg.authors = ["Craig J. Anderson"]
plg.authors_email = ["ander882@hotmail.com"] plg.authors_email = ["ander882@hotmail.com"]
plg.require_active = True plg.require_active = True
@ -149,7 +151,7 @@ plg.status = STABLE
plg.fname = 'descendtree.py' plg.fname = 'descendtree.py'
plg.ptype = REPORT plg.ptype = REPORT
plg.category = CATEGORY_DRAW plg.category = CATEGORY_DRAW
plg.gramps_target_version = '4.1' plg.gramps_target_version = MODULE_VERSION
plg.authors = ["Craig J. Anderson"] plg.authors = ["Craig J. Anderson"]
plg.authors_email = ["ander882@hotmail.com"] plg.authors_email = ["ander882@hotmail.com"]
plg.require_active = True plg.require_active = True
@ -168,7 +170,7 @@ plg.id = 'fan_chart'
plg.name = _("Fan Chart") plg.name = _("Fan Chart")
plg.description = _("Produces fan charts") plg.description = _("Produces fan charts")
plg.version = '1.0' plg.version = '1.0'
plg.gramps_target_version = '4.1' plg.gramps_target_version = MODULE_VERSION
plg.status = STABLE plg.status = STABLE
plg.fname = 'fanchart.py' plg.fname = 'fanchart.py'
plg.ptype = REPORT plg.ptype = REPORT
@ -191,7 +193,7 @@ plg.name = _("Statistics Charts")
plg.description = _("Produces statistical bar and pie charts of the people " plg.description = _("Produces statistical bar and pie charts of the people "
"in the database") "in the database")
plg.version = '1.0' plg.version = '1.0'
plg.gramps_target_version = '4.1' plg.gramps_target_version = MODULE_VERSION
plg.status = STABLE plg.status = STABLE
plg.fname = 'statisticschart.py' plg.fname = 'statisticschart.py'
plg.ptype = REPORT plg.ptype = REPORT
@ -214,7 +216,7 @@ plg.id = 'timeline'
plg.name = _("Timeline Chart") plg.name = _("Timeline Chart")
plg.description = _("Produces a timeline chart.") plg.description = _("Produces a timeline chart.")
plg.version = '1.0' plg.version = '1.0'
plg.gramps_target_version = '4.1' plg.gramps_target_version = MODULE_VERSION
plg.status = STABLE plg.status = STABLE
plg.fname = 'timeline.py' plg.fname = 'timeline.py'
plg.ptype = REPORT plg.ptype = REPORT

View File

@ -18,6 +18,8 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
# #
MODULE_VERSION="4.2"
#------------------------------------------------------------------------ #------------------------------------------------------------------------
# #
# Comma _Separated Values Spreadsheet (CSV) # Comma _Separated Values Spreadsheet (CSV)
@ -30,7 +32,7 @@ plg.name = _("Comma Separated Values Spreadsheet (CSV)")
plg.name_accell = _("Comma _Separated Values Spreadsheet (CSV)") plg.name_accell = _("Comma _Separated Values Spreadsheet (CSV)")
plg.description = _("CSV is a common spreadsheet format.") plg.description = _("CSV is a common spreadsheet format.")
plg.version = '1.0' plg.version = '1.0'
plg.gramps_target_version = '4.1' plg.gramps_target_version = MODULE_VERSION
plg.status = STABLE plg.status = STABLE
plg.fname = 'exportcsv.py' plg.fname = 'exportcsv.py'
plg.ptype = EXPORT plg.ptype = EXPORT
@ -51,7 +53,7 @@ plg.name = _('Web Family Tree')
plg.name_accell = _('_Web Family Tree') plg.name_accell = _('_Web Family Tree')
plg.description = _("Web Family Tree format") plg.description = _("Web Family Tree format")
plg.version = '1.0' plg.version = '1.0'
plg.gramps_target_version = '4.1' plg.gramps_target_version = MODULE_VERSION
plg.status = STABLE plg.status = STABLE
plg.fname = 'exportftree.py' plg.fname = 'exportftree.py'
plg.ptype = EXPORT plg.ptype = EXPORT
@ -73,7 +75,7 @@ plg.name_accell = _('GE_DCOM')
plg.description = _('GEDCOM is used to transfer data between genealogy programs. ' plg.description = _('GEDCOM is used to transfer data between genealogy programs. '
'Most genealogy software will accept a GEDCOM file as input.') 'Most genealogy software will accept a GEDCOM file as input.')
plg.version = '1.0' plg.version = '1.0'
plg.gramps_target_version = '4.1' plg.gramps_target_version = MODULE_VERSION
plg.status = STABLE plg.status = STABLE
plg.fname = 'exportgedcom.py' plg.fname = 'exportgedcom.py'
plg.ptype = EXPORT plg.ptype = EXPORT
@ -94,7 +96,7 @@ plg.name = _('GeneWeb')
plg.name_accell = _('_GeneWeb') plg.name_accell = _('_GeneWeb')
plg.description = _('GeneWeb is a web based genealogy program.') plg.description = _('GeneWeb is a web based genealogy program.')
plg.version = '1.0' plg.version = '1.0'
plg.gramps_target_version = '4.1' plg.gramps_target_version = MODULE_VERSION
plg.status = STABLE plg.status = STABLE
plg.fname = 'exportgeneweb.py' plg.fname = 'exportgeneweb.py'
plg.ptype = EXPORT plg.ptype = EXPORT
@ -116,7 +118,7 @@ plg.name_accell = _('Gra_mps XML Package (family tree and media)')
plg.description = _('Gramps package is an archived XML family tree together ' plg.description = _('Gramps package is an archived XML family tree together '
'with the media object files.') 'with the media object files.')
plg.version = '1.0' plg.version = '1.0'
plg.gramps_target_version = '4.1' plg.gramps_target_version = MODULE_VERSION
plg.status = STABLE plg.status = STABLE
plg.fname = 'exportpkg.py' plg.fname = 'exportpkg.py'
plg.ptype = EXPORT plg.ptype = EXPORT
@ -139,7 +141,7 @@ plg.description = _('Gramps XML export is a complete archived XML backup of a'
' Gramps family tree without the media object files.' ' Gramps family tree without the media object files.'
' Suitable for backup purposes.') ' Suitable for backup purposes.')
plg.version = '1.0' plg.version = '1.0'
plg.gramps_target_version = '4.1' plg.gramps_target_version = MODULE_VERSION
plg.status = STABLE plg.status = STABLE
plg.fname = 'exportxml.py' plg.fname = 'exportxml.py'
plg.ptype = EXPORT plg.ptype = EXPORT
@ -160,7 +162,7 @@ plg.name = _('vCalendar')
plg.name_accell = _('vC_alendar') plg.name_accell = _('vC_alendar')
plg.description = _('vCalendar is used in many calendaring and PIM applications.') plg.description = _('vCalendar is used in many calendaring and PIM applications.')
plg.version = '1.0' plg.version = '1.0'
plg.gramps_target_version = '4.1' plg.gramps_target_version = MODULE_VERSION
plg.status = STABLE plg.status = STABLE
plg.fname = 'exportvcalendar.py' plg.fname = 'exportvcalendar.py'
plg.ptype = EXPORT plg.ptype = EXPORT
@ -181,7 +183,7 @@ plg.name = _('vCard')
plg.name_accell = _('_vCard') plg.name_accell = _('_vCard')
plg.description = _('vCard is used in many addressbook and pim applications.') plg.description = _('vCard is used in many addressbook and pim applications.')
plg.version = '1.0' plg.version = '1.0'
plg.gramps_target_version = '4.1' plg.gramps_target_version = MODULE_VERSION
plg.status = STABLE plg.status = STABLE
plg.fname = 'exportvcard.py' plg.fname = 'exportvcard.py'
plg.ptype = EXPORT plg.ptype = EXPORT

View File

@ -21,6 +21,8 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
# #
MODULE_VERSION="4.2"
#------------------------------------------------------------------------ #------------------------------------------------------------------------
# #
# GRAMPS modules # GRAMPS modules

View File

@ -18,6 +18,8 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
# #
MODULE_VERSION="4.2"
#------------------------------------------------------------------------ #------------------------------------------------------------------------
# #
# Family Lines Graph # Family Lines Graph
@ -29,7 +31,7 @@ plg.id = 'familylines_graph'
plg.name = _("Family Lines Graph") plg.name = _("Family Lines Graph")
plg.description = _("Produces family line graphs using GraphViz.") plg.description = _("Produces family line graphs using GraphViz.")
plg.version = '1.0' plg.version = '1.0'
plg.gramps_target_version = '4.1' plg.gramps_target_version = MODULE_VERSION
plg.status = STABLE plg.status = STABLE
plg.fname = 'gvfamilylines.py' plg.fname = 'gvfamilylines.py'
plg.ptype = REPORT plg.ptype = REPORT
@ -52,7 +54,7 @@ plg.id = 'hourglass_graph'
plg.name = _("Hourglass Graph") plg.name = _("Hourglass Graph")
plg.description = _("Produces an hourglass graph using Graphviz.") plg.description = _("Produces an hourglass graph using Graphviz.")
plg.version = '1.0' plg.version = '1.0'
plg.gramps_target_version = '4.1' plg.gramps_target_version = MODULE_VERSION
plg.status = STABLE plg.status = STABLE
plg.fname = 'gvhourglass.py' plg.fname = 'gvhourglass.py'
plg.ptype = REPORT plg.ptype = REPORT
@ -74,7 +76,7 @@ plg.id = 'rel_graph'
plg.name = _("Relationship Graph") plg.name = _("Relationship Graph")
plg.description = _("Produces relationship graphs using Graphviz.") plg.description = _("Produces relationship graphs using Graphviz.")
plg.version = '1.0' plg.version = '1.0'
plg.gramps_target_version = '4.1' plg.gramps_target_version = MODULE_VERSION
plg.status = STABLE plg.status = STABLE
plg.fname = 'gvrelgraph.py' plg.fname = 'gvrelgraph.py'
plg.ptype = REPORT plg.ptype = REPORT

View File

@ -18,6 +18,8 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
# #
MODULE_VERSION="4.2"
#------------------------------------------------------------------------ #------------------------------------------------------------------------
# #
# Comma _Separated Values Spreadsheet (CSV) # Comma _Separated Values Spreadsheet (CSV)
@ -31,7 +33,7 @@ plg.id = 'im_csv'
plg.name = _("Comma Separated Values Spreadsheet (CSV)") plg.name = _("Comma Separated Values Spreadsheet (CSV)")
plg.description = _("Import data from CSV files") plg.description = _("Import data from CSV files")
plg.version = '1.0' plg.version = '1.0'
plg.gramps_target_version = '4.1' plg.gramps_target_version = MODULE_VERSION
plg.status = STABLE plg.status = STABLE
plg.fname = 'importcsv.py' plg.fname = 'importcsv.py'
plg.ptype = IMPORT plg.ptype = IMPORT
@ -50,7 +52,7 @@ plg.name = _('GEDCOM')
plg.description = _('GEDCOM is used to transfer data between genealogy programs. ' plg.description = _('GEDCOM is used to transfer data between genealogy programs. '
'Most genealogy software will accept a GEDCOM file as input.') 'Most genealogy software will accept a GEDCOM file as input.')
plg.version = '1.0' plg.version = '1.0'
plg.gramps_target_version = '4.1' plg.gramps_target_version = MODULE_VERSION
plg.status = STABLE plg.status = STABLE
plg.fname = 'importgedcom.py' plg.fname = 'importgedcom.py'
plg.ptype = IMPORT plg.ptype = IMPORT
@ -68,7 +70,7 @@ plg.id = 'im_geneweb'
plg.name = _('GeneWeb') plg.name = _('GeneWeb')
plg.description = _('Import data from GeneWeb files') plg.description = _('Import data from GeneWeb files')
plg.version = '1.0' plg.version = '1.0'
plg.gramps_target_version = '4.1' plg.gramps_target_version = MODULE_VERSION
plg.status = STABLE plg.status = STABLE
plg.fname = 'importgeneweb.py' plg.fname = 'importgeneweb.py'
plg.ptype = IMPORT plg.ptype = IMPORT
@ -87,7 +89,7 @@ plg.name = _('Gramps package (portable XML)')
plg.description = _('Import data from a Gramps package (an archived XML ' plg.description = _('Import data from a Gramps package (an archived XML '
'Family Tree together with the media object files.)') 'Family Tree together with the media object files.)')
plg.version = '1.0' plg.version = '1.0'
plg.gramps_target_version = '4.1' plg.gramps_target_version = MODULE_VERSION
plg.status = STABLE plg.status = STABLE
plg.fname = 'importgpkg.py' plg.fname = 'importgpkg.py'
plg.ptype = IMPORT plg.ptype = IMPORT
@ -108,7 +110,7 @@ plg.description = _('The Gramps XML format is a text '
'read-write compatible with the ' 'read-write compatible with the '
'present Gramps database format.') 'present Gramps database format.')
plg.version = '1.0' plg.version = '1.0'
plg.gramps_target_version = '4.1' plg.gramps_target_version = MODULE_VERSION
plg.status = STABLE plg.status = STABLE
plg.fname = 'importxml.py' plg.fname = 'importxml.py'
plg.ptype = IMPORT plg.ptype = IMPORT
@ -126,7 +128,7 @@ plg.id = 'im_grdb'
plg.name = _('Gramps 2.x database') plg.name = _('Gramps 2.x database')
plg.description = _('Import data from Gramps 2.x database files') plg.description = _('Import data from Gramps 2.x database files')
plg.version = '1.0' plg.version = '1.0'
plg.gramps_target_version = '4.1' plg.gramps_target_version = MODULE_VERSION
plg.status = STABLE plg.status = STABLE
plg.fname = 'importgrdb.py' plg.fname = 'importgrdb.py'
plg.ptype = IMPORT plg.ptype = IMPORT
@ -144,7 +146,7 @@ plg.id = 'im_progen'
plg.name = _('Pro-Gen') plg.name = _('Pro-Gen')
plg.description = _('Import data from Pro-Gen files') plg.description = _('Import data from Pro-Gen files')
plg.version = '1.0' plg.version = '1.0'
plg.gramps_target_version = '4.1' plg.gramps_target_version = MODULE_VERSION
plg.status = STABLE plg.status = STABLE
plg.fname = 'importprogen.py' plg.fname = 'importprogen.py'
plg.ptype = IMPORT plg.ptype = IMPORT
@ -162,7 +164,7 @@ plg.id = 'im_vcard'
plg.name = _('vCard') plg.name = _('vCard')
plg.description = _('Import data from vCard files') plg.description = _('Import data from vCard files')
plg.version = '1.0' plg.version = '1.0'
plg.gramps_target_version = '4.1' plg.gramps_target_version = MODULE_VERSION
plg.status = STABLE plg.status = STABLE
plg.fname = 'importvcard.py' plg.fname = 'importvcard.py'
plg.ptype = IMPORT plg.ptype = IMPORT

View File

@ -19,6 +19,8 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
# #
MODULE_VERSION="4.2"
#------------------------------------------------------------------------ #------------------------------------------------------------------------
# #
# libcairo # libcairo
@ -30,7 +32,7 @@ name = "Cairodoc lib",
description = _("Provides a library for using Cairo to " description = _("Provides a library for using Cairo to "
"generate documents."), "generate documents."),
version = '1.0', version = '1.0',
gramps_target_version = '4.1', gramps_target_version = MODULE_VERSION,
status = STABLE, status = STABLE,
fname = 'libcairodoc.py', fname = 'libcairodoc.py',
authors = ["The Gramps project"], authors = ["The Gramps project"],
@ -48,7 +50,7 @@ id = 'libgedcom',
name = "GEDCOM library", name = "GEDCOM library",
description = _("Provides GEDCOM processing functionality"), description = _("Provides GEDCOM processing functionality"),
version = '1.0', version = '1.0',
gramps_target_version = '4.1', gramps_target_version = MODULE_VERSION,
status = STABLE, status = STABLE,
fname = 'libgedcom.py', fname = 'libgedcom.py',
authors = ["The Gramps project"], authors = ["The Gramps project"],
@ -65,7 +67,7 @@ register(GENERAL,
name="Recursive lib", name="Recursive lib",
description= _("Provides recursive routines for reports"), description= _("Provides recursive routines for reports"),
version='1.0', version='1.0',
gramps_target_version='4.1', gramps_target_version=MODULE_VERSION,
status=STABLE, status=STABLE,
fname='librecurse.py', fname='librecurse.py',
authors=["The Gramps project"], authors=["The Gramps project"],
@ -83,7 +85,7 @@ name = "Grampsxml lib",
description = _("Provides common functionality for Gramps XML " description = _("Provides common functionality for Gramps XML "
"import/export."), "import/export."),
version = '1.0', version = '1.0',
gramps_target_version = '4.1', gramps_target_version = MODULE_VERSION,
status = STABLE, status = STABLE,
fname = 'libgrampsxml.py', fname = 'libgrampsxml.py',
authors = ["The Gramps project"], authors = ["The Gramps project"],
@ -100,7 +102,7 @@ id = 'libholiday',
name = "holiday lib", name = "holiday lib",
description = _("Provides holiday information for different countries.") , description = _("Provides holiday information for different countries.") ,
version = '1.0', version = '1.0',
gramps_target_version = '4.1', gramps_target_version = MODULE_VERSION,
status = STABLE, status = STABLE,
fname = 'libholiday.py', fname = 'libholiday.py',
authors = ["The Gramps project"], authors = ["The Gramps project"],
@ -118,7 +120,7 @@ id = 'libhtmlbackend',
name = "htmlbackend lib", name = "htmlbackend lib",
description = _("Manages a HTML file implementing DocBackend.") , description = _("Manages a HTML file implementing DocBackend.") ,
version = '1.0', version = '1.0',
gramps_target_version = '4.1', gramps_target_version = MODULE_VERSION,
status = STABLE, status = STABLE,
fname = 'libhtmlbackend.py', fname = 'libhtmlbackend.py',
authors = ["The Gramps project"], authors = ["The Gramps project"],
@ -136,7 +138,7 @@ id = 'libhtmlconst',
name = "htmlconst lib", name = "htmlconst lib",
description = _("Common constants for html files.") , description = _("Common constants for html files.") ,
version = '1.0', version = '1.0',
gramps_target_version = '4.1', gramps_target_version = MODULE_VERSION,
status = STABLE, status = STABLE,
fname = 'libhtmlconst.py', fname = 'libhtmlconst.py',
authors = ["The Gramps project"], authors = ["The Gramps project"],
@ -154,7 +156,7 @@ id = 'libhtml',
name = "html lib", name = "html lib",
description = _("Manages an HTML DOM tree.") , description = _("Manages an HTML DOM tree.") ,
version = '1.0', version = '1.0',
gramps_target_version = '4.1', gramps_target_version = MODULE_VERSION,
status = STABLE, status = STABLE,
fname = 'libhtml.py', fname = 'libhtml.py',
authors = ["Gerald Britton"], authors = ["Gerald Britton"],
@ -172,7 +174,7 @@ id = 'libmapservice',
name = "mapservice lib", name = "mapservice lib",
description = _("Provides base functionality for map services.") , description = _("Provides base functionality for map services.") ,
version = '1.0', version = '1.0',
gramps_target_version = '4.1', gramps_target_version = MODULE_VERSION,
status = STABLE, status = STABLE,
fname = 'libmapservice.py', fname = 'libmapservice.py',
authors = ["The Gramps project"], authors = ["The Gramps project"],
@ -189,7 +191,7 @@ id = 'libnarrate',
name = "narration lib", name = "narration lib",
description = _("Provides Textual Narration.") , description = _("Provides Textual Narration.") ,
version = '1.0', version = '1.0',
gramps_target_version = '4.1', gramps_target_version = MODULE_VERSION,
status = STABLE, status = STABLE,
fname = 'libnarrate.py', fname = 'libnarrate.py',
authors = ["Brian Matherly"], authors = ["Brian Matherly"],
@ -206,7 +208,7 @@ id = 'libodfbackend',
name = "odfbackend lib", name = "odfbackend lib",
description = _("Manages an ODF file implementing DocBackend.") , description = _("Manages an ODF file implementing DocBackend.") ,
version = '1.0', version = '1.0',
gramps_target_version = '4.1', gramps_target_version = MODULE_VERSION,
status = STABLE, status = STABLE,
fname = 'libodfbackend.py', fname = 'libodfbackend.py',
authors = ["The Gramps project"], authors = ["The Gramps project"],
@ -223,7 +225,7 @@ id = 'libpersonview',
name = "person list lib", name = "person list lib",
description = _("Provides the Base needed for the List People views.") , description = _("Provides the Base needed for the List People views.") ,
version = '1.0', version = '1.0',
gramps_target_version = '4.1', gramps_target_version = MODULE_VERSION,
status = STABLE, status = STABLE,
fname = 'libpersonview.py', fname = 'libpersonview.py',
authors = ["The Gramps project"], authors = ["The Gramps project"],
@ -240,7 +242,7 @@ id = 'libplaceview',
name = "place list lib", name = "place list lib",
description = _("Provides the Base needed for the List Place views.") , description = _("Provides the Base needed for the List Place views.") ,
version = '1.0', version = '1.0',
gramps_target_version = '4.1', gramps_target_version = MODULE_VERSION,
status = STABLE, status = STABLE,
fname = 'libplaceview.py', fname = 'libplaceview.py',
authors = ["The Gramps project"], authors = ["The Gramps project"],
@ -257,7 +259,7 @@ id = 'libsubstkeyword',
name = "Substitution Values", name = "Substitution Values",
description = _("Provides variable substitution on display lines.") , description = _("Provides variable substitution on display lines.") ,
version = '1.0', version = '1.0',
gramps_target_version = '4.1', gramps_target_version = MODULE_VERSION,
status = STABLE, status = STABLE,
fname = 'libsubstkeyword.py', fname = 'libsubstkeyword.py',
authors = ["The Gramps project"], authors = ["The Gramps project"],
@ -274,7 +276,7 @@ name = "Graphical report lib",
description = _("Provides the base needed for the ancestor and " description = _("Provides the base needed for the ancestor and "
"descendant graphical reports.") , "descendant graphical reports.") ,
version = '1.0', version = '1.0',
gramps_target_version = '4.1', gramps_target_version = MODULE_VERSION,
status = STABLE, status = STABLE,
fname = 'libtreebase.py', fname = 'libtreebase.py',
authors = ["The Gramps project"], authors = ["The Gramps project"],

View File

@ -18,6 +18,8 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
# #
MODULE_VERSION="4.2"
#------------------------------------------------------------------------ #------------------------------------------------------------------------
# #
# EniroMaps # EniroMaps
@ -29,7 +31,7 @@ id = 'EniroMaps',
name = _("EniroMaps"), name = _("EniroMaps"),
description = _("Opens on kartor.eniro.se"), description = _("Opens on kartor.eniro.se"),
version = '1.0', version = '1.0',
gramps_target_version = '4.1', gramps_target_version = MODULE_VERSION,
status = STABLE, status = STABLE,
fname = 'eniroswedenmap.py', fname = 'eniroswedenmap.py',
authors = ["Peter Landgren"], authors = ["Peter Landgren"],
@ -48,7 +50,7 @@ id = 'GoogleMaps',
name = _("GoogleMaps"), name = _("GoogleMaps"),
description = _("Open on maps.google.com"), description = _("Open on maps.google.com"),
version = '1.0', version = '1.0',
gramps_target_version = '4.1', gramps_target_version = MODULE_VERSION,
status = STABLE, status = STABLE,
fname = 'googlemap.py', fname = 'googlemap.py',
authors = ["Benny Malengier"], authors = ["Benny Malengier"],
@ -67,7 +69,7 @@ id = 'OpenStreetMap',
name = _("OpenStreetMap"), name = _("OpenStreetMap"),
description = _("Open on openstreetmap.org"), description = _("Open on openstreetmap.org"),
version = '1.0', version = '1.0',
gramps_target_version = '4.1', gramps_target_version = MODULE_VERSION,
status = STABLE, status = STABLE,
fname = 'openstreetmap.py', fname = 'openstreetmap.py',
authors = ["Benny Malengier"], authors = ["Benny Malengier"],

View File

@ -19,6 +19,8 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
# #
MODULE_VERSION="4.2"
#------------------------------------------------------------------------ #------------------------------------------------------------------------
# #
# Age on Date # Age on Date
@ -30,7 +32,7 @@ id = 'ageondate',
name = _("Age on Date"), name = _("Age on Date"),
description = _("Display people and ages on a particular date"), description = _("Display people and ages on a particular date"),
version = '1.0', version = '1.0',
gramps_target_version = '4.1', gramps_target_version = MODULE_VERSION,
status = STABLE, status = STABLE,
fname = 'ageondate.py', fname = 'ageondate.py',
authors = ["Douglas Blank"], authors = ["Douglas Blank"],
@ -50,7 +52,7 @@ id = 'attribute_match',
name = _("Attribute Match"), name = _("Attribute Match"),
description = _("Display people with same attribute."), description = _("Display people with same attribute."),
version = '1.0', version = '1.0',
gramps_target_version = '4.1', gramps_target_version = MODULE_VERSION,
status = STABLE, status = STABLE,
fname = 'attributematch.py', fname = 'attributematch.py',
authors = ["Douglas Blank"], authors = ["Douglas Blank"],
@ -70,7 +72,7 @@ id = 'all_events',
name = _("All Events"), name = _("All Events"),
description = _("Display a person's events, both personal and family."), description = _("Display a person's events, both personal and family."),
version = '1.0', version = '1.0',
gramps_target_version = '4.1', gramps_target_version = MODULE_VERSION,
status = STABLE, status = STABLE,
fname = 'all_events.py', fname = 'all_events.py',
authors = ["Donald N. Allingham"], authors = ["Donald N. Allingham"],
@ -85,7 +87,7 @@ id = 'all_events_fam',
name = _("All Family Events"), name = _("All Family Events"),
description = _("Display the family and family members events."), description = _("Display the family and family members events."),
version = '1.0', version = '1.0',
gramps_target_version = '4.1', gramps_target_version = MODULE_VERSION,
status = STABLE, status = STABLE,
fname = 'all_events.py', fname = 'all_events.py',
authors = ["B. Malengier"], authors = ["B. Malengier"],
@ -105,7 +107,7 @@ id = 'all_relations',
name = _("Relation to Home Person"), name = _("Relation to Home Person"),
description = _("Display all relationships between person and home person."), description = _("Display all relationships between person and home person."),
version = '1.0', version = '1.0',
gramps_target_version = '4.1', gramps_target_version = MODULE_VERSION,
status = STABLE, status = STABLE,
fname = 'all_relations.py', fname = 'all_relations.py',
authors = ["B. Malengier"], authors = ["B. Malengier"],
@ -125,7 +127,7 @@ id = 'filterbyname',
name = _("Filter"), name = _("Filter"),
description = _("Display filtered data"), description = _("Display filtered data"),
version = '1.0', version = '1.0',
gramps_target_version = '4.1', gramps_target_version = MODULE_VERSION,
status = STABLE, status = STABLE,
fname = 'filterbyname.py', fname = 'filterbyname.py',
authors = ["Douglas Blank"], authors = ["Douglas Blank"],
@ -145,7 +147,7 @@ id = 'father_lineage',
name = _("Father lineage"), name = _("Father lineage"),
description = _("Display father lineage"), description = _("Display father lineage"),
version = '1.0', version = '1.0',
gramps_target_version = '4.1', gramps_target_version = MODULE_VERSION,
status = STABLE, status = STABLE,
fname = 'lineage.py', fname = 'lineage.py',
authors = ["B. Malengier"], authors = ["B. Malengier"],
@ -159,7 +161,7 @@ id = 'mother_lineage',
name = _("Mother lineage"), name = _("Mother lineage"),
description = _("Display mother lineage"), description = _("Display mother lineage"),
version = '1.0', version = '1.0',
gramps_target_version = '4.1', gramps_target_version = MODULE_VERSION,
status = STABLE, status = STABLE,
fname = 'lineage.py', fname = 'lineage.py',
authors = ["B. Malengier"], authors = ["B. Malengier"],
@ -179,7 +181,7 @@ id = 'onthisday',
name = _("On This Day"), name = _("On This Day"),
description = _("Display events on a particular day"), description = _("Display events on a particular day"),
version = '1.0', version = '1.0',
gramps_target_version = '4.1', gramps_target_version = MODULE_VERSION,
status = STABLE, status = STABLE,
fname = 'onthisday.py', fname = 'onthisday.py',
authors = ["Douglas Blank"], authors = ["Douglas Blank"],
@ -212,7 +214,7 @@ for (category, item, trans) in refitems:
name = _("%s References") % trans, name = _("%s References") % trans,
description = _("Display references for a %s") % trans, description = _("Display references for a %s") % trans,
version = '1.0', version = '1.0',
gramps_target_version = '4.1', gramps_target_version = MODULE_VERSION,
status = STABLE, status = STABLE,
fname = 'references.py', fname = 'references.py',
authors = ["Douglas Blank"], authors = ["Douglas Blank"],
@ -226,7 +228,7 @@ register(QUICKREPORT,
name = _("Link References"), name = _("Link References"),
description = _("Display link references for a note"), description = _("Display link references for a note"),
version = '1.0', version = '1.0',
gramps_target_version = '4.1', gramps_target_version = MODULE_VERSION,
status = STABLE, status = STABLE,
fname = 'linkreferences.py', fname = 'linkreferences.py',
authors = ["Douglas Blank"], authors = ["Douglas Blank"],
@ -247,7 +249,7 @@ name = _("Repository References"),
description = _("Display the repository reference for sources related to" description = _("Display the repository reference for sources related to"
" the active repository"), " the active repository"),
version = '1.0', version = '1.0',
gramps_target_version = '4.1', gramps_target_version = MODULE_VERSION,
status = STABLE, status = STABLE,
fname = 'reporef.py', fname = 'reporef.py',
authors = ["Jerome Rapinat"], authors = ["Jerome Rapinat"],
@ -267,7 +269,7 @@ id = 'samesurnames',
name = _("Same Surnames"), name = _("Same Surnames"),
description = _("Display people with the same surname as a person."), description = _("Display people with the same surname as a person."),
version = '1.0', version = '1.0',
gramps_target_version = '4.1', gramps_target_version = MODULE_VERSION,
status = STABLE, status = STABLE,
fname = 'samesurnames.py', fname = 'samesurnames.py',
authors = ["Douglas Blank"], authors = ["Douglas Blank"],
@ -281,7 +283,7 @@ id = 'samegivens',
name = _("Same Given Names"), name = _("Same Given Names"),
description = _("Display people with the same given name as a person."), description = _("Display people with the same given name as a person."),
version = '1.0', version = '1.0',
gramps_target_version = '4.1', gramps_target_version = MODULE_VERSION,
status = STABLE, status = STABLE,
fname = 'samesurnames.py', fname = 'samesurnames.py',
authors = ["Douglas Blank"], authors = ["Douglas Blank"],
@ -295,7 +297,7 @@ id = 'samegivens_misc',
name = _("Same Given Names - stand-alone"), name = _("Same Given Names - stand-alone"),
description = _("Display people with the same given name as a person."), description = _("Display people with the same given name as a person."),
version = '1.0', version = '1.0',
gramps_target_version = '4.1', gramps_target_version = MODULE_VERSION,
status = STABLE, status = STABLE,
fname = 'samesurnames.py', fname = 'samesurnames.py',
authors = ["Douglas Blank"], authors = ["Douglas Blank"],
@ -314,7 +316,7 @@ id = 'siblings',
name = _("Siblings"), name = _("Siblings"),
description = _("Display a person's siblings."), description = _("Display a person's siblings."),
version = '1.0', version = '1.0',
gramps_target_version = '4.1', gramps_target_version = MODULE_VERSION,
status = STABLE, status = STABLE,
fname = 'siblings.py', fname = 'siblings.py',
authors = ["Donald N. Allingham"], authors = ["Donald N. Allingham"],

View File

@ -19,6 +19,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
# #
MODULE_VERSION="4.2"
# #
# Relationship calculators # Relationship calculators
@ -30,7 +31,7 @@ plg.id = 'relcalc_ca'
plg.name = _("Catalan Relationship Calculator") plg.name = _("Catalan Relationship Calculator")
plg.description = _("Calculates relationships between people") plg.description = _("Calculates relationships between people")
plg.version = '1.0' plg.version = '1.0'
plg.gramps_target_version = '4.1' plg.gramps_target_version = MODULE_VERSION
plg.status = STABLE plg.status = STABLE
plg.fname = 'rel_ca.py' plg.fname = 'rel_ca.py'
plg.ptype = RELCALC plg.ptype = RELCALC
@ -44,7 +45,7 @@ plg.id = 'relcalc_cs'
plg.name = _("Czech Relationship Calculator") plg.name = _("Czech Relationship Calculator")
plg.description = _("Calculates relationships between people") plg.description = _("Calculates relationships between people")
plg.version = '1.0' plg.version = '1.0'
plg.gramps_target_version = '4.1' plg.gramps_target_version = MODULE_VERSION
plg.status = STABLE plg.status = STABLE
plg.fname = 'rel_cs.py' plg.fname = 'rel_cs.py'
plg.ptype = RELCALC plg.ptype = RELCALC
@ -57,7 +58,7 @@ plg.id = 'relcalc_da'
plg.name = _("Danish Relationship Calculator") plg.name = _("Danish Relationship Calculator")
plg.description = _("Calculates relationships between people") plg.description = _("Calculates relationships between people")
plg.version = '1.0' plg.version = '1.0'
plg.gramps_target_version = '4.1' plg.gramps_target_version = MODULE_VERSION
plg.status = STABLE plg.status = STABLE
plg.fname = 'rel_da.py' plg.fname = 'rel_da.py'
plg.ptype = RELCALC plg.ptype = RELCALC
@ -73,7 +74,7 @@ plg.id = 'relcalc_de'
plg.name = _("German Relationship Calculator") plg.name = _("German Relationship Calculator")
plg.description = _("Calculates relationships between people") plg.description = _("Calculates relationships between people")
plg.version = '1.0' plg.version = '1.0'
plg.gramps_target_version = '4.1' plg.gramps_target_version = MODULE_VERSION
plg.status = STABLE plg.status = STABLE
plg.fname = 'rel_de.py' plg.fname = 'rel_de.py'
plg.ptype = RELCALC plg.ptype = RELCALC
@ -89,7 +90,7 @@ plg.id = 'relcalc_es'
plg.name = _("Spanish Relationship Calculator") plg.name = _("Spanish Relationship Calculator")
plg.description = _("Calculates relationships between people") plg.description = _("Calculates relationships between people")
plg.version = '1.0' plg.version = '1.0'
plg.gramps_target_version = '4.1' plg.gramps_target_version = MODULE_VERSION
plg.status = STABLE plg.status = STABLE
plg.fname = 'rel_es.py' plg.fname = 'rel_es.py'
plg.ptype = RELCALC plg.ptype = RELCALC
@ -104,7 +105,7 @@ plg.id = 'relcalc_fi'
plg.name = _("Finnish Relationship Calculator") plg.name = _("Finnish Relationship Calculator")
plg.description = _("Calculates relationships between people") plg.description = _("Calculates relationships between people")
plg.version = '1.0' plg.version = '1.0'
plg.gramps_target_version = '4.1' plg.gramps_target_version = MODULE_VERSION
plg.status = STABLE plg.status = STABLE
plg.fname = 'rel_fi.py' plg.fname = 'rel_fi.py'
plg.ptype = RELCALC plg.ptype = RELCALC
@ -119,7 +120,7 @@ plg.id = 'relcalc_fr'
plg.name = _("French Relationship Calculator") plg.name = _("French Relationship Calculator")
plg.description = _("Calculates relationships between people") plg.description = _("Calculates relationships between people")
plg.version = '1.0' plg.version = '1.0'
plg.gramps_target_version = '4.1' plg.gramps_target_version = MODULE_VERSION
plg.status = STABLE plg.status = STABLE
plg.fname = 'rel_fr.py' plg.fname = 'rel_fr.py'
plg.ptype = RELCALC plg.ptype = RELCALC
@ -136,7 +137,7 @@ plg.id = 'relcalc_hr'
plg.name = _("Croatian Relationship Calculator") plg.name = _("Croatian Relationship Calculator")
plg.description = _("Calculates relationships between people") plg.description = _("Calculates relationships between people")
plg.version = '1.0' plg.version = '1.0'
plg.gramps_target_version = '4.1' plg.gramps_target_version = MODULE_VERSION
plg.status = STABLE plg.status = STABLE
plg.fname = 'rel_hr.py' plg.fname = 'rel_hr.py'
plg.ptype = RELCALC plg.ptype = RELCALC
@ -150,7 +151,7 @@ plg.id = 'relcalc_hu'
plg.name = _("Hungarian Relationship Calculator") plg.name = _("Hungarian Relationship Calculator")
plg.description = _("Calculates relationships between people") plg.description = _("Calculates relationships between people")
plg.version = '1.0' plg.version = '1.0'
plg.gramps_target_version = '4.1' plg.gramps_target_version = MODULE_VERSION
plg.status = STABLE plg.status = STABLE
plg.fname = 'rel_hu.py' plg.fname = 'rel_hu.py'
plg.ptype = RELCALC plg.ptype = RELCALC
@ -163,7 +164,7 @@ plg.id = 'relcalc_it'
plg.name = _("Italian Relationship Calculator") plg.name = _("Italian Relationship Calculator")
plg.description = _("Calculates relationships between people") plg.description = _("Calculates relationships between people")
plg.version = '1.0' plg.version = '1.0'
plg.gramps_target_version = '4.1' plg.gramps_target_version = MODULE_VERSION
plg.status = STABLE plg.status = STABLE
plg.fname = 'rel_it.py' plg.fname = 'rel_it.py'
plg.ptype = RELCALC plg.ptype = RELCALC
@ -176,7 +177,7 @@ plg.id = 'relcalc_nl'
plg.name = _("Dutch Relationship Calculator") plg.name = _("Dutch Relationship Calculator")
plg.description = _("Calculates relationships between people") plg.description = _("Calculates relationships between people")
plg.version = '1.0' plg.version = '1.0'
plg.gramps_target_version = '4.1' plg.gramps_target_version = MODULE_VERSION
plg.status = STABLE plg.status = STABLE
plg.fname = 'rel_nl.py' plg.fname = 'rel_nl.py'
plg.ptype = RELCALC plg.ptype = RELCALC
@ -193,7 +194,7 @@ plg.id = 'relcalc_no'
plg.name = _("Norwegian Relationship Calculator") plg.name = _("Norwegian Relationship Calculator")
plg.description = _("Calculates relationships between people") plg.description = _("Calculates relationships between people")
plg.version = '1.0' plg.version = '1.0'
plg.gramps_target_version = '4.1' plg.gramps_target_version = MODULE_VERSION
plg.status = STABLE plg.status = STABLE
plg.fname = 'rel_no.py' plg.fname = 'rel_no.py'
plg.ptype = RELCALC plg.ptype = RELCALC
@ -210,7 +211,7 @@ plg.id = 'relcalc_pl'
plg.name = _("Polish Relationship Calculator") plg.name = _("Polish Relationship Calculator")
plg.description = _("Calculates relationships between people") plg.description = _("Calculates relationships between people")
plg.version = '1.0' plg.version = '1.0'
plg.gramps_target_version = '4.1' plg.gramps_target_version = MODULE_VERSION
plg.status = STABLE plg.status = STABLE
plg.fname = 'rel_pl.py' plg.fname = 'rel_pl.py'
plg.ptype = RELCALC plg.ptype = RELCALC
@ -226,7 +227,7 @@ plg.id = 'relcalc_pt'
plg.name = _("Portuguese Relationship Calculator") plg.name = _("Portuguese Relationship Calculator")
plg.description = _("Calculates relationships between people") plg.description = _("Calculates relationships between people")
plg.version = '1.0' plg.version = '1.0'
plg.gramps_target_version = '4.1' plg.gramps_target_version = MODULE_VERSION
plg.status = STABLE plg.status = STABLE
plg.fname = 'rel_pt.py' plg.fname = 'rel_pt.py'
plg.ptype = RELCALC plg.ptype = RELCALC
@ -242,7 +243,7 @@ plg.id = 'relcalc_ru'
plg.name = _("Russian Relationship Calculator") plg.name = _("Russian Relationship Calculator")
plg.description = _("Calculates relationships between people") plg.description = _("Calculates relationships between people")
plg.version = '1.0' plg.version = '1.0'
plg.gramps_target_version = '4.1' plg.gramps_target_version = MODULE_VERSION
plg.status = STABLE plg.status = STABLE
plg.fname = 'rel_ru.py' plg.fname = 'rel_ru.py'
plg.ptype = RELCALC plg.ptype = RELCALC
@ -258,7 +259,7 @@ plg.id = 'relcalc_sk'
plg.name = _("Slovak Relationship Calculator") plg.name = _("Slovak Relationship Calculator")
plg.description = _("Calculates relationships between people") plg.description = _("Calculates relationships between people")
plg.version = '1.0' plg.version = '1.0'
plg.gramps_target_version = '4.1' plg.gramps_target_version = MODULE_VERSION
plg.status = STABLE plg.status = STABLE
plg.fname = 'rel_sk.py' plg.fname = 'rel_sk.py'
plg.ptype = RELCALC plg.ptype = RELCALC
@ -272,7 +273,7 @@ plg.id = 'relcalc_sl'
plg.name = _("Slovenian Relationship Calculator") plg.name = _("Slovenian Relationship Calculator")
plg.description = _("Calculates relationships between people") plg.description = _("Calculates relationships between people")
plg.version = '1.0' plg.version = '1.0'
plg.gramps_target_version = '4.1' plg.gramps_target_version = MODULE_VERSION
plg.status = STABLE plg.status = STABLE
plg.fname = 'rel_sl.py' plg.fname = 'rel_sl.py'
plg.ptype = RELCALC plg.ptype = RELCALC
@ -285,7 +286,7 @@ plg.id = 'relcalc_sv'
plg.name = _("Swedish Relationship Calculator") plg.name = _("Swedish Relationship Calculator")
plg.description = _("Calculates relationships between people") plg.description = _("Calculates relationships between people")
plg.version = '1.0' plg.version = '1.0'
plg.gramps_target_version = '4.1' plg.gramps_target_version = MODULE_VERSION
plg.status = STABLE plg.status = STABLE
plg.fname = 'rel_sv.py' plg.fname = 'rel_sv.py'
plg.ptype = RELCALC plg.ptype = RELCALC
@ -299,7 +300,7 @@ plg.id = 'relcalc_uk'
plg.name = _("Ukrainian Relationship Calculator") plg.name = _("Ukrainian Relationship Calculator")
plg.description = _("Calculates relationships between people") plg.description = _("Calculates relationships between people")
plg.version = '1.0' plg.version = '1.0'
plg.gramps_target_version = '4.1' plg.gramps_target_version = MODULE_VERSION
plg.status = STABLE plg.status = STABLE
plg.fname = 'rel_uk.py' plg.fname = 'rel_uk.py'
plg.ptype = RELCALC plg.ptype = RELCALC

View File

@ -19,6 +19,8 @@
# #
# $Id: sidebar.gpr.py 20634 2012-11-07 17:53:14Z bmcage $ # $Id: sidebar.gpr.py 20634 2012-11-07 17:53:14Z bmcage $
MODULE_VERSION="4.2"
#------------------------------------------------------------------------ #------------------------------------------------------------------------
# #
# Register default sidebars # Register default sidebars
@ -30,7 +32,7 @@ id = 'categorysidebar',
name = _("Category Sidebar"), name = _("Category Sidebar"),
description = _("A sidebar to allow the selection of view categories"), description = _("A sidebar to allow the selection of view categories"),
version = '1.0', version = '1.0',
gramps_target_version = '4.1', gramps_target_version = MODULE_VERSION,
status = STABLE, status = STABLE,
fname = 'categorysidebar.py', fname = 'categorysidebar.py',
authors = ["Nick Hall"], authors = ["Nick Hall"],
@ -45,7 +47,7 @@ id = 'dropdownsidebar',
name = _("Drop-down Sidebar"), name = _("Drop-down Sidebar"),
description = _("Selection of categories and views from drop-down lists"), description = _("Selection of categories and views from drop-down lists"),
version = '1.0', version = '1.0',
gramps_target_version = '4.1', gramps_target_version = MODULE_VERSION,
status = STABLE, status = STABLE,
fname = 'dropdownsidebar.py', fname = 'dropdownsidebar.py',
authors = ["Nick Hall"], authors = ["Nick Hall"],
@ -60,7 +62,7 @@ id = 'expandersidebar',
name = _("Expander Sidebar"), name = _("Expander Sidebar"),
description = _("Selection of views from lists with expanders"), description = _("Selection of views from lists with expanders"),
version = '1.0', version = '1.0',
gramps_target_version = '4.1', gramps_target_version = MODULE_VERSION,
status = STABLE, status = STABLE,
fname = 'expandersidebar.py', fname = 'expandersidebar.py',
authors = ["Nick Hall"], authors = ["Nick Hall"],

View File

@ -19,6 +19,8 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
# #
MODULE_VERSION="4.2"
#------------------------------------------------------------------------ #------------------------------------------------------------------------
# #
# Ancestor Report # Ancestor Report
@ -30,7 +32,7 @@ plg.id = 'ancestor_report'
plg.name = _("Ahnentafel Report") plg.name = _("Ahnentafel Report")
plg.description = _("Produces a textual ancestral report") plg.description = _("Produces a textual ancestral report")
plg.version = '1.0' plg.version = '1.0'
plg.gramps_target_version = '4.1' plg.gramps_target_version = MODULE_VERSION
plg.status = STABLE plg.status = STABLE
plg.fname = 'ancestorreport.py' plg.fname = 'ancestorreport.py'
plg.ptype = REPORT plg.ptype = REPORT
@ -52,7 +54,7 @@ plg.id = 'birthday_report'
plg.name = _("Birthday and Anniversary Report") plg.name = _("Birthday and Anniversary Report")
plg.description = _("Produces a report of birthdays and anniversaries") plg.description = _("Produces a report of birthdays and anniversaries")
plg.version = '1.0' plg.version = '1.0'
plg.gramps_target_version = '4.1' plg.gramps_target_version = MODULE_VERSION
plg.status = STABLE plg.status = STABLE
plg.fname = 'birthdayreport.py' plg.fname = 'birthdayreport.py'
plg.ptype = REPORT plg.ptype = REPORT
@ -74,7 +76,7 @@ plg.id = 'custom_text'
plg.name = _("Custom Text") plg.name = _("Custom Text")
plg.description = _("Add custom text to the book report") plg.description = _("Add custom text to the book report")
plg.version = '1.0' plg.version = '1.0'
plg.gramps_target_version = '4.1' plg.gramps_target_version = MODULE_VERSION
plg.status = STABLE plg.status = STABLE
plg.fname = 'custombooktext.py' plg.fname = 'custombooktext.py'
plg.ptype = REPORT plg.ptype = REPORT
@ -96,7 +98,7 @@ plg.id = 'descend_report'
plg.name = _("Descendant Report") plg.name = _("Descendant Report")
plg.description = _("Produces a list of descendants of the active person") plg.description = _("Produces a list of descendants of the active person")
plg.version = '1.0' plg.version = '1.0'
plg.gramps_target_version = '4.1' plg.gramps_target_version = MODULE_VERSION
plg.status = STABLE plg.status = STABLE
plg.fname = 'descendreport.py' plg.fname = 'descendreport.py'
plg.ptype = REPORT plg.ptype = REPORT
@ -118,7 +120,7 @@ plg.id = 'det_ancestor_report'
plg.name = _("Detailed Ancestral Report") plg.name = _("Detailed Ancestral Report")
plg.description = _("Produces a detailed ancestral report") plg.description = _("Produces a detailed ancestral report")
plg.version = '1.0' plg.version = '1.0'
plg.gramps_target_version = '4.1' plg.gramps_target_version = MODULE_VERSION
plg.status = STABLE plg.status = STABLE
plg.fname = 'detancestralreport.py' plg.fname = 'detancestralreport.py'
plg.ptype = REPORT plg.ptype = REPORT
@ -140,7 +142,7 @@ plg.id = 'det_descendant_report'
plg.name = _("Detailed Descendant Report") plg.name = _("Detailed Descendant Report")
plg.description = _("Produces a detailed descendant report") plg.description = _("Produces a detailed descendant report")
plg.version = '1.0' plg.version = '1.0'
plg.gramps_target_version = '4.1' plg.gramps_target_version = MODULE_VERSION
plg.status = STABLE plg.status = STABLE
plg.fname = 'detdescendantreport.py' plg.fname = 'detdescendantreport.py'
plg.ptype = REPORT plg.ptype = REPORT
@ -162,7 +164,7 @@ plg.id = 'endofline_report'
plg.name = _("End of Line Report") plg.name = _("End of Line Report")
plg.description = _("Produces a textual end of line report") plg.description = _("Produces a textual end of line report")
plg.version = '1.0' plg.version = '1.0'
plg.gramps_target_version = '4.1' plg.gramps_target_version = MODULE_VERSION
plg.status = STABLE plg.status = STABLE
plg.fname = 'endoflinereport.py' plg.fname = 'endoflinereport.py'
plg.ptype = REPORT plg.ptype = REPORT
@ -185,7 +187,7 @@ plg.name = _("Family Group Report")
plg.description = _("Produces a family group report showing information " plg.description = _("Produces a family group report showing information "
"on a set of parents and their children.") "on a set of parents and their children.")
plg.version = '1.0' plg.version = '1.0'
plg.gramps_target_version = '4.1' plg.gramps_target_version = MODULE_VERSION
plg.status = STABLE plg.status = STABLE
plg.fname = 'familygroup.py' plg.fname = 'familygroup.py'
plg.ptype = REPORT plg.ptype = REPORT
@ -207,7 +209,7 @@ plg.id = 'indiv_complete'
plg.name = _("Complete Individual Report") plg.name = _("Complete Individual Report")
plg.description = _("Produces a complete report on the selected people") plg.description = _("Produces a complete report on the selected people")
plg.version = '1.0' plg.version = '1.0'
plg.gramps_target_version = '4.1' plg.gramps_target_version = MODULE_VERSION
plg.status = STABLE plg.status = STABLE
plg.fname = 'indivcomplete.py' plg.fname = 'indivcomplete.py'
plg.ptype = REPORT plg.ptype = REPORT
@ -229,7 +231,7 @@ plg.id = 'kinship_report'
plg.name = _("Kinship Report") plg.name = _("Kinship Report")
plg.description = _("Produces a textual report of kinship for a given person") plg.description = _("Produces a textual report of kinship for a given person")
plg.version = '1.0' plg.version = '1.0'
plg.gramps_target_version = '4.1' plg.gramps_target_version = MODULE_VERSION
plg.status = STABLE plg.status = STABLE
plg.fname = 'kinshipreport.py' plg.fname = 'kinshipreport.py'
plg.ptype = REPORT plg.ptype = REPORT
@ -251,7 +253,7 @@ plg.id = 'tag_report'
plg.name = _("Tag Report") plg.name = _("Tag Report")
plg.description = _("Produces a list of people with a specified tag") plg.description = _("Produces a list of people with a specified tag")
plg.version = '1.0' plg.version = '1.0'
plg.gramps_target_version = '4.1' plg.gramps_target_version = MODULE_VERSION
plg.status = STABLE plg.status = STABLE
plg.fname = 'tagreport.py' plg.fname = 'tagreport.py'
plg.ptype = REPORT plg.ptype = REPORT
@ -274,7 +276,7 @@ plg.id = 'number_of_ancestors'
plg.name = _("Number of Ancestors Report") plg.name = _("Number of Ancestors Report")
plg.description = _("Counts number of ancestors of selected person") plg.description = _("Counts number of ancestors of selected person")
plg.version = '1.0' plg.version = '1.0'
plg.gramps_target_version = '4.1' plg.gramps_target_version = MODULE_VERSION
plg.status = STABLE plg.status = STABLE
plg.fname = 'numberofancestorsreport.py' plg.fname = 'numberofancestorsreport.py'
plg.ptype = REPORT plg.ptype = REPORT
@ -296,7 +298,7 @@ plg.id = 'place_report'
plg.name = _("Place Report") plg.name = _("Place Report")
plg.description = _("Produces a textual place report") plg.description = _("Produces a textual place report")
plg.version = '1.0' plg.version = '1.0'
plg.gramps_target_version = '4.1' plg.gramps_target_version = MODULE_VERSION
plg.status = STABLE plg.status = STABLE
plg.fname = 'placereport.py' plg.fname = 'placereport.py'
plg.ptype = REPORT plg.ptype = REPORT
@ -319,7 +321,7 @@ plg.id = 'simple_book_title'
plg.name = _("Title Page") plg.name = _("Title Page")
plg.description = _("Produces a title page for book reports.") plg.description = _("Produces a title page for book reports.")
plg.version = '1.0' plg.version = '1.0'
plg.gramps_target_version = '4.1' plg.gramps_target_version = MODULE_VERSION
plg.status = STABLE plg.status = STABLE
plg.fname = 'simplebooktitle.py' plg.fname = 'simplebooktitle.py'
plg.ptype = REPORT plg.ptype = REPORT
@ -341,7 +343,7 @@ plg.id = 'summary'
plg.name = _("Database Summary Report") plg.name = _("Database Summary Report")
plg.description = _("Provides a summary of the current database") plg.description = _("Provides a summary of the current database")
plg.version = '1.0' plg.version = '1.0'
plg.gramps_target_version = '4.1' plg.gramps_target_version = MODULE_VERSION
plg.status = STABLE plg.status = STABLE
plg.fname = 'summary.py' plg.fname = 'summary.py'
plg.ptype = REPORT plg.ptype = REPORT
@ -364,7 +366,7 @@ plg.id = 'table_of_contents'
plg.name = _("Table Of Contents") plg.name = _("Table Of Contents")
plg.description = _("Produces a table of contents for book reports.") plg.description = _("Produces a table of contents for book reports.")
plg.version = '1.0' plg.version = '1.0'
plg.gramps_target_version = '4.1' plg.gramps_target_version = MODULE_VERSION
plg.status = STABLE plg.status = STABLE
plg.fname = 'tableofcontents.py' plg.fname = 'tableofcontents.py'
plg.ptype = REPORT plg.ptype = REPORT
@ -386,7 +388,7 @@ plg.id = 'alphabetical_index'
plg.name = _("Alphabetical Index") plg.name = _("Alphabetical Index")
plg.description = _("Produces an alphabetical index for book reports.") plg.description = _("Produces an alphabetical index for book reports.")
plg.version = '1.0' plg.version = '1.0'
plg.gramps_target_version = '4.1' plg.gramps_target_version = MODULE_VERSION
plg.status = STABLE plg.status = STABLE
plg.fname = 'alphabeticalindex.py' plg.fname = 'alphabeticalindex.py'
plg.ptype = REPORT plg.ptype = REPORT
@ -408,7 +410,7 @@ plg.id = 'records'
plg.name = _("Records Report") plg.name = _("Records Report")
plg.description = _("Shows some interesting records about people and families") plg.description = _("Shows some interesting records about people and families")
plg.version = '1.1' plg.version = '1.1'
plg.gramps_target_version = '4.1' plg.gramps_target_version = MODULE_VERSION
plg.status = STABLE plg.status = STABLE
plg.fname = 'recordsreport.py' plg.fname = 'recordsreport.py'
plg.ptype = REPORT plg.ptype = REPORT

View File

@ -22,6 +22,8 @@
GRAMPS registration file GRAMPS registration file
""" """
MODULE_VERSION="4.2"
#------------------------------------------------------------------------ #------------------------------------------------------------------------
# #
# Fix Capitalization of Family Names # Fix Capitalization of Family Names
@ -34,7 +36,7 @@ name = _("Fix Capitalization of Family Names"),
description = _("Searches the entire database and attempts to " description = _("Searches the entire database and attempts to "
"fix capitalization of the names."), "fix capitalization of the names."),
version = '1.0', version = '1.0',
gramps_target_version = '4.1', gramps_target_version = MODULE_VERSION,
status = STABLE, status = STABLE,
fname = 'changenames.py', fname = 'changenames.py',
authors = ["Donald N. Allingham"], authors = ["Donald N. Allingham"],
@ -57,7 +59,7 @@ name = _("Rename Event Types"),
description = _("Allows all the events of a certain name " description = _("Allows all the events of a certain name "
"to be renamed to a new name."), "to be renamed to a new name."),
version = '1.0', version = '1.0',
gramps_target_version = '4.1', gramps_target_version = MODULE_VERSION,
status = STABLE, status = STABLE,
fname = 'changetypes.py', fname = 'changetypes.py',
authors = ["Donald N. Allingham"], authors = ["Donald N. Allingham"],
@ -80,7 +82,7 @@ name = _("Check and Repair Database"),
description = _("Checks the database for integrity problems, fixing the " description = _("Checks the database for integrity problems, fixing the "
"problems that it can"), "problems that it can"),
version = '1.0', version = '1.0',
gramps_target_version = '4.1', gramps_target_version = MODULE_VERSION,
status = STABLE, status = STABLE,
fname = 'check.py', fname = 'check.py',
authors = ["Donald N. Allingham"], authors = ["Donald N. Allingham"],
@ -104,7 +106,7 @@ description = _("Aids in the analysis of data by allowing the "
"development of custom filters that can be applied " "development of custom filters that can be applied "
"to the database to find similar events"), "to the database to find similar events"),
version = '1.0', version = '1.0',
gramps_target_version = '4.1', gramps_target_version = MODULE_VERSION,
status = STABLE, status = STABLE,
fname = 'eventcmp.py', fname = 'eventcmp.py',
authors = ["Donald N. Allingham"], authors = ["Donald N. Allingham"],
@ -126,7 +128,7 @@ id = 'evname',
name = _("Extract Event Description"), name = _("Extract Event Description"),
description = _("Extracts event descriptions from the event data"), description = _("Extracts event descriptions from the event data"),
version = '1.0', version = '1.0',
gramps_target_version = '4.1', gramps_target_version = MODULE_VERSION,
status = STABLE, status = STABLE,
fname = 'eventnames.py', fname = 'eventnames.py',
authors = ["Donald N. Allingham"], authors = ["Donald N. Allingham"],
@ -149,7 +151,7 @@ name = _("Extract Place Data from a Place Title"),
description = _("Attempts to extract city and state/province " description = _("Attempts to extract city and state/province "
"from a place title"), "from a place title"),
version = '1.0', version = '1.0',
gramps_target_version = '4.1', gramps_target_version = MODULE_VERSION,
status = STABLE, status = STABLE,
fname = 'extractcity.py', fname = 'extractcity.py',
authors = ["Donald N. Allingham"], authors = ["Donald N. Allingham"],
@ -172,7 +174,7 @@ name = _("Find Possible Duplicate People"),
description = _("Searches the entire database, looking for " description = _("Searches the entire database, looking for "
"individual entries that may represent the same person."), "individual entries that may represent the same person."),
version = '1.0', version = '1.0',
gramps_target_version = '4.1', gramps_target_version = MODULE_VERSION,
status = STABLE, status = STABLE,
fname = 'finddupes.py', fname = 'finddupes.py',
authors = ["Donald N. Allingham"], authors = ["Donald N. Allingham"],
@ -194,7 +196,7 @@ id = 'mediaman',
name = _("Media Manager"), name = _("Media Manager"),
description = _("Manages batch operations on media files"), description = _("Manages batch operations on media files"),
version = '1.0', version = '1.0',
gramps_target_version = '4.1', gramps_target_version = MODULE_VERSION,
status = STABLE, status = STABLE,
fname = 'mediamanager.py', fname = 'mediamanager.py',
authors = ["Alex Roitman"], authors = ["Alex Roitman"],
@ -217,7 +219,7 @@ name = _("Not Related"),
description = _("Find people who are not in any way related to the " description = _("Find people who are not in any way related to the "
"selected person"), "selected person"),
version = '1.0', version = '1.0',
gramps_target_version = '4.1', gramps_target_version = MODULE_VERSION,
status = STABLE, status = STABLE,
fname = 'notrelated.py', fname = 'notrelated.py',
authors = ["Stephane Charette"], authors = ["Stephane Charette"],
@ -239,7 +241,7 @@ id = 'editowner',
name = _("Edit Database Owner Information"), name = _("Edit Database Owner Information"),
description = _("Allow editing database owner information."), description = _("Allow editing database owner information."),
version = '1.0', version = '1.0',
gramps_target_version = '4.1', gramps_target_version = MODULE_VERSION,
status = STABLE, status = STABLE,
fname = 'ownereditor.py', fname = 'ownereditor.py',
authors = ["Zsolt Foldvari"], authors = ["Zsolt Foldvari"],
@ -261,7 +263,7 @@ id = 'patchnames',
name = _("Extract Information from Names"), name = _("Extract Information from Names"),
description = _("Extract titles, prefixes and compound surnames from given name or family name."), description = _("Extract titles, prefixes and compound surnames from given name or family name."),
version = '1.0', version = '1.0',
gramps_target_version = '4.1', gramps_target_version = MODULE_VERSION,
status = STABLE, status = STABLE,
fname = 'patchnames.py', fname = 'patchnames.py',
authors = ["Donald N. Allingham", "Benny Malengier"], authors = ["Donald N. Allingham", "Benny Malengier"],
@ -283,7 +285,7 @@ id = 'rebuild',
name = _("Rebuild Secondary Indexes"), name = _("Rebuild Secondary Indexes"),
description = _("Rebuilds secondary indexes"), description = _("Rebuilds secondary indexes"),
version = '1.0', version = '1.0',
gramps_target_version = '4.1', gramps_target_version = MODULE_VERSION,
status = STABLE, status = STABLE,
fname = 'rebuild.py', fname = 'rebuild.py',
authors = ["Donald N. Allingham"], authors = ["Donald N. Allingham"],
@ -305,7 +307,7 @@ id = 'rebuild_refmap',
name = _("Rebuild Reference Maps"), name = _("Rebuild Reference Maps"),
description = _("Rebuilds reference maps"), description = _("Rebuilds reference maps"),
version = '1.0', version = '1.0',
gramps_target_version = '4.1', gramps_target_version = MODULE_VERSION,
status = STABLE, status = STABLE,
fname = 'rebuildrefmap.py', fname = 'rebuildrefmap.py',
authors = ["Alex Roitman"], authors = ["Alex Roitman"],
@ -327,7 +329,7 @@ id = 'rebuild_genstats',
name = _("Rebuild Gender Statistics"), name = _("Rebuild Gender Statistics"),
description = _("Rebuilds gender statistics for name gender guessing..."), description = _("Rebuilds gender statistics for name gender guessing..."),
version = '1.0', version = '1.0',
gramps_target_version = '4.1', gramps_target_version = MODULE_VERSION,
status = STABLE, status = STABLE,
fname = 'rebuildgenderstat.py', fname = 'rebuildgenderstat.py',
authors = ["Benny Malengier"], authors = ["Benny Malengier"],
@ -349,7 +351,7 @@ id = 'relcalc',
name = _("Relationship Calculator"), name = _("Relationship Calculator"),
description = _("Calculates the relationship between two people"), description = _("Calculates the relationship between two people"),
version = '1.0', version = '1.0',
gramps_target_version = '4.1', gramps_target_version = MODULE_VERSION,
status = STABLE, status = STABLE,
fname = 'relcalc.py', fname = 'relcalc.py',
authors = ["Donald N. Allingham"], authors = ["Donald N. Allingham"],
@ -371,7 +373,7 @@ id = 'remove_unused',
name = _("Remove Unused Objects"), name = _("Remove Unused Objects"),
description = _("Removes unused objects from the database"), description = _("Removes unused objects from the database"),
version = '1.0', version = '1.0',
gramps_target_version = '4.1', gramps_target_version = MODULE_VERSION,
status = STABLE, status = STABLE,
fname = 'removeunused.py', fname = 'removeunused.py',
authors = ["Donald N. Allingham"], authors = ["Donald N. Allingham"],
@ -394,7 +396,7 @@ name = _("Reorder Gramps IDs"),
description = _("Reorders the Gramps IDs " description = _("Reorders the Gramps IDs "
"according to Gramps' default rules."), "according to Gramps' default rules."),
version = '1.0', version = '1.0',
gramps_target_version = '4.1', gramps_target_version = MODULE_VERSION,
status = STABLE, status = STABLE,
fname = 'reorderids.py', fname = 'reorderids.py',
authors = ["Donald N. Allingham"], authors = ["Donald N. Allingham"],
@ -416,7 +418,7 @@ id = 'sortevents',
name = _("Sorts events"), name = _("Sorts events"),
description = _("Sorts events"), description = _("Sorts events"),
version = '1.0', version = '1.0',
gramps_target_version = '4.1', gramps_target_version = MODULE_VERSION,
status = STABLE, status = STABLE,
fname = 'sortevents.py', fname = 'sortevents.py',
authors = ["Gary Burton"], authors = ["Gary Burton"],
@ -438,7 +440,7 @@ id = 'verify',
name = _("Verify the Data"), name = _("Verify the Data"),
description = _("Verifies the data against user-defined tests"), description = _("Verifies the data against user-defined tests"),
version = '1.0', version = '1.0',
gramps_target_version = '4.1', gramps_target_version = MODULE_VERSION,
status = STABLE, status = STABLE,
fname = 'verify.py', fname = 'verify.py',
authors = ["Alex Roitman"], authors = ["Alex Roitman"],
@ -461,7 +463,7 @@ name = _("Merge Citations"),
description = _("Searches the entire database, looking for " description = _("Searches the entire database, looking for "
"citations that have the same Volume/Page, Date and Confidence."), "citations that have the same Volume/Page, Date and Confidence."),
version = '1.0', version = '1.0',
gramps_target_version = '4.1', gramps_target_version = MODULE_VERSION,
status = STABLE, status = STABLE,
fname = 'mergecitations.py', fname = 'mergecitations.py',
authors = ["Tim G L Lyons"], authors = ["Tim G L Lyons"],

View File

@ -22,6 +22,8 @@
GRAMPS registration file GRAMPS registration file
""" """
MODULE_VERSION="4.2"
#------------------------------------------------------------------------ #------------------------------------------------------------------------
# #
# Check Localized Date Displayer and Parser # Check Localized Date Displayer and Parser
@ -37,7 +39,7 @@ description = ("This test tool will create many people showing all"
" the birth date. This way you can ensure that dates" " the birth date. This way you can ensure that dates"
" printed can be parsed back in correctly."), " printed can be parsed back in correctly."),
version = '1.0', version = '1.0',
gramps_target_version = '4.1', gramps_target_version = MODULE_VERSION,
status = UNSTABLE, status = UNSTABLE,
fname = 'dateparserdisplaytest.py', fname = 'dateparserdisplaytest.py',
authors = ["Martin Hawlisch"], authors = ["Martin Hawlisch"],
@ -60,7 +62,7 @@ name = "Dump Gender Statistics",
description = ("Will dump the statistics for the gender guessing " description = ("Will dump the statistics for the gender guessing "
"from the first name."), "from the first name."),
version = '1.0', version = '1.0',
gramps_target_version = '4.1', gramps_target_version = MODULE_VERSION,
status = STABLE, status = STABLE,
fname = 'dumpgenderstats.py', fname = 'dumpgenderstats.py',
authors = ["Donald N. Allingham", "Martin Hawlisch"], authors = ["Donald N. Allingham", "Martin Hawlisch"],
@ -84,7 +86,7 @@ description = ("The testcase generator will generate some persons "
"and families that have broken links in the database " "and families that have broken links in the database "
"or data that is in conflict to a relation."), "or data that is in conflict to a relation."),
version = '1.0', version = '1.0',
gramps_target_version = '4.1', gramps_target_version = MODULE_VERSION,
status = UNSTABLE, status = UNSTABLE,
fname = 'testcasegenerator.py', fname = 'testcasegenerator.py',
authors = ["Martin Hawlisch"], authors = ["Martin Hawlisch"],
@ -108,7 +110,7 @@ description = ("This tool generates sources and citations for each source in "
"order to populate the database for testing with significant " "order to populate the database for testing with significant "
"numbers of sources and citations"), "numbers of sources and citations"),
version = '1.0', version = '1.0',
gramps_target_version = '4.1', gramps_target_version = MODULE_VERSION,
status = UNSTABLE, status = UNSTABLE,
fname = 'populatesources.py', fname = 'populatesources.py',
authors = ["Tim Lyons"], authors = ["Tim Lyons"],

View File

@ -25,7 +25,7 @@
# #
#------------------------------------------------------------------------ #------------------------------------------------------------------------
MODULE_VERSION="4.1" MODULE_VERSION="4.2"
from gi import Repository from gi import Repository

View File

@ -19,6 +19,8 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
# #
MODULE_VERSION="4.2"
#------------------------------------------------------------------------ #------------------------------------------------------------------------
# #
# Geoview and HtmlView # Geoview and HtmlView
@ -77,7 +79,7 @@ if not (TOOLKIT == NOWEB):
name = _("Html View"), name = _("Html View"),
description = _("A view showing html pages embedded in Gramps"), description = _("A view showing html pages embedded in Gramps"),
version = '1.0', version = '1.0',
gramps_target_version = '4.1', gramps_target_version = MODULE_VERSION,
status = STABLE, status = STABLE,
fname = 'htmlrenderer.py', fname = 'htmlrenderer.py',
authors = ["The Gramps project"], authors = ["The Gramps project"],

View File

@ -22,6 +22,8 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
# #
MODULE_VERSION="4.2"
#------------------------------------------------------------------------ #------------------------------------------------------------------------
# #
# default views of Gramps # default views of Gramps
@ -33,7 +35,7 @@ id = 'eventview',
name = _("Events"), name = _("Events"),
description = _("The view showing all the events"), description = _("The view showing all the events"),
version = '1.0', version = '1.0',
gramps_target_version = '4.1', gramps_target_version = MODULE_VERSION,
status = STABLE, status = STABLE,
fname = 'eventview.py', fname = 'eventview.py',
authors = ["The Gramps project"], authors = ["The Gramps project"],
@ -48,7 +50,7 @@ id = 'familyview',
name = _("Families"), name = _("Families"),
description = _("The view showing all families"), description = _("The view showing all families"),
version = '1.0', version = '1.0',
gramps_target_version = '4.1', gramps_target_version = MODULE_VERSION,
status = STABLE, status = STABLE,
fname = 'familyview.py', fname = 'familyview.py',
authors = ["The Gramps project"], authors = ["The Gramps project"],
@ -63,7 +65,7 @@ id = 'dashboardview',
name = _("Dashboard"), name = _("Dashboard"),
description = _("The view showing Gramplets"), description = _("The view showing Gramplets"),
version = '1.0', version = '1.0',
gramps_target_version = '4.1', gramps_target_version = MODULE_VERSION,
status = STABLE, status = STABLE,
fname = 'dashboardview.py', fname = 'dashboardview.py',
authors = ["The Gramps project"], authors = ["The Gramps project"],
@ -78,7 +80,7 @@ id = 'mediaview',
name = _("Media"), name = _("Media"),
description = _("The view showing all the media objects"), description = _("The view showing all the media objects"),
version = '1.0', version = '1.0',
gramps_target_version = '4.1', gramps_target_version = MODULE_VERSION,
status = STABLE, status = STABLE,
fname = 'mediaview.py', fname = 'mediaview.py',
authors = ["The Gramps project"], authors = ["The Gramps project"],
@ -93,7 +95,7 @@ id = 'noteview',
name = _("Notes"), name = _("Notes"),
description = _("The view showing all the notes"), description = _("The view showing all the notes"),
version = '1.0', version = '1.0',
gramps_target_version = '4.1', gramps_target_version = MODULE_VERSION,
status = STABLE, status = STABLE,
fname = 'noteview.py', fname = 'noteview.py',
authors = ["The Gramps project"], authors = ["The Gramps project"],
@ -108,7 +110,7 @@ id = 'relview',
name = _("Relationships"), name = _("Relationships"),
description = _("The view showing all relationships of the selected person"), description = _("The view showing all relationships of the selected person"),
version = '1.0', version = '1.0',
gramps_target_version = '4.1', gramps_target_version = MODULE_VERSION,
status = STABLE, status = STABLE,
fname = 'relview.py', fname = 'relview.py',
authors = ["The Gramps project"], authors = ["The Gramps project"],
@ -123,7 +125,7 @@ id = 'pedigreeview',
name = _("Pedigree"), name = _("Pedigree"),
description = _("The view showing an ancestor pedigree of the selected person"), description = _("The view showing an ancestor pedigree of the selected person"),
version = '1.0', version = '1.0',
gramps_target_version = '4.1', gramps_target_version = MODULE_VERSION,
status = STABLE, status = STABLE,
fname = 'pedigreeview.py', fname = 'pedigreeview.py',
authors = ["The Gramps project"], authors = ["The Gramps project"],
@ -140,7 +142,7 @@ name = _("Fan Chart"),
category = ("Ancestry", _("Charts")), category = ("Ancestry", _("Charts")),
description = _("A view showing parents through a fanchart"), description = _("A view showing parents through a fanchart"),
version = '1.0', version = '1.0',
gramps_target_version = '4.1', gramps_target_version = MODULE_VERSION,
status = STABLE, status = STABLE,
fname = 'fanchartview.py', fname = 'fanchartview.py',
authors = ["Douglas S. Blank", "B. Malengier"], authors = ["Douglas S. Blank", "B. Malengier"],
@ -155,7 +157,7 @@ name = _("Descendant Fan"),
category = ("Ancestry", _("Charts")), category = ("Ancestry", _("Charts")),
description = _("Showing descendants through a fanchart"), description = _("Showing descendants through a fanchart"),
version = '1.0', version = '1.0',
gramps_target_version = '4.1', gramps_target_version = MODULE_VERSION,
status = STABLE, status = STABLE,
fname = 'fanchartdescview.py', fname = 'fanchartdescview.py',
authors = ["B. Malengier"], authors = ["B. Malengier"],
@ -170,7 +172,7 @@ name = _("Grouped People"),
description = _("The view showing all people in the Family Tree grouped per" description = _("The view showing all people in the Family Tree grouped per"
" family name"), " family name"),
version = '1.0', version = '1.0',
gramps_target_version = '4.1', gramps_target_version = MODULE_VERSION,
status = STABLE, status = STABLE,
fname = 'persontreeview.py', fname = 'persontreeview.py',
authors = ["The Gramps project"], authors = ["The Gramps project"],
@ -187,7 +189,7 @@ name = _("People"),
description = _("The view showing all people in the Family Tree" description = _("The view showing all people in the Family Tree"
" in a flat list"), " in a flat list"),
version = '1.0', version = '1.0',
gramps_target_version = '4.1', gramps_target_version = MODULE_VERSION,
status = STABLE, status = STABLE,
fname = 'personlistview.py', fname = 'personlistview.py',
authors = ["The Gramps project"], authors = ["The Gramps project"],
@ -203,7 +205,7 @@ id = 'placelistview',
name = _("Places"), name = _("Places"),
description = _("The view showing all the places of the Family Tree"), description = _("The view showing all the places of the Family Tree"),
version = '1.0', version = '1.0',
gramps_target_version = '4.1', gramps_target_version = MODULE_VERSION,
status = STABLE, status = STABLE,
fname = 'placelistview.py', fname = 'placelistview.py',
authors = ["The Gramps project"], authors = ["The Gramps project"],
@ -219,7 +221,7 @@ id = 'placetreeview',
name = _("Place Tree"), name = _("Place Tree"),
description = _("A view displaying places in a tree format."), description = _("A view displaying places in a tree format."),
version = '1.0', version = '1.0',
gramps_target_version = '4.1', gramps_target_version = MODULE_VERSION,
status = STABLE, status = STABLE,
fname = 'placetreeview.py', fname = 'placetreeview.py',
authors = ["Donald N. Allingham", "Gary Burton", "Nick Hall"], authors = ["Donald N. Allingham", "Gary Burton", "Nick Hall"],
@ -234,7 +236,7 @@ id = 'repoview',
name = _("Repositories"), name = _("Repositories"),
description = _("The view showing all the repositories"), description = _("The view showing all the repositories"),
version = '1.0', version = '1.0',
gramps_target_version = '4.1', gramps_target_version = MODULE_VERSION,
status = STABLE, status = STABLE,
fname = 'repoview.py', fname = 'repoview.py',
authors = ["The Gramps project"], authors = ["The Gramps project"],
@ -249,7 +251,7 @@ id = 'sourceview',
name = _("Sources"), name = _("Sources"),
description = _("The view showing all the sources"), description = _("The view showing all the sources"),
version = '1.0', version = '1.0',
gramps_target_version = '4.1', gramps_target_version = MODULE_VERSION,
status = STABLE, status = STABLE,
fname = 'sourceview.py', fname = 'sourceview.py',
authors = ["The Gramps project"], authors = ["The Gramps project"],
@ -265,7 +267,7 @@ id = 'citationlistview',
name = _("Citations"), name = _("Citations"),
description = _("The view showing all the citations"), description = _("The view showing all the citations"),
version = '1.0', version = '1.0',
gramps_target_version = '4.1', gramps_target_version = MODULE_VERSION,
status = STABLE, status = STABLE,
fname = 'citationlistview.py', fname = 'citationlistview.py',
authors = ["The Gramps project"], authors = ["The Gramps project"],
@ -280,7 +282,7 @@ id = 'citationtreeview',
name = _("Citation Tree"), name = _("Citation Tree"),
description = _("A view displaying citations and sources in a tree format."), description = _("A view displaying citations and sources in a tree format."),
version = '1.0', version = '1.0',
gramps_target_version = '4.1', gramps_target_version = MODULE_VERSION,
status = STABLE, status = STABLE,
fname = 'citationtreeview.py', fname = 'citationtreeview.py',
authors = ["Tim G L Lyons", "Nick Hall"], authors = ["Tim G L Lyons", "Nick Hall"],

View File

@ -18,6 +18,8 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
# #
MODULE_VERSION="4.2"
#------------------------------------------------------------------------ #------------------------------------------------------------------------
# #
# Narrated Web Site # Narrated Web Site
@ -30,7 +32,7 @@ plg.name = _("Narrated Web Site")
plg.description = _("Produces web (HTML) pages for individuals, or a set of " plg.description = _("Produces web (HTML) pages for individuals, or a set of "
"individuals") "individuals")
plg.version = '1.0' plg.version = '1.0'
plg.gramps_target_version = '4.1' plg.gramps_target_version = MODULE_VERSION
plg.status = STABLE plg.status = STABLE
plg.fname = 'narrativeweb.py' plg.fname = 'narrativeweb.py'
plg.ptype = REPORT plg.ptype = REPORT
@ -53,7 +55,7 @@ plg.id = 'WebCal'
plg.name = _("Web Calendar") plg.name = _("Web Calendar")
plg.description = _("Produces web (HTML) calendars.") plg.description = _("Produces web (HTML) calendars.")
plg.version = '1.0' plg.version = '1.0'
plg.gramps_target_version = '4.1' plg.gramps_target_version = MODULE_VERSION
plg.status = STABLE plg.status = STABLE
plg.fname = 'webcal.py' plg.fname = 'webcal.py'
plg.ptype = REPORT plg.ptype = REPORT

View File

@ -21,6 +21,8 @@
# plugins/webstuff/webstuff.gpr.py # plugins/webstuff/webstuff.gpr.py
MODULE_VERSION="4.2"
#------------------------------------------------------------------------ #------------------------------------------------------------------------
# #
# Stylesheets # Stylesheets
@ -32,7 +34,7 @@ category = "WEBSTUFF",
name = _("Webstuff"), name = _("Webstuff"),
description = _("Provides a collection of resources for the web"), description = _("Provides a collection of resources for the web"),
version = '1.0', version = '1.0',
gramps_target_version = '4.1', gramps_target_version = MODULE_VERSION,
fname = "webstuff.py", fname = "webstuff.py",
load_on_reg = True, load_on_reg = True,
process = "process_list", process = "process_list",

View File

@ -18,6 +18,6 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
# #
VERSION_TUPLE = (4, 1, 99) VERSION_TUPLE = (4, 2, 0)
VERSION = '.'.join(map(str,VERSION_TUPLE)) VERSION = '.'.join(map(str,VERSION_TUPLE))
major_version = "%s.%s" % (VERSION_TUPLE[0], VERSION_TUPLE[1]) major_version = "%s.%s" % (VERSION_TUPLE[0], VERSION_TUPLE[1])