Alex Roitman
f9b0f6c78c
Update
...
svn: r2612
2004-01-09 02:29:57 +00:00
Alex Roitman
bb46232ec0
* src/plugins/rel_de.py: Update.
...
svn: r2611
2004-01-09 02:29:04 +00:00
Don Allingham
7cc4eee404
* src/BaseDoc.py: Scaleable shadow
...
* src/plugins/AncestorChart2.py: Scale to page implemented
* src/docgen/PdfDoc.py: Scalable shadow
svn: r2609
2004-01-08 18:09:18 +00:00
Alex Roitman
32556fce16
* src/plugins/rel_de.py: Add to CVS.
...
* src/plugins/Makefile.am: Ship rel_de.py.
svn: r2606
2004-01-08 05:18:27 +00:00
Don Allingham
ba84b5a03e
New file
...
svn: r2604
2004-01-07 23:55:45 +00:00
Alex Roitman
168edafa89
* src/plugins/DetDescendantReport.py: Correct image insertion.
...
* src/plugins/DetAncestralReport.py: Correct image insertion.
svn: r2602
2004-01-07 22:40:04 +00:00
Alex Roitman
c37e1f446f
* src/plugins/rel_hu.py: Add to CVS.
...
* src/plugins/Makefile.am: Ship rel_hu.py.
svn: r2601
2004-01-07 21:22:40 +00:00
Alex Roitman
8882eb935a
* src/plugins/IndivComplete.py (write_note): Typo.
...
svn: r2600
2004-01-07 20:22:10 +00:00
Alex Roitman
1e16bb4c9b
* src/plugins/ReadGedcom.py: More source parsing cleanups.
...
(parse_source_objects): Remove redundant function.
svn: r2591
2004-01-06 06:11:28 +00:00
Alex Roitman
c681413e0d
* src/plugins/ReadGedcom.py: More source parsing cleanups.
...
svn: r2588
2004-01-05 20:39:09 +00:00
Alex Roitman
79280bf948
* src/plugins/ReadGedcom.py: Revert brain-dead fix in favor of
...
an existing handle_source() method.
svn: r2587
2004-01-05 06:03:28 +00:00
Alex Roitman
4fbc088d30
* src/plugins/ReadGedcom.py: Correct level in parsing LDS ordinance
...
source references. Support for source description-type references.
svn: r2586
2004-01-05 03:57:01 +00:00
Don Allingham
d082cb92e6
* src/const.py.in: eliminate zipcmd
...
* src/docgen/OpenSpreadSheet.py: eliminate the need for ZIP, use python
zipfile module instead
* src/plugins/EventCmp.py (DisplayChart.on_save_clicked): fix rows, double lines
no longer used
* configure.in: add check for vfs bindings, eliminate the check for
swig and zip
* gramps.spec.in (Requires): Added gnome-python2-gnomevfs dependency
svn: r2577
2004-01-01 19:10:23 +00:00
Don Allingham
9442619e59
update
...
svn: r2576
2004-01-01 18:18:29 +00:00
Alex Roitman
1a4970e1e5
* src/plugins/RelCalc.py (__init__): Skip the person when building the
...
list.
svn: r2572
2003-12-31 23:22:44 +00:00
Don Allingham
7ef765703a
* src/plugins/WebPage.py: proper handling of links in the MiniTree
...
svn: r2561
2003-12-27 23:13:54 +00:00
Don Allingham
ab7139efd9
* src/plugins/DescendReport.py (_make_default_style): fix indentation levels
...
* src/plugins/FamilyGroup.py (FamilyGroup.dump_child): handle missing spouse
svn: r2559
2003-12-27 22:15:23 +00:00
Don Allingham
201fb9b460
* src/plugins/FamilyGroup.py (FamilyGroup.dump_child): handle missing spouse
...
svn: r2558
2003-12-27 21:56:38 +00:00
Don Allingham
fa0ccf779a
* src/plugins/Check.py (CheckIntegrity.check_parent_relationships):
...
More complete checks handling unknown genders
* src/PeopleView.py: Check for null iters before removing from
the tree store.
svn: r2555
2003-12-26 21:14:45 +00:00
Don Allingham
367594dc71
* src/plugins/Check.py: Fixed handling of Unknown genders in
...
family checks
* src/preferences.glade: call on_object_toggled only for elements that
need immediate display update
* src/GrampsCfg.py: Save data on close - don't rely on on_object_toggled
having been called.
svn: r2551
2003-12-24 17:47:40 +00:00
Alex Roitman
9f84452198
* src/Sources.py: Unicode conversion from gtk.TextView.
...
* src/Witness.py: Unicode conversion from gtk.TextView.
* src/Report.py: Unicode conversion from gtk.TextView.
* src/NameEdit.py: Unicode conversion from gtk.TextView.
* src/Marriage.py: Unicode conversion from gtk.TextView.
* src/ImageSelect.py: Unicode conversion from gtk.TextView.
* src/EventEdit.py: Unicode conversion from gtk.TextView.
* src/EditSource.py: Unicode conversion from gtk.TextView.
* src/EditPlace.py: Unicode conversion from gtk.TextView.
* src/EditPerson.py: Unicode conversion from gtk.TextView.
* src/AutoComp.py: Unicode conversion from gtk.TextView.
* src/AttrEdit.py: Unicode conversion from gtk.TextView.
* src/AddrEdit.py: Unicode conversion from gtk.TextView.
* src/plugins/BookReport.py: Unicode conversion from gtk.Entry
and gtk.TextView.
* src/plugins/ChangeTypes.py: Unicode conversion.
* src/plugins/EventCmp.py: Unicode conversion.
* src/plugins/FilterEditor.py: Unicode conversion.
* src/plugins/SimpleBookTitle.py: Unicode conversion.
* src/plugins/TimeLine.py: Unicode conversion.
* src/plugins/WebPage.py: Unicode conversion.
* src/plugins/WriteGedcom.py: Unicode conversion.
* src/plugins/WritePkg.py: Unicode conversion.
* src/plugins/eval.py: Unicode conversion.
* src/plugins/soundgen.py: Unicode conversion.
svn: r2536
2003-12-17 16:06:36 +00:00
Tim Waugh
15b8cb4cc5
2003-12-17 Tim Waugh <twaugh@redhat.com>
...
* src/plugins/Ancestors.py
(ComprehensiveAncestorsReport.write_report): No need for separate
clauses when using write_note, since output is not delayed here.
(ComprehensiveAncestorsReport.long_notes): Handle pre-formatted
notes on events.
svn: r2535
2003-12-17 11:24:23 +00:00
Tim Waugh
09810d7787
2003-12-16 Tim Waugh <twaugh@redhat.com>
...
* src/plugins/Aneestors.py: Use write_note() when appropriate.
svn: r2532
2003-12-16 17:06:52 +00:00
Don Allingham
a788aa3ce1
* src/GrampsCfg.py: change the default prefixes so that they
...
sort nicely numerically.
* src/plugins/ReadGedcom.py: handle eazytree oddities.
svn: r2528
2003-12-16 04:04:08 +00:00
Alex Roitman
612705a717
* src/docgen/Makefile.am: Remove AbiWordDoc.py from the list.
...
* src/plugins/DetAncestralReport.py (write_person): Call write_note().
* src/plugins/DetDescendantReport.py (write_person): Call write_note().
* src/plugins/FtmStyleAncestors.py (print_notes): Call write_note().
* src/plugins/IndivComplete.py (write_note): Call doc.write_note().
* src/plugins/WebPage.py (write_gallery,write_notes): Call write_note().
svn: r2523
2003-12-15 04:18:51 +00:00
Don Allingham
2cf5d85abd
* src/plugins/WriteFtree.py (FtreeWriter.export): make sure that the
...
parents are in the id_map array
svn: r2509
2003-12-12 04:32:48 +00:00
Alex Roitman
f0273b8956
* src/BaseDoc.py (write_note): Add function.
...
* src/docgen/HtmlDoc.py (write_note): Implement function.
* src/plugins/FtmStyleDescendants.py (print_notes): Call write_note()
with the note's format.
svn: r2500
2003-12-11 03:49:44 +00:00
Alex Roitman
44efe8b303
* src/plugins/ReadGedcom.py: Add an "Unknown" address when
...
parsing an incorrect PHON field.
svn: r2499
2003-12-10 20:05:02 +00:00
Alex Roitman
1aff41add9
* src/plugins/WriteGedcom.py (export_data): Correct researcher's
...
PHON field; (write_person): Correct exported PHON fields.
* src/plugins/ReadGedcom.py (parse_residence): Remove PHON field since
it is taken care of by parse_address() now;
(parse_address): Parse PHON field, provided it immediately follows
ADDR structure.
svn: r2489
2003-12-10 02:07:05 +00:00
Alex Roitman
da00d9c6aa
Update
...
svn: r2487
2003-12-10 01:04:51 +00:00
Alex Roitman
144adc808a
* src/plugins/FtmStyleDescendants.py (write_endnotes): Replace
...
CallNumber with Abbreviation.
* src/plugins/FtmStyleAncestors.py (write_endnotes): Replace
CallNumber with Abbreviation.
svn: r2477
2003-12-09 04:30:05 +00:00
Alex Roitman
ae8f0a3515
* src/plugins/WriteGedcom.py (write_sources): Remove CallNumber export.
...
svn: r2476
2003-12-09 04:24:52 +00:00
Alex Roitman
2ee7b98f18
* src/filters/Complete.py: Add filter matching people with the
...
complete flag.
* src/GenericFilter.py (HasCompleteRecord): Add rule matching people
with the complete records.
* src/RelLib.py (Source.setAbbrev, Source.getAbbrev): Add functions.
* src/WriteXML.py (write_xml_data): Save abbreviation info for sources.
* src/GrampsParser.py (GrampsParser.stop_sabbrev): Parse abbreviation.
* src/gramps.glade (sourceEditor): Add widgets for Call Number and
Abbreviation.
* src/EditSource.py: Support Call Number and Abbreviation.
* src/plugins/ReadGedcom.py (parse_source): Parse abbreviation.
* src/plugins/WriteGedcom.py (write_sources): Export abbreviation.
* NEWS: Update.
svn: r2463
2003-12-08 02:23:53 +00:00
Alex Roitman
8acc5f5cd6
* src/plugins/WriteFtree.py (on_help_clicked): Add function.
...
* doc/gramps.1: Update.
svn: r2453
2003-12-06 23:05:52 +00:00
Alex Roitman
7f5dc667af
* src/plugins/ReadGedcom.py (parse_source): Stop TEXT messing
...
up the title; add ABBR to the note field (was ignored).
svn: r2435
2003-12-03 19:22:52 +00:00
Alex Roitman
731dac4120
* src/revision.glade: Add Help button.
...
* src/gramps_main.py (on_help_dbopen_clicked): Add function.
* src/plugins/gedcomexport.glade: Add Help button.
* src/plugins/WriteGedcom.py (on_help_clicked): Add function.
* src/plugins/pkgexport.glade: Add Help button.
* src/plugins/WritePkg.py (on_help_clicked): Add function.
* src/plugins/writeftree.glade: Add Help button.
* src/plugins/WriteGedcom.py (on_help_clicked): Add function.
* src/plugins/cdexport.glade: Add Help button.
* src/plugins/WriteCD.py (on_help_clicked): Add function.
* src/Bookmarks.py (draw_window): Add Help button;
(help_clicked): Add function.
svn: r2418
2003-12-02 02:35:49 +00:00
Alex Roitman
2b6ad01e74
* src/filters/MatchSndEx2.py: Typo.
...
* src/plugins/RelGraph.py: Typo.
* src/plugins/book.glade: Remove initial text from the labels.
* src/po/template.po: Updated translation template for 0.98.0.
* src/po/ru.po: Russian translation for 0.98.0.
svn: r2403
2003-11-30 02:54:54 +00:00
Alex Roitman
4f01f4111b
* src/plugins/WebPage.py (IndividualPage.write_normal_row): Add separators
...
between the references (comma and space).
svn: r2331
2003-11-13 19:18:09 +00:00
Don Allingham
5a64444135
update
...
svn: r2329
2003-11-13 04:25:25 +00:00
Don Allingham
4fecfc8f5b
* src/plugins/WriteFtree.py: catch file open exception
...
* src/WriteXML.py: try to handle invalid IDs
* src/RelLib.py: minor organizational cleanup
svn: r2322
2003-11-10 22:31:07 +00:00
Alex Roitman
ab6f7ac74f
* src/gramps_main.py (back_pressed, fwd_pressed): Pass event to the
...
build_menu functions; (build_backhistmenu, build_fwdhistmenu): Use
event for popping the menu.
* NEWS, TODO: catch up with the current CVS state.
* src/Utils.py (history_broken, clearHistory_broken, wasHistory_broken):
Add functions.
* src/plugins/ReorderIds.py(__init__): Call Utils.history_broken upon
reordering.
* src/gramps_main.py (clear_history): Add function;
(redraw_histmenu, fwd_clicked, back_clicked): Clear history if catching
an exception (should be actually handled by reorder plugin, leaving here
svn: r2320
2003-11-07 16:29:27 +00:00
Tim Waugh
d570b0fd56
2003-11-05 Tim Waugh <twaugh@redhat.com>
...
* src/plugins/FilterEditor.py (ShowResults.__init__): Sort
results.
svn: r2317
2003-11-05 10:58:16 +00:00
Tim Waugh
570e4a1102
Standard says 'jpeg'.
...
svn: r2316
2003-11-03 12:18:48 +00:00
Tim Waugh
7603083ca6
2003-11-03 Tim Waugh <twaugh@redhat.com>
...
* src/plugins/WriteGedcom.py (GedcomWriter.write_families): Use
frefn not prefn.
svn: r2315
2003-11-03 11:59:28 +00:00
Tim Waugh
31329801d8
2003-11-03 Tim Waugh <twaugh@redhat.com>
...
* src/plugins/gedcomexport.glade, src/plugins/WriteGedcom.py: Added
support for external image references.
svn: r2314
2003-11-03 11:58:15 +00:00
Tim Waugh
6bfe82b545
2003-11-02 Tim Waugh <twaugh@redhat.com>
...
* src/plugins/WriteGedcom.py (GedcomWriter.__init__): Fixed
default filename for export.
svn: r2311
2003-11-02 12:43:53 +00:00
Don Allingham
34171c6173
* src/plugins/WriteCD.py: launch nautilus to burn:/// after exporting to a CD
...
* src/PeopleView.py: rebuild after a filter is applied
* src/DbPrompter: remove ZODB option
* src/RelLib.py: remove ZODB option
* src/gramps.glade: remove ZODB option
* src/gramps_main.py: remove ZODB option
svn: r2307
2003-11-01 23:20:15 +00:00
Tim Waugh
ac145687c1
Removed Partition.py from Makefile.am until it is a bit more cooked.
...
svn: r2302
2003-10-31 11:44:49 +00:00
Tim Waugh
1c00ddcaec
2003-10-31 Tim Waugh <twaugh@redhat.com>
...
* src/plugins/Makefile.am: Add Partition.py.
svn: r2301
2003-10-31 09:55:48 +00:00
Don Allingham
9a2de4c4ee
* src/plugins/WebPage.py: support for keeping track of options
...
* src/plugins/TimeLine.py: support for keeping track of options
* src/plugins/RelGraph.py: support for keeping track of options
* src/plugins/IndivSummary.py: support for keeping track of options
* src/plugins/IndivComplete.py: support for keeping track of options
* src/plugins/GraphViz.py: support for keeping track of options
* src/plugins/FtmStyleDescendants.py: support for keeping track of options
* src/plugins/FtmStyleAncestors.py: support for keeping track of options
* src/plugins/FanChart.py: support for keeping track of options
* src/plugins/FamilyGroup.py: support for keeping track of options
* src/plugins/DetAncestralReport.py: support for keeping track of options
* src/plugins/Ancestors.py: support for keeping track of options
* src/plugins/AncestorReport.py: support for keeping track of options
* src/plugins/AncestorChart.py: support for keeping track of options
* src/plugins/AncestorChart.py: support for keeping track of options
* src/Utils.py: save key on style mappings
svn: r2296
2003-10-31 01:23:16 +00:00
Don Allingham
f648e6c663
* src/plugins/WebPage.py: support for keeping track of options
...
* src/plugins/TimeLine.py: support for keeping track of options
* src/plugins/RelGraph.py: support for keeping track of options
* src/plugins/IndivSummary.py: support for keeping track of options
* src/plugins/IndivComplete.py: support for keeping track of options
* src/plugins/GraphViz.py: support for keeping track of options
* src/plugins/FtmStyleDescendants.py: support for keeping track of options
* src/plugins/FtmStyleAncestors.py: support for keeping track of options
* src/plugins/FanChart.py: support for keeping track of options
* src/plugins/FamilyGroup.py: support for keeping track of options
* src/plugins/DetAncestralReport.py: support for keeping track of options
* src/plugins/Ancestors.py: support for keeping track of options
* src/plugins/AncestorReport.py: support for keeping track of options
* src/plugins/AncestorChart.py: support for keeping track of options
* src/Utils.py: save key on style mappings
svn: r2295
2003-10-31 01:20:58 +00:00
Don Allingham
84b555b087
* src/docgen/AbiWordDoc2.py: make sure that an object is
...
an image before attempting to include in in a report
* src/docgen/AbiWordDoc.py: make sure that an object is
an image before attempting to include in in a report
* src/docgen/KwordDoc.py: make sure that an object is
an image before attempting to include in in a report
* src/docgen/LaTeXDoc.py: make sure that an object is
an image before attempting to include in in a report
* src/docgen/OpenOfficeDoc.py: make sure that an object is
an image before attempting to include in in a report
* src/docgen/PdfDoc.py: make sure that an object is
an image before attempting to include in in a report
* src/docgen/RTFDoc.py: make sure that an object is
an image before attempting to include in in a report
* src/plugins/Ancestors.py: make sure that an object is
an image before attempting to include in in a report
* src/plugins/DetAncestralReport.py: make sure that an object is
an image before attempting to include in in a report
* src/plugins/DetDescendantReport.py: make sure that an object is
an image before attempting to include in in a report
svn: r2287
2003-10-27 03:48:13 +00:00
Alex Roitman
4e26588329
* src/plugins/ReadGedcom.py (GedcomParser.__init__):
...
Build translation map of correct length.
svn: r2284
2003-10-23 15:33:57 +00:00
Alex Roitman
73fcaec440
* src/SourceView.py: Correct behavior for right-click popup menu.
...
* src/EditPerson.py: Likewise.
* src/FamilyView.py: Likewise.
* src/ImageSelect.py: Likewise.
* src/PedView.py: Likewise.
* src/PlaceView.py: Likewise.
* src/plugins/BookReport.py: Likewise.
* src/PeopleView.py: Likewise.
svn: r2270
2003-10-20 02:47:03 +00:00
Don Allingham
0f52350340
update
...
svn: r2256
2003-10-15 03:55:54 +00:00
Alex Roitman
f9107a17f4
* src/plugins.glade: Switch from GtkDialog to GtkWindow (prevents it
...
from always being on top under metacity). Remove extra button.
* src/Plugins.py (PluginDialog.__init__): Provide custom labels and
tooltips for reports (Generate) and tools (Run);
(ReportPlugins.__init__, ToolPlugins.__init__): call PluginDialog
with appropriate labels and tooltips.
* src/Report.py (BareReportDialog.__init__): Change button back to OK.
* src/plugins/rel_ru.py (getallancestors): Replace with existing
apply_filter from Relationship.py.
* src/gramps.glade: Correct tooltips in Family Views (make parents an
active family).
svn: r2249
2003-10-14 02:22:14 +00:00
Jason Zedlitz
647000c15a
initial version
...
svn: r2248
2003-10-13 21:06:29 +00:00
Alex Roitman
1700f2dd4a
* src/README, src/NEWS, src/ChangeLog, src/po/ChangeLog, src/AUTHORS:
...
Remove extra files.
* AUTHORS: Consolidate with src/AUTHORS.
* src/plugins/Makefile.am, src/plugins/Makefile.in: Ship RelGraph.py
and rel_it.py.
svn: r2241
2003-10-13 01:07:01 +00:00
Don Allingham
2c49a9de8b
* src/plugins/WebPage.py: handle page titles
...
* src/docgen/HtmlDoc.py: handle page titles
svn: r2236
2003-10-12 02:29:24 +00:00
Don Allingham
cbc95b9ff1
* src/GrampsCfg.py: eliminate name only option in status line
...
* src/gramps_main.py: eliminate name only option in status line
* src/preferences.py : eliminate name only option in status line
* src/plugins/GraphViz.py: install only for python 2.2
svn: r2234
2003-10-12 00:16:54 +00:00
Don Allingham
fbc842961d
* src/plugins/rel_it.py: Italian relationship calculator
...
added
* src/plugins/RelGraph.py: Advanced relationship graph
report generator
svn: r2232
2003-10-11 22:59:32 +00:00
Don Allingham
eb4098d198
* src/plugins/rel_it.py: Italian relationship calculator
...
added
svn: r2231
2003-10-11 22:42:22 +00:00
Don Allingham
03644b93cf
* src/plugins/Verify.py: add ability to disable age estimation
...
* src/plugins/verify.glade: add ability to disable age estimation
svn: r2226
2003-10-11 03:13:41 +00:00
Alex Roitman
1b709537e3
Update
...
svn: r2218
2003-10-08 13:01:55 +00:00
Alex Roitman
755d9f9879
Update
...
svn: r2217
2003-10-08 12:52:31 +00:00
Don Allingham
619634ca4b
* src/plugins/Verify.py: handle different calendars properly
...
* src/FamilyView.py: fix references to add_to_person_list
svn: r2215
2003-10-08 04:24:11 +00:00
Alex Roitman
1451ac5552
* src/plugins/FtmStyleAncestors.py (write_report): Likewise.
...
* src/plugins/Verify.py (on_apply_clicked): Detect homosexual
marriage only if the spouses' gender is known and equal.
svn: r2214
2003-10-08 04:13:41 +00:00
Alex Roitman
4b7f14d66f
Make static Descendant and Ancestral filters inclusive. Fixes 819390.
...
* src/plugins/FtmStyleDescendants.py (write_report): Change from
partial phrases to the complete phrases. Consider all cases (birth
date/place, death date/place, gender). Closes 810904, 810905.
svn: r2213
2003-10-08 03:23:07 +00:00
Alex Roitman
a7d583dbf7
* src/plugins/GraphViz.py (GraphVizDialog.get_report_filters):
...
Make static Descendant and Ancestral filters inclusive.
svn: r2212
2003-10-08 01:49:35 +00:00
Don Allingham
4440c1dfac
* src/plugins/WebPage.py: Fixed ID link so that link references are
...
not converted to < and >
* src/plugins/WriteGedcom.py: Fixed undefined reference to ref_text
svn: r2205
2003-10-07 03:12:05 +00:00
Don Allingham
d29d21d912
* src/plugins/WriteGedcom.py: Fixed undefined reference to ref_text
...
svn: r2202
2003-10-07 01:41:09 +00:00
Alex Roitman
081d437873
* src/plugins/BookReport.py (BookReportSelector.__init__):
...
Use underline for labels.
* src/plugins/book.glade: Rework the dialog's layout.
svn: r2189
2003-10-02 03:46:09 +00:00
Alex Roitman
a353edb3a0
* src/plugins/rel_ru.py: Add more possible language codes.
...
svn: r2170
2003-09-26 02:23:22 +00:00
Alex Roitman
8628171a48
* src/plugins/DetAncestralReport.py: Fix translatable string.
...
svn: r2169
2003-09-25 23:11:03 +00:00
Don Allingham
dbf3c8b46f
* src/plugins/WriteFTree.py: increment the count properly
...
svn: r2166
2003-09-24 22:49:51 +00:00
Alex Roitman
04201a42ba
* src/plugins/book.glade: Minor improvements to the dialogs.
...
* doc/gramps-manual/C/gramps-manual.xml: Update manual.
svn: r2156
2003-09-22 05:10:59 +00:00
Don Allingham
6f75d2b539
update
...
svn: r2152
2003-09-20 19:56:27 +00:00
Don Allingham
c4ded833c6
* src/plugins/ReadGedcom.py: Handle Legacy's method of
...
handling separations and divorces
svn: r2140
2003-09-18 02:59:52 +00:00
Alex Roitman
a10dd07e32
* gramps.sh.in: Fix bashism to have a valid bourne-shell script.
...
* src/plugins/Makefile.am: Ship writefree.glade.
* src/plugins/Makefile.in: Likewise.
svn: r2135
2003-09-16 03:05:02 +00:00
Alex Roitman
4f738022e8
* src/plugins/WriteGedcom.py (cl_setup): Define newline char.
...
* src/plugins/WriteFtree.py: Provide command line interface.
* src/gramps_main.py (handle_args): Add function. Add WFT export
format; (cl_export): Add WFT format.
* doc/gramps.1.in: Update man page to reflect new format option.
* doc/gramps.1: Likewise.
* NEWS: Likewise.
* TODO: Add recently discussed items from gramps-devel.
svn: r2133
2003-09-16 01:35:09 +00:00
Don Allingham
59009a2b25
* src/plugins/TimeLine.py: call doc.init routine to build header
...
svn: r2129
2003-09-15 02:54:07 +00:00
Alex Roitman
209c8b64bb
* src/po/template.po: Update translation template.
...
* src/po/ru.po: Update Russian translation.
* src/plugins/FilterEditor.py (edit_rule): Use translated strings for
identifying rule/option.
* src/GenericFilter.py (save): Encode XML file as utf-8 (was iso8859-1).
svn: r2124
2003-09-14 04:21:44 +00:00
Alex Roitman
928f6aebd9
* src/plugins/AncestorChart.py (AncestorChart.__init__): Call calc()
...
after self.standalone is defined.
svn: r2122
2003-09-13 17:16:19 +00:00
Don Allingham
2f7e44c3bb
* src/BaseDoc.py: add init function to BaseDoc to be called after
...
all graphics formats are defined
* src/docgen/OpenOfficeDoc.py: fix rotate_print and center_print
* src/plugins/AncestorChart.py: support BaseDoc.init
* src/plugins/AncestorReport.py: support BaseDoc.init
* src/plugins/BookReport.py: support BaseDoc.init
* src/plugins/CustomBookText.py: support BaseDoc.init
* src/plugins/DesGraph.py: support BaseDoc.init
* src/plugins/DescendReport.py: support BaseDoc.init
* src/plugins/DetAncestralReport.py: support BaseDoc.init
* src/plugins/DetDescendantReport.py: support BaseDoc.init
* src/plugins/FamilyGroup.py: support BaseDoc.init
* src/plugins/FanChart.py: support BaseDoc.init
* src/plugins/FtmStyleAncestors.py: support BaseDoc.init
* src/plugins/FtmStyleDescendants.py: support BaseDoc.init
* src/plugins/SimpleBookTitle.py: support BaseDoc.init
* src/plugins/Ancestors.py: support BaseDoc.init
svn: r2120
2003-09-13 04:57:30 +00:00
Don Allingham
9719ea83ee
* src/BaseDoc.py: add init function to BaseDoc to be called after
...
all graphics formats are defined
* src/docgen/OpenOfficeDoc.py: fix rotate_print and center_print
* src/plugins/AncestorChart.py: support BaseDoc.init
* src/plugins/AncestorReport.py: support BaseDoc.init
* src/plugins/BookReport.py: support BaseDoc.init
* src/plugins/CustomBookText.py: support BaseDoc.init
* src/plugins/DesGraph.py: support BaseDoc.init
* src/plugins/DescendReport.py: support BaseDoc.init
* src/plugins/DetAncestralReport.py: support BaseDoc.init
* src/plugins/DetDescendantReport.py: support BaseDoc.init
* src/plugins/FamilyGroup.py: support BaseDoc.init
* src/plugins/FanChart.py: support BaseDoc.init
* src/plugins/FtmStyleAncestors.py: support BaseDoc.init
* src/plugins/FtmStyleDescendants.py: support BaseDoc.init
* src/plugins/SimpleBookTitle.py: support BaseDoc.init
svn: r2119
2003-09-13 04:56:04 +00:00
Don Allingham
af507eb4b4
* src/gramps_main.py: update family view after a GEDCOM import
...
* src/plugins/TimeLine.py: draw grid after displaying text. Fixes
a problem with OpenOffice
svn: r2117
2003-09-12 03:17:42 +00:00
Alex Roitman
70ba1892f9
* src/plugins/SimpleBookTitle.py: Introduce footer.
...
Introduce Image size option. Re-name item to Title Page (no longer
simple I'm afraid).
svn: r2114
2003-09-11 01:40:20 +00:00
Alex Roitman
2a46248af7
* src/plugins/SimpleBookTitle.py: Add functionality to "From file".
...
* src/AddMedia.py: Make it a modal dialog.
* src/MediaView.py: Call AddMedia as modal dialog.
* src/imagesel.glade: Change responses for dialog buttons.
svn: r2112
2003-09-10 13:38:02 +00:00
Alex Roitman
8d2c37f2b4
(SimpleBookTitle.write_report): Insert image only if it is passed.
...
Set empty object_id to "" (was None).
* src/plugins/BookReport.py (BookReportSelector.open_book):
Don't displpay person name for special items (title).
svn: r2111
2003-09-10 03:05:14 +00:00
Alex Roitman
07009fbe9d
* src/plugins/SimpleBookTitle.py
...
(SimpleBookTitleDialog.add_user_options): Add a tab for an image,
provide more controls for managing it;
(remove_obj): Add function.
(select_file): Add a placeholder function.
(select_obj): Gracefully handle Cancel empty object (cancel).
Enable Remove button on non-empty selection.
svn: r2110
2003-09-10 01:50:26 +00:00
Alex Roitman
724d66ee19
* src/plugins/SimpleBookTitle.py: Add image options.
...
svn: r2102
2003-09-08 03:44:54 +00:00
Alex Roitman
0b6082e997
* src/plugins/FilterEditor.py (MyInteger): Fix type conversions.
...
svn: r2097
2003-09-07 02:55:41 +00:00
Don Allingham
ac2bc08335
* src/plugins/FilterEditor.py (MyPlaces): fix handling of get_text,
...
set_text tasks. Use the default from the base class.
svn: r2095
2003-09-06 23:11:29 +00:00
Alex Roitman
9e6a19860e
* src/plugins/BookReport.py (BookList.save): Write encoding.
...
* src/plugins/FilterEditor.py (MyBoolean): Add class.
(FilterEditor.edit_rule): Implement Inclusive option.
* src/GenericFilter.py: Add categories and descriptions. Implement
Inclusive option.
svn: r2093
2003-09-05 04:38:43 +00:00
Don Allingham
3b3e0a29f6
update
...
svn: r2086
2003-09-03 04:20:11 +00:00
Tim Waugh
94f730a17a
2003-09-02 Tim Waugh <twaugh@redhat.com>
...
* src/plugins/GraphViz.py: Fixed typo.
svn: r2083
2003-09-02 21:50:39 +00:00
Alex Roitman
63d16e3085
* src/plugins/BookReport.py (BookList.save): Enable saving options
...
which are lists;
(BookParser.startElement, BookParser.endElement): Enable parsing
options which are lists.
svn: r2078
2003-09-02 02:59:19 +00:00
Alex Roitman
f78e8dcc74
* src/PaperMenu.py: Change from TextDoc to BaseDoc.
...
* src/Report.py: Likewise.
* src/SpreadSheetDoc.py: Likewise.
* src/StyleEditor.py: Likewise.
* src/docgen/OpenSpreadSheet.py: Likewise.
* src/docgen/AbiWord2Doc.py: Likewise.
* src/plugins/AncestorReport.py: Likewise.
* src/plugins/DescendReport.py: Likewise.
* src/plugins/DetAncestralReport.py: Likewise.
* src/plugins/DetDescendantReport.py: Likewise.
* src/plugins/EventCmp.py: Likewise.
* src/plugins/FamilyGroup.py: Likewise.
* src/plugins/FtmStyleAncestors.py: Likewise.
* src/plugins/GraphViz.py: Likewise.
* src/plugins/IndivComplete.py: Likewise.
* src/plugins/IndivSummary.py: Likewise.
* src/plugins/WebPage.py: Likewise.
* src/plugins/Ancestors.py: Likewise.
* src/plugins/CustomBookText.py: Likewise.
* src/BaseDoc.py: Likewise.
svn: r2074
2003-09-02 00:47:09 +00:00
Tim Waugh
07543dbdde
2003-09-01 Tim Waugh <twaugh@redhat.com>
...
* src/plugins/Ancestors.py: Separate paternal and maternal ancestors
for easier reading.
svn: r2073
2003-09-01 20:57:51 +00:00
Alex Roitman
2d8a0a60a8
Update
...
svn: r2062
2003-08-30 02:37:53 +00:00
Alex Roitman
ee00dedf8d
* src/plugins/TimeLine.py: Likewise.
...
* src/FamilyView.py: New items for context menus.
svn: r2061
2003-08-30 01:16:40 +00:00
Alex Roitman
cc2b5e9f3b
* src/plugins/TimeLine.py: Likewise.
...
svn: r2060
2003-08-30 00:15:10 +00:00
Alex Roitman
f7a50210b2
* src/plugins/DesGraph.py: Change from TextDoc and DrawDoc to BaseDoc.
...
* src/plugins/FanChart.py: Likewise. Enable Book item functionality.
* src/plugins/TimeLine.py: Likewise.
svn: r2059
2003-08-29 22:47:06 +00:00
Alex Roitman
cf8a5ad12f
* src/plugins/DesGraph.py: Enable Book item functionality.
...
svn: r2058
2003-08-29 04:23:06 +00:00
Alex Roitman
18af30c015
Update
...
svn: r2057
2003-08-29 04:14:59 +00:00
Alex Roitman
f85214c358
* src/docgen/LaTeXDoc.py: Do not register as a book format (have to
...
support both text and graphics).
* src/plugins/AncestorChart.py: Minor code cleanup.
* src/plugins/BookReport.py: Add context menus to the dialog.
* src/FamilyView.py: Properly refer to gtk stock items.
* src/gramps_main.py: Likewise.
svn: r2056
2003-08-29 03:08:02 +00:00
Alex Roitman
704bce3232
* src/plugins/AncestorChart.py: Change from TextDoc and DrawDoc to
...
BaseDoc. Enable Book item functionality.
* src/plugins/SimpleBookTitle.py: Change from TextDoc to BaseDoc.
* src/plugins/BookReport.py: Likewise.
* src/plugins/FtmStyleDescendants.py: Likewise.
svn: r2049
2003-08-26 04:07:00 +00:00
Don Allingham
5f736636a3
* src/plugins/FanChart.py: remove print statement
...
* src/docgen/RTFDoc.py: change from TextDoc to BaseDoc
* src/docgen/PdfDoc.py: change from TextDoc to BaseDoc
* src/docgen/LaTeXDoc.py: change from TextDoc to BaseDoc
* src/docgen/KwordDoc.py: change from TextDoc to BaseDoc
* src/docgen/HtmlDoc.py: change from TextDoc to BaseDoc
* src/docgen/AbiWordDoc.py: change from TextDoc to BaseDoc
* src/docgen/AbiWord2Doc.py: change from TextDoc to BaseDoc
svn: r2036
2003-08-25 03:11:40 +00:00
Don Allingham
dc1678e850
* src/plugins/GraphViz.py: Allow truetype or postscript fonts
...
svn: r2031
2003-08-21 03:47:35 +00:00
Don Allingham
b5f75c0a77
switch from intl to gettext
...
svn: r2017
2003-08-17 02:14:33 +00:00
Don Allingham
3fa85c1828
update
...
svn: r2014
2003-08-16 03:26:43 +00:00
Alex Roitman
e2c4969585
* src/FrenchRepublic.py: Insert encoding line because non-ascii
...
charatcers are used. This behavior is deprecated and causes warnings
in python 2.3.
* src/const.py.in: Likewise.
* src/FamilyView.py: Likewise.
* src/SelectChild.py: Likewise.
* src/plugins/rel_ru.py: Likewise.
svn: r2009
2003-08-14 22:33:30 +00:00
Don Allingham
efdad54c62
GNOME/python configure detection
...
svn: r2002
2003-08-14 03:53:41 +00:00
Don Allingham
cee1c8944f
update
...
svn: r1998
2003-08-13 04:28:53 +00:00
Tim Waugh
b997206104
2003-08-11 Tim Waugh <twaugh@redhat.com>
...
* src/plugins/Ancestors.py: Use Relationship.get_grandparents_string.
svn: r1990
2003-08-11 17:10:17 +00:00
Don Allingham
74ab17f7b1
* src/plugins/FilterEditor.py: handle Add/Edit of rules correctly
...
svn: r1980
2003-08-10 21:53:02 +00:00
Don Allingham
5fa0480f7b
* src/plugins/FilterEditor.py: support for selecting a person
...
from a list to get the GRAMPS ID value
svn: r1978
2003-08-10 16:46:37 +00:00
Don Allingham
8b7707dc2b
* src/GenericFilter.py: Support for categories and descriptions
...
for filters
* src/Plugins.py: removed unused variable
* src/gramps.desktop: compatible with desktop-file-validate
* src/rule.glade: new add/edit filter dialog
* src/plugins/FilterEditor.py: support for spin buttons and new
dialog box
svn: r1975
2003-08-10 05:28:11 +00:00
Alex Roitman
84972ea9f2
* src/plugins/FamilyGroup.py: Remove setup() call.
...
* src/plugins/IndivSummary.py: Enable translation for an event type.
* src/plugins/FtmStyleAncestors.py: Space after full stop.
* src/const.py.in (display_pevent): Try translating string if not
found in the _pe_e2l dictionary. Useful for translating Birth and
Death events which are not in the dictionary as non-editable events.
Seems harmless in the display function ;
(display_fevent, display_event, display_pattr, display_fattr,
display_attr, display_frel): Likewise. Might be useful in some
cases and seems totally harmless.
svn: r1973
2003-08-09 05:24:33 +00:00
Lars Lundin
a082df7773
* src/plugins/BookReport.py: Fixed typo (containg).
...
* src/plugins/FtmStyleAncestors.py, src/plugins/FtmStyleDescendants.py:
Fixed typo (death_endotes).
svn: r1966
2003-08-07 08:53:22 +00:00
Tim Waugh
022508637d
2003-08-05 Tim Waugh <twaugh@redhat.com>
...
* src/Report.py, src/TextDoc.py, src/DrawDoc.py: Adjusted the way
that 'Print Report' is handled.
* src/docgen/OpenOfficeDoc.py, src/docgen/PSDrawDoc.py: Likewise.
* src/plugins/AncestorChart.py: Undo previous change to do with
printing reports.
svn: r1962
2003-08-05 17:01:47 +00:00
Alex Roitman
4ce0bd7242
* src/plugins/WebPage.py (WebReportDialog.get_report_generations):
...
Disable number of generations (was not used anyway).
svn: r1961
2003-08-05 04:00:55 +00:00
Alex Roitman
a349a401c2
* src/plugins/GraphViz.py (make_doc_menu): Add paper option to the menu.
...
svn: r1959
2003-08-05 01:34:59 +00:00
Alex Roitman
32961e9cdf
* src/dialog.glade: Consistent tooltips.
...
* src/gramps.glade: Likewise.
* src/marriage.glade: Likewise.
* src/edit_person.glade: Likewise.
* src/plugins/pafexport.glade: Consistent check box label.
svn: r1956
2003-08-03 03:41:35 +00:00
Alex Roitman
6d579be545
* src/plugins/writeftree.glade: Swap OK and Cancel buttons (HIG).
...
* src/plugins/cdexport.glade: Likewise.
* src/plugins/gedcomexport.glade: Likewise.
* src/plugins/pkgexport.glade: Likewise.
* src/plugins/ReadGedcom.py: Fix Cancel button (was destroying itself).
svn: r1955
2003-08-02 05:41:51 +00:00
Don Allingham
48e40b8be3
* src/plugins/GraphViz.py: toggle sensitivity on year button if based
...
of date button selection, add new tab for page options to reduce
dialog size.
svn: r1953
2003-08-02 03:30:52 +00:00
Don Allingham
ec11731de3
* src/plugins/GraphViz.py: Added option to limit dates to just years,
...
fixed bug to prevent family nodes from being listed more than once
svn: r1951
2003-08-02 03:19:28 +00:00
Don Allingham
7ae2cd07a5
* src/plugins/WriteFtree.py: add filter and data restriction support
...
* src/plugins/writeftree.glade: interface description for Web Family
Tree export filter
svn: r1949
2003-08-02 02:22:34 +00:00
Don Allingham
659c085016
* src/Plugins.py: fixed call in _textdoc.append (typo)
...
* src/plugins/Makefile.am: Add WriteFtree.py
* src/ChooseParents.py: Used EditPerson dialog instead of quick add,
select added parent in list
* src/gramps_main.py: eliminated importing of string, display
error if no person selected when trying to export
* src/ListModel.py : explicitly delete renderers and columns due
to memory leak in pygtk 1.99.16
* src/PlaceView.py: explictly delete model due to above memory leak
* src/plugins/pkgexport.glade: don't set height of window
* src/plugins/WriteFtree.py: export to Web Family Tree
svn: r1943
2003-07-31 12:00:30 +00:00
Don Allingham
d77e1909c6
* src/ChooseParents.py: Used EditPerson dialog instead of quick add,
...
select added parent in list
* src/gramps_main.py: eliminated importing of string, display
error if no person selected when trying to export
* src/ListModel.py : explicitly delete renderers and columns due
to memory leak in pygtk 1.99.16
* src/PlaceView.py: explictly delete model due to above memory leak
* src/plugins/pkgexport.glade: don't set height of window
* src/plugins/WriteFtree.py: export to Web Family Tree
svn: r1942
2003-07-31 11:58:08 +00:00
Tim Waugh
414e4aa404
2003-07-28 Tim Waugh <twaugh@redhat.com>
...
* src/plugins/AncestorChart.py: Printable hook.
svn: r1939
2003-07-28 20:32:15 +00:00
Tim Waugh
671f5e7868
2003-07-28 Tim Waugh <twaugh@redhat.com>
...
* src/plugins/GraphViz.py: Adapt.
svn: r1937
2003-07-28 20:29:37 +00:00
Tim Waugh
9ce56865c5
Run print dialog in the background.
...
svn: r1935
2003-07-27 20:38:38 +00:00
Tim Waugh
bc09c11778
2003-07-25 Tim Waugh <twaugh@redhat.com>
...
* src/Report.py: Support for making output formats printable.
* src/plugins/GraphViz.py: Make it printable.
svn: r1930
2003-07-25 18:22:07 +00:00
Tim Waugh
794b331a82
2003-07-25 Tim Waugh <twaugh@redhat.com>
...
* src/plugins/ReadGedcom.py: Handle ABBR in source definitions (i.e.
handle the GEDCOM that our exporter writes).
svn: r1929
2003-07-25 10:45:24 +00:00
Tim Waugh
1fc9c63cc5
2003-07-24 Tim Waugh <twaugh@redhat.com>
...
* src/plugins/FilterEditor.py: Fix 'edit' to do so in place.
svn: r1927
2003-07-24 15:47:28 +00:00
Tim Waugh
7cfbe35179
2003-07-24 Tim Waugh <twaugh@redhat.com>
...
* src/plugins/FilterEditor.py: Fix 'edit' to do so in place.
svn: r1926
2003-07-24 14:42:15 +00:00
Tim Waugh
fd5e6a761a
2003-07-23 Tim Waugh <twaugh@redhat.com>
...
* src/plugins/WriteGedcom.py, src/plugins/gedcomexport.glade: New
options for excluding sources and notes for living people.
svn: r1925
2003-07-23 14:15:34 +00:00
Tim Waugh
a5c11501bb
2003-07-23 Tim Waugh <twaugh@redhat.com>
...
* src/plugins/Ancestors.py: More translation bits. Include
source author and publication information.
svn: r1924
2003-07-23 13:52:17 +00:00
Tim Waugh
aafca6b2cd
2003-07-22 Tim Waugh <twaugh@redhat.com>
...
* src/plugins/Ancestors.py: Mark translation strings.
svn: r1922
2003-07-22 17:40:05 +00:00
Tim Waugh
0acc01c46c
2003-07-22 Tim Waugh <twaugh@redhat.com>
...
* src/plugins/Ancestors.py: Mark the easy translation strings.
Start tentative work on making the rest translatable.
svn: r1921
2003-07-22 11:53:04 +00:00
Tim Waugh
6afedf0d52
2003-07-22 Tim Waugh <twaugh@redhat.com>
...
* src/plugins/Ancestors.py: Mark the easy translation strings.
svn: r1920
2003-07-22 11:40:03 +00:00
Tim Waugh
b0d15a6b01
2003-07-22 Tim Waugh <twaugh@redhat.com>
...
* src/plugins/WriteGedcom.py, src/plugins/gedcomexport.glade: New
option for obscuring names of living people.
svn: r1918
2003-07-22 10:14:49 +00:00
Don Allingham
1591acbd81
* src/plugins/WebPage.py: added mini-ancestor tree patch from Daryle
...
C. Lewis
svn: r1907
2003-07-21 00:14:27 +00:00
Don Allingham
bb8a154b56
* src/plugins/ReadGedcom.py: handle sources attached to a person (not
...
to an event), handle the PAF/FTW _MARNM extension.
* src/plugins/WriteGedcom.py: Allow for multi-line PAGE information for
as source.
* src/gramps.glade: parent relationship editor has an indicator to
mark the parents as the preferred parents for reporting and display
* src/ChooseParents.py: parent relationship editor has an indicator to
mark the parents as the preferred parents for reporting and display
svn: r1905
2003-07-21 00:09:12 +00:00
Tim Waugh
b70d077e8e
2003-07-20 Tim Waugh <twaugh@redhat.com>
...
* src/plugins/Ancestors.py: Include source notes. Adjusted default
styles.
svn: r1904
2003-07-20 12:19:12 +00:00
Alex Roitman
2a33c54618
* src/docgen/OpenOfficeDoc.py (_write_styles_file): Switch paragraph
...
alignment to "start" and "end" (was "left and "right").
* src/plugins/AncestorReport.py: Change prefixed style name ("AHN-").
Needed because HTML gets confised by ":" in the class name.
* src/plugins/Ancestors.py: Likewise ("AR-").
* src/plugins/DescendReport.py: Likewise ("DR-").
* src/plugins/DetAncestralReport.py: Likewise ("DAR-").
* src/plugins/DetDescendantReport.py: Likewise ("DDR-").
* src/plugins/FtmStyleAncestors.py: Likewise ("FTA-").
* src/plugins/FtmStyleDescendants.py: Likewise ("FTD-").
* src/plugins/FamilyGroup.py: Likewise ("FGR-").
* src/plugins/CustomBookText.py: Likewise ("CBT-").
* src/plugins/SimpleBookTitle.py: Likewise ("SBT-").
* src/plugins/IndivSummary.py: Likewise ("IVS-").
* src/plugins/IndivComplete.py: Likewise ("IDS-").
svn: r1903
2003-07-18 13:43:13 +00:00
Alex Roitman
6431759d5a
* src/gramps_main.py (open_example): Fix destination name when copying
...
files (was directory name).
* doc/gramps-manual/C/gramps-manual.xml: Reflect name change for
Comprehensive Ancestors Report.
* src/plugins/AncestorReport.py: Prefixed style names ("AHN:").
* src/plugins/Ancestors.py: Prefixed style names ("AR:").
* src/plugins/DescendReport.py: Prefixed style names ("DR:").
* src/plugins/DetAncestralReport.py: Prefixed style names ("DAR:").
* src/plugins/DetDescendantReport.py: Prefixed style names ("DDR:").
* src/plugins/FtmStyleAncestors.py: Prefixed style names ("FTA:").
* src/plugins/FtmStyleDescendants.py: Prefixed style names ("FTD:").
* src/plugins/FamilyGroup.py: Prefixed style names ("FGR:").
* src/plugins/CustomBookText.py: Prefixed style names ("CBT:").
* src/plugins/SimpleBookTitle.py: Prefixed style names ("SBT:").
Rename "Copyright string" with "Subtitle string".
* src/plugins/BookReport.py (BookReportDialog.__init__): Finally,
clear the style problem.
svn: r1901
2003-07-18 06:17:28 +00:00
Tim Waugh
c3976a2bc9
2003-07-17 Tim Waugh <twaugh@redhat.com>
...
* src/plugins/Ancestors.py: Handle unknown genders and missing
first names.
svn: r1900
2003-07-17 17:15:09 +00:00
Tim Waugh
e1036d8bc9
2003-07-17 Tim Waugh <twaugh@redhat.com>
...
* src/plugins/Ancestors.py: Include grandchildren's birth dates in
abbreviated form.
svn: r1898
2003-07-17 11:06:50 +00:00
Tim Waugh
e24e67fc7e
2003-07-17 Tim Waugh <twaugh@redhat.com>
...
* src/plugins/Ancestors.py: Include other names in the notes.
Include birth/marriage/death descriptions.
svn: r1897
2003-07-17 10:54:41 +00:00
Tim Waugh
2f274a4b42
2003-07-17 Tim Waugh <twaugh@redhat.com>
...
* src/plugins/Ancestors.py: Change report name. Include addresses.
Better generation headings. Include nickname.
svn: r1895
2003-07-17 10:00:53 +00:00
Alex Roitman
3766e49d6b
* src/gramps_main.py: Replace old "file-should-be-directory" message.
...
* src/StartupDialog.py: Minor typos.
* src/plugins/Verify.py: Likewise.
* src/plugins/WebPage.py: Likewise.
* src/plugins/book.glade: Likewise.
* src/MediaView.py: Likewise.
* src/PlaceView.py: Likewise.
* src/po/template.po: Update the above corrections in template.
svn: r1894
2003-07-17 02:37:28 +00:00
Alex Roitman
460ebb73e5
* src/plugins/DescendReport.py: Enable translation for "b." and "d."
...
* doc/gramps-manual/C/gramps-manual.xml: More corrections.
svn: r1893
2003-07-17 01:56:12 +00:00
Donald A. Peterson
c6badd623d
* doc/gramps-manual/C/figures/bookreport.png:
...
* doc/gramps-manual/C/figures/cfe-df.png:
* doc/gramps-manual/C/figures/edit-person-addresses.png:
* doc/gramps-manual/C/figures/edit-person-attributes.png:
* doc/gramps-manual/C/figures/edit-person-events.png:
* doc/gramps-manual/C/figures/edit-person-gallery.png:
* doc/gramps-manual/C/figures/edit-person-internet.png:
* doc/gramps-manual/C/figures/edit-person-lds.png:
* doc/gramps-manual/C/figures/edit-person-names.png:
* doc/gramps-manual/C/figures/edit-person-notes.png:
* doc/gramps-manual/C/figures/edit-person.png:
* doc/gramps-manual/C/figures/edit-plc.png:
* doc/gramps-manual/C/figures/edit-rel.png:
* doc/gramps-manual/C/figures/edit-si.png:
* doc/gramps-manual/C/figures/edit-wi.png:
* doc/gramps-manual/C/figures/family.png:
* doc/gramps-manual/C/figures/first-open.png:
* doc/gramps-manual/C/figures/gedcom-import.png:
* doc/gramps-manual/C/figures/mainwin.png:
* doc/gramps-manual/C/figures/media.png:
* doc/gramps-manual/C/figures/noside-nofilt.png:
* doc/gramps-manual/C/figures/pedigree.png:
* doc/gramps-manual/C/figures/places.png:
* doc/gramps-manual/C/figures/researcher.png:
* doc/gramps-manual/C/figures/side-filt.png:
* doc/gramps-manual/C/figures/sources.png: HIG-ified images by
scaling to the recommended max width of 510 pixels.
svn: r1892
2003-07-16 18:57:38 +00:00
Alex Roitman
e9cf966cbb
* src/plugins/FtmStyleAncestors.py: Fix coma-sepration for endnotes.
...
Translate "Endnotes" sub-heading. Enable pagebreak only when
generation > 1 (was 0).
* src/plugins/FtmStyleDescendants.py: Likewise.
* src/const.py.in: Make the confidence order high to low (was l->h).
* src/plugins/AncestorChart.py: Enable translation for "b." and "d."
* src/plugins/DesGraph.py: Likewise.
* src/po/template.po: Update the above corrections in template.
svn: r1887
2003-07-16 00:58:10 +00:00
Alex Roitman
d7c7132756
* src/edit_person.glade: Add colon after "Type" label.
...
* src/dialog.glade: Add accelerator to "Address" label of AddrEdit.
* src/po/template.po: Update the above corrections in template.
* src/plugins/Makefile.am: Ship CustomBookText.py
svn: r1886
2003-07-15 22:05:18 +00:00
Alex Roitman
9b15daeb12
* src/plugins/ReadPkg.py: Remove "..." (move this to Plugins.py).
...
* src/plugins/ReadNative.py: Likewise.
* src/plugins/ReadGedcom.py: Likewise.
* src/plugins/WritePkg.py: Likewise.
* src/plugins/WriteCD.py: Likewise.
* src/plugins/WriteGedcom.py: Likewise.
* src/Plugins.py: Add "..." at menu generation.
svn: r1885
2003-07-15 21:29:38 +00:00
Alex Roitman
8898d3ef99
* src/plugins/WritePkg.py: Enable "..." in the menu item.
...
* src/plugins/WriteCD.py: Likewise.
* src/plugins/WriteGedcom.py: Likewise.
svn: r1884
2003-07-15 19:17:17 +00:00
Alex Roitman
bf21539a08
* src/plugins/ReadPkg.py: Enable "..." in the menu item.
...
* src/plugins/ReadNative.py: Likewise.
* src/plugins/ReadGedcom.py: Likewise.
* src/Report.py: Put "Style" label in singular form (was plural).
svn: r1883
2003-07-15 17:17:58 +00:00
Alex Roitman
aa7dea62c1
* src/plugins/CustomBookText.py: Add to CVS.
...
svn: r1882
2003-07-15 13:09:49 +00:00
Don Allingham
104864df8c
remove default size
...
svn: r1879
2003-07-14 21:22:38 +00:00
Donald A. Peterson
acc6bd5def
* src/docgen/LaTeXDoc.py: Regress UNICODE support to be only a
...
commented line in the output rather than implemented by default
since not all LaTeX installations include ucs.sty by default.
svn: r1877
2003-07-14 18:41:10 +00:00
Alex Roitman
2bc38a14d9
* src/plugins/BookReport.py (BookReportDialog.make_document):
...
Move item initialization here (was in make_report).
* src/plugins/DetDescendantReport.py: Remove empty setup().
* src/plugins/AncestorReport.py: Likewise.
* src/plugins/Ancestors.py: Likewise.
* src/plugins/DescendReport.py: Likewise.
* src/plugins/FtmStyleAncestors.py: Likewise.
* src/plugins/FamilyGroup.py: Likewise.
* src/plugins/DetAncestralReport.py: Likewise.
svn: r1874
2003-07-13 00:09:29 +00:00
Alex Roitman
97215515a6
* src/plugins/IndivSummary.py (IndivSummary.__init__):
...
Provide default value of 0 to newpage argument.
svn: r1869
2003-07-12 00:36:06 +00:00
Tim Waugh
c29189e0cc
2003-07-11 Tim Waugh <twaugh@redhat.com>
...
* src/plugins/SimpleBookTitle.py: Define self.style_name before
calling Report.BareReportDialog.__init__().
svn: r1863
2003-07-11 11:15:40 +00:00
Alex Roitman
1f45296ff7
* src/Report.py (BareReportDialog.build_style_menu):
...
Initialize menu to self.style_name;
(ReportDialog.__init__): Set self.style_name to "default"
for standalone reports.
* src/plugins/DetDescendantReport.py: Define self.style_name before
calling Report.BareReportDialog.__init__().
* src/plugins/AncestorReport.py: Likewise.
* src/plugins/Ancestors.py: Likewise.
* src/plugins/DescendReport.py: Likewise.
* src/plugins/FtmStyleAncestors.py: Likewise.
* src/plugins/FtmStyleDescendants.py: Likewise.
* src/plugins/IndivComplete.py: Likewise.
* src/plugins/IndivSummary.py: Likewise.
* src/plugins/FamilyGroup.py: Likewise.
* src/plugins/DetAncestralReport.py: Likewise.
svn: r1861
2003-07-11 03:29:33 +00:00
Alex Roitman
3c91c0f1b6
* src/plugins/BookReport.py (BookReportDialog.__init__): Do not
...
* src/plugins/FtmStyleDescendants.py (FtmDescendantReport.__init__):
* src/plugins/IndivComplete.py (IndivComplete.__init__): Likewise.
* src/plugins/IndivSummary.py (IndivSummary.__init__): Likewise.
svn: r1859
2003-07-11 02:52:59 +00:00
Alex Roitman
add281ef5f
Update
...
svn: r1849
2003-07-09 05:14:17 +00:00
Alex Roitman
a6ea1cd443
* src/SelectChild.py: Fix typos upsetting translation.
...
* src/plugins/book.glade: Mark dummy strins as non-translatable.
* src/po/template.po: Update the above corrections in template.
svn: r1848
2003-07-09 05:07:26 +00:00
Alex Roitman
ccc0513f01
Update
...
svn: r1844
2003-07-08 14:10:32 +00:00
Don Allingham
5384b63ffa
* src/plugins/DetAncestralReport.py: add import of string
...
* src/plugins/DetDescendantReport.py: add import of string
* src/Date.py: compare date modes when comparing dates
* src/EditPerson.py: save date strings which comparing for changes
* src/FamilyView.py: Scope Person.male properly
svn: r1839
2003-07-08 00:42:26 +00:00
Alex Roitman
a129809402
* src/Makefile.am: Ship SelectPerson.py and choose.glade.
...
* src/plugins/Makefile.am: Ship SimpleBookTitle.py and book.glade.
* NEWS: Some updates for upcoming release.
svn: r1838
2003-07-07 23:54:40 +00:00
Alex Roitman
fde4b089f7
Fix styles in book. Switch to tuple of options.
...
* src/plugins/AncestorReport.py: Fix styles in book.
* src/plugins/Ancestors.py: Fix styles in book.
* src/plugins/DescendReport.py: Fix styles in book.
* src/plugins/FtmStyleAncestors.py: Fix styles in book.
* src/plugins/FtmStyleDescendants.py: Fix styles in book.
* src/plugins/IndivComplete.py: Switch to tuple of options.
* src/plugins/IndivSummary.py: Switch to tuple of options.
* src/plugins/SimpleBookTitle.py: Fix styles in book.
* src/plugins/FamilyGroup.py: Fix styles in book.
* src/plugins/DetAncestralReport.py: Fix styles in book.
svn: r1837
2003-07-07 16:57:27 +00:00
Alex Roitman
499d70110e
* src/plugins/DetDescendantReport.py: Enable book functionality.
...
svn: r1836
2003-07-07 16:35:32 +00:00
Tim Waugh
bb2491bf25
2003-07-07 Tim Waugh <twaugh@redhat.com>
...
* src/plugins/WriteGedcom.py: Fix GEDCOM export. Fixed date
construction logic to handle datestrs.
svn: r1835
2003-07-07 10:57:11 +00:00
Tim Waugh
c111e780e6
2003-07-07 Tim Waugh <twaugh@redhat.com>
...
* src/plugins/WriteGedcom.py: Fix GEDCOM export.
svn: r1834
2003-07-07 10:39:05 +00:00
Alex Roitman
6c61cbd9bd
Check whether family exists before accessing it.
...
* src/plugins/DetAncestralReport.py: Enable book functionality.
svn: r1833
2003-07-07 06:15:05 +00:00
Alex Roitman
3f96f59ddc
* src/plugins/FamilyGroup.py: Enable book functionality.
...
Check whether family exists before accessing it.
svn: r1830
2003-07-06 21:55:52 +00:00
Alex Roitman
19f0183de2
* src/plugins/BookReport.py: Make a list of options from a tuple.
...
* src/plugins/AncestorReport.py: Register options as a tuple.
* src/plugins/Ancestors.py: Register options as a tuple.
* src/plugins/DescendReport.py: Register options as a tuple.
* src/plugins/FtmStyleAncestors.py: Register options as a tuple.
* src/plugins/FtmStyleDescendants.py: Register options as a tuple.
* src/plugins/IndivComplete.py: Register options as a tuple.
* src/plugins/IndivSummary.py: Register options as a tuple.
* src/plugins/SimpleBookTitle.py: Register options as a tuple.
svn: r1829
2003-07-06 19:55:45 +00:00
Don Allingham
b2e7958a1e
* src/ImageSelect.py: eliminate recursive error loop when a thumbnail
...
cannot be created.
* src/plugins/ReorderIds.py: handle IDs better when reordering
svn: r1825
2003-07-06 03:52:38 +00:00
Alex Roitman
b8bdcbdb3c
Minor corrections
...
svn: r1824
2003-07-05 23:11:44 +00:00
Alex Roitman
7de3319f77
* src/plugins/Ancestors.py: Enable book functionality.
...
svn: r1823
2003-07-05 23:10:43 +00:00
Alex Roitman
99c1a83cd8
Update
...
svn: r1822
2003-07-05 21:50:23 +00:00
Alex Roitman
5568997a0e
Add special treatment for Title entries (no central person displayed).
...
Change type to Title (was Text).
* src/plugins/IndivComplete.py: Use filter number in configurator.
Move get_report_filters out of dialogs classes so that it can be
shared between both dialogs and the write_book_item().
* src/plugins/DescendReport.py: Enable book functionality.
* src/plugins/AncestorReport.py: Enable book functionality.
svn: r1821
2003-07-05 21:47:41 +00:00
Alex Roitman
f3171ecdf4
* src/plugins/BookReport.py (BookReportSelector.__init__):
...
Enable translation for interface strings,
* src/plugins/BookReport.py (BookReportDialog.get_stylesheet_savefile):
Add this function to form sane filename for the output.
* src/plugins/SimpleBookTitle.py: Add configurable title and copyright.
svn: r1820
2003-07-05 18:25:25 +00:00
Tim Waugh
18ea4d6658
2003-07-04 Tim Waugh <twaugh@redhat.com>
...
* src/plugins/Ancestors.py: Really fixed text style for '(no photo)'.
svn: r1819
2003-07-04 22:16:32 +00:00
Don Allingham
fba7b6c2b6
* src/plugins/WriteGedcom.py: handle surnames containing a slash
...
svn: r1813
2003-07-03 04:05:19 +00:00
Don Allingham
7d0750ac5c
* src/plugins/ReadGedcocm.py: Fix callback parameters
...
svn: r1809
2003-07-03 02:56:34 +00:00
Tim Waugh
fd04492e71
2003-06-30 Tim Waugh <twaugh@redhat.com>
...
* src/plugins/Makefile.am: Ship FanChart.py.
svn: r1807
2003-06-30 23:03:08 +00:00
Tim Waugh
5616ef7266
2003-06-30 Tim Waugh <twaugh@redhat.com>
...
* src/plugins/Ancestors.py (generation): Report on the correct
number of generations (was out by one). Fixed text style for
'(no photo)'.
svn: r1806
2003-06-30 14:56:32 +00:00
Don Allingham
deada04e03
* src/DisplayTrace.py: identify more linux versions
...
* src/gramps_main.py: fix callbacks for reports
* src/plugins/ReorderIds.py: handle integers larger that 32bit
* src/Plugins.py: keep a separate lists for formats that support
the book format
* src/docgen/PdfDoc.py: register as a format supporting books
* src/docgen/OpenOfficeDoc.py: register as a format supporting books
* src/plugins/BookReport.py: Support different lists for books
svn: r1804
2003-06-30 03:12:22 +00:00
Don Allingham
06e08a27c4
* src/DisplayTrace.py: identify more linux versions
...
svn: r1803
2003-06-30 03:07:24 +00:00
Don Allingham
445cf6e4d8
* src/plugins/FtmStyleDescendants.py: handle missing "endnotes"
...
svn: r1801
2003-06-29 14:38:50 +00:00
Tim Waugh
893712a190
2003-06-28 Tim Waugh <twaugh@redhat.com>
...
* src/plugins/WriteGedcom.py: Convert line end string to chosen
encoding (prevents traceback).
svn: r1800
2003-06-28 21:21:13 +00:00
Don Allingham
f3d2163bd9
* src/plugins/WriteGedcom.py: support different end of line characters
...
* src/GedcomInfo.py: support different end of line characters
* src/data/gedcom.xml: indicate cr-lf for Windows based tools
svn: r1798
2003-06-28 17:35:00 +00:00
Tim Waugh
debbb57e17
2003-06-27 Tim Waugh <twaugh@redhat.com>
...
* src/plugins/WebPage.py: Make source links work.
svn: r1796
2003-06-27 14:36:24 +00:00
Tim Waugh
dac160cf68
2003-06-27 Tim Waugh <twaugh@redhat.com>
...
* src/plugins/Ancestors.py: Include source reference notes. Made
source citation optional. Adjusted styles.
svn: r1794
2003-06-27 11:18:58 +00:00
Don Allingham
33056d90fb
* src/plugins/IndivComplete.py: make compatible with BookReport
...
* src/plugins/IndivSummary.py: changed style names to use colon qualifiers
svn: r1792
2003-06-27 04:28:09 +00:00
Don Allingham
07ce649702
* src/plugins/IndivComplete.py: make compatible with BookReport
...
svn: r1791
2003-06-27 04:26:29 +00:00
Don Allingham
324d546c41
Added bookreport.py
...
svn: r1790
2003-06-27 04:25:32 +00:00
Tim Waugh
21798efb5d
2003-06-26 Tim Waugh <twaugh@redhat.com>
...
* src/plugins/WebPage.py: Fix gendex creation.
svn: r1789
2003-06-26 22:28:31 +00:00
Tim Waugh
248bdcbc25
2003-06-26 Tim Waugh <twaugh@redhat.com>
...
* src/plugins/Ancestors.py: Cite sources.
svn: r1787
2003-06-26 22:13:58 +00:00
Tim Waugh
61fb7e9f24
2003-06-26 Tim Waugh <twaugh@redhat.com>
...
* src/plugins/Ancestors.py: Include notes for principal names.
svn: r1785
2003-06-26 14:30:27 +00:00
Tim Waugh
316c9d9145
2003-06-26 Tim Waugh <twaugh@redhat.com>
...
* src/plugins/Ancestors.py: Briefly list children from other
marriages. Make extra table cells for other spouses.
svn: r1784
2003-06-26 14:13:05 +00:00
Don Allingham
2817109436
* src/plugins/ReadGedcom.py: removed unused variable
...
* src/latin_utf8.py: explicity state iso-8859-1 to unicode translation
* src/gramps_main.py: handle clearing of tabs better, eliminating
spurious tabs being added on a complete rebuild of the tabs.
svn: r1782
2003-06-26 02:53:04 +00:00
Tim Waugh
47f96ba80e
2003-06-25 Tim Waugh <twaugh@redhat.com>
...
* src/plugins/Ancestors.py: Handle page break option.
svn: r1780
2003-06-25 11:06:42 +00:00
Don Allingham
75b038092b
* src/plugins/SimpleBookTitle.py: new page title for book
...
svn: r1776
2003-06-25 03:38:53 +00:00
Don Allingham
d97f62782b
* src/docgen/PdfDoc.py: handle page break
...
* src/plugins/BookReport.py: move book report to its own category,
handle page break properly
* src/plugins/FtmStyleAncestors.py: handle book improvements
* src/plugins/FtmStyleDescendants.py: handle book improvements
* src/plugins/IndivSummary.py: handle book improvements, rename
document styles
svn: r1774
2003-06-25 03:35:44 +00:00
Don Allingham
b6fe7af0c8
* src/plugins/WriteGedcom.py: Allow iso-8859-1 (ANSI) encoding
...
* src/plugins/gedcomexport.glade: Allow iso-8859-1 (ANSI) encoding
svn: r1772
2003-06-24 23:07:14 +00:00
Tim Waugh
d1de4381cb
2003-06-21 Tim Waugh <twaugh@redhat.com>
...
* src/plugins/Ancestors.py: Better handling of missing photos.
svn: r1767
2003-06-21 08:57:35 +00:00
Tim Waugh
51b0db35fe
2003-06-21 Tim Waugh <twaugh@redhat.com>
...
* src/plugins/Ancestors.py (event_info): Better handling of strings.
svn: r1766
2003-06-21 08:51:23 +00:00
Tim Waugh
553d22cd4f
2003-06-21 Tim Waugh <twaugh@redhat.com>
...
* src/plugins/Ancestors.py (person_name): Handle titles and suffices.
svn: r1765
2003-06-21 08:43:48 +00:00
Don Allingham
dcca47e9fa
* src/plugins/WriteGedcom.py: catch filter exceptions
...
* src/GenericFilter.py: eliminate loop detection
svn: r1758
2003-06-18 02:50:30 +00:00
Alex Roitman
91d97c122d
Remove options_dialog function as it is not nedded anymore.
...
* src/plugins/BookReport.py: Add lots of doc strings.
svn: r1753
2003-06-16 16:29:35 +00:00
Alex Roitman
1b85923e09
* src/plugins/FtmStyleAncestors.py, src/plugins/FtmStyleDescendants.py:
...
Remove options_dialog function -- it is not nedded anymore.
svn: r1751
2003-06-16 13:50:10 +00:00
Don Allingham
f323b7cf80
pychecker fixes
...
svn: r1750
2003-06-16 04:57:25 +00:00
Alex Roitman
4da90c8a2c
Update
...
svn: r1745
2003-06-15 02:32:10 +00:00
Don Allingham
fa7d837011
* Ancestors.py (AncestorsReport.__init__): Define Photo and
...
Entry cell styles.
svn: r1736
2003-06-14 13:58:24 +00:00
Alex Roitman
13ce8ec289
Update
...
svn: r1735
2003-06-14 05:10:45 +00:00
Don Allingham
71adf538a3
* src/plugins/Ancestors.py: New Ancestors report added
...
svn: r1726
2003-06-14 01:16:30 +00:00
Don Allingham
5034e39800
Add Ancestors.py
...
svn: r1725
2003-06-14 01:16:09 +00:00
Alex Roitman
d71ba8ad36
* src/const.py.in: Add InverseNameTypesMap.
...
* src/plugins/IndivComplete.py: Use InverseNameTypesMap for
alternate names.
* src/EditPerson.py (on_name_select_row): Display translated
name type.
svn: r1722
2003-06-13 23:06:03 +00:00
Alex Roitman
9b23b01451
* src/docgen/HtmlDoc.py: Properly build style declaration.
...
* src/plugins/FtmStyleDescendants.py: Setup before opening.
svn: r1721
2003-06-13 16:17:45 +00:00
Don Allingham
9c43834a21
* src/DrawDoc.py: support for drawing wedges and rotated text
...
* src/docgen/PSDrawDoc.py: postscipt support for wedges and rotated text
* src/docgen/PdfDrawDoc.py: PDF support for wedges and rotated text
* src/docgen/SvgDrawDoc.py: SVG support for wedges and rotated text
* src/docgen/OpenDrawDoc.py: OpenOffice support for wedges and rotated text
* src/plugins/FanChart.py: Fan chart report
* src/GenericFilter.py: rewrote IsAncestorOf and IsDescendantOf rules
to be more efficient and to properly handle loop detection.
* src/RelLib.py: Added the getValidDeath and getValidBirth methods to
the Person class
* src/plugins/WebPage.py: Handle filter errors
* src/docgen/OpenOfficeDoc.py: pass non-unicode names to zipfile
svn: r1716
2003-06-13 04:00:24 +00:00
Don Allingham
059fbee03e
* src/GenericFilter.py: rewrote IsAncestorOf and IsDescendantOf rules
...
to be more efficient and to properly handle loop detection.
* src/RelLib.py: Added the getValidDeath and getValidBirth methods to
the Person class
svn: r1710
2003-06-12 02:04:42 +00:00
Alex Roitman
ff0b84fd61
* src/plugins/BookReport.py (Book.pop_item): Add missing return
...
statement.
* src/plugins/BookReport.py (BookReportSelector.open_book):
Add a warning if the database for the book is not the same as current.
svn: r1709
2003-06-11 22:33:01 +00:00
Alex Roitman
3fea9c7a0c
* src/Plugins.py: Add more values for book item registration.
...
* src/plugins/FtmStyleDescendants.py: Comply with book changes.
* src/plugins/FtmStyleAncestors.py: Likewise.
* src/plugins/BookReport.py: Rewrite most of the code using new classes:
BookItem, Book, BookList, BookParser, BookListDisplay. Add
open/save/edit functionality.
* src/plugins/book.glade: Add new dialog for BookListDisplay. Also add
a text entry field for saving book and new buttons: Open, Edit, Save.
svn: r1706
2003-06-11 04:39:53 +00:00
Alex Roitman
52e494be76
* src/plugins/BookReport.py, src/plugins/FtmStyleDescendants.py,
...
src/plugins/FtmStyleAncestors.py: Further work on option handling.
Start parse/save cycle.
svn: r1681
2003-06-10 04:49:39 +00:00
Alex Roitman
f342e1edea
* src/ReadXML.py, src/plugins/Check.py, src/plugins/WriteCD.py,
...
src/plugins/WritePkg.py: Proper use of dialog.run() in file
selector for missing media files.
svn: r1680
2003-06-10 00:00:05 +00:00
Alex Roitman
c7f705a048
Minor update
...
svn: r1679
2003-06-09 22:46:00 +00:00
Alex Roitman
c32afb7470
* src/Plugins.py: Register book items with options and style instead
...
of the functions get_options and get_style.
* src/plugins/BookReport.py, src/plugins/FtmStyleDescendants.py,
src/plugins/FtmStyleAncestors.py: Change from functions to values,
accordingly. Also switch to a proper use of dialog.run().
svn: r1678
2003-06-09 22:39:56 +00:00
Alex Roitman
17a7288371
* src/plugins/BookReport.py, src/plugins/FtmStyleDescendants.py:
...
Minor fixes.
* src/plugins/book.glade: Add Open and Save buttons.
* src/plugins/FtmStyleAncestors.py: Enable book item functionality.
svn: r1676
2003-06-09 00:07:31 +00:00
Alex Roitman
34f42ec646
* src/Report.py: De-uglify center_person frame.
...
* src/plugins/BookReport.py: Add a center person column to a book
* src/plugins/FtmStyleDescendants.py: Get the style right.
svn: r1674
2003-06-08 20:32:17 +00:00
Alex Roitman
00eb8ef198
* src/Report.py, src/plugins/BookReport.py,
...
src/plugins/FtmStyleDescendants.py: Fix changing center person -- only
remember change if OK was clicked.
svn: r1673
2003-06-08 06:19:54 +00:00
Alex Roitman
b19034763d
* src/Report.py: Clean up the split into BareReportDialog and
...
ReportDialog classes.
* src/Plugins.py: Enable book item registration.
* src/plugins/BookReport.py: lots of changes -- trying to get it work.
* src/plugins/FtmStyleDescendants.py: book item functionality.
svn: r1671
2003-06-07 23:38:13 +00:00
Alex Roitman
5e784971ce
* src/Report.py: Split ReportDialog into BareReportDialog and
...
its subclass of ReportDialog. BareReportDialog has nothing to do with
the paper, format, filename, etc.
* src/plugins/BookReport.py: Make ReportOptionsDialog a sublcass of
Report.BareReportDialog.
svn: r1656
2003-06-04 05:12:08 +00:00
Alex Roitman
2a8ec1df17
* src/plugins/summary.glade, src/plugins/desbrowse.glade:
...
Removed unnecessary buttonbox in the action area of a dialog -- this
gets rid of annoying GTK warnings.
svn: r1654
2003-06-03 22:30:49 +00:00
Alex Roitman
4d8789f4ab
* src/ReadXML.py (import_data), src/WriteXML.py (export_data),
...
src/RelImage.py (import_media_object), src/gramps_main.py
(open_example), src/plugins/Check.py (cleanup_missing_photos),
src/plugins/WebPage.py (write_gallery):
Change shutil.copy() calls to first call shutil.copyfile() and then try
setting up bits.
svn: r1652
2003-06-03 21:18:23 +00:00
Alex Roitman
aa57665c07
* src/plugins/FtmStyleAncestor.py (apply_filter):
...
Fixed generation condition.
* src/plugins/FtmStyleDescendants.py (write_report):
Do not print children if the current generation is the last.
* src/plugins/DetDescendantReport.py (filter):
Make it apply_filter, clean up and make shorter, modify numbering
algorithm so that no gaps occur in people's indices.
svn: r1649
2003-06-03 19:48:33 +00:00
Alex Roitman
10b974bae6
* src/plugins/FtmStyleAncestor.py (print_more_about,print_notes):
...
Change to regular name instead of formal name.
* src/plugins/FtmStyleDescendants.py (print_more_about):
Likewise.
* src/plugins/FtmStyleDescendants.py (print_children):
Table name includes only family id.
svn: r1645
2003-06-03 16:13:05 +00:00
Alex Roitman
62b65130b4
* src/DetAncestralReport.py (write_death): Proper checks for valid day
...
* src/DetDescendantReport.py (write_death): Likewise.
svn: r1641
2003-06-02 22:46:58 +00:00
Alex Roitman
45d3413028
* src/plugins/FtmStyleDescendants.py (print_children):
...
End children's table only if it was started.
svn: r1637
2003-06-02 19:55:53 +00:00
Alex Roitman
ccad62d567
Typo
...
svn: r1636
2003-06-02 18:50:11 +00:00
Alex Roitman
77e32f083b
* src/plugins/DetDescendantReport.py (write_mate): Swap mate and
...
person variables, clear code a bit.
(make_report, add+user_options): Allow same set of options as the
detailed ancestral report.
svn: r1634
2003-06-02 18:44:39 +00:00
Alex Roitman
49150fa1f4
* src/plugins/BookReport.py (ReportOptionsDialog.on_change_clicked):
...
Deal with Cancel button pressed.
svn: r1632
2003-06-02 15:34:08 +00:00
Alex Roitman
c5b0519a13
* src/plugins/DetAncestralReport.py (write_marriage):
...
Consider missing case of spouse and no-date-no-place for marriage.
svn: r1630
2003-06-02 15:24:15 +00:00
Alex Roitman
3c768c97c6
* src/plugins/DetAncestralReport.py (write_marriage):
...
svn: r1629
2003-06-02 15:23:27 +00:00
Alex Roitman
51597b5813
* src/plugins/BookReport.py: Added to CVS.
...
* src/plugins/book.glade: Likewise.
* src/ListModel.py: (insert, get_data): Added new methods.
* src/SelectPerson.py: Added to CVS.
* src/choose.glade: Likewise.
svn: r1627
2003-06-02 13:34:18 +00:00
Alex Roitman
5b9616df8a
* src/plugins/Check.py (build_report): Fixing typos.
...
* src/WriteXML.py (exportData): Likewise.
svn: r1626
2003-06-02 13:23:54 +00:00
Alex Roitman
ce12a00898
* src/plugins/DetDescendantReport.py
...
(DetDescendantReport.write_marriage):
Missing value for the format line parameter
* src/plugins/FtmStyleDescendants.py
(FtmDescendantReport.print_more_about): Print regular name in the
header of the "More About" dialog. Also add missing endnotes value.
(FtmDescendantReport.print_parents): Fix a typo in a format line value.
svn: r1623
2003-06-02 03:44:47 +00:00
Alex Roitman
24024d9b44
Added more generations
...
svn: r1604
2003-05-30 00:01:38 +00:00
Don Allingham
2706a344c0
Template update
...
svn: r1602
2003-05-28 15:57:38 +00:00
Don Allingham
39a88d2934
Fixed typos for translations
...
svn: r1601
2003-05-28 15:55:59 +00:00
Alex Roitman
2de702052c
Typo
...
svn: r1596
2003-05-27 18:06:45 +00:00
Alex Roitman
ba83e6c767
Removing redundant strings
...
svn: r1595
2003-05-27 17:18:01 +00:00
Alex Roitman
1d38ec320a
Translation cleanups
...
svn: r1591
2003-05-24 03:40:58 +00:00
Alex Roitman
6573ceac21
Minor updates
...
svn: r1589
2003-05-23 23:11:38 +00:00
Alex Roitman
38f40fbb4d
Minor updates
...
svn: r1588
2003-05-23 22:35:13 +00:00
Alex Roitman
4a0f87e2a5
Translation template update
...
svn: r1585
2003-05-23 16:20:59 +00:00
Don Allingham
3656502159
Updated translation template
...
svn: r1584
2003-05-23 04:16:01 +00:00
Don Allingham
ea3423f181
Catch loops in filters
...
svn: r1583
2003-05-23 04:08:03 +00:00
Alex Roitman
e727f0075b
Finishing command line options
...
svn: r1564
2003-05-21 18:06:41 +00:00
Donald A. Peterson
78ae19e48a
* Added new targets "trans" and "pycheck" to top-level Makefile
...
* Python verification (pychecker) removed from check-local target to become
part of the pycheck target heiarchy. Each subdir now has a
GRAMPS_PY_MODPATH variable that indicates a colon-separated path for
the PYTHONPATH environment to allow module importing to work.
svn: r1559
2003-05-21 00:30:02 +00:00
Don Allingham
5393053b44
Support for AbiWord 1.9 or greater (table support)
...
svn: r1556
2003-05-20 23:20:47 +00:00
Alex Roitman
c330ce332d
Minor cleanup
...
svn: r1554
2003-05-20 21:58:24 +00:00
Alex Roitman
05920de921
Wrong level (3 instead of 2) for NOTE and SOUR in address/place
...
svn: r1553
2003-05-20 21:58:07 +00:00
Alex Roitman
dff8864a3f
Command line imports: gedcom and iso
...
svn: r1552
2003-05-20 20:31:16 +00:00
Alex Roitman
63c224628a
Command-line import from gedcom: cleanup
...
svn: r1545
2003-05-19 20:00:49 +00:00
Alex Roitman
01a1cd061f
Command-line import from gedcom: cleanup
...
svn: r1544
2003-05-19 19:58:52 +00:00
Alex Roitman
92b6a832ce
Command line: check action
...
svn: r1541
2003-05-19 04:54:14 +00:00
Don Allingham
f17265cf9e
Change file extentions in reports when different filetype is chosen
...
svn: r1534
2003-05-16 01:49:50 +00:00
Don Allingham
8a15c6ee03
WriteCD merges
...
svn: r1531
2003-05-14 23:22:35 +00:00
Alex Roitman
3b819a09a9
More missing media handling
...
svn: r1529
2003-05-14 19:21:18 +00:00
Don Allingham
4d0492e6da
CD Writer
...
svn: r1528
2003-05-14 04:23:30 +00:00
Alex Roitman
05fe0e3d38
Fix missing files on check & repair
...
svn: r1527
2003-05-14 02:46:59 +00:00
Don Allingham
bca4da2b41
Handle stdout
...
svn: r1526
2003-05-14 02:45:11 +00:00
Alex Roitman
d5272fd396
Typos
...
svn: r1525
2003-05-14 01:00:46 +00:00
Don Allingham
c59e09e948
Debug tools
...
svn: r1518
2003-05-13 03:26:33 +00:00
Alex Roitman
ab2caa2422
Minor cleanups
...
svn: r1513
2003-05-10 20:55:40 +00:00
Alex Roitman
1696c41ca5
Almost done
...
svn: r1512
2003-05-10 06:18:34 +00:00
Alex Roitman
d4ecd9594e
Minor correction
...
svn: r1511
2003-05-10 06:18:06 +00:00
Alex Roitman
9af70c93a4
Initial mock-up, needs work
...
svn: r1505
2003-05-08 02:39:39 +00:00
Alex Roitman
060b15c621
Minor corrections
...
svn: r1504
2003-05-08 02:38:25 +00:00
Alex Roitman
5232d9066d
Reincarnation of Imports
...
svn: r1500
2003-05-06 15:16:04 +00:00
Alex Roitman
2ed5ca6390
More Import cleanups
...
svn: r1498
2003-05-06 04:48:51 +00:00
Don Allingham
d70cf37db7
preserve full path for photos after import
...
svn: r1497
2003-05-06 02:55:54 +00:00
Alex Roitman
d094bd557c
Import from database
...
svn: r1494
2003-05-06 01:51:47 +00:00
Alex Roitman
f7b4ee6289
Import from GRAMPS package
...
svn: r1492
2003-05-05 17:35:30 +00:00
Don Allingham
27f087be59
Gramps IMPORTING
...
svn: r1490
2003-05-05 01:36:21 +00:00
Don Allingham
76d9200023
Family Tree Maker style ancestor report
...
svn: r1487
2003-05-02 02:49:34 +00:00
Don Allingham
07f2a15999
Fixed title in count_anc.py, added superscript for TextDoc
...
svn: r1485
2003-05-01 23:35:27 +00:00
Alex Roitman
8a514751d0
Now I got it right!
...
svn: r1483
2003-04-30 13:23:25 +00:00
Alex Roitman
7e3546eb89
Corrections
...
svn: r1482
2003-04-30 04:21:04 +00:00
Don Allingham
1fa91ea6bc
Relcal changes for plugins
...
svn: r1479
2003-04-30 00:24:32 +00:00
Alex Roitman
dad55b30c1
Format line typo
...
svn: r1471
2003-04-21 19:47:45 +00:00
Alex Roitman
05f855b8a7
Male-female bug, 725016
...
svn: r1470
2003-04-21 15:42:41 +00:00
Don Allingham
50c4ca4107
Reports handle file extensions and check for existing file.
...
svn: r1462
2003-04-18 04:15:42 +00:00
Alex Roitman
534352723d
Typo
...
svn: r1455
2003-04-16 17:06:50 +00:00
Alex Roitman
f9cb6a246a
Enable gender-aware translations for Verify.py
...
svn: r1454
2003-04-16 15:46:37 +00:00
Don Allingham
38190d3e37
Translation clean up
...
svn: r1453
2003-04-16 15:24:51 +00:00
Don Allingham
31c4ebcb7b
Allow the user to select the entries to be modified.
...
svn: r1452
2003-04-16 06:25:38 +00:00
Don Allingham
43ebabd40c
Get rid of "activatible widget" warning
...
svn: r1451
2003-04-16 04:15:20 +00:00
Alex Roitman
94e98c3c55
More Verify.py corrections
...
svn: r1450
2003-04-14 20:34:52 +00:00
Unknown
9432c4081e
Typo and German translation
...
svn: r1449
2003-04-14 19:49:06 +00:00
Alex Roitman
e4be93b45c
Correcting Verify.py messages
...
svn: r1447
2003-04-14 03:48:24 +00:00
Alex Roitman
85b5d46595
Minor correction
...
svn: r1446
2003-04-14 03:07:06 +00:00
Alex Roitman
b68ee639e1
Enable translations
...
svn: r1445
2003-04-14 02:52:12 +00:00
Unknown
dea97a6224
German translation and typo fix
...
svn: r1443
2003-04-11 20:49:05 +00:00
Don Allingham
7a588f8e90
Button fixes for Verify
...
svn: r1441
2003-04-11 02:14:51 +00:00
Unknown
ef06ad30d8
German translation and several typo fixes
...
svn: r1431
2003-04-09 19:49:11 +00:00
Don Allingham
9c6b0da365
Fixed example database
...
svn: r1415
2003-03-31 03:51:01 +00:00
Don Allingham
223be201c5
Example database menu item
...
svn: r1413
2003-03-31 01:33:40 +00:00
Don Allingham
2ac08085ec
Filter editor fixes
...
svn: r1396
2003-03-25 05:26:05 +00:00
Don Allingham
e14fbb0391
Fixed templates for HTML reports
...
svn: r1385
2003-03-23 04:16:29 +00:00
Don Allingham
f1518ec2a4
Accessibility for dialogs
...
svn: r1384
2003-03-23 03:50:59 +00:00
Don Allingham
27b3739878
Merge fixes, option to display relationship to the home person in the
...
status bar.
svn: r1380
2003-03-22 20:26:44 +00:00
Don Allingham
dd1d9acbde
Fixed sorting
...
svn: r1373
2003-03-21 04:25:55 +00:00
Don Allingham
b82e7e0f0f
HIG improvements
...
svn: r1358
2003-03-19 04:27:34 +00:00
Don Allingham
dd51575a09
removed readgecom.glade
...
svn: r1356
2003-03-18 00:42:29 +00:00
Don Allingham
3b881590b1
HIG changes
...
svn: r1355
2003-03-17 05:21:40 +00:00
Don Allingham
56a12cac3f
Patch names improvements
...
svn: r1345
2003-03-12 23:17:54 +00:00
Don Allingham
4738899a5c
Faster loading of pages, Improvements to filters
...
svn: r1340
2003-03-12 03:02:08 +00:00
Don Allingham
6883b0590d
Bug fixes from pychecker
...
svn: r1333
2003-03-08 05:59:20 +00:00
Don Allingham
cea94cbae5
Paragraph editor enhancements - styles have descriptions
...
svn: r1332
2003-03-08 05:03:18 +00:00
Don Allingham
ebb9af71ca
Removed FullFamily
...
svn: r1329
2003-03-07 13:13:28 +00:00
Don Allingham
aa0f689c26
Title handling
...
svn: r1328
2003-03-07 02:21:18 +00:00
Don Allingham
9d178f4365
Updated dialogs
...
svn: r1314
2003-02-24 04:51:57 +00:00
Don Allingham
66c5580493
Plugin clean up
...
svn: r1310
2003-02-15 23:03:48 +00:00
Don Allingham
7e22c866a6
updated strings, called gnome.init
...
svn: r1301
2003-02-13 05:15:39 +00:00
Don Allingham
ea4552c724
Fixed broken parsing of glade files
...
svn: r1298
2003-02-12 04:25:27 +00:00
Don Allingham
ccdf09c499
Catch the change in API for gtk.TextBuffer
...
svn: r1295
2003-02-10 04:11:01 +00:00
Don Allingham
8eadc54ac2
Timeline report
...
svn: r1291
2003-02-08 23:45:21 +00:00
Don Allingham
d2ef898a2d
Report updates
...
svn: r1288
2003-02-08 17:28:41 +00:00
Don Allingham
7c398503c5
Image fixes
...
svn: r1286
2003-02-05 13:53:00 +00:00
Don Allingham
558cbe7a2c
Fixed check display dialog box
...
svn: r1283
2003-02-03 17:44:12 +00:00
Don Allingham
9c025ea71b
Drawdoc cleanup
...
svn: r1277
2003-01-31 04:28:39 +00:00
Don Allingham
f830960278
Report error exceptions
...
svn: r1275
2003-01-29 04:43:12 +00:00
Don Allingham
8bf2913518
keyword substituion in HTML documents
...
svn: r1274
2003-01-29 03:06:51 +00:00
Don Allingham
579ef1a359
UTF-8 to Latin-1 translation from Alexandre Duret-Lutz
...
svn: r1273
2003-01-27 04:53:38 +00:00
Don Allingham
7a019f1941
Ansel coding fixes
...
svn: r1272
2003-01-26 05:11:35 +00:00
Don Allingham
254ac30ed2
Capitalize last names
...
svn: r1271
2003-01-24 03:47:05 +00:00
Don Allingham
abdc761de7
Changed write_text to write_raw when generating a table <from graybeard@optusnet.com.au>
...
svn: r1260
2003-01-19 15:15:07 +00:00
Don Allingham
2c28d44a68
Fixed several webpage and report generation problems
...
svn: r1259
2003-01-19 06:46:45 +00:00
Don Allingham
4d9f14f484
ansel/utf8 encodings
...
svn: r1258
2003-01-19 06:25:20 +00:00
Don Allingham
9b28f6263f
Import fixes/pychecker fixes
...
svn: r1256
2003-01-15 05:25:50 +00:00
Don Allingham
098e06a71e
Graphviz index problem, scroll window on person list
...
svn: r1253
2003-01-11 23:43:24 +00:00
Don Allingham
b30254c695
Pychecker fixes, gnome.url.show to gnome.url_show
...
svn: r1252
2003-01-10 13:52:32 +00:00
Don Allingham
7b7d1364cd
Pychecker fixes
...
svn: r1251
2003-01-10 05:39:40 +00:00
Don Allingham
141fec93ab
pychecker fixes, GEDCOM import/export improvements, calendar improvements
...
svn: r1250
2003-01-10 05:21:32 +00:00
Don Allingham
1de1bb9790
Unselect selected person on goto_active_person, apply Alexandre Duret-Lutz's
...
GEDCOM patches
svn: r1243
2003-01-08 04:58:00 +00:00
Don Allingham
a1484e8e48
Convert OpenDrawDoc to use zipfile
...
svn: r1240
2003-01-06 05:35:30 +00:00
Don Allingham
cdc6b08430
GEDCOM improvements for GENEWEB from Alexandre Duret-Lutz
...
svn: r1238
2003-01-03 03:19:50 +00:00
Don Allingham
a916d24916
Calendar enhancements
...
svn: r1235
2003-01-02 04:31:52 +00:00
Don Allingham
f2fa2ce15e
Date handling improvements (calendar conversions)
...
svn: r1233
2002-12-30 00:42:47 +00:00
Don Allingham
537578f0d2
Dynamically find pages
...
svn: r1232
2002-12-29 05:44:35 +00:00
Don Allingham
a0d76ae53c
Support for natural find
...
svn: r1230
2002-12-24 22:36:46 +00:00
Don Allingham
7fd574b4c0
Gedcom export, complete_rebuild fix, merge support
...
svn: r1223
2002-12-14 05:07:09 +00:00
Don Allingham
b1598c900f
Surname prefix support
...
svn: r1217
2002-12-04 04:58:07 +00:00
Don Allingham
c2a50dffd3
scope fixes
...
svn: r1212
2002-11-28 05:52:02 +00:00
Don Allingham
b6926fa77b
UTF-8 support for translations, clean up gettext, improved gallery handling
...
svn: r1204
2002-11-25 04:30:36 +00:00
Don Allingham
af2fb7180c
removal of u2l, papersizes read from XML file
...
svn: r1194
2002-11-19 04:15:02 +00:00
Don Allingham
c46962df92
Updates to relationship calculator, disabling menus, saving sidebar/filters
...
svn: r1190
2002-11-16 23:22:33 +00:00
Don Allingham
854bc784fe
EditPerson fixes, list model enhancements
...
svn: r1189
2002-11-15 03:49:39 +00:00
Don Allingham
efee07a0e2
ListModel improvements, GenericFilter moved to GNOME 2
...
svn: r1188
2002-11-14 05:31:42 +00:00
Don Allingham
868f09af4f
Added ability to use natilus theme icons. Set default path for writing GEDCOM files.
...
svn: r1185
2002-11-12 04:12:18 +00:00
Don Allingham
47f08c4eb2
GEDCOM/ANSEL handing, improved list access
...
svn: r1173
2002-11-09 18:44:58 +00:00
Don Allingham
2066c9e09c
Updated configure scripts
...
svn: r1171
2002-11-08 05:25:53 +00:00
Don Allingham
291a4c7dcb
Gallery drag/drop functionality
...
svn: r1169
2002-11-08 03:42:25 +00:00
Don Allingham
dfa1a99ba4
Media gallery improvements
...
svn: r1165
2002-11-05 04:15:04 +00:00
Don Allingham
9e89a5b4ad
Removed Sorter.py
...
svn: r1162
2002-11-04 04:05:47 +00:00
Don Allingham
d3301bf9d6
GEDCOM importing working, Plugin dialog working
...
svn: r1161
2002-11-03 06:35:06 +00:00
Don Allingham
e5997d0923
Fixed configure script to use pkg-config
...
svn: r1156
2002-10-29 03:55:19 +00:00
Don Allingham
a62c2a0822
GTK translation updates
...
svn: r1155
2002-10-28 13:36:39 +00:00
Don Allingham
0ca0ae439e
Initial revision
...
svn: r1140
2002-10-20 14:25:16 +00:00