In .:
2006-06-04 Alex Roitman <shura@gramps-project.org> * configure.in: Set up for the next release. * src/Filters/Rules/Person/_RegExpName.py (RegExpName.labels): Typo. In po: 2006-06-04 Alex Roitman <shura@gramps-project.org> * POTFILES.in: Add missing files. svn: r6861
This commit is contained in:
parent
848e970ce3
commit
47914d99f8
@ -1,3 +1,7 @@
|
||||
2006-06-04 Alex Roitman <shura@gramps-project.org>
|
||||
* configure.in: Set up for the next release.
|
||||
* src/Filters/Rules/Person/_RegExpName.py (RegExpName.labels): Typo.
|
||||
|
||||
2006-06-04 Brian Matherly <brian@gramps-project.org>
|
||||
* src/docgen/PSDrawDoc.py: fix imports - make it work
|
||||
* src/ReportBase/_StyleEditor.py: use ManagedWindow
|
||||
|
@ -4,7 +4,7 @@ dnl Process this file with autoconf to produce a configure script.
|
||||
dnl May need to run automake && aclocal first
|
||||
|
||||
AC_PREREQ(2.57)
|
||||
AC_INIT(gramps, 2.1.5, [gramps-bugs@lists.sourceforge.net])
|
||||
AC_INIT(gramps, 2.1.6, [gramps-bugs@lists.sourceforge.net])
|
||||
AC_CONFIG_SRCDIR(configure.in)
|
||||
AM_INIT_AUTOMAKE(1.6.3)
|
||||
|
||||
|
@ -1,3 +1,6 @@
|
||||
2006-06-04 Alex Roitman <shura@gramps-project.org>
|
||||
* POTFILES.in: Add missing files.
|
||||
|
||||
2006-05-30 Alex Roitman <shura@gramps-project.org>
|
||||
* POTFILES.in: Change files due to module split.
|
||||
|
||||
|
@ -144,25 +144,28 @@ src/DisplayTabs/_WebModel.py
|
||||
src/DisplayTabs/__init__.py
|
||||
src/Editors/_EditAddress.py
|
||||
src/Editors/_EditAttribute.py
|
||||
src/Editors/_EditChildRef.py
|
||||
src/Editors/_EditEvent.py
|
||||
src/Editors/_EditEventRef.py
|
||||
src/Editors/_EditFamily.py
|
||||
src/Editors/_EditLdsOrd.py
|
||||
src/Editors/_EditLocation.py
|
||||
src/Editors/_EditMedia.py
|
||||
src/Editors/_EditMediaRef.py
|
||||
src/Editors/_EditName.py
|
||||
src/Editors/_EditPerson.py
|
||||
src/Editors/_EditPersonRef.py
|
||||
src/Editors/_EditPlace.py
|
||||
src/Editors/_EditPrimary.py
|
||||
src/Editors/_EditReference.py
|
||||
src/Editors/_EditRepository.py
|
||||
src/Editors/_EditRepoRef.py
|
||||
src/Editors/_EditRepository.py
|
||||
src/Editors/_EditSecondary.py
|
||||
src/Editors/_EditSource.py
|
||||
src/Editors/_EditSourceRef.py
|
||||
src/Editors/_EditUrl.py
|
||||
src/Editors/_EditLdsOrd.py
|
||||
src/Editors/__init__.py
|
||||
src/GrampsDb/_DbUtils.py
|
||||
src/GrampsDb/_GedcomInfo.py
|
||||
src/GrampsDb/_GedTokens.py
|
||||
src/GrampsDb/_GrampsBSDDB.py
|
||||
@ -229,11 +232,13 @@ src/plugins/AncestorChart2.py
|
||||
src/plugins/AncestorChart.py
|
||||
src/plugins/AncestorReport.py
|
||||
src/plugins/Ancestors.py
|
||||
src/plugins/BookReport.py
|
||||
src/plugins/Calendar.py
|
||||
src/plugins/ChangeNames.py
|
||||
src/plugins/ChangeTypes.py
|
||||
src/plugins/Checkpoint.py
|
||||
src/plugins/Check.py
|
||||
src/plugins/CmdRef.py
|
||||
src/plugins/CountAncestors.py
|
||||
src/plugins/CustomBookText.py
|
||||
src/plugins/Desbrowser.py
|
||||
@ -242,6 +247,7 @@ src/plugins/DescendReport.py
|
||||
src/plugins/DesGraph.py
|
||||
src/plugins/DetAncestralReport.py
|
||||
src/plugins/DetDescendantReport.py
|
||||
src/plugins/DumpGenderStats.py
|
||||
src/plugins/Eval.py
|
||||
src/plugins/EventCmp.py
|
||||
src/plugins/ExportVCalendar.py
|
||||
@ -262,6 +268,7 @@ src/plugins/PatchNames.py
|
||||
src/plugins/ReadPkg.py
|
||||
src/plugins/Rebuild.py
|
||||
src/plugins/RelCalc.py
|
||||
src/plugins/TestcaseGenerator.py
|
||||
src/plugins/rel_da.py
|
||||
src/plugins/rel_de.py
|
||||
src/plugins/rel_es.py
|
||||
@ -292,7 +299,6 @@ src/PluginUtils/_Tool.py
|
||||
src/PluginUtils/_PluginStatus.py
|
||||
src/ReportBase/_BareReportDialog.py
|
||||
src/ReportBase/_BookFormatComboBox.py
|
||||
src/ReportBase/_BookReport.py
|
||||
src/ReportBase/_CommandLineReport.py
|
||||
src/ReportBase/_Constants.py
|
||||
src/ReportBase/_DrawFormatComboBox.py
|
||||
@ -385,8 +391,8 @@ src/Filters/Rules/Person/_Everyone.py
|
||||
src/Filters/Rules/Person/_FamilyWithIncompleteEvent.py
|
||||
src/Filters/Rules/Person/_HasAttribute.py
|
||||
src/Filters/Rules/Person/_HasBirth.py
|
||||
src/Filters/Rules/Person/_HasCommonAncestorWith.py
|
||||
src/Filters/Rules/Person/_HasCommonAncestorWithFilterMatch.py
|
||||
src/Filters/Rules/Person/_HasCommonAncestorWith.py
|
||||
src/Filters/Rules/Person/_HasCompleteRecord.py
|
||||
src/Filters/Rules/Person/_HasDeath.py
|
||||
src/Filters/Rules/Person/_HasEvent.py
|
||||
@ -394,8 +400,9 @@ src/Filters/Rules/Person/_HasFamilyAttribute.py
|
||||
src/Filters/Rules/Person/_HasFamilyEvent.py
|
||||
src/Filters/Rules/Person/_HasIdOf.py
|
||||
src/Filters/Rules/Person/_HasNameOf.py
|
||||
src/Filters/Rules/Person/_HasNote.py
|
||||
src/Filters/Rules/Person/_HasNoteMatchingSubstringOf.py
|
||||
src/Filters/Rules/Person/_HasNote.py
|
||||
src/Filters/Rules/Person/_HasNoteRegexp.py
|
||||
src/Filters/Rules/Person/_HasRelationship.py
|
||||
src/Filters/Rules/Person/_HasSourceOf.py
|
||||
src/Filters/Rules/Person/_HasTextMatchingRegexpOf.py
|
||||
@ -405,18 +412,19 @@ src/Filters/Rules/Person/_HaveAltFamilies.py
|
||||
src/Filters/Rules/Person/_HaveChildren.py
|
||||
src/Filters/Rules/Person/_HavePhotos.py
|
||||
src/Filters/Rules/Person/_IncompleteNames.py
|
||||
src/Filters/Rules/Person/_IsAncestorOf.py
|
||||
src/Filters/Rules/Person/__init__.py
|
||||
src/Filters/Rules/Person/_IsAncestorOfFilterMatch.py
|
||||
src/Filters/Rules/Person/_IsAncestorOf.py
|
||||
src/Filters/Rules/Person/_IsBookmarked.py
|
||||
src/Filters/Rules/Person/_IsChildOfFilterMatch.py
|
||||
src/Filters/Rules/Person/_IsDefaultPerson.py
|
||||
src/Filters/Rules/Person/_IsDescendantFamilyOf.py
|
||||
src/Filters/Rules/Person/_IsDescendantOf.py
|
||||
src/Filters/Rules/Person/_IsDescendantOfFilterMatch.py
|
||||
src/Filters/Rules/Person/_IsDescendantOf.py
|
||||
src/Filters/Rules/Person/_IsFemale.py
|
||||
src/Filters/Rules/Person/_IsLessThanNthGenerationAncestorOf.py
|
||||
src/Filters/Rules/Person/_IsLessThanNthGenerationAncestorOfBookmarked.py
|
||||
src/Filters/Rules/Person/_IsLessThanNthGenerationAncestorOfDefaultPerson.py
|
||||
src/Filters/Rules/Person/_IsLessThanNthGenerationAncestorOf.py
|
||||
src/Filters/Rules/Person/_IsLessThanNthGenerationDescendantOf.py
|
||||
src/Filters/Rules/Person/_IsMale.py
|
||||
src/Filters/Rules/Person/_IsMoreThanNthGenerationAncestorOf.py
|
||||
@ -426,15 +434,17 @@ src/Filters/Rules/Person/_IsSiblingOfFilterMatch.py
|
||||
src/Filters/Rules/Person/_IsSpouseOfFilterMatch.py
|
||||
src/Filters/Rules/Person/_IsWitness.py
|
||||
src/Filters/Rules/Person/_MatchesFilter.py
|
||||
src/Filters/Rules/Person/_MatchIdOf.py
|
||||
src/Filters/Rules/Person/_MultipleMarriages.py
|
||||
src/Filters/Rules/Person/_NeverMarried.py
|
||||
src/Filters/Rules/Person/_NoBirthdate.py
|
||||
src/Filters/Rules/Person/_PeoplePrivate.py
|
||||
src/Filters/Rules/Person/_PersonWithIncompleteEvent.py
|
||||
src/Filters/Rules/Person/_ProbablyAlive.py
|
||||
src/Filters/Rules/Person/_RegExpIdOf.py
|
||||
src/Filters/Rules/Person/_RegExpName.py
|
||||
src/Filters/Rules/Person/_RelationshipPathBetween.py
|
||||
src/Filters/Rules/Person/_SearchName.py
|
||||
src/Filters/Rules/Person/__init__.py
|
||||
src/Filters/Rules/Family/__init__.py
|
||||
src/Filters/Rules/Event/__init__.py
|
||||
src/Filters/Rules/Place/__init__.py
|
||||
|
@ -43,7 +43,7 @@ import re
|
||||
class RegExpName(Rule):
|
||||
"""Rule that checks for full or partial name matches"""
|
||||
|
||||
labels = [_('Expresssion:')]
|
||||
labels = [_('Expression:')]
|
||||
name = _('People matching the <regex_name>')
|
||||
description = _("Matches people's names with a specified regular expression")
|
||||
category = _('General filters')
|
||||
|
Loading…
Reference in New Issue
Block a user