* src/Filters/Makefile.am (pkgdata_PYTHON): Add new files.
* po/POTFILES.in: Add missing files. svn: r6626
This commit is contained in:
parent
a270b514e6
commit
0156d96382
@ -1,3 +1,6 @@
|
||||
2006-05-12 Alex Roitman <shura@gramps-project.org>
|
||||
* src/Filters/Makefile.am (pkgdata_PYTHON): Add new files.
|
||||
|
||||
2006-05-11 Don Allingham <don@gramps-project.org>
|
||||
* src/DataViews/_PersonView.py: add additional fields, and build
|
||||
filter
|
||||
|
@ -1,3 +1,6 @@
|
||||
2006-05-12 Alex Roitman <shura@gramps-project.org>
|
||||
* POTFILES.in: Add missing files.
|
||||
|
||||
2006-05-10 Alex Roitman <shura@gramps-project.org>
|
||||
* POTFILES.in: Add new file.
|
||||
|
||||
|
@ -340,6 +340,8 @@ src/Filters/_FilterWidget.py
|
||||
src/Filters/_GenericFilter.py
|
||||
src/Filters/_ParamFilter.py
|
||||
src/Filters/__init__.py
|
||||
src/Filters/_SearchBar.py
|
||||
src/Filters/_SearchFilter.py
|
||||
src/Filters/Rules/_Everything.py
|
||||
src/Filters/Rules/_HasTextMatchingRegexpOf.py
|
||||
src/Filters/Rules/_HasTextMatchingSubstringOf.py
|
||||
|
@ -13,7 +13,10 @@ pkgdata_PYTHON = \
|
||||
_FilterWidget.py \
|
||||
_GenericFilter.py \
|
||||
_ParamFilter.py \
|
||||
__init__.py
|
||||
__init__.py \
|
||||
_SearchBar.py \
|
||||
_SearchFilter.py
|
||||
|
||||
|
||||
pkgpyexecdir = @pkgpyexecdir@/Filters
|
||||
pkgpythondir = @pkgpythondir@/Filters
|
||||
|
Loading…
Reference in New Issue
Block a user