Commit Graph

  • 8e5fde6f38 (GedcomWriter.fid): Use GRAMPS ID not DB handle. Tim Waugh 2004-08-22 16:33:31 +00:00
  • d03264425b (GedcomWriter.fid): Use GRAMPS ID not DB handle. Tim Waugh 2004-08-22 16:33:31 +00:00
  • 8afdb56aee * src/WriteGedcom.py (GedcomWriter.export_data): Write individuals out in GRAMPS ID order. Tim Waugh 2004-08-22 16:30:43 +00:00
  • aeb4be6e99 * src/WriteGedcom.py (GedcomWriter.export_data): Write individuals out in GRAMPS ID order. Tim Waugh 2004-08-22 16:30:43 +00:00
  • 960890fd7d (XmlWriter.write_object): Use GRAMPS ID not DB handle. Tim Waugh 2004-08-22 16:19:45 +00:00
  • 6221ef70fe (XmlWriter.write_object): Use GRAMPS ID not DB handle. Tim Waugh 2004-08-22 16:19:45 +00:00
  • 3660a257ed 2004-08-22 Tim Waugh <twaugh@redhat.com> Tim Waugh 2004-08-22 16:18:33 +00:00
  • 3fbbd73f9b 2004-08-22 Tim Waugh <twaugh@redhat.com> Tim Waugh 2004-08-22 16:18:33 +00:00
  • 49e9629d04 (XmlWriter.write_xml_data): Fixed families output by preventing confusion between handles and GRAMPS IDs. Tim Waugh 2004-08-22 12:52:33 +00:00
  • ac5ac33f9d (XmlWriter.write_xml_data): Fixed families output by preventing confusion between handles and GRAMPS IDs. Tim Waugh 2004-08-22 12:52:33 +00:00
  • 53f650655a (XmlWriter.write_family_handle): Use GRAMPS ID not DB handle. (XmlWriter.write_xml_data): Sort family IDs before writing. Tim Waugh 2004-08-22 12:45:47 +00:00
  • 20bf8f7799 (XmlWriter.write_family_handle): Use GRAMPS ID not DB handle. (XmlWriter.write_xml_data): Sort family IDs before writing. Tim Waugh 2004-08-22 12:45:47 +00:00
  • 243aacca4f (XmlWriter.write_xml_data): Fixed people output by preventing confusion between handles and GRAMPS IDs. Tim Waugh 2004-08-22 12:37:44 +00:00
  • 049599ca95 (XmlWriter.write_xml_data): Fixed people output by preventing confusion between handles and GRAMPS IDs. Tim Waugh 2004-08-22 12:37:44 +00:00
  • 89ca5db49f (XmlWriter.write_xml_data): Sort person handles before writing. Tim Waugh 2004-08-22 12:21:01 +00:00
  • 98fd53922f (XmlWriter.write_xml_data): Sort person handles before writing. Tim Waugh 2004-08-22 12:21:01 +00:00
  • f581818afa 2004-08-22 Tim Waugh <twaugh@redhat.com> * src/WriteXML.py (write_xml_data): Fixed typo causing XML export to omit all place definitions. Tim Waugh 2004-08-22 12:06:19 +00:00
  • fbeab25019 2004-08-22 Tim Waugh <twaugh@redhat.com> * src/WriteXML.py (write_xml_data): Fixed typo causing XML export to omit all place definitions. Tim Waugh 2004-08-22 12:06:19 +00:00
  • afbd8750aa 2004-08-22 Tim Waugh <twaugh@redhat.com> * src/RelLib.py (probably_alive): Fixed typo (bug #1012347). Tim Waugh 2004-08-22 09:15:26 +00:00
  • 5f413de986 2004-08-22 Tim Waugh <twaugh@redhat.com> * src/RelLib.py (probably_alive): Fixed typo (bug #1012347). Tim Waugh 2004-08-22 09:15:26 +00:00
  • 74c1a75bfe * src/WriteGedcom.py (write_sources, write_person, write_ord): Use gramps id instead of handle. * src/GenericFilter.py: Check object for being not None. Alex Roitman 2004-08-22 05:33:37 +00:00
  • 355c3865f5 * src/WriteGedcom.py (write_sources, write_person, write_ord): Use gramps id instead of handle. * src/GenericFilter.py: Check object for being not None. Alex Roitman 2004-08-22 05:33:37 +00:00
  • 136d64ab89 * src/plugins/Check.py: Import const module. * src/PedView.py: Add person to the list even if there are no parents. Alex Roitman 2004-08-22 01:41:53 +00:00
  • 41e0ff14a8 * src/plugins/Check.py: Import const module. * src/PedView.py: Add person to the list even if there are no parents. Alex Roitman 2004-08-22 01:41:53 +00:00
  • 076fa45195 * src/ReadGedcom.py (parse_record, parse_individual, parse_ord, parse_adopt_event): Don't include "@" signs into family gramps id. * src/PedView.py (find_tree): Correctly retrieve parents. Alex Roitman 2004-08-21 20:43:34 +00:00
  • cb66941d56 * src/ReadGedcom.py (parse_record, parse_individual, parse_ord, parse_adopt_event): Don't include "@" signs into family gramps id. * src/PedView.py (find_tree): Correctly retrieve parents. Alex Roitman 2004-08-21 20:43:34 +00:00
  • 5222330f5c * src/plugins/Verify.py (on_apply_clicked): Use gramps id for display; (get_year): Corrections. Alex Roitman 2004-08-21 19:09:52 +00:00
  • 9406b8fdcf * src/plugins/Verify.py (on_apply_clicked): Use gramps id for display; (get_year): Corrections. Alex Roitman 2004-08-21 19:09:52 +00:00
  • 1790aef639 * src/GrampsDbBase.py (find_event_from_handle): Add transaction argument Alex Roitman 2004-08-21 18:58:19 +00:00
  • e2359e9c19 * src/GrampsDbBase.py (find_event_from_handle): Add transaction argument Alex Roitman 2004-08-21 18:58:19 +00:00
  • a75338f737 * src/AddSpouse.py, src/ChooseParents.py, src/EditPerson.py, src/EditPlace.py, src/EditSource.py, src/EventEdit.py, src/FamilyView.py, src/GenericFilter.py, src/Marriage.py, src/PedView.py, src/PeopleModel.py, src/PlaceView.py, src/RelLib.py, src/SelectChild.py, src/Sort.py, src/SourceView.py, src/SubstKeywords.py, src/WriteGedcom.py, src/WriteXML.py, src/plugins/AncestorReport.py, src/plugins/Ancestors.py, src/plugins/ChangeTypes.py, src/plugins/DescendReport.py, src/plugins/DetDescendantReport.py, src/plugins/EventCmp.py, src/plugins/FamilyGroup.py, src/plugins/FanChart.py, src/plugins/FtmStyleAncestors.py, src/plugins/FtmStyleDescendants.py, src/plugins/GraphViz.py, src/plugins/IndivComplete.py, src/plugins/IndivSummary.py, src/plugins/Merge.py, src/plugins/RelCalc.py, src/plugins/RelGraph.py, src/plugins/Summary.py, src/plugins/TimeLine.py, src/plugins/Verify.py, src/plugins/WebPage.py, src/plugins/WriteCD.py, src/plugins/WritePkg.py, src/plugins/DetAncestralReport.py: Use get_event_from_handle (not find_ ). Alex Roitman 2004-08-21 18:56:01 +00:00
  • ca1c4fe042 * src/AddSpouse.py, src/ChooseParents.py, src/EditPerson.py, src/EditPlace.py, src/EditSource.py, src/EventEdit.py, src/FamilyView.py, src/GenericFilter.py, src/Marriage.py, src/PedView.py, src/PeopleModel.py, src/PlaceView.py, src/RelLib.py, src/SelectChild.py, src/Sort.py, src/SourceView.py, src/SubstKeywords.py, src/WriteGedcom.py, src/WriteXML.py, src/plugins/AncestorReport.py, src/plugins/Ancestors.py, src/plugins/ChangeTypes.py, src/plugins/DescendReport.py, src/plugins/DetDescendantReport.py, src/plugins/EventCmp.py, src/plugins/FamilyGroup.py, src/plugins/FanChart.py, src/plugins/FtmStyleAncestors.py, src/plugins/FtmStyleDescendants.py, src/plugins/GraphViz.py, src/plugins/IndivComplete.py, src/plugins/IndivSummary.py, src/plugins/Merge.py, src/plugins/RelCalc.py, src/plugins/RelGraph.py, src/plugins/Summary.py, src/plugins/TimeLine.py, src/plugins/Verify.py, src/plugins/WebPage.py, src/plugins/WriteCD.py, src/plugins/WritePkg.py, src/plugins/DetAncestralReport.py: Use get_event_from_handle (not find_ ). Alex Roitman 2004-08-21 18:56:01 +00:00
  • 55a76f77e1 * src/ReadGedcom.py (parse_record): Get objects from handles; (handle_source): Refer to handle, not the object; (parse_source): Use gramps id (not handle) to form the title. * src/GrampsDbBase.py (get_person_from_handle): Typo; (find_event_from_handle): Correctly create new event if not found. * src/Sources.py (draw): Correctly sort, use gramps id when displaying sources; (redraw): Use gramps id in the list view. Alex Roitman 2004-08-21 18:13:18 +00:00
  • e6a9800d80 * src/ReadGedcom.py (parse_record): Get objects from handles; (handle_source): Refer to handle, not the object; (parse_source): Use gramps id (not handle) to form the title. * src/GrampsDbBase.py (get_person_from_handle): Typo; (find_event_from_handle): Correctly create new event if not found. * src/Sources.py (draw): Correctly sort, use gramps id when displaying sources; (redraw): Use gramps id in the list view. Alex Roitman 2004-08-21 18:13:18 +00:00
  • 4a41bfa1a0 * src/data/gramps.schemas: Add /apps/gramps/interface/size-checked key. * src/GrampsCfg.py (get_screen_size_checked, save_screen_size_checked): Add functions. * src/gramps_main.py: Enable sidebar depending on the screen if the screen size has not been checked yet. * src/ChooseParents.py: Set the size request depending on the screen. * src/Marriage.py: Set the size request depending on the screen. * src/gramps.glade (marriageEditor): Unset the height request for the event list. Alex Roitman 2004-08-21 04:33:55 +00:00
  • 831a3adb99 * src/data/gramps.schemas: Add /apps/gramps/interface/size-checked key. * src/GrampsCfg.py (get_screen_size_checked, save_screen_size_checked): Add functions. * src/gramps_main.py: Enable sidebar depending on the screen if the screen size has not been checked yet. * src/ChooseParents.py: Set the size request depending on the screen. * src/Marriage.py: Set the size request depending on the screen. * src/gramps.glade (marriageEditor): Unset the height request for the event list. Alex Roitman 2004-08-21 04:33:55 +00:00
  • 10b30bf57e * src/data/gramps.schemas: Add /apps/gramps/interface/size-checked key. * src/GrampsCfg.py (get_screen_size_checked, save_screen_size_checked): Add functions. * src/gramps_main.py: Enable sidebar depending on the screen if the screen size has not been checked yet. Alex Roitman 2004-08-21 04:05:51 +00:00
  • e818e09ac0 * src/data/gramps.schemas: Add /apps/gramps/interface/size-checked key. * src/GrampsCfg.py (get_screen_size_checked, save_screen_size_checked): Add functions. * src/gramps_main.py: Enable sidebar depending on the screen if the screen size has not been checked yet. Alex Roitman 2004-08-21 04:05:51 +00:00
  • 7b7c071bd8 Update Alex Roitman 2004-08-21 04:00:53 +00:00
  • b14596a0a6 Update Alex Roitman 2004-08-21 04:00:53 +00:00
  • 3e5827b671 * src/gramps_main.py: update family display after EditPerson * src/EditPerson.py: fix callback Don Allingham 2004-08-21 03:36:00 +00:00
  • 06ec9ff7ee * src/gramps_main.py: update family display after EditPerson * src/EditPerson.py: fix callback Don Allingham 2004-08-21 03:36:00 +00:00
  • ff9390c56c Update Alex Roitman 2004-08-21 03:31:51 +00:00
  • 72b301338f Update Alex Roitman 2004-08-21 03:31:51 +00:00
  • 37b30dbc2c * src/plugins/Verify.py (on_apply_clicked): Append warnings to errors instead of overwriting; determine actual dates of burial and baptism; (get_year): Correctly compare calendar names. * src/plugins/rel_it.py: removed translatable strings (should be already italian). * src/plugins/IndivComplete.py (_get_report_filters): Set both ancestor and descendant filters to be inclusive. * src/plugins/RelGraph.py (get_report_filters): Set both ancestor and descendant filters to be inclusive. * src/plugins/TimeLine.py (_get_report_filters): Set both ancestor and descendant filters to be inclusive. * src/plugins/WebPage.py (get_report_filters): Set both ancestor and descendant filters to be inclusive. * src/plugins/WriteFtree.py (__init__): Set both ancestor and descendant filters to be inclusive. * src/plugins/Ancestors.py (person_name): Use translated name type. Alex Roitman 2004-08-20 21:55:29 +00:00
  • 400f7d51b2 * src/plugins/Verify.py (on_apply_clicked): Append warnings to errors instead of overwriting; determine actual dates of burial and baptism; (get_year): Correctly compare calendar names. * src/plugins/rel_it.py: removed translatable strings (should be already italian). * src/plugins/IndivComplete.py (_get_report_filters): Set both ancestor and descendant filters to be inclusive. * src/plugins/RelGraph.py (get_report_filters): Set both ancestor and descendant filters to be inclusive. * src/plugins/TimeLine.py (_get_report_filters): Set both ancestor and descendant filters to be inclusive. * src/plugins/WebPage.py (get_report_filters): Set both ancestor and descendant filters to be inclusive. * src/plugins/WriteFtree.py (__init__): Set both ancestor and descendant filters to be inclusive. * src/plugins/Ancestors.py (person_name): Use translated name type. Alex Roitman 2004-08-20 21:55:29 +00:00
  • fe4427adf8 * src/WriteGedcom.py (get_option_box): Make filters inclusive. * src/plugins/merge.glade: Switch button order to comply with HIG. * src/mergedata.glade: Switch button order to comply with HIG. * src/plugins/RelGraph.py (get_default_basename): Add function. * src/plugins/AncestorReport.py (write_report): Translate string properly. * src/EventEdit.py (update_event): Use transtable. * src/EditPerson.py (on_event_add_clicked, on_edit_birth_clicked, on_edit_death_clicked, on_event_update_clicked): Pass TransTable to the event editor. * src/Marriage.py (on_add_clicked, on_event_update_clicked): Pass TransTable to the event editor. * src/plugins/FtmStyleAncestors.py, src/plugins/FtmStyleDescendants.py: Remove extra space between vars in "%(.*_place)s %(.*_notes)s" * src/plugins/verify.glade: Translate button label. * src/plugins/IndivSummary.py: Proper handling of translation. * src/docgen/OpenOfficeDoc.py (pt2cm): Add function; (draw_text): Convert points to cm for the box width; Use self.string_width() method. * src/BaseDoc.py (string_width): Add a method to compute width. * src/docgen/LPRDoc.py (string_width): Override method. * src/docgen/PdfDoc.py: Use self.string_width() method. * src/docgen/SvgDrawDoc.py: Use self.string_width() method. * src/plugins/AncestorChart2.py: Use self.doc.string_width() method. * src/plugins/AncestorChart.py: Use self.doc.string_width() method. * src/plugins/DesGraph.py: Use self.doc.string_width() method. * src/plugins/FanChart.py: Use self.doc.string_width() method. * src/plugins/TimeLine.py: Use self.doc.string_width() method. * src/plugins/eval.glade: HIG compliance. Alex Roitman 2004-08-20 21:26:51 +00:00
  • 1ed75ccabe * src/WriteGedcom.py (get_option_box): Make filters inclusive. * src/plugins/merge.glade: Switch button order to comply with HIG. * src/mergedata.glade: Switch button order to comply with HIG. * src/plugins/RelGraph.py (get_default_basename): Add function. * src/plugins/AncestorReport.py (write_report): Translate string properly. * src/EventEdit.py (update_event): Use transtable. * src/EditPerson.py (on_event_add_clicked, on_edit_birth_clicked, on_edit_death_clicked, on_event_update_clicked): Pass TransTable to the event editor. * src/Marriage.py (on_add_clicked, on_event_update_clicked): Pass TransTable to the event editor. * src/plugins/FtmStyleAncestors.py, src/plugins/FtmStyleDescendants.py: Remove extra space between vars in "%(.*_place)s %(.*_notes)s" * src/plugins/verify.glade: Translate button label. * src/plugins/IndivSummary.py: Proper handling of translation. * src/docgen/OpenOfficeDoc.py (pt2cm): Add function; (draw_text): Convert points to cm for the box width; Use self.string_width() method. * src/BaseDoc.py (string_width): Add a method to compute width. * src/docgen/LPRDoc.py (string_width): Override method. * src/docgen/PdfDoc.py: Use self.string_width() method. * src/docgen/SvgDrawDoc.py: Use self.string_width() method. * src/plugins/AncestorChart2.py: Use self.doc.string_width() method. * src/plugins/AncestorChart.py: Use self.doc.string_width() method. * src/plugins/DesGraph.py: Use self.doc.string_width() method. * src/plugins/FanChart.py: Use self.doc.string_width() method. * src/plugins/TimeLine.py: Use self.doc.string_width() method. * src/plugins/eval.glade: HIG compliance. Alex Roitman 2004-08-20 21:26:51 +00:00
  • 0dd92d0a5c * src/plugins/rel_da.py: Convert to new interface. Add to CVS. * src/plugins/rel_fi.py: Convert to new interface. Add to CVS. * src/plugins/rel_fr.py: Convert to new interface. Add to CVS. * src/plugins/rel_no.py: Convert to new interface. Add to CVS. * src/plugins/rel_sv.py: Convert to new interface. Add to CVS. * src/plugins/Makefile.am: Ship new files. * src/Relationship.py (apply_filter): Keep gender info of all member in the relationship chain, not just number of generations; (is_spouse): correctly compare handles; (get_relationship_distance, get_relationship, get_grandparents_string): correctly use apply_filter. * src/plugins/rel_it.py (get_relationship): Correctly use apply_filter. * src/plugins/rel_hu.py (get_relationship): Correctly use apply_filter. * src/plugins/rel_de.py (is_spouse): Remove function; (get_relationship): Correctly use apply_filter. * src/plugins/rel_ru.py (is_spouse): Remove function; (get_relationship): Correctly use apply_filter. Alex Roitman 2004-08-20 19:10:01 +00:00
  • 96ab4c4bdb * src/plugins/rel_da.py: Convert to new interface. Add to CVS. * src/plugins/rel_fi.py: Convert to new interface. Add to CVS. * src/plugins/rel_fr.py: Convert to new interface. Add to CVS. * src/plugins/rel_no.py: Convert to new interface. Add to CVS. * src/plugins/rel_sv.py: Convert to new interface. Add to CVS. * src/plugins/Makefile.am: Ship new files. * src/Relationship.py (apply_filter): Keep gender info of all member in the relationship chain, not just number of generations; (is_spouse): correctly compare handles; (get_relationship_distance, get_relationship, get_grandparents_string): correctly use apply_filter. * src/plugins/rel_it.py (get_relationship): Correctly use apply_filter. * src/plugins/rel_hu.py (get_relationship): Correctly use apply_filter. * src/plugins/rel_de.py (is_spouse): Remove function; (get_relationship): Correctly use apply_filter. * src/plugins/rel_ru.py (is_spouse): Remove function; (get_relationship): Correctly use apply_filter. Alex Roitman 2004-08-20 19:10:01 +00:00
  • a79457e20b 2004-08-20 Tim Waugh <twaugh@redhat.com> * src/RelLib.py (Event.are_equal): Fixed comparison with None. Tim Waugh 2004-08-20 13:44:48 +00:00
  • 7d259a6349 2004-08-20 Tim Waugh <twaugh@redhat.com> * src/RelLib.py (Event.are_equal): Fixed comparison with None. Tim Waugh 2004-08-20 13:44:48 +00:00
  • f741527b55 * src/plugins/RelCalc.py: use empty string instead of None * src/EditPerson.py: pychecker fixes * src/EditPlace.py: pychecker fixes * src/EditSource.py: pychecker fixes * src/GenericFilter.py: pychecker fixes * src/GrampsCfg.py: pychecker fixes * src/ImageSelect.py: pychecker fixes * src/ListModel.py: pychecker fixes * src/MediaView.py; pychecker fixes * src/MergeData.py: pychecker fixes * src/PedView.py: pychecker fixes * src/PeopleView.py: pychecker fixes * src/PlaceView.py: pychecker fixes * src/Plugins.py: pychecker fixes * src/RelImage.py: pychecker fixes * src/Relationship.py: pychecker fixes Don Allingham 2004-08-20 12:11:56 +00:00
  • 0175cf1bbf * src/plugins/RelCalc.py: use empty string instead of None * src/EditPerson.py: pychecker fixes * src/EditPlace.py: pychecker fixes * src/EditSource.py: pychecker fixes * src/GenericFilter.py: pychecker fixes * src/GrampsCfg.py: pychecker fixes * src/ImageSelect.py: pychecker fixes * src/ListModel.py: pychecker fixes * src/MediaView.py; pychecker fixes * src/MergeData.py: pychecker fixes * src/PedView.py: pychecker fixes * src/PeopleView.py: pychecker fixes * src/PlaceView.py: pychecker fixes * src/Plugins.py: pychecker fixes * src/RelImage.py: pychecker fixes * src/Relationship.py: pychecker fixes Don Allingham 2004-08-20 12:11:56 +00:00
  • 7a22617b52 2004-08-20 Tim Waugh <twaugh@redhat.com> * src/plugins/RelCalc.py (__init__): Handle unknown birth dates. Tim Waugh 2004-08-20 11:58:06 +00:00
  • 182bf44509 2004-08-20 Tim Waugh <twaugh@redhat.com> * src/plugins/RelCalc.py (__init__): Handle unknown birth dates. Tim Waugh 2004-08-20 11:58:06 +00:00
  • fad53895fe 2004-08-20 Tim Waugh <twaugh@redhat.com> * src/Calendar.py (calendar_names): Fixed typo. Tim Waugh 2004-08-20 11:14:15 +00:00
  • 024bc4dd01 2004-08-20 Tim Waugh <twaugh@redhat.com> * src/Calendar.py (calendar_names): Fixed typo. Tim Waugh 2004-08-20 11:14:15 +00:00
  • 79d9cf86b2 update Don Allingham 2004-08-20 03:36:32 +00:00
  • 2433b52988 update Don Allingham 2004-08-20 03:36:32 +00:00
  • c38890095d * src/AutoComp.py: remove double display of data * src/FamilyView.py: remove unused check * src/GrampsBSDDB.py: search by gramps_id * src/GrampsDbBase.py: search by gramps_id, unicode/str conversions * src/Marriage.py: handle gramps_id editing * src/ReadXML.py: fix handle/gramps_id on import * src/plugins/RelCalc.py: display date instead of event handle * src/Relationship.py: family handles working * src/PeopleModel.py: comment out unused functions * src/PeopleModel.py: simplify model interface * src/AddSpouse.py: get_family_from_handle fixes * src/EditPerson.py: get_family_from_handle fixes * src/EditSource.py: get_family_from_handle fixes * src/GraphLayout.py: get_family_from_handle fixes * src/ImageSelect.py: get_family_from_handle fixes * src/MediaView.py: get_family_from_handle fixes * src/MergeData.py: get_family_from_handle fixes * src/PlaceView.py: get_family_from_handle fixes * src/ReadXML.py: get_family_from_handle fixes * src/RelLib.py: get_family_from_handle fixes * src/Relationship.py: get_family_from_handle fixes * src/SelectChild.py: get_family_from_handle fixes * src/SourceView.py: get_family_from_handle fixes * src/SubstKeywords.py: get_family_from_handle fixes * src/WriteXML.py: get_family_from_handle fixes * src/gramps_main.py: get_family_from_handle fixes Don Allingham 2004-08-20 02:20:06 +00:00
  • e50e33cba6 * src/AutoComp.py: remove double display of data * src/FamilyView.py: remove unused check * src/GrampsBSDDB.py: search by gramps_id * src/GrampsDbBase.py: search by gramps_id, unicode/str conversions * src/Marriage.py: handle gramps_id editing * src/ReadXML.py: fix handle/gramps_id on import * src/plugins/RelCalc.py: display date instead of event handle * src/Relationship.py: family handles working * src/PeopleModel.py: comment out unused functions * src/PeopleModel.py: simplify model interface * src/AddSpouse.py: get_family_from_handle fixes * src/EditPerson.py: get_family_from_handle fixes * src/EditSource.py: get_family_from_handle fixes * src/GraphLayout.py: get_family_from_handle fixes * src/ImageSelect.py: get_family_from_handle fixes * src/MediaView.py: get_family_from_handle fixes * src/MergeData.py: get_family_from_handle fixes * src/PlaceView.py: get_family_from_handle fixes * src/ReadXML.py: get_family_from_handle fixes * src/RelLib.py: get_family_from_handle fixes * src/Relationship.py: get_family_from_handle fixes * src/SelectChild.py: get_family_from_handle fixes * src/SourceView.py: get_family_from_handle fixes * src/SubstKeywords.py: get_family_from_handle fixes * src/WriteXML.py: get_family_from_handle fixes * src/gramps_main.py: get_family_from_handle fixes Don Allingham 2004-08-20 02:20:06 +00:00
  • 6faf21155f Corrected typo Matthieu Pupate 2004-08-19 22:10:26 +00:00
  • 9b427a6f64 Corrected typo Matthieu Pupate 2004-08-19 22:10:26 +00:00
  • 76fc2f32ce remove print statements Don Allingham 2004-08-19 21:47:26 +00:00
  • 0eeb7d9511 remove print statements Don Allingham 2004-08-19 21:47:26 +00:00
  • bfc08ca83a * PeopleModel.py: simplify model interface * EditPerson.py: get_family_from_handle fixes * EditSource.py: get_family_from_handle fixes * GraphLayout.py: get_family_from_handle fixes * ImageSelect.py: get_family_from_handle fixes * MediaView.py: get_family_from_handle fixes * MergeData.py: get_family_from_handle fixes * PlaceView.py: get_family_from_handle fixes * ReadXML.py: get_family_from_handle fixes * RelLib.py: get_family_from_handle fixes * Relationship.py: get_family_from_handle fixes * SelectChild.py: get_family_from_handle fixes * SourceView.py: get_family_from_handle fixes * SubstKeywords.py: get_family_from_handle fixes * WriteXML.py: get_family_from_handle fixes * gramps_main.py: get_family_from_handle fixes * plugins/AncestorChart.py: get_family_from_handle fixes * plugins/AncestorChart2.py: get_family_from_handle fixes * plugins/AncestorReport.py: get_family_from_handle fixes * plugins/Ancestors.py: get_family_from_handle fixes * plugins/Check.py: get_family_from_handle fixes * plugins/CountAncestors.py: get_family_from_handle fixes * plugins/Desbrowser.py: get_family_from_handle fixes * plugins/DescendReport.py: get_family_from_handle fixes * plugins/DetAncestralReport.py: get_family_from_handle fixes * plugins/DetDescendantReport.py: get_family_from_handle fixes * plugins/FamilyGroup.py: get_family_from_handle fixes * plugins/FanChart.py: get_family_from_handle fixes * plugins/FtmStyleAncestors.py: get_family_from_handle fixes * plugins/FtmStyleDescendants.py: get_family_from_handle fixes * plugins/GraphViz.py: get_family_from_handle fixes * plugins/IndivComplete.py: get_family_from_handle fixes * plugins/IndivSummary.py: get_family_from_handle fixes * plugins/Merge.py: get_family_from_handle fixes * plugins/RelGraph.py: get_family_from_handle fixes * plugins/Verify.py: get_family_from_handle fixes * plugins/WebPage.py: get_family_from_handle fixes * plugins/WriteCD.py: get_family_from_handle fixes * plugins/WritePkg.py: get_family_from_handle fixes * plugins/rel_de.py: get_family_from_handle fixes * plugins/rel_hu.py: get_family_from_handle fixes * plugins/rel_ru.py: get_family_from_handle fixes Don Allingham 2004-08-19 21:35:16 +00:00
  • 79f7ff0cad * PeopleModel.py: simplify model interface * EditPerson.py: get_family_from_handle fixes * EditSource.py: get_family_from_handle fixes * GraphLayout.py: get_family_from_handle fixes * ImageSelect.py: get_family_from_handle fixes * MediaView.py: get_family_from_handle fixes * MergeData.py: get_family_from_handle fixes * PlaceView.py: get_family_from_handle fixes * ReadXML.py: get_family_from_handle fixes * RelLib.py: get_family_from_handle fixes * Relationship.py: get_family_from_handle fixes * SelectChild.py: get_family_from_handle fixes * SourceView.py: get_family_from_handle fixes * SubstKeywords.py: get_family_from_handle fixes * WriteXML.py: get_family_from_handle fixes * gramps_main.py: get_family_from_handle fixes * plugins/AncestorChart.py: get_family_from_handle fixes * plugins/AncestorChart2.py: get_family_from_handle fixes * plugins/AncestorReport.py: get_family_from_handle fixes * plugins/Ancestors.py: get_family_from_handle fixes * plugins/Check.py: get_family_from_handle fixes * plugins/CountAncestors.py: get_family_from_handle fixes * plugins/Desbrowser.py: get_family_from_handle fixes * plugins/DescendReport.py: get_family_from_handle fixes * plugins/DetAncestralReport.py: get_family_from_handle fixes * plugins/DetDescendantReport.py: get_family_from_handle fixes * plugins/FamilyGroup.py: get_family_from_handle fixes * plugins/FanChart.py: get_family_from_handle fixes * plugins/FtmStyleAncestors.py: get_family_from_handle fixes * plugins/FtmStyleDescendants.py: get_family_from_handle fixes * plugins/GraphViz.py: get_family_from_handle fixes * plugins/IndivComplete.py: get_family_from_handle fixes * plugins/IndivSummary.py: get_family_from_handle fixes * plugins/Merge.py: get_family_from_handle fixes * plugins/RelGraph.py: get_family_from_handle fixes * plugins/Verify.py: get_family_from_handle fixes * plugins/WebPage.py: get_family_from_handle fixes * plugins/WriteCD.py: get_family_from_handle fixes * plugins/WritePkg.py: get_family_from_handle fixes * plugins/rel_de.py: get_family_from_handle fixes * plugins/rel_hu.py: get_family_from_handle fixes * plugins/rel_ru.py: get_family_from_handle fixes Don Allingham 2004-08-19 21:35:16 +00:00
  • b190a6ffc4 Moving from fr.po to fr_FR.po Matthieu Pupate 2004-08-19 20:09:23 +00:00
  • cb201c368a Moving from fr.po to fr_FR.po Matthieu Pupate 2004-08-19 20:09:23 +00:00
  • 2f7713e586 2004-08-19 Tim Waugh <twaugh@redhat.com> * src/RelLib.py (probably_alive): Use get_family_from_handle instead of find_family_from_handle. Tim Waugh 2004-08-19 17:07:37 +00:00
  • f813a0a774 2004-08-19 Tim Waugh <twaugh@redhat.com> * src/RelLib.py (probably_alive): Use get_family_from_handle instead of find_family_from_handle. Tim Waugh 2004-08-19 17:07:37 +00:00
  • 3fa7d9d620 2004-08-19 Tim Waugh <twaugh@redhat.com> * src/WriteGedcom.py (get_persons_sources): Remove extra calls to get_handle() to prevent traceback. Tim Waugh 2004-08-19 17:04:55 +00:00
  • f8f3700c21 2004-08-19 Tim Waugh <twaugh@redhat.com> * src/WriteGedcom.py (get_persons_sources): Remove extra calls to get_handle() to prevent traceback. Tim Waugh 2004-08-19 17:04:55 +00:00
  • d9a18f1aa8 * src/DisplayModels.py: simplify internal iter handling. Move to a single list instead of multiple dictionaries. Don Allingham 2004-08-19 16:49:16 +00:00
  • f69866a8b4 * src/DisplayModels.py: simplify internal iter handling. Move to a single list instead of multiple dictionaries. Don Allingham 2004-08-19 16:49:16 +00:00
  • 376924ab95 2004-08-19 Tim Waugh <twaugh@redhat.com> * src/gramps_main.py (import_tool_callback): Set home person. Tim Waugh 2004-08-19 16:35:07 +00:00
  • 27eaa233ab 2004-08-19 Tim Waugh <twaugh@redhat.com> * src/gramps_main.py (import_tool_callback): Set home person. Tim Waugh 2004-08-19 16:35:07 +00:00
  • f163c5628e * src/ChooseParents.py: use get_family_from_handle instead of find_family_from_handle Don Allingham 2004-08-19 16:00:40 +00:00
  • c25812de5d * src/ChooseParents.py: use get_family_from_handle instead of find_family_from_handle Don Allingham 2004-08-19 16:00:40 +00:00
  • 8a8fc0a594 Update Alex Roitman 2004-08-19 13:24:17 +00:00
  • e2060f9e41 Update Alex Roitman 2004-08-19 13:24:17 +00:00
  • 369424d4a1 * src/EditPerson.py: fix None gramps_id for new person * src/PeopleModel.py: add sort_name back in Don Allingham 2004-08-19 03:44:10 +00:00
  • e3c16d18ef * src/EditPerson.py: fix None gramps_id for new person * src/PeopleModel.py: add sort_name back in Don Allingham 2004-08-19 03:44:10 +00:00
  • ec9ab8a6d9 * configure.in: Check for pygtk instead of pygtk-dev. * src/accent.py: Replace unknown chars with "?". Alex Roitman 2004-08-19 03:33:11 +00:00
  • 1a44982ab0 * configure.in: Check for pygtk instead of pygtk-dev. * src/accent.py: Replace unknown chars with "?". Alex Roitman 2004-08-19 03:33:11 +00:00
  • 44870279d4 * src/accent.py: provide sorting on i18n characters without accents * src/Makefile.am: add accent.py to list Don Allingham 2004-08-19 02:37:35 +00:00
  • a57fc7f25b * src/accent.py: provide sorting on i18n characters without accents * src/Makefile.am: add accent.py to list Don Allingham 2004-08-19 02:37:35 +00:00
  • 7d338c8a43 Update Alex Roitman 2004-08-18 04:48:23 +00:00
  • ea6798d860 Update Alex Roitman 2004-08-18 04:48:23 +00:00
  • bf450f901a Update .cvsignore files Alex Roitman 2004-08-18 04:46:30 +00:00
  • 5b8a6f2a53 Update .cvsignore files Alex Roitman 2004-08-18 04:46:30 +00:00
  • f78376424b Remove autogenerated files Alex Roitman 2004-08-18 04:35:25 +00:00
  • 18d238a7bd Remove autogenerated files Alex Roitman 2004-08-18 04:35:25 +00:00
  • ec9723a390 * src/RelImage.py: remove PIL * src/Imgmanip.py: remove PIL * src/MediaView.py: remove PIL * src/accent.py: support of unaccenting characters for comparison, and sorting * src/RelLib.py: build sort name using unaccented version * src/PeopleView.py: get bold working again * src/PeopleModel.py: sort using unaccented characters Don Allingham 2004-08-18 03:55:55 +00:00
  • bed73e4f7b * src/RelImage.py: remove PIL * src/Imgmanip.py: remove PIL * src/MediaView.py: remove PIL * src/accent.py: support of unaccenting characters for comparison, and sorting * src/RelLib.py: build sort name using unaccented version * src/PeopleView.py: get bold working again * src/PeopleModel.py: sort using unaccented characters Don Allingham 2004-08-18 03:55:55 +00:00
  • baa5ec71f4 2004-08-17 Tim Waugh <twaugh@redhat.com> * src/FamilyView.py (spouse_changed): Update display. Tim Waugh 2004-08-17 16:58:34 +00:00
  • f41204f7c3 2004-08-17 Tim Waugh <twaugh@redhat.com> * src/FamilyView.py (spouse_changed): Update display. Tim Waugh 2004-08-17 16:58:34 +00:00
  • 97bb9eebd2 2004-08-16 Tim Waugh <twaugh@redhat.com> * src/gramps_main.py (__init__): Update display after initialization. This fixes a display problem when family view is the default. Tim Waugh 2004-08-16 13:31:35 +00:00
  • 9b461526c0 2004-08-16 Tim Waugh <twaugh@redhat.com> * src/gramps_main.py (__init__): Update display after initialization. This fixes a display problem when family view is the default. Tim Waugh 2004-08-16 13:31:35 +00:00