Don Allingham
a156ad5cbd
* src/FamilyView.py: handle deleting of parent properly
...
* src/plugins/WriteGedcom.py: revert to using GRAMPS ID values
* src/plugins/WriteXML.py: use proper ID values
* src/FamilyView.py: fix removal of parents
svn: r3265
2004-07-11 23:53:02 +00:00
Alex Roitman
e2119b6992
* src/plugins/gedcomexport.glade: Update to work with the druid.
...
svn: r3263
2004-07-11 06:04:55 +00:00
Alex Roitman
156607d9af
* src/plugins/WriteGedcom.py: Rewrite to enable passing the
...
options interface.
* src/Exporter.py: Use options if given by the plugin.
svn: r3262
2004-07-11 06:03:07 +00:00
Alex Roitman
15a80062ea
* NEWS: Update.
...
* src/Exporter.py: Clean up, add doc strings.
* src/plugins/WriteGedcom.py: Change registration.
Use command-line export for the time being (all defaults).
svn: r3259
2004-07-10 23:31:28 +00:00
Alex Roitman
3c108b27b7
* src/DbPrompter.py: Handle package export.
...
* src/plugins/WritePkg.py: Register with the new scheme.
* src/plugins/ReadPkg.py: Minor cleanups.
* src/WriteXML.py: Minor cleanups.
svn: r3249
2004-07-03 04:46:51 +00:00
Alex Roitman
4a3b978f9e
* src/RelLib.py: gramps id fixes.
...
* src/ReadXML.py: gramps id fixes.
* src/plugins/ReadGedcom.py: gramps id fixes.
svn: r3243
2004-06-29 02:33:25 +00:00
Alex Roitman
191312c95a
* src/plugins/WebPage.py (IndividualPage.write_urls):
...
Add function; (IndividualPage.create_page): use write_urls().
svn: r3242
2004-06-28 19:08:15 +00:00
Alex Roitman
1fd413696d
Typo
...
svn: r3238
2004-06-28 13:20:33 +00:00
Don Allingham
fca58c0099
fix import
...
svn: r3236
2004-06-28 01:27:37 +00:00
Don Allingham
673af70455
* src/gramps_main.py: dropped New Database message. After all, it should
...
be incredibly obvious.
* src/Utils.py: create_id to generate random internal ID
* src/RelLib.py: new internal ID support
* src/AddSpouse.py: bug fixes
* src/ChooseParents.py: bug fixes
* src/PeopleModel.py: bug fixes
* src/PeopleView.py: bug fixes
* src/FamilyView.py: bug fixes
* src/Bookmarks.py: support for new internal IDs
* src/EditPerson.py: support for new internal IDs
* src/plugins/ReadGedcom.py: handle new internal IDs
svn: r3233
2004-06-27 03:10:06 +00:00
Alex Roitman
2137e803e4
* src/ArgHandler.py (handle_args): Add import callback call.
...
* src/gramps_main.py: Use open filters, mime types, and handlers
from import plugins.
* src/Plugins.py: Change import plugin registration.
* src/ReadXML.py: Change registration.
* src/plugins/ReadGedcom.py: Change registration.
* src/plugins/ReadPkg.py: Rewrite and change registration.
svn: r3231
2004-06-24 03:29:38 +00:00
Alex Roitman
0ff408da30
* src/plugins/WriteCD.py (PackageWriter.on_ok_clicked):
...
Convert missing media handling to the database interface.
svn: r3228
2004-06-22 21:02:05 +00:00
Alex Roitman
3be97cd506
* src/ArgHandler.py (parse_args): Switch from 'tgz' to 'gpkg'
...
for Gramps package; (handle_args): Use separate dir for all
import-produced files; (cl_export): Convert media objects export
to the database interface.
* src/ReadXML.py (importData): Copy all local (with respect to
the old XML way) media object files into <database>.images dir
(created if did not previously exist). Change objects' paths
accordingly; (GrampsParser.start_object): Do not modify path
in the parser. This way we know that the objects are local.
* src/RelLib.py (get_event_keys): Add method to GrampsDB class.
* src/plugins/WritePkg.py (PackageWriter.export):
Convert missing media handling to the database interface.
svn: r3227
2004-06-22 20:49:22 +00:00
Alex Roitman
2a4a7a39cd
Update
...
svn: r3225
2004-06-21 23:24:51 +00:00
Alex Roitman
86b78e5c3c
* src/ArgHandler.py: Fixes.
...
* src/gramps_main.py: Don't show topWindow until ArgHandler is done.
* src/plugins/Summary.py: Fixes.
svn: r3224
2004-06-21 23:22:55 +00:00
Alex Roitman
03cab9f9bd
* configure.in: Bump up the version number.
...
* src/gramps.py: Pass complete argument string.
* src/gramps_main.py: Pass popt table to gnome_init().
Always enable argument handling. (read_xml,read_pkg): Add functions.
* src/const.py.in: Define popt table, add all gnome options.
* src/ArgHandler.py: Add long options for gramps-specific options.
Add handling for the first filename argument. Use 'gramps-xml'
to denote old gramps (XML) format.
* src/DbPrompter.py: Add hint for the filename.
* src/plugins/ReadNative.py: Cosmetic changes.
* src/plugins/ReadPkg.py: Cosmetic changes.
* src/plugins/WritePkg.py: Typo.
* src/data/gramps.xml: Add mime type for gramps package.
* src/data/gramps.applications: Add gramps package to the list.
* src/data/Makefile.am: Typo.
* src/gramps_main.py: removed new database info message
* src/plugins/ReadGedcom.py: Fixed typos preventing import.
(i.e. set_type instead of SetType, etc.)
* Release: Version 1.1.0 "And now for something completely different"
released.
svn: r3218
2004-06-21 05:10:27 +00:00
Jason Salaz
18fecafb91
src/plugins/ReadGedcom.py: Fixed typos preventing import
...
svn: r3216
2004-06-19 03:50:52 +00:00
Don Allingham
bc97a8824b
update
...
svn: r3214
2004-06-16 03:38:26 +00:00
Don Allingham
0ce0a50030
update
...
svn: r3213
2004-06-15 03:51:18 +00:00
Don Allingham
5d01154b88
* src/filters/*: removed
...
* src/plugins/WritePkg.py: brought up to date
svn: r3205
2004-06-12 04:39:45 +00:00
Don Allingham
6a8e8fa8d1
* src/plugins/WriteGedcom.py: brought up to date
...
* src/gramps_main.py: beta warning
svn: r3204
2004-06-09 23:59:03 +00:00
Don Allingham
4caf81273c
* Makefiles: updated for installation
...
* src/data/gnome-mime-application-x-gramps.png: new icon
* src/data/gramps.svg: new icon
* src/data/gramps.xml: mime information
svn: r3195
2004-05-27 04:29:43 +00:00
Alex Roitman
0739dd2b6b
* src/plugins/ChangeTypes.py: Correct transaction.
...
* src/plugins/changetype.glade: HIGify dialog.
* src/plugins/PatchNames.py: Correct transaction.
svn: r3192
2004-05-26 02:51:45 +00:00
Alex Roitman
055eabdb11
* src/RelLib.py (try_to_find_person_from_id): Remove transaction;
...
(try_to_find_source_from_id, try_to_find_object_from_id,
try_to_find_place_from_id): Add functions.
* src/plugins/WriteCD.py, src/plugins/WritePkg.py,
src/plugins/WebPage.py, src/plugins/Verify.py,
src/plugins/TimeLine.py, src/plugins/Summary.py,
src/plugins/SoundGen.py, src/plugins/RelGraph.py,
src/plugins/RelCalc.py, src/plugins/PatchNames.py,
src/plugins/Merge.py, src/plugins/IndivSummary.py,
src/plugins/IndivComplete.py, src/plugins/GraphViz.py,
src/plugins/FtmStyleDescendants.py,
src/plugins/FtmStyleAncestors.py, src/plugins/FilterEditor.py,
src/plugins/FanChart.py, src/plugins/FamilyGroup.py,
src/plugins/EventCmp.py, src/plugins/DetDescendantReport.py,
src/plugins/DetAncestralReport.py, src/plugins/DescendReport.py,
src/plugins/Desbrowser.py, src/plugins/CountAncestors.py,
src/plugins/Check.py, src/plugins/ChangeTypes.py,
src/plugins/BookReport.py, src/plugins/Ancestors.py,
src/plugins/AncestorReport.py, src/plugins/AncestorChart.py,
src/plugins/AncestorChart2.py, src/Relationship.py,
src/Sort.py, src/GenericFilter.py, src/SubstKeywords.py,
src/GraphLayout.py: Switch from find_* to try_to_find_* methods.
svn: r3191
2004-05-26 02:05:02 +00:00
Don Allingham
2439564ba2
* various: transactions are now required for commits
...
svn: r3186
2004-05-24 04:32:19 +00:00
Don Allingham
109fe90e97
* src/plugins/ReadGedcom.py: full support for undo
...
svn: r3183
2004-05-20 04:41:55 +00:00
Alex Roitman
0a40ed1759
* src/plugins/ReorderIds.py: Display message and return.
...
svn: r3174
2004-05-17 01:06:09 +00:00
Alex Roitman
de0ee518ed
* src/plugins/RelGraph.py (_get_event_label): Typo.
...
svn: r3173
2004-05-16 23:40:00 +00:00
Alex Roitman
f72dfd8625
* src/plugins/RelGraph.py: Menu for family options.
...
svn: r3172
2004-05-16 16:12:04 +00:00
Alex Roitman
555ab4d22b
* src/plugins/RelGraph.py (_write_graph_record): Bug fixes.
...
* src/docgen/RTFDoc.py: Typo.
svn: r3170
2004-05-16 03:04:17 +00:00
Don Allingham
626b453304
* src/plugins/ReadGedcom.py: handle mangled temple format
...
produced by some tools
svn: r3169
2004-05-15 14:24:38 +00:00
Don Allingham
372a82abf0
Fixed merging
...
svn: r3167
2004-05-13 23:48:40 +00:00
Don Allingham
5b81ee5c12
pychecker fixes
...
svn: r3166
2004-05-13 22:45:51 +00:00
Alex Roitman
a22fd16986
* src/plugins/ChangeTypes.py: Use transaction for commits.
...
svn: r3161
2004-05-13 04:21:27 +00:00
Alex Roitman
0fe415ecec
* src/plugins/Check.py: Use transaction for commits.
...
* src/plugins/PatchNames.py: Use transaction for commits.
svn: r3160
2004-05-13 04:18:47 +00:00
Alex Roitman
a3e78435d4
* src/plugins/ChangeTypes.py: Remove Utils.modified() call.
...
* src/plugins/Check.py: Remove Utils.modified() call.
* src/plugins/PatchNames.py: Remove Utils.modified() call.
* src/plugins/ReadGedcom.py: Remove Utils.modified() call.
* src/plugins/ReorderIds.py: Remove Utils.modified() call.
* src/plugins/WriteCD.py: Remove Utils.modified() call.
* src/plugins/WritePkg.py: Remove Utils.modified() call.
* src/plugins/Merge.py: Typo.
svn: r3159
2004-05-13 00:49:17 +00:00
Don Allingham
d43745dc97
* src/GrampsCfg.py: remove unused options
...
* src/gramps.glade: remove unused panels in preferences
* src/Plugins.py: removed xpm images
* src/EventEdit.py: get full event list
* src/plugins/AncestorChart.py: remove xpm image
* src/plugins/AncestorChart2.py: remove xpm image
* src/plugins/AncestorReport.py: remove xpm image
* src/plugins/Ancestors.py: remove xpm image
* src/plugins/BookReport.py: remove xpm image
* src/plugins/CustomBookText.py: remove xpm image
* src/plugins/DesGraph.py: remove xpm image
* src/plugins/DescendReport.py: remove xpm image
* src/plugins/DetAncestralReport.py: remove xpm image
* src/plugins/DetDescendantReport.py: remove xpm image
* src/plugins/FamilyGroup.py: remove xpm image
* src/plugins/FtmStyleAncestors.py: remove xpm image
* src/plugins/FtmStyleDescendants.py: remove xpm image
* src/plugins/IndivComplete.py: remove xpm image
* src/plugins/IndivSummary.py: remove xpm image
* src/plugins/Makefile.in: remove xpm image
* src/plugins/SimpleBookTitle.py: remove xpm image
* src/plugins/WebPage.py: remove xpm image
* src/RelLib.py: secondary index for event names
svn: r3158
2004-05-12 03:58:14 +00:00
Alex Roitman
a0aaf83b0c
* src/plugins/EventCmp.py: Remove extra code.
...
* src/plugins/eventcmp.glade: Remove extra widgets.
svn: r3157
2004-05-12 00:26:43 +00:00
Alex Roitman
54d4c339c5
Update
...
svn: r3156
2004-05-11 02:34:33 +00:00
Alex Roitman
a211dd41d1
* src/plugins/Eval.py: Window management. Replaces eval.py.
...
* src/plugins/eval.py: Remove from CVS.
* src/plugins/eval.glade: Define event handler.
* src/plugins/Leak.py: Window management. Replaces leak.py.
* src/plugins/leak.py: Remove from CVS.
* src/plugins/leak.glade: Define event handler.
svn: r3155
2004-05-11 02:21:09 +00:00
Alex Roitman
739729de97
* src/plugins/SoundGen.py: Window management. Replaces soundgen.py.
...
* src/plugins/soundgen.py: Remove from CVS.
* src/plugins/soundex.glade: Define event handler.
* src/plugins/RelCalc.py: Window management.
* src/plugins/relcalc.glade: Define event handler.
* src/plugins/Makefile.am: Ship SoundGen.py instead of soundgen.py.
* src/plugins/Verify.py: Window management.
* src/plugins/verify.glade: Define event handler.
svn: r3154
2004-05-11 01:51:56 +00:00
Alex Roitman
b54c253e6b
Update
...
svn: r3153
2004-05-11 00:17:23 +00:00
Alex Roitman
d13881f428
* src/plugins/Desbrowser.py: Convert to db; window management.
...
* src/plugins/desbrowse.glade: Define event handler.
* src/plugins/EventCmp.py: Clean up window management.
* src/plugins/eventcmp.glade: Define event handler.
* src/plugins/Check.py: Clean up conversion to db.
* src/plugins/summary.glade: Make dialog modal.
* src/plugins/Merge.py: Window management.
* src/plugins/merge.glade: Define event handlers.
* src/plugins/ChangeTypes.py: Convert to db.
svn: r3152
2004-05-10 23:50:30 +00:00
Alex Roitman
00ef803ae4
* src/plugins/FilterEditor.py: Clean up window management.
...
* src/rule.glade: Define event handlers.
svn: r3151
2004-05-10 13:08:47 +00:00
Alex Roitman
8d4c034b86
* src/Plugins.py: Pass parent class to the tools.
...
* src/rule.glade: Define event handlers.
* src/gramps_main.py: Pass parent class to the tools.
* src/plugins/EventCmp.py: Window management.
* src/plugins/FilterEditor.py: Window management.
* src/plugins/PatchNames.py: Window management.
* src/plugins/eventcmp.glade: Define event handlers.
* src/plugins/patchnames.glade: Define event handlers.
svn: r3150
2004-05-10 04:54:10 +00:00
Alex Roitman
62be72e287
* src/plugins/PatchNames.py: Clean up conversion to db.
...
* src/plugins/patchnames.glade: HIGify dialog.
* src/plugins/Merge.py: Convert to db.
* src/plugins/merge.glade: HIGify dialogs.
svn: r3148
2004-05-09 16:32:13 +00:00
Alex Roitman
797ceddf6c
Update
...
svn: r3147
2004-05-09 14:35:22 +00:00
Alex Roitman
b47a7b3cdc
* src/plugins/Check.py: Clean up conversion to db.
...
svn: r3146
2004-05-09 04:02:26 +00:00
Alex Roitman
05c870d235
* src/plugins/EventCmp.py: Convert to db.
...
* src/plugins/eventcmp.glade: HIGify dialogs.
svn: r3145
2004-05-09 03:44:59 +00:00
Alex Roitman
15ccb443a0
Update
...
svn: r3142
2004-05-08 04:26:09 +00:00
Alex Roitman
963ea4c80a
* src/plugins/soundgen.py: Convert to db.
...
* src/plugins/GraphViz.py: Typo.
* src/plugins/Verify.py: Convert to db.
svn: r3141
2004-05-08 03:29:21 +00:00
Alex Roitman
99e0ef5812
* src/SelectPerson.py: Resolve widget naming conflict.
...
* src/plugins/BookReport.py: Convert to db.
svn: r3139
2004-05-07 04:27:44 +00:00
Alex Roitman
2e4f55908c
* src/plugins/WebPage.py: Clean up conversion to db.
...
Switch to using Sort function.
* src/plugins/CountAncestors.py: Add file, convert to db.
* src/plugins/count_anc.py: Remove file.
* src/plugins/Summary.py: Convert to db.
* src/Makefile.am: Ship Sort.py instead of sort.py.
* src/plugins/Makefile.am: Ship CountAncestors.py
instead of count_anc.py.
svn: r3134
2004-05-07 02:20:39 +00:00
Don Allingham
1e9a1fc2cc
* src/ImageSelect.py: handle new file chooser
...
svn: r3133
2004-05-06 04:26:47 +00:00
Alex Roitman
ba3ef80f93
* src/plugins/RelGraph.py: Convert to db. Change coding style.
...
Use FreeSans as a TrueType font.
svn: r3131
2004-05-06 02:29:34 +00:00
Alex Roitman
cfcd50ab02
* src/EditPerson.py: Switch to Sort.py.
...
* src/FamilyView.py: Switch to Sort.py.
* src/RelLib.py: Remove unneeded import.
* src/plugins/DescendReport.py: Switch to Sort.py.
* src/plugins/GraphViz.py: Convert to db.
svn: r3130
2004-05-05 04:04:35 +00:00
Don Allingham
50131988cc
* src/gramps_main.py: rebuild tree after importing
...
* src/plugins/ReadGedcom.py: destroy filechooser at proper time
svn: r3129
2004-05-05 03:54:02 +00:00
Alex Roitman
3adb17e2b1
* src/EditPerson.py: Switch to Sort.py.
...
* src/FamilyView.py: Switch to Sort.py.
* src/RelLib.py: Remove unneeded import.
* src/plugins/DescendReport.py: Switch to Sort.py.
svn: r3128
2004-05-05 02:21:47 +00:00
Alex Roitman
c7fa1403b3
* src/SubstKeywords.py (__init__): Convert to db.
...
* src/plugins/AncestorChart.py: Convert to db.
* src/plugins/AncestorChart2.py: Convert to db.
* src/GraphLayout.py: Convert to db.
* src/plugins/DesGraph.py: Convert to db.
* src/plugins/FanChart.py: Convert to db.
* src/Sort.py: Add converted sort.py to CVS.
* src/sort.py: Remove file (obsolete).
* src/plugins/TimeLine.py: Convert to db.
svn: r3127
2004-05-05 02:04:30 +00:00
Alex Roitman
1c2b7bce2c
Update
...
svn: r3126
2004-05-04 21:43:50 +00:00
Alex Roitman
97b0fdf5b8
* src/plugins/DetDescendantReport.py (get_xpm_image): Remove
...
function, import it from Utils.py instead.
* src/plugins/DetAncestralReport.py (get_xpm_image): Remove
function, import it from Utils.py instead.
* src/plugins/FtmStyleDescendants.py (get_xpm_image): Remove
function, import it from Utils.py instead.
* src/plugins/FtmStyleAncestors.py (get_xpm_image): Remove
function, import it from Utils.py instead.
* src/plugins/FamilyGroup.py (get_xpm_image): Remove
function, import it from Utils.py instead.
* src/plugins/IndivComplete.py (get_xpm_image): Remove
function, import it from Utils.py instead.
* src/plugins/IndivSummary.py (get_xpm_image): Remove
function, import it from Utils.py instead; Convert to db.
svn: r3125
2004-05-04 21:35:19 +00:00
Don Allingham
a638ba9f41
update for GEDCOM memory usage
...
svn: r3123
2004-05-04 04:34:48 +00:00
Alex Roitman
258fca1347
* src/plugins/FamilyGroup.py: Convert to db interface.
...
svn: r3122
2004-05-04 03:32:37 +00:00
Alex Roitman
23953f0611
* src/plugins/FtmStyleDescendants.py: Convert to db interface.
...
svn: r3121
2004-05-04 02:31:52 +00:00
Alex Roitman
bf42139329
* src/plugins/DetDescendantReport.py: Convert to db interface.
...
* src/plugins/DetAncestralReport.py: Translate string.
svn: r3120
2004-05-04 01:20:21 +00:00
Don Allingham
4407b69063
* src/DbPrompter.py: remove unused functions
...
* src/DisplayModels.py: filtering support
* src/GenericFilter.py: filtering support
* src/PeopleModel.py: support for filtering
* src/PeopleView.py: support for filtering
* src/RelLib.py: filtering support
* src/Utils.py: filtering support
* src/gramps.glade: remove invert for filters
* src/gramps_main.py: filtering support
svn: r3114
2004-04-28 04:06:25 +00:00
Alex Roitman
162ca85ba0
* src/plugins/IndivComplete.py: Convert to db interface.
...
* src/plugins/DescendReport.py: Convert to db interface.
* src/plugins/DetAncestralReport.py: Convert to db interface.
svn: r3110
2004-04-26 04:17:01 +00:00
Alex Roitman
69ae97ea2c
Update
...
svn: r3107
2004-04-25 05:38:17 +00:00
Alex Roitman
43c7b52b3d
Update
...
svn: r3106
2004-04-25 05:37:51 +00:00
Alex Roitman
92340bcc1a
* src/docgen/RTFDoc.py: Typo.
...
* src/Utils.py (get_xpm_image): Add function.
* src/plugins/AncestorReport.py (get_xpm_image): Remove
function, import it from Utils.py instead.
* src/plugins/Ancestors.py (get_xpm_image): Remove function;
Bring up to the database interface.
svn: r3105
2004-04-25 04:48:02 +00:00
Don Allingham
76102265db
* src/DbPrompter.py: support for new GTK 2.4 file chooser
...
svn: r3090
2004-04-19 03:15:05 +00:00
Don Allingham
6b74af3368
Fixes for undo
...
svn: r3089
2004-04-16 19:15:02 +00:00
Don Allingham
245fa23f64
* src/Bookmarks.py: use IDs instead of person references
...
* src/ChooseParents.py: allow for NOSORT option
* src/GrampsParser.py: removed
* src/GrampsXML.py: removed
* src/MediaView.py: allow for NOSORT option
* src/PedView.py: double click to edit
* src/PeopleView.py: allow for NOSORT option
* src/PlaceView.py: allow for NOSORT option
* src/RelLib.py: handle bookmarks in metadata
* src/ReadXML.py: merge GrampsParser
* src/SourceView.py: allow for NOSORT option
* src/const.py.in: fix paths for xml files
* src/gramps_main.py: bookmark fixes
* src/papersize.xml : move to data subdirectory
* src/plugins/ReadGedcom.py: fix menu string
* src/plugins/ReadNative.py: fix menu string
* src/plugins/ReadPkg.py: fix menu string
svn: r3085
2004-04-11 02:37:13 +00:00
Don Allingham
98f5e48e37
Improved error handling
...
svn: r3083
2004-04-10 03:38:48 +00:00
Don Allingham
006843f5f1
export/import filters
...
svn: r3082
2004-04-09 04:05:48 +00:00
Don Allingham
3adaa10212
* src/RelLib.py: add_source takes an transaction
...
* src/ReadGedcom.py: drop add_surname
svn: r3080
2004-04-07 18:00:49 +00:00
Don Allingham
932a2c5b4a
* src/VersionControl.py: removed
...
* src/GrampsMime.py: added mime types
* src/grampslib_wrap.c: removed
svn: r3077
2004-04-06 03:20:04 +00:00
Don Allingham
efd152ac78
* GrampsMime.py: added mime types
...
* grampslib_wrap.c: removed
* various: more undo functionality
svn: r3074
2004-04-04 04:39:52 +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
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
aceaffcc97
Convert to new GenericTreeView models
...
svn: r3040
2004-03-22 04:41:35 +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
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
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
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
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
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
Don Allingham
1a1c30d8d3
db updates
...
svn: r2934
2004-02-29 02:29:48 +00:00
Don Allingham
e94e313a16
Fixed report
...
svn: r2920
2004-02-28 05:08:22 +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
fc6622f02d
* src/plugins/DetAncestralReport.py: Translation corrections.
...
Change "was" to "is".
* src/plugins/DetDescendantReport.py: Translation corrections.
Change "was" to "is".
* src/plugins/FtmStyleAncestors.py (print_more_about):
Translate event names. Add description.
* src/plugins/FtmStyleDescendants.py (print_more_about,
print_more_about_families): Translate event names. Add description.
* src/po/de.po: Change Priesterweihe to Ordination.
* src/plugins/FamilyGroup.py: Translation corrections.
svn: r2895
2004-02-22 19:24:31 +00:00
Alex Roitman
337ff6b331
* src/plugins/DetDescendantReport.py (write_person): Write
...
images before the paragraph start; (insert_images): Don't start
and end pargraphs.
* src/plugins/DetAncestralReport.py: (write_person): Write
images before the paragraph start; (insert_images): Don't start
and end pargraphs.
svn: r2890
2004-02-22 05:17:14 +00:00
Don Allingham
72659f98ac
Additional Reference fixes
...
svn: r2888
2004-02-22 04:57:06 +00:00
Don Allingham
2d81ccd542
First DB pass
...
svn: r2884
2004-02-21 06:11:59 +00:00
Alex Roitman
3e287429d3
* src/Relationship.py: Factor out relationship distance computation.
...
* src/plugins/rel_ru.py: Use self.get_distance().
* src/plugins/rel_de.py: Use self.get_distance().
* configure.in, configure: Change version.
* src/plugins/rel_hu.py: Convert to class.
svn: r2858
2004-02-17 04:47:24 +00:00
Alex Roitman
5e5c7c104a
Update
...
svn: r2851
2004-02-16 02:34:50 +00:00
Alex Roitman
ac1ca1498b
Update
...
svn: r2850
2004-02-16 02:05:47 +00:00
Alex Roitman
f9f6e61146
Update
...
svn: r2849
2004-02-16 02:05:35 +00:00
Alex Roitman
1ba32c9818
Update
...
svn: r2848
2004-02-16 01:24:06 +00:00
Alex Roitman
364e776777
Update
...
svn: r2847
2004-02-15 23:21:43 +00:00
Alex Roitman
cfa8bcb743
* src/plugins/rel_de.py: Implement get_parents().
...
svn: r2844
2004-02-15 22:44:50 +00:00
Alex Roitman
a4fbff223b
* src/plugins/Ancestors.py: Use get_grandparents_string which is
...
registered in Plugins (possibly from the relationship calculator).
svn: r2843
2004-02-15 21:52:43 +00:00
Alex Roitman
983186336c
* src/Relationship.py: More corrections.
...
* src/plugins/rel_ru.py: Corrections.
* src/gramps_main.py: Corrections.
svn: r2842
2004-02-15 21:28:31 +00:00
Don Allingham
d29b4d6a57
* src/plugins/RelCalc.py: Handle IDs properly
...
* src/Relationship.py: Handle IDs properly
* src/home.png: added new default person icon
svn: r2838
2004-02-15 16:45:33 +00:00
Alex Roitman
ff2fda64a0
* src/plugins/IndivComplete.py: fixed child_relations translation
...
* src/const.py.in: fixed child_relations translation
* src/SelectChild.py: fixed child_relations translation
* src/TransTable.py: unicode conversion
* src/ChooseParents.py: fixed child_relations translation
svn: r2836
2004-02-15 07:21:29 +00:00
Alex Roitman
47a66cdf75
* src/plugins/IndivComplete.py: Call doc.init() after open.
...
* src/plugins/IndivSummary.py: Call doc.init() after open.
* src/plugins/RelCalc.py: Use class of calculator.
* src/plugins/rel_ru.py: Convert to class.
* src/Plugins.py: Register _relcalc_class.
* src/gramps_main.py: Use class of relationship calculator.
svn: r2835
2004-02-15 07:08:55 +00:00
Alex Roitman
2baffc68d2
* src/sort: Typos.
...
svn: r2832
2004-02-15 03:48:45 +00:00
Alex Roitman
be7b042fda
* src/plugins/DetDescendantReport.py: Add style descriptions
...
for the paragraphs. Add first entry style. Change defaults to be
similar to the FTM style reports.
* src/plugins/DetAncestralReport.py: Add style descriptions
for the paragraphs. Add first entry style. Change defaults to be
similar to the FTM style reports.
* src/StyleEditor.py (draw, save_paragraph): Allow users
to adjust first line indent.
* src/styles.glade: Add first line indent entry.
* src/plugins/Check.py (delete_empty_family): Remove families
in which person is a parent, not only a child.
* src/gramps_main.py (post_load): Use display_frel and
display_fattr.
* src/MediaView.py (key_press): Add function.
* src/PlaceView.py (key_press): Add function.
* src/SourceView.py (key_press): Add function.
* src/plugins/WebPage.py: Add tab with index page options.
* src/po/hu.po: Update
* doc/gramps-manual/hu/filtref.xml: Update
svn: r2831
2004-02-15 03:24:12 +00:00
Don Allingham
7ed2f0551e
Move from object references to IDs
...
svn: r2822
2004-02-14 05:40:30 +00:00
Alex Roitman
c352b3b35a
* src/plugins/rel_ru.py: Add more possible russian LANG values.
...
svn: r2798
2004-02-10 02:52:57 +00:00
Don Allingham
ac224502b5
* src/plugins/ReadGedcom.py (GedcomParser.parse_individual): handle event
...
description
* src/ImageSelect.py: disable double click to edit in a gallery
svn: r2791
2004-02-08 00:00:35 +00:00
Alex Roitman
efd2905b0b
* src/plugins/rel_ru.py: Add more possible russian LANG values.
...
svn: r2781
2004-02-06 04:58:11 +00:00
Alex Roitman
8ad83d32b7
* src/plugins/soundgen.py: Fall back to empty input.
...
svn: r2779
2004-02-05 19:53:02 +00:00
Alex Roitman
78fc879948
* src/plugins/Merge.py (gen_key,name_compare):
...
Fall back to not using soundex if the charset can't be latin-1 encoded.
svn: r2778
2004-02-05 19:37:58 +00:00
Egyeki Gergelly
621a315751
brother-in-law, sister-in-law relations added
...
svn: r2749
2004-02-02 15:16:35 +00:00
Alex Roitman
9af4c2e21e
* src/plugins/rel_hu.py: Typos.
...
svn: r2744
2004-02-01 15:30:55 +00:00
Egyeki Gergelly
d0bf7819ed
*** empty log message ***
...
svn: r2743
2004-02-01 14:30:33 +00:00
Alex Roitman
586511a63e
* src/plugins/AncestorChart2.py: Change the tile when changing
...
the center person.
* src/plugins/SimpleBookTitle.py: Correct window title.
svn: r2734
2004-02-01 00:44:31 +00:00
Alex Roitman
384357988e
* src/Report.py: Mark translatable string.
...
* src/Witness.py: Mark translatable string.
* src/plugins/FamilyGroup.py: Mark translatable string.
svn: r2733
2004-02-01 00:34:36 +00:00
Alex Roitman
e409af6e6e
* src/plugins/Ancestors.py: Typo.
...
* src/plugins/IndivComplete.py: Typo.
svn: r2732
2004-01-31 23:01:27 +00:00
Don Allingham
7a44979bc3
fix update
...
svn: r2730
2004-01-31 20:26:36 +00:00
Alex Roitman
f0d27c35d3
* src/plugins/AncestorChart2.py (write_book_item):
...
Treat unconfigured title.
svn: r2726
2004-01-30 13:51:02 +00:00
Don Allingham
e2b4392a39
* src/grampslib.i: same fixes as grampslib_wrap.c
...
* src/plugins/RelCalc.py: use preferred name format
svn: r2695
2004-01-23 03:38:23 +00:00
Don Allingham
e41ee1c752
update
...
svn: r2681
2004-01-21 02:56:53 +00:00
Don Allingham
4cdab27d00
update
...
svn: r2680
2004-01-20 23:35:22 +00:00
Don Allingham
aff1d5db9a
* src/const.py.in: handle new translation table class
...
* src/TransTable.py: new Translation table class
* src/GenericFilter.py: handle translated rule names
* src/plugins/FilterEditor.py: handle translated rule names
svn: r2678
2004-01-20 23:28:44 +00:00
Don Allingham
8e5923dc58
* src/plugins/FilterEditor.py: handle unicode characters
...
svn: r2662
2004-01-19 23:05:23 +00:00
Egyeki Gergelly
c47fefa8fb
*** empty log message ***
...
svn: r2661
2004-01-19 21:39:16 +00:00
Alex Roitman
1ab30f7baa
* src/plugins/AncestorChart2.py: Number pages starting with 1.
...
Do not allow for mutlipage when it's a book item.
svn: r2659
2004-01-19 20:06:14 +00:00
Alex Roitman
a0be5fd1dc
* src/plugins/ReadGedcom.py (parse_individual): add /Surname/ Firstname.
...
svn: r2657
2004-01-19 17:43:35 +00:00
Alex Roitman
9ad4371355
* src/plugins/AncestorChart2.py: Add hotkeys to check button labels.
...
Add scale, compress, and title options support to the book dialog.
* src/plugins/book.glade: Reduce minimum window height to 600 pixels.
* src/plugins/WriteCD.py (on_ok_clicked): Correct indentation.
* src/GrampsCfg.py (loadConfig, save_data): Correctly parse gconf key.
svn: r2656
2004-01-19 17:40:39 +00:00
Don Allingham
057c9e4acd
* src/plugins/Makefile.am: export AncestorChart2.py
...
svn: r2654
2004-01-18 15:35:36 +00:00
Don Allingham
8d20c5ac0c
* src/plugins/Makefile.am: export AncestorChart2.py
...
svn: r2653
2004-01-18 05:09:00 +00:00
Alex Roitman
f498d43529
* src/gramps_main.py (save_media): Add support for default action.
...
* src/plugins/Check.py (cleanup_missing_photos): Add support for default action.
* src/plugins/WriteCD.py (on_ok_clicked): Add support for default action.
* src/plugins/WritePkg.py (export): Add support for default action.
* src/plugins/WriteFtree.py: Do not import unused dialog.
svn: r2652
2004-01-18 01:59:30 +00:00
Don Allingham
be52d399c0
* src/plugins/AncestorChart2.py: more multipage improvements
...
svn: r2650
2004-01-17 22:39:00 +00:00
Alex Roitman
37ab20a21b
* NEWS: Update.
...
* src/errdialogs.glade: Add check button to the missing media dialog.
* src/QuestionDialog.py (MissingMediaDialog.__init__): Add default
action property.
* src/ReadXML.py (import_data): Add support for default action.
* src/plugins/WebPage.py (write_gallery): Use object ID as a file name
- prevents collision between identical names coming from different dirs.
svn: r2645
2004-01-17 06:51:49 +00:00
Don Allingham
7f4e71626c
* src/plugins/AncestorChart2.py: first pass at multipage output
...
svn: r2643
2004-01-17 05:03:08 +00:00
Don Allingham
730e6fc24a
* src/docgen/AbiWord2Doc.py: pychecker fixes
...
* src/docgen/HtmlDoc.py: pychecker fixes
* src/docgen/KwordDoc.py: pychecker fixes
* src/docgen/LaTeXDoc.py: pychecker fixes
* src/docgen/OpenOfficeDoc.py: pychecker fixes
* src/docgen/OpenSpreadSheet.py: pychecker fixes
* src/docgen/PSDrawDoc.py: pychecker fixes
* src/docgen/PdfDoc.py: pychecker fixes
* src/docgen/SvgDrawDoc.py: pychecker fixes
* src/plugins/Ancestors.py: pychecker fixes
* src/plugins/BookReport.py: pychecker fixes
* src/plugins/CustomBookText.py: pychecker fixes
* src/plugins/DescendReport.py: pychecker fixes
* src/plugins/DetAncestralReport.py: pychecker fixes
* src/plugins/DetDescendantReport.py: pychecker fixes
* src/plugins/FtmStyleAncestors.py: pychecker fixes
* src/plugins/IndivComplete.py: pychecker fixes
* src/plugins/ReadPkg.py: pychecker fixes
* src/plugins/RelCalc.py: pychecker fixes
* src/plugins/SimpleBookTitle.py: pychecker fixes
* src/plugins/TimeLine.py: pychecker fixes
* src/plugins/WriteCD.py: pychecker fixes
* src/plugins/WriteFtree.py: pychecker fixes
* src/plugins/rel_de.py: pychecker fixes
* src/GenericFilter.py: pychecker fixes
* src/RelLib.py: pychecker fixes
* src/Report.py: pychecker fixes
* src/SelectPerson.py: pychecker fixes
* src/gramps_main.py: pychecker fixes
svn: r2634
2004-01-13 05:05:39 +00:00
Egyeki Gergelly
3186adda5d
updating hungarian relationship calculator
...
svn: r2633
2004-01-12 19:37:37 +00:00
Don Allingham
dc62aabea9
update
...
svn: r2624
2004-01-10 18:05:36 +00:00
Don Allingham
31716c32f0
* src/docgen/OpenOfficeDoc.py: proper handling of center_text
...
* src/docgen/PdfDoc.py: proper handling of center_text
* src/plugins/TimeLine.py: switch to using center_text instead of draw_text
* src/plugins/AncestorChart2.py: switch to using center_text instead of draw_text
svn: r2623
2004-01-10 18:04:32 +00:00
Alex Roitman
8e667d1a91
* src/plugins/rel_de.py: Update possible German locale list.
...
svn: r2618
2004-01-09 16:39:31 +00:00
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