# # Gramps - a GTK+/GNOME based genealogy program # # Copyright (C) 2009 Benny Malengier # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # # $Id$ #------------------------------------------------------------------------ # # Register Gramplet # #------------------------------------------------------------------------ register(GRAMPLET, id="Age on Date", name=_("Age on Date"), description = _("Gramplet showing ages of living people on a specific date"), version="2.0.0", gramps_target_version="3.4", status = STABLE, fname="AgeOnDateGramplet.py", height=200, gramplet = 'AgeOnDateGramplet', gramplet_title=_("Age on Date"), ) register(GRAMPLET, id = "Age Stats", name = _("Age Stats"), description = _("Gramplet showing graphs of various ages"), status = STABLE, fname="AgeStats.py", height=100, expand=True, gramplet = 'AgeStatsGramplet', gramplet_title=_("Age Stats"), detached_width = 600, detached_height = 450, version="1.0.0", gramps_target_version="3.4", ) register(GRAMPLET, id="Attributes", name=_("Attributes"), description = _("Gramplet showing active person's attributes"), status = STABLE, fname="AttributesGramplet.py", height=150, expand=True, gramplet = 'AttributesGramplet', gramplet_title=_("Attributes"), detached_width = 325, detached_height = 250, version="1.0.0", gramps_target_version="3.4", navtypes=["Person"], ) register(GRAMPLET, id="Calendar", name=_("Calendar"), description = _("Gramplet showing calendar and events on specific dates in history"), status = STABLE, fname="CalendarGramplet.py", height=200, gramplet = 'CalendarGramplet', gramplet_title=_("Calendar"), version="1.0.0", gramps_target_version="3.4", ) register(GRAMPLET, id = "Descendant", name=_("Descendant"), description = _("Gramplet showing active person's descendants"), status = STABLE, fname="DescendGramplet.py", height=100, expand=True, gramplet = 'DescendantGramplet', gramplet_title=_("Descendants"), detached_width = 500, detached_height = 500, version="1.0.0", gramps_target_version="3.4", navtypes=["Person"], ) register(GRAMPLET, id= "Fan Chart", name=_("Fan Chart"), description = _("Gramplet showing active person's direct ancestors as a fanchart"), status = STABLE, fname="FanChartGramplet.py", height=430, expand=True, gramplet = 'FanChartGramplet', detached_height = 550, detached_width = 475, gramplet_title=_("Fan Chart"), version="1.0.0", gramps_target_version="3.4", navtypes=["Person"], ) register(GRAMPLET, id="FAQ", name=_("FAQ"), description = _("Gramplet showing frequently asked questions"), status = STABLE, fname="FaqGramplet.py", height=300, gramplet = 'FAQGramplet', gramplet_title=_("FAQ"), version="1.0.0", gramps_target_version="3.4", ) register(GRAMPLET, id= "Given Name Cloud", name=_("Given Name Cloud"), description = _("Gramplet showing all given names as a text cloud"), status = STABLE, fname="GivenNameGramplet.py", height=300, expand=True, gramplet = 'GivenNameCloudGramplet', gramplet_title=_("Given Name Cloud"), version="1.0.0", gramps_target_version="3.4", ) register(GRAMPLET, id="Pedigree", name=_("Pedigree"), description = _("Gramplet showing active person's ancestors"), status = STABLE, fname="PedigreeGramplet.py", height=300, gramplet = 'PedigreeGramplet', gramplet_title=_("Pedigree"), expand=True, detached_width = 600, detached_height = 400, version="1.0.0", gramps_target_version="3.4", navtypes=["Person"], ) register(GRAMPLET, id="Plugin Manager", name=_("Plugin Manager"), description = _("Gramplet showing available third-party plugins (addons)"), status = STABLE, fname="PluginManagerGramplet.py", height=300, expand=True, gramplet = 'PluginManagerGramplet', gramplet_title=_("Plugin Manager"), version="1.0.0", gramps_target_version="3.4", ) register(GRAMPLET, id="Quick View", name=_("Quick View"), description = _("Gramplet showing an active item Quick View"), status = STABLE, fname="QuickViewGramplet.py", height=300, expand=True, gramplet = 'QuickViewGramplet', gramplet_title=_("Quick View"), detached_width = 600, detached_height = 400, version="1.0.0", gramps_target_version="3.4", ) register(GRAMPLET, id="Relatives", name=_("Relatives"), description = _("Gramplet showing active person's relatives"), status = STABLE, fname="RelativeGramplet.py", height=200, gramplet = 'RelativesGramplet', gramplet_title=_("Relatives"), detached_width = 250, detached_height = 300, version="1.0.0", gramps_target_version="3.4", navtypes=["Person"], ) register(GRAMPLET, id="Session Log", name=_("Session Log"), description = _("Gramplet showing all activity for this session"), status = STABLE, fname="SessionLogGramplet.py", height=230, #data=['no'], gramplet = 'LogGramplet', gramplet_title=_("Session Log"), version="1.0.0", gramps_target_version="3.4", ) register(GRAMPLET, id="Statistics", name=_("Statistics"), description = _("Gramplet showing summary data of the family tree"), status = STABLE, fname="StatsGramplet.py", height=230, expand=True, gramplet = 'StatsGramplet', gramplet_title=_("Statistics"), version="1.0.0", gramps_target_version="3.4", ) register(GRAMPLET, id= "Surname Cloud", name=_("Surname Cloud"), description = _("Gramplet showing all surnames as a text cloud"), status = STABLE, fname="SurnameCloudGramplet.py", height=300, expand=True, gramplet = 'SurnameCloudGramplet', gramplet_title=_("Surname Cloud"), version="1.0.0", gramps_target_version="3.4", ) register(GRAMPLET, id="TODO", name=_("TODO"), description = _("Gramplet for generic notes"), status = STABLE, fname="ToDoGramplet.py", height=300, expand=True, gramplet = 'TODOGramplet', gramplet_title=_("TODO List"), version="1.0.0", gramps_target_version="3.4", ) register(GRAMPLET, id= "Top Surnames", name=_("Top Surnames"), description = _("Gramplet showing most frequent surnames in this tree"), status = STABLE, fname="TopSurnamesGramplet.py", height=230, gramplet = 'TopSurnamesGramplet', gramplet_title=_("Top Surnames"), version="1.0.0", gramps_target_version="3.4", ) register(GRAMPLET, id="Welcome", name=_("Welcome"), description = _("Gramplet showing a welcome message"), status = STABLE, fname="WelcomeGramplet.py", height=300, expand=True, gramplet = 'WelcomeGramplet', gramplet_title=_("Welcome to Gramps!"), version="1.0.1", gramps_target_version="3.4", ) register(GRAMPLET, id = "What's Next", name =_("What's Next"), description = _("Gramplet suggesting items to research"), status = STABLE, fname="WhatsNext.py", height = 230, expand = True, gramplet = 'WhatNextGramplet', gramplet_title = _("What's Next?"), version="1.0.0", gramps_target_version="3.4", ) #------------------------------------------------------------------------ # Edit Image Exif Metadata class #------------------------------------------------------------------------ register(GRAMPLET, id = "Edit Image Exif Metadata", name = _("Edit Image Exif Metadata"), description = _("Gramplet to view, edit, and save image Exif metadata"), height = 450, expand = False, gramplet = 'EditExifMetadata', gramplet_title = _("Edit Exif Metadata"), detached_width = 510, detached_height = 550, version = '1.5.0', gramps_target_version = '3.4', status = STABLE, fname = "EditExifMetadata.py", help_url = "Edit Image Exif Metadata", authors = ['Rob G. Healey'], authors_email = ['robhealey1@gmail.com'], navtypes = ["Media"], )