* src/plugins/*.py: updated email addresses and status
svn: r5364
This commit is contained in:
parent
9042a74479
commit
c58c75b482
@ -1,3 +1,6 @@
|
||||
2005-11-05 Don Allingham <don@gramps-project.org>
|
||||
* src/plugins/*.py: updated email addresses and status
|
||||
|
||||
2005-11-04 Alex Roitman <shura@gramps-project.org>
|
||||
* src/Witness.py (WitnessEditor.__init__): Typo.
|
||||
* src/PluginMgr.py: Update all lists properly on any registration;
|
||||
@ -1007,7 +1010,7 @@ p
|
||||
2005-08-01 Martin Hawlisch <Martin.Hawlisch@gmx.de>
|
||||
* src/gramps_main.py: Use gobject.timeout_add instead of gtk.
|
||||
|
||||
2005-07-31 Alexander Roitman <shura@gramps-project.org>
|
||||
2005-07-31 Alex Roitman <shura@gramps-project.org>
|
||||
* src/docgen/OpenOfficeDoc.py: Typo.
|
||||
|
||||
2005-07-30 Don Allingham <don@gramps-project.org>
|
||||
@ -1069,7 +1072,7 @@ p
|
||||
* src/NavWebPage.py: Catch missing header/footer notes; Add Surname
|
||||
page that is sorted by the number of persons.
|
||||
|
||||
2005-07-25 Alexander Roitman <shura@gramps-project.org>
|
||||
2005-07-25 Alex Roitman <shura@gramps-project.org>
|
||||
* src/gramps.glade (editPerson,marriageEditor): Use Title for the
|
||||
source titles.
|
||||
|
||||
@ -1116,7 +1119,7 @@ p
|
||||
* src/plugins/DetDescendantReport.py: Names, events and sources.
|
||||
* src/plugins/DetAncestralReport.py (add_user_options): Names, events and sources.
|
||||
|
||||
2005-07-20 Alexander Roitman <shura@gramps-project.org>
|
||||
2005-07-20 Alex Roitman <shura@gramps-project.org>
|
||||
* configure.in: Put release number back to CVS+date.
|
||||
* src/po/de.po: Typo.
|
||||
* src/plugins/Ancestors.py (person): correctly compare handles.
|
||||
@ -1269,7 +1272,7 @@ p
|
||||
2005-07-03 Eero Tamminen <eerot@sf>
|
||||
* src/po/fi.po: Updated translated to latest template
|
||||
|
||||
2005-07-02 Alexander Roitman <shura@gramps-project.org>
|
||||
2005-07-02 Alex Roitman <shura@gramps-project.org>
|
||||
* src/RelLib.py (Family.get_handle_referents): Typo;
|
||||
(Event.get_handle_referents): Work around possible None for
|
||||
witness.
|
||||
@ -1326,7 +1329,7 @@ p
|
||||
proper german translation.
|
||||
* srx/po/de.po: Updated
|
||||
|
||||
2005-06-24 Alexander Roitman <shura@gramps-project.org>
|
||||
2005-06-24 Alex Roitman <shura@gramps-project.org>
|
||||
* src/po/fr.po: Add missing format line parameters.
|
||||
|
||||
2005-06-23 Don Allingham <don@gramps-project.org>
|
||||
@ -1351,7 +1354,7 @@ p
|
||||
* src/PlaceView.py: fix sorting
|
||||
* src/SourceView.py: fix sorting
|
||||
|
||||
2005-06-22 Alexander Roitman <shura@gramps-project.org>
|
||||
2005-06-22 Alex Roitman <shura@gramps-project.org>
|
||||
* src/GenericFilter.py (IsDescendantOfFilterMatch.__init__):
|
||||
Remove unneeded method.
|
||||
* src/FamilyView.py (remove_child_clicked): Prevent signal race.
|
||||
@ -1364,7 +1367,7 @@ p
|
||||
2005-06-21 Don Allingham <don@gramps-project.org>
|
||||
* src/GenericFilter.py: optimize a few filters
|
||||
|
||||
2005-06-21 Alexander Roitman <shura@gramps-project.org>
|
||||
2005-06-21 Alex Roitman <shura@gramps-project.org>
|
||||
* src/po/fr.po: Remove extra "%" signs.
|
||||
* src/Report.py (CommandLineReport.parse_option_str): Fix indentation.
|
||||
|
||||
@ -1381,7 +1384,7 @@ p
|
||||
serialized data
|
||||
* src/SelectChild.py: accept Person instead of handle
|
||||
|
||||
2005-06-20 Alexander Roitman <shura@gramps-project.org>
|
||||
2005-06-20 Alex Roitman <shura@gramps-project.org>
|
||||
* src/SelectChild.py (LikelyFilter.prepare,LikelyFilter.apply):
|
||||
Handle absent birth of a parent.
|
||||
* src/AddSpouse.py (LikelyFilter.prepare,LikelyFilter.apply):
|
||||
@ -1510,7 +1513,7 @@ p
|
||||
* src/EditPerson.py: Don't add empty strings to pdmap
|
||||
* src/AutoComp.py: don't add empty strings to completion
|
||||
|
||||
2005-06-03 Alexander Roitman <shura@gramps-project.org>
|
||||
2005-06-03 Alex Roitman <shura@gramps-project.org>
|
||||
* src/Utils.py (bold_label,unbold_label,temp_label): optionally
|
||||
set cursor.
|
||||
* src/EditSource.py (__init__,on_switch_page): Call
|
||||
|
@ -269,8 +269,8 @@ register_report(
|
||||
options_class = AncestorChartOptions,
|
||||
modes = Report.MODE_GUI | Report.MODE_BKI | Report.MODE_CLI,
|
||||
translated_name = _("Ancestor Chart"),
|
||||
status = _("Beta"),
|
||||
status = _("Stable"),
|
||||
author_name = "Donald N. Allingham",
|
||||
author_email = "dallingham@users.sourceforge.net",
|
||||
author_email = "don@gramps-project.org",
|
||||
description = _("Produces a graphical ancestral tree graph"),
|
||||
)
|
||||
|
@ -520,8 +520,8 @@ register_report(
|
||||
options_class = AncestorChartOptions,
|
||||
modes = Report.MODE_GUI | Report.MODE_BKI | Report.MODE_CLI,
|
||||
translated_name = _("Ancestor Chart (Wall Chart)"),
|
||||
status = _("Beta"),
|
||||
status = _("Stable"),
|
||||
author_name = "Donald N. Allingham",
|
||||
author_email = "dallingham@users.sourceforge.net",
|
||||
author_email = "don@gramps-project.org",
|
||||
description = _("Produces a graphical ancestral tree graph"),
|
||||
)
|
||||
|
@ -1121,8 +1121,8 @@ PluginMgr.register_report(
|
||||
options_class = cl_report,
|
||||
modes = Report.MODE_GUI | Report.MODE_CLI,
|
||||
translated_name = _("Book Report"),
|
||||
status = _("Beta"),
|
||||
status = _("Stable"),
|
||||
description = _("Creates a book containing several reports."),
|
||||
author_name = "Alex Roitman",
|
||||
author_email = "shura@alex.neuro.umn.edu"
|
||||
author_email = "shura@gramps-project.org"
|
||||
)
|
||||
|
@ -214,9 +214,9 @@ register_tool(
|
||||
options_class = ChangeNamesOptions,
|
||||
modes = Tool.MODE_GUI,
|
||||
translated_name = _("Fix capitalization of family names"),
|
||||
status = _("Beta"),
|
||||
status = _("Stable"),
|
||||
author_name = "Donald N. Allingham",
|
||||
author_email = "dallingham@users.sourceforge.net",
|
||||
author_email = "don@gramps-project.org",
|
||||
description = _("Searches the entire database and attempts to "
|
||||
"fix capitalization of the names.")
|
||||
)
|
||||
|
@ -214,9 +214,9 @@ register_tool(
|
||||
options_class = ChangeTypesOptions,
|
||||
modes = Tool.MODE_GUI | Tool.MODE_CLI,
|
||||
translated_name = _("Rename personal event types"),
|
||||
status = _("Beta"),
|
||||
status = _("Stable"),
|
||||
author_name = "Donald N. Allingham",
|
||||
author_email = "dallingham@users.sourceforge.net",
|
||||
author_email = "don@gramps-project.org",
|
||||
description = _("Allows all the events of a certain name "
|
||||
"to be renamed to a new name.")
|
||||
)
|
||||
|
@ -876,7 +876,8 @@ register_tool(
|
||||
options_class = CheckOptions,
|
||||
modes = Tool.MODE_GUI | Tool.MODE_CLI,
|
||||
translated_name = _("Check and repair database"),
|
||||
status = _("Stable"),
|
||||
author_name = "Donald N. Allingham",
|
||||
author_email = "dallingham@users.sourceforge.net",
|
||||
author_email = "don@gramps-project.org",
|
||||
description=_("Checks the database for integrity problems, fixing the problems that it can")
|
||||
)
|
||||
|
@ -439,9 +439,9 @@ register_tool(
|
||||
options_class = CheckpointOptions,
|
||||
modes = Tool.MODE_GUI | Tool.MODE_CLI,
|
||||
translated_name = _("Checkpoint the database"),
|
||||
status = _("Beta"),
|
||||
author_name = "Donald N. Allingham",
|
||||
author_email = "dallingham@users.sourceforge.net",
|
||||
status = _("Stable"),
|
||||
author_name = "Alex Roitman",
|
||||
author_email = "shura@gramps-project.org",
|
||||
description = _("Store a snapshot of the current database into "
|
||||
"a revision control system")
|
||||
)
|
||||
|
@ -251,6 +251,7 @@ register_tool(
|
||||
options_class = CmdRefOptions,
|
||||
modes = Tool.MODE_GUI | Tool.MODE_CLI,
|
||||
translated_name = _("Generate Commandline Plugin Reference"),
|
||||
status = _("Stable"),
|
||||
author_name = "Martin Hawlisch",
|
||||
author_email = "martin@hawlisch.de",
|
||||
description=_("Generates a DocBook XML file that contains "
|
||||
|
@ -344,8 +344,8 @@ register_report(
|
||||
options_class = DescendantGraphOptions,
|
||||
modes = Report.MODE_GUI | Report.MODE_BKI | Report.MODE_CLI,
|
||||
translated_name = _("Descendant Graph"),
|
||||
status = _("Alpha"),
|
||||
status = _("Stable"),
|
||||
author_name = "Donald N. Allingham",
|
||||
author_email = "dallingham@users.sourceforge.net",
|
||||
author_email = "don@gramps-project.org",
|
||||
description = _("Generates a graph of descendants of the active person"),
|
||||
)
|
||||
|
@ -176,7 +176,8 @@ register_tool(
|
||||
options_class = DesBrowseOptions,
|
||||
modes = Tool.MODE_GUI,
|
||||
translated_name = _("Interactive descendant browser"),
|
||||
status = _("Stable"),
|
||||
author_name = "Donald N. Allingham",
|
||||
author_email = "dallingham@users.sourceforge.net",
|
||||
author_email = "don@gramps-project.org",
|
||||
description=_("Provides a browsable hierarchy based on the active person"),
|
||||
)
|
||||
|
@ -471,7 +471,7 @@ register_report(
|
||||
options_class = DescendChartOptions,
|
||||
modes = Report.MODE_GUI | Report.MODE_BKI | Report.MODE_CLI,
|
||||
translated_name = _("Descendant Wall Chart"),
|
||||
status = _("Alpha"),
|
||||
status = _("Stable"),
|
||||
author_name = "Donald N. Allingham",
|
||||
author_email = "don@gramps-project.org",
|
||||
description = _("Produces a graphical descendant tree graph"),
|
||||
|
@ -251,8 +251,8 @@ register_report(
|
||||
options_class = DescendantOptions,
|
||||
modes = Report.MODE_GUI | Report.MODE_BKI | Report.MODE_CLI,
|
||||
translated_name = _("Descendant Report"),
|
||||
status=(_("Beta")),
|
||||
status=(_("Stable")),
|
||||
description=_("Generates a list of descendants of the active person"),
|
||||
author_name="Donald N. Allingham",
|
||||
author_email="dallingham@users.sourceforge.net"
|
||||
author_email="don@gramps-project.org"
|
||||
)
|
||||
|
@ -153,7 +153,8 @@ register_tool(
|
||||
options_class = EvalOptions,
|
||||
modes = Tool.MODE_GUI,
|
||||
translated_name = _("Python evaluation window"),
|
||||
status = _("Stable"),
|
||||
author_name = "Donald N. Allingham",
|
||||
author_email = "dallingham@users.sourceforge.net",
|
||||
author_email = "don@gramps-project.org",
|
||||
description=_("Provides a window that can evaluate python code")
|
||||
)
|
||||
|
@ -482,8 +482,9 @@ register_tool(
|
||||
options_class = EventComparisonOptions,
|
||||
modes = Tool.MODE_GUI,
|
||||
translated_name = _("Compare individual events"),
|
||||
status = _("Stable"),
|
||||
author_name = "Donald N. Allingham",
|
||||
author_email = "dallingham@users.sourceforge.net",
|
||||
author_email = "don@gramps-project.org",
|
||||
description=_("Aids in the analysis of data by allowing the "
|
||||
"development of custom filters that can be applied "
|
||||
"to the database to find similar events")
|
||||
|
@ -545,8 +545,9 @@ register_report(
|
||||
options_class = FamilyGroupOptions,
|
||||
modes = Report.MODE_GUI | Report.MODE_BKI | Report.MODE_CLI,
|
||||
translated_name = _("Family Group Report"),
|
||||
status = _("Beta"),
|
||||
status = _("Stable"),
|
||||
author_name = "Donald N. Allingham",
|
||||
author_email = "dallingham@users.sourceforge.net",
|
||||
description=_("Creates a family group report, showing information on a set of parents and their children."),
|
||||
author_email = "don@gramps-project.org",
|
||||
description=_("Creates a family group report, showing information "
|
||||
"on a set of parents and their children."),
|
||||
)
|
||||
|
@ -321,8 +321,8 @@ register_report(
|
||||
options_class = FanChartOptions,
|
||||
modes = Report.MODE_GUI | Report.MODE_BKI | Report.MODE_CLI,
|
||||
translated_name = _("Fan Chart"),
|
||||
status = _("Alpha"),
|
||||
status = _("Stable"),
|
||||
author_name = "Donald N. Allingham",
|
||||
author_email = "dallingham@users.sourceforge.net",
|
||||
author_email = "don@gramps-project.org",
|
||||
description = _("Produces a five generation fan chart")
|
||||
)
|
||||
|
@ -966,9 +966,9 @@ register_tool(
|
||||
options_class = FilterEditorOptions,
|
||||
modes = Tool.MODE_GUI,
|
||||
translated_name = _("Custom Filter Editor"),
|
||||
status = _("Beta"),
|
||||
status = _("Stable"),
|
||||
author_name = "Donald N. Allingham",
|
||||
author_email = "dallingham@users.sourceforge.net",
|
||||
author_email = "don@gramps-project.org",
|
||||
description=_("The Custom Filter Editor builds custom "
|
||||
"filters that can be used to select people "
|
||||
"included in reports, exports, and other utilities.")
|
||||
@ -985,9 +985,9 @@ if ((os.path.exists(const.system_filters) and
|
||||
options_class = FilterEditorOptions,
|
||||
modes = Tool.MODE_GUI,
|
||||
translated_name = _("System Filter Editor"),
|
||||
status = _("Beta"),
|
||||
status = _("Stable"),
|
||||
author_name = "Donald N. Allingham",
|
||||
author_email = "dallingham@users.sourceforge.net",
|
||||
author_email = "don@gramps-project.org",
|
||||
description=_("The System Filter Editor builds custom "
|
||||
"filters that can be used by anyone on the system "
|
||||
"to select people included in reports, exports, "
|
||||
|
@ -963,10 +963,10 @@ register_report(
|
||||
options_class = cl_report,
|
||||
modes = Report.MODE_GUI | Report.MODE_CLI,
|
||||
translated_name = _("Relationship Graph"),
|
||||
status = _("Beta"),
|
||||
status = _("Stable"),
|
||||
description= get_description(),
|
||||
author_name="Donald N. Allingham",
|
||||
author_email="dallingham@users.sourceforge.net"
|
||||
author_email="don@gramps-project.org"
|
||||
)
|
||||
|
||||
if dot_found:
|
||||
@ -977,8 +977,8 @@ if dot_found:
|
||||
options_class = GraphVizOptions,
|
||||
modes = Report.MODE_GUI | Report.MODE_CLI,
|
||||
translated_name = _("Relationship Graph"),
|
||||
status = _("Beta"),
|
||||
status = _("Stable"),
|
||||
description= get_description_graphics(),
|
||||
author_name="Donald N. Allingham",
|
||||
author_email="dallingham@users.sourceforge.net"
|
||||
author_email="don@gramps-project.org"
|
||||
)
|
||||
|
@ -387,8 +387,8 @@ register_report(
|
||||
options_class = IndivSummaryOptions,
|
||||
modes = Report.MODE_GUI | Report.MODE_BKI | Report.MODE_CLI,
|
||||
translated_name = _("Individual Summary"),
|
||||
status=(_("Beta")),
|
||||
status=(_("Stable")),
|
||||
description=_("Produces a detailed report on the selected person."),
|
||||
author_name="Donald N. Allingham",
|
||||
author_email="dallingham@users.sourceforge.net"
|
||||
author_email="don@gramps-project.org"
|
||||
)
|
||||
|
@ -149,7 +149,8 @@ register_tool(
|
||||
options_class = LeakOptions,
|
||||
modes = Tool.MODE_GUI,
|
||||
translated_name = _("Show uncollected objects"),
|
||||
status = _("Stable"),
|
||||
author_name = "Donald N. Allingham",
|
||||
author_email = "dallingham@users.sourceforge.net",
|
||||
author_email = "don@gramps-project.org",
|
||||
description=_("Provide a window listing all uncollected objects"),
|
||||
)
|
||||
|
@ -685,8 +685,9 @@ register_tool(
|
||||
options_class = MergeOptions,
|
||||
modes = Tool.MODE_GUI,
|
||||
translated_name = _("Find possible duplicate people"),
|
||||
status = _("Stable"),
|
||||
author_name = "Donald N. Allingham",
|
||||
author_email = "dallingham@users.sourceforge.net",
|
||||
author_email = "don@gramps-project.org",
|
||||
description=_("Searches the entire database, looking for "
|
||||
"individual entries that may represent the same person.")
|
||||
)
|
||||
|
@ -2858,8 +2858,8 @@ register_report(
|
||||
options_class = cl_report,
|
||||
modes = Report.MODE_GUI,
|
||||
translated_name = _("Narrative Web Site"),
|
||||
status = _("Stable"),
|
||||
author_name="Donald N. Allingham",
|
||||
author_email="don@gramps-project.org",
|
||||
status=(_("Beta")),
|
||||
description=_("Generates web (HTML) pages for individuals, or a set of individuals."),
|
||||
)
|
||||
|
@ -354,8 +354,9 @@ register_tool(
|
||||
options_class = PatchNamesOptions,
|
||||
modes = Tool.MODE_GUI,
|
||||
translated_name = _("Extract information from names"),
|
||||
status=(_("Stable")),
|
||||
author_name = "Donald N. Allingham",
|
||||
author_email = "dallingham@users.sourceforge.net",
|
||||
author_email = "don@gramps-project.org",
|
||||
description=_("Searches the entire database and attempts to "
|
||||
"extract titles, nicknames and surname prefixes "
|
||||
"that may be embedded in a person's given name field.")
|
||||
|
@ -119,7 +119,8 @@ register_tool(
|
||||
options_class = RebuildOptions,
|
||||
modes = Tool.MODE_GUI | Tool.MODE_CLI,
|
||||
translated_name = _("Rebuild secondary indices"),
|
||||
status=(_("Stable")),
|
||||
author_name = "Donald N. Allingham",
|
||||
author_email = "dallingham@users.sourceforge.net",
|
||||
author_email = "don@gramps-project.org",
|
||||
description=_("Rebuilds secondary indices")
|
||||
)
|
||||
|
@ -235,7 +235,8 @@ PluginMgr.register_tool(
|
||||
options_class = RelCalcOptions,
|
||||
modes = Tool.MODE_GUI,
|
||||
translated_name = _("Relationship calculator"),
|
||||
status=(_("Stable")),
|
||||
author_name = "Donald N. Allingham",
|
||||
author_email = "dallingham@users.sourceforge.net",
|
||||
author_email = "don@gramps-project.org",
|
||||
description=_("Calculates the relationship between two people")
|
||||
)
|
||||
|
@ -206,8 +206,9 @@ register_tool(
|
||||
options_class = ReorderIdsOptions,
|
||||
modes = Tool.MODE_GUI | Tool.MODE_CLI,
|
||||
translated_name = _("Reorder GRAMPS IDs"),
|
||||
status=(_("Stable")),
|
||||
author_name = "Donald N. Allingham",
|
||||
author_email = "dallingham@users.sourceforge.net",
|
||||
author_email = "don@gramps-project.org",
|
||||
description=_("Reorders the gramps IDs "
|
||||
"according to gramps' default rules.")
|
||||
)
|
||||
|
@ -169,7 +169,8 @@ register_tool(
|
||||
options_class = SoundGenOptions,
|
||||
modes = Tool.MODE_GUI,
|
||||
translated_name = _("Generate SoundEx codes"),
|
||||
status=(_("Stable")),
|
||||
author_name = "Donald N. Allingham",
|
||||
author_email = "dallingham@users.sourceforge.net",
|
||||
author_email = "don@gramps-project.org",
|
||||
description=_("Generates SoundEx codes for names")
|
||||
)
|
||||
|
@ -979,7 +979,7 @@ register_report(
|
||||
options_class = StatisticsChartOptions,
|
||||
modes = Report.MODE_GUI | Report.MODE_BKI | Report.MODE_CLI,
|
||||
translated_name = _("Statistics Chart"),
|
||||
status = (_("Alpha")),
|
||||
status = (_("Stable")),
|
||||
author_name="Eero Tamminen",
|
||||
author_email="",
|
||||
description= _("Generates statistical bar and pie charts of the people in the database.")
|
||||
|
@ -476,8 +476,8 @@ register_report(
|
||||
options_class = TimeLineOptions,
|
||||
modes = Report.MODE_GUI | Report.MODE_BKI | Report.MODE_CLI,
|
||||
translated_name = _("Timeline Graph"),
|
||||
status = _("Beta"),
|
||||
status = _("Stable"),
|
||||
author_name = "Donald N. Allingham",
|
||||
author_email = "dallingham@users.sourceforge.net",
|
||||
author_email = "don@gramps-project.org",
|
||||
description = _("Generates a timeline graph.")
|
||||
)
|
||||
|
@ -715,8 +715,6 @@ register_tool(
|
||||
options_class = VerifyOptions,
|
||||
modes = Tool.MODE_GUI | Tool.MODE_CLI,
|
||||
translated_name = _("Verify the database"),
|
||||
author_name = "Donald N. Allingham",
|
||||
author_email = "dallingham@users.sourceforge.net",
|
||||
description = _("Lists exceptions to assertions or checks "
|
||||
"about the database")
|
||||
)
|
||||
|
@ -1947,7 +1947,8 @@ class MiniTree:
|
||||
#------------------------------------------------------------------------
|
||||
def cl_report(database,name,category,options_str_dict):
|
||||
|
||||
clr = Report.CommandLineReport(database,name,category,WebReportOptions,options_str_dict)
|
||||
clr = Report.CommandLineReport(database,name,category,
|
||||
WebReportOptions,options_str_dict)
|
||||
|
||||
# Exit here if show option was given
|
||||
if clr.show:
|
||||
@ -1972,10 +1973,10 @@ register_report(
|
||||
report_class = WebReportDialog,
|
||||
options_class = cl_report,
|
||||
modes = Report.MODE_GUI | Report.MODE_CLI,
|
||||
translated_name = _("Generate Web Site (deprecated)"),
|
||||
translated_name = _("Generate Web Site"),
|
||||
author_name="Donald N. Allingham",
|
||||
author_email="don@gramps-project.org",
|
||||
status=(_("Deprecated")),
|
||||
status=(_("Unsupported")),
|
||||
description=_("Generates web (HTML) pages for individuals, "
|
||||
"or a set of individuals. This report is considered "
|
||||
"to be deprecated. Please migrate to the new "
|
||||
|
Loading…
x
Reference in New Issue
Block a user