Added comments for gramplets

svn: r14661
This commit is contained in:
Doug Blank 2010-03-07 15:00:11 +00:00
parent 5e01687b73
commit 98ebcb9697

View File

@ -28,6 +28,7 @@
register(GRAMPLET,
id="Age on Date Gramplet",
name=_("Age on Date Gramplet"),
description = _("Gramplet showing ages of living people on a specific date"),
version="2.0.0",
gramps_target_version="3.3",
status = STABLE,
@ -40,6 +41,7 @@ register(GRAMPLET,
register(GRAMPLET,
id = "Age Stats Gramplet",
name = _("Age Stats Gramplet"),
description = _("Gramplet showing graphs of various ages"),
status = STABLE,
fname="AgeStats.py",
height=100,
@ -55,6 +57,7 @@ register(GRAMPLET,
register(GRAMPLET,
id="Attributes Gramplet",
name=_("Attributes Gramplet"),
description = _("Gramplet showing active person's attributes"),
status = STABLE,
fname="AttributesGramplet.py",
height=150,
@ -70,6 +73,7 @@ register(GRAMPLET,
register(GRAMPLET,
id="Calendar Gramplet",
name=_("Calendar Gramplet"),
description = _("Gramplet showing calendar and events on specfic dates in history"),
status = STABLE,
fname="CalendarGramplet.py",
height=200,
@ -82,6 +86,7 @@ register(GRAMPLET,
register(GRAMPLET,
id = "Descendant Gramplet",
name=_("Descendant Gramplet"),
description = _("Gramplet showing active person's descendants"),
status = STABLE,
fname="DescendGramplet.py",
height=100,
@ -97,6 +102,7 @@ register(GRAMPLET,
register(GRAMPLET,
id= "Fan Chart Gramplet",
name=_("Fan Chart Gramplet"),
description = _("Gramplet showing active person's direct ancestors as a fanchart"),
status = STABLE,
fname="FanChartGramplet.py",
height=430,
@ -112,6 +118,7 @@ register(GRAMPLET,
register(GRAMPLET,
id="FAQ Gramplet",
name=_("FAQ Gramplet"),
description = _("Gramplet showing frequently asked questions"),
status = STABLE,
fname="FaqGramplet.py",
height=300,
@ -124,6 +131,7 @@ register(GRAMPLET,
register(GRAMPLET,
id= "Given Name Cloud Gramplet",
name=_("Given Name Cloud Gramplet"),
description = _("Gramplet showing all given names as a text cloud"),
status = STABLE,
fname="GivenNameGramplet.py",
height=300,
@ -137,6 +145,7 @@ register(GRAMPLET,
register(GRAMPLET,
id="Pedigree Gramplet",
name=_("Pedigree Gramplet"),
description = _("Gramplet showing active person's ancestors"),
status = STABLE,
fname="PedigreeGramplet.py",
height=300,
@ -152,6 +161,7 @@ register(GRAMPLET,
register(GRAMPLET,
id="Plugin Manager Gramplet",
name=_("Plugin Manager Gramplet"),
description = _("Gramplet showing available third-party plugins (addons)"),
status = STABLE,
fname="PluginManagerGramplet.py",
height=300,
@ -165,6 +175,7 @@ register(GRAMPLET,
register(GRAMPLET,
id="Quick View Gramplet",
name=_("Quick View Gramplet"),
description = _("Gramplet showing an active item Quick View"),
status = STABLE,
fname="QuickViewGramplet.py",
height=300,
@ -180,6 +191,7 @@ register(GRAMPLET,
register(GRAMPLET,
id="Relatives Gramplet",
name=_("Relatives Gramplet"),
description = _("Gramplet showing active person's relatives"),
status = STABLE,
fname="RelativeGramplet.py",
height=200,
@ -194,6 +206,7 @@ register(GRAMPLET,
register(GRAMPLET,
id="Session Log Gramplet",
name=_("Session Log Gramplet"),
description = _("Gramplet showing all activity for this session"),
status = STABLE,
fname="SessionLogGramplet.py",
height=230,
@ -207,6 +220,7 @@ register(GRAMPLET,
register(GRAMPLET,
id="Statistics Gramplet",
name=_("Statistics Gramplet"),
description = _("Gramplet showing summary data of the family tree"),
status = STABLE,
fname="StatsGramplet.py",
height=230,
@ -220,6 +234,7 @@ register(GRAMPLET,
register(GRAMPLET,
id= "Surname Cloud Gramplet",
name=_("Surname Cloud Gramplet"),
description = _("Gramplet showing all surnames as a text cloud"),
status = STABLE,
fname="SurnameCloudGramplet.py",
height=300,
@ -233,6 +248,7 @@ register(GRAMPLET,
register(GRAMPLET,
id="TODO Gramplet",
name=_("TODO Gramplet"),
description = _("Gramplet for generic notes"),
status = STABLE,
fname="ToDoGramplet.py",
height=300,
@ -246,6 +262,7 @@ register(GRAMPLET,
register(GRAMPLET,
id= "Top Surnames Gramplet",
name=_("Top Surnames Gramplet"),
description = _("Gramplet showing most frequent surnames in this tree"),
status = STABLE,
fname="TopSurnamesGramplet.py",
height=230,
@ -258,6 +275,7 @@ register(GRAMPLET,
register(GRAMPLET,
id="Welcome Gramplet",
name=_("Welcome Gramplet"),
description = _("Gramplet showing a welcome message"),
status = STABLE,
fname="WelcomeGramplet.py",
height=300,
@ -271,6 +289,7 @@ register(GRAMPLET,
register(GRAMPLET,
id = "What's Next Gramplet",
name =_("What's Next Gramplet"),
description = _("Gramplet suggesting items to research"),
status = STABLE,
fname="WhatsNext.py",
height = 230,
@ -280,3 +299,4 @@ register(GRAMPLET,
version="1.0.0",
gramps_target_version="3.3",
)