From 77e7385342e7d6476e0b5759c4e70b4859eef653 Mon Sep 17 00:00:00 2001 From: ajacoutot Date: Fri, 13 Jul 2007 20:03:36 +0000 Subject: [PATCH] Import gramps-2.2.8 GRAMPS is the Genealogical Research and Analysis Management Program System. In other words, it is a personal genealogy program letting you store, edit, and research genealogical data using the powers of your computer. GRAMPS makes every effort to maintain compatibility with GEDCOM, the general standard of recording genealogical information. We have import and export filters that enable GRAMPS to read and write GEDCOM files. ok jasper@ --- misc/gramps/Makefile | 38 + misc/gramps/distinfo | 5 + misc/gramps/patches/patch-Makefile_in | 12 + misc/gramps/patches/patch-data_Makefile_in | 12 + .../gramps/patches/patch-data_man_Makefile_in | 12 + misc/gramps/pkg/DESCR | 7 + misc/gramps/pkg/PLIST | 1701 +++++++++++++++++ 7 files changed, 1787 insertions(+) create mode 100644 misc/gramps/Makefile create mode 100644 misc/gramps/distinfo create mode 100644 misc/gramps/patches/patch-Makefile_in create mode 100644 misc/gramps/patches/patch-data_Makefile_in create mode 100644 misc/gramps/patches/patch-data_man_Makefile_in create mode 100644 misc/gramps/pkg/DESCR create mode 100644 misc/gramps/pkg/PLIST diff --git a/misc/gramps/Makefile b/misc/gramps/Makefile new file mode 100644 index 00000000000..7aa1e14713e --- /dev/null +++ b/misc/gramps/Makefile @@ -0,0 +1,38 @@ +# $OpenBSD: Makefile,v 1.1.1.1 2007/07/13 20:03:36 ajacoutot Exp $ + +COMMENT= genealogical research and analysis management program system + +DISTNAME= gramps-2.2.8 +CATEGORIES= misc x11 + +HOMEPAGE= http://www.gramps-project.org/ + +# GPL +PERMIT_PACKAGE_CDROM= Yes +PERMIT_PACKAGE_FTP= Yes +PERMIT_DISTFILES_CDROM= Yes +PERMIT_DISTFILES_FTP= Yes + +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gramps/} + +MODULES= lang/python +BUILD_DEPENDS= :py-gnome-*:x11/gnome/py-gnome \ + :gnome-doc-utils-*:x11/gnome/doc-utils \ + :p5-XML-Parser-*:textproc/p5-XML-Parser +RUN_DEPENDS= :py-gnome-*:x11/gnome/py-gnome \ + :python-bsddb-${MODPY_VERSION}*:lang/python/${MODPY_VERSION},-bsddb \ + :py-reportlab-*:print/py-reportlab/reportlab \ + :graphviz-*:math/graphviz \ + :shared-mime-info-*:misc/shared-mime-info \ + :desktop-file-utils-*:devel/desktop-file-utils + +CONFIGURE_STYLE=gnu +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" +CONFIGURE_ARGS= --prefix=${PREFIX} \ + --localedir=${LOCALBASE}/share/locale \ + --with-gconf-schema-file-dir=${LOCALBASE}/share/schemas/gramps \ + --disable-scrollkeeper \ + --disable-schemas-install + +.include diff --git a/misc/gramps/distinfo b/misc/gramps/distinfo new file mode 100644 index 00000000000..25b43a119e1 --- /dev/null +++ b/misc/gramps/distinfo @@ -0,0 +1,5 @@ +MD5 (gramps-2.2.8.tar.gz) = l2nuQewJ17VagFlArCCJTQ== +RMD160 (gramps-2.2.8.tar.gz) = lSfidhKjKe2vlwbFgA3TJam+Lsg= +SHA1 (gramps-2.2.8.tar.gz) = ferAo/UYg6kb7E1nAg8uq/X07H4= +SHA256 (gramps-2.2.8.tar.gz) = foNWjgOgHtl76fLE7lWWuJ6WK1vLhfBRSHUUD3jv+cA= +SIZE (gramps-2.2.8.tar.gz) = 16942280 diff --git a/misc/gramps/patches/patch-Makefile_in b/misc/gramps/patches/patch-Makefile_in new file mode 100644 index 00000000000..8062d0df27a --- /dev/null +++ b/misc/gramps/patches/patch-Makefile_in @@ -0,0 +1,12 @@ +$OpenBSD: patch-Makefile_in,v 1.1.1.1 2007/07/13 20:03:38 ajacoutot Exp $ +--- Makefile.in.orig Thu Jul 12 14:27:34 2007 ++++ Makefile.in Thu Jul 12 14:27:44 2007 +@@ -259,7 +259,7 @@ EXTRA_DIST = \ + config.sub config.guess gnome-doc-utils.make + + bin_SCRIPTS = gramps +-dist_pkgdata_DATA = COPYING ++dist_pkgdata_DATA = + distuninstallcheck_listfiles = find . -type -f -print | grep -E -v '/(globs|magic|XMLnamespaces)' + DISTCLEANFILES = intltool-extract intltool-merge intltool-update \ + gnome-doc-utils.make diff --git a/misc/gramps/patches/patch-data_Makefile_in b/misc/gramps/patches/patch-data_Makefile_in new file mode 100644 index 00000000000..444e4779912 --- /dev/null +++ b/misc/gramps/patches/patch-data_Makefile_in @@ -0,0 +1,12 @@ +$OpenBSD: patch-data_Makefile_in,v 1.1.1.1 2007/07/13 20:03:38 ajacoutot Exp $ +--- data/Makefile.in.orig Thu Jul 12 13:18:29 2007 ++++ data/Makefile.in Thu Jul 12 13:19:10 2007 +@@ -320,7 +320,7 @@ CLEANFILES = \ + # or disable both in a packager mode + GCONF_SCHEMAS_INSTALLATION = $(am__append_1) + GCONF_SCHEMAS_UNINSTALLATION = $(am__append_2) +-SHARED_MIME_INSTALLATION = $(am__append_3) ++SHARED_MIME_INSTALLATION = + SHARED_MIME_UNINSTALLATION = $(am__append_4) + all: all-recursive + diff --git a/misc/gramps/patches/patch-data_man_Makefile_in b/misc/gramps/patches/patch-data_man_Makefile_in new file mode 100644 index 00000000000..ea320b019ae --- /dev/null +++ b/misc/gramps/patches/patch-data_man_Makefile_in @@ -0,0 +1,12 @@ +$OpenBSD: patch-data_man_Makefile_in,v 1.1.1.1 2007/07/13 20:03:38 ajacoutot Exp $ +--- data/man/Makefile.in.orig Thu Jul 12 13:20:22 2007 ++++ data/man/Makefile.in Thu Jul 12 13:20:31 2007 +@@ -226,7 +226,7 @@ sbindir = @sbindir@ + sharedstatedir = @sharedstatedir@ + sysconfdir = @sysconfdir@ + target_alias = @target_alias@ +-SUBDIRS = fr ++SUBDIRS = + man_IN_FILES = gramps.1.in + man_MANS = $(man_IN_FILES:.1.in=.1) + EXTRA_DIST = $(man_MANS) $(man_IN_FILES) diff --git a/misc/gramps/pkg/DESCR b/misc/gramps/pkg/DESCR new file mode 100644 index 00000000000..658ad6ab6b4 --- /dev/null +++ b/misc/gramps/pkg/DESCR @@ -0,0 +1,7 @@ +GRAMPS is the Genealogical Research and Analysis Management Program +System. In other words, it is a personal genealogy program letting you +store, edit, and research genealogical data using the powers of your +computer. +GRAMPS makes every effort to maintain compatibility with GEDCOM, the +general standard of recording genealogical information. We have import +and export filters that enable GRAMPS to read and write GEDCOM files. diff --git a/misc/gramps/pkg/PLIST b/misc/gramps/pkg/PLIST new file mode 100644 index 00000000000..2fef83d73f6 --- /dev/null +++ b/misc/gramps/pkg/PLIST @@ -0,0 +1,1701 @@ +@comment $OpenBSD: PLIST,v 1.1.1.1 2007/07/13 20:03:38 ajacoutot Exp $ +bin/gramps +@man man/man1/gramps.1 +share/application-registry/ +share/application-registry/gramps.applications +share/applications/ +share/applications/gramps.desktop +share/gramps/ +share/gramps/AddMedia.py +share/gramps/AddMedia.pyc +share/gramps/AddMedia.pyo +share/gramps/ArgHandler.py +share/gramps/ArgHandler.pyc +share/gramps/ArgHandler.pyo +share/gramps/Assistant.py +share/gramps/Assistant.pyc +share/gramps/Assistant.pyo +share/gramps/AutoComp.py +share/gramps/AutoComp.pyc +share/gramps/AutoComp.pyo +share/gramps/BaseDoc.py +share/gramps/BaseDoc.pyc +share/gramps/BaseDoc.pyo +share/gramps/BasicUtils.py +share/gramps/BasicUtils.pyc +share/gramps/BasicUtils.pyo +share/gramps/Bookmarks.py +share/gramps/Bookmarks.pyc +share/gramps/Bookmarks.pyo +share/gramps/ColumnOrder.py +share/gramps/ColumnOrder.pyc +share/gramps/ColumnOrder.pyo +share/gramps/Config/ +share/gramps/Config/_GrampsConfigKeys.py +share/gramps/Config/_GrampsConfigKeys.pyc +share/gramps/Config/_GrampsConfigKeys.pyo +share/gramps/Config/_GrampsGconfKeys.py +share/gramps/Config/_GrampsGconfKeys.pyc +share/gramps/Config/_GrampsGconfKeys.pyo +share/gramps/Config/_GrampsIniKeys.py +share/gramps/Config/_GrampsIniKeys.pyc +share/gramps/Config/_GrampsIniKeys.pyo +share/gramps/Config/__init__.py +share/gramps/Config/__init__.pyc +share/gramps/Config/__init__.pyo +share/gramps/DataViews/ +share/gramps/DataViews/_EventView.py +share/gramps/DataViews/_EventView.pyc +share/gramps/DataViews/_EventView.pyo +share/gramps/DataViews/_FamilyList.py +share/gramps/DataViews/_FamilyList.pyc +share/gramps/DataViews/_FamilyList.pyo +share/gramps/DataViews/_MediaView.py +share/gramps/DataViews/_MediaView.pyc +share/gramps/DataViews/_MediaView.pyo +share/gramps/DataViews/_PedigreeView.py +share/gramps/DataViews/_PedigreeView.pyc +share/gramps/DataViews/_PedigreeView.pyo +share/gramps/DataViews/_PersonView.py +share/gramps/DataViews/_PersonView.pyc +share/gramps/DataViews/_PersonView.pyo +share/gramps/DataViews/_PlaceView.py +share/gramps/DataViews/_PlaceView.pyc +share/gramps/DataViews/_PlaceView.pyo +share/gramps/DataViews/_RelationView.py +share/gramps/DataViews/_RelationView.pyc +share/gramps/DataViews/_RelationView.pyo +share/gramps/DataViews/_RepositoryView.py +share/gramps/DataViews/_RepositoryView.pyc +share/gramps/DataViews/_RepositoryView.pyo +share/gramps/DataViews/_SourceView.py +share/gramps/DataViews/_SourceView.pyc +share/gramps/DataViews/_SourceView.pyo +share/gramps/DataViews/__init__.py +share/gramps/DataViews/__init__.pyc +share/gramps/DataViews/__init__.pyo +share/gramps/Date.py +share/gramps/Date.pyc +share/gramps/Date.pyo +share/gramps/DateEdit.py +share/gramps/DateEdit.pyc +share/gramps/DateEdit.pyo +share/gramps/DateHandler/ +share/gramps/DateHandler/_DateDisplay.py +share/gramps/DateHandler/_DateDisplay.pyc +share/gramps/DateHandler/_DateDisplay.pyo +share/gramps/DateHandler/_DateHandler.py +share/gramps/DateHandler/_DateHandler.pyc +share/gramps/DateHandler/_DateHandler.pyo +share/gramps/DateHandler/_DateParser.py +share/gramps/DateHandler/_DateParser.pyc +share/gramps/DateHandler/_DateParser.pyo +share/gramps/DateHandler/_DateUtils.py +share/gramps/DateHandler/_DateUtils.pyc +share/gramps/DateHandler/_DateUtils.pyo +share/gramps/DateHandler/_Date_de.py +share/gramps/DateHandler/_Date_de.pyc +share/gramps/DateHandler/_Date_de.pyo +share/gramps/DateHandler/_Date_es.py +share/gramps/DateHandler/_Date_es.pyc +share/gramps/DateHandler/_Date_es.pyo +share/gramps/DateHandler/_Date_fi.py +share/gramps/DateHandler/_Date_fi.pyc +share/gramps/DateHandler/_Date_fi.pyo +share/gramps/DateHandler/_Date_fr.py +share/gramps/DateHandler/_Date_fr.pyc +share/gramps/DateHandler/_Date_fr.pyo +share/gramps/DateHandler/_Date_lt.py +share/gramps/DateHandler/_Date_lt.pyc +share/gramps/DateHandler/_Date_lt.pyo +share/gramps/DateHandler/_Date_nb.py +share/gramps/DateHandler/_Date_nb.pyc +share/gramps/DateHandler/_Date_nb.pyo +share/gramps/DateHandler/_Date_nl.py +share/gramps/DateHandler/_Date_nl.pyc +share/gramps/DateHandler/_Date_nl.pyo +share/gramps/DateHandler/_Date_ru.py +share/gramps/DateHandler/_Date_ru.pyc +share/gramps/DateHandler/_Date_ru.pyo +share/gramps/DateHandler/_Date_sk.py +share/gramps/DateHandler/_Date_sk.pyc +share/gramps/DateHandler/_Date_sk.pyo +share/gramps/DateHandler/_Date_sv.py +share/gramps/DateHandler/_Date_sv.pyc +share/gramps/DateHandler/_Date_sv.pyo +share/gramps/DateHandler/__init__.py +share/gramps/DateHandler/__init__.pyc +share/gramps/DateHandler/__init__.pyo +share/gramps/DbLoader.py +share/gramps/DbLoader.pyc +share/gramps/DbLoader.pyo +share/gramps/DdTargets.py +share/gramps/DdTargets.pyc +share/gramps/DdTargets.pyo +share/gramps/DisplayModels/ +share/gramps/DisplayModels/_BaseModel.py +share/gramps/DisplayModels/_BaseModel.pyc +share/gramps/DisplayModels/_BaseModel.pyo +share/gramps/DisplayModels/_EventModel.py +share/gramps/DisplayModels/_EventModel.pyc +share/gramps/DisplayModels/_EventModel.pyo +share/gramps/DisplayModels/_FamilyModel.py +share/gramps/DisplayModels/_FamilyModel.pyc +share/gramps/DisplayModels/_FamilyModel.pyo +share/gramps/DisplayModels/_MediaModel.py +share/gramps/DisplayModels/_MediaModel.pyc +share/gramps/DisplayModels/_MediaModel.pyo +share/gramps/DisplayModels/_PeopleModel.py +share/gramps/DisplayModels/_PeopleModel.pyc +share/gramps/DisplayModels/_PeopleModel.pyo +share/gramps/DisplayModels/_PlaceModel.py +share/gramps/DisplayModels/_PlaceModel.pyc +share/gramps/DisplayModels/_PlaceModel.pyo +share/gramps/DisplayModels/_RepositoryModel.py +share/gramps/DisplayModels/_RepositoryModel.pyc +share/gramps/DisplayModels/_RepositoryModel.pyo +share/gramps/DisplayModels/_SourceModel.py +share/gramps/DisplayModels/_SourceModel.pyc +share/gramps/DisplayModels/_SourceModel.pyo +share/gramps/DisplayModels/__init__.py +share/gramps/DisplayModels/__init__.pyc +share/gramps/DisplayModels/__init__.pyo +share/gramps/DisplayState.py +share/gramps/DisplayState.pyc +share/gramps/DisplayState.pyo +share/gramps/DisplayTabs/ +share/gramps/DisplayTabs/_AddrEmbedList.py +share/gramps/DisplayTabs/_AddrEmbedList.pyc +share/gramps/DisplayTabs/_AddrEmbedList.pyo +share/gramps/DisplayTabs/_AddressModel.py +share/gramps/DisplayTabs/_AddressModel.pyc +share/gramps/DisplayTabs/_AddressModel.pyo +share/gramps/DisplayTabs/_AttrEmbedList.py +share/gramps/DisplayTabs/_AttrEmbedList.pyc +share/gramps/DisplayTabs/_AttrEmbedList.pyo +share/gramps/DisplayTabs/_AttrModel.py +share/gramps/DisplayTabs/_AttrModel.pyc +share/gramps/DisplayTabs/_AttrModel.pyo +share/gramps/DisplayTabs/_BackRefList.py +share/gramps/DisplayTabs/_BackRefList.pyc +share/gramps/DisplayTabs/_BackRefList.pyo +share/gramps/DisplayTabs/_BackRefModel.py +share/gramps/DisplayTabs/_BackRefModel.pyc +share/gramps/DisplayTabs/_BackRefModel.pyo +share/gramps/DisplayTabs/_ButtonTab.py +share/gramps/DisplayTabs/_ButtonTab.pyc +share/gramps/DisplayTabs/_ButtonTab.pyo +share/gramps/DisplayTabs/_ChildModel.py +share/gramps/DisplayTabs/_ChildModel.pyc +share/gramps/DisplayTabs/_ChildModel.pyo +share/gramps/DisplayTabs/_DataEmbedList.py +share/gramps/DisplayTabs/_DataEmbedList.pyc +share/gramps/DisplayTabs/_DataEmbedList.pyo +share/gramps/DisplayTabs/_DataModel.py +share/gramps/DisplayTabs/_DataModel.pyc +share/gramps/DisplayTabs/_DataModel.pyo +share/gramps/DisplayTabs/_EmbeddedList.py +share/gramps/DisplayTabs/_EmbeddedList.pyc +share/gramps/DisplayTabs/_EmbeddedList.pyo +share/gramps/DisplayTabs/_EventBackRefList.py +share/gramps/DisplayTabs/_EventBackRefList.pyc +share/gramps/DisplayTabs/_EventBackRefList.pyo +share/gramps/DisplayTabs/_EventEmbedList.py +share/gramps/DisplayTabs/_EventEmbedList.pyc +share/gramps/DisplayTabs/_EventEmbedList.pyo +share/gramps/DisplayTabs/_EventRefModel.py +share/gramps/DisplayTabs/_EventRefModel.pyc +share/gramps/DisplayTabs/_EventRefModel.pyo +share/gramps/DisplayTabs/_FamilyAttrEmbedList.py +share/gramps/DisplayTabs/_FamilyAttrEmbedList.pyc +share/gramps/DisplayTabs/_FamilyAttrEmbedList.pyo +share/gramps/DisplayTabs/_FamilyLdsEmbedList.py +share/gramps/DisplayTabs/_FamilyLdsEmbedList.pyc +share/gramps/DisplayTabs/_FamilyLdsEmbedList.pyo +share/gramps/DisplayTabs/_GalleryTab.py +share/gramps/DisplayTabs/_GalleryTab.pyc +share/gramps/DisplayTabs/_GalleryTab.pyo +share/gramps/DisplayTabs/_GrampsTab.py +share/gramps/DisplayTabs/_GrampsTab.pyc +share/gramps/DisplayTabs/_GrampsTab.pyo +share/gramps/DisplayTabs/_LdsEmbedList.py +share/gramps/DisplayTabs/_LdsEmbedList.pyc +share/gramps/DisplayTabs/_LdsEmbedList.pyo +share/gramps/DisplayTabs/_LdsModel.py +share/gramps/DisplayTabs/_LdsModel.pyc +share/gramps/DisplayTabs/_LdsModel.pyo +share/gramps/DisplayTabs/_LocationEmbedList.py +share/gramps/DisplayTabs/_LocationEmbedList.pyc +share/gramps/DisplayTabs/_LocationEmbedList.pyo +share/gramps/DisplayTabs/_LocationModel.py +share/gramps/DisplayTabs/_LocationModel.pyc +share/gramps/DisplayTabs/_LocationModel.pyo +share/gramps/DisplayTabs/_MediaBackRefList.py +share/gramps/DisplayTabs/_MediaBackRefList.pyc +share/gramps/DisplayTabs/_MediaBackRefList.pyo +share/gramps/DisplayTabs/_NameEmbedList.py +share/gramps/DisplayTabs/_NameEmbedList.pyc +share/gramps/DisplayTabs/_NameEmbedList.pyo +share/gramps/DisplayTabs/_NameModel.py +share/gramps/DisplayTabs/_NameModel.pyc +share/gramps/DisplayTabs/_NameModel.pyo +share/gramps/DisplayTabs/_NoteTab.py +share/gramps/DisplayTabs/_NoteTab.pyc +share/gramps/DisplayTabs/_NoteTab.pyo +share/gramps/DisplayTabs/_PersonBackRefList.py +share/gramps/DisplayTabs/_PersonBackRefList.pyc +share/gramps/DisplayTabs/_PersonBackRefList.pyo +share/gramps/DisplayTabs/_PersonEventEmbedList.py +share/gramps/DisplayTabs/_PersonEventEmbedList.pyc +share/gramps/DisplayTabs/_PersonEventEmbedList.pyo +share/gramps/DisplayTabs/_PersonRefEmbedList.py +share/gramps/DisplayTabs/_PersonRefEmbedList.pyc +share/gramps/DisplayTabs/_PersonRefEmbedList.pyo +share/gramps/DisplayTabs/_PersonRefModel.py +share/gramps/DisplayTabs/_PersonRefModel.pyc +share/gramps/DisplayTabs/_PersonRefModel.pyo +share/gramps/DisplayTabs/_PlaceBackRefList.py +share/gramps/DisplayTabs/_PlaceBackRefList.pyc +share/gramps/DisplayTabs/_PlaceBackRefList.pyo +share/gramps/DisplayTabs/_RepoEmbedList.py +share/gramps/DisplayTabs/_RepoEmbedList.pyc +share/gramps/DisplayTabs/_RepoEmbedList.pyo +share/gramps/DisplayTabs/_RepoRefModel.py +share/gramps/DisplayTabs/_RepoRefModel.pyc +share/gramps/DisplayTabs/_RepoRefModel.pyo +share/gramps/DisplayTabs/_SourceBackRefList.py +share/gramps/DisplayTabs/_SourceBackRefList.pyc +share/gramps/DisplayTabs/_SourceBackRefList.pyo +share/gramps/DisplayTabs/_SourceEmbedList.py +share/gramps/DisplayTabs/_SourceEmbedList.pyc +share/gramps/DisplayTabs/_SourceEmbedList.pyo +share/gramps/DisplayTabs/_SourceRefModel.py +share/gramps/DisplayTabs/_SourceRefModel.pyc +share/gramps/DisplayTabs/_SourceRefModel.pyo +share/gramps/DisplayTabs/_TextTab.py +share/gramps/DisplayTabs/_TextTab.pyc +share/gramps/DisplayTabs/_TextTab.pyo +share/gramps/DisplayTabs/_WebEmbedList.py +share/gramps/DisplayTabs/_WebEmbedList.pyc +share/gramps/DisplayTabs/_WebEmbedList.pyo +share/gramps/DisplayTabs/_WebModel.py +share/gramps/DisplayTabs/_WebModel.pyc +share/gramps/DisplayTabs/_WebModel.pyo +share/gramps/DisplayTabs/__init__.py +share/gramps/DisplayTabs/__init__.pyc +share/gramps/DisplayTabs/__init__.pyo +share/gramps/Editors/ +share/gramps/Editors/_EditAddress.py +share/gramps/Editors/_EditAddress.pyc +share/gramps/Editors/_EditAddress.pyo +share/gramps/Editors/_EditAttribute.py +share/gramps/Editors/_EditAttribute.pyc +share/gramps/Editors/_EditAttribute.pyo +share/gramps/Editors/_EditChildRef.py +share/gramps/Editors/_EditChildRef.pyc +share/gramps/Editors/_EditChildRef.pyo +share/gramps/Editors/_EditEvent.py +share/gramps/Editors/_EditEvent.pyc +share/gramps/Editors/_EditEvent.pyo +share/gramps/Editors/_EditEventRef.py +share/gramps/Editors/_EditEventRef.pyc +share/gramps/Editors/_EditEventRef.pyo +share/gramps/Editors/_EditFamily.py +share/gramps/Editors/_EditFamily.pyc +share/gramps/Editors/_EditFamily.pyo +share/gramps/Editors/_EditLdsOrd.py +share/gramps/Editors/_EditLdsOrd.pyc +share/gramps/Editors/_EditLdsOrd.pyo +share/gramps/Editors/_EditLocation.py +share/gramps/Editors/_EditLocation.pyc +share/gramps/Editors/_EditLocation.pyo +share/gramps/Editors/_EditMedia.py +share/gramps/Editors/_EditMedia.pyc +share/gramps/Editors/_EditMedia.pyo +share/gramps/Editors/_EditMediaRef.py +share/gramps/Editors/_EditMediaRef.pyc +share/gramps/Editors/_EditMediaRef.pyo +share/gramps/Editors/_EditName.py +share/gramps/Editors/_EditName.pyc +share/gramps/Editors/_EditName.pyo +share/gramps/Editors/_EditPerson.py +share/gramps/Editors/_EditPerson.pyc +share/gramps/Editors/_EditPerson.pyo +share/gramps/Editors/_EditPersonRef.py +share/gramps/Editors/_EditPersonRef.pyc +share/gramps/Editors/_EditPersonRef.pyo +share/gramps/Editors/_EditPlace.py +share/gramps/Editors/_EditPlace.pyc +share/gramps/Editors/_EditPlace.pyo +share/gramps/Editors/_EditPrimary.py +share/gramps/Editors/_EditPrimary.pyc +share/gramps/Editors/_EditPrimary.pyo +share/gramps/Editors/_EditReference.py +share/gramps/Editors/_EditReference.pyc +share/gramps/Editors/_EditReference.pyo +share/gramps/Editors/_EditRepoRef.py +share/gramps/Editors/_EditRepoRef.pyc +share/gramps/Editors/_EditRepoRef.pyo +share/gramps/Editors/_EditRepository.py +share/gramps/Editors/_EditRepository.pyc +share/gramps/Editors/_EditRepository.pyo +share/gramps/Editors/_EditSecondary.py +share/gramps/Editors/_EditSecondary.pyc +share/gramps/Editors/_EditSecondary.pyo +share/gramps/Editors/_EditSource.py +share/gramps/Editors/_EditSource.pyc +share/gramps/Editors/_EditSource.pyo +share/gramps/Editors/_EditSourceRef.py +share/gramps/Editors/_EditSourceRef.pyc +share/gramps/Editors/_EditSourceRef.pyo +share/gramps/Editors/_EditUrl.py +share/gramps/Editors/_EditUrl.pyc +share/gramps/Editors/_EditUrl.pyo +share/gramps/Editors/__init__.py +share/gramps/Editors/__init__.pyc +share/gramps/Editors/__init__.pyo +share/gramps/Errors.py +share/gramps/Errors.pyc +share/gramps/Errors.pyo +share/gramps/Exporter.py +share/gramps/Exporter.pyc +share/gramps/Exporter.pyo +share/gramps/FilterEditor/ +share/gramps/FilterEditor/_EditFilter.py +share/gramps/FilterEditor/_EditFilter.pyc +share/gramps/FilterEditor/_EditFilter.pyo +share/gramps/FilterEditor/_EditRule.py +share/gramps/FilterEditor/_EditRule.pyc +share/gramps/FilterEditor/_EditRule.pyo +share/gramps/FilterEditor/_FilterEditor.py +share/gramps/FilterEditor/_FilterEditor.pyc +share/gramps/FilterEditor/_FilterEditor.pyo +share/gramps/FilterEditor/_ShowResults.py +share/gramps/FilterEditor/_ShowResults.pyc +share/gramps/FilterEditor/_ShowResults.pyo +share/gramps/FilterEditor/__init__.py +share/gramps/FilterEditor/__init__.pyc +share/gramps/FilterEditor/__init__.pyo +share/gramps/Filters/ +share/gramps/Filters/Rules/ +share/gramps/Filters/Rules/Event/ +share/gramps/Filters/Rules/Event/_AllEvents.py +share/gramps/Filters/Rules/Event/_AllEvents.pyc +share/gramps/Filters/Rules/Event/_AllEvents.pyo +share/gramps/Filters/Rules/Event/_EventPrivate.py +share/gramps/Filters/Rules/Event/_EventPrivate.pyc +share/gramps/Filters/Rules/Event/_EventPrivate.pyo +share/gramps/Filters/Rules/Event/_HasIdOf.py +share/gramps/Filters/Rules/Event/_HasIdOf.pyc +share/gramps/Filters/Rules/Event/_HasIdOf.pyo +share/gramps/Filters/Rules/Event/_HasNoteMatchingSubstringOf.py +share/gramps/Filters/Rules/Event/_HasNoteMatchingSubstringOf.pyc +share/gramps/Filters/Rules/Event/_HasNoteMatchingSubstringOf.pyo +share/gramps/Filters/Rules/Event/_HasNoteRegexp.py +share/gramps/Filters/Rules/Event/_HasNoteRegexp.pyc +share/gramps/Filters/Rules/Event/_HasNoteRegexp.pyo +share/gramps/Filters/Rules/Event/_HasType.py +share/gramps/Filters/Rules/Event/_HasType.pyc +share/gramps/Filters/Rules/Event/_HasType.pyo +share/gramps/Filters/Rules/Event/_MatchesFilter.py +share/gramps/Filters/Rules/Event/_MatchesFilter.pyc +share/gramps/Filters/Rules/Event/_MatchesFilter.pyo +share/gramps/Filters/Rules/Event/_RegExpIdOf.py +share/gramps/Filters/Rules/Event/_RegExpIdOf.pyc +share/gramps/Filters/Rules/Event/_RegExpIdOf.pyo +share/gramps/Filters/Rules/Event/__init__.py +share/gramps/Filters/Rules/Event/__init__.pyc +share/gramps/Filters/Rules/Event/__init__.pyo +share/gramps/Filters/Rules/Family/ +share/gramps/Filters/Rules/Family/_AllFamilies.py +share/gramps/Filters/Rules/Family/_AllFamilies.pyc +share/gramps/Filters/Rules/Family/_AllFamilies.pyo +share/gramps/Filters/Rules/Family/_ChildHasIdOf.py +share/gramps/Filters/Rules/Family/_ChildHasIdOf.pyc +share/gramps/Filters/Rules/Family/_ChildHasIdOf.pyo +share/gramps/Filters/Rules/Family/_ChildHasNameOf.py +share/gramps/Filters/Rules/Family/_ChildHasNameOf.pyc +share/gramps/Filters/Rules/Family/_ChildHasNameOf.pyo +share/gramps/Filters/Rules/Family/_FamilyPrivate.py +share/gramps/Filters/Rules/Family/_FamilyPrivate.pyc +share/gramps/Filters/Rules/Family/_FamilyPrivate.pyo +share/gramps/Filters/Rules/Family/_FatherHasIdOf.py +share/gramps/Filters/Rules/Family/_FatherHasIdOf.pyc +share/gramps/Filters/Rules/Family/_FatherHasIdOf.pyo +share/gramps/Filters/Rules/Family/_FatherHasNameOf.py +share/gramps/Filters/Rules/Family/_FatherHasNameOf.pyc +share/gramps/Filters/Rules/Family/_FatherHasNameOf.pyo +share/gramps/Filters/Rules/Family/_HasAttribute.py +share/gramps/Filters/Rules/Family/_HasAttribute.pyc +share/gramps/Filters/Rules/Family/_HasAttribute.pyo +share/gramps/Filters/Rules/Family/_HasEvent.py +share/gramps/Filters/Rules/Family/_HasEvent.pyc +share/gramps/Filters/Rules/Family/_HasEvent.pyo +share/gramps/Filters/Rules/Family/_HasIdOf.py +share/gramps/Filters/Rules/Family/_HasIdOf.pyc +share/gramps/Filters/Rules/Family/_HasIdOf.pyo +share/gramps/Filters/Rules/Family/_HasMarkerOf.py +share/gramps/Filters/Rules/Family/_HasMarkerOf.pyc +share/gramps/Filters/Rules/Family/_HasMarkerOf.pyo +share/gramps/Filters/Rules/Family/_HasNoteMatchingSubstringOf.py +share/gramps/Filters/Rules/Family/_HasNoteMatchingSubstringOf.pyc +share/gramps/Filters/Rules/Family/_HasNoteMatchingSubstringOf.pyo +share/gramps/Filters/Rules/Family/_HasNoteRegexp.py +share/gramps/Filters/Rules/Family/_HasNoteRegexp.pyc +share/gramps/Filters/Rules/Family/_HasNoteRegexp.pyo +share/gramps/Filters/Rules/Family/_HasRelType.py +share/gramps/Filters/Rules/Family/_HasRelType.pyc +share/gramps/Filters/Rules/Family/_HasRelType.pyo +share/gramps/Filters/Rules/Family/_MatchesFilter.py +share/gramps/Filters/Rules/Family/_MatchesFilter.pyc +share/gramps/Filters/Rules/Family/_MatchesFilter.pyo +share/gramps/Filters/Rules/Family/_MemberBase.py +share/gramps/Filters/Rules/Family/_MemberBase.pyc +share/gramps/Filters/Rules/Family/_MemberBase.pyo +share/gramps/Filters/Rules/Family/_MotherHasIdOf.py +share/gramps/Filters/Rules/Family/_MotherHasIdOf.pyc +share/gramps/Filters/Rules/Family/_MotherHasIdOf.pyo +share/gramps/Filters/Rules/Family/_MotherHasNameOf.py +share/gramps/Filters/Rules/Family/_MotherHasNameOf.pyc +share/gramps/Filters/Rules/Family/_MotherHasNameOf.pyo +share/gramps/Filters/Rules/Family/_RegExpChildName.py +share/gramps/Filters/Rules/Family/_RegExpChildName.pyc +share/gramps/Filters/Rules/Family/_RegExpChildName.pyo +share/gramps/Filters/Rules/Family/_RegExpFatherName.py +share/gramps/Filters/Rules/Family/_RegExpFatherName.pyc +share/gramps/Filters/Rules/Family/_RegExpFatherName.pyo +share/gramps/Filters/Rules/Family/_RegExpIdOf.py +share/gramps/Filters/Rules/Family/_RegExpIdOf.pyc +share/gramps/Filters/Rules/Family/_RegExpIdOf.pyo +share/gramps/Filters/Rules/Family/_RegExpMotherName.py +share/gramps/Filters/Rules/Family/_RegExpMotherName.pyc +share/gramps/Filters/Rules/Family/_RegExpMotherName.pyo +share/gramps/Filters/Rules/Family/_SearchChildName.py +share/gramps/Filters/Rules/Family/_SearchChildName.pyc +share/gramps/Filters/Rules/Family/_SearchChildName.pyo +share/gramps/Filters/Rules/Family/_SearchFatherName.py +share/gramps/Filters/Rules/Family/_SearchFatherName.pyc +share/gramps/Filters/Rules/Family/_SearchFatherName.pyo +share/gramps/Filters/Rules/Family/_SearchMotherName.py +share/gramps/Filters/Rules/Family/_SearchMotherName.pyc +share/gramps/Filters/Rules/Family/_SearchMotherName.pyo +share/gramps/Filters/Rules/Family/__init__.py +share/gramps/Filters/Rules/Family/__init__.pyc +share/gramps/Filters/Rules/Family/__init__.pyo +share/gramps/Filters/Rules/MediaObject/ +share/gramps/Filters/Rules/MediaObject/_AllMedia.py +share/gramps/Filters/Rules/MediaObject/_AllMedia.pyc +share/gramps/Filters/Rules/MediaObject/_AllMedia.pyo +share/gramps/Filters/Rules/MediaObject/_HasIdOf.py +share/gramps/Filters/Rules/MediaObject/_HasIdOf.pyc +share/gramps/Filters/Rules/MediaObject/_HasIdOf.pyo +share/gramps/Filters/Rules/MediaObject/_HasMedia.py +share/gramps/Filters/Rules/MediaObject/_HasMedia.pyc +share/gramps/Filters/Rules/MediaObject/_HasMedia.pyo +share/gramps/Filters/Rules/MediaObject/_HasNoteMatchingSubstringOf.py +share/gramps/Filters/Rules/MediaObject/_HasNoteMatchingSubstringOf.pyc +share/gramps/Filters/Rules/MediaObject/_HasNoteMatchingSubstringOf.pyo +share/gramps/Filters/Rules/MediaObject/_HasNoteRegexp.py +share/gramps/Filters/Rules/MediaObject/_HasNoteRegexp.pyc +share/gramps/Filters/Rules/MediaObject/_HasNoteRegexp.pyo +share/gramps/Filters/Rules/MediaObject/_MatchesFilter.py +share/gramps/Filters/Rules/MediaObject/_MatchesFilter.pyc +share/gramps/Filters/Rules/MediaObject/_MatchesFilter.pyo +share/gramps/Filters/Rules/MediaObject/_MediaPrivate.py +share/gramps/Filters/Rules/MediaObject/_MediaPrivate.pyc +share/gramps/Filters/Rules/MediaObject/_MediaPrivate.pyo +share/gramps/Filters/Rules/MediaObject/_RegExpIdOf.py +share/gramps/Filters/Rules/MediaObject/_RegExpIdOf.pyc +share/gramps/Filters/Rules/MediaObject/_RegExpIdOf.pyo +share/gramps/Filters/Rules/MediaObject/__init__.py +share/gramps/Filters/Rules/MediaObject/__init__.pyc +share/gramps/Filters/Rules/MediaObject/__init__.pyo +share/gramps/Filters/Rules/Person/ +share/gramps/Filters/Rules/Person/_Disconnected.py +share/gramps/Filters/Rules/Person/_Disconnected.pyc +share/gramps/Filters/Rules/Person/_Disconnected.pyo +share/gramps/Filters/Rules/Person/_Everyone.py +share/gramps/Filters/Rules/Person/_Everyone.pyc +share/gramps/Filters/Rules/Person/_Everyone.pyo +share/gramps/Filters/Rules/Person/_FamilyWithIncompleteEvent.py +share/gramps/Filters/Rules/Person/_FamilyWithIncompleteEvent.pyc +share/gramps/Filters/Rules/Person/_FamilyWithIncompleteEvent.pyo +share/gramps/Filters/Rules/Person/_HasAttribute.py +share/gramps/Filters/Rules/Person/_HasAttribute.pyc +share/gramps/Filters/Rules/Person/_HasAttribute.pyo +share/gramps/Filters/Rules/Person/_HasBirth.py +share/gramps/Filters/Rules/Person/_HasBirth.pyc +share/gramps/Filters/Rules/Person/_HasBirth.pyo +share/gramps/Filters/Rules/Person/_HasCommonAncestorWith.py +share/gramps/Filters/Rules/Person/_HasCommonAncestorWith.pyc +share/gramps/Filters/Rules/Person/_HasCommonAncestorWith.pyo +share/gramps/Filters/Rules/Person/_HasCommonAncestorWithFilterMatch.py +share/gramps/Filters/Rules/Person/_HasCommonAncestorWithFilterMatch.pyc +share/gramps/Filters/Rules/Person/_HasCommonAncestorWithFilterMatch.pyo +share/gramps/Filters/Rules/Person/_HasCompleteRecord.py +share/gramps/Filters/Rules/Person/_HasCompleteRecord.pyc +share/gramps/Filters/Rules/Person/_HasCompleteRecord.pyo +share/gramps/Filters/Rules/Person/_HasDeath.py +share/gramps/Filters/Rules/Person/_HasDeath.pyc +share/gramps/Filters/Rules/Person/_HasDeath.pyo +share/gramps/Filters/Rules/Person/_HasEvent.py +share/gramps/Filters/Rules/Person/_HasEvent.pyc +share/gramps/Filters/Rules/Person/_HasEvent.pyo +share/gramps/Filters/Rules/Person/_HasFamilyAttribute.py +share/gramps/Filters/Rules/Person/_HasFamilyAttribute.pyc +share/gramps/Filters/Rules/Person/_HasFamilyAttribute.pyo +share/gramps/Filters/Rules/Person/_HasFamilyEvent.py +share/gramps/Filters/Rules/Person/_HasFamilyEvent.pyc +share/gramps/Filters/Rules/Person/_HasFamilyEvent.pyo +share/gramps/Filters/Rules/Person/_HasIdOf.py +share/gramps/Filters/Rules/Person/_HasIdOf.pyc +share/gramps/Filters/Rules/Person/_HasIdOf.pyo +share/gramps/Filters/Rules/Person/_HasMarkerOf.py +share/gramps/Filters/Rules/Person/_HasMarkerOf.pyc +share/gramps/Filters/Rules/Person/_HasMarkerOf.pyo +share/gramps/Filters/Rules/Person/_HasNameOf.py +share/gramps/Filters/Rules/Person/_HasNameOf.pyc +share/gramps/Filters/Rules/Person/_HasNameOf.pyo +share/gramps/Filters/Rules/Person/_HasNote.py +share/gramps/Filters/Rules/Person/_HasNote.pyc +share/gramps/Filters/Rules/Person/_HasNote.pyo +share/gramps/Filters/Rules/Person/_HasNoteMatchingSubstringOf.py +share/gramps/Filters/Rules/Person/_HasNoteMatchingSubstringOf.pyc +share/gramps/Filters/Rules/Person/_HasNoteMatchingSubstringOf.pyo +share/gramps/Filters/Rules/Person/_HasNoteRegexp.py +share/gramps/Filters/Rules/Person/_HasNoteRegexp.pyc +share/gramps/Filters/Rules/Person/_HasNoteRegexp.pyo +share/gramps/Filters/Rules/Person/_HasRelationship.py +share/gramps/Filters/Rules/Person/_HasRelationship.pyc +share/gramps/Filters/Rules/Person/_HasRelationship.pyo +share/gramps/Filters/Rules/Person/_HasSourceOf.py +share/gramps/Filters/Rules/Person/_HasSourceOf.pyc +share/gramps/Filters/Rules/Person/_HasSourceOf.pyo +share/gramps/Filters/Rules/Person/_HasTextMatchingRegexpOf.py +share/gramps/Filters/Rules/Person/_HasTextMatchingRegexpOf.pyc +share/gramps/Filters/Rules/Person/_HasTextMatchingRegexpOf.pyo +share/gramps/Filters/Rules/Person/_HasTextMatchingSubstringOf.py +share/gramps/Filters/Rules/Person/_HasTextMatchingSubstringOf.pyc +share/gramps/Filters/Rules/Person/_HasTextMatchingSubstringOf.pyo +share/gramps/Filters/Rules/Person/_HasUnknownGender.py +share/gramps/Filters/Rules/Person/_HasUnknownGender.pyc +share/gramps/Filters/Rules/Person/_HasUnknownGender.pyo +share/gramps/Filters/Rules/Person/_HaveAltFamilies.py +share/gramps/Filters/Rules/Person/_HaveAltFamilies.pyc +share/gramps/Filters/Rules/Person/_HaveAltFamilies.pyo +share/gramps/Filters/Rules/Person/_HaveChildren.py +share/gramps/Filters/Rules/Person/_HaveChildren.pyc +share/gramps/Filters/Rules/Person/_HaveChildren.pyo +share/gramps/Filters/Rules/Person/_HavePhotos.py +share/gramps/Filters/Rules/Person/_HavePhotos.pyc +share/gramps/Filters/Rules/Person/_HavePhotos.pyo +share/gramps/Filters/Rules/Person/_IncompleteNames.py +share/gramps/Filters/Rules/Person/_IncompleteNames.pyc +share/gramps/Filters/Rules/Person/_IncompleteNames.pyo +share/gramps/Filters/Rules/Person/_IsAncestorOf.py +share/gramps/Filters/Rules/Person/_IsAncestorOf.pyc +share/gramps/Filters/Rules/Person/_IsAncestorOf.pyo +share/gramps/Filters/Rules/Person/_IsAncestorOfFilterMatch.py +share/gramps/Filters/Rules/Person/_IsAncestorOfFilterMatch.pyc +share/gramps/Filters/Rules/Person/_IsAncestorOfFilterMatch.pyo +share/gramps/Filters/Rules/Person/_IsBookmarked.py +share/gramps/Filters/Rules/Person/_IsBookmarked.pyc +share/gramps/Filters/Rules/Person/_IsBookmarked.pyo +share/gramps/Filters/Rules/Person/_IsChildOfFilterMatch.py +share/gramps/Filters/Rules/Person/_IsChildOfFilterMatch.pyc +share/gramps/Filters/Rules/Person/_IsChildOfFilterMatch.pyo +share/gramps/Filters/Rules/Person/_IsDefaultPerson.py +share/gramps/Filters/Rules/Person/_IsDefaultPerson.pyc +share/gramps/Filters/Rules/Person/_IsDefaultPerson.pyo +share/gramps/Filters/Rules/Person/_IsDescendantFamilyOf.py +share/gramps/Filters/Rules/Person/_IsDescendantFamilyOf.pyc +share/gramps/Filters/Rules/Person/_IsDescendantFamilyOf.pyo +share/gramps/Filters/Rules/Person/_IsDescendantOf.py +share/gramps/Filters/Rules/Person/_IsDescendantOf.pyc +share/gramps/Filters/Rules/Person/_IsDescendantOf.pyo +share/gramps/Filters/Rules/Person/_IsDescendantOfFilterMatch.py +share/gramps/Filters/Rules/Person/_IsDescendantOfFilterMatch.pyc +share/gramps/Filters/Rules/Person/_IsDescendantOfFilterMatch.pyo +share/gramps/Filters/Rules/Person/_IsFemale.py +share/gramps/Filters/Rules/Person/_IsFemale.pyc +share/gramps/Filters/Rules/Person/_IsFemale.pyo +share/gramps/Filters/Rules/Person/_IsLessThanNthGenerationAncestorOf.py +share/gramps/Filters/Rules/Person/_IsLessThanNthGenerationAncestorOf.pyc +share/gramps/Filters/Rules/Person/_IsLessThanNthGenerationAncestorOf.pyo +share/gramps/Filters/Rules/Person/_IsLessThanNthGenerationAncestorOfBookmarked.py +share/gramps/Filters/Rules/Person/_IsLessThanNthGenerationAncestorOfBookmarked.pyc +share/gramps/Filters/Rules/Person/_IsLessThanNthGenerationAncestorOfBookmarked.pyo +share/gramps/Filters/Rules/Person/_IsLessThanNthGenerationAncestorOfDefaultPerson.py +share/gramps/Filters/Rules/Person/_IsLessThanNthGenerationAncestorOfDefaultPerson.pyc +share/gramps/Filters/Rules/Person/_IsLessThanNthGenerationAncestorOfDefaultPerson.pyo +share/gramps/Filters/Rules/Person/_IsLessThanNthGenerationDescendantOf.py +share/gramps/Filters/Rules/Person/_IsLessThanNthGenerationDescendantOf.pyc +share/gramps/Filters/Rules/Person/_IsLessThanNthGenerationDescendantOf.pyo +share/gramps/Filters/Rules/Person/_IsMale.py +share/gramps/Filters/Rules/Person/_IsMale.pyc +share/gramps/Filters/Rules/Person/_IsMale.pyo +share/gramps/Filters/Rules/Person/_IsMoreThanNthGenerationAncestorOf.py +share/gramps/Filters/Rules/Person/_IsMoreThanNthGenerationAncestorOf.pyc +share/gramps/Filters/Rules/Person/_IsMoreThanNthGenerationAncestorOf.pyo +share/gramps/Filters/Rules/Person/_IsMoreThanNthGenerationDescendantOf.py +share/gramps/Filters/Rules/Person/_IsMoreThanNthGenerationDescendantOf.pyc +share/gramps/Filters/Rules/Person/_IsMoreThanNthGenerationDescendantOf.pyo +share/gramps/Filters/Rules/Person/_IsParentOfFilterMatch.py +share/gramps/Filters/Rules/Person/_IsParentOfFilterMatch.pyc +share/gramps/Filters/Rules/Person/_IsParentOfFilterMatch.pyo +share/gramps/Filters/Rules/Person/_IsSiblingOfFilterMatch.py +share/gramps/Filters/Rules/Person/_IsSiblingOfFilterMatch.pyc +share/gramps/Filters/Rules/Person/_IsSiblingOfFilterMatch.pyo +share/gramps/Filters/Rules/Person/_IsSpouseOfFilterMatch.py +share/gramps/Filters/Rules/Person/_IsSpouseOfFilterMatch.pyc +share/gramps/Filters/Rules/Person/_IsSpouseOfFilterMatch.pyo +share/gramps/Filters/Rules/Person/_IsWitness.py +share/gramps/Filters/Rules/Person/_IsWitness.pyc +share/gramps/Filters/Rules/Person/_IsWitness.pyo +share/gramps/Filters/Rules/Person/_MatchIdOf.py +share/gramps/Filters/Rules/Person/_MatchIdOf.pyc +share/gramps/Filters/Rules/Person/_MatchIdOf.pyo +share/gramps/Filters/Rules/Person/_MatchesFilter.py +share/gramps/Filters/Rules/Person/_MatchesFilter.pyc +share/gramps/Filters/Rules/Person/_MatchesFilter.pyo +share/gramps/Filters/Rules/Person/_MultipleMarriages.py +share/gramps/Filters/Rules/Person/_MultipleMarriages.pyc +share/gramps/Filters/Rules/Person/_MultipleMarriages.pyo +share/gramps/Filters/Rules/Person/_NeverMarried.py +share/gramps/Filters/Rules/Person/_NeverMarried.pyc +share/gramps/Filters/Rules/Person/_NeverMarried.pyo +share/gramps/Filters/Rules/Person/_NoBirthdate.py +share/gramps/Filters/Rules/Person/_NoBirthdate.pyc +share/gramps/Filters/Rules/Person/_NoBirthdate.pyo +share/gramps/Filters/Rules/Person/_PeoplePrivate.py +share/gramps/Filters/Rules/Person/_PeoplePrivate.pyc +share/gramps/Filters/Rules/Person/_PeoplePrivate.pyo +share/gramps/Filters/Rules/Person/_PersonWithIncompleteEvent.py +share/gramps/Filters/Rules/Person/_PersonWithIncompleteEvent.pyc +share/gramps/Filters/Rules/Person/_PersonWithIncompleteEvent.pyo +share/gramps/Filters/Rules/Person/_ProbablyAlive.py +share/gramps/Filters/Rules/Person/_ProbablyAlive.pyc +share/gramps/Filters/Rules/Person/_ProbablyAlive.pyo +share/gramps/Filters/Rules/Person/_RegExpIdOf.py +share/gramps/Filters/Rules/Person/_RegExpIdOf.pyc +share/gramps/Filters/Rules/Person/_RegExpIdOf.pyo +share/gramps/Filters/Rules/Person/_RegExpName.py +share/gramps/Filters/Rules/Person/_RegExpName.pyc +share/gramps/Filters/Rules/Person/_RegExpName.pyo +share/gramps/Filters/Rules/Person/_RelationshipPathBetween.py +share/gramps/Filters/Rules/Person/_RelationshipPathBetween.pyc +share/gramps/Filters/Rules/Person/_RelationshipPathBetween.pyo +share/gramps/Filters/Rules/Person/_RelationshipPathBetweenBookmarks.py +share/gramps/Filters/Rules/Person/_RelationshipPathBetweenBookmarks.pyc +share/gramps/Filters/Rules/Person/_RelationshipPathBetweenBookmarks.pyo +share/gramps/Filters/Rules/Person/_SearchName.py +share/gramps/Filters/Rules/Person/_SearchName.pyc +share/gramps/Filters/Rules/Person/_SearchName.pyo +share/gramps/Filters/Rules/Person/__init__.py +share/gramps/Filters/Rules/Person/__init__.pyc +share/gramps/Filters/Rules/Person/__init__.pyo +share/gramps/Filters/Rules/Place/ +share/gramps/Filters/Rules/Place/_AllPlaces.py +share/gramps/Filters/Rules/Place/_AllPlaces.pyc +share/gramps/Filters/Rules/Place/_AllPlaces.pyo +share/gramps/Filters/Rules/Place/_HasIdOf.py +share/gramps/Filters/Rules/Place/_HasIdOf.pyc +share/gramps/Filters/Rules/Place/_HasIdOf.pyo +share/gramps/Filters/Rules/Place/_HasNoLatOrLon.py +share/gramps/Filters/Rules/Place/_HasNoLatOrLon.pyc +share/gramps/Filters/Rules/Place/_HasNoLatOrLon.pyo +share/gramps/Filters/Rules/Place/_HasNoteMatchingSubstringOf.py +share/gramps/Filters/Rules/Place/_HasNoteMatchingSubstringOf.pyc +share/gramps/Filters/Rules/Place/_HasNoteMatchingSubstringOf.pyo +share/gramps/Filters/Rules/Place/_HasNoteRegexp.py +share/gramps/Filters/Rules/Place/_HasNoteRegexp.pyc +share/gramps/Filters/Rules/Place/_HasNoteRegexp.pyo +share/gramps/Filters/Rules/Place/_HasPlace.py +share/gramps/Filters/Rules/Place/_HasPlace.pyc +share/gramps/Filters/Rules/Place/_HasPlace.pyo +share/gramps/Filters/Rules/Place/_InLatLonNeighborhood.py +share/gramps/Filters/Rules/Place/_InLatLonNeighborhood.pyc +share/gramps/Filters/Rules/Place/_InLatLonNeighborhood.pyo +share/gramps/Filters/Rules/Place/_MatchesFilter.py +share/gramps/Filters/Rules/Place/_MatchesFilter.pyc +share/gramps/Filters/Rules/Place/_MatchesFilter.pyo +share/gramps/Filters/Rules/Place/_PlacePrivate.py +share/gramps/Filters/Rules/Place/_PlacePrivate.pyc +share/gramps/Filters/Rules/Place/_PlacePrivate.pyo +share/gramps/Filters/Rules/Place/_RegExpIdOf.py +share/gramps/Filters/Rules/Place/_RegExpIdOf.pyc +share/gramps/Filters/Rules/Place/_RegExpIdOf.pyo +share/gramps/Filters/Rules/Place/__init__.py +share/gramps/Filters/Rules/Place/__init__.pyc +share/gramps/Filters/Rules/Place/__init__.pyo +share/gramps/Filters/Rules/Repository/ +share/gramps/Filters/Rules/Repository/_AllRepos.py +share/gramps/Filters/Rules/Repository/_AllRepos.pyc +share/gramps/Filters/Rules/Repository/_AllRepos.pyo +share/gramps/Filters/Rules/Repository/_HasIdOf.py +share/gramps/Filters/Rules/Repository/_HasIdOf.pyc +share/gramps/Filters/Rules/Repository/_HasIdOf.pyo +share/gramps/Filters/Rules/Repository/_HasNoteMatchingSubstringOf.py +share/gramps/Filters/Rules/Repository/_HasNoteMatchingSubstringOf.pyc +share/gramps/Filters/Rules/Repository/_HasNoteMatchingSubstringOf.pyo +share/gramps/Filters/Rules/Repository/_HasNoteRegexp.py +share/gramps/Filters/Rules/Repository/_HasNoteRegexp.pyc +share/gramps/Filters/Rules/Repository/_HasNoteRegexp.pyo +share/gramps/Filters/Rules/Repository/_HasRepo.py +share/gramps/Filters/Rules/Repository/_HasRepo.pyc +share/gramps/Filters/Rules/Repository/_HasRepo.pyo +share/gramps/Filters/Rules/Repository/_MatchesFilter.py +share/gramps/Filters/Rules/Repository/_MatchesFilter.pyc +share/gramps/Filters/Rules/Repository/_MatchesFilter.pyo +share/gramps/Filters/Rules/Repository/_RegExpIdOf.py +share/gramps/Filters/Rules/Repository/_RegExpIdOf.pyc +share/gramps/Filters/Rules/Repository/_RegExpIdOf.pyo +share/gramps/Filters/Rules/Repository/_RepoPrivate.py +share/gramps/Filters/Rules/Repository/_RepoPrivate.pyc +share/gramps/Filters/Rules/Repository/_RepoPrivate.pyo +share/gramps/Filters/Rules/Repository/__init__.py +share/gramps/Filters/Rules/Repository/__init__.pyc +share/gramps/Filters/Rules/Repository/__init__.pyo +share/gramps/Filters/Rules/Source/ +share/gramps/Filters/Rules/Source/_AllSources.py +share/gramps/Filters/Rules/Source/_AllSources.pyc +share/gramps/Filters/Rules/Source/_AllSources.pyo +share/gramps/Filters/Rules/Source/_HasIdOf.py +share/gramps/Filters/Rules/Source/_HasIdOf.pyc +share/gramps/Filters/Rules/Source/_HasIdOf.pyo +share/gramps/Filters/Rules/Source/_HasNoteMatchingSubstringOf.py +share/gramps/Filters/Rules/Source/_HasNoteMatchingSubstringOf.pyc +share/gramps/Filters/Rules/Source/_HasNoteMatchingSubstringOf.pyo +share/gramps/Filters/Rules/Source/_HasNoteRegexp.py +share/gramps/Filters/Rules/Source/_HasNoteRegexp.pyc +share/gramps/Filters/Rules/Source/_HasNoteRegexp.pyo +share/gramps/Filters/Rules/Source/_HasSource.py +share/gramps/Filters/Rules/Source/_HasSource.pyc +share/gramps/Filters/Rules/Source/_HasSource.pyo +share/gramps/Filters/Rules/Source/_MatchesFilter.py +share/gramps/Filters/Rules/Source/_MatchesFilter.pyc +share/gramps/Filters/Rules/Source/_MatchesFilter.pyo +share/gramps/Filters/Rules/Source/_RegExpIdOf.py +share/gramps/Filters/Rules/Source/_RegExpIdOf.pyc +share/gramps/Filters/Rules/Source/_RegExpIdOf.pyo +share/gramps/Filters/Rules/Source/_SourcePrivate.py +share/gramps/Filters/Rules/Source/_SourcePrivate.pyc +share/gramps/Filters/Rules/Source/_SourcePrivate.pyo +share/gramps/Filters/Rules/Source/__init__.py +share/gramps/Filters/Rules/Source/__init__.pyc +share/gramps/Filters/Rules/Source/__init__.pyo +share/gramps/Filters/Rules/_Everything.py +share/gramps/Filters/Rules/_Everything.pyc +share/gramps/Filters/Rules/_Everything.pyo +share/gramps/Filters/Rules/_HasAttributeBase.py +share/gramps/Filters/Rules/_HasAttributeBase.pyc +share/gramps/Filters/Rules/_HasAttributeBase.pyo +share/gramps/Filters/Rules/_HasEventBase.py +share/gramps/Filters/Rules/_HasEventBase.pyc +share/gramps/Filters/Rules/_HasEventBase.pyo +share/gramps/Filters/Rules/_HasGrampsId.py +share/gramps/Filters/Rules/_HasGrampsId.pyc +share/gramps/Filters/Rules/_HasGrampsId.pyo +share/gramps/Filters/Rules/_HasMarkerBase.py +share/gramps/Filters/Rules/_HasMarkerBase.pyc +share/gramps/Filters/Rules/_HasMarkerBase.pyo +share/gramps/Filters/Rules/_HasNoteRegexBase.py +share/gramps/Filters/Rules/_HasNoteRegexBase.pyc +share/gramps/Filters/Rules/_HasNoteRegexBase.pyo +share/gramps/Filters/Rules/_HasNoteSubstrBase.py +share/gramps/Filters/Rules/_HasNoteSubstrBase.pyc +share/gramps/Filters/Rules/_HasNoteSubstrBase.pyo +share/gramps/Filters/Rules/_HasTextMatchingRegexpOf.py +share/gramps/Filters/Rules/_HasTextMatchingRegexpOf.pyc +share/gramps/Filters/Rules/_HasTextMatchingRegexpOf.pyo +share/gramps/Filters/Rules/_HasTextMatchingSubstringOf.py +share/gramps/Filters/Rules/_HasTextMatchingSubstringOf.pyc +share/gramps/Filters/Rules/_HasTextMatchingSubstringOf.pyo +share/gramps/Filters/Rules/_IsPrivate.py +share/gramps/Filters/Rules/_IsPrivate.pyc +share/gramps/Filters/Rules/_IsPrivate.pyo +share/gramps/Filters/Rules/_MatchesFilterBase.py +share/gramps/Filters/Rules/_MatchesFilterBase.pyc +share/gramps/Filters/Rules/_MatchesFilterBase.pyo +share/gramps/Filters/Rules/_RegExpIdBase.py +share/gramps/Filters/Rules/_RegExpIdBase.pyc +share/gramps/Filters/Rules/_RegExpIdBase.pyo +share/gramps/Filters/Rules/_Rule.py +share/gramps/Filters/Rules/_Rule.pyc +share/gramps/Filters/Rules/_Rule.pyo +share/gramps/Filters/Rules/_RuleUtils.py +share/gramps/Filters/Rules/_RuleUtils.pyc +share/gramps/Filters/Rules/_RuleUtils.pyo +share/gramps/Filters/Rules/__init__.py +share/gramps/Filters/Rules/__init__.pyc +share/gramps/Filters/Rules/__init__.pyo +share/gramps/Filters/SideBar/ +share/gramps/Filters/SideBar/_EventSidebarFilter.py +share/gramps/Filters/SideBar/_EventSidebarFilter.pyc +share/gramps/Filters/SideBar/_EventSidebarFilter.pyo +share/gramps/Filters/SideBar/_FamilySidebarFilter.py +share/gramps/Filters/SideBar/_FamilySidebarFilter.pyc +share/gramps/Filters/SideBar/_FamilySidebarFilter.pyo +share/gramps/Filters/SideBar/_MediaSidebarFilter.py +share/gramps/Filters/SideBar/_MediaSidebarFilter.pyc +share/gramps/Filters/SideBar/_MediaSidebarFilter.pyo +share/gramps/Filters/SideBar/_PersonSidebarFilter.py +share/gramps/Filters/SideBar/_PersonSidebarFilter.pyc +share/gramps/Filters/SideBar/_PersonSidebarFilter.pyo +share/gramps/Filters/SideBar/_PlaceSidebarFilter.py +share/gramps/Filters/SideBar/_PlaceSidebarFilter.pyc +share/gramps/Filters/SideBar/_PlaceSidebarFilter.pyo +share/gramps/Filters/SideBar/_RepoSidebarFilter.py +share/gramps/Filters/SideBar/_RepoSidebarFilter.pyc +share/gramps/Filters/SideBar/_RepoSidebarFilter.pyo +share/gramps/Filters/SideBar/_SidebarFilter.py +share/gramps/Filters/SideBar/_SidebarFilter.pyc +share/gramps/Filters/SideBar/_SidebarFilter.pyo +share/gramps/Filters/SideBar/_SourceSidebarFilter.py +share/gramps/Filters/SideBar/_SourceSidebarFilter.pyc +share/gramps/Filters/SideBar/_SourceSidebarFilter.pyo +share/gramps/Filters/SideBar/__init__.py +share/gramps/Filters/SideBar/__init__.pyc +share/gramps/Filters/SideBar/__init__.pyo +share/gramps/Filters/_FilterComboBox.py +share/gramps/Filters/_FilterComboBox.pyc +share/gramps/Filters/_FilterComboBox.pyo +share/gramps/Filters/_FilterList.py +share/gramps/Filters/_FilterList.pyc +share/gramps/Filters/_FilterList.pyo +share/gramps/Filters/_FilterMenu.py +share/gramps/Filters/_FilterMenu.pyc +share/gramps/Filters/_FilterMenu.pyo +share/gramps/Filters/_FilterParser.py +share/gramps/Filters/_FilterParser.pyc +share/gramps/Filters/_FilterParser.pyo +share/gramps/Filters/_FilterStore.py +share/gramps/Filters/_FilterStore.pyc +share/gramps/Filters/_FilterStore.pyo +share/gramps/Filters/_GenericFilter.py +share/gramps/Filters/_GenericFilter.pyc +share/gramps/Filters/_GenericFilter.pyo +share/gramps/Filters/_ParamFilter.py +share/gramps/Filters/_ParamFilter.pyc +share/gramps/Filters/_ParamFilter.pyo +share/gramps/Filters/_SearchBar.py +share/gramps/Filters/_SearchBar.pyc +share/gramps/Filters/_SearchBar.pyo +share/gramps/Filters/_SearchFilter.py +share/gramps/Filters/_SearchFilter.pyc +share/gramps/Filters/_SearchFilter.pyo +share/gramps/Filters/__init__.py +share/gramps/Filters/__init__.pyc +share/gramps/Filters/__init__.pyo +share/gramps/FontScale.py +share/gramps/FontScale.pyc +share/gramps/FontScale.pyo +share/gramps/GrampsCfg.py +share/gramps/GrampsCfg.pyc +share/gramps/GrampsCfg.pyo +share/gramps/GrampsDb/ +share/gramps/GrampsDb/_DbUtils.py +share/gramps/GrampsDb/_DbUtils.pyc +share/gramps/GrampsDb/_DbUtils.pyo +share/gramps/GrampsDb/_GedTokens.py +share/gramps/GrampsDb/_GedTokens.pyc +share/gramps/GrampsDb/_GedTokens.pyo +share/gramps/GrampsDb/_GedcomInfo.py +share/gramps/GrampsDb/_GedcomInfo.pyc +share/gramps/GrampsDb/_GedcomInfo.pyo +share/gramps/GrampsDb/_GrampsBSDDB.py +share/gramps/GrampsDb/_GrampsBSDDB.pyc +share/gramps/GrampsDb/_GrampsBSDDB.pyo +share/gramps/GrampsDb/_GrampsDBCallback.py +share/gramps/GrampsDb/_GrampsDBCallback.pyc +share/gramps/GrampsDb/_GrampsDBCallback.pyo +share/gramps/GrampsDb/_GrampsDbBase.py +share/gramps/GrampsDb/_GrampsDbBase.pyc +share/gramps/GrampsDb/_GrampsDbBase.pyo +share/gramps/GrampsDb/_GrampsDbExceptions.py +share/gramps/GrampsDb/_GrampsDbExceptions.pyc +share/gramps/GrampsDb/_GrampsDbExceptions.pyo +share/gramps/GrampsDb/_GrampsDbFactories.py +share/gramps/GrampsDb/_GrampsDbFactories.pyc +share/gramps/GrampsDb/_GrampsDbFactories.pyo +share/gramps/GrampsDb/_GrampsGEDDB.py +share/gramps/GrampsDb/_GrampsGEDDB.pyc +share/gramps/GrampsDb/_GrampsGEDDB.pyo +share/gramps/GrampsDb/_GrampsInMemDB.py +share/gramps/GrampsDb/_GrampsInMemDB.pyc +share/gramps/GrampsDb/_GrampsInMemDB.pyo +share/gramps/GrampsDb/_GrampsXMLDB.py +share/gramps/GrampsDb/_GrampsXMLDB.pyc +share/gramps/GrampsDb/_GrampsXMLDB.pyo +share/gramps/GrampsDb/_ReadGedcom.py +share/gramps/GrampsDb/_ReadGedcom.pyc +share/gramps/GrampsDb/_ReadGedcom.pyo +share/gramps/GrampsDb/_ReadGrdb.py +share/gramps/GrampsDb/_ReadGrdb.pyc +share/gramps/GrampsDb/_ReadGrdb.pyo +share/gramps/GrampsDb/_ReadXML.py +share/gramps/GrampsDb/_ReadXML.pyc +share/gramps/GrampsDb/_ReadXML.pyo +share/gramps/GrampsDb/_WriteGedcom.py +share/gramps/GrampsDb/_WriteGedcom.pyc +share/gramps/GrampsDb/_WriteGedcom.pyo +share/gramps/GrampsDb/_WriteGrdb.py +share/gramps/GrampsDb/_WriteGrdb.pyc +share/gramps/GrampsDb/_WriteGrdb.pyo +share/gramps/GrampsDb/_WriteXML.py +share/gramps/GrampsDb/_WriteXML.pyc +share/gramps/GrampsDb/_WriteXML.pyo +share/gramps/GrampsDb/__init__.py +share/gramps/GrampsDb/__init__.pyc +share/gramps/GrampsDb/__init__.pyo +share/gramps/GrampsDb/gedcomexport.glade +share/gramps/GrampsDb/gedcomimport.glade +share/gramps/GrampsDisplay.py +share/gramps/GrampsDisplay.pyc +share/gramps/GrampsDisplay.pyo +share/gramps/GrampsLocale.py +share/gramps/GrampsLocale.pyc +share/gramps/GrampsLocale.pyo +share/gramps/GrampsLogger/ +share/gramps/GrampsLogger/_ErrorReportAssistant.py +share/gramps/GrampsLogger/_ErrorReportAssistant.pyc +share/gramps/GrampsLogger/_ErrorReportAssistant.pyo +share/gramps/GrampsLogger/_ErrorView.py +share/gramps/GrampsLogger/_ErrorView.pyc +share/gramps/GrampsLogger/_ErrorView.pyo +share/gramps/GrampsLogger/_GtkHandler.py +share/gramps/GrampsLogger/_GtkHandler.pyc +share/gramps/GrampsLogger/_GtkHandler.pyo +share/gramps/GrampsLogger/_RotateHandler.py +share/gramps/GrampsLogger/_RotateHandler.pyc +share/gramps/GrampsLogger/_RotateHandler.pyo +share/gramps/GrampsLogger/__init__.py +share/gramps/GrampsLogger/__init__.pyc +share/gramps/GrampsLogger/__init__.pyo +share/gramps/GrampsWidgets.py +share/gramps/GrampsWidgets.pyc +share/gramps/GrampsWidgets.pyo +share/gramps/ImgManip.py +share/gramps/ImgManip.pyc +share/gramps/ImgManip.pyo +share/gramps/LdsUtils.py +share/gramps/LdsUtils.pyc +share/gramps/LdsUtils.pyo +share/gramps/ListModel.py +share/gramps/ListModel.pyc +share/gramps/ListModel.pyo +share/gramps/Lru.py +share/gramps/Lru.pyc +share/gramps/Lru.pyo +share/gramps/ManagedWindow.py +share/gramps/ManagedWindow.pyc +share/gramps/ManagedWindow.pyo +share/gramps/Merge/ +share/gramps/Merge/_MergePerson.py +share/gramps/Merge/_MergePerson.pyc +share/gramps/Merge/_MergePerson.pyo +share/gramps/Merge/_MergePlace.py +share/gramps/Merge/_MergePlace.pyc +share/gramps/Merge/_MergePlace.pyo +share/gramps/Merge/_MergeSource.py +share/gramps/Merge/_MergeSource.pyc +share/gramps/Merge/_MergeSource.pyo +share/gramps/Merge/__init__.py +share/gramps/Merge/__init__.pyc +share/gramps/Merge/__init__.pyo +share/gramps/Mime/ +share/gramps/Mime/_GnomeMime.py +share/gramps/Mime/_GnomeMime.pyc +share/gramps/Mime/_GnomeMime.pyo +share/gramps/Mime/_PythonMime.py +share/gramps/Mime/_PythonMime.pyc +share/gramps/Mime/_PythonMime.pyo +share/gramps/Mime/_WinMime.py +share/gramps/Mime/_WinMime.pyc +share/gramps/Mime/_WinMime.pyo +share/gramps/Mime/__init__.py +share/gramps/Mime/__init__.pyc +share/gramps/Mime/__init__.pyo +share/gramps/NameDisplay.py +share/gramps/NameDisplay.pyc +share/gramps/NameDisplay.pyo +share/gramps/Navigation.py +share/gramps/Navigation.pyc +share/gramps/Navigation.pyo +share/gramps/PageView.py +share/gramps/PageView.pyc +share/gramps/PageView.pyo +share/gramps/PlaceUtils.py +share/gramps/PlaceUtils.pyc +share/gramps/PlaceUtils.pyo +share/gramps/PluginUtils/ +share/gramps/PluginUtils/_Options.py +share/gramps/PluginUtils/_Options.pyc +share/gramps/PluginUtils/_Options.pyo +share/gramps/PluginUtils/_PluginMgr.py +share/gramps/PluginUtils/_PluginMgr.pyc +share/gramps/PluginUtils/_PluginMgr.pyo +share/gramps/PluginUtils/_PluginStatus.py +share/gramps/PluginUtils/_PluginStatus.pyc +share/gramps/PluginUtils/_PluginStatus.pyo +share/gramps/PluginUtils/_Plugins.py +share/gramps/PluginUtils/_Plugins.pyc +share/gramps/PluginUtils/_Plugins.pyo +share/gramps/PluginUtils/_Tool.py +share/gramps/PluginUtils/_Tool.pyc +share/gramps/PluginUtils/_Tool.pyo +share/gramps/PluginUtils/__init__.py +share/gramps/PluginUtils/__init__.pyc +share/gramps/PluginUtils/__init__.pyo +share/gramps/QuestionDialog.py +share/gramps/QuestionDialog.pyc +share/gramps/QuestionDialog.pyo +share/gramps/RecentFiles.py +share/gramps/RecentFiles.pyc +share/gramps/RecentFiles.pyo +share/gramps/RelLib/ +share/gramps/RelLib/_Address.py +share/gramps/RelLib/_Address.pyc +share/gramps/RelLib/_Address.pyo +share/gramps/RelLib/_AddressBase.py +share/gramps/RelLib/_AddressBase.pyc +share/gramps/RelLib/_AddressBase.pyo +share/gramps/RelLib/_Attribute.py +share/gramps/RelLib/_Attribute.pyc +share/gramps/RelLib/_Attribute.pyo +share/gramps/RelLib/_AttributeBase.py +share/gramps/RelLib/_AttributeBase.pyc +share/gramps/RelLib/_AttributeBase.pyo +share/gramps/RelLib/_AttributeType.py +share/gramps/RelLib/_AttributeType.pyc +share/gramps/RelLib/_AttributeType.pyo +share/gramps/RelLib/_BaseObject.py +share/gramps/RelLib/_BaseObject.pyc +share/gramps/RelLib/_BaseObject.pyo +share/gramps/RelLib/_CalSdn.py +share/gramps/RelLib/_CalSdn.pyc +share/gramps/RelLib/_CalSdn.pyo +share/gramps/RelLib/_ChildRef.py +share/gramps/RelLib/_ChildRef.pyc +share/gramps/RelLib/_ChildRef.pyo +share/gramps/RelLib/_ChildRefType.py +share/gramps/RelLib/_ChildRefType.pyc +share/gramps/RelLib/_ChildRefType.pyo +share/gramps/RelLib/_Date.py +share/gramps/RelLib/_Date.pyc +share/gramps/RelLib/_Date.pyo +share/gramps/RelLib/_DateBase.py +share/gramps/RelLib/_DateBase.pyc +share/gramps/RelLib/_DateBase.pyo +share/gramps/RelLib/_Event.py +share/gramps/RelLib/_Event.pyc +share/gramps/RelLib/_Event.pyo +share/gramps/RelLib/_EventRef.py +share/gramps/RelLib/_EventRef.pyc +share/gramps/RelLib/_EventRef.pyo +share/gramps/RelLib/_EventRoleType.py +share/gramps/RelLib/_EventRoleType.pyc +share/gramps/RelLib/_EventRoleType.pyo +share/gramps/RelLib/_EventType.py +share/gramps/RelLib/_EventType.pyc +share/gramps/RelLib/_EventType.pyo +share/gramps/RelLib/_Family.py +share/gramps/RelLib/_Family.pyc +share/gramps/RelLib/_Family.pyo +share/gramps/RelLib/_FamilyRelType.py +share/gramps/RelLib/_FamilyRelType.pyc +share/gramps/RelLib/_FamilyRelType.pyo +share/gramps/RelLib/_GenderStats.py +share/gramps/RelLib/_GenderStats.pyc +share/gramps/RelLib/_GenderStats.pyo +share/gramps/RelLib/_GrampsType.py +share/gramps/RelLib/_GrampsType.pyc +share/gramps/RelLib/_GrampsType.pyo +share/gramps/RelLib/_LdsOrd.py +share/gramps/RelLib/_LdsOrd.pyc +share/gramps/RelLib/_LdsOrd.pyo +share/gramps/RelLib/_LdsOrdBase.py +share/gramps/RelLib/_LdsOrdBase.pyc +share/gramps/RelLib/_LdsOrdBase.pyo +share/gramps/RelLib/_Location.py +share/gramps/RelLib/_Location.pyc +share/gramps/RelLib/_Location.pyo +share/gramps/RelLib/_LocationBase.py +share/gramps/RelLib/_LocationBase.pyc +share/gramps/RelLib/_LocationBase.pyo +share/gramps/RelLib/_MarkerType.py +share/gramps/RelLib/_MarkerType.pyc +share/gramps/RelLib/_MarkerType.pyo +share/gramps/RelLib/_MediaBase.py +share/gramps/RelLib/_MediaBase.pyc +share/gramps/RelLib/_MediaBase.pyo +share/gramps/RelLib/_MediaObject.py +share/gramps/RelLib/_MediaObject.pyc +share/gramps/RelLib/_MediaObject.pyo +share/gramps/RelLib/_MediaRef.py +share/gramps/RelLib/_MediaRef.pyc +share/gramps/RelLib/_MediaRef.pyo +share/gramps/RelLib/_Name.py +share/gramps/RelLib/_Name.pyc +share/gramps/RelLib/_Name.pyo +share/gramps/RelLib/_NameType.py +share/gramps/RelLib/_NameType.pyc +share/gramps/RelLib/_NameType.pyo +share/gramps/RelLib/_Note.py +share/gramps/RelLib/_Note.pyc +share/gramps/RelLib/_Note.pyo +share/gramps/RelLib/_NoteBase.py +share/gramps/RelLib/_NoteBase.pyc +share/gramps/RelLib/_NoteBase.pyo +share/gramps/RelLib/_Person.py +share/gramps/RelLib/_Person.pyc +share/gramps/RelLib/_Person.pyo +share/gramps/RelLib/_PersonRef.py +share/gramps/RelLib/_PersonRef.pyc +share/gramps/RelLib/_PersonRef.pyo +share/gramps/RelLib/_Place.py +share/gramps/RelLib/_Place.pyc +share/gramps/RelLib/_Place.pyo +share/gramps/RelLib/_PlaceBase.py +share/gramps/RelLib/_PlaceBase.pyc +share/gramps/RelLib/_PlaceBase.pyo +share/gramps/RelLib/_PrimaryObject.py +share/gramps/RelLib/_PrimaryObject.pyc +share/gramps/RelLib/_PrimaryObject.pyo +share/gramps/RelLib/_PrivacyBase.py +share/gramps/RelLib/_PrivacyBase.pyc +share/gramps/RelLib/_PrivacyBase.pyo +share/gramps/RelLib/_PrivateSourceNote.py +share/gramps/RelLib/_PrivateSourceNote.pyc +share/gramps/RelLib/_PrivateSourceNote.pyo +share/gramps/RelLib/_RefBase.py +share/gramps/RelLib/_RefBase.pyc +share/gramps/RelLib/_RefBase.pyo +share/gramps/RelLib/_RepoRef.py +share/gramps/RelLib/_RepoRef.pyc +share/gramps/RelLib/_RepoRef.pyo +share/gramps/RelLib/_Repository.py +share/gramps/RelLib/_Repository.pyc +share/gramps/RelLib/_Repository.pyo +share/gramps/RelLib/_RepositoryType.py +share/gramps/RelLib/_RepositoryType.pyc +share/gramps/RelLib/_RepositoryType.pyo +share/gramps/RelLib/_Researcher.py +share/gramps/RelLib/_Researcher.pyc +share/gramps/RelLib/_Researcher.pyo +share/gramps/RelLib/_SecondaryObject.py +share/gramps/RelLib/_SecondaryObject.pyc +share/gramps/RelLib/_SecondaryObject.pyo +share/gramps/RelLib/_Source.py +share/gramps/RelLib/_Source.pyc +share/gramps/RelLib/_Source.pyo +share/gramps/RelLib/_SourceBase.py +share/gramps/RelLib/_SourceBase.pyc +share/gramps/RelLib/_SourceBase.pyo +share/gramps/RelLib/_SourceMediaType.py +share/gramps/RelLib/_SourceMediaType.pyc +share/gramps/RelLib/_SourceMediaType.pyo +share/gramps/RelLib/_SourceNote.py +share/gramps/RelLib/_SourceNote.pyc +share/gramps/RelLib/_SourceNote.pyo +share/gramps/RelLib/_SourceRef.py +share/gramps/RelLib/_SourceRef.pyc +share/gramps/RelLib/_SourceRef.pyo +share/gramps/RelLib/_Url.py +share/gramps/RelLib/_Url.pyc +share/gramps/RelLib/_Url.pyo +share/gramps/RelLib/_UrlBase.py +share/gramps/RelLib/_UrlBase.pyc +share/gramps/RelLib/_UrlBase.pyo +share/gramps/RelLib/_UrlType.py +share/gramps/RelLib/_UrlType.pyc +share/gramps/RelLib/_UrlType.pyo +share/gramps/RelLib/_Witness.py +share/gramps/RelLib/_Witness.pyc +share/gramps/RelLib/_Witness.pyo +share/gramps/RelLib/__init__.py +share/gramps/RelLib/__init__.pyc +share/gramps/RelLib/__init__.pyo +share/gramps/Relationship.py +share/gramps/Relationship.pyc +share/gramps/Relationship.pyo +share/gramps/Reorder.py +share/gramps/Reorder.pyc +share/gramps/Reorder.pyo +share/gramps/ReportBase/ +share/gramps/ReportBase/_BareReportDialog.py +share/gramps/ReportBase/_BareReportDialog.pyc +share/gramps/ReportBase/_BareReportDialog.pyo +share/gramps/ReportBase/_BookFormatComboBox.py +share/gramps/ReportBase/_BookFormatComboBox.pyc +share/gramps/ReportBase/_BookFormatComboBox.pyo +share/gramps/ReportBase/_CommandLineReport.py +share/gramps/ReportBase/_CommandLineReport.pyc +share/gramps/ReportBase/_CommandLineReport.pyo +share/gramps/ReportBase/_Constants.py +share/gramps/ReportBase/_Constants.pyc +share/gramps/ReportBase/_Constants.pyo +share/gramps/ReportBase/_DrawFormatComboBox.py +share/gramps/ReportBase/_DrawFormatComboBox.pyc +share/gramps/ReportBase/_DrawFormatComboBox.pyo +share/gramps/ReportBase/_DrawReportDialog.py +share/gramps/ReportBase/_DrawReportDialog.pyc +share/gramps/ReportBase/_DrawReportDialog.pyo +share/gramps/ReportBase/_FileEntry.py +share/gramps/ReportBase/_FileEntry.pyc +share/gramps/ReportBase/_FileEntry.pyo +share/gramps/ReportBase/_PaperMenu.py +share/gramps/ReportBase/_PaperMenu.pyc +share/gramps/ReportBase/_PaperMenu.pyo +share/gramps/ReportBase/_PrintTools.py +share/gramps/ReportBase/_PrintTools.pyc +share/gramps/ReportBase/_PrintTools.pyo +share/gramps/ReportBase/_Report.py +share/gramps/ReportBase/_Report.pyc +share/gramps/ReportBase/_Report.pyo +share/gramps/ReportBase/_ReportDialog.py +share/gramps/ReportBase/_ReportDialog.pyc +share/gramps/ReportBase/_ReportDialog.pyo +share/gramps/ReportBase/_ReportOptions.py +share/gramps/ReportBase/_ReportOptions.pyc +share/gramps/ReportBase/_ReportOptions.pyo +share/gramps/ReportBase/_ReportUtils.py +share/gramps/ReportBase/_ReportUtils.pyc +share/gramps/ReportBase/_ReportUtils.pyo +share/gramps/ReportBase/_StyleComboBox.py +share/gramps/ReportBase/_StyleComboBox.pyc +share/gramps/ReportBase/_StyleComboBox.pyo +share/gramps/ReportBase/_StyleEditor.py +share/gramps/ReportBase/_StyleEditor.pyc +share/gramps/ReportBase/_StyleEditor.pyo +share/gramps/ReportBase/_TemplateParser.py +share/gramps/ReportBase/_TemplateParser.pyc +share/gramps/ReportBase/_TemplateParser.pyo +share/gramps/ReportBase/_TextFormatComboBox.py +share/gramps/ReportBase/_TextFormatComboBox.pyc +share/gramps/ReportBase/_TextFormatComboBox.pyo +share/gramps/ReportBase/_TextReportDialog.py +share/gramps/ReportBase/_TextReportDialog.pyc +share/gramps/ReportBase/_TextReportDialog.pyo +share/gramps/ReportBase/__init__.py +share/gramps/ReportBase/__init__.pyc +share/gramps/ReportBase/__init__.pyo +share/gramps/ScratchPad.py +share/gramps/ScratchPad.pyc +share/gramps/ScratchPad.pyo +share/gramps/Selectors/ +share/gramps/Selectors/_BaseSelector.py +share/gramps/Selectors/_BaseSelector.pyc +share/gramps/Selectors/_BaseSelector.pyo +share/gramps/Selectors/_SelectEvent.py +share/gramps/Selectors/_SelectEvent.pyc +share/gramps/Selectors/_SelectEvent.pyo +share/gramps/Selectors/_SelectFamily.py +share/gramps/Selectors/_SelectFamily.pyc +share/gramps/Selectors/_SelectFamily.pyo +share/gramps/Selectors/_SelectObject.py +share/gramps/Selectors/_SelectObject.pyc +share/gramps/Selectors/_SelectObject.pyo +share/gramps/Selectors/_SelectPerson.py +share/gramps/Selectors/_SelectPerson.pyc +share/gramps/Selectors/_SelectPerson.pyo +share/gramps/Selectors/_SelectPlace.py +share/gramps/Selectors/_SelectPlace.pyc +share/gramps/Selectors/_SelectPlace.pyo +share/gramps/Selectors/_SelectRepository.py +share/gramps/Selectors/_SelectRepository.pyc +share/gramps/Selectors/_SelectRepository.pyo +share/gramps/Selectors/_SelectSource.py +share/gramps/Selectors/_SelectSource.pyc +share/gramps/Selectors/_SelectSource.pyo +share/gramps/Selectors/_SelectorExceptions.py +share/gramps/Selectors/_SelectorExceptions.pyc +share/gramps/Selectors/_SelectorExceptions.pyo +share/gramps/Selectors/_SelectorFactory.py +share/gramps/Selectors/_SelectorFactory.pyc +share/gramps/Selectors/_SelectorFactory.pyo +share/gramps/Selectors/__init__.py +share/gramps/Selectors/__init__.pyc +share/gramps/Selectors/__init__.pyo +share/gramps/Sort.py +share/gramps/Sort.pyc +share/gramps/Sort.pyo +share/gramps/Spell.py +share/gramps/Spell.pyc +share/gramps/Spell.pyo +share/gramps/SubstKeywords.py +share/gramps/SubstKeywords.pyc +share/gramps/SubstKeywords.pyo +share/gramps/TipOfDay.py +share/gramps/TipOfDay.pyc +share/gramps/TipOfDay.pyo +share/gramps/ToolTips.py +share/gramps/ToolTips.pyc +share/gramps/ToolTips.pyo +share/gramps/TransUtils.py +share/gramps/TransUtils.pyc +share/gramps/TransUtils.pyo +share/gramps/TreeTips.py +share/gramps/TreeTips.pyc +share/gramps/TreeTips.pyo +share/gramps/UndoHistory.py +share/gramps/UndoHistory.pyc +share/gramps/UndoHistory.pyo +share/gramps/Utils.py +share/gramps/Utils.pyc +share/gramps/Utils.pyo +share/gramps/ViewManager.py +share/gramps/ViewManager.pyc +share/gramps/ViewManager.pyo +share/gramps/ansel_utf8.py +share/gramps/ansel_utf8.pyc +share/gramps/ansel_utf8.pyo +share/gramps/const.py +share/gramps/const.pyc +share/gramps/const.pyo +share/gramps/data/ +share/gramps/data/gedcom.xml +share/gramps/data/main1.css +share/gramps/data/main2.css +share/gramps/data/main3.css +share/gramps/data/main4.css +share/gramps/data/main5.css +share/gramps/data/main6.css +share/gramps/data/papersize.xml +share/gramps/data/system_filters.xml +share/gramps/data/tips.xml +share/gramps/docgen/ +share/gramps/docgen/AsciiDoc.py +share/gramps/docgen/AsciiDoc.pyc +share/gramps/docgen/AsciiDoc.pyo +share/gramps/docgen/HtmlDoc.py +share/gramps/docgen/HtmlDoc.pyc +share/gramps/docgen/HtmlDoc.pyo +share/gramps/docgen/LPRDoc.py +share/gramps/docgen/LPRDoc.pyc +share/gramps/docgen/LPRDoc.pyo +share/gramps/docgen/LaTeXDoc.py +share/gramps/docgen/LaTeXDoc.pyc +share/gramps/docgen/LaTeXDoc.pyo +share/gramps/docgen/ODFDoc.py +share/gramps/docgen/ODFDoc.pyc +share/gramps/docgen/ODFDoc.pyo +share/gramps/docgen/ODSDoc.py +share/gramps/docgen/ODSDoc.pyc +share/gramps/docgen/ODSDoc.pyo +share/gramps/docgen/PSDrawDoc.py +share/gramps/docgen/PSDrawDoc.pyc +share/gramps/docgen/PSDrawDoc.pyo +share/gramps/docgen/PdfDoc.py +share/gramps/docgen/PdfDoc.pyc +share/gramps/docgen/PdfDoc.pyo +share/gramps/docgen/RTFDoc.py +share/gramps/docgen/RTFDoc.pyc +share/gramps/docgen/RTFDoc.pyo +share/gramps/docgen/SpreadSheetDoc.py +share/gramps/docgen/SpreadSheetDoc.pyc +share/gramps/docgen/SpreadSheetDoc.pyo +share/gramps/docgen/SvgDrawDoc.py +share/gramps/docgen/SvgDrawDoc.pyc +share/gramps/docgen/SvgDrawDoc.pyo +share/gramps/example/ +share/gramps/example/O0.jpg +share/gramps/example/O1.jpg +share/gramps/example/O2.jpg +share/gramps/example/O3.jpg +share/gramps/example/O4.jpg +share/gramps/example/O5.jpg +share/gramps/example/data.gramps +share/gramps/glade/ +share/gramps/glade/edit_person.glade +share/gramps/glade/gramps.glade +share/gramps/glade/mergedata.glade +share/gramps/glade/plugins.glade +share/gramps/glade/rule.glade +share/gramps/glade/scratchpad.glade +share/gramps/gramps.py +share/gramps/gramps.pyc +share/gramps/gramps.pyo +share/gramps/gramps_main.py +share/gramps/gramps_main.pyc +share/gramps/gramps_main.pyo +share/gramps/images/ +share/gramps/images/bad.png +share/gramps/images/caution.png +share/gramps/images/document.png +share/gramps/images/events.png +share/gramps/images/events.svg +share/gramps/images/flist.png +share/gramps/images/flist.svg +share/gramps/images/good.png +share/gramps/images/gramps.png +share/gramps/images/locked.png +share/gramps/images/logo.png +share/gramps/images/media.png +share/gramps/images/media.svg +share/gramps/images/parents.svg +share/gramps/images/ped24.png +share/gramps/images/person.png +share/gramps/images/person.svg +share/gramps/images/place.png +share/gramps/images/place.svg +share/gramps/images/relation.svg +share/gramps/images/reports.png +share/gramps/images/reports.svg +share/gramps/images/repos.png +share/gramps/images/share-fam.png +share/gramps/images/somerights20.gif +share/gramps/images/sources.png +share/gramps/images/sources.svg +share/gramps/images/splash.jpg +share/gramps/images/spouse.svg +share/gramps/images/stock_add-bookmark.png +share/gramps/images/stock_bookmark.png +share/gramps/images/stock_calendar.png +share/gramps/images/stock_delete-bookmark.png +share/gramps/images/stock_edit-bookmark.png +share/gramps/images/stock_export.png +share/gramps/images/stock_insert-url.png +share/gramps/images/stock_link.png +share/gramps/images/stock_lock-open.png +share/gramps/images/stock_lock.png +share/gramps/images/stock_new-html.png +share/gramps/images/stock_notes.png +share/gramps/images/stock_undo-history.png +share/gramps/images/stock_zoom.png +share/gramps/images/tools.png +share/gramps/images/tools.svg +share/gramps/plugins/ +share/gramps/plugins/AncestorChart2.py +share/gramps/plugins/AncestorChart2.pyc +share/gramps/plugins/AncestorChart2.pyo +share/gramps/plugins/AncestorReport.py +share/gramps/plugins/AncestorReport.pyc +share/gramps/plugins/AncestorReport.pyo +share/gramps/plugins/BookReport.py +share/gramps/plugins/BookReport.pyc +share/gramps/plugins/BookReport.pyo +share/gramps/plugins/Calendar.py +share/gramps/plugins/Calendar.pyc +share/gramps/plugins/Calendar.pyo +share/gramps/plugins/ChangeNames.py +share/gramps/plugins/ChangeNames.pyc +share/gramps/plugins/ChangeNames.pyo +share/gramps/plugins/ChangeTypes.py +share/gramps/plugins/ChangeTypes.pyc +share/gramps/plugins/ChangeTypes.pyo +share/gramps/plugins/Check.py +share/gramps/plugins/Check.pyc +share/gramps/plugins/Check.pyo +share/gramps/plugins/Checkpoint.py +share/gramps/plugins/Checkpoint.pyc +share/gramps/plugins/Checkpoint.pyo +share/gramps/plugins/CountAncestors.py +share/gramps/plugins/CountAncestors.pyc +share/gramps/plugins/CountAncestors.pyo +share/gramps/plugins/CustomBookText.py +share/gramps/plugins/CustomBookText.pyc +share/gramps/plugins/CustomBookText.pyo +share/gramps/plugins/Desbrowser.py +share/gramps/plugins/Desbrowser.pyc +share/gramps/plugins/Desbrowser.pyo +share/gramps/plugins/DescendChart.py +share/gramps/plugins/DescendChart.pyc +share/gramps/plugins/DescendChart.pyo +share/gramps/plugins/DescendReport.py +share/gramps/plugins/DescendReport.pyc +share/gramps/plugins/DescendReport.pyo +share/gramps/plugins/DetAncestralReport.py +share/gramps/plugins/DetAncestralReport.pyc +share/gramps/plugins/DetAncestralReport.pyo +share/gramps/plugins/DetDescendantReport.py +share/gramps/plugins/DetDescendantReport.pyc +share/gramps/plugins/DetDescendantReport.pyo +share/gramps/plugins/Eval.py +share/gramps/plugins/Eval.pyc +share/gramps/plugins/Eval.pyo +share/gramps/plugins/EventCmp.py +share/gramps/plugins/EventCmp.pyc +share/gramps/plugins/EventCmp.pyo +share/gramps/plugins/ExportVCalendar.py +share/gramps/plugins/ExportVCalendar.pyc +share/gramps/plugins/ExportVCalendar.pyo +share/gramps/plugins/ExportVCard.py +share/gramps/plugins/ExportVCard.pyc +share/gramps/plugins/ExportVCard.pyo +share/gramps/plugins/FamilyGroup.py +share/gramps/plugins/FamilyGroup.pyc +share/gramps/plugins/FamilyGroup.pyo +share/gramps/plugins/FanChart.py +share/gramps/plugins/FanChart.pyc +share/gramps/plugins/FanChart.pyo +share/gramps/plugins/FindDupes.py +share/gramps/plugins/FindDupes.pyc +share/gramps/plugins/FindDupes.pyo +share/gramps/plugins/GraphViz.py +share/gramps/plugins/GraphViz.pyc +share/gramps/plugins/GraphViz.pyo +share/gramps/plugins/ImportGeneWeb.py +share/gramps/plugins/ImportGeneWeb.pyc +share/gramps/plugins/ImportGeneWeb.pyo +share/gramps/plugins/ImportvCard.py +share/gramps/plugins/ImportvCard.pyc +share/gramps/plugins/ImportvCard.pyo +share/gramps/plugins/IndivComplete.py +share/gramps/plugins/IndivComplete.pyc +share/gramps/plugins/IndivComplete.pyo +share/gramps/plugins/Leak.py +share/gramps/plugins/Leak.pyc +share/gramps/plugins/Leak.pyo +share/gramps/plugins/MediaManager.py +share/gramps/plugins/MediaManager.pyc +share/gramps/plugins/MediaManager.pyo +share/gramps/plugins/NarrativeWeb.py +share/gramps/plugins/NarrativeWeb.pyc +share/gramps/plugins/NarrativeWeb.pyo +share/gramps/plugins/PatchNames.py +share/gramps/plugins/PatchNames.pyc +share/gramps/plugins/PatchNames.pyo +share/gramps/plugins/ReadPkg.py +share/gramps/plugins/ReadPkg.pyc +share/gramps/plugins/ReadPkg.pyo +share/gramps/plugins/Rebuild.py +share/gramps/plugins/Rebuild.pyc +share/gramps/plugins/Rebuild.pyo +share/gramps/plugins/RebuildRefMap.py +share/gramps/plugins/RebuildRefMap.pyc +share/gramps/plugins/RebuildRefMap.pyo +share/gramps/plugins/RelCalc.py +share/gramps/plugins/RelCalc.pyc +share/gramps/plugins/RelCalc.pyo +share/gramps/plugins/RemoveUnused.py +share/gramps/plugins/RemoveUnused.pyc +share/gramps/plugins/RemoveUnused.pyo +share/gramps/plugins/ReorderIds.py +share/gramps/plugins/ReorderIds.pyc +share/gramps/plugins/ReorderIds.pyo +share/gramps/plugins/SimpleBookTitle.py +share/gramps/plugins/SimpleBookTitle.pyc +share/gramps/plugins/SimpleBookTitle.pyo +share/gramps/plugins/SoundGen.py +share/gramps/plugins/SoundGen.pyc +share/gramps/plugins/SoundGen.pyo +share/gramps/plugins/StatisticsChart.py +share/gramps/plugins/StatisticsChart.pyc +share/gramps/plugins/StatisticsChart.pyo +share/gramps/plugins/Summary.py +share/gramps/plugins/Summary.pyc +share/gramps/plugins/Summary.pyo +share/gramps/plugins/TimeLine.py +share/gramps/plugins/TimeLine.pyc +share/gramps/plugins/TimeLine.pyo +share/gramps/plugins/Verify.py +share/gramps/plugins/Verify.pyc +share/gramps/plugins/Verify.pyo +share/gramps/plugins/WriteCD.py +share/gramps/plugins/WriteCD.pyc +share/gramps/plugins/WriteCD.pyo +share/gramps/plugins/WriteFtree.py +share/gramps/plugins/WriteFtree.pyc +share/gramps/plugins/WriteFtree.pyo +share/gramps/plugins/WriteGeneWeb.py +share/gramps/plugins/WriteGeneWeb.pyc +share/gramps/plugins/WriteGeneWeb.pyo +share/gramps/plugins/WritePkg.py +share/gramps/plugins/WritePkg.pyc +share/gramps/plugins/WritePkg.pyo +share/gramps/plugins/book.glade +share/gramps/plugins/cdexport.glade +share/gramps/plugins/changenames.glade +share/gramps/plugins/changetype.glade +share/gramps/plugins/checkpoint.glade +share/gramps/plugins/desbrowse.glade +share/gramps/plugins/eval.glade +share/gramps/plugins/eventcmp.glade +share/gramps/plugins/genewebexport.glade +share/gramps/plugins/holidays.xml +share/gramps/plugins/leak.glade +share/gramps/plugins/merge.glade +share/gramps/plugins/patchnames.glade +share/gramps/plugins/rel_cs.py +share/gramps/plugins/rel_cs.pyc +share/gramps/plugins/rel_cs.pyo +share/gramps/plugins/rel_da.py +share/gramps/plugins/rel_da.pyc +share/gramps/plugins/rel_da.pyo +share/gramps/plugins/rel_de.py +share/gramps/plugins/rel_de.pyc +share/gramps/plugins/rel_de.pyo +share/gramps/plugins/rel_es.py +share/gramps/plugins/rel_es.pyc +share/gramps/plugins/rel_es.pyo +share/gramps/plugins/rel_fi.py +share/gramps/plugins/rel_fi.pyc +share/gramps/plugins/rel_fi.pyo +share/gramps/plugins/rel_fr.py +share/gramps/plugins/rel_fr.pyc +share/gramps/plugins/rel_fr.pyo +share/gramps/plugins/rel_hu.py +share/gramps/plugins/rel_hu.pyc +share/gramps/plugins/rel_hu.pyo +share/gramps/plugins/rel_it.py +share/gramps/plugins/rel_it.pyc +share/gramps/plugins/rel_it.pyo +share/gramps/plugins/rel_no.py +share/gramps/plugins/rel_no.pyc +share/gramps/plugins/rel_no.pyo +share/gramps/plugins/rel_pl.py +share/gramps/plugins/rel_pl.pyc +share/gramps/plugins/rel_pl.pyo +share/gramps/plugins/rel_ru.py +share/gramps/plugins/rel_ru.pyc +share/gramps/plugins/rel_ru.pyo +share/gramps/plugins/rel_sk.py +share/gramps/plugins/rel_sk.pyc +share/gramps/plugins/rel_sk.pyo +share/gramps/plugins/rel_sv.py +share/gramps/plugins/rel_sv.pyc +share/gramps/plugins/rel_sv.pyo +share/gramps/plugins/relcalc.glade +share/gramps/plugins/soundex.glade +share/gramps/plugins/summary.glade +share/gramps/plugins/vcalendarexport.glade +share/gramps/plugins/vcardexport.glade +share/gramps/plugins/verify.glade +share/gramps/plugins/writeftree.glade +share/gramps/soundex.py +share/gramps/soundex.pyc +share/gramps/soundex.pyo +share/icons/ +share/icons/gnome/ +share/icons/gnome/48x48/ +share/icons/gnome/48x48/mimetypes/ +share/icons/gnome/48x48/mimetypes/gnome-mime-application-x-gedcom.png +share/icons/gnome/48x48/mimetypes/gnome-mime-application-x-geneweb.png +share/icons/gnome/48x48/mimetypes/gnome-mime-application-x-gramps-package.png +share/icons/gnome/48x48/mimetypes/gnome-mime-application-x-gramps-xml.png +share/icons/gnome/48x48/mimetypes/gnome-mime-application-x-gramps.png +share/icons/gnome/scalable/ +share/icons/gnome/scalable/mimetypes/ +share/icons/gnome/scalable/mimetypes/gnome-mime-application-x-gedcom.svg +share/icons/gnome/scalable/mimetypes/gnome-mime-application-x-geneweb.svg +share/icons/gnome/scalable/mimetypes/gnome-mime-application-x-gramps-package.svg +share/icons/gnome/scalable/mimetypes/gnome-mime-application-x-gramps-xml.svg +share/icons/gnome/scalable/mimetypes/gnome-mime-application-x-gramps.svg +share/mime/ +share/mime-info/ +share/mime-info/gramps.keys +share/mime-info/gramps.mime +share/mime/packages/ +share/mime/packages/gramps.xml +share/pixmaps/ +share/pixmaps/gramps.png +@unexec GCONF_CONFIG_SOURCE=`%D/bin/gconftool-2 --get-default-source` %D/bin/gconftool-2 --makefile-uninstall-rule %D/share/schemas/gramps/*.schemas > /dev/null +share/schemas/ +share/schemas/gramps/ +share/schemas/gramps/gramps.schemas +@exec GCONF_CONFIG_SOURCE=`%D/bin/gconftool-2 --get-default-source` %D/bin/gconftool-2 --makefile-install-rule %D/share/schemas/gramps/*.schemas > /dev/null +@exec %D/bin/update-mime-database %D/share/mime +@unexec %D/bin/update-mime-database %D/share/mime +@exec %D/bin/update-desktop-database +@unexec %D/bin/update-desktop-database