Bump Gramps version up to 4.0
svn: r20062
This commit is contained in:
@ -35,7 +35,7 @@ id = 'eventview',
|
||||
name = _("Event View"),
|
||||
description = _("The view showing all the events"),
|
||||
version = '1.0',
|
||||
gramps_target_version = '3.5',
|
||||
gramps_target_version = '4.0',
|
||||
status = STABLE,
|
||||
fname = 'eventview.py',
|
||||
authors = [u"The Gramps project"],
|
||||
@ -50,7 +50,7 @@ id = 'familyview',
|
||||
name = _("Family View"),
|
||||
description = _("The view showing all families"),
|
||||
version = '1.0',
|
||||
gramps_target_version = '3.5',
|
||||
gramps_target_version = '4.0',
|
||||
status = STABLE,
|
||||
fname = 'familyview.py',
|
||||
authors = [u"The Gramps project"],
|
||||
@ -65,7 +65,7 @@ id = 'grampletview',
|
||||
name = _("Gramplet View"),
|
||||
description = _("The view showing Gramplets"),
|
||||
version = '1.0',
|
||||
gramps_target_version = '3.5',
|
||||
gramps_target_version = '4.0',
|
||||
status = STABLE,
|
||||
fname = 'grampletview.py',
|
||||
authors = [u"The Gramps project"],
|
||||
@ -80,7 +80,7 @@ id = 'mediaview',
|
||||
name = _("Media View"),
|
||||
description = _("The view showing all the media objects"),
|
||||
version = '1.0',
|
||||
gramps_target_version = '3.5',
|
||||
gramps_target_version = '4.0',
|
||||
status = STABLE,
|
||||
fname = 'mediaview.py',
|
||||
authors = [u"The Gramps project"],
|
||||
@ -95,7 +95,7 @@ id = 'noteview',
|
||||
name = _("Note View"),
|
||||
description = _("The view showing all the notes"),
|
||||
version = '1.0',
|
||||
gramps_target_version = '3.5',
|
||||
gramps_target_version = '4.0',
|
||||
status = STABLE,
|
||||
fname = 'noteview.py',
|
||||
authors = [u"The Gramps project"],
|
||||
@ -110,7 +110,7 @@ id = 'relview',
|
||||
name = _("Relationship View"),
|
||||
description = _("The view showing all relationships of the selected person"),
|
||||
version = '1.0',
|
||||
gramps_target_version = '3.5',
|
||||
gramps_target_version = '4.0',
|
||||
status = STABLE,
|
||||
fname = 'relview.py',
|
||||
authors = [u"The Gramps project"],
|
||||
@ -125,7 +125,7 @@ id = 'pedigreeview',
|
||||
name = _("Pedigree View"),
|
||||
description = _("The view showing an ancestor pedigree of the selected person"),
|
||||
version = '1.0',
|
||||
gramps_target_version = '3.5',
|
||||
gramps_target_version = '4.0',
|
||||
status = STABLE,
|
||||
fname = 'pedigreeview.py',
|
||||
authors = [u"The Gramps project"],
|
||||
@ -142,7 +142,7 @@ name = _("Fan Chart View"),
|
||||
category = ("Ancestry", _("Ancestry")),
|
||||
description = _("The view showing relations through a fanchart"),
|
||||
version = '1.0',
|
||||
gramps_target_version = '3.5',
|
||||
gramps_target_version = '4.0',
|
||||
status = STABLE,
|
||||
fname = 'fanchartview.py',
|
||||
authors = [u"Douglas S. Blank"],
|
||||
@ -156,7 +156,7 @@ id = 'personview',
|
||||
name = _("Person Tree View"),
|
||||
description = _("The view showing all people in the family tree"),
|
||||
version = '1.0',
|
||||
gramps_target_version = '3.5',
|
||||
gramps_target_version = '4.0',
|
||||
status = STABLE,
|
||||
fname = 'persontreeview.py',
|
||||
authors = [u"The Gramps project"],
|
||||
@ -173,7 +173,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.5',
|
||||
gramps_target_version = '4.0',
|
||||
status = STABLE,
|
||||
fname = 'personlistview.py',
|
||||
authors = [u"The Gramps project"],
|
||||
@ -189,7 +189,7 @@ id = 'placelistview',
|
||||
name = _("Place View"),
|
||||
description = _("The view showing all the places of the family tree"),
|
||||
version = '1.0',
|
||||
gramps_target_version = '3.5',
|
||||
gramps_target_version = '4.0',
|
||||
status = STABLE,
|
||||
fname = 'placelistview.py',
|
||||
authors = [u"The Gramps project"],
|
||||
@ -205,7 +205,7 @@ id = 'placetreeview',
|
||||
name = _("Place Tree View"),
|
||||
description = _("A view displaying places in a tree format."),
|
||||
version = '1.0',
|
||||
gramps_target_version = '3.5',
|
||||
gramps_target_version = '4.0',
|
||||
status = STABLE,
|
||||
fname = 'placetreeview.py',
|
||||
authors = [u"Donald N. Allingham", u"Gary Burton", u"Nick Hall"],
|
||||
@ -220,7 +220,7 @@ id = 'repoview',
|
||||
name = _("Repository View"),
|
||||
description = _("The view showing all the repositories"),
|
||||
version = '1.0',
|
||||
gramps_target_version = '3.5',
|
||||
gramps_target_version = '4.0',
|
||||
status = STABLE,
|
||||
fname = 'repoview.py',
|
||||
authors = [u"The Gramps project"],
|
||||
@ -235,7 +235,7 @@ id = 'sourceview',
|
||||
name = _("Source View"),
|
||||
description = _("The view showing all the sources"),
|
||||
version = '1.0',
|
||||
gramps_target_version = '3.5',
|
||||
gramps_target_version = '4.0',
|
||||
status = STABLE,
|
||||
fname = 'sourceview.py',
|
||||
authors = [u"The Gramps project"],
|
||||
@ -251,7 +251,7 @@ id = 'citationlistview',
|
||||
name = _("Citation View"),
|
||||
description = _("The view showing all the citations"),
|
||||
version = '1.0',
|
||||
gramps_target_version = '3.5',
|
||||
gramps_target_version = '4.0',
|
||||
status = STABLE,
|
||||
fname = 'citationlistview.py',
|
||||
authors = [u"The Gramps project"],
|
||||
@ -266,7 +266,7 @@ id = 'citationtreeview',
|
||||
name = _("Citation Tree View"),
|
||||
description = _("A view displaying citations and sources in a tree format."),
|
||||
version = '1.0',
|
||||
gramps_target_version = '3.5',
|
||||
gramps_target_version = '4.0',
|
||||
status = STABLE,
|
||||
fname = 'citationtreeview.py',
|
||||
authors = [u"Tim G L Lyons", u"Nick Hall"],
|
||||
|
Reference in New Issue
Block a user