merge changes from gramps20
svn: r5482
This commit is contained in:
ChangeLogINSTALLNEWSconfigure.ingramps.1.ingramps.dtdgrampsxml.dtdgrampsxml.rnggramps.sh.in
doc
gramps-manual
C
Makefile.amauthors.xmlbugs.xmlcmdline.xmlcmdplug.xmlcustom.xmlfaq.xmlgetstart.xmlgramps-manual-C.omfgramps-manual.xmlmainwin.xmlpreface.xmlusage.xml
Makefile.amfr
example
gedcom
gramps
src
AddMedia.pyAddSpouse.pyAddrEdit.pyArgHandler.pyAttrEdit.pyBaseDoc.pyBookmarks.pyCalSdn.pyChooseParents.pyColumnOrder.pyDate.pyDateDisplay.pyDateEdit.pyDateParser.pyDdTargets.pyDisplayModels.pyDisplayTrace.pyErrors.pyExporter.pyGenericFilter.pyGrampsBSDDB.pyGrampsCfg.pyGrampsDBCallback.pyGrampsDbBase.pyGrampsDisplay.pyGrampsGconfKeys.pyGrampsIniKeys.pyGraphLayout.pyImageSelect.pyImgManip.pyLocEdit.pyMakefile.amMergeData.pyMergePeople.pyNameDisplay.pyNameEdit.pyNoteEdit.pyOptions.pyPeopleView.pyPluginMgr.pyPlugins.pyQuestionDialog.pyReadGedcom.pyReadXML.pyRelLib.pyRelationship.pyReport.pyReportOptions.pyReportUtils.pySelectChild.pySelectObject.pySelectPerson.pySources.pySpell.pyStyleEditor.pySubstKeywords.pyTipOfDay.pyTool.pyTransUtils.pyTreeTips.pyUrlEdit.pyUtils.pyWindowUtils.pyWitness.pyWriteGedcom.pyWriteXML.pybuild_cmdplugconst.py.in
data
dates
docgen
AbiWord2Doc.pyAsciiDoc.pyHtmlDoc.pyKwordDoc.pyLPRDoc.pyLaTeXDoc.pyOpenOfficeDoc.pyOpenSpreadSheet.pyPSDrawDoc.pyPdfDoc.py
gedcomimport.gladegramps_main.pyplugins.gladeplugins
AncestorChart.pyAncestorChart2.pyAncestorReport.pyAncestors.pyBookReport.pyChangeNames.pyChangeTypes.pyCheck.pyCheckpoint.pyCmdRef.pyCountAncestors.pyCustomBookText.pyDesGraph.pyDesbrowser.pyDescendChart.pyDescendReport.pyDetAncestralReport.pyDetDescendantReport.pyDumpGenderStats.pyEval.pyEventCmp.pyExportVCalendar.pyExportVCard.pyFamilyGroup.pyFanChart.pyFilterEditor.pyFtmStyleAncestors.pyFtmStyleDescendants.pyGraphViz.pyImportGeneWeb.pyImportvCard.pyIndivComplete.pyIndivSummary.pyLeak.pyMakefile.amMerge.pyNavWebPage.pyPatchNames.pyRebuild.pyReorderIds.pySimpleBookTitle.pySoundGen.pyStatisticsChart.pySummary.pyTestcaseGenerator.pyTimeLine.pyVerify.pyWebPage.pyWriteCD.pyWriteGeneWeb.pycheckpoint.gladerel_es.pyrel_sv.pyrelcalc.gladeverify.glade
po
test
@@ -42,7 +42,6 @@ import gtk
|
||||
import BaseDoc
|
||||
import Report
|
||||
import ReportOptions
|
||||
import const
|
||||
from SubstKeywords import SubstKeywords
|
||||
from ReportUtils import pt2cm
|
||||
|
||||
@@ -317,13 +316,13 @@ class FanChartOptions(ReportOptions.ReportOptions):
|
||||
from PluginMgr import register_report
|
||||
register_report(
|
||||
name = 'fan_chart',
|
||||
category = const.CATEGORY_DRAW,
|
||||
category = Report.CATEGORY_DRAW,
|
||||
report_class = FanChart,
|
||||
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")
|
||||
)
|
||||
|
Reference in New Issue
Block a user