2006-11-30  Alex Roitman  <shura@gramps-project.org>
	* src/Filters/Rules/Makefile.am: Ship new file.
	* src/Filters/Rules/Family/Makefile.am: Ship new file.
	* src/Filters/Rules/Person/Makefile.am: Ship new file.

In po:
2006-11-30  Alex Roitman  <shura@gramps-project.org>
	* POTFILES.in: List new files.



svn: r7736
This commit is contained in:
Alex Roitman 2006-11-30 19:55:28 +00:00
parent 48762ac54e
commit e96bbdb75e
6 changed files with 16 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2006-11-30 Alex Roitman <shura@gramps-project.org>
* src/Filters/Rules/Makefile.am: Ship new file.
* src/Filters/Rules/Family/Makefile.am: Ship new file.
* src/Filters/Rules/Person/Makefile.am: Ship new file.
2006-11-30 Martin Hawlisch <Martin.Hawlisch@gmx.de>
* src/Filters/Rules/*: Add new Rule HasMarkerOf
* src/FilterEditor/_EditRule.py: Support MarkerType

View File

@ -1,3 +1,6 @@
2006-11-30 Alex Roitman <shura@gramps-project.org>
* POTFILES.in: List new files.
2006-11-29 Lubo Vasko <pgval@post.sk>
* sk.po: Translation update.

View File

@ -424,6 +424,7 @@ src/Filters/Rules/_MatchesFilterBase.py
src/Filters/Rules/_RegExpIdBase.py
src/Filters/Rules/_Rule.py
src/Filters/Rules/_RuleUtils.py
src/Filters/Rules/_HasMarkerBase.py
# Filters.Rules.Person package
src/Filters/Rules/Person/_Disconnected.py
@ -486,6 +487,7 @@ src/Filters/Rules/Person/_RegExpName.py
src/Filters/Rules/Person/_RelationshipPathBetween.py
src/Filters/Rules/Person/_RelationshipPathBetweenBookmarks.py
src/Filters/Rules/Person/_SearchName.py
src/Filters/Rules/Person/_HasMarkerOf.py
# Filters.Rules.Family package
src/Filters/Rules/Family/__init__.py
@ -509,6 +511,7 @@ src/Filters/Rules/Family/_SearchFatherName.py
src/Filters/Rules/Family/_SearchChildName.py
src/Filters/Rules/Family/_SearchMotherName.py
src/Filters/Rules/Family/_MemberBase.py
src/Filters/Rules/Family/_HasMarkerOf.py
# Filters.Rules.Event package
src/Filters/Rules/Event/_MatchesFilter.py

View File

@ -23,7 +23,8 @@ pkgdata_PYTHON = \
_SearchFatherName.py\
_SearchMotherName.py\
_SearchChildName.py\
_MemberBase.py
_MemberBase.py\
_HasMarkerOf.py
pkgpyexecdir = @pkgpyexecdir@/Filters/Rules/Family

View File

@ -18,7 +18,8 @@ pkgdata_PYTHON = \
_RegExpIdBase.py\
_Rule.py\
_RuleUtils.py\
_MatchesFilterBase.py
_MatchesFilterBase.py\
_HasMarkerBase.py
pkgpyexecdir = @pkgpyexecdir@/Filters/Rules
pkgpythondir = @pkgpythondir@/Filters/Rules

View File

@ -62,6 +62,7 @@ pkgdata_PYTHON = \
_MatchIdOf.py \
_HasNoteRegexp.py \
_RegExpName.py \
_HasMarkerOf.py \
__init__.py
pkgpyexecdir = @pkgpyexecdir@/Filters/Rules/Person