gramps/src/plugins/gramplet/gramplet.gpr.py

267 lines
7.3 KiB
Python
Raw Normal View History

#------------------------------------------------------------------------
#
# Register Gramplet
#
#------------------------------------------------------------------------
register(GRAMPLET,
id="Age on Date Gramplet",
name=_("Age on Date Gramplet"),
version="2.0.0",
fname="AgeOnDateGramplet.py",
#gramps="3.1.0",
height=200,
gramplet = 'AgeOnDateGramplet',
gramplet_title=_("Age on Date"),
)
register(GRAMPLET,
id = "Age Stats Gramplet",
name = _("Age Stats Gramplet"),
fname="AgeStats.py",
height=100,
expand=True,
gramplet = 'AgeStatsGramplet',
gramplet_title=_("Age Stats"),
detached_width = 600,
detached_height = 450,
)
register(GRAMPLET,
id="Attributes Gramplet",
name=_("Attributes Gramplet"),
fname="AttributesGramplet.py",
height=150,
expand=True,
gramplet = 'AttributesGramplet',
gramplet_title=_("Attributes"),
detached_width = 325,
detached_height = 250,
)
register(GRAMPLET,
id="Calendar Gramplet",
name=_("Calendar Gramplet"),
fname="CalendarGramplet.py",
height=200,
gramplet = 'CalendarGramplet',
gramplet_title=_("Calendar"),
)
register(GRAMPLET,
id="Data Entry Gramplet",
name=_("Data Entry Gramplet"),
fname="DataEntryGramplet.py",
status=UNSTABLE,
height=375,
expand=False,
gramplet = 'DataEntryGramplet',
gramplet_title=_("Data Entry"),
detached_width = 510,
detached_height = 480,
#gramps="3.1.0",
version="1.0.0",
)
register(GRAMPLET,
id = "Deep Connections Gramplet",
name =_("Deep Connections Gramplet"),
fname="DeepConnections.py",
height = 230,
expand = True,
gramplet = 'DeepConnectionsGramplet',
gramplet_title = _("Deep Connections"))
register(GRAMPLET,
id = "Descendant Gramplet",
name=_("Descendant Gramplet"),
fname="DescendGramplet.py",
height=100,
expand=True,
gramplet = 'DescendantGramplet',
gramplet_title=_("Descendants"),
detached_width = 500,
detached_height = 500,
)
register(GRAMPLET,
id= "Fan Chart Gramplet",
name=_("Fan Chart Gramplet"),
fname="FanChartGramplet.py",
height=430,
expand=True,
gramplet = 'FanChartGramplet',
detached_height = 550,
detached_width = 475,
gramplet_title=_("Fan Chart"),
)
register(GRAMPLET,
id="FAQ Gramplet",
name=_("FAQ Gramplet"),
fname="FaqGramplet.py",
height=300,
gramplet = 'FAQGramplet',
gramplet_title=_("FAQ"),
#gramps="3.1.0",
version="1.0.0",
)
register(GRAMPLET,
id= "Given id Cloud Gramplet",
name=_("Given id Cloud Gramplet"),
fname="GivenNameGramplet.py",
height=300,
expand=True,
gramplet = 'GivenidCloudGramplet',
gramplet_title=_("Given id Cloud"),
)
register(GRAMPLET,
id="Headline News Gramplet",
name=_("Headline News Gramplet"),
fname="HeadlineNewsGramplet.py",
height=300,
expand=True,
gramplet = 'HeadlineNewsGramplet',
gramplet_title=_("Headline News"),
#gramps="3.1.0",
version="1.0.2",
)
register(GRAMPLET,
id="Note Gramplet",
name=_("Note Gramplet"),
fname="NoteGramplet.py",
height=100,
expand=True,
gramplet = 'NoteGramplet',
gramplet_title=_("Note"),
detached_width = 500,
detached_height = 400,
#gramps="3.1.0",
version="1.0.0",
)
register(GRAMPLET,
id="Pedigree Gramplet",
name=_("Pedigree Gramplet"),
fname="PedigreeGramplet.py",
height=300,
gramplet = 'PedigreeGramplet',
gramplet_title=_("Pedigree"),
expand=True,
detached_width = 600,
detached_height = 400,
)
register(GRAMPLET,
id="Plugin Manager Gramplet",
name=_("Plugin Manager Gramplet"),
fname="PluginManagerGramplet.py",
height=300,
expand=True,
gramplet = 'PluginManagerGramplet',
gramplet_title=_("Plugin Manager"),
version="1.0.0",
#gramps="3.1.0",
)
register(GRAMPLET,
id="Python Gramplet",
name=_("Python Gramplet"),
fname="PythonGramplet.py",
height=250,
gramplet = 'PythonGramplet',
gramplet_title=_("Python Shell"),
)
register(GRAMPLET,
id="Quick View Gramplet",
name=_("Quick View Gramplet"),
fname="QuickViewGramplet.py",
height=300,
expand=True,
gramplet = 'QuickViewGramplet',
gramplet_title=_("Quick View"),
detached_width = 600,
detached_height = 400,
)
register(GRAMPLET,
id="Relatives Gramplet",
name=_("Relatives Gramplet"),
fname="RelativeGramplet.py",
height=200,
gramplet = 'RelativesGramplet',
gramplet_title=_("Relatives"),
detached_width = 250,
detached_height = 300,
)
register(GRAMPLET,
id="Session Log Gramplet",
name=_("Session Log Gramplet"),
fname="SessionLogGramplet.py",
height=230,
#data=['no'],
gramplet = 'LogGramplet',
gramplet_title=_("Session Log"),
)
register(GRAMPLET,
id="Statistics Gramplet",
name=_("Statistics Gramplet"),
fname="StatsGramplet.py",
height=230,
expand=True,
gramplet = 'StatsGramplet',
gramplet_title=_("Statistics"),
)
register(GRAMPLET,
id= "Surid Cloud Gramplet",
name=_("Surid Cloud Gramplet"),
fname="SurnameCloudGramplet.py",
height=300,
expand=True,
gramplet = 'SuridCloudGramplet',
gramplet_title=_("Surid Cloud"),
)
register(GRAMPLET,
id="TODO Gramplet",
name=_("TODO Gramplet"),
fname="ToDoGramplet.py",
height=300,
expand=True,
gramplet = 'TODOGramplet',
gramplet_title=_("TODO List"),
)
register(GRAMPLET,
id= "Top Surids Gramplet",
name=_("Top Surids Gramplet"),
fname="TopSurnamesGramplet.py",
height=230,
gramplet = 'TopSuridsGramplet',
gramplet_title=_("Top Surids"),
)
register(GRAMPLET,
id="Welcome Gramplet",
name=_("Welcome Gramplet"),
fname="WelcomeGramplet.py",
height=300,
expand=True,
gramplet = 'make_welcome_content',
gramplet_title=_("Welcome to GRAMPS!"),
)
register(GRAMPLET,
id = "What's Next Gramplet",
name =_("What's Next Gramplet"),
fname="WhatsNext.py",
height = 230,
expand = True,
gramplet = 'WhatNextGramplet',
gramplet_title = _("What's Next?"))