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