Don Allingham
f58731f4ea
* various: Add undo functionality
...
svn: r3065
2004-03-30 04:50:24 +00:00
Alex Roitman
2c6cb2d1da
* src/plugins/rel_it.py: Convert to class.
...
svn: r3063
2004-03-28 07:32:26 +00:00
Alex Roitman
1d2fca439f
* src/plugins/FtmStyleDescendants.py (_make_default_style,
...
print_children): Add new style for numbering children.
svn: r3062
2004-03-26 23:28:55 +00:00
Don Allingham
08f4675fd3
* src/gramps_main.py: remove unused functions, fix history
...
* src/FamilyView.py: improve reordering of children
svn: r3059
2004-03-25 15:05:56 +00:00
Don Allingham
13837efea8
* src/gramps_main.py: remove unused functions, fix history
...
* src/FamilyView.py: improve reordering of children
svn: r3058
2004-03-25 04:04:35 +00:00
Frode Jemtland
551215fb01
fixed type in header of po file
...
svn: r3056
2004-03-23 09:57:45 +00:00
Frode Jemtland
2f7e413e6d
Updated translation
...
svn: r3055
2004-03-23 09:56:07 +00:00
Don Allingham
5ade7bac06
* src/SelectChild.py: use PersonModel
...
* src/plugins/FilterEditor.py: use new SelectPerson
svn: r3052
2004-03-23 05:01:19 +00:00
Don Allingham
f327a799e1
update
...
svn: r3051
2004-03-23 04:58:29 +00:00
Alex Roitman
6543465004
* src/docgen/PdfDoc.py (add_photo): Encode filename.
...
svn: r3049
2004-03-23 00:59:23 +00:00
Alex Roitman
748ae7fcc1
* src/EditPerson.py (draw_lds): Don't include main family twice.
...
svn: r3047
2004-03-22 23:59:37 +00:00
Alex Roitman
f824892648
* src/PedView.py (on_show_child_menu): Switch to id.
...
svn: r3045
2004-03-22 21:04:47 +00:00
Alex Roitman
ffce4f06d5
* src/docgen/LPRDoc.py: Fix colliding name.
...
svn: r3044
2004-03-22 16:29:38 +00:00
Don Allingham
bf49b58457
New file
...
svn: r3041
2004-03-22 04:42:43 +00:00
Don Allingham
aceaffcc97
Convert to new GenericTreeView models
...
svn: r3040
2004-03-22 04:41:35 +00:00
Alex Roitman
2c03888381
Update
...
svn: r3026
2004-03-17 03:05:48 +00:00
Alex Roitman
72ed0993e1
* src/docgen/Makefile.am, src/docgen/Makefile.in: Ship LPRDoc.py.
...
* src/plugins/GraphViz.py (dump_index): Remove utf8 to latin
conversion. Switch to FreeSans.
* src/docgen/PdfDoc.py (draw_text, rotate_text): Fix encoding.
* src/plugins/WebPage.py: Add option for using only birth date.
* src/Date.py: Switch over to lowercase function names.
svn: r3025
2004-03-17 03:04:10 +00:00
Alex Roitman
d30ee3086f
* src/docgen/Makefile.am, src/docgen/Makefile.in: Ship LPRDoc.py.
...
* src/plugins/GraphViz.py (dump_index): Remove utf8 to latin
conversion. Switch to FreeSans.
* src/docgen/PdfDoc.py (draw_text, rotate_text): Fix encoding.
svn: r3024
2004-03-17 01:50:50 +00:00
Alex Roitman
e96e59c3b2
* src/docgen/LPRDoc.py: Typo.
...
* src/po/da_DK.po: Remove in favor of da.po file.
* src/po/da.po: Add (replaces da_DK.po).
* configure.in, configure: Switch from da_DK to da in languages.
svn: r3023
2004-03-17 01:44:10 +00:00
Frode Jemtland
4836ae66f9
Fixed typo
...
svn: r3021
2004-03-16 15:43:40 +00:00
Frode Jemtland
98d73a1d2e
Fixed typo
...
svn: r3019
2004-03-16 06:21:08 +00:00
Alex Roitman
9ddadbd5b0
Change function name
...
svn: r3016
2004-03-16 02:22:37 +00:00
Alex Roitman
c5de08e957
* src/docgen/LPRDoc.py (do_print): Typos.
...
svn: r3012
2004-03-15 23:00:36 +00:00
Alex Roitman
faa757d704
Update
...
svn: r3008
2004-03-12 22:50:10 +00:00
Alex Roitman
ec13e85623
* src/docgen/LPRDoc.py: Add number of copies and page range
...
selection options to a dialog. Remove all these "__" from var names.
svn: r3007
2004-03-12 19:47:06 +00:00
Alex Roitman
04bb7a785e
* src/plugins/WriteFtree.py: Typo.
...
* src/plugins/WriteGedcom.py: Typo.
svn: r3005
2004-03-11 23:14:55 +00:00
Alex Roitman
bedb9c6417
* src/plugins/WriteFtree.py: Call probably_alive with db.
...
* src/plugins/WriteGedcom.py: Call probably_alive with db.
svn: r3004
2004-03-11 04:28:17 +00:00
Alex Roitman
ef1928e972
* src/plugins/WebPage.py: Convert to ids. Call probably_alive
...
with db as an argument. Move by_date inside the class (needs db).
* src/RelLib.py: Correct probably_alive to ids.
svn: r3003
2004-03-11 04:24:03 +00:00
Alex Roitman
d2a9753e1c
* src/GenericFilter.py: Convert to ids.
...
* src/plugins/FilterEditor.py: Convert to ids.
* src/plugins/WebPage.py: Convert to ids.
svn: r3002
2004-03-11 03:31:35 +00:00
Alex Roitman
64ce8b09ea
* src/plugins/WebPage.py: Clean up mini tree. Add connecting lines.
...
Switch from list of 2^gen strings to a dict with only used entries.
Clean up generation SpinButton in the dialog.
* src/plugins/WebPage.py: Link main photo to the original.
Use alt strings. Mini tree for many generations.
svn: r3000
2004-03-10 23:40:13 +00:00
Don Allingham
7941db4449
update
...
svn: r2999
2004-03-10 05:16:28 +00:00
Don Allingham
dc7a5a6473
* src/PeopleModel.py: Column reordering/selection
...
* src/PeopleView.py: Column reordering/selection
* src/RelLib.py: Column reordering/selection
* src/gramps_main.py: Column reordering/selection
* src/gramps.glade: Column editor
* src/ColumnOrder.py: Column editor
svn: r2998
2004-03-10 05:15:06 +00:00
Alex Roitman
4a53c021e2
* src/docgen/HtmlDoc.py (add_photo): Enforce given image size.
...
Add optional alt argument.
svn: r2997
2004-03-10 04:56:20 +00:00
Alex Roitman
1833c28063
* src/MediaView.py (on_select_row): Mark translatable string;
...
(popup_convert_to_private): Call self.load before returning.
* src/ImageSelect.py (LocalMediaProperties.__init__,
GlobalMediaProperties.update_info): Mark translatable string.
svn: r2995
2004-03-10 02:29:29 +00:00
Alex Roitman
17077b01b3
Update
...
svn: r2993
2004-03-10 02:26:38 +00:00
Alex Roitman
93aa5a5d76
* src/plugins/AncestorChart.py: Add prefix (AC-) to styles.
...
* src/plugins/AncestorChart2.py: Add prefix (AC2-) to styles.
svn: r2992
2004-03-10 02:24:11 +00:00
Alex Roitman
1db260b72e
* src/plugins/Ancestors.py: Use 1 instead of gtk.True.
...
svn: r2991
2004-03-10 02:14:00 +00:00
Alex Roitman
9d0aeb8fe1
* src/docgen/LPRDoc.py: Set and maintain self.brand_new_page.
...
Use constant factor for line spacing for given font size.
svn: r2989
2004-03-10 02:10:34 +00:00
Don Allingham
1e5e462fc2
update
...
svn: r2985
2004-03-09 05:12:26 +00:00
Don Allingham
c4a640394d
* src/EditPerson.py: TreeView enhancements
...
* src/PeopleModel.py: TreeView enhancements
* src/PeopleView.py: TreeView enhancements
* src/gramps_main.py: TreeView enhancements
svn: r2984
2004-03-09 05:12:14 +00:00
Alex Roitman
07cbc8ec0a
* src/docgen/LPRDoc.py: Font autodetection: trying freefont,
...
MS fonts, and then stock Gnome fonts.
svn: r2981
2004-03-08 22:32:13 +00:00
Alex Roitman
6daa84d6d0
* src/docgen/LPRDoc.py: Support for graphic reports.
...
svn: r2980
2004-03-08 02:22:41 +00:00
Don Allingham
693c21e655
update
...
svn: r2979
2004-03-07 22:00:43 +00:00
Don Allingham
d6c5b2746f
* src/PeopleModel.py: New GenericTreeView based model
...
* src/RelLib.py: metadata/people model support
* src/gramps_main.py: PeopleModel support
* src/PeopleView.py: PeopleModel support
svn: r2978
2004-03-07 21:50:41 +00:00
Alex Roitman
3887f3480c
* src/docgen/LPRDoc.py: Cell padding support. Images support
...
(requires CVS version of gnome-python).
svn: r2976
2004-03-07 06:28:00 +00:00
Don Allingham
8171f9a65f
fix surname list
...
svn: r2975
2004-03-06 04:46:07 +00:00
Alex Roitman
20406b943c
Padding in paragraphs.
...
svn: r2974
2004-03-06 02:29:20 +00:00
Alex Roitman
9b3a933ec4
Minor cleanups
...
svn: r2973
2004-03-06 00:08:09 +00:00
Alex Roitman
240a3f7ed3
* src/docgen/LPRDoc.py: Support for paragraph's margins and
...
the first indent properties. Font-specific line spacing.
svn: r2972
2004-03-06 00:00:39 +00:00
Alex Roitman
1a46d1430d
Switch to utf8 capable fonts. Enable monospace for formatted notes.
...
svn: r2971
2004-03-05 05:11:07 +00:00
Alex Roitman
d263fe5de5
Found fonts
...
svn: r2970
2004-03-05 04:33:40 +00:00
Alex Roitman
0d8ab3f31f
* src/docgen/LPRDoc.py: New paragraph formatting algorithm.
...
Proper alignment support (no implementation for justify yet).
svn: r2969
2004-03-05 03:01:21 +00:00
Alex Roitman
e00ab4b350
Some regression because of new algorithm
...
svn: r2968
2004-03-05 00:36:04 +00:00
Alex Roitman
bdb23830bf
Update
...
svn: r2963
2004-03-04 15:47:00 +00:00
Alex Roitman
b6a877271e
page breaks, paragraph leader, dirty alignment hack.
...
svn: r2962
2004-03-03 23:38:48 +00:00
Alex Roitman
a3725ce4ef
* src/docgen/LPRDoc.py: Superscript support, line breaks,
...
page breaks, paragraph leader.
svn: r2961
2004-03-03 20:50:06 +00:00
Alex Roitman
d4c79ff3ac
Paragraph leader
...
svn: r2960
2004-03-03 16:59:47 +00:00
Alex Roitman
7cefc87005
* src/docgen/LPRDoc.py: Superscript support.
...
svn: r2959
2004-03-03 16:12:26 +00:00
Alex Roitman
a8ab0442c4
* src/docgen/LPRDoc.py: Re-write using paragraph class.
...
svn: r2958
2004-03-03 05:54:26 +00:00
Don Allingham
a4ef859763
update
...
svn: r2957
2004-03-03 05:07:23 +00:00
Don Allingham
085b102a1f
* src/plugins/FtmStyleAncestors.py: bring up to date with IDs
...
* src/plugins/AncestorReport.py: bring up to date with IDs
svn: r2956
2004-03-03 05:06:06 +00:00
Alex Roitman
1cc879a776
* src/docgen/AsciiDoc.py: Typo.
...
svn: r2953
2004-03-02 14:43:37 +00:00
Alex Roitman
cd9a2135db
Update
...
svn: r2952
2004-03-02 04:57:00 +00:00
Alex Roitman
0680d6a4bc
* configure.in, configure: Typo.
...
* src/plugins/FtmStyleAncestors.py (endnotes): Do not add
redundant references.
* src/plugins/FtmStyleDescendants.py (endnotes): Do not add
redundant references.
* src/plugins/DetAncestralReport.py (_make_default_style):
Remove unused table definition.
* src/plugins/DetDescendantReport.py (_make_default_style):
Remove unused table definition.
svn: r2950
2004-03-02 03:43:51 +00:00
Alex Roitman
8be09bc3e3
Oops
...
svn: r2948
2004-03-02 03:09:49 +00:00
Alex Roitman
13b1071281
Update
...
svn: r2947
2004-03-02 01:35:53 +00:00
Alex Roitman
23acb22c05
Update
...
svn: r2946
2004-03-02 00:36:53 +00:00
Alex Roitman
171e888544
* src/docgen/LPRDoc.py: Table support correction: transferring
...
row to the next page.
svn: r2944
2004-03-01 16:50:23 +00:00
Don Allingham
a3ebb97027
* src/gramps_main.py: remove local media concept
...
* src/RelLib.py: remove local media concept
* src/SelectObject.py: remove local media concept
* src/MediaView.py: remove local media concept
* src/EditSource.py: remove local media concept
* src/GrampsParser.py: remove local media concept
* src/AddMedia.py: remove local media concept
* src/GrampsZODB.py: delete
svn: r2943
2004-03-01 04:56:50 +00:00
Don Allingham
8a61451dcf
* src/gramps_main.py: remove local media concept
...
* src/RelLib.py: remove local media concept
* src/SelectObject.py: remove local media concept
* src/MediaView.py: remove local media concept
* src/EditSource.py: remove local media concept
* src/GrampsParser.py: remove local media concept
* src/AddMedia.py: remove local media concept
* src/GrampsZODB.py: delete
svn: r2942
2004-03-01 04:38:39 +00:00
Don Allingham
1dc949b752
* src/gramps_main.py: remove local media concept
...
* src/RelLib.py: remove local media concept
* src/SelectObject.py: remove local media concept
svn: r2941
2004-03-01 04:33:36 +00:00
Alex Roitman
795884a4b9
* src/docgen/AsciiDoc.py: Correctly treat cells with span>1.
...
svn: r2939
2004-03-01 03:47:58 +00:00
Alex Roitman
f0ba622f1e
Some additions
...
svn: r2938
2004-02-29 17:42:38 +00:00
Alex Roitman
50fa9c8f2a
* src/docgen/LPRDoc.py: Add to CVS.
...
svn: r2937
2004-02-29 15:35:44 +00:00
Don Allingham
4c2c7c68f0
* src/ChooseParents.py: fix typo
...
* src/PedView.py: build child menu with IDs
* src/ReadGedcom.py: save birth/death events, handle FTM's broken
"_primary" junk
svn: r2936
2004-02-29 05:09:23 +00:00
Alex Roitman
967f956550
More
...
svn: r2935
2004-02-29 03:01:03 +00:00
Don Allingham
1a1c30d8d3
db updates
...
svn: r2934
2004-02-29 02:29:48 +00:00
Alex Roitman
8af8f42239
update
...
svn: r2932
2004-02-29 01:19:20 +00:00
Alex Roitman
b2e741eb0f
Eureka
...
svn: r2931
2004-02-29 01:05:45 +00:00
Alex Roitman
f5e32655f8
* src/FamilyView.py: Corrections.
...
* src/Marriage.py: Corrections.
svn: r2930
2004-02-29 00:08:12 +00:00
Alex Roitman
b2a14c6920
* src/docgen/AsciiDoc.py: Add to CVS.
...
* src/Makefile.am, src/Makefile.in: Ship AsciiDoc.py.
svn: r2929
2004-02-29 00:04:45 +00:00
Don Allingham
ee78b4394f
Database saving
...
svn: r2927
2004-02-28 20:15:48 +00:00
Alex Roitman
01fc337256
* src/GrampsParser.py (start_childof): Call add_parent_family_id()
...
with three arguments, instead of a tuple.
* src/ReadXML.py: Comment out renaming lost media objects for now.
* src/RelLib.py (find_place_no_conflicts,
find_family_no_conflicts): Use str(idVal).
svn: r2926
2004-02-28 19:34:29 +00:00
Don Allingham
89f2a1cfc7
* src/gramps_main.py: switch to DB as default, remove save option
...
* src/RelLib.py: setup DB environment better
* src/DbPrompter.py: handle save/open with new DBs
svn: r2924
2004-02-28 18:46:40 +00:00
Don Allingham
e94e313a16
Fixed report
...
svn: r2920
2004-02-28 05:08:22 +00:00
Alex Roitman
720b43b977
More windows
...
svn: r2919
2004-02-28 03:51:59 +00:00
Don Allingham
57b1bbcde7
Update
...
svn: r2918
2004-02-27 04:08:08 +00:00
Don Allingham
75a1c4d3e6
* src/AddMedia.py: media reference fixes
...
* src/MediaView.py: media reference fixes
* src/FamilyView.py: commit child changes
* src/PlaceView.py: ID fixes
svn: r2917
2004-02-27 04:07:23 +00:00
Alex Roitman
0234523e08
Small fix
...
svn: r2916
2004-02-26 05:00:51 +00:00
Don Allingham
ed8e38fe4b
update
...
svn: r2915
2004-02-26 04:51:57 +00:00
Alex Roitman
068ff60c2b
More windows updates and small fixes
...
svn: r2914
2004-02-26 03:34:19 +00:00
Alex Roitman
9ca33d8bbc
More
...
svn: r2913
2004-02-25 04:34:20 +00:00
Don Allingham
125654323a
update
...
svn: r2912
2004-02-25 04:08:51 +00:00
Don Allingham
9bbcabef44
* src/plugins/WebPage.py: media reference fixes
...
* src/plugins/ReadGedcom.py: media reference fixes
* src/plugins/IndivSummary.py: media reference fixes
* src/plugins/IndivComplete.py: media reference fixes
* src/plugins/DetAncestralReport.py: media reference fixes
* src/plugins/DetDescendantReport.py: media reference fixes
* src/plugins/Check.py: media reference fixes
* src/gramps_main.py: media reference fixes
* src/Utils.py: gnome.vfs vs. grampslib
* src/RelLib.py: single db file, media reference fixes
* src/MediaView.py: media reference fixes
svn: r2911
2004-02-25 03:25:57 +00:00
Alex Roitman
b6cb43b1ea
Update
...
svn: r2910
2004-02-25 03:20:53 +00:00
Alex Roitman
df1f3120cc
* src/RelLib.py (sortbysource): Low-level implementation;
...
(sortbyplace): Typo.
* src/Sources.py (by_title): Remove function (superseded by
RelLib.GrampsDB.sortbysource).
svn: r2909
2004-02-24 20:53:58 +00:00
Alex Roitman
f2272091d7
* src/AddrEdit.py, src/AttrEdit.py, src/EditPerson.py,
...
src/EditSource.py, src/EventEdit.py, src/ImageSelect.py,
src/Marriage.py, src/NameEdit.py, src/NoteEdit.py,
src/Sources.py, src/UrlEdit.py, src/Witness.py:
Register windows opened for existing objects. Prevent editing
same object twice.
svn: r2905
2004-02-24 05:37:06 +00:00
Sebastian Voeck
de1f713100
Translated
...
svn: r2900
2004-02-23 15:23:21 +00:00
Alex Roitman
40121ad918
Update
...
svn: r2898
2004-02-23 05:42:19 +00:00
Alex Roitman
7bf9bcc6d1
Update
...
svn: r2897
2004-02-23 04:41:37 +00:00