Brian Matherly
16799c2465
Improvements to CLI reports -
...
0001824: Bug in command line - gramps does not show right error.
0001821: A command "python src/gramps.py --open=DG1 --action=report" cause a crash
Fix help strings.
svn: r10122
2008-02-26 04:32:57 +00:00
Raphael Ackermann
3d1d81b746
2008-02-25 Łukasz Rymarczyk <yenidai(at)poczta(dot)onet(dot)pl>
...
* src/ReportBase/_CommandLineReport.py: add user friendly output to cli
gramps.py -u --open=merge --action=report -p "name=indiv_complete,show=all"
#0001823
svn: r10117
2008-02-25 08:59:40 +00:00
Brian Matherly
d2c853cbaa
0001587: Command line reports do not work
...
svn: r10111
2008-02-24 23:16:52 +00:00
Raphael Ackermann
c962d5e6e1
2008-02-22 Raphael Ackermann <raphael.ackermann@gmail.com>
...
* various (294 files)
pep8 doc fixes & pylint fixes
svn: r10103
2008-02-24 13:55:55 +00:00
Brian Matherly
cc6654ddab
Remove the "person" option from reports, report options, and report dialogs. Person is selected by the user for all reports.
...
svn: r10074
2008-02-20 04:52:10 +00:00
Brian Matherly
5ad4dcee22
0001788: Book report crash
...
svn: r10057
2008-02-19 04:24:56 +00:00
Raphael Ackermann
dab5470dec
2008-02-18 Raphael Ackermann <raphael.ackermann@gmail.com>
...
* src/Editors/_EditAddress.py
* src/Editors/_EditName.py
* src/Editors/_EditPersonRef.py
* src/plugins/FindDupers.py
* src/ReportBase/_StyleEditor.py
* src/MarkupText.py
Fix import issues introduce through previous commit.
#0001791 fixed
svn: r10056
2008-02-18 23:48:35 +00:00
Raphael Ackermann
90f883e46d
2008-02-18 Raphael Ackermann <raphael.ackermann@gmail.com>
...
* src/* 143 files
* test/try_tree_model.py
* windows/nsis/gcheck.py
imports cleanup
svn: r10055
2008-02-18 20:07:09 +00:00
Benny Malengier
55ba9c4d37
2008-02-15 Benny Malengier <benny.malengier@gramps-project.org>
...
* src/DataViews/RelationView.py
* src/DataViews/PedigreeView.py
* src/ReportBase/_ReportUtils.py
* src/Editors/_EditPerson.py
* src/Editors/_EditMediaRef.py
* src/DisplayTabs/_GalleryTab.py: also correct wrong popup menu
* src/plugins/Summary.py
* src/plugins/WriteCD.py
* src/plugins/IndivComplete.py
* src/plugins/NarrativeWeb.py
* src/plugins/WritePkg.py
* src/plugins/GVFamilyLines.py
* src/plugins/DefaultGramplets.py
* src/plugins/SimpleBookTitle.py
* src/plugins/Check.py
* src/plugins/GVRelGraph.py
* src/plugins/FamilyLines.py
* src/Selectors/_SelectObject.py
* src/GrampsDbUtils/_WriteGedcom.py
#1787 , #1208 : use relative path correctly
svn: r10048
2008-02-18 14:06:41 +00:00
Brian Matherly
1adcd57028
0001731: Wrong dot in Ancestral Report
...
svn: r10015
2008-02-10 22:09:35 +00:00
Brian Matherly
610ac774fa
Web Calendar and Narrative Web report now use Menu Options.
...
svn: r10010
2008-02-10 04:09:09 +00:00
Raphael Ackermann
534a306579
2008-02-02 Raphael Ackermann <raphael.ackermann@gmail.com>
...
* src/DataViews/GrampletView.py
* src/ReportBase/_ReportUtils.py
* src/gen/proxy/private.py
* src/plugins/WebCal.py
* src/plugins/CmdRef.py
* src/Models/_ListCursor.py
* src/Models/_PathCursor.py
PEP 8 fixes. Change
if var == True --> if var
if var is True --> if var
if var == False --> if not var
if var == None --> if var is None
svn: r9994
2008-02-05 00:31:57 +00:00
Brian Matherly
d9a1acc4f5
0001704: Det. anc. report - newline needed after endnote entries.
...
svn: r9985
2008-02-02 20:14:37 +00:00
Brian Matherly
d45a2fc957
0001624: Source reference hyperlinks do not always work in Narrated Web Site
...
svn: r9971
2008-02-01 02:23:51 +00:00
Brian Matherly
212cb34365
Fix 0001656: New menu item
...
svn: r9940
2008-01-28 04:37:19 +00:00
Brian Matherly
c2a6656f0e
Removed the use of dbstate in report options.
...
svn: r9930
2008-01-25 01:23:21 +00:00
Raphael Ackermann
506eb32637
2008-01-24 Raphael Ackermann <raphael.ackermann@gmail.com>
...
Removed all the __author__, __revision__ and __version__ statements
svn: r9928
2008-01-24 20:38:10 +00:00
Brian Matherly
77af7ed092
Refactoring the report system: reports no longer require dbstate.
...
svn: r9924
2008-01-24 12:50:33 +00:00
Brian Matherly
481b464ca5
Modify the style editor to properly handle unicode style names.
...
svn: r9918
2008-01-23 13:14:05 +00:00
Raphael Ackermann
e67991ebeb
2008-01-22 Raphael Ackermann <raphael.ackermann@gmail.com>
...
* src/ReportBase/_Bibliography.py
* src/ReportBase/_Endnotes.py
* src/GrampsLocale/__init__.py
* src/gen/db/dbconst.py
* src/gen/lib/test/date_test.py
* src/plugins/CalculateEstimatedDates.py
* src/BasicUtils/__init__.py
* src/test/utils_test.py
* src/GrampsDbUtils/importdbdir.py
* po/test/po_test.py
add filename to $Id: $ to allow automatic filling in of svn properties
svn: r9914
2008-01-22 10:17:42 +00:00
Raphael Ackermann
bbe2cc6d4e
2008-01-22 Raphael Ackermann <raphael.ackermann@gmail.com>
...
* src/* Everything but src/images/* and src/data/* add correct svn
properties with the commands:
svn propset -R svn:mime-type text/plain src/
svn propset -R svn:eol-style native src/
svn propset -R svn:keywords Id src/
See below why the Id keyword is enough. From svn help propset
svn:keywords - Keywords to be expanded. Valid keywords are:
URL, HeadURL - The URL for the head version of the object.
Author, LastChangedBy - The last person to modify the file.
Date, LastChangedDate - The date/time the object was last modified.
Rev, Revision, - The last revision the object changed.
LastChangedRevision
Id - A compressed summary of the previous
4 keywords.
svn: r9912
2008-01-22 09:17:46 +00:00
Raphael Ackermann
4261e46bf9
2008-01-18 Raphael Ackermann <raphael.ackermann@gmail.com>
...
* src/FilterEditor/_ShowResults.py
* src/GrampsCfg.py
* src/ReportBase/_StyleComboBox.py
* src/ReportBase/_PaperMenu.py
* src/ReportBase/_BookFormatComboBox.py
* src/ReportBase/_DrawFormatComboBox.py
* src/ReportBase/_GraphvizReportDialog.py
* src/ReportBase/_TextFormatComboBox.py
* src/DisplayTabs/_GalleryTab.py
* src/ColumnOrder.py
* src/plugins/WebCal.py
* src/plugins/RemoveUnused.py
* src/plugins/Verify.py
* src/plugins/PatchNames.py
* src/ObjectSelector/_FamilyFilterFrame.py
* src/ObjectSelector/_PersonFilterFrame.py
* src/GrampsWidgets.py
* src/ExportOptions.py
* src/DdTargets.py
* src/AutoComp.py
* src/UndoHistory.py
* src/PluginUtils/_PluginWindows.py
* src/DbLoader.py
* src/Filters/_FilterMenu.py
pylint fixes + init gtk.ListStore() with gobject.TYPE_BOOLEAN types
instead of str, int, bool etc + Documentation fixes
svn: r9905
2008-01-21 22:03:43 +00:00
Brian Matherly
07e1529f27
Refactoring the report system. Decouple MenuOptions from the code that displays them. (Book Report is broken and needs to be fixed.)
...
svn: r9875
2008-01-18 05:39:50 +00:00
Stéphane Charette
219a325c43
remember metric & custom paper size, issue #1481
...
svn: r9782
2008-01-12 11:37:21 +00:00
Stéphane Charette
7c37b80716
more report changes
...
svn: r9781
2008-01-12 03:26:44 +00:00
Raphael Ackermann
1abb8df85f
2008-01-10 Raphael Ackermann <raphael.ackermann@gmail.com>
...
* src/gen/db/dbdir.py: add doc, remove unused variable
* src/GrampsDbUtils/_GrampsBSDDB.py: : add doc, remove unused variable
* src/plugins/AncestorChart.py: cleanup unused vars
* src/plugins/Calendar.py: typo in doc
* src/plugins/ChangeNames.py: cleanup unused vars
* src/plugins/DescendChart.py: cleanup unused vars
* src/plugins/FamilyLines.py: cleanup unused vars
* src/ReportBase/_ReportUtils.py: fix typo in variable Name
svn: r9779
2008-01-11 06:50:46 +00:00
Brian Matherly
65adf61947
0001515: GraphViz reports don't register page margins on report_options.xml
...
svn: r9758
2008-01-09 05:23:27 +00:00
Brian Matherly
d7ac3bcc06
0001543: Preferences name format not used - Timeline Graph
...
svn: r9730
2008-01-06 21:58:21 +00:00
Brian Matherly
5c8214c843
0001408: Low Verbosity / Succinct option for the Detailed Ancestral/Descendant Reports (patch from James Friedmann <jfriedmannj@gmail.com> modified by Raphael Ackermann <raphael.ackermann@gmail.com> and Brian Matherly)
...
svn: r9716
2008-01-06 06:13:37 +00:00
Brian Matherly
81e521c53b
More refactoring in the report system. More reports use MenuOptions now. BareReportDialog no longer has "center person".
...
svn: r9714
2008-01-05 20:42:05 +00:00
Doug Blank
1e3ce27007
2008-01-03 Douglas S. Blank <dblank@cs.brynmawr.edu>
...
* src/ReportBase/_Constants.py: added QR_NOTE, QR_DATE
* src/gen/lib/date.py: working on date math
* src/plugins/AgeOnDate.py: new Quick View for age on date
* src/plugins/DefaultGadgets.py: added Age on Date gadget
* src/QuickReports.py: new constants
* src/Simple/_SimpleTable.py: handle sort columns
svn: r9698
2008-01-03 14:18:18 +00:00
Stéphane Charette
f81b0d2aef
removed a stray print() debug statement
...
svn: r9680
2008-01-02 09:18:23 +00:00
Stéphane Charette
95496e6449
add_comment() and work in progress for the new GraphViz framework
...
svn: r9679
2008-01-02 08:43:19 +00:00
Brian Matherly
f002f65c41
Proof of concept: adding a center person option instead of using active person in reports.
...
svn: r9652
2007-12-31 06:21:58 +00:00
Stéphane Charette
eb9d09aded
more work-in-progress for GraphViz and FamilyLines
...
svn: r9650
2007-12-31 05:43:14 +00:00
Stéphane Charette
83e05324d2
write out .dot file in ISO-8859 versus UTF-8
...
svn: r9645
2007-12-30 21:09:55 +00:00
Brian Matherly
e0543b0644
More updates to better support MenuOptions. FamilyLines seems to work now.
...
svn: r9634
2007-12-30 05:41:16 +00:00
Doug Blank
fcb4797ae4
2007-12-29 Douglas S. Blank <dblank@saliva.brynmawr.edu>
...
* src/DataViews/MyGrampsView.py: fixme's are fixed
* src/DataViews/EventView.py: added quick report popup
* src/plugins/SameSurnames.py: removed unneeded imports
* src/plugins/siblings.py: removed unneeded imports
* src/Simple/_SimpleTable.py: add date handler
* src/plugins/OnThisDay.py: new event quick report
svn: r9630
2007-12-29 19:55:27 +00:00
Stéphane Charette
5ea0cd4b3e
work in progress converting FamilyLines to new GraphViz plugin
...
svn: r9612
2007-12-28 10:08:19 +00:00
Brian Matherly
935f32acff
Fix thumbnail images and HTML labels for relationship graph (Graphviz).
...
svn: r9604
2007-12-27 22:23:40 +00:00
Brian Matherly
2faff1abfb
_GraphvizReportDialog.py: Fix Graphviz generated PDF.
...
svn: r9603
2007-12-27 22:05:45 +00:00
Brian Matherly
8456e16cbc
_GraphvisReportDialog.py: Fix to conform to 80 columns. Add Graphviz generated PDF as an option (requires Graphviz 2.16 to work)
...
svn: r9602
2007-12-27 21:47:11 +00:00
Brian Matherly
12bdeb40a6
Fix default fonts in GraphvizReportDialog
...
svn: r9581
2007-12-25 05:27:27 +00:00
Stéphane Charette
5f077e4795
more generic changes to the GraphViz base class
...
svn: r9579
2007-12-25 01:57:45 +00:00
Brian Matherly
677a0e280f
Add _DocReportDialog.py to the Makefile.
...
svn: r9572
2007-12-24 14:12:29 +00:00
Brian Matherly
9da5862816
0001480: custom paper size is not editable for 2nd and any additional invocations of the report
...
svn: r9570
2007-12-24 04:41:11 +00:00
Brian Matherly
7aa7acb355
Fix 0001393: Detailed descendant report crash on too many references.
...
svn: r9569
2007-12-23 22:20:51 +00:00
Brian Matherly
b5946124b7
Updates to makefiles.
...
svn: r9566
2007-12-23 21:08:10 +00:00
Stéphane Charette
e9ebd454cc
more graphviz based options
...
svn: r9562
2007-12-23 07:52:01 +00:00
Brian Matherly
f8d3f210f8
Misc improvements to Graphviz reports.
...
svn: r9551
2007-12-21 05:57:43 +00:00