Move all trunk plugins to version 3.4

svn: r16874
This commit is contained in:
Doug Blank
2011-03-21 20:43:00 +00:00
parent 688838d6db
commit a00dcd0c2b
23 changed files with 206 additions and 206 deletions

View File

@@ -4,7 +4,7 @@ register(VIEW,
category = ("Ancestry", _("Ancestry")),
description = _("The view showing relations through a fanchart"),
version = '1.0',
gramps_target_version = '3.3',
gramps_target_version = '3.4',
status = STABLE,
fname = 'fanchartview.py',
authors = [u"Douglas S. Blank"],

View File

@@ -51,7 +51,7 @@ if not (TOOLKIT == NOWEB):
description = _("The view showing events on an interactive internet map "
"(internet connection needed)"),
version = '1.0',
gramps_target_version = '3.3',
gramps_target_version = '3.4',
status = STABLE,
fname = 'geoview.py',
authors = [u"The Gramps project"],
@@ -76,7 +76,7 @@ if not (TOOLKIT == NOWEB):
name = _("Html View"),
description = _("A view allowing to see html pages embedded in Gramps"),
version = '1.0',
gramps_target_version = '3.3',
gramps_target_version = '3.4',
status = STABLE,
fname = 'htmlrenderer.py',
authors = [u"The Gramps project"],

View File

@@ -3,7 +3,7 @@ register(VIEW,
name = _("Place Tree View"),
description = _("A view displaying places in a tree format."),
version = '1.0',
gramps_target_version = '3.3',
gramps_target_version = '3.4',
status = STABLE,
fname = 'placetreeview.py',
authors = [u"Donald N. Allingham", u"Gary Burton", u"Nick Hall"],

View File

@@ -32,7 +32,7 @@ id = 'eventview',
name = _("Event View"),
description = _("The view showing all the events"),
version = '1.0',
gramps_target_version = '3.3',
gramps_target_version = '3.4',
status = STABLE,
fname = 'eventview.py',
authors = [u"The Gramps project"],
@@ -47,7 +47,7 @@ id = 'familyview',
name = _("Family View"),
description = _("The view showing all families"),
version = '1.0',
gramps_target_version = '3.3',
gramps_target_version = '3.4',
status = STABLE,
fname = 'familyview.py',
authors = [u"The Gramps project"],
@@ -62,7 +62,7 @@ id = 'grampletview',
name = _("Gramplet View"),
description = _("The view allowing to see Gramplets"),
version = '1.0',
gramps_target_version = '3.3',
gramps_target_version = '3.4',
status = STABLE,
fname = 'grampletview.py',
authors = [u"The Gramps project"],
@@ -77,7 +77,7 @@ id = 'mediaview',
name = _("Media View"),
description = _("The view showing all the media objects"),
version = '1.0',
gramps_target_version = '3.3',
gramps_target_version = '3.4',
status = STABLE,
fname = 'mediaview.py',
authors = [u"The Gramps project"],
@@ -92,7 +92,7 @@ id = 'noteview',
name = _("Note View"),
description = _("The view showing all the notes"),
version = '1.0',
gramps_target_version = '3.3',
gramps_target_version = '3.4',
status = STABLE,
fname = 'noteview.py',
authors = [u"The Gramps project"],
@@ -107,7 +107,7 @@ id = 'relview',
name = _("Relationship View"),
description = _("The view showing all relationships of the selected person"),
version = '1.0',
gramps_target_version = '3.3',
gramps_target_version = '3.4',
status = STABLE,
fname = 'relview.py',
authors = [u"The Gramps project"],
@@ -122,7 +122,7 @@ id = 'pedigreeview',
name = _("Pedigree View"),
description = _("The view showing an ancestor pedigree of the selected person"),
version = '1.0',
gramps_target_version = '3.3',
gramps_target_version = '3.4',
status = STABLE,
fname = 'pedigreeview.py',
authors = [u"The Gramps project"],
@@ -138,7 +138,7 @@ id = 'personview',
name = _("Person Tree View"),
description = _("The view showing all people in the family tree"),
version = '1.0',
gramps_target_version = '3.3',
gramps_target_version = '3.4',
status = STABLE,
fname = 'persontreeview.py',
authors = [u"The Gramps project"],
@@ -155,7 +155,7 @@ name = _("Person View"),
description = _("The view showing all people in the family tree"
" in a flat list"),
version = '1.0',
gramps_target_version = '3.3',
gramps_target_version = '3.4',
status = STABLE,
fname = 'personlistview.py',
authors = [u"The Gramps project"],
@@ -171,7 +171,7 @@ id = 'placelistview',
name = _("Place View"),
description = _("The view showing all the places of the family tree"),
version = '1.0',
gramps_target_version = '3.3',
gramps_target_version = '3.4',
status = STABLE,
fname = 'placelistview.py',
authors = [u"The Gramps project"],
@@ -187,7 +187,7 @@ id = 'repoview',
name = _("Repository View"),
description = _("The view showing all the repositories"),
version = '1.0',
gramps_target_version = '3.3',
gramps_target_version = '3.4',
status = STABLE,
fname = 'repoview.py',
authors = [u"The Gramps project"],
@@ -202,7 +202,7 @@ id = 'sourceview',
name = _("Source View"),
description = _("The view showing all the sources"),
version = '1.0',
gramps_target_version = '3.3',
gramps_target_version = '3.4',
status = STABLE,
fname = 'sourceview.py',
authors = [u"The Gramps project"],