Commit Graph

  • e11e411fb5 * src/Report.py: change finish_report to end_report * src/DateHandler.py: remove debugging statement Don Allingham 2004-12-31 03:17:58 +00:00
  • 5b9f4d0427 * src/Report.py: change finish_report to end_report * src/DateHandler.py: remove debugging statement Don Allingham 2004-12-31 03:17:58 +00:00
  • 26999e1e0c * src/Report.py (Report.__init__): Proper use of output; (report): Typo; (cl_report): Use begin_report and finish_report. * src/plugins/BookReport.py (BookReportDialog.make_report): Use begin_report for each item. Alex Roitman 2004-12-30 04:12:01 +00:00
  • 346a5bfe7c * src/Report.py (Report.__init__): Proper use of output; (report): Typo; (cl_report): Use begin_report and finish_report. * src/plugins/BookReport.py (BookReportDialog.make_report): Use begin_report for each item. Alex Roitman 2004-12-30 04:12:01 +00:00
  • 1ffdd6a713 * src/Plugins.py: add GrampsBookFormatComboBox class * src/Report.py: Roll common functions into Report class * src/plugins/AncestorReport.py: Bring up to date with Report * src/plugins/Ancestors.py: Bring up to date with Report * src/plugins/BookReport.py: Bring up to date with Report, incorporate new ComboBox * src/plugins/DescendReport.py: Bring up to date with Report * src/pulgins/FtmStyleAncestors.py: Bring up to date with Report * src/pulgins/FtmStyleDescendants.py: Bring up to date with Report * src/plugins/IndivSummary.py: Bring up to date with Report * src/plugins/TimeLine.py: Bring up to date with Report Don Allingham 2004-12-30 00:21:49 +00:00
  • 309b2c4842 * src/Plugins.py: add GrampsBookFormatComboBox class * src/Report.py: Roll common functions into Report class * src/plugins/AncestorReport.py: Bring up to date with Report * src/plugins/Ancestors.py: Bring up to date with Report * src/plugins/BookReport.py: Bring up to date with Report, incorporate new ComboBox * src/plugins/DescendReport.py: Bring up to date with Report * src/pulgins/FtmStyleAncestors.py: Bring up to date with Report * src/pulgins/FtmStyleDescendants.py: Bring up to date with Report * src/plugins/IndivSummary.py: Bring up to date with Report * src/plugins/TimeLine.py: Bring up to date with Report Don Allingham 2004-12-30 00:21:49 +00:00
  • 1357661bb5 * src/DisplayTrace.py: Typo in the debian version filename. * src/plugins/Ancestors.py: Convert to new scheme. * src/plugins/AncestorReport.py: New date handling. * src/plugins/FtmStyleDescendants.py: New date handling. * src/plugins/FtmStyleAncestors.py: New date handling. Alex Roitman 2004-12-29 21:19:18 +00:00
  • 76f8f4c013 * src/DisplayTrace.py: Typo in the debian version filename. * src/plugins/Ancestors.py: Convert to new scheme. * src/plugins/AncestorReport.py: New date handling. * src/plugins/FtmStyleDescendants.py: New date handling. * src/plugins/FtmStyleAncestors.py: New date handling. Alex Roitman 2004-12-29 21:19:18 +00:00
  • e2c149f41e * src/DateEdit.py: use global date displayer/parser * src/DateHandler.py: provide global date displayer/parser instead of having a bunch of different classes have their own handler that needs to be updated with the handlers change. * src/EditPerson.py: use global date displayer/parser * src/EventEdit.py: use global date displayer/parser * src/FamilyView.py: use global date displayer/parser * src/GenericFilter.py: use global date displayer/parser * src/GrampsCfg.py: remove unused statements * src/ImageSelect.py: use global date displayer/parser * src/Marriage.py: use global date displayer/parser * src/ReadXML.py: use global date displayer/parser * src/RelLib.py: don't require get_display_info, eliminate needed for importing const and GrampsCfg * src/SelectChild.py: don't require get_display_info * src/Sources.py: use global date displayer/parser * src/plugins/RelCalc.py: don't require get_display_info Don Allingham 2004-12-29 05:06:10 +00:00
  • ad337312d4 * src/DateEdit.py: use global date displayer/parser * src/DateHandler.py: provide global date displayer/parser instead of having a bunch of different classes have their own handler that needs to be updated with the handlers change. * src/EditPerson.py: use global date displayer/parser * src/EventEdit.py: use global date displayer/parser * src/FamilyView.py: use global date displayer/parser * src/GenericFilter.py: use global date displayer/parser * src/GrampsCfg.py: remove unused statements * src/ImageSelect.py: use global date displayer/parser * src/Marriage.py: use global date displayer/parser * src/ReadXML.py: use global date displayer/parser * src/RelLib.py: don't require get_display_info, eliminate needed for importing const and GrampsCfg * src/SelectChild.py: don't require get_display_info * src/Sources.py: use global date displayer/parser * src/plugins/RelCalc.py: don't require get_display_info Don Allingham 2004-12-29 05:06:10 +00:00
  • 252d7dc6c8 * src/ChooseParents.py: remove TreeModelFilter stuff. Don Allingham 2004-12-28 05:53:43 +00:00
  • 3400540229 * src/ChooseParents.py: remove TreeModelFilter stuff. Don Allingham 2004-12-28 05:53:43 +00:00
  • 7e63d37361 * src/GenericFilter.py: Add a combobox that handles filter selection * src/PaperMenu.py: Add combobox classes to handle paper size and paper orientation selection. * src/Plugins.py: Add combobox classes to handle draw doc format and text doc format selection * src/Report.py: Use new comboboxes * src/plugins/TimeLine.py: Use new comboboxes Don Allingham 2004-12-28 00:23:49 +00:00
  • ce6192ea46 * src/GenericFilter.py: Add a combobox that handles filter selection * src/PaperMenu.py: Add combobox classes to handle paper size and paper orientation selection. * src/Plugins.py: Add combobox classes to handle draw doc format and text doc format selection * src/Report.py: Use new comboboxes * src/plugins/TimeLine.py: Use new comboboxes Don Allingham 2004-12-28 00:23:49 +00:00
  • 0f7d28ddfc * src/ReadGedcom.py: create GedcomDateParser class to handle English requirements for GEDCOM Don Allingham 2004-12-26 18:23:50 +00:00
  • 5f062fccc9 * src/ReadGedcom.py: create GedcomDateParser class to handle English requirements for GEDCOM Don Allingham 2004-12-26 18:23:50 +00:00
  • adf91f7efb * src/DateHandler.py: provide date handler registration function * src/RelLib.py: more documentation * src/dates/Date_es.py: use new registration function * src/dates/Date_fr.py: use new registration function * src/dates/Date_ru.py: use new registration function Don Allingham 2004-12-26 17:43:22 +00:00
  • 7b80dfb4d2 * src/DateHandler.py: provide date handler registration function * src/RelLib.py: more documentation * src/dates/Date_es.py: use new registration function * src/dates/Date_fr.py: use new registration function * src/dates/Date_ru.py: use new registration function Don Allingham 2004-12-26 17:43:22 +00:00
  • 2c7a46429f * src/RelLib.py: documentation improvements, move family relations constants from const.py.in * src/AddSpouse.py: relationship constant changes * src/BaseDoc.py: documentation improvements * src/ChooseParents.py: relationship constant changes * src/Date.py: documentation changes * src/ReadGedcom.py: relationship constant changes, remove unused global * src/ReadXML.py: relationship constant changes * src/SelectChild.py: has_family to get_parent_family * src/const.py.in: moved family relation constants to RelLib * src/plugins/Check.py: relationship constant changes * src/plugins/ImportGeneWeb.py: relationship constant changes * src/plugins/WriteGeneWeb.py: relationship constant changes Don Allingham 2004-12-24 18:46:34 +00:00
  • b7bb274409 * src/RelLib.py: documentation improvements, move family relations constants from const.py.in * src/AddSpouse.py: relationship constant changes * src/BaseDoc.py: documentation improvements * src/ChooseParents.py: relationship constant changes * src/Date.py: documentation changes * src/ReadGedcom.py: relationship constant changes, remove unused global * src/ReadXML.py: relationship constant changes * src/SelectChild.py: has_family to get_parent_family * src/const.py.in: moved family relation constants to RelLib * src/plugins/Check.py: relationship constant changes * src/plugins/ImportGeneWeb.py: relationship constant changes * src/plugins/WriteGeneWeb.py: relationship constant changes Don Allingham 2004-12-24 18:46:34 +00:00
  • 5a0e337254 Update Alex Roitman 2004-12-23 18:00:21 +00:00
  • 66bc5b5807 Update Alex Roitman 2004-12-23 18:00:21 +00:00
  • d0c3eb00e9 * src/ReportOptions.py (ReportOptions): Add wrappers to hide handler. * src/plugins/BookReport.py: Use wrappers. * src/plugins/TimeLine.py: Use wrappers. * src/plugins/FtmStyleDescendants.py: Use wrappers. * src/plugins/FtmStyleAncestors.py: Use wrappers. * src/plugins/AncestorReport.py: Use wrappers. * src/plugins/DescendReport.py: Use wrappers. * src/plugins/IndivSummary.py: Use wrappers. Alex Roitman 2004-12-23 17:39:47 +00:00
  • a4662dc4b7 * src/ReportOptions.py (ReportOptions): Add wrappers to hide handler. * src/plugins/BookReport.py: Use wrappers. * src/plugins/TimeLine.py: Use wrappers. * src/plugins/FtmStyleDescendants.py: Use wrappers. * src/plugins/FtmStyleAncestors.py: Use wrappers. * src/plugins/AncestorReport.py: Use wrappers. * src/plugins/DescendReport.py: Use wrappers. * src/plugins/IndivSummary.py: Use wrappers. Alex Roitman 2004-12-23 17:39:47 +00:00
  • b62e302af0 * src/Plugins.py: Fix Reports menu. Alex Roitman 2004-12-23 03:48:23 +00:00
  • 61b53ebb14 * src/Plugins.py: Fix Reports menu. Alex Roitman 2004-12-23 03:48:23 +00:00
  • fbe6380b09 * src/PeopleModel.py (PeopleModel.__init__): Make data_filter optional. * src/plugins/FtmStyleAncestors.py: Convert to new scheme. * src/plugins/AncestorReport.py: Convert to new scheme. * src/plugins/DescendReport.py: Convert to new scheme. * src/plugins/IndivSummary.py: Convert to new scheme. Alex Roitman 2004-12-23 01:48:00 +00:00
  • 88571a5f03 * src/PeopleModel.py (PeopleModel.__init__): Make data_filter optional. * src/plugins/FtmStyleAncestors.py: Convert to new scheme. * src/plugins/AncestorReport.py: Convert to new scheme. * src/plugins/DescendReport.py: Convert to new scheme. * src/plugins/IndivSummary.py: Convert to new scheme. Alex Roitman 2004-12-23 01:48:00 +00:00
  • c473ca4f54 Update Alex Roitman 2004-12-23 01:01:06 +00:00
  • 09afb58995 Update Alex Roitman 2004-12-23 01:01:06 +00:00
  • 0ee41fb763 * src/ReportOptions.py (ReportOptions): Add base Options class. * src/plugins/BookReport.py (BookOptions): Derive from base class. * src/plugins/TimeLine.py (TimeLineOptions): Derive from base class. * src/plugins/FtmStyleDescendants.py (FtmDescendantOptions): Derive from base class. Alex Roitman 2004-12-23 00:57:56 +00:00
  • b4906a62c6 * src/ReportOptions.py (ReportOptions): Add base Options class. * src/plugins/BookReport.py (BookOptions): Derive from base class. * src/plugins/TimeLine.py (TimeLineOptions): Derive from base class. * src/plugins/FtmStyleDescendants.py (FtmDescendantOptions): Derive from base class. Alex Roitman 2004-12-23 00:57:56 +00:00
  • ddad91aac4 Update Alex Roitman 2004-12-22 06:12:26 +00:00
  • 5fe3e329d3 Update Alex Roitman 2004-12-22 06:12:26 +00:00
  • 2898c30381 * src/Plugins.py: Use category to register cl report. * src/Report.py: Handle showing options centrally. * src/gramps_main.py: Remove name and category from options. * src/plugins/BookReport.py: Handle showing options centrally. Alex Roitman 2004-12-22 04:55:12 +00:00
  • 09a8a4640b * src/Plugins.py: Use category to register cl report. * src/Report.py: Handle showing options centrally. * src/gramps_main.py: Remove name and category from options. * src/plugins/BookReport.py: Handle showing options centrally. Alex Roitman 2004-12-22 04:55:12 +00:00
  • c8bfe2e8d3 Merge REP_OPT branch Alex Roitman 2004-12-22 01:56:37 +00:00
  • a4f9849e8f Merge REP_OPT branch Alex Roitman 2004-12-22 01:56:37 +00:00
  • 4dd9d443e2 * src/docgen/AsciiDoc.py (reformat_para): Correctly check for empty paragraph. Alex Roitman 2004-12-21 17:04:52 +00:00
  • c9e6a13a3d * src/docgen/AsciiDoc.py (reformat_para): Correctly check for empty paragraph. Alex Roitman 2004-12-21 17:04:52 +00:00
  • 224bef8af3 * src/DbPrompter.py: Add display messages during load * src/GrampsBSDDB.py: Add display messages during load * src/gramps_main.py: Add display messages during load Don Allingham 2004-12-19 23:37:40 +00:00
  • 879093c9f3 * src/DbPrompter.py: Add display messages during load * src/GrampsBSDDB.py: Add display messages during load * src/gramps_main.py: Add display messages during load Don Allingham 2004-12-19 23:37:40 +00:00
  • 295e9a530f * src/DisplayModels.py: use a dictionary to handle reverse indices instead of list.index function. Drastically reduces time are larger lists. * src/GrampsDbBase.py: use cursors to build sorted key lists * src/PeopleModel.py: fetch sort names out of database first instead of continuously fetching from database during sort * src/PeopleView.py: remove unnecessary apply_filter * src/PlaceView.py: remove commented-out code * src/ReadXML.py: add gtk event handling to allow screen to update * src/gramps.glade: use gramps.png for loading message window * src/gramps_main.py: remove delete_abandoned_photos calls Don Allingham 2004-12-19 22:55:41 +00:00
  • df47a1bcea * src/DisplayModels.py: use a dictionary to handle reverse indices instead of list.index function. Drastically reduces time are larger lists. * src/GrampsDbBase.py: use cursors to build sorted key lists * src/PeopleModel.py: fetch sort names out of database first instead of continuously fetching from database during sort * src/PeopleView.py: remove unnecessary apply_filter * src/PlaceView.py: remove commented-out code * src/ReadXML.py: add gtk event handling to allow screen to update * src/gramps.glade: use gramps.png for loading message window * src/gramps_main.py: remove delete_abandoned_photos calls Don Allingham 2004-12-19 22:55:41 +00:00
  • 6dea6f401e * src/PeopleModel.py: Fixed rebuild_display * src/ReadXML.py: Fixed calendar handling Don Allingham 2004-12-17 04:16:20 +00:00
  • 5b602a4531 * src/PeopleModel.py: Fixed rebuild_display * src/ReadXML.py: Fixed calendar handling Don Allingham 2004-12-17 04:16:20 +00:00
  • d3d0cc2142 pychecker updates Don Allingham 2004-12-17 02:38:19 +00:00
  • 44f83bb131 pychecker updates Don Allingham 2004-12-17 02:38:19 +00:00
  • 9c2c4ec4be * src/po/es.po: forward port of the Spanish translations in STABLE, plus many new translations Julio Sánchez 2004-12-16 08:49:45 +00:00
  • 1779585098 * src/po/es.po: forward port of the Spanish translations in STABLE, plus many new translations Julio Sánchez 2004-12-16 08:49:45 +00:00
  • 69c25fdc74 Fix wrong dates in ChangeLog Julio Sánchez 2004-12-16 08:43:50 +00:00
  • c25c09b406 Fix wrong dates in ChangeLog Julio Sánchez 2004-12-16 08:43:50 +00:00
  • c181f55636 * src/po/es.po: updated to the result of running msmerge against a recent template.po with no other change Julio Sánchez 2004-12-15 14:50:34 +00:00
  • 0de7dcd67c * src/po/es.po: updated to the result of running msmerge against a recent template.po with no other change Julio Sánchez 2004-12-15 14:50:34 +00:00
  • 0571dd6749 * src/dates/Date_es.py: first version of date handler for Spanish starting from the French version * src/dates/Makefile.am: include Spanish date handler Date_fr.py+ Date_es.py Julio Sánchez 2004-12-15 14:34:34 +00:00
  • 8d0cac8345 * src/dates/Date_es.py: first version of date handler for Spanish starting from the French version * src/dates/Makefile.am: include Spanish date handler Date_fr.py+ Date_es.py Julio Sánchez 2004-12-15 14:34:34 +00:00
  • 5f8f50f667 update Don Allingham 2004-12-14 02:57:37 +00:00
  • 7f0d8e66df update Don Allingham 2004-12-14 02:57:37 +00:00
  • 4f64dd0fea 2004-12-13 Tim Waugh <twaugh@redhat.com> * src/plugins/Ancestors.py (generation): Avoid empty sections. Tim Waugh 2004-12-13 19:00:12 +00:00
  • 7a9ad19b5b 2004-12-13 Tim Waugh <twaugh@redhat.com> * src/plugins/Ancestors.py (generation): Avoid empty sections. Tim Waugh 2004-12-13 19:00:12 +00:00
  • 8179685348 * src/GrampsBSDDB.py: add cursor routines * src/GrampsDbBase.py: add cursor routines * src/GrampsInMemDb.py: add cursor routines * src/gramps.glade: fix spacing in dialog boxes Don Allingham 2004-12-10 01:28:43 +00:00
  • 7904dde007 * src/GrampsBSDDB.py: add cursor routines * src/GrampsDbBase.py: add cursor routines * src/GrampsInMemDb.py: add cursor routines * src/gramps.glade: fix spacing in dialog boxes Don Allingham 2004-12-10 01:28:43 +00:00
  • e7122913f1 * src/PedView.py (get_distance): Remove function; use similar from Relationship module. Alex Roitman 2004-12-10 00:22:05 +00:00
  • c4751c41d5 * src/PedView.py (get_distance): Remove function; use similar from Relationship module. Alex Roitman 2004-12-10 00:22:05 +00:00
  • 5c1f204a1c * src/FamilyView.py: remove debug statement * src/PeopleModel.py: abandon the attempt to use TreeFilter * src/PeopleView.py: abandon the attempt to use TreeFilter Don Allingham 2004-12-09 23:38:43 +00:00
  • b51838f634 * src/FamilyView.py: remove debug statement * src/PeopleModel.py: abandon the attempt to use TreeFilter * src/PeopleView.py: abandon the attempt to use TreeFilter Don Allingham 2004-12-09 23:38:43 +00:00
  • 4a948c6178 * src/DbPrompter.py: destroy filechooser if open cancelled. * src/Report.py: Use markup in dialog * src/Utils.py: fix year handling * src/plugins/Webpage.py: use markup Don Allingham 2004-12-08 22:54:26 +00:00
  • 5eb387daaf * src/DbPrompter.py: destroy filechooser if open cancelled. * src/Report.py: Use markup in dialog * src/Utils.py: fix year handling * src/plugins/Webpage.py: use markup Don Allingham 2004-12-08 22:54:26 +00:00
  • 9f7132db4c * src/data/Makefile.am: Replace dist_data_DATA with EXTRA_DIST. Alex Roitman 2004-12-07 21:38:30 +00:00
  • 695d850af3 * src/data/Makefile.am: Replace dist_data_DATA with EXTRA_DIST. Alex Roitman 2004-12-07 21:38:30 +00:00
  • 679c7c7390 * configure.in: bump up the version. Alex Roitman 2004-12-07 04:30:38 +00:00
  • b524147463 * configure.in: bump up the version. Alex Roitman 2004-12-07 04:30:38 +00:00
  • ae4bc9daf3 update Don Allingham 2004-12-07 02:56:51 +00:00
  • c385e982aa update Don Allingham 2004-12-07 02:56:51 +00:00
  • 84cdf16c10 * NEWS: minor update for 1.1.2 release Don Allingham 2004-12-07 02:48:57 +00:00
  • 9c36a91f9d * NEWS: minor update for 1.1.2 release Don Allingham 2004-12-07 02:48:57 +00:00
  • ace2582416 * doc/Makefile.am: Remove unneeded CLEANFILES, they're defined below. * doc/xmldocs.make: Add Makefile to CLEANFILES; Explictly clean stuff in distclean-hook. * src/Makefile.am: Remove gramps.desktop from GRAPHICS. * src/data/Makefile.am: Remove EXTRA_DIST; split files that do not need to be in $PREFIX/share/gramps into dist_data_DATA: they're installed explicitly to the proper locations anyway, and this is only needed for distribution. Alex Roitman 2004-12-06 04:24:12 +00:00
  • 65cb8dc6ed * doc/Makefile.am: Remove unneeded CLEANFILES, they're defined below. * doc/xmldocs.make: Add Makefile to CLEANFILES; Explictly clean stuff in distclean-hook. * src/Makefile.am: Remove gramps.desktop from GRAPHICS. * src/data/Makefile.am: Remove EXTRA_DIST; split files that do not need to be in $PREFIX/share/gramps into dist_data_DATA: they're installed explicitly to the proper locations anyway, and this is only needed for distribution. Alex Roitman 2004-12-06 04:24:12 +00:00
  • 851be10fd0 * src/DateParser.py: documenation enhancements * src/GrampsBSDDB.py: Add cursor class * src/GrampsDbBase.py: Add base cursor class * src/GrampsGEDDB.py: documenation enhancements * src/GrampsInMemDB.py: Add cursor class * src/GrampsXMLDB.py: documenation enhancements Don Allingham 2004-12-06 04:13:13 +00:00
  • 7e70532009 * src/DateParser.py: documenation enhancements * src/GrampsBSDDB.py: Add cursor class * src/GrampsDbBase.py: Add base cursor class * src/GrampsGEDDB.py: documenation enhancements * src/GrampsInMemDB.py: Add cursor class * src/GrampsXMLDB.py: documenation enhancements Don Allingham 2004-12-06 04:13:13 +00:00
  • bd783405bf * src/ChooseParents.py: use new cursor for interation * src/DbPrompter.py: reformat * src/GenericFilter.py: add disconnected rule * src/GrampsBSDDB.py: provide cursor access for iteration * src/GrampsDbBase.py: provide cursor access for iteration * src/GrampsInMemDB.py: provide cursor access for iteration * src/Makefile.am: add gramps.desktop to install list * src/PeopleModel.py: use new cursor for faster iteration * src/PeopleView.py: reimplement filtering * src/ReadGedcom.py: removed used source counting * src/gedcomimport.glade: remove source field * src/gramps.glade: fixed spacing in message * src/gramps_main.py: add disconnected filter Don Allingham 2004-12-05 04:15:48 +00:00
  • d7598dfe7d * src/ChooseParents.py: use new cursor for interation * src/DbPrompter.py: reformat * src/GenericFilter.py: add disconnected rule * src/GrampsBSDDB.py: provide cursor access for iteration * src/GrampsDbBase.py: provide cursor access for iteration * src/GrampsInMemDB.py: provide cursor access for iteration * src/Makefile.am: add gramps.desktop to install list * src/PeopleModel.py: use new cursor for faster iteration * src/PeopleView.py: reimplement filtering * src/ReadGedcom.py: removed used source counting * src/gedcomimport.glade: remove source field * src/gramps.glade: fixed spacing in message * src/gramps_main.py: add disconnected filter Don Allingham 2004-12-05 04:15:48 +00:00
  • e25236f85a * src/EditPerson.py: hide window while closing updating info * src/FamilyView.py: Fix deleting of spouses and children * src/GrampsDbBase.py: add remove_family, clear default person if the person is deleted * src/PeopleView.py: text clean up * src/gramps_main.py: disable buttons while deleting a person Don Allingham 2004-12-03 01:49:09 +00:00
  • bc5f2e3094 * src/EditPerson.py: hide window while closing updating info * src/FamilyView.py: Fix deleting of spouses and children * src/GrampsDbBase.py: add remove_family, clear default person if the person is deleted * src/PeopleView.py: text clean up * src/gramps_main.py: disable buttons while deleting a person Don Allingham 2004-12-03 01:49:09 +00:00
  • 7b7d9ddac8 * src/Report.py (on_center_person_change_clicked): Typo. Alex Roitman 2004-12-02 06:05:12 +00:00
  • 83a24a918e * src/Report.py (on_center_person_change_clicked): Typo. Alex Roitman 2004-12-02 06:05:12 +00:00
  • 66cb1d05f6 * src/GenericFilter.py: use DateParser to parse dates. Don Allingham 2004-12-01 13:02:22 +00:00
  • 4d6ba84ca7 * src/GenericFilter.py: use DateParser to parse dates. Don Allingham 2004-12-01 13:02:22 +00:00
  • db2d142ab7 * src/gramps_main.py (init_interface): Work around gtk/libglade bug by using horrible and ugly hack; (build_backhistmenu, build_fwdhistmenu): Use gramps IDs instead of handles in menus. Alex Roitman 2004-12-01 05:25:16 +00:00
  • 755219bdce * src/gramps_main.py (init_interface): Work around gtk/libglade bug by using horrible and ugly hack; (build_backhistmenu, build_fwdhistmenu): Use gramps IDs instead of handles in menus. Alex Roitman 2004-12-01 05:25:16 +00:00
  • a6cb348839 * src/EditPerson.py: use Steve Swales' method for handling locale determination * src/GrampsBSDDB.py: added remove_object task * src/MediaView.py: Handle drag and drop better Don Allingham 2004-12-01 04:15:08 +00:00
  • eb1dd7dc59 * src/EditPerson.py: use Steve Swales' method for handling locale determination * src/GrampsBSDDB.py: added remove_object task * src/MediaView.py: Handle drag and drop better Don Allingham 2004-12-01 04:15:08 +00:00
  • d9b76ee319 * NEWS: Update. Alex Roitman 2004-11-30 15:27:55 +00:00
  • d978556a2c * NEWS: Update. Alex Roitman 2004-11-30 15:27:55 +00:00
  • 3db3d91c2d * src/EditPerson.py: simpler way of handling patronymic names based of LANG * src/FamilyView.py: clear childlist if no spouse exists Don Allingham 2004-11-30 03:53:51 +00:00
  • d70c158b39 * src/EditPerson.py: simpler way of handling patronymic names based of LANG * src/FamilyView.py: clear childlist if no spouse exists Don Allingham 2004-11-30 03:53:51 +00:00
  • 35bc6fed1e * src/gramps_main.py: Support for re-building Open Recent submenu and opening files from it. * src/ArgHandler.py: Rebuild recent menu after adding to recent. * src/DbPrompter.py (open_native): Add function. * src/RecentFiles.py (remove_filename): Add function. Alex Roitman 2004-11-30 02:16:30 +00:00
  • 1077cceb71 * src/gramps_main.py: Support for re-building Open Recent submenu and opening files from it. * src/ArgHandler.py: Rebuild recent menu after adding to recent. * src/DbPrompter.py (open_native): Add function. * src/RecentFiles.py (remove_filename): Add function. Alex Roitman 2004-11-30 02:16:30 +00:00
  • de8c6d6308 * src/RecentFiles.py: Add support for Gramps' own recent items. * src/DbPrompter.py: Support for Gramps' own recent items. * src/ArgHandler.py: Support for Gramps' own recent items. * src/gramps.glade: Add Open Recent submenu. * src/gramps_main.py: Preliminary support for Open Recent submenu. Alex Roitman 2004-11-29 05:15:41 +00:00
  • 0d121bca70 * src/RecentFiles.py: Add support for Gramps' own recent items. * src/DbPrompter.py: Support for Gramps' own recent items. * src/ArgHandler.py: Support for Gramps' own recent items. * src/gramps.glade: Add Open Recent submenu. * src/gramps_main.py: Preliminary support for Open Recent submenu. Alex Roitman 2004-11-29 05:15:41 +00:00