Don Allingham
477462b908
remove string module
...
svn: r1778
2003-06-25 03:40:13 +00:00
Don Allingham
d1f1f49c5c
update
...
svn: r1777
2003-06-25 03:39:32 +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
0d2b7ca7bf
update
...
svn: r1775
2003-06-25 03:36:48 +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
362e7aa539
update
...
svn: r1773
2003-06-25 03:27:24 +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
Don Allingham
a6c96b70ef
update
...
svn: r1771
2003-06-24 20:43:02 +00:00
Don Allingham
b9c435a96a
* src/SubstKeywords.py: Fixed typo on getName
...
svn: r1770
2003-06-24 20:40:31 +00:00
Tim Waugh
c876640eaa
2003-06-24 Tim Waugh <twaugh@redhat.com>
...
* src/GrampsParser.py: Use access methods rather than poking directly.
* src/RelLib.py: Keep statistics on gender distribution among first
names so that it can be used for guessing.
* src/edit_person.glade: More event handlers.
* src/EditPerson.py: Guess gender when appropriate.
svn: r1769
2003-06-24 14:16:47 +00:00
Tim Waugh
261fcfaece
2003-06-23 Tim Waugh <twaugh@redhat.com>
...
* src/NoteEdit.py: Use automatic scrolling policy, to fix scrolling.
svn: r1768
2003-06-23 12:45:15 +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
Tim Waugh
8f17de4c30
2003-06-19 Tim Waugh <twaugh@redhat.com>
...
* Makefile.am, doc/Makefile.am, doc/omf.make, doc/xmldocs.make:
Fixes so that 'make distcheck' succeeds.
svn: r1764
2003-06-19 10:52:16 +00:00
Tim Waugh
2a911415b6
2003-06-19 Tim Waugh <twaugh@redhat.com>
...
* src/WriteXML.py (write_xml_data): Use a stable order for writing
elements in XML. This makes it useful to do revision control (RFE
748165).
svn: r1763
2003-06-19 09:49:43 +00:00
Don Allingham
4f445882b5
update
...
svn: r1762
2003-06-19 03:56:26 +00:00
Don Allingham
8e8a0c8449
* src/FamilyView.py: keep focus on correct family after a new
...
child is added
* src/plugins/WriteGedcom.py: catch filter exceptions
* src/GenericFilter.py: eliminate loop detection
svn: r1761
2003-06-19 03:54:45 +00:00
Don Allingham
df6c1648ad
* src/FamilyView.py: keep focus on correct family after a new
...
child is added
* src/plugins/WriteGedcom.py: catch filter exceptions
* src/GenericFilter.py: eliminate loop detection
svn: r1760
2003-06-18 23:57:03 +00:00
Tim Waugh
920a605393
2003-06-18 Tim Waugh <twaugh@redhat.com>
...
* src/FamilyView.py (add_child_clicked): No reason to assume children
are female.
svn: r1759
2003-06-18 16:30:49 +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
Don Allingham
1c808d4e5e
update
...
svn: r1757
2003-06-17 04:17:49 +00:00
Don Allingham
34c2b0332b
* src/gramps.glade: Add a dialog to allow a child's relationships
...
to his/her parents to be altered.
* src/FamilyView.py: Add popup menu for childlist to allow the
enabling of the new child relationship editor dialog
* src/SelectChild.py: Child relationship editor
* src/RelLib.py: Allow for altering of relationships of the
AltFamilyList
svn: r1756
2003-06-17 04:15:58 +00:00
Don Allingham
04ad05dd00
* src/gramps.glade: Add a dialog to allow a child's relationships
...
to his/her parents to be altered.
svn: r1755
2003-06-17 04:10:04 +00:00
Alex Roitman
cf3947e551
* src/PedView.py (DispBox.__init__): Conditional display of "b."
...
and "d." strings depending on the availability of the appropriate date.
* NEWS: Start new section for 0.9.3 release.
svn: r1754
2003-06-16 17:22:09 +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
Tim Waugh
90337c2baa
2003-06-16 Tim Waugh <twaugh@redhat.com>
...
* src/FamilyView.py (north_american): Fixed traceback when adding
a new child in the family view.
svn: r1752
2003-06-16 16:24:17 +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
cd50e23a1e
* src/AutoComp.py (AutoCombo.timer_callback): Fix autocompletion
...
so that the typed portion of the text is always visible.
svn: r1749
2003-06-15 05:31:36 +00:00
Don Allingham
4a9ebc74cc
update
...
svn: r1748
2003-06-15 04:15:59 +00:00
Don Allingham
6902d13225
No longer needed
...
svn: r1747
2003-06-15 04:15:45 +00:00
Don Allingham
ae7ee195c6
* src/gramps.glade: added select/edit buttions to family view
...
* src/SelectChild.py: change title from Add Children to Add Child
to Family
* src/FamilyView: add support for adding spouse/child with full
Edit Person window, along with old method of adding via selectors
svn: r1746
2003-06-15 04:13:16 +00:00
Alex Roitman
4da90c8a2c
Update
...
svn: r1745
2003-06-15 02:32:10 +00:00
Alex Roitman
11d636f464
* src/Utils.py: Provide a locale-aware string formatting conversion
...
into C-locale string (for saving floats in XML)
* src/StyleEditor.py (draw): Call locale.str instead of str.
* src/TextDoc.py (StyleSheetList.save): Call gformat instead of '%f'.
svn: r1744
2003-06-15 00:05:43 +00:00
Alex Roitman
71b5ed316e
* src/plugins/IndivComplete.py (write_fact): Enable translation
...
for the event name;
* (get_stylesheet_savefile): Change the name of xml file (and,
consequently, the target filename) -- was confused with family group.
* src/StyleEditor.py (save_paragraph): Call gfloat instead of float.
* src/TextDoc.py (SheetParser.startElement): Likewise.
svn: r1743
2003-06-14 18:11:30 +00:00
Don Allingham
a554ab8d80
Fixed typo
...
svn: r1742
2003-06-14 17:14:46 +00:00
Don Allingham
f9b3e5df35
update
...
svn: r1741
2003-06-14 17:11:46 +00:00
Don Allingham
da433a0c5f
* src/Utils.py: provide a locale independant floating point conversion
...
utility
* src/TextDoc.py: call new gfloat utility instead of float
* src/PaperMenu.py: call new gfloat utility instead of float
svn: r1740
2003-06-14 17:11:11 +00:00
Don Allingham
649a156da5
update
...
svn: r1739
2003-06-14 14:47:53 +00:00
Don Allingham
50312ea35e
* src/preferences.glade: Don't immediately show preferences dialog
...
* src/GrampsCfg.py: Handle new callback for preferences dialog
* src/gramps_main.py: Pass update_display instead of full_update to
loadConfig to prevent the displaying of multiple entries on the display.
svn: r1738
2003-06-14 14:47:41 +00:00
Don Allingham
f41dc5329c
update
...
svn: r1737
2003-06-14 13:59:34 +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
Alex Roitman
96dc27a4c0
* src/EditPerson.py (did_data_change): When checking name type,
...
compare translated strings (otherwise they always differ).
svn: r1734
2003-06-14 04:57:20 +00:00
Don Allingham
00e357ea3f
removed extra '}'
...
svn: r1733
2003-06-14 04:01:09 +00:00
Don Allingham
e2f346d5ac
update
...
svn: r1732
2003-06-14 03:49:35 +00:00
Don Allingham
f278d96e54
* src/docgen/RTFDoc.py: add support for superscripts
...
svn: r1731
2003-06-14 03:49:09 +00:00
Don Allingham
01021d7012
update
...
svn: r1730
2003-06-14 02:58:09 +00:00
Don Allingham
d279bb6956
* src/docgen/KwordDoc.py: add support for superscripts
...
svn: r1729
2003-06-14 02:57:49 +00:00