0003796: Make export available when no GUI available. Patch from jmodule (Jakim Friant).
svn: r15294
This commit is contained in:
autogen.shconfigure.in
src
ExportAssistant.pyMakefile.am
Merge
PluginUtils
ReportBase
Makefile.am_Bibliography.py_CommandLineReport.py_Constants.py_DocReportDialog.py_DrawReportDialog.py_Endnotes.py_FileEntry.py_GraphvizReportDialog.py_PaperMenu.py_Report.py_ReportDialog.py_ReportOptions.py_ReportUtils.py_StyleComboBox.py_StyleEditor.py_TextReportDialog.py_WebReportDialog.py__init__.py
Simple
cli
gen
plug
gui
Makefile.am
plug
Makefile.am__init__.py_dialogs.py_guioptions.py_windows.py
viewmanager.pyreport
Makefile.am__init__.py_docreportdialog.py_drawreportdialog.py_fileentry.py_graphvizreportdialog.py_options.py_papermenu.py_reportdialog.py_stylecombobox.py_styleeditor.py_textreportdialog.py_webreportdialog.py
tool.pyplugins
BookReport.pyRecords.py
docgen
drawreport
export
ExportCsv.pyExportFtree.pyExportGedcom.pyExportGeneWeb.pyExportPkg.pyExportVCalendar.pyExportVCard.pyExportXml.py
gramplet
graph
lib
textreport
AncestorReport.pyBirthdayReport.pyCustomBookText.pyDescendReport.pyDetAncestralReport.pyDetDescendantReport.pyEndOfLineReport.pyFamilyGroup.pyIndivComplete.pyKinshipReport.pyMarkerReport.pyNumberOfAncestorsReport.pyPlaceReport.pySimpleBookTitle.pySummary.py
tool
ChangeNames.pyChangeTypes.pyCheck.pyDateParserDisplayTest.pyDesbrowser.pyDumpGenderStats.pyEval.pyEventCmp.pyEventNames.pyExtractCity.pyFindDupes.pyLeak.pyMediaManager.pyNotRelated.pyOwnerEditor.pyPatchNames.pyRebuild.pyRebuildRefMap.pyRelCalc.pyRemoveUnused.pyReorderIds.pySortEvents.pySoundGen.pyTestcaseGenerator.pyVerify.py
webreport
@ -5,6 +5,7 @@
|
||||
# Copyright (C) 2009 Benny Malengier
|
||||
# Copyright (C) 2009 Brian Matherly
|
||||
# Copyright (C) 2010 Peter Landgren
|
||||
# Copyright (C) 2010 Jakim Friant
|
||||
#
|
||||
# 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
|
||||
@ -42,7 +43,7 @@ from math import radians
|
||||
from gen.plug.docgen import (BaseDoc, TextDoc, DrawDoc, ParagraphStyle,
|
||||
TableCellStyle, FONT_SANS_SERIF, FONT_SERIF,
|
||||
FONT_MONOSPACE, PARA_ALIGN_CENTER, PARA_ALIGN_LEFT)
|
||||
from ReportBase import ReportUtils
|
||||
from gen.plug.report import utils as ReportUtils
|
||||
from Errors import PluginError
|
||||
from gen.plug.docbackend import CairoBackend
|
||||
|
||||
|
Reference in New Issue
Block a user