Alex Roitman
2fea6471c7
* 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
Don Allingham
05440fbaa8
* src/EditPerson,py: allow reordering of event columns
...
* src/TransTable.py: allow to be initialized with a list instead of a map
* src/gramps.glade: allow reordering of event columns
* src/gramps_main.py: catch program_init exception
* src/ListModel.py: allow reordering of columns
svn: r3230
2004-06-23 04:54:33 +00:00
Alex Roitman
162a229161
* doc/gramps.1.in, doc/gramps.1: Update.
...
svn: r3229
2004-06-23 02:59:29 +00:00
Alex Roitman
0f6a7c7a7f
* 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
12d6398750
* 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
6da362e2fa
* 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
383a0a6f2c
* NEWS: Update.
...
svn: r3223
2004-06-21 21:49:43 +00:00
Alex Roitman
514e73aea0
* src/PedView.py: Fix anchors. Switch from storing person objects
...
to their IDs. Start on building Spouses and Siblings submenus
in the context menu.
svn: r3220
2004-06-21 17:08:51 +00:00
Alex Roitman
d2c7943f64
* src/data/gramps.keys, src/data/mime: Add package and GEDCOM.
...
svn: r3219
2004-06-21 13:56:58 +00:00
Alex Roitman
2e477a5936
* 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
Don Allingham
77fce526cf
* src/DisplayModels,py: faster sorting of places
...
* src/PlaceView,py: faster sorting of places
* src/RelLib,py: faster sorting of places
* src/gramp_main.py: removed new database info message
svn: r3217
2004-06-20 03:06:21 +00:00
Jason Salaz
33246ec700
src/plugins/ReadGedcom.py: Fixed typos preventing import
...
svn: r3216
2004-06-19 03:50:52 +00:00
Don Allingham
c9a392961f
* src/RelLib.py: fix index for place map
...
* src/FamilyView.py: include person ID's
svn: r3212
2004-06-15 03:43:33 +00:00
Alex Roitman
8341a65f75
* NEWS: Update.
...
svn: r3208
2004-06-14 22:35:14 +00:00
Alex Roitman
a6bf7bd5a1
* src/gramps.glade: Typos.
...
* src/ImageSelect.py: Correctly update property editors on OK
and Cancel.
* src/EventEdit.py: Typo.
* src/Sources.py: Set change flag on deletion of the source reference.
* src/RelLib.py: Add media list into serialization and restore.
svn: r3206
2004-06-13 06:18:20 +00:00
Don Allingham
02a0fc3072
* src/filters/*: removed
...
* src/plugins/WritePkg.py: brought up to date
svn: r3205
2004-06-12 04:39:45 +00:00
Don Allingham
f0ca1ecf13
* src/plugins/WriteGedcom.py: brought up to date
...
* src/gramps_main.py: beta warning
svn: r3204
2004-06-09 23:59:03 +00:00
Alex Roitman
32a24df4d2
Update
...
svn: r3200
2004-06-03 05:36:16 +00:00
Alex Roitman
5eacb7c353
* src/MediaView.py: Pass parent to GlobalMediaProperties; typos.
...
* src/SelectObject.py: Typos.
* src/ImageSelect.py (LocalMediaProperties.__init__,
GlobalMediaProperties.__init__): Handle source tab.
* src/EventEdit.py: Handle gallery tab.
* src/WriteXML.py (dump_my_event): Write object references;
* src/gramps.glade: Add gallery tab to Event Editor; add source
tab to media property editor.
* src/RelLib.py (Event): Add media_list and related methods;
(ObjectRef): Inherit from SourceNote, remove unnecessary functions;
(GrampsDB.get_media_attribute_types): Add method.
* src/ReadXML.py (start_sourceref): Check for attribute before
the object. Objects may have attributes; (start_objref): Parse media
object references for Event records.
svn: r3199
2004-06-03 05:35:30 +00:00
Don Allingham
7113318c2b
* src/DisplayModels.py: support for Spouse column
...
* src/MediaView.py: fix try_to_find_object_from_id
* src/PeopleModel.py: support for Spouse column
* src/RelLib.py: handle expanding columns
svn: r3198
2004-06-03 03:28:46 +00:00
Don Allingham
bf5ad74a5d
* src/EditSource.py: try_to_find_person_from_id fix
...
* src/PedView.py: try_to_find_person_from_id fix
* src/Utils.py: try_to_find_person_from_id fix
svn: r3197
2004-05-31 03:50:06 +00:00
Don Allingham
d094e38abf
* various: installation fixes
...
svn: r3196
2004-05-28 04:04:04 +00:00
Don Allingham
9abe3ab152
* 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
7cc5d39fc9
* src/RelLib.py (Transaction.__len__): Redefine length.
...
* src/ChooseParents.py, src/EditPerson.py, src/EditSource.py,
src/EventEdit.py, src/FamilyView.py, src/gramps_main.py,
src/ImageSelect.py, src/Marriage.py, src/MediaView.py,
src/PedView.py, src/PeopleModel.py, src/PlaceView.py,
src/SelectChild.py, src/SelectObject.py, src/Sources.py,
src/SourceView.py, src/Utils.py, src/Witness.py,
src/WriteXML.py: Switch from find_* to try_to_find_* methods.
svn: r3193
2004-05-26 03:26:18 +00:00
Alex Roitman
6523c4ff2b
* 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
8ddbce94f0
* 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
60a6973bbf
* src/PeopleModel.py: temporary fix for add person update
...
* src/PeopleView.py: temporary fix for add person update
svn: r3190
2004-05-25 03:41:35 +00:00
Don Allingham
eba1ed0ea1
* various: transactions are now required for commits
...
svn: r3186
2004-05-24 04:32:19 +00:00
Don Allingham
c174501b0f
* src/plugins/ReadGedcom.py: full support for undo
...
svn: r3183
2004-05-20 04:41:55 +00:00
Don Allingham
0013617a90
* src/ImageSelect.py: undo messages
...
* src/MediaView.py: undo messages
* src/RelLib.py: use db for undo status
svn: r3182
2004-05-20 00:12:14 +00:00
Don Allingham
79d9a39a9e
* various: undo messages
...
svn: r3181
2004-05-19 06:13:36 +00:00
Don Allingham
1e9b3cfc20
* src/GrampsCfg.py: added support for tip of the day
...
* src/data/tips.xml: tip data
* src/TipOfDay.py: support for tip of the day
* src/gramps_main.py: support for tip of the day
* src/const.py: support for tip of the day
* src/gramps.glade: support for tip of the day
svn: r3178
2004-05-18 07:00:34 +00:00
Don Allingham
2f4d1ae2cb
update
...
svn: r3176
2004-05-17 03:00:48 +00:00
Don Allingham
5fcb9420c7
update
...
svn: r3175
2004-05-17 02:59:44 +00:00
Alex Roitman
0154f192f7
* src/plugins/ReorderIds.py: Display message and return.
...
svn: r3174
2004-05-17 01:06:09 +00:00
Alex Roitman
2882f9b479
* src/plugins/RelGraph.py (_get_event_label): Typo.
...
svn: r3173
2004-05-16 23:40:00 +00:00
Alex Roitman
00af3e0917
* src/plugins/RelGraph.py: Menu for family options.
...
svn: r3172
2004-05-16 16:12:04 +00:00
Alex Roitman
682c4e0217
* src/ReadXML.py: Typo.
...
svn: r3171
2004-05-16 05:34:20 +00:00
Alex Roitman
eeca791968
* src/plugins/RelGraph.py (_write_graph_record): Bug fixes.
...
* src/docgen/RTFDoc.py: Typo.
svn: r3170
2004-05-16 03:04:17 +00:00
Alex Roitman
07cba5f931
* src/SubstKeywords.py (__init__): Typo.
...
svn: r3165
2004-05-13 22:42:42 +00:00
Alex Roitman
6603fe8932
* src/Plugins.py: Do not pass parent to the reports.
...
svn: r3163
2004-05-13 18:24:38 +00:00
Alex Roitman
929307150c
* src/RelLib.py (probably_alive): Typos.
...
svn: r3162
2004-05-13 18:12:37 +00:00
Alex Roitman
4f3839e0d0
* src/plugins/ChangeTypes.py: Use transaction for commits.
...
svn: r3161
2004-05-13 04:21:27 +00:00
Alex Roitman
653d5499ee
* 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
df99dc444d
* 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
a15bf019b2
* 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
09f9ce5288
* 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
ac562c81fa
* 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
33e69e8d45
* 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
c2e42c8ea3
* 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
7b5fe66fe5
* 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
e48a5e9df5
* 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
Don Allingham
ffda353d04
* src/DbPrompter.py: added a .grdb if not specified.
...
svn: r3149
2004-05-10 03:13:43 +00:00
Alex Roitman
4a50bd67de
* 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
babd135df0
* src/plugins/Check.py: Clean up conversion to db.
...
svn: r3146
2004-05-09 04:02:26 +00:00
Alex Roitman
3b246d35be
* src/plugins/EventCmp.py: Convert to db.
...
* src/plugins/eventcmp.glade: HIGify dialogs.
svn: r3145
2004-05-09 03:44:59 +00:00
Don Allingham
1b8fa18cc7
* src/DbPrompter.py: handle open dialog in a clean manner
...
* src/gramps.py: handle open dialog in a clean manner
* src/gramps_main.py: handle open dialog in a clean manner
* src/gramps.glade: handle open dialog in a clean manner
svn: r3143
2004-05-08 04:48:59 +00:00
Alex Roitman
33837784a1
* 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
b4d935cfbb
Update
...
svn: r3140
2004-05-07 23:34:53 +00:00
Alex Roitman
ea85178b56
* 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
149da4a70a
* src/gramps.glade: Resolve widget naming conflict.
...
* src/SelectPerson: Resolve widget naming conflict.
* src/Sort.py (by_date): Add function.
svn: r3137
2004-05-07 04:11:31 +00:00
Alex Roitman
63afa4b054
* 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
c068064279
* src/ImageSelect.py: handle new file chooser
...
svn: r3133
2004-05-06 04:26:47 +00:00
Don Allingham
a1078319aa
update
...
svn: r3132
2004-05-06 04:22:41 +00:00
Alex Roitman
b3a0c19225
* 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
fdb376639d
* 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
9bf7f3a5e1
* 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
a90191199e
* 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
aad9127cc4
* 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
Alex Roitman
75346c6a29
* src/plugins/FamilyGroup.py: Convert to db interface.
...
svn: r3122
2004-05-04 03:32:37 +00:00
Alex Roitman
5cb8a8ea22
* src/plugins/FtmStyleDescendants.py: Convert to db interface.
...
svn: r3121
2004-05-04 02:31:52 +00:00
Alex Roitman
87b29118d7
* 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
04e3e505fb
* src/DbPrompter.py: 2.4 filechooser
...
* src/gramps_main.py: 2.4 filechooser
* src/ReadXML.py: 2.4 filechooser
* src/Pluginsd.py: tooltip deprecation fix
svn: r3118
2004-05-03 03:47:29 +00:00
Don Allingham
3783102bcc
* src/gramps.glade: rearranged filter apply
...
* src/gramps.py: update to gtk.main()
* src/gramps_main.py: goto active person after model built
svn: r3116
2004-05-01 14:08:36 +00:00
Don Allingham
5ed94ff9ee
* src/GenericFilter.py: Add a generic filter that can take a
...
parameter
* src/PeopleModel.py: Support for top level visibility
* src/gramps.glade: clean up filtering widgets
* src/gramps_main.py: build basic filters
svn: r3115
2004-04-30 03:01:51 +00:00
Don Allingham
a13eb68a88
* 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
65d5b97a2d
* 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
7da6142e25
Update
...
svn: r3109
2004-04-26 03:53:08 +00:00
Alex Roitman
7cff3be98d
* src/gramps.glade: Menu improvements.
...
svn: r3108
2004-04-25 06:10:10 +00:00
Alex Roitman
b86de1f6be
* 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
Alex Roitman
2273250137
* src/docgen/HtmlDoc.py: Typo.
...
svn: r3104
2004-04-23 17:02:49 +00:00
Alex Roitman
037a388949
* src/docgen/RTFDoc.py: Completely switch from grampslib.
...
* src/docgen/PdfDoc.py: Typo.
svn: r3103
2004-04-23 16:55:24 +00:00
Alex Roitman
cd5e0d9a37
* src/SelectChild.py (on_save_child_clicked): Corrections.
...
svn: r3096
2004-04-22 01:48:47 +00:00
Alex Roitman
c518c0fd66
* src/ChooseParents.py: Disallow selecting self as a parent.
...
* src/SelectChild.py: Disallow selecting self as a child.
svn: r3093
2004-04-21 04:22:37 +00:00
Don Allingham
0417838641
* src/DbPrompter.py: support for new GTK 2.4 file chooser
...
svn: r3090
2004-04-19 03:15:05 +00:00
Don Allingham
1c995add59
* 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
5f9bada119
* src/choose.glade: merged into gramps.glade
...
* src/styles.glade: merged into gramps.glade
* src/dialog.glade: merged into gramps.glade
* src/styles.glade: merged into gramps.glade
* src/imagesel.glade: merged into gramps.glade
* src/errdialogs.glade: merged into gramps.glade
* src/gramps.glade: merged from other files
svn: r3081
2004-04-08 03:35:32 +00:00
Don Allingham
1c0ee0cfc0
* 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
f2fa2b6be6
* src/DbPrompter.py: remove VersionControl reference
...
* src/Marriage.py: fix transaction handling
* src/const.py.in: new glade file names
* src/edit_person.glade: merged into gramps.glade
* src/edit_person.gladep: removed
* src/filelist: removed
* src/gramps.glade: additions from old glade files
* src/marriage.glade: merged into gramps.glade
* src/marriage.gladep: removed
* src/places.glade: merged into gramps.glade
* src/places.gladep: removed
* src/preferences.glade: merged into gramps.glade
* src/preferences.gladep: removed
* src/revision.glade: merged into gramps.glade
* src/revision.gladep: removed
* src/select_person.glade: merged into gramps.glade
* src/srcsel.glade: merged into gramps.glade
* src/srcsel.gladep: removed
svn: r3079
2004-04-07 03:26:35 +00:00
Don Allingham
2ba0c5ac7e
* 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
2df83d0a6a
* GrampsMime.py: added mime types
...
* grampslib_wrap.c: removed
* various: more undo functionality
svn: r3074
2004-04-04 04:39:52 +00:00
Don Allingham
8592fa2cc9
* various: Add undo functionality
...
svn: r3065
2004-03-30 04:50:24 +00:00
Alex Roitman
feef42099d
* src/plugins/rel_it.py: Convert to class.
...
svn: r3063
2004-03-28 07:32:26 +00:00
Alex Roitman
bbc7cc696e
* 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
44c1b553db
* 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
bf92d284ab
* src/SelectChild.py: use PersonModel
...
* src/plugins/FilterEditor.py: use new SelectPerson
svn: r3052
2004-03-23 05:01:19 +00:00
Don Allingham
b35dd5973b
update
...
svn: r3051
2004-03-23 04:58:29 +00:00
Alex Roitman
197ea9354f
* src/docgen/PdfDoc.py (add_photo): Encode filename.
...
svn: r3049
2004-03-23 00:59:23 +00:00
Alex Roitman
20db87b538
* src/EditPerson.py (draw_lds): Don't include main family twice.
...
svn: r3047
2004-03-22 23:59:37 +00:00
Alex Roitman
f7037df414
* src/PedView.py (on_show_child_menu): Switch to id.
...
svn: r3045
2004-03-22 21:04:47 +00:00