Don Allingham
b1f20179bb
update
...
svn: r2502
2003-12-11 05:02:16 +00:00
Don Allingham
f05bf85f76
update
...
svn: r2502
2003-12-11 05:02:16 +00:00
Alex Roitman
5f711672ed
Update
...
svn: r2501
2003-12-11 04:52:19 +00:00
Alex Roitman
907b685956
Update
...
svn: r2501
2003-12-11 04:52:19 +00:00
Alex Roitman
527e161b42
* 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
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
f33d59dd4b
* 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
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
Don Allingham
ccaa1ea407
update
...
svn: r2498
2003-12-10 15:31:05 +00:00
Don Allingham
f7c3abd63c
update
...
svn: r2498
2003-12-10 15:31:05 +00:00
Don Allingham
fc1999086a
* src/GrampsCfg.py: Make sure to return "BOTH" if the gnome
...
toolbar gconf entry is not set. Appears that this can happen
on systems that don't have gnome fully installed.
svn: r2497
2003-12-10 15:30:55 +00:00
Don Allingham
dbbbab3bea
* src/GrampsCfg.py: Make sure to return "BOTH" if the gnome
...
toolbar gconf entry is not set. Appears that this can happen
on systems that don't have gnome fully installed.
svn: r2497
2003-12-10 15:30:55 +00:00
Alex Roitman
6561e87845
* src/edit_person.glade: Add notes format radiobuttons.
...
* src/EditPerson.py: Support format for the person's notes.
* src/RelLib.py: More support for the notes' format.
svn: r2496
2003-12-10 14:21:48 +00:00
Alex Roitman
4c42ecc199
* src/edit_person.glade: Add notes format radiobuttons.
...
* src/EditPerson.py: Support format for the person's notes.
* src/RelLib.py: More support for the notes' format.
svn: r2496
2003-12-10 14:21:48 +00:00
Tim Waugh
d3d1b4ea2b
2003-12-10 Tim Waugh <twaugh@redhat.com>
...
* doc/omf.make: Fixed DESTDIR support.
svn: r2495
2003-12-10 10:01:44 +00:00
Tim Waugh
03864283a6
2003-12-10 Tim Waugh <twaugh@redhat.com>
...
* doc/omf.make: Fixed DESTDIR support.
svn: r2495
2003-12-10 10:01:44 +00:00
Don Allingham
e6b4e2b6ae
update
...
svn: r2494
2003-12-10 04:22:17 +00:00
Don Allingham
b6fec0ba3d
update
...
svn: r2494
2003-12-10 04:22:17 +00:00
Don Allingham
6e76f8bd4b
* src/FamilyView.py (FamilyView.new_child_after_edit):
...
call display_marriage instead of load_family. Prevents the
active person from being changed.
svn: r2493
2003-12-10 04:20:23 +00:00
Don Allingham
69b4f327a9
* src/FamilyView.py (FamilyView.new_child_after_edit):
...
call display_marriage instead of load_family. Prevents the
active person from being changed.
svn: r2493
2003-12-10 04:20:23 +00:00
Alex Roitman
4e66fd7b70
* src/const.py.in: Add notes_formats list.
...
* src/RelLib.py: Support format for the notes.
* src/WriteXML.py: Support format for the notes.
* src/GrampsParser.py: Support format for the notes.
svn: r2492
2003-12-10 03:49:53 +00:00
Alex Roitman
0e61e5519a
* src/const.py.in: Add notes_formats list.
...
* src/RelLib.py: Support format for the notes.
* src/WriteXML.py: Support format for the notes.
* src/GrampsParser.py: Support format for the notes.
svn: r2492
2003-12-10 03:49:53 +00:00
Don Allingham
2d71af3791
update
...
svn: r2491
2003-12-10 03:32:47 +00:00
Don Allingham
6a69ca5e4b
update
...
svn: r2491
2003-12-10 03:32:47 +00:00
Don Allingham
e636c8c0b0
* src/Plugins.py (PluginDialog.__init__): catch the attribute
...
error that is thown if gtk does not support gtk_tooltips_data.get
svn: r2490
2003-12-10 03:31:38 +00:00
Don Allingham
5f42283596
* src/Plugins.py (PluginDialog.__init__): catch the attribute
...
error that is thown if gtk does not support gtk_tooltips_data.get
svn: r2490
2003-12-10 03:31:38 +00:00
Alex Roitman
3e9026bba7
* 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
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
11f4d9c2f4
Type
...
svn: r2488
2003-12-10 01:13:31 +00:00
Alex Roitman
f6ac6158f3
Type
...
svn: r2488
2003-12-10 01:13:31 +00:00
Alex Roitman
c07f6f2fc0
Update
...
svn: r2487
2003-12-10 01:04:51 +00:00
Alex Roitman
da00d9c6aa
Update
...
svn: r2487
2003-12-10 01:04:51 +00:00
Alex Roitman
8b27d6c756
* doc/gramps-manual/ru/getstart.xml: Translation update.
...
svn: r2486
2003-12-10 01:00:59 +00:00
Alex Roitman
77e6715041
* doc/gramps-manual/ru/getstart.xml: Translation update.
...
svn: r2486
2003-12-10 01:00:59 +00:00
Sebastian Voeck
f7a3a54dfb
German screenshot
...
svn: r2485
2003-12-09 22:25:13 +00:00
Sebastian Voeck
d0cced5bfb
German screenshot
...
svn: r2485
2003-12-09 22:25:13 +00:00
Sebastian Voeck
ef15825896
Translation update
...
svn: r2484
2003-12-09 20:29:10 +00:00
Sebastian Voeck
a726d685ca
Translation update
...
svn: r2484
2003-12-09 20:29:10 +00:00
Sebastian Voeck
d99cf53a48
Added German translation
...
svn: r2483
2003-12-09 19:43:51 +00:00
Sebastian Voeck
379f14762a
Added German translation
...
svn: r2483
2003-12-09 19:43:51 +00:00
Sebastian Voeck
d71d791dcc
Updated translation
...
svn: r2482
2003-12-09 16:05:07 +00:00
Sebastian Voeck
6359dca680
Updated translation
...
svn: r2482
2003-12-09 16:05:07 +00:00
Sebastian Voeck
5cc67c218a
Translation update
...
svn: r2481
2003-12-09 13:20:58 +00:00
Sebastian Voeck
df0e30ab4b
Translation update
...
svn: r2481
2003-12-09 13:20:58 +00:00
Don Allingham
9ca94ff9db
update
...
svn: r2480
2003-12-09 06:02:36 +00:00
Don Allingham
857a7cb777
update
...
svn: r2480
2003-12-09 06:02:36 +00:00
Don Allingham
2cd742578a
* src/edit_person.glade: Add postal code fields
...
* src/dialog.glade: Add postal code and phone fields
* src/places.glade: Add postal code
* src/WriteXML.py: Add support for new place and postal code fields
* src/GrampsParser.py: Add support for new place and postal code fields
svn: r2479
2003-12-09 06:00:51 +00:00
Don Allingham
1ef8e7a9e1
* src/edit_person.glade: Add postal code fields
...
* src/dialog.glade: Add postal code and phone fields
* src/places.glade: Add postal code
* src/WriteXML.py: Add support for new place and postal code fields
* src/GrampsParser.py: Add support for new place and postal code fields
svn: r2479
2003-12-09 06:00:51 +00:00
Don Allingham
c923bd5bff
update
...
svn: r2478
2003-12-09 05:55:04 +00:00
Don Allingham
f465ee3109
update
...
svn: r2478
2003-12-09 05:55:04 +00:00