Commit Graph

  • c0bc367b86 * src/AddSpouse.py (select_spouse_clicked): Prevent adding child of the family as a spouse in that family. Alex Roitman 2005-03-10 04:57:22 +00:00
  • 3c0dda05f7 * src/AddSpouse.py (select_spouse_clicked): Prevent adding child of the family as a spouse in that family. Alex Roitman 2005-03-10 04:57:22 +00:00
  • db8bc4a5a7 Update Alex Roitman 2005-03-10 04:14:03 +00:00
  • 697eb9a721 Update Alex Roitman 2005-03-10 04:14:03 +00:00
  • 9041c520d5 * src/ChooseParents.py: Fix widget sensitivity problem, assign integer value instead of string to relationship type * src/FamilyView.py: fix child relationship display value * src/GrampsBSDDB.py: upgrade to DB version 4 (remove string relationship types) Don Allingham 2005-03-10 01:38:08 +00:00
  • b1b8d68b83 * src/ChooseParents.py: Fix widget sensitivity problem, assign integer value instead of string to relationship type * src/FamilyView.py: fix child relationship display value * src/GrampsBSDDB.py: upgrade to DB version 4 (remove string relationship types) Don Allingham 2005-03-10 01:38:08 +00:00
  • 9ad57e1c2f * src/EditPerson.py: call new_after_edit instead of update_after_edit for new people. Don Allingham 2005-03-10 01:02:09 +00:00
  • ebedde9f09 * src/EditPerson.py: call new_after_edit instead of update_after_edit for new people. Don Allingham 2005-03-10 01:02:09 +00:00
  • ce1d3b0ed8 * src/FamilyView.py: Correct constants for birth relationship. Alex Roitman 2005-03-10 00:28:57 +00:00
  • ddff08d24e * src/FamilyView.py: Correct constants for birth relationship. Alex Roitman 2005-03-10 00:28:57 +00:00
  • 4c545b90d0 * src/ReadXML.py (start_childof): Use integer relations. * src/WriteXML.py (write_xml_data): Properly test frel. * src/rule.glade: Change button label; add "need to close" label. * src/EditPlace.py: Typo. Alex Roitman 2005-03-10 00:04:50 +00:00
  • 8c1061b9a7 * src/ReadXML.py (start_childof): Use integer relations. * src/WriteXML.py (write_xml_data): Properly test frel. * src/rule.glade: Change button label; add "need to close" label. * src/EditPlace.py: Typo. Alex Roitman 2005-03-10 00:04:50 +00:00
  • d5e54d4ed4 Update Alex Roitman 2005-03-09 23:06:51 +00:00
  • dce5cc2a9b Update Alex Roitman 2005-03-09 23:06:51 +00:00
  • 97a0add0a7 * src/EditPerson.py: add srcref as a drag and drop item * src/EditPlace.py: add srcref as a drag and drop item * src/Marriage.py: add srcref as a drag and drop item * src/WriteGedcom.py: catch empty event * src/Sources.py: add drag-n-drop for source references Don Allingham 2005-03-09 22:59:24 +00:00
  • e21dac81bf * src/EditPerson.py: add srcref as a drag and drop item * src/EditPlace.py: add srcref as a drag and drop item * src/Marriage.py: add srcref as a drag and drop item * src/WriteGedcom.py: catch empty event * src/Sources.py: add drag-n-drop for source references Don Allingham 2005-03-09 22:59:24 +00:00
  • 354f27f46a * src/GenericFilter.py (IsDefaultPerson,IsSiblingOfFilterMatch): Add filter rules. Alex Roitman 2005-03-09 17:47:23 +00:00
  • a5c857809f * src/GenericFilter.py (IsDefaultPerson,IsSiblingOfFilterMatch): Add filter rules. Alex Roitman 2005-03-09 17:47:23 +00:00
  • 82b719bddc * srcNameEdit.py: assign date on close Don Allingham 2005-03-09 17:12:58 +00:00
  • 9b7c7bc4f2 * srcNameEdit.py: assign date on close Don Allingham 2005-03-09 17:12:58 +00:00
  • 7714274635 * src/data/gramps.schemas: Place dont-ask key into interface dir. * src/Marriage.py (did_data_change): Compare gramps_id, not handle. Alex Roitman 2005-03-09 16:25:15 +00:00
  • 3ccc11f763 * src/data/gramps.schemas: Place dont-ask key into interface dir. * src/Marriage.py (did_data_change): Compare gramps_id, not handle. Alex Roitman 2005-03-09 16:25:15 +00:00
  • 4646ad519f * src/PedView.py: Import RelLib for accessing relationship constants. * src/NameEdit.py: Use empty Date for newly created name. Alex Roitman 2005-03-09 16:06:22 +00:00
  • 38183c6024 * src/PedView.py: Import RelLib for accessing relationship constants. * src/NameEdit.py: Use empty Date for newly created name. Alex Roitman 2005-03-09 16:06:22 +00:00
  • a6cf17065a * src/ChooseParents.py: Stop parent selection window from being modal; fix child/parent relations from strings to integers. Alex Roitman 2005-03-09 04:50:10 +00:00
  • 25624f61d9 * src/ChooseParents.py: Stop parent selection window from being modal; fix child/parent relations from strings to integers. Alex Roitman 2005-03-09 04:50:10 +00:00
  • d0f69b802b * src/ChooseParents.py: change _nsort to _model * src/GrampsBSDDB.py: fix event secondary index function to that the event name is used instead of the GRAMPS id. Don Allingham 2005-03-09 03:58:44 +00:00
  • 761733ae1e * src/ChooseParents.py: change _nsort to _model * src/GrampsBSDDB.py: fix event secondary index function to that the event name is used instead of the GRAMPS id. Don Allingham 2005-03-09 03:58:44 +00:00
  • 7cd4156a6b * src/plugins/FilterEditor.py (on_delete_event,close_filter_editor): Update filter ComboBox in the main window. * src/gramps_main.py (init_filters): Clear layout before rebuilding. Alex Roitman 2005-03-09 01:08:49 +00:00
  • 5438164231 * src/plugins/FilterEditor.py (on_delete_event,close_filter_editor): Update filter ComboBox in the main window. * src/gramps_main.py (init_filters): Clear layout before rebuilding. Alex Roitman 2005-03-09 01:08:49 +00:00
  • c46dff68a2 * src/EditPerson.py (__init__): Only set update sources if possible (calls from ChooseParents don't provide the correct parent, but then the full update goes on anyway). * src/ChooseParents.py (mother_list_select_row, father_list_select_row): Comment out auto-selection of parents. Alex Roitman 2005-03-08 22:24:41 +00:00
  • d7fe0d91e6 * src/EditPerson.py (__init__): Only set update sources if possible (calls from ChooseParents don't provide the correct parent, but then the full update goes on anyway). * src/ChooseParents.py (mother_list_select_row, father_list_select_row): Comment out auto-selection of parents. Alex Roitman 2005-03-08 22:24:41 +00:00
  • 00e0bdfff8 * src/Marriage.py (on_add_clicked,on_event_update_clicked): Typos. * src/AddSpouse.py (select_spouse_clicked): Typo. Alex Roitman 2005-03-08 22:02:49 +00:00
  • cff7c00db4 * src/Marriage.py (on_add_clicked,on_event_update_clicked): Typos. * src/AddSpouse.py (select_spouse_clicked): Typo. Alex Roitman 2005-03-08 22:02:49 +00:00
  • e1f5b991ec * src/DbPrompter.py (ImportDbPrompter.chooser): Typo. Alex Roitman 2005-03-08 21:11:48 +00:00
  • c22dae3716 * src/DbPrompter.py (ImportDbPrompter.chooser): Typo. Alex Roitman 2005-03-08 21:11:48 +00:00
  • 00b730208c Update Alex Roitman 2005-03-08 17:41:30 +00:00
  • 2053a75470 Update Alex Roitman 2005-03-08 17:41:30 +00:00
  • 3c269fabd2 Update Alex Roitman 2005-03-08 17:25:09 +00:00
  • bee87ee2a9 Update Alex Roitman 2005-03-08 17:25:09 +00:00
  • c882cf1633 * src/EditPerson.py: Remove numerous multiple definitions. * src/AttrEdit.py (__init__): Set text to translated attribute type. * src/const.py.in (display_attr): Add function. Alex Roitman 2005-03-08 17:18:33 +00:00
  • c85c5cc4af * src/EditPerson.py: Remove numerous multiple definitions. * src/AttrEdit.py (__init__): Set text to translated attribute type. * src/const.py.in (display_attr): Add function. Alex Roitman 2005-03-08 17:18:33 +00:00
  • ba1a7e55fe * src/AddrEdit.py: Typo. * src/EditPerson.py (on_add_addr_clicked): Typos. * src/EditSource.py (display_references): Add lots of missed source references. * src/ImageSelect.py: Use PluginsMgr instead of Plugins. Alex Roitman 2005-03-08 03:14:25 +00:00
  • 5867ce9c30 * src/AddrEdit.py: Typo. * src/EditPerson.py (on_add_addr_clicked): Typos. * src/EditSource.py (display_references): Add lots of missed source references. * src/ImageSelect.py: Use PluginsMgr instead of Plugins. Alex Roitman 2005-03-08 03:14:25 +00:00
  • 01eb6f63f2 * src/RelLib.py: more documentation Don Allingham 2005-03-08 01:11:50 +00:00
  • 5e1d964551 * src/RelLib.py: more documentation Don Allingham 2005-03-08 01:11:50 +00:00
  • 734753c196 * src/gramps_main.py (post_load): Upgrade even if no callback. Alex Roitman 2005-03-07 13:49:14 +00:00
  • b017df054a * src/gramps_main.py (post_load): Upgrade even if no callback. Alex Roitman 2005-03-07 13:49:14 +00:00
  • 7c702ed2d3 Update Alex Roitman 2005-03-07 13:47:17 +00:00
  • 85e38877b4 Update Alex Roitman 2005-03-07 13:47:17 +00:00
  • a10dff3414 * src/GrampsBSDDB.py: display upgrade messages to stdout Don Allingham 2005-03-07 04:57:22 +00:00
  • 44c64eac09 * src/GrampsBSDDB.py: display upgrade messages to stdout Don Allingham 2005-03-07 04:57:22 +00:00
  • 17dcd45d3c * src/GrampsBSDDB.py: add upgrade to version 3 for new Name type * src/NameEdit.py: add date editor field * src/ReadXML.py: read date field attached to a name * src/WriteXML.py: write date field attached to a name * src/RelLib.py: add date field to Name * src/gramps.glade: add date editor field to Name Editor dialog Don Allingham 2005-03-06 23:47:26 +00:00
  • 47efc514f4 * src/GrampsBSDDB.py: add upgrade to version 3 for new Name type * src/NameEdit.py: add date editor field * src/ReadXML.py: read date field attached to a name * src/WriteXML.py: write date field attached to a name * src/RelLib.py: add date field to Name * src/gramps.glade: add date editor field to Name Editor dialog Don Allingham 2005-03-06 23:47:26 +00:00
  • 49e549b5ae * src/EditSource.py (display_references): List source's references from personal and family gallery objects. Alex Roitman 2005-03-06 18:32:14 +00:00
  • 6fdd7e2556 * src/EditSource.py (display_references): List source's references from personal and family gallery objects. Alex Roitman 2005-03-06 18:32:14 +00:00
  • 43ffb556fd * src/GenericFilter.py (HasAttribute.apply): Make work when no value is given; (HasFamilyAttribute.apply): Make work when no value is given. Alex Roitman 2005-03-04 15:15:20 +00:00
  • b808432d36 * src/GenericFilter.py (HasAttribute.apply): Make work when no value is given; (HasFamilyAttribute.apply): Make work when no value is given. Alex Roitman 2005-03-04 15:15:20 +00:00
  • e777c67ec1 * src/GenericFilter.py (HasAttribute.apply): Fix the rule. (HasFamilyAttribute.apply): Fix the rule. * src/Marriage.py (on_update_attr_clicked,on_add_attr_clicked): Pass the window to the attribute editor. Alex Roitman 2005-03-03 15:00:55 +00:00
  • 91bcc33a22 * src/GenericFilter.py (HasAttribute.apply): Fix the rule. (HasFamilyAttribute.apply): Fix the rule. * src/Marriage.py (on_update_attr_clicked,on_add_attr_clicked): Pass the window to the attribute editor. Alex Roitman 2005-03-03 15:00:55 +00:00
  • ae9fcaed52 * src/plugins/Makefile.am: Stop shipping ReadNative.py. Alex Roitman 2005-03-03 05:43:41 +00:00
  • b99f1b4019 * src/plugins/Makefile.am: Stop shipping ReadNative.py. Alex Roitman 2005-03-03 05:43:41 +00:00
  • bf94c0f844 * src/ChooseParents.py: use integers instead of strings for relationship types * src/PedView.py: use integers instead of strings for relationship types * src/ReadGedcom.py: use integers instead of strings for relationship types * src/ReadXML.py: use integers instead of strings for relationship types * src/RelLib.py: use integers instead of strings for relationship types * src/SelectChild.py: use integers instead of strings for relationship types * src/WriteXML.py: use integers instead of strings for relationship types * src/const.py.in: use integers instead of strings for relationship types * src/gramps_main.py: call database update function * src/GrampsBSDDB.py: add database upgrade function * src/GrampsDbBase.py: add database upgrade function Don Allingham 2005-03-03 05:33:22 +00:00
  • 31f3958a1c * src/ChooseParents.py: use integers instead of strings for relationship types * src/PedView.py: use integers instead of strings for relationship types * src/ReadGedcom.py: use integers instead of strings for relationship types * src/ReadXML.py: use integers instead of strings for relationship types * src/RelLib.py: use integers instead of strings for relationship types * src/SelectChild.py: use integers instead of strings for relationship types * src/WriteXML.py: use integers instead of strings for relationship types * src/const.py.in: use integers instead of strings for relationship types * src/gramps_main.py: call database update function * src/GrampsBSDDB.py: add database upgrade function * src/GrampsDbBase.py: add database upgrade function Don Allingham 2005-03-03 05:33:22 +00:00
  • 737e0acf71 * src/plugins/FilterEditor.py: Multiple fixes. * src/GenericFilter.py: Multiple fixes. Alex Roitman 2005-03-03 05:13:47 +00:00
  • 164cfe3983 * src/plugins/FilterEditor.py: Multiple fixes. * src/GenericFilter.py: Multiple fixes. Alex Roitman 2005-03-03 05:13:47 +00:00
  • c4686821c7 fix for older glade Don Allingham 2005-03-03 01:44:56 +00:00
  • 4069b80066 fix for older glade Don Allingham 2005-03-03 01:44:56 +00:00
  • fa418ea4a8 * src/Marriage.py: fix lds menu Don Allingham 2005-03-03 01:42:17 +00:00
  • bcee9aa364 * src/Marriage.py: fix lds menu Don Allingham 2005-03-03 01:42:17 +00:00
  • 01431cee86 * src/AddSpouse.py: use ComboBox instead of ComboBoxEntry for handling child/parent relationships * src/ChooseParents.py: use ComboBox instead of ComboBoxEntry for handling child/parent relationships * src/FamilyView.py: use ModifyParents instead of EditRel * src/SelectChild.py: use ComboBox instead of ComboBoxEntry for handling child/parent relationships. Remove EditRel class * src/gramps.glade: use ComboBox instead of ComboBoxEntry for handling child/parent relationships, delete editrel Don Allingham 2005-03-02 20:48:58 +00:00
  • 3f12ec9563 * src/AddSpouse.py: use ComboBox instead of ComboBoxEntry for handling child/parent relationships * src/ChooseParents.py: use ComboBox instead of ComboBoxEntry for handling child/parent relationships * src/FamilyView.py: use ModifyParents instead of EditRel * src/SelectChild.py: use ComboBox instead of ComboBoxEntry for handling child/parent relationships. Remove EditRel class * src/gramps.glade: use ComboBox instead of ComboBoxEntry for handling child/parent relationships, delete editrel Don Allingham 2005-03-02 20:48:58 +00:00
  • 9a507d524c * src/DbPrompter.py (ImportDbPrompter.chooser): Explicitly import XML and GEDCOM. * src/plugins/FilterEditor.py (MySelect.get_text): Typo. Alex Roitman 2005-03-02 14:00:51 +00:00
  • 028ed21efc * src/DbPrompter.py (ImportDbPrompter.chooser): Explicitly import XML and GEDCOM. * src/plugins/FilterEditor.py (MySelect.get_text): Typo. Alex Roitman 2005-03-02 14:00:51 +00:00
  • 4adb70c61b Update Alex Roitman 2005-02-28 01:53:49 +00:00
  • 693c5988f0 Update Alex Roitman 2005-02-28 01:53:49 +00:00
  • c7b909ae02 * src/DbPrompter.py (format_maker): Add mnemonic activation target to the format selector label; Use new import format; don't treat native formats as plugins anymore. * src/PluginMgr.py: Add format name to import registration. * src/ReadGedcom.py: Cleanups; Don't register already native import. * src/ReadXML.py: Don't register already native import. * src/data/gramps.xml: Add magic patterns for XML, GEDCOM, and GW. * src/plugins/ImportGeneWeb.py: Register with format name. * src/plugins/ReadNative.py: Remove obsolete file. * src/plugins/ReadPkg.py: Lots of cleanups; Register with format name. Alex Roitman 2005-02-28 01:51:21 +00:00
  • c36385735a * src/DbPrompter.py (format_maker): Add mnemonic activation target to the format selector label; Use new import format; don't treat native formats as plugins anymore. * src/PluginMgr.py: Add format name to import registration. * src/ReadGedcom.py: Cleanups; Don't register already native import. * src/ReadXML.py: Don't register already native import. * src/data/gramps.xml: Add magic patterns for XML, GEDCOM, and GW. * src/plugins/ImportGeneWeb.py: Register with format name. * src/plugins/ReadNative.py: Remove obsolete file. * src/plugins/ReadPkg.py: Lots of cleanups; Register with format name. Alex Roitman 2005-02-28 01:51:21 +00:00
  • 017fe976b2 Update Alex Roitman 2005-02-28 01:25:12 +00:00
  • b93465e70e Update Alex Roitman 2005-02-28 01:25:12 +00:00
  • d76557ed3a * src/plugins/NavWebPage.py: add the ability to have notes attached to the Introduction and Home pages Don Allingham 2005-02-27 23:43:20 +00:00
  • 572e90a270 * src/plugins/NavWebPage.py: add the ability to have notes attached to the Introduction and Home pages Don Allingham 2005-02-27 23:43:20 +00:00
  • ca8be6788b * src/MergeData.py: preserve most data while merging families * src/PeopleView.py: allow multiple selection in people list * src/ReadGedcom.py: keep source information in families * src/RelLib.py Julio Sánchez 2005-02-27 22:05:02 +00:00
  • 7dbcd4c421 * src/MergeData.py: preserve most data while merging families * src/PeopleView.py: allow multiple selection in people list * src/ReadGedcom.py: keep source information in families * src/RelLib.py Julio Sánchez 2005-02-27 22:05:02 +00:00
  • c24d8ba944 * src/MergeData.py: preserve most data while merging families * src/PeopleView.py: allow multiple selection in people list * src/ReadGedcom.py: keep source information in families * src/RelLib.py Julio Sánchez 2005-02-27 18:56:31 +00:00
  • 249bb2f461 * src/MergeData.py: preserve most data while merging families * src/PeopleView.py: allow multiple selection in people list * src/ReadGedcom.py: keep source information in families * src/RelLib.py Julio Sánchez 2005-02-27 18:56:31 +00:00
  • ca2f90e4d0 * src/AddrEdit.py: update main source list after source addition * src/AttrEdit.py: update main source list after source addition * src/EditPerson.py: update main source list after source addition and place addition * src/EventEdit.py: update main source list after source addition and place addition * src/FamilyView.py: update main source list after source addition * src/Marriage.py: update main source list after source addition * src/NameEdit.py: update main source list after source addition * src/Sources.py: update main source list after source addition * src/gramps_main.py: update main source list after source addition * src/const.py.in: new constants Don Allingham 2005-02-27 05:51:59 +00:00
  • 3b7952f7fc * src/AddrEdit.py: update main source list after source addition * src/AttrEdit.py: update main source list after source addition * src/EditPerson.py: update main source list after source addition and place addition * src/EventEdit.py: update main source list after source addition and place addition * src/FamilyView.py: update main source list after source addition * src/Marriage.py: update main source list after source addition * src/NameEdit.py: update main source list after source addition * src/Sources.py: update main source list after source addition * src/gramps_main.py: update main source list after source addition * src/const.py.in: new constants Don Allingham 2005-02-27 05:51:59 +00:00
  • 2de4da703c * src/gramps_main.py: update places and sources after edit Don Allingham 2005-02-26 05:19:38 +00:00
  • ddc6690752 * src/gramps_main.py: update places and sources after edit Don Allingham 2005-02-26 05:19:38 +00:00
  • d2885c1e67 * src/DbPrompter.py: Factory functions for file filters; Support for explicit format selection for open and import dialogs. Alex Roitman 2005-02-26 02:34:11 +00:00
  • 7e981442b0 * src/DbPrompter.py: Factory functions for file filters; Support for explicit format selection for open and import dialogs. Alex Roitman 2005-02-26 02:34:11 +00:00
  • ddc45f65e2 * src/Sources.py (SourceEditor.draw): Do not discard reference data when adding new source. Alex Roitman 2005-02-26 01:56:34 +00:00
  • a813772ede * src/Sources.py (SourceEditor.draw): Do not discard reference data when adding new source. Alex Roitman 2005-02-26 01:56:34 +00:00
  • d1e4b324ba * src/EditPerson.py (on_event_update_clicked): Pass callback. * src/EventEdit.py (__init__): Typo. Alex Roitman 2005-02-25 17:29:39 +00:00
  • 08e17293a7 * src/EditPerson.py (on_event_update_clicked): Pass callback. * src/EventEdit.py (__init__): Typo. Alex Roitman 2005-02-25 17:29:39 +00:00
  • 1d0989afbc Update Alex Roitman 2005-02-25 17:07:26 +00:00
  • 363c1c1941 Update Alex Roitman 2005-02-25 17:07:26 +00:00
  • 4c2ea76b9f * src/gramps_main.py (undo_callback): Enable underscore in a label. * src/NameDisplay (display_name): Return empty string for None. * src/NameEdit.py (__init__): Compare displayed name with empty string, (update_group_as): Only query grouping for existing name. Alex Roitman 2005-02-25 17:06:04 +00:00
  • 6f290afb24 * src/gramps_main.py (undo_callback): Enable underscore in a label. * src/NameDisplay (display_name): Return empty string for None. * src/NameEdit.py (__init__): Compare displayed name with empty string, (update_group_as): Only query grouping for existing name. Alex Roitman 2005-02-25 17:06:04 +00:00