Don Allingham
6e065c407f
2007-05-06 Don Allingham <don@gramps-project.org>
...
* src/DataViews/_PersonView.py: add quick report
* src/GrampsDb/_GrampsDbBase.py: use NotImplementedError instead of assertion
* src/ReportBase/_SimpleAccess.py: added functionality
* src/RelLib/_MediaObject.py: comments
* src/RelLib/_Person.py: remove @sort comment
* src/RelLib/_BasicPrimaryObject.py:
* src/plugins/all_events.py: comments
* src/glade/gramps.glade: clean up width
* src/gramps_main.py: added docgen to the search path
* src/docgen/TextBufDoc.py: Added interface
svn: r8439
2007-05-07 03:39:46 +00:00
Benny Malengier
2209fe1c57
2007-05-03 Benny Malengier <bm@cage.ugent.be>
...
* src/plugins/rel_de.py:
issue #0000929 , rel_de.py
svn: r8435
2007-05-03 21:35:13 +00:00
Brian Matherly
3eebd910d5
Move Graphic Styles, Table Styles and Cell Styles into the StyleSheet class. All report styles are now defined in the "get_default_style()" function.
...
svn: r8421
2007-04-23 11:46:26 +00:00
Brian Matherly
a8621d50ea
0001012: Private source and private child references shown in narrative website.
...
svn: r8385
2007-04-15 19:12:57 +00:00
Brian Matherly
d731371b7f
0001006: Narrative Web: Media objects missing title (description), mime_type, or path, are displayed poorly.
...
svn: r8366
2007-04-09 03:40:11 +00:00
Brian Matherly
1f6f8565ba
0000896: Crash running Narrative Web report - system memory exhausted.
...
svn: r8363
2007-04-08 20:19:14 +00:00
Don Allingham
a712445a2b
2007-04-07 Don Allingham <don@gramps-project.org>
...
* src/plugins/Checkpoint.py: update from 2.2
* src/GrampsDb/_GrampsDbWriteXML.py: clean up
* src/Editors/_EditPrimary.py: prevent double OK clicks
* src/Editors/_EditPlace.py: prevent double OK clicks
* src/Editors/_EditSource.py: prevent double OK clicks
* src/Editors/_EditPerson.py: prevent double OK clicks
* src/Editors/_EditRepository.py: prevent double OK clicks
* src/Editors/_EditFamily.py: prevent double OK clicks
* src/Editors/_EditEvent.py: prevent double OK clicks
svn: r8361
2007-04-08 04:24:38 +00:00
Brian Matherly
00632c6a70
0000998: Source Ref link refers to nothing in Narrative web report.
...
svn: r8358
2007-04-06 02:42:52 +00:00
Brian Matherly
ea9b663908
0000996: Individual attributes do no include source reference citations in Narrative Web report.
...
svn: r8356
2007-04-05 12:13:33 +00:00
Brian Matherly
ab25044a7e
0000993: Checkpoint tool crashes in Windows
...
svn: r8353
2007-04-05 02:58:54 +00:00
Brian Matherly
698c28f230
Remove "get_newpage()" and "set_newpage()" from the ReportOptions class. They are not really options. The BookReportDialog now takes care of inserting page breaks.
...
svn: r8339
2007-03-30 02:30:42 +00:00
Brian Matherly
58b1e800ca
Remove "parse_report_options_frame()" and "parse_other_frames()" from the report interface. They are not used.
...
svn: r8330
2007-03-28 03:17:13 +00:00
Brian Matherly
adbf4b1dac
Remove "enable_options()" from the report interface. All reports define all their own options. So it is not used.
...
svn: r8329
2007-03-28 02:47:03 +00:00
Brian Matherly
4a6b730259
Remove "get_generations()" from the report options base classes. It was
...
forcing some reports to have the "page break between generations" options
even though they weren't using it. All reports now define all of their own
options.
svn: r8323
2007-03-27 11:50:26 +00:00
Brian Matherly
aa57b4b1a6
Make Detailed Descendant Report work with multiple notes.
...
svn: r8322
2007-03-27 04:25:25 +00:00
Brian Matherly
86fe9d11a8
fix for multiple notes.
...
svn: r8321
2007-03-27 04:18:14 +00:00
Brian Matherly
7ee6b12070
Remove get_report_filters() function. Let reports define the filter options themselves.
...
svn: r8315
2007-03-25 20:35:33 +00:00
Brian Matherly
781d67a409
src/plugins/IndivComplete.py: handle multiple notes
...
svn: r8307
2007-03-20 12:11:53 +00:00
Brian Matherly
1b93bf11ea
src/plugins/IndivComplete.py: handle multiple notes
...
svn: r8306
2007-03-20 12:05:58 +00:00
Brian Matherly
071d7cc6ec
src/plugins/GraphViz.py: fix NameDisplay include
...
svn: r8305
2007-03-20 03:09:17 +00:00
Kees Bakker
69180989ef
Do not run update() if in CLI mode.
...
svn: r8303
2007-03-18 19:20:09 +00:00
Kees Bakker
63bf787fab
If a date is not precise (e.g. day or month is 0) then
...
do not use that date for verification.
A father's death can be roughly 9 months before a childs
birth. We're using 294 days.
svn: r8302
2007-03-18 19:06:22 +00:00
Brian Matherly
2874f7a2fe
0000975: remove extra (/b) HTML tags in NarrativeWeb
...
svn: r8299
2007-03-14 03:26:10 +00:00
Brian Matherly
52286c98ee
0000976: NarrativeWeb: gramps ID always output regardless of setting
...
svn: r8297
2007-03-14 03:15:47 +00:00
Brian Matherly
be917a4c16
src/plugins/NarrativeWeb.py: 0000969: NarrativeWeb plugin: include the date in the media object pages
...
svn: r8295
2007-03-13 23:00:33 +00:00
Brian Matherly
066c41d25a
* src/plugins/NarrativeWeb.py: 0000950: include the date in the reference sections of the narrative web site
...
svn: r8288
2007-03-11 19:33:27 +00:00
Brian Matherly
e463a083a3
* src/plugins/NarrativeWeb.py: Support new note API
...
* src/ReportBase/_ReportUtils.py: Support new note API
svn: r8287
2007-03-10 04:25:23 +00:00
Brian Matherly
77fbebb288
* src/plugins/AncestorChart.py: Deleted - just an old version of AncestorChart2.py
...
svn: r8280
2007-03-07 03:57:22 +00:00
Brian Matherly
8ab1d729aa
* src/plugins/NarrativeWeb.py:
...
* src/ReportBase/_ReportUtils.py:
Fix 0000956: Event order within GRAMPS not replicated in web report
svn: r8278
2007-03-07 03:15:45 +00:00
Brian Matherly
a4f28f1a16
src/plugins/NarrativeWeb.py: Fix 0000954: e-mail address causes Narrative Web plugin to generate bad links
...
svn: r8274
2007-03-06 04:30:22 +00:00
Brian Matherly
a88d60ad23
* src/plugins/GraphViz.py: Fix doc init.
...
svn: r8271
2007-03-06 04:06:04 +00:00
Brian Matherly
4d4b9441d0
* src/plugins/GraphViz.py: Fix 0000942: Relationship graph doesn't show preferred name format
...
svn: r8269
2007-03-06 02:26:55 +00:00
Brian Matherly
99b5a11b20
* src/plugins/TimeLine.py: Fix 0000943: Timeline doesn't show preferred name format
...
svn: r8267
2007-03-06 02:12:03 +00:00
Brian Matherly
cd570de9e3
* src/plugins/AncestorChart2.py:
...
* src/plugins/DescendChart.py:
Make AncestorChart and DescendChart consistent in options
* src/ReportBase/_BareReportDialog.py: remove get_report_extra_textbox_info
* src/ReportBase/_CommandLineReport.py:
* src/ReportBase/_ReportOptions.py:
remove dispf
svn: r8263
2007-03-03 03:12:04 +00:00
Martin Hawlisch
66b631f12e
* src/plugins/ImportGeneWeb.py: Adapt to new Notes api; Some parsing fixes
...
svn: r8257
2007-02-28 16:42:38 +00:00
Brian Matherly
d7d7ed340b
* src/BaseDoc.py:
...
* src/docgen/PSDrawDoc.py:
* src/docgen/SvgDrawDoc.py:
* src/docgen/PdfDoc.py:
* src/docgen/OpenOfficeDoc.py:
* src/docgen/GtkPrint.py:
* src/docgen/LPRDoc.py:
* src/docgen/ODFDoc.py:
* src/plugins/StatisticsChart.py:
* src/plugins/Calendar.py:
* src/ReportBase/_ReportUtils.py:
Remove draw_bar function
svn: r8254
2007-02-27 04:10:43 +00:00
Brian Matherly
1f11a01c89
* src/plugins/WritePkg.py: Fix crash on gpkg export in Windows
...
svn: r8253
2007-02-27 02:40:38 +00:00
Brian Matherly
7ee2ff3f5c
* src/plugins/AncestorChart2.py: Fix index error
...
svn: r8239
2007-02-25 23:04:03 +00:00
Brian Matherly
4b510b098c
* src/BaseDoc.py:
...
* src/docgen/PSDrawDoc.py:
* src/docgen/SvgDrawDoc.py:
* src/docgen/PdfDoc.py:
* src/docgen/OpenOfficeDoc.py:
* src/docgen/GtkPrint.py:
* src/docgen/LPRDoc.py:
* src/docgen/ODFDoc.py:
* src/plugins/AncestorChart2.py:
* src/plugins/DescendChart.py:
* src/plugins/StatisticsChart.py:
* src/plugins/TimeLine.py:
Remove height and width from GraphicsStyle
svn: r8237
2007-02-25 21:53:38 +00:00
Brian Matherly
5aa3a0f4b0
* src/BaseDoc.py:
...
* src/ReportBase/_CommandLineReport.py:
* src/ReportBase/_ReportDialgo.py:
* src/docgen/PdfDoc.py:
* src/docgen/OpenOfficeDoc.py:
* src/docgen/ODFDoc.py:
* src/docgen/RDFDoc.py:
* src/docgen/KwordDoc.py:
* src/docgen/PSDrawDoc.py:
* src/docgen/SvgDrawDoc.py:
* src/docgen/HtmlDoc.py:
* src/docgen/AbiWord2Doc.py:
* src/docgen/LaTeXDoc.py:
* src/plugins/BookReport.py:
Add PaperStyle to BaseDoc
svn: r8229
2007-02-24 21:15:21 +00:00
Martin Hawlisch
83bb583b3e
* plugins/TestcaseGenerator.py: Generate new Note objects
...
svn: r8211
2007-02-22 20:56:58 +00:00
Richard Taylor
70e12c490e
Moved NameDisplay into BasicUtils.
...
svn: r8197
2007-02-20 20:56:48 +00:00
Brian Matherly
0a2d871480
* src/plugins/DescendChart.py: include blank pages option
...
* src/plugins/AncestorChart2.py: include blank pages option
svn: r8184
2007-02-20 03:49:50 +00:00
Brian Matherly
f53f1abc21
* src/ReportBase/_PaperMenu.py: rename PaperStyle to PaperSize
...
* src/docgen/HtmlDoc.py: rename PaperStyle to PaperSize
* src/BaseDoc.py: rename PaperStyle to PaperSize
* src/plugins/Calendar.py: don't use tmargin
svn: r8166
2007-02-19 04:13:41 +00:00
Brian Matherly
cd68d34841
* src/plugins/AncestorChart2.py: Use a dict instead of an array to use less memory.
...
svn: r8165
2007-02-19 02:49:35 +00:00
Zsolt Foldvari
d3b383109d
2007-02-16 Zsolt Foldvari <zfoldvar@users.sourceforge.net>
...
* src/data/mainX.css: enable formatted notes on narrative web
* src/plugins/NarrativeWeb.py: enable formatted notes on narrative web
* src/MarkupText.py: properly reset xml generator output: fix #924
* src/ManagedWindow.py: enable accelerators in editor windows
* src/Editors/_EditPrimary.py: enable accelerators in editor windows
* src/Editors/_EditSecondary.py: enable accelerators in editor windows
* src/Editors/_EditReference.py: enable accelerators in editor windows
* src/DisplayTabs/_NoteTab.py: enable accelerators in editor windows
* src/DisplayTabs/_ButtonTab.py: enable accelerators in editor windows
* src/DisplayTabs/_GrampsTab.py: enable accelerators in editor windows
svn: r8137
2007-02-16 21:20:36 +00:00
Brian Matherly
d5077d219a
* src/docgen/PSDrawDoc.py: remove draw_wedge from BaseDoc
...
* src/ReportBase/_ReportUtils.py: remove draw_wedge from BaseDoc
* src/plugins/FanChart.py: remove draw_wedge from BaseDoc
* src/BaseDoc.py: remove draw_wedge from BaseDoc
svn: r8121
2007-02-15 04:07:53 +00:00
Brian Matherly
8848e8c865
* src/plugins/AncestorChart2.py: Fix title color
...
* src/plugins/DescendChart.py: Fix title color
* src/plugins/TimeLine.py: Fix title color
svn: r8098
2007-02-13 04:32:13 +00:00
Don Allingham
ddccd7e7bc
2007-02-12 Don Allingham <don@gramps-project.org>
...
* src/plugins/FindDupes.py: backport from 2.2.6
svn: r8095
2007-02-12 23:52:59 +00:00
Brian Matherly
2a6e0cb197
Remove the write_at function. Use draw_text instead. Add center_text to SVGDoc
...
svn: r8089
2007-02-12 04:55:11 +00:00