Commit Graph

  • 2cd11d3eae * NEWS: Update. * src/Exporter.py: Clean up, add doc strings. * src/plugins/WriteGedcom.py: Change registration. Use command-line export for the time being (all defaults). Alex Roitman 2004-07-10 23:31:28 +00:00
  • 15a80062ea * NEWS: Update. * src/Exporter.py: Clean up, add doc strings. * src/plugins/WriteGedcom.py: Change registration. Use command-line export for the time being (all defaults). Alex Roitman 2004-07-10 23:31:28 +00:00
  • 8dfaa35d11 * src/AddMedia.py: Handle the new file selector * src/MediaView.py: redraw list properly Don Allingham 2004-07-10 04:49:53 +00:00
  • c5787e9e4e * src/AddMedia.py: Handle the new file selector * src/MediaView.py: redraw list properly Don Allingham 2004-07-10 04:49:53 +00:00
  • b19b35077b Update Alex Roitman 2004-07-09 23:01:19 +00:00
  • e8e2333f72 Update Alex Roitman 2004-07-09 23:01:19 +00:00
  • cdbdb9ead0 * src/Report.py (parse_report_options_frame): Use integer 1 and 0 instead of True and False for the pagebreak option. Alex Roitman 2004-07-09 20:28:30 +00:00
  • 8a68101d17 * src/Report.py (parse_report_options_frame): Use integer 1 and 0 instead of True and False for the pagebreak option. Alex Roitman 2004-07-09 20:28:30 +00:00
  • 4491c62a4a * src/gramps_main.py (on_export_activate): Switch to new Exporter. * src/WriteXML.py: Change registration. Return 1 on success and 0 when on failure. * src/Utils.py (get_new_filename): Add function. * src/DbPrompter.py (get_new_filename): Remove function. * src/Exporter.py: Add to CVS. * src/Makefile.am: Ship Exporter.py. * src/Plugins.py (register_export): Change to the new scheme. Alex Roitman 2004-07-09 18:19:47 +00:00
  • b76bc6d42d * src/gramps_main.py (on_export_activate): Switch to new Exporter. * src/WriteXML.py: Change registration. Return 1 on success and 0 when on failure. * src/Utils.py (get_new_filename): Add function. * src/DbPrompter.py (get_new_filename): Remove function. * src/Exporter.py: Add to CVS. * src/Makefile.am: Ship Exporter.py. * src/Plugins.py (register_export): Change to the new scheme. Alex Roitman 2004-07-09 18:19:47 +00:00
  • c75caa9b05 * src/ChooseParents.py: build an exclusion list of those obviously not the parents * src/EditPerson.py: allow ID value to be edited * src/RelLib.py: Add try_to_find_from_gramps_id * src/ImageSelect.py: catch OSError Don Allingham 2004-07-09 04:31:43 +00:00
  • 1333c80f7f * src/ChooseParents.py: build an exclusion list of those obviously not the parents * src/EditPerson.py: allow ID value to be edited * src/RelLib.py: Add try_to_find_from_gramps_id * src/ImageSelect.py: catch OSError Don Allingham 2004-07-09 04:31:43 +00:00
  • d89e54a693 * src/DbPrompter.py: Handle package export. * src/plugins/WritePkg.py: Register with the new scheme. * src/plugins/ReadPkg.py: Minor cleanups. * src/WriteXML.py: Minor cleanups. Alex Roitman 2004-07-03 04:46:51 +00:00
  • 3c108b27b7 * src/DbPrompter.py: Handle package export. * src/plugins/WritePkg.py: Register with the new scheme. * src/plugins/ReadPkg.py: Minor cleanups. * src/WriteXML.py: Minor cleanups. Alex Roitman 2004-07-03 04:46:51 +00:00
  • a0acc27543 * src/DbPrompter.py (SaveAsDbPrompter.change_suggested_name): Add method; (SaveAsDbPrompter.chooser): Make dialog a class attribute. Connect handler to the filter change event; (get_new_filename): Make a module function (outside any class). Alex Roitman 2004-07-02 15:33:16 +00:00
  • bcbd65f783 * src/DbPrompter.py (SaveAsDbPrompter.change_suggested_name): Add method; (SaveAsDbPrompter.chooser): Make dialog a class attribute. Connect handler to the filter change event; (get_new_filename): Make a module function (outside any class). Alex Roitman 2004-07-02 15:33:16 +00:00
  • ef0516a415 * src/gramps_main.py: disable find old "find" function * src/gramps.glade: enable TreeView find function * src/PeopleView.py: don't unselect a row if it isn't a valid person. Don Allingham 2004-07-02 02:53:51 +00:00
  • 2924bb77c9 * src/gramps_main.py: disable find old "find" function * src/gramps.glade: enable TreeView find function * src/PeopleView.py: don't unselect a row if it isn't a valid person. Don Allingham 2004-07-02 02:53:51 +00:00
  • e27d4726ea * src/gramps_main.py (on_export_activate): Delegate work to DbPrompter. * src/WriteXML.py: Register with the new scheme. * src/DbPrompter.py (SaveAsDbPrompter): Add class. Alex Roitman 2004-07-01 04:09:55 +00:00
  • 99d6b38312 * src/gramps_main.py (on_export_activate): Delegate work to DbPrompter. * src/WriteXML.py: Register with the new scheme. * src/DbPrompter.py (SaveAsDbPrompter): Add class. Alex Roitman 2004-07-01 04:09:55 +00:00
  • 3421c1971a * src/FamilyView.py: fix reordering of children * src/ChooseParents.py: get filters working again * src/AddSpouse.py: update display after addition of person * src/Utils.py: new id generation algorithm Don Allingham 2004-06-30 04:06:10 +00:00
  • 7592aa4d62 * src/FamilyView.py: fix reordering of children * src/ChooseParents.py: get filters working again * src/AddSpouse.py: update display after addition of person * src/Utils.py: new id generation algorithm Don Allingham 2004-06-30 04:06:10 +00:00
  • 29d18998d1 * src/ChooseParents.py: fix parent selection * src/FamilyView.py: fix update of parents after selction * src/PeopleView.py: fix update of parents after selction * src/gramps_main.py: fix update of parents after selction * src/EditPerson.py: fix person id reference Don Allingham 2004-06-29 03:51:49 +00:00
  • 72a04eef03 * src/ChooseParents.py: fix parent selection * src/FamilyView.py: fix update of parents after selction * src/PeopleView.py: fix update of parents after selction * src/gramps_main.py: fix update of parents after selction * src/EditPerson.py: fix person id reference Don Allingham 2004-06-29 03:51:49 +00:00
  • 11bc557be3 * src/RelLib.py: gramps id fixes. * src/ReadXML.py: gramps id fixes. * src/plugins/ReadGedcom.py: gramps id fixes. Alex Roitman 2004-06-29 02:33:25 +00:00
  • 4a3b978f9e * src/RelLib.py: gramps id fixes. * src/ReadXML.py: gramps id fixes. * src/plugins/ReadGedcom.py: gramps id fixes. Alex Roitman 2004-06-29 02:33:25 +00:00
  • 5976ec97ef * src/plugins/WebPage.py (IndividualPage.write_urls): Add function; (IndividualPage.create_page): use write_urls(). Alex Roitman 2004-06-28 19:08:15 +00:00
  • 191312c95a * src/plugins/WebPage.py (IndividualPage.write_urls): Add function; (IndividualPage.create_page): use write_urls(). Alex Roitman 2004-06-28 19:08:15 +00:00
  • c670c6267a * src/DbPrompter.py: Add new class for new, existing, and import prompters. Enable opening any format on the startup. * src/gramps_main.py: Use new DbPrompter classes. * src/ArgHandler.py: Use new DbPrompter classes. Alex Roitman 2004-06-28 18:16:42 +00:00
  • 416310dc17 * src/DbPrompter.py: Add new class for new, existing, and import prompters. Enable opening any format on the startup. * src/gramps_main.py: Use new DbPrompter classes. * src/ArgHandler.py: Use new DbPrompter classes. Alex Roitman 2004-06-28 18:16:42 +00:00
  • 2aa25d1711 Typo Alex Roitman 2004-06-28 13:20:33 +00:00
  • 1fd413696d Typo Alex Roitman 2004-06-28 13:20:33 +00:00
  • e0973cb653 * src/DbPrompter.py: Add NewNativeDbPrompter class for setting up a native database. Enable opening any format on the startup. * src/gramps_main.py: Use NewNativeDbPrompter when opening non-native data. Alex Roitman 2004-06-28 13:19:06 +00:00
  • a35aa9bcf7 * src/DbPrompter.py: Add NewNativeDbPrompter class for setting up a native database. Enable opening any format on the startup. * src/gramps_main.py: Use NewNativeDbPrompter when opening non-native data. Alex Roitman 2004-06-28 13:19:06 +00:00
  • 3213e0e928 fix import Don Allingham 2004-06-28 01:27:37 +00:00
  • fca58c0099 fix import Don Allingham 2004-06-28 01:27:37 +00:00
  • 97377f426d * src/gramps_main.py: fix import problem Don Allingham 2004-06-27 18:08:19 +00:00
  • ca2b166f8f * src/gramps_main.py: fix import problem Don Allingham 2004-06-27 18:08:19 +00:00
  • 4c76be91dd * src/gramps_main.py: dropped New Database message. After all, it should be incredibly obvious. * src/Utils.py: create_id to generate random internal ID * src/RelLib.py: new internal ID support * src/AddSpouse.py: bug fixes * src/ChooseParents.py: bug fixes * src/PeopleModel.py: bug fixes * src/PeopleView.py: bug fixes * src/FamilyView.py: bug fixes * src/Bookmarks.py: support for new internal IDs * src/EditPerson.py: support for new internal IDs * src/plugins/ReadGedcom.py: handle new internal IDs Don Allingham 2004-06-27 03:10:06 +00:00
  • 673af70455 * src/gramps_main.py: dropped New Database message. After all, it should be incredibly obvious. * src/Utils.py: create_id to generate random internal ID * src/RelLib.py: new internal ID support * src/AddSpouse.py: bug fixes * src/ChooseParents.py: bug fixes * src/PeopleModel.py: bug fixes * src/PeopleView.py: bug fixes * src/FamilyView.py: bug fixes * src/Bookmarks.py: support for new internal IDs * src/EditPerson.py: support for new internal IDs * src/plugins/ReadGedcom.py: handle new internal IDs Don Allingham 2004-06-27 03:10:06 +00:00
  • 2faa14b1a7 * src/gramps_main.py (on_import_activate,on_export_activate): Add methods. * src/Plugins.py (build_import_menu,build_export_menu): Remove; (register_export): Change to the new scheme. * src/gramps.glade: Add handlers to Import and Export menus. Rename Export to Save As..., add icons. Alex Roitman 2004-06-26 05:39:43 +00:00
  • e9a3377dda * src/gramps_main.py (on_import_activate,on_export_activate): Add methods. * src/Plugins.py (build_import_menu,build_export_menu): Remove; (register_export): Change to the new scheme. * src/gramps.glade: Add handlers to Import and Export menus. Rename Export to Save As..., add icons. Alex Roitman 2004-06-26 05:39:43 +00:00
  • 2fea6471c7 * src/ArgHandler.py (handle_args): Add import callback call. * src/gramps_main.py: Use open filters, mime types, and handlers from import plugins. * src/Plugins.py: Change import plugin registration. * src/ReadXML.py: Change registration. * src/plugins/ReadGedcom.py: Change registration. * src/plugins/ReadPkg.py: Rewrite and change registration. Alex Roitman 2004-06-24 03:29:38 +00:00
  • 2137e803e4 * src/ArgHandler.py (handle_args): Add import callback call. * src/gramps_main.py: Use open filters, mime types, and handlers from import plugins. * src/Plugins.py: Change import plugin registration. * src/ReadXML.py: Change registration. * src/plugins/ReadGedcom.py: Change registration. * src/plugins/ReadPkg.py: Rewrite and change registration. Alex Roitman 2004-06-24 03:29:38 +00:00
  • 05440fbaa8 * src/EditPerson,py: allow reordering of event columns * src/TransTable.py: allow to be initialized with a list instead of a map * src/gramps.glade: allow reordering of event columns * src/gramps_main.py: catch program_init exception * src/ListModel.py: allow reordering of columns Don Allingham 2004-06-23 04:54:33 +00:00
  • e8dd8dde0b * src/EditPerson,py: allow reordering of event columns * src/TransTable.py: allow to be initialized with a list instead of a map * src/gramps.glade: allow reordering of event columns * src/gramps_main.py: catch program_init exception * src/ListModel.py: allow reordering of columns Don Allingham 2004-06-23 04:54:33 +00:00
  • 162a229161 * doc/gramps.1.in, doc/gramps.1: Update. Alex Roitman 2004-06-23 02:59:29 +00:00
  • 6a06bf2c8a * doc/gramps.1.in, doc/gramps.1: Update. Alex Roitman 2004-06-23 02:59:29 +00:00
  • 0f6a7c7a7f * src/plugins/WriteCD.py (PackageWriter.on_ok_clicked): Convert missing media handling to the database interface. Alex Roitman 2004-06-22 21:02:05 +00:00
  • 0ff408da30 * src/plugins/WriteCD.py (PackageWriter.on_ok_clicked): Convert missing media handling to the database interface. Alex Roitman 2004-06-22 21:02:05 +00:00
  • 12d6398750 * src/ArgHandler.py (parse_args): Switch from 'tgz' to 'gpkg' for Gramps package; (handle_args): Use separate dir for all import-produced files; (cl_export): Convert media objects export to the database interface. * src/ReadXML.py (importData): Copy all local (with respect to the old XML way) media object files into <database>.images dir (created if did not previously exist). Change objects' paths accordingly; (GrampsParser.start_object): Do not modify path in the parser. This way we know that the objects are local. * src/RelLib.py (get_event_keys): Add method to GrampsDB class. * src/plugins/WritePkg.py (PackageWriter.export): Convert missing media handling to the database interface. Alex Roitman 2004-06-22 20:49:22 +00:00
  • 3be97cd506 * src/ArgHandler.py (parse_args): Switch from 'tgz' to 'gpkg' for Gramps package; (handle_args): Use separate dir for all import-produced files; (cl_export): Convert media objects export to the database interface. * src/ReadXML.py (importData): Copy all local (with respect to the old XML way) media object files into <database>.images dir (created if did not previously exist). Change objects' paths accordingly; (GrampsParser.start_object): Do not modify path in the parser. This way we know that the objects are local. * src/RelLib.py (get_event_keys): Add method to GrampsDB class. * src/plugins/WritePkg.py (PackageWriter.export): Convert missing media handling to the database interface. Alex Roitman 2004-06-22 20:49:22 +00:00
  • 67bf4dff2b add new images Don Allingham 2004-06-22 03:05:28 +00:00
  • 623cec45ad add new images Don Allingham 2004-06-22 03:05:28 +00:00
  • fcabe82c3d Update Alex Roitman 2004-06-21 23:24:51 +00:00
  • 2a4a7a39cd Update Alex Roitman 2004-06-21 23:24:51 +00:00
  • 6da362e2fa * src/ArgHandler.py: Fixes. * src/gramps_main.py: Don't show topWindow until ArgHandler is done. * src/plugins/Summary.py: Fixes. Alex Roitman 2004-06-21 23:22:55 +00:00
  • 86b78e5c3c * src/ArgHandler.py: Fixes. * src/gramps_main.py: Don't show topWindow until ArgHandler is done. * src/plugins/Summary.py: Fixes. Alex Roitman 2004-06-21 23:22:55 +00:00
  • 383a0a6f2c * NEWS: Update. Alex Roitman 2004-06-21 21:49:43 +00:00
  • 274bce11b4 * NEWS: Update. Alex Roitman 2004-06-21 21:49:43 +00:00
  • de2c28febb Fixes to context menu Alex Roitman 2004-06-21 21:23:35 +00:00
  • 8b4bbf154f Fixes to context menu Alex Roitman 2004-06-21 21:23:35 +00:00
  • 7cf73d3415 Update Alex Roitman 2004-06-21 19:59:48 +00:00
  • 900f1aaa79 Update Alex Roitman 2004-06-21 19:59:48 +00:00
  • 514e73aea0 * src/PedView.py: Fix anchors. Switch from storing person objects to their IDs. Start on building Spouses and Siblings submenus in the context menu. Alex Roitman 2004-06-21 17:08:51 +00:00
  • 445264275a * src/PedView.py: Fix anchors. Switch from storing person objects to their IDs. Start on building Spouses and Siblings submenus in the context menu. Alex Roitman 2004-06-21 17:08:51 +00:00
  • d2c7943f64 * src/data/gramps.keys, src/data/mime: Add package and GEDCOM. Alex Roitman 2004-06-21 13:56:58 +00:00
  • 53ec8ad409 * src/data/gramps.keys, src/data/mime: Add package and GEDCOM. Alex Roitman 2004-06-21 13:56:58 +00:00
  • 2e477a5936 * configure.in: Bump up the version number. * src/gramps.py: Pass complete argument string. * src/gramps_main.py: Pass popt table to gnome_init(). Always enable argument handling. (read_xml,read_pkg): Add functions. * src/const.py.in: Define popt table, add all gnome options. * src/ArgHandler.py: Add long options for gramps-specific options. Add handling for the first filename argument. Use 'gramps-xml' to denote old gramps (XML) format. * src/DbPrompter.py: Add hint for the filename. * src/plugins/ReadNative.py: Cosmetic changes. * src/plugins/ReadPkg.py: Cosmetic changes. * src/plugins/WritePkg.py: Typo. * src/data/gramps.xml: Add mime type for gramps package. * src/data/gramps.applications: Add gramps package to the list. * src/data/Makefile.am: Typo. Alex Roitman 2004-06-21 05:10:27 +00:00
  • 03cab9f9bd * configure.in: Bump up the version number. * src/gramps.py: Pass complete argument string. * src/gramps_main.py: Pass popt table to gnome_init(). Always enable argument handling. (read_xml,read_pkg): Add functions. * src/const.py.in: Define popt table, add all gnome options. * src/ArgHandler.py: Add long options for gramps-specific options. Add handling for the first filename argument. Use 'gramps-xml' to denote old gramps (XML) format. * src/DbPrompter.py: Add hint for the filename. * src/plugins/ReadNative.py: Cosmetic changes. * src/plugins/ReadPkg.py: Cosmetic changes. * src/plugins/WritePkg.py: Typo. * src/data/gramps.xml: Add mime type for gramps package. * src/data/gramps.applications: Add gramps package to the list. * src/data/Makefile.am: Typo. Alex Roitman 2004-06-21 05:10:27 +00:00
  • 77fce526cf * src/DisplayModels,py: faster sorting of places * src/PlaceView,py: faster sorting of places * src/RelLib,py: faster sorting of places * src/gramp_main.py: removed new database info message Don Allingham 2004-06-20 03:06:21 +00:00
  • ab131c3f0c * src/DisplayModels,py: faster sorting of places * src/PlaceView,py: faster sorting of places * src/RelLib,py: faster sorting of places * src/gramp_main.py: removed new database info message Don Allingham 2004-06-20 03:06:21 +00:00
  • 33246ec700 src/plugins/ReadGedcom.py: Fixed typos preventing import Jason Salaz 2004-06-19 03:50:52 +00:00
  • 18fecafb91 src/plugins/ReadGedcom.py: Fixed typos preventing import Jason Salaz 2004-06-19 03:50:52 +00:00
  • d2e29dc8d4 update Don Allingham 2004-06-16 03:38:26 +00:00
  • bc97a8824b update Don Allingham 2004-06-16 03:38:26 +00:00
  • 16addc35b4 update Don Allingham 2004-06-15 03:51:18 +00:00
  • 0ce0a50030 update Don Allingham 2004-06-15 03:51:18 +00:00
  • c9a392961f * src/RelLib.py: fix index for place map * src/FamilyView.py: include person ID's Don Allingham 2004-06-15 03:43:33 +00:00
  • 11aa47c41b * src/RelLib.py: fix index for place map * src/FamilyView.py: include person ID's Don Allingham 2004-06-15 03:43:33 +00:00
  • 8341a65f75 * NEWS: Update. Alex Roitman 2004-06-14 22:35:14 +00:00
  • 310f5b17dd * NEWS: Update. Alex Roitman 2004-06-14 22:35:14 +00:00
  • a6bf7bd5a1 * src/gramps.glade: Typos. * src/ImageSelect.py: Correctly update property editors on OK and Cancel. * src/EventEdit.py: Typo. * src/Sources.py: Set change flag on deletion of the source reference. * src/RelLib.py: Add media list into serialization and restore. Alex Roitman 2004-06-13 06:18:20 +00:00
  • f5206ae5cd * src/gramps.glade: Typos. * src/ImageSelect.py: Correctly update property editors on OK and Cancel. * src/EventEdit.py: Typo. * src/Sources.py: Set change flag on deletion of the source reference. * src/RelLib.py: Add media list into serialization and restore. Alex Roitman 2004-06-13 06:18:20 +00:00
  • 02a0fc3072 * src/filters/*: removed * src/plugins/WritePkg.py: brought up to date Don Allingham 2004-06-12 04:39:45 +00:00
  • 5d01154b88 * src/filters/*: removed * src/plugins/WritePkg.py: brought up to date Don Allingham 2004-06-12 04:39:45 +00:00
  • f0ca1ecf13 * src/plugins/WriteGedcom.py: brought up to date * src/gramps_main.py: beta warning Don Allingham 2004-06-09 23:59:03 +00:00
  • 6a8e8fa8d1 * src/plugins/WriteGedcom.py: brought up to date * src/gramps_main.py: beta warning Don Allingham 2004-06-09 23:59:03 +00:00
  • 32a24df4d2 Update Alex Roitman 2004-06-03 05:36:16 +00:00
  • 346801977b Update Alex Roitman 2004-06-03 05:36:16 +00:00
  • 5eacb7c353 * src/MediaView.py: Pass parent to GlobalMediaProperties; typos. * src/SelectObject.py: Typos. * src/ImageSelect.py (LocalMediaProperties.__init__, GlobalMediaProperties.__init__): Handle source tab. * src/EventEdit.py: Handle gallery tab. * src/WriteXML.py (dump_my_event): Write object references; * src/gramps.glade: Add gallery tab to Event Editor; add source tab to media property editor. * src/RelLib.py (Event): Add media_list and related methods; (ObjectRef): Inherit from SourceNote, remove unnecessary functions; (GrampsDB.get_media_attribute_types): Add method. * src/ReadXML.py (start_sourceref): Check for attribute before the object. Objects may have attributes; (start_objref): Parse media object references for Event records. Alex Roitman 2004-06-03 05:35:30 +00:00
  • c5c4a151c2 * src/MediaView.py: Pass parent to GlobalMediaProperties; typos. * src/SelectObject.py: Typos. * src/ImageSelect.py (LocalMediaProperties.__init__, GlobalMediaProperties.__init__): Handle source tab. * src/EventEdit.py: Handle gallery tab. * src/WriteXML.py (dump_my_event): Write object references; * src/gramps.glade: Add gallery tab to Event Editor; add source tab to media property editor. * src/RelLib.py (Event): Add media_list and related methods; (ObjectRef): Inherit from SourceNote, remove unnecessary functions; (GrampsDB.get_media_attribute_types): Add method. * src/ReadXML.py (start_sourceref): Check for attribute before the object. Objects may have attributes; (start_objref): Parse media object references for Event records. Alex Roitman 2004-06-03 05:35:30 +00:00
  • 7113318c2b * src/DisplayModels.py: support for Spouse column * src/MediaView.py: fix try_to_find_object_from_id * src/PeopleModel.py: support for Spouse column * src/RelLib.py: handle expanding columns Don Allingham 2004-06-03 03:28:46 +00:00
  • 6a25e86405 * src/DisplayModels.py: support for Spouse column * src/MediaView.py: fix try_to_find_object_from_id * src/PeopleModel.py: support for Spouse column * src/RelLib.py: handle expanding columns Don Allingham 2004-06-03 03:28:46 +00:00
  • bf5ad74a5d * src/EditSource.py: try_to_find_person_from_id fix * src/PedView.py: try_to_find_person_from_id fix * src/Utils.py: try_to_find_person_from_id fix Don Allingham 2004-05-31 03:50:06 +00:00
  • 9cb2a3afc3 * src/EditSource.py: try_to_find_person_from_id fix * src/PedView.py: try_to_find_person_from_id fix * src/Utils.py: try_to_find_person_from_id fix Don Allingham 2004-05-31 03:50:06 +00:00
  • d094e38abf * various: installation fixes Don Allingham 2004-05-28 04:04:04 +00:00
  • affda15461 * various: installation fixes Don Allingham 2004-05-28 04:04:04 +00:00
  • 9abe3ab152 * Makefiles: updated for installation * src/data/gnome-mime-application-x-gramps.png: new icon * src/data/gramps.svg: new icon * src/data/gramps.xml: mime information Don Allingham 2004-05-27 04:29:43 +00:00
  • 4caf81273c * Makefiles: updated for installation * src/data/gnome-mime-application-x-gramps.png: new icon * src/data/gramps.svg: new icon * src/data/gramps.xml: mime information Don Allingham 2004-05-27 04:29:43 +00:00