Commit Graph

  • 719727da75 * src/gramps.glade: disable scrollbars in Pedigree View * src/PedView.py: Apply Martin Hawlisch's canvas resize patch Don Allingham 2005-04-01 19:34:11 +00:00
  • 4306a639e7 * src/gramps.glade: disable scrollbars in Pedigree View * src/PedView.py: Apply Martin Hawlisch's canvas resize patch Don Allingham 2005-04-01 19:34:11 +00:00
  • 71a3647ce5 2005-04-01 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * src/ImageSelect.py (on_photolist_drag_data_get): forgot to remove print statement. Richard Taylor 2005-04-01 15:58:33 +00:00
  • 4104ec0dcf 2005-04-01 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * src/ImageSelect.py (on_photolist_drag_data_get): forgot to remove print statement. Richard Taylor 2005-04-01 15:58:33 +00:00
  • 5520c0286a 2005-04-01 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * src/DdTargets.py: added dnd type for media objects * src/ImageSelect.py: altered dnd code to use gramps specific dnd target when dnd is used between gramps windows. * src/plugins/ScratchPad.py: added support for media object. This is still a little simplistic. It would be nice to generate thumbnails as tooltips and to access some of the image meta data in the ui. Richard Taylor 2005-04-01 15:15:36 +00:00
  • 2d42bb07f5 2005-04-01 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * src/DdTargets.py: added dnd type for media objects * src/ImageSelect.py: altered dnd code to use gramps specific dnd target when dnd is used between gramps windows. * src/plugins/ScratchPad.py: added support for media object. This is still a little simplistic. It would be nice to generate thumbnails as tooltips and to access some of the image meta data in the ui. Richard Taylor 2005-04-01 15:15:36 +00:00
  • 70ed37833e 2005-04-01 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * src/ImageSelect.py (Gallery.on_drag_begin): tiny fix to correct image dnd Richard Taylor 2005-04-01 14:42:47 +00:00
  • 40be278f7d 2005-04-01 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * src/ImageSelect.py (Gallery.on_drag_begin): tiny fix to correct image dnd Richard Taylor 2005-04-01 14:42:47 +00:00
  • 3ee50ab98e 2005-04-01 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * src/plugins/ScratchPad.py (ScratchPadListView.register_wrapper_classes, ScratchPadName): added support for Names * src/EditPerson.py (EditPerson.__init__, EditPerson.name_drag_data_get, EditPerson.name_drag_begin, EditPerson.name_drag_data_received): added dnd for Names * src/DdTargets.py (_DdTargets.__init__, _DdTargets.all_gramps_types, _DdTargets.all_gramps_targets): added Names as dnd target. Richard Taylor 2005-04-01 14:22:26 +00:00
  • 48dfcc8f00 2005-04-01 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * src/plugins/ScratchPad.py (ScratchPadListView.register_wrapper_classes, ScratchPadName): added support for Names * src/EditPerson.py (EditPerson.__init__, EditPerson.name_drag_data_get, EditPerson.name_drag_begin, EditPerson.name_drag_data_received): added dnd for Names * src/DdTargets.py (_DdTargets.__init__, _DdTargets.all_gramps_types, _DdTargets.all_gramps_targets): added Names as dnd target. Richard Taylor 2005-04-01 14:22:26 +00:00
  • 7263714a87 2005-04-01 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * src/plugins/ScratchPad.py: changed pickle to cPickle. cPickle is much faster. * src/EditPerson.py: changed pickle to cPickle. cPickle is much faster. * src/EditPlace.py: changed pickle to cPickle. cPickle is much faster. * src/Marriage.py: changed pickle to cPickle. cPickle is much faster. * src/Sources.py: changed pickle to cPickle. cPickle is much faster. Richard Taylor 2005-04-01 13:39:34 +00:00
  • 8e27911ccc 2005-04-01 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * src/plugins/ScratchPad.py: changed pickle to cPickle. cPickle is much faster. * src/EditPerson.py: changed pickle to cPickle. cPickle is much faster. * src/EditPlace.py: changed pickle to cPickle. cPickle is much faster. * src/Marriage.py: changed pickle to cPickle. cPickle is much faster. * src/Sources.py: changed pickle to cPickle. cPickle is much faster. Richard Taylor 2005-04-01 13:39:34 +00:00
  • 3f8b592fad 2005-04-01 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * src/plugins/ScratchPad.py (ScratchPadListView.object_drag_data_received, ScratchPadListView.on_object_select_row): disables drop that originates from the pad itself and enabled dropping into the correct row as indicated by the UI. Richard Taylor 2005-04-01 13:22:28 +00:00
  • 68d6129de1 2005-04-01 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * src/plugins/ScratchPad.py (ScratchPadListView.object_drag_data_received, ScratchPadListView.on_object_select_row): disables drop that originates from the pad itself and enabled dropping into the correct row as indicated by the UI. Richard Taylor 2005-04-01 13:22:28 +00:00
  • a187ad7ab8 * src/plugins/TestcaseGenerator.py: Added generation of invalid event references of persons * src/plugins/Check.py: Check for invalid event references of persons Martin Hawlisch 2005-04-01 09:59:18 +00:00
  • 73864c588e * src/plugins/TestcaseGenerator.py: Added generation of invalid event references of persons * src/plugins/Check.py: Check for invalid event references of persons Martin Hawlisch 2005-04-01 09:59:18 +00:00
  • a0429eabd3 * src/plugins/Check.py: new database callback scheme; Use Utils.family_name. * src/plugins/ChangeNames.py: new database callback scheme * src/plugins/TestcaseGenerator.py: new database callback scheme Martin Hawlisch 2005-04-01 07:39:21 +00:00
  • 692fafe9c9 * src/plugins/Check.py: new database callback scheme; Use Utils.family_name. * src/plugins/ChangeNames.py: new database callback scheme * src/plugins/TestcaseGenerator.py: new database callback scheme Martin Hawlisch 2005-04-01 07:39:21 +00:00
  • 862ba59a2f * src/AddSpouse.py: new database callback scheme. This scheme provides a registration mechanism to signal interested objects when database commits occur. The eliminates most of all callback functions tied to interface windows. * src/AddrEdit.py: new database callback scheme * src/AttrEdit.py: new database callback scheme * src/ChooseParents.py: new database callback scheme * src/EditPerson.py: new database callback scheme * src/EditPlace.py: new database callback scheme * src/EditSource.py: new database callback scheme * src/EventEdit.py: new database callback scheme * src/FamilyView.py: new database callback scheme * src/GrampsBSDDB.py: new database callback scheme * src/GrampsDbBase.py: new database callback scheme * src/GrampsInMemDB.py: new database callback scheme * src/Marriage.py: new database callback scheme * src/NameEdit.py: new database callback scheme * src/PeopleView.py: new database callback scheme * src/PlaceView.py: new database callback scheme * src/ReadGedcom.py: new database callback scheme * src/ReadXML.py: new database callback scheme * src/SourceView.py: new database callback scheme * src/Sources.py: new database callback scheme * src/gramps_main.py: new database callback scheme Don Allingham 2005-04-01 05:33:22 +00:00
  • 19fe252c4c * src/AddSpouse.py: new database callback scheme. This scheme provides a registration mechanism to signal interested objects when database commits occur. The eliminates most of all callback functions tied to interface windows. * src/AddrEdit.py: new database callback scheme * src/AttrEdit.py: new database callback scheme * src/ChooseParents.py: new database callback scheme * src/EditPerson.py: new database callback scheme * src/EditPlace.py: new database callback scheme * src/EditSource.py: new database callback scheme * src/EventEdit.py: new database callback scheme * src/FamilyView.py: new database callback scheme * src/GrampsBSDDB.py: new database callback scheme * src/GrampsDbBase.py: new database callback scheme * src/GrampsInMemDB.py: new database callback scheme * src/Marriage.py: new database callback scheme * src/NameEdit.py: new database callback scheme * src/PeopleView.py: new database callback scheme * src/PlaceView.py: new database callback scheme * src/ReadGedcom.py: new database callback scheme * src/ReadXML.py: new database callback scheme * src/SourceView.py: new database callback scheme * src/Sources.py: new database callback scheme * src/gramps_main.py: new database callback scheme Don Allingham 2005-04-01 05:33:22 +00:00
  • c427a2b0f4 * src/plugins/ScratchPad.py (ScratchPadWindow.__init__): Minor change. Alex Roitman 2005-04-01 05:09:59 +00:00
  • ff098f8093 * src/plugins/ScratchPad.py (ScratchPadWindow.__init__): Minor change. Alex Roitman 2005-04-01 05:09:59 +00:00
  • feb263c48e * src/GrampsBSDDB.py (upgrade): Delegate particular versioned upgrades to separate methods; provide upgrade_5 method. * src/RelLib.py: Remove place from MediaObjects; minor improvements. * src/SourceView.py (button_press): Proper selection on double-click. * src/plugins/Check.py (check_for_broken_family_links): Typo. Alex Roitman 2005-04-01 04:34:31 +00:00
  • 6ed43eb355 * src/GrampsBSDDB.py (upgrade): Delegate particular versioned upgrades to separate methods; provide upgrade_5 method. * src/RelLib.py: Remove place from MediaObjects; minor improvements. * src/SourceView.py (button_press): Proper selection on double-click. * src/plugins/Check.py (check_for_broken_family_links): Typo. Alex Roitman 2005-04-01 04:34:31 +00:00
  • f7de2b1f0e Update Alex Roitman 2005-04-01 04:28:00 +00:00
  • 4e41a60fa9 Update Alex Roitman 2005-04-01 04:28:00 +00:00
  • a546846787 * plugins/TestcaseGenerator.py: Added a dialog to specify what is to be generated and a ProgressBar. Enhanced family tree generation and randomized names a little more. You can now generate thousands of people :-) Martin Hawlisch 2005-03-31 14:23:39 +00:00
  • ef004a26a8 * plugins/TestcaseGenerator.py: Added a dialog to specify what is to be generated and a ProgressBar. Enhanced family tree generation and randomized names a little more. You can now generate thousands of people :-) Martin Hawlisch 2005-03-31 14:23:39 +00:00
  • 306b962470 2005-03-31 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * src/plugins/stock_link.png: added icon for scratchpad display * src/DdTargets.py (all_text): new method to return all text ddtypes * src/TreeTips.py (__treetip_show): added support for tips to be callable methods so that tips can be generated on the fly. * src/plugins/Makefile.am: added stock_link.png icon * src/plugins/ScratchPad.py: almost complete rewrite to make proper use of gtk widgets and make more flexible for adding support for new dnd object types. Added link icon if the object is a link to a primary object. Richard Taylor 2005-03-31 13:16:20 +00:00
  • 24c870a234 2005-03-31 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * src/plugins/stock_link.png: added icon for scratchpad display * src/DdTargets.py (all_text): new method to return all text ddtypes * src/TreeTips.py (__treetip_show): added support for tips to be callable methods so that tips can be generated on the fly. * src/plugins/Makefile.am: added stock_link.png icon * src/plugins/ScratchPad.py: almost complete rewrite to make proper use of gtk widgets and make more flexible for adding support for new dnd object types. Added link icon if the object is a link to a primary object. Richard Taylor 2005-03-31 13:16:20 +00:00
  • 1d6f8fba1d * src/MergePeople.py: provide more date in compare window, fix event merging for families. Copy alternate names. * src/plugins/Merge.py: support for new merge technique * src/PeopleView.py: divide rebuild_data into two functions * src/PeopleModel.py: clean up insertion functions * src/gramps_main.py: remove unused code Don Allingham 2005-03-31 04:30:44 +00:00
  • b2de2eaa67 * src/MergePeople.py: provide more date in compare window, fix event merging for families. Copy alternate names. * src/plugins/Merge.py: support for new merge technique * src/PeopleView.py: divide rebuild_data into two functions * src/PeopleModel.py: clean up insertion functions * src/gramps_main.py: remove unused code Don Allingham 2005-03-31 04:30:44 +00:00
  • f99d6bd94c * src/MergePeople.py: provide more date in compare window, fix event merging for families. Copy alternate names. Don Allingham 2005-03-31 03:54:17 +00:00
  • 3555a567a3 * src/MergePeople.py: provide more date in compare window, fix event merging for families. Copy alternate names. Don Allingham 2005-03-31 03:54:17 +00:00
  • 3cb21669f1 update Don Allingham 2005-03-31 03:33:27 +00:00
  • deed870ac6 update Don Allingham 2005-03-31 03:33:27 +00:00
  • a47aacddfc * src/MergePeople.py: provide more date in compare window, fix event merging for families. Don Allingham 2005-03-31 03:30:16 +00:00
  • 547379eadf * src/MergePeople.py: provide more date in compare window, fix event merging for families. Don Allingham 2005-03-31 03:30:16 +00:00
  • 84685b2112 small typo Martin Hawlisch 2005-03-30 20:44:12 +00:00
  • 0a8fa3357b small typo Martin Hawlisch 2005-03-30 20:44:12 +00:00
  • 5e1777d59e * plugins/TestcaseGenerator.py: Added some more testcases of invalid relations * plugins/Check.py: Added some comments an handling for some more invalid references Martin Hawlisch 2005-03-30 10:37:40 +00:00
  • a8a02b241e * plugins/TestcaseGenerator.py: Added some more testcases of invalid relations * plugins/Check.py: Added some comments an handling for some more invalid references Martin Hawlisch 2005-03-30 10:37:40 +00:00
  • 97a3400d21 update Don Allingham 2005-03-30 03:50:25 +00:00
  • 94d4aa7288 update Don Allingham 2005-03-30 03:50:25 +00:00
  • 92d7132add * src/ReadXML.py: handle date object on names * src/gramps.glade: add menu items for merging * src/MergePeople.py: new person merge * src/gramps_main.py: merge handling callbacks * src/mergedata.glade: updated interface for merging Don Allingham 2005-03-30 01:45:14 +00:00
  • 9d2dffcc9d * src/ReadXML.py: handle date object on names * src/gramps.glade: add menu items for merging * src/MergePeople.py: new person merge * src/gramps_main.py: merge handling callbacks * src/mergedata.glade: updated interface for merging Don Allingham 2005-03-30 01:45:14 +00:00
  • c25d2162ed * src/gramps_main.py (undo_callback,redo_callback): Minor improvements, (read_file): Always re-initialize Undo and Redo items to insensitive blanks after new database load; (post_load): Set up database's callbacks for Undo and Redo after load. * src/gramps.glade: Make Redo label non-stock to allow label change. Alex Roitman 2005-03-29 19:47:59 +00:00
  • 1856f08d98 * src/gramps_main.py (undo_callback,redo_callback): Minor improvements, (read_file): Always re-initialize Undo and Redo items to insensitive blanks after new database load; (post_load): Set up database's callbacks for Undo and Redo after load. * src/gramps.glade: Make Redo label non-stock to allow label change. Alex Roitman 2005-03-29 19:47:59 +00:00
  • a1ede6bcfb * src/gramps_main.py (delete_person_response): Object/handle mixups, remove unneeded commits. Alex Roitman 2005-03-29 16:41:40 +00:00
  • 753b5c28ec * src/gramps_main.py (delete_person_response): Object/handle mixups, remove unneeded commits. Alex Roitman 2005-03-29 16:41:40 +00:00
  • f3041afc72 * src/Witness.py (WitnessEditor.__init__): Work around missing reference. Alex Roitman 2005-03-29 16:05:50 +00:00
  • d05a9a483a * src/Witness.py (WitnessEditor.__init__): Work around missing reference. Alex Roitman 2005-03-29 16:05:50 +00:00
  • cc8eb16bfc 2005-03-29 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * src/plugins/ScratchPad.py (on_object_select_row): fixed the drop of text into TextView widgets. Richard Taylor 2005-03-29 15:19:26 +00:00
  • 14526ad71d 2005-03-29 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * src/plugins/ScratchPad.py (on_object_select_row): fixed the drop of text into TextView widgets. Richard Taylor 2005-03-29 15:19:26 +00:00
  • 91ffd57ee5 2005-03-29 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * src/DdTargets.py: add family targets to target list functions * src/Marriage.py (at_dest_drag_data_received, ev_dest_drag_data_received, ev_source_drag_data_get, at_source_drag_data_get): fixed dnd methods and added use of DdTarget types. * src/plugins/ScratchPad.py (generate_family_event_tooltip, generate_family_event_tooltip, redraw_object_list): added support for family events and attributes. Richard Taylor 2005-03-29 13:16:24 +00:00
  • 0bb98262c9 2005-03-29 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * src/DdTargets.py: add family targets to target list functions * src/Marriage.py (at_dest_drag_data_received, ev_dest_drag_data_received, ev_source_drag_data_get, at_source_drag_data_get): fixed dnd methods and added use of DdTarget types. * src/plugins/ScratchPad.py (generate_family_event_tooltip, generate_family_event_tooltip, redraw_object_list): added support for family events and attributes. Richard Taylor 2005-03-29 13:16:24 +00:00
  • e11c8d99cc Update Alex Roitman 2005-03-28 05:05:38 +00:00
  • c5f181eecb Update Alex Roitman 2005-03-28 05:05:38 +00:00
  • f2f913bec9 Update Alex Roitman 2005-03-28 04:59:04 +00:00
  • 18579c0a65 Update Alex Roitman 2005-03-28 04:59:04 +00:00
  • b3fa7d644d * src/RelLib.py (NoteBase,PlaceBase): Add new classes. * src/ReadGedcom.py: Use get_note for comments. * src/ReadXML.py: Use get_note for comments. * src/Sources.py: Use get_note for comments. * src/WriteGedcom.py: Use get_note for comments. * src/WriteXML.py: Use get_note for comments. * src/plugins/Ancestors.py: Use get_note for comments. * src/plugins/FtmStyleAncestors.py: Use get_note for comments. * src/plugins/FtmStyleDescendants.py: Use get_note for comments. * src/plugins/NavWebPage.py: Use get_note for comments. * src/plugins/ScratchPad.py: Use get_note for comments. * src/plugins/WebPage.py: Use get_note for comments. Alex Roitman 2005-03-28 04:58:28 +00:00
  • adfdc9c807 * src/RelLib.py (NoteBase,PlaceBase): Add new classes. * src/ReadGedcom.py: Use get_note for comments. * src/ReadXML.py: Use get_note for comments. * src/Sources.py: Use get_note for comments. * src/WriteGedcom.py: Use get_note for comments. * src/WriteXML.py: Use get_note for comments. * src/plugins/Ancestors.py: Use get_note for comments. * src/plugins/FtmStyleAncestors.py: Use get_note for comments. * src/plugins/FtmStyleDescendants.py: Use get_note for comments. * src/plugins/NavWebPage.py: Use get_note for comments. * src/plugins/ScratchPad.py: Use get_note for comments. * src/plugins/WebPage.py: Use get_note for comments. Alex Roitman 2005-03-28 04:58:28 +00:00
  • 76095fbc96 * src/SourceView.py: connect SourceView.merge into the multiple selection mechanism Don Allingham 2005-03-28 04:36:09 +00:00
  • 7bc078bb43 * src/SourceView.py: connect SourceView.merge into the multiple selection mechanism Don Allingham 2005-03-28 04:36:09 +00:00
  • d49a70b3f1 * src/MergeData.py: Files for places and sources. * src/PlaceView.py (build_context_menu): Typo. * src/SourceView.py (__init__,build_tree): Allow multiple, selections; (merge): Add placeholder method (borrowed from places, needs work. * src/gramps_main.py (on_views_switch_page): Enable merge button; (on_merge_activate): Call merge for sources. Alex Roitman 2005-03-28 04:22:09 +00:00
  • 59e1448c9e * src/MergeData.py: Files for places and sources. * src/PlaceView.py (build_context_menu): Typo. * src/SourceView.py (__init__,build_tree): Allow multiple, selections; (merge): Add placeholder method (borrowed from places, needs work. * src/gramps_main.py (on_views_switch_page): Enable merge button; (on_merge_activate): Call merge for sources. Alex Roitman 2005-03-28 04:22:09 +00:00
  • 9efa0094df * src/RelLib.py (Source.replace_source_references): Add method. * src/MergeData.py (MergeSources.merge): Use new handle replacement. Alex Roitman 2005-03-27 06:14:06 +00:00
  • eacd125000 * src/RelLib.py (Source.replace_source_references): Add method. * src/MergeData.py (MergeSources.merge): Use new handle replacement. Alex Roitman 2005-03-27 06:14:06 +00:00
  • c04ffca6e3 * src/MergeData.py: Add interface support for parents/family merging Don Allingham 2005-03-26 23:50:56 +00:00
  • 8c5668983e * src/MergeData.py: Add interface support for parents/family merging Don Allingham 2005-03-26 23:50:56 +00:00
  • f0836d0233 * src/plugins/Check.py (check_parent_relationships): Catch some more database errors. Messages in the report still need some work. * src/plugins/TestcaseGenerator.py: New plugin that creates some of the errors that crashed Check.py before. Martin Hawlisch 2005-03-26 21:59:15 +00:00
  • 510bc975ac * src/plugins/Check.py (check_parent_relationships): Catch some more database errors. Messages in the report still need some work. * src/plugins/TestcaseGenerator.py: New plugin that creates some of the errors that crashed Check.py before. Martin Hawlisch 2005-03-26 21:59:15 +00:00
  • b0d3ab87aa * src/EventEdit.py: Display error message if event type not specified. * src/gramps_main.py: fix merge callback Don Allingham 2005-03-26 15:27:39 +00:00
  • 20a785d887 * src/EventEdit.py: Display error message if event type not specified. * src/gramps_main.py: fix merge callback Don Allingham 2005-03-26 15:27:39 +00:00
  • bfcd1b8a34 * src/plugins/Check.py (check_parent_relationships): typo Martin Hawlisch 2005-03-26 15:00:05 +00:00
  • bbb46e93c6 * src/plugins/Check.py (check_parent_relationships): typo Martin Hawlisch 2005-03-26 15:00:05 +00:00
  • 40cec6825e * src/plugins/Check.py: Add check for child handle in family, that does no longer exist in database Martin Hawlisch 2005-03-26 10:53:27 +00:00
  • 501596d92a * src/plugins/Check.py: Add check for child handle in family, that does no longer exist in database Martin Hawlisch 2005-03-26 10:53:27 +00:00
  • c6551bef5f 2005-03-25 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * src/ScratchPad.py (ScratchPadWindow): moved content of pad to a class attribute so that it is preserved when the pad is closed. * src/ScratchPad.py (add_itself_to_menu, remove_itself_from_menu): removed large section of commented code. Richard Taylor 2005-03-25 21:20:12 +00:00
  • 0b5eeddbd1 2005-03-25 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * src/ScratchPad.py (ScratchPadWindow): moved content of pad to a class attribute so that it is preserved when the pad is closed. * src/ScratchPad.py (add_itself_to_menu, remove_itself_from_menu): removed large section of commented code. Richard Taylor 2005-03-25 21:20:12 +00:00
  • 90b319081e 2005-03-25 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * src/Sources.py: converted to use DdTargets.py * src/FamilyView.py: converted to use DdTargets.py * src/EditPerson.py: converted to use DdTargets.py * src/EditPlace.py: converted to use DdTargets.py * src/Marriage.py: converted to use DdTargets.py * src/DdTargets.py: added targets for FAMILY_EVENT, FAMILY_ATTRIBUTE, CHILD and SPOUSE Richard Taylor 2005-03-25 21:05:09 +00:00
  • 972608e9e0 2005-03-25 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * src/Sources.py: converted to use DdTargets.py * src/FamilyView.py: converted to use DdTargets.py * src/EditPerson.py: converted to use DdTargets.py * src/EditPlace.py: converted to use DdTargets.py * src/Marriage.py: converted to use DdTargets.py * src/DdTargets.py: added targets for FAMILY_EVENT, FAMILY_ATTRIBUTE, CHILD and SPOUSE Richard Taylor 2005-03-25 21:05:09 +00:00
  • 4c16bd7fc7 * src/plugins/FilterEditor.py: single instance, help. * src/rule.glade: icon, help. * src/plugins/SoundGen.py: single instance, icon, help. * src/soundex.glade: help. * src/plugins/RelCalc.py: icon. * src/plugins/ScratchPad.py: single instance, help. * src/scratchpad.glade: help. Alex Roitman 2005-03-25 03:34:52 +00:00
  • 5f0f7001fa * src/plugins/FilterEditor.py: single instance, help. * src/rule.glade: icon, help. * src/plugins/SoundGen.py: single instance, icon, help. * src/soundex.glade: help. * src/plugins/RelCalc.py: icon. * src/plugins/ScratchPad.py: single instance, help. * src/scratchpad.glade: help. Alex Roitman 2005-03-25 03:34:52 +00:00
  • 27aac5b936 * src/plugins/ChangeTypes.py: icon, window management, single instance. * src/plugins/changetype.glade: delete event. * src/plugins/ReorderIds.py: Disable for the time being. * src/plugins/Eval.py: icon, window management, single instance. * src/plugins/eval.glade: dialog. * src/plugins/Leak.py: icon, window management, single instance. * src/plugins/leak.glade: dialog. Alex Roitman 2005-03-25 00:24:37 +00:00
  • 0f1878e639 * src/plugins/ChangeTypes.py: icon, window management, single instance. * src/plugins/changetype.glade: delete event. * src/plugins/ReorderIds.py: Disable for the time being. * src/plugins/Eval.py: icon, window management, single instance. * src/plugins/eval.glade: dialog. * src/plugins/Leak.py: icon, window management, single instance. * src/plugins/leak.glade: dialog. Alex Roitman 2005-03-25 00:24:37 +00:00
  • abc641907a Update Alex Roitman 2005-03-24 18:54:30 +00:00
  • 405ff3259b Update Alex Roitman 2005-03-24 18:54:30 +00:00
  • 11e374e464 * src/RelLib.py (Witness.__init__): Typo. * src/plugins/Check.py (cleanup_missing_photos): Use new mediaref detection/removal, icons, window management. * src/plugins/summary.glade: non-modal dialog. * src/plugins/Verify.py (VerifyResults): Use title once. Alex Roitman 2005-03-24 17:17:01 +00:00
  • aca6e4ad2d * src/RelLib.py (Witness.__init__): Typo. * src/plugins/Check.py (cleanup_missing_photos): Use new mediaref detection/removal, icons, window management. * src/plugins/summary.glade: non-modal dialog. * src/plugins/Verify.py (VerifyResults): Use title once. Alex Roitman 2005-03-24 17:17:01 +00:00
  • 11df9a8830 2005-03-24 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * src/DdTargets.py: new module to manage drag and drop target data. * src/Makefile.am: added DdTargets.py * src/ScratchPad.py: modified to use DdTargets.py. This is the first stage. I will look at modifying EditPersons.py to use DdTargets.py next Richard Taylor 2005-03-24 13:44:54 +00:00
  • cced1bce37 2005-03-24 Richard Taylor <rjt-gramps@thegrindstone.me.uk> * src/DdTargets.py: new module to manage drag and drop target data. * src/Makefile.am: added DdTargets.py * src/ScratchPad.py: modified to use DdTargets.py. This is the first stage. I will look at modifying EditPersons.py to use DdTargets.py next Richard Taylor 2005-03-24 13:44:54 +00:00
  • fbd8c05dd8 * src/gramps_main.py (tool_callback): Typo. * src/QuestionDialog.py: Use gramps icon. * src/plugins/EventCmp.py: HIG; single instance; help. * src/plugins/eventcmp.glade: HIG; help. * src/plugins/Desbrowser.py: HIG, help, rebuild model after edit. * src/plugins/desbrowse.glade: help, info label. * src/plugins/PatchNames.py: HIG, help, single instance. * src/plugins/patchnames.glade: HIG, help. * src/plugins/Merge.py: HIG, help, single instance. * src/plugins/merge.glade: HIG, help. * src/plugins/ChangeNames.py: HIG, help, single instance. Alex Roitman 2005-03-24 06:22:25 +00:00
  • 77b07938b4 * src/gramps_main.py (tool_callback): Typo. * src/QuestionDialog.py: Use gramps icon. * src/plugins/EventCmp.py: HIG; single instance; help. * src/plugins/eventcmp.glade: HIG; help. * src/plugins/Desbrowser.py: HIG, help, rebuild model after edit. * src/plugins/desbrowse.glade: help, info label. * src/plugins/PatchNames.py: HIG, help, single instance. * src/plugins/patchnames.glade: HIG, help. * src/plugins/Merge.py: HIG, help, single instance. * src/plugins/merge.glade: HIG, help. * src/plugins/ChangeNames.py: HIG, help, single instance. Alex Roitman 2005-03-24 06:22:25 +00:00
  • 3d0f39acd7 * src/plugins/Verify.py (VerifyResults): Add class for displaying results; help for the settings window; single instance of the tool. * src/plugins/verify.glade: HIG compliance, break things into tabs. Alex Roitman 2005-03-24 03:27:02 +00:00
  • 2c47e2bfb2 * src/plugins/Verify.py (VerifyResults): Add class for displaying results; help for the settings window; single instance of the tool. * src/plugins/verify.glade: HIG compliance, break things into tabs. Alex Roitman 2005-03-24 03:27:02 +00:00
  • e96dc7d58e * src/EventEdit.py: Display error message if event type not specified. * src/gramps_main.py: fix merge callback Don Allingham 2005-03-23 22:58:46 +00:00
  • f1e334381b * src/EventEdit.py: Display error message if event type not specified. * src/gramps_main.py: fix merge callback Don Allingham 2005-03-23 22:58:46 +00:00
  • d1e0b29d38 * doc/gramps-manual/de/*.xml: Incorporated changes from STABLE branch. Martin Hawlisch 2005-03-23 22:13:33 +00:00
  • 00e5489ed4 * doc/gramps-manual/de/*.xml: Incorporated changes from STABLE branch. Martin Hawlisch 2005-03-23 22:13:33 +00:00