Gerald Britton
882199f1c2
Replace dict.has_key(x) with x in dict for performance gain
...
svn: r10874
2008-07-17 18:10:32 +00:00
Gerald Britton
5d8934efa2
Fix 0002184: BUG: IndexError: tuple index out of range
...
svn: r10819
2008-06-18 13:17:36 +00:00
Peter Landgren
de6b1f80c2
Fix of issue #2226 .
...
svn: r10813
2008-06-17 14:02:08 +00:00
Gerald Britton
4982292774
Code optimizations wrt handling of None - bug 2212
...
svn: r10811
2008-06-16 15:01:46 +00:00
Stéphane Charette
da98881140
bug report 2214: fix for "Graphviz reports cause GRAMPS to hang for long periods of time"
...
svn: r10797
2008-06-09 08:49:32 +00:00
Brian Matherly
3a98ddd4fd
0002122: Detailed Ancestor Report reports people as buried who have no birth events (contributed by Gerald Britton <gerald.britton@gmail.com>)
...
svn: r10781
2008-06-02 00:59:14 +00:00
Kees Bakker
b57eafff1a
Correct typo __draw_doc_list =>__drawdoc_list.
...
* src/ReportBase/_DrawFormatComboBox.py
svn: r10768
2008-05-29 20:36:45 +00:00
Zsolt Foldvari
998908175f
Issue #0002175 : Change type() expressions to isinstance() expressions.
...
Patch from Gerald Britton <gerald.britton@gmail.com>
svn: r10762
2008-05-25 19:55:47 +00:00
Stéphane Charette
0774bf2a8e
bug reports #2176 , #2177 , #2178 ; various Graphviz issues, merged up from gramps30
...
svn: r10758
2008-05-24 08:59:32 +00:00
Brian Matherly
92d5ba8dfd
Remove the "tables" parameter for text and book document generators. All generators support tables, and if one didn't, it doesn't look like the code would work.
...
svn: r10745
2008-05-20 03:19:58 +00:00
Brian Matherly
3afbd461c0
Put all the plugin management and registration stuff into a class. This new class is named PluginManager. It is a Singleton so that everyone gets access to the same plugin information.
...
svn: r10741
2008-05-18 19:24:28 +00:00
Peter Landgren
eb15b26284
Fix of bugs 2121 and 2134
...
svn: r10713
2008-05-13 08:39:27 +00:00
Stéphane Charette
75a04613be
revert my previous incorrect fix for svn #2121
...
svn: r10701
2008-05-11 05:36:34 +00:00
Brian Matherly
c58a40164d
0002143: The dpi value is not set to 72 for ps/pdf formats for the FIRST report.
...
svn: r10700
2008-05-11 05:05:11 +00:00
Stéphane Charette
679f0c68ad
bug report #2121 , GraphViz problems when the page=... option is specified with the new versions of GraphViz
...
svn: r10678
2008-05-06 05:37:00 +00:00
Brian Matherly
5181e073e9
Add StyleOption class for reports and use it in WebCal.
...
svn: r10651
2008-04-29 04:47:50 +00:00
Brian Matherly
c4024f91db
Pylint updates for GraphvizReportDialog.
...
svn: r10625
2008-04-23 04:42:08 +00:00
Brian Matherly
634fd3964d
General cleanup to GraphizReportDialog.
...
svn: r10624
2008-04-23 03:25:41 +00:00
Brian Matherly
26cdcd680e
Merge BareReportDialog with ReportDialog. BareReportDialog is now gone.
...
svn: r10620
2008-04-22 03:45:09 +00:00
Eero Tamminen
660e642bd9
fix more typos
...
svn: r10570
2008-04-16 18:33:58 +00:00
Eero Tamminen
2ef49fc82e
correct PDF, PostScript and TrueType capitalization
...
svn: r10566
2008-04-15 19:43:54 +00:00
Brian Matherly
a46e733398
Remove the "target" parameter from GrampsDisplay.help(). It was used for the old help system. We now link directly to the wiki.
...
svn: r10474
2008-04-05 14:17:15 +00:00
Brian Matherly
ac83ce0468
Make the report wiki url a constant.
...
svn: r10472
2008-04-05 12:38:47 +00:00
Brian Matherly
474d681011
Remove deprecated tooltip support from the report system.
...
svn: r10463
2008-04-04 03:33:15 +00:00
Brian Matherly
50539237d7
Enable the "help" button to work on the report dialog.
...
svn: r10462
2008-04-04 02:46:36 +00:00
Brian Matherly
cf6073a4ba
Remove support for "View" reports. In the future, use either tools, gramplets, or quick views.
...
svn: r10424
2008-03-30 04:38:37 +00:00
Brian Matherly
5918599acf
0001957: Orientation switch doesn't work for Graphviz reports.
...
0001940: GS PDF output is broken for Graphiz graphs. Page size depends on dpi
svn: r10346
2008-03-20 03:18:35 +00:00
Peter Landgren
b078464281
Decimal comma/point, Issue 1939, fixed.
...
svn: r10321
2008-03-15 09:08:54 +00:00
Peter Landgren
51e3fe7e75
Unnessecary empty translatable string made untranslatable
...
svn: r10317
2008-03-15 08:02:10 +00:00
Brian Matherly
f184e22720
0001779: Texts "in." and "cm." on Document Options tab is not translatable
...
svn: r10314
2008-03-15 04:23:23 +00:00
Brian Matherly
54ec566e55
0001893: python src/gramps.py -u -O "merge" -a report -p "name=navwebpage,show=off": IndexError: list index out of range
...
svn: r10281
2008-03-12 03:24:23 +00:00
Brian Matherly
955ec96cc1
Patch from Peter Landgren with modification by Brian Matherly:
...
0001761: Style editor problems
0001921: Custom style colors not saving
svn: r10275
2008-03-12 02:21:03 +00:00
Doug Blank
6ab09e3d39
2008-03-09 Douglas S. Blank <dblank@cs.brynmawr.edu>
...
* src/ReportBase/_WebReportDialog.py:
* src/ReportBase/_ReportDialog.py:
* src/ReportBase/_GraphvizReportDialog.py:
* src/ReportBase/_DocReportDialog.py:
* src/ReportBase/_BareReportDialog.py:
0001814: Applied patch to move print options below option tabs
svn: r10240
2008-03-09 19:39:56 +00:00
Raphael Ackermann
3650d1c564
2008-03-05 Raphael Ackermann <raphael.ackermann@gmail.com>
...
* src/ReportBase/_CommandLineReport.py: print warning if show=option is
not a valid option. Addresses some of 0001891.
svn: r10196
2008-03-05 20:31:20 +00:00
Doug Blank
e63589a044
new QR MISC category
...
svn: r10189
2008-03-05 04:03:50 +00:00
Brian Matherly
d78dacb08b
0001873: AttributeError: 'NoneType' object has no attribute 'get_gramps_id'
...
Fix typo in CountAncestors
svn: r10168
2008-03-02 21:21:48 +00:00
Brian Matherly
e2bc58fe63
0001711: Inconsistant names for graphical reports
...
svn: r10152
2008-03-01 22:47:48 +00:00
Brian Matherly
76d7b01103
0001855: BUG when running family_group report from command line (no attribute get_gramps_id)
...
svn: r10150
2008-03-01 20:39:39 +00:00
Brian Matherly
e913abe88b
0001828: update cli handling of new options. (new in 3.0?)
...
svn: r10127
2008-02-27 04:38:21 +00:00
Brian Matherly
fe6c305a14
0001835: cli crashes for all reports. NoneType has no attribute get_gramps_id
...
svn: r10126
2008-02-27 03:03:20 +00:00
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