Plugins required to be correct version
svn: r14300
This commit is contained in:
@ -32,6 +32,7 @@ id = 'eventview',
|
||||
name = _("Event View"),
|
||||
description = _("The view showing all the events"),
|
||||
version = '1.0',
|
||||
gramps_target_version = '3.2',
|
||||
status = STABLE,
|
||||
fname = 'eventview.py',
|
||||
authors = [u"The Gramps project"],
|
||||
@ -46,6 +47,7 @@ id = 'familyview',
|
||||
name = _("Family View"),
|
||||
description = _("The view showing all families"),
|
||||
version = '1.0',
|
||||
gramps_target_version = '3.2',
|
||||
status = STABLE,
|
||||
fname = 'familyview.py',
|
||||
authors = [u"The Gramps project"],
|
||||
@ -60,6 +62,7 @@ id = 'grampletview',
|
||||
name = _("Gramplet View"),
|
||||
description = _("The view allowing to see Gramplets"),
|
||||
version = '1.0',
|
||||
gramps_target_version = '3.2',
|
||||
status = STABLE,
|
||||
fname = 'grampletview.py',
|
||||
authors = [u"The Gramps project"],
|
||||
@ -74,6 +77,7 @@ id = 'mediaview',
|
||||
name = _("Media View"),
|
||||
description = _("The view showing all the media objects"),
|
||||
version = '1.0',
|
||||
gramps_target_version = '3.2',
|
||||
status = STABLE,
|
||||
fname = 'mediaview.py',
|
||||
authors = [u"The Gramps project"],
|
||||
@ -88,6 +92,7 @@ id = 'noteview',
|
||||
name = _("Note View"),
|
||||
description = _("The view showing all the notes"),
|
||||
version = '1.0',
|
||||
gramps_target_version = '3.2',
|
||||
status = STABLE,
|
||||
fname = 'noteview.py',
|
||||
authors = [u"The Gramps project"],
|
||||
@ -102,6 +107,7 @@ id = 'relview',
|
||||
name = _("Relationship View"),
|
||||
description = _("The view showing all relationships of the selected person"),
|
||||
version = '1.0',
|
||||
gramps_target_version = '3.2',
|
||||
status = STABLE,
|
||||
fname = 'relview.py',
|
||||
authors = [u"The Gramps project"],
|
||||
@ -116,6 +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.2',
|
||||
status = STABLE,
|
||||
fname = 'pedigreeview.py',
|
||||
authors = [u"The Gramps project"],
|
||||
@ -130,6 +137,7 @@ id = 'personview',
|
||||
name = _("Person Tree View"),
|
||||
description = _("The view showing all people in the family tree"),
|
||||
version = '1.0',
|
||||
gramps_target_version = '3.2',
|
||||
status = STABLE,
|
||||
fname = 'persontreeview.py',
|
||||
authors = [u"The Gramps project"],
|
||||
@ -145,6 +153,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.2',
|
||||
status = STABLE,
|
||||
fname = 'personlistview.py',
|
||||
authors = [u"The Gramps project"],
|
||||
@ -158,6 +167,7 @@ id = 'placelistview',
|
||||
name = _("Place View"),
|
||||
description = _("The view showing all the places of the family tree"),
|
||||
version = '1.0',
|
||||
gramps_target_version = '3.2',
|
||||
status = STABLE,
|
||||
fname = 'placelistview.py',
|
||||
authors = [u"The Gramps project"],
|
||||
@ -172,6 +182,7 @@ id = 'repoview',
|
||||
name = _("Repository View"),
|
||||
description = _("The view showing all the repositories"),
|
||||
version = '1.0',
|
||||
gramps_target_version = '3.2',
|
||||
status = STABLE,
|
||||
fname = 'repoview.py',
|
||||
authors = [u"The Gramps project"],
|
||||
@ -186,6 +197,7 @@ id = 'sourceview',
|
||||
name = _("Source View"),
|
||||
description = _("The view showing all the sources"),
|
||||
version = '1.0',
|
||||
gramps_target_version = '3.2',
|
||||
status = STABLE,
|
||||
fname = 'sourceview.py',
|
||||
authors = [u"The Gramps project"],
|
||||
|
Reference in New Issue
Block a user