* src/Filters/Rules/Event/Makefile.am (pkgdata_PYTHON): Ship new files.
* src/Filters/Makefile.am (pkgdata_PYTHON): Ship new file. svn: r7129
This commit is contained in:
parent
7edd5cff60
commit
59b3434621
@ -1,4 +1,6 @@
|
|||||||
2006-08-04 Alex Roitman <shura@gramps-project.org>
|
2006-08-04 Alex Roitman <shura@gramps-project.org>
|
||||||
|
* src/Filters/Rules/Event/Makefile.am (pkgdata_PYTHON): Ship new files.
|
||||||
|
* src/Filters/Makefile.am (pkgdata_PYTHON): Ship new file.
|
||||||
* src/DataViews/_EventView.py: Add sidebar filter.
|
* src/DataViews/_EventView.py: Add sidebar filter.
|
||||||
* src/FilterEditor/_FilterEditor.py: Support event filters.
|
* src/FilterEditor/_FilterEditor.py: Support event filters.
|
||||||
* src/Filters/__init__.py: expose new module.
|
* src/Filters/__init__.py: expose new module.
|
||||||
|
@ -5,6 +5,7 @@ SUBDIRS = Rules
|
|||||||
pkgdatadir = $(datadir)/@PACKAGE@/Filters
|
pkgdatadir = $(datadir)/@PACKAGE@/Filters
|
||||||
|
|
||||||
pkgdata_PYTHON = \
|
pkgdata_PYTHON = \
|
||||||
|
_EventSidebarFilter.py \
|
||||||
_FamilySidebarFilter.py \
|
_FamilySidebarFilter.py \
|
||||||
_FilterComboBox.py \
|
_FilterComboBox.py \
|
||||||
_FilterList.py \
|
_FilterList.py \
|
||||||
|
@ -3,6 +3,14 @@
|
|||||||
pkgdatadir = $(datadir)/@PACKAGE@/Filters/Rules/Event
|
pkgdatadir = $(datadir)/@PACKAGE@/Filters/Rules/Event
|
||||||
|
|
||||||
pkgdata_PYTHON = \
|
pkgdata_PYTHON = \
|
||||||
|
_MatchesFilter.py\
|
||||||
|
_EventPrivate.py\
|
||||||
|
_HasNoteRegexp.py\
|
||||||
|
_RegExpIdOf.py\
|
||||||
|
_AllEvents.py\
|
||||||
|
_HasIdOf.py\
|
||||||
|
_HasType.py\
|
||||||
|
_HasNoteMatchingSubstringOf.py\
|
||||||
__init__.py
|
__init__.py
|
||||||
|
|
||||||
pkgpyexecdir = @pkgpyexecdir@/Filters/Rules/Event
|
pkgpyexecdir = @pkgpyexecdir@/Filters/Rules/Event
|
||||||
|
Loading…
Reference in New Issue
Block a user