In .:
2006-05-16 Alex Roitman <shura@gramps-project.org> * src/Filters/_PersonSidebarFilter.py: Import gettext. * src/Filters/_SidebarFilter.py: Import gettext. * src/Filters/Makefile.am: Ship new files. In po: 2006-05-16 Alex Roitman <shura@gramps-project.org> * POTFILES.in: Add new files. svn: r6682
This commit is contained in:
parent
387f33c94a
commit
66c08cbf34
@ -1,3 +1,8 @@
|
||||
2006-05-16 Alex Roitman <shura@gramps-project.org>
|
||||
* src/Filters/_PersonSidebarFilter.py: Import gettext.
|
||||
* src/Filters/_SidebarFilter.py: Import gettext.
|
||||
* src/Filters/Makefile.am: Ship new files.
|
||||
|
||||
2006-05-16 Martin Hawlisch <Martin.Hawlisch@gmx.de>
|
||||
* src/DataViews/_PedigreeView.py: Add navigation-arrows to the tree;
|
||||
work around bug in database-changed signals
|
||||
|
@ -1,3 +1,6 @@
|
||||
2006-05-16 Alex Roitman <shura@gramps-project.org>
|
||||
* POTFILES.in: Add new files.
|
||||
|
||||
2006-05-15 Alex Roitman <shura@gramps-project.org>
|
||||
* POTFILES.in: Add new files.
|
||||
|
||||
|
@ -348,6 +348,8 @@ src/Filters/_ParamFilter.py
|
||||
src/Filters/__init__.py
|
||||
src/Filters/_SearchBar.py
|
||||
src/Filters/_SearchFilter.py
|
||||
src/Filters/_SidebarFilter.py
|
||||
src/Filters/_PersonSidebarFilter.py
|
||||
src/Filters/Rules/_Everything.py
|
||||
src/Filters/Rules/_HasTextMatchingRegexpOf.py
|
||||
src/Filters/Rules/_HasTextMatchingSubstringOf.py
|
||||
|
@ -15,8 +15,9 @@ pkgdata_PYTHON = \
|
||||
_ParamFilter.py \
|
||||
__init__.py \
|
||||
_SearchBar.py \
|
||||
_SearchFilter.py
|
||||
|
||||
_SearchFilter.py \
|
||||
_SidebarFilter.py \
|
||||
_PersonSidebarFilter.py
|
||||
|
||||
pkgpyexecdir = @pkgpyexecdir@/Filters
|
||||
pkgpythondir = @pkgpythondir@/Filters
|
||||
|
@ -20,6 +20,7 @@
|
||||
|
||||
# $Id: _FilterList.py 6529 2006-05-03 06:29:07Z rshura $
|
||||
|
||||
from gettext import gettext as _
|
||||
import gtk
|
||||
import GrampsWidgets
|
||||
import RelLib
|
||||
|
@ -20,6 +20,7 @@
|
||||
|
||||
# $Id: _FilterList.py 6529 2006-05-03 06:29:07Z rshura $
|
||||
|
||||
from gettext import gettext as _
|
||||
import gtk
|
||||
import GrampsWidgets
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user