* src/RelLib/_CalSdn.py: correct type in comment
* src/RelLib/_Date.py: add new match function to match two dates with
fuzzy date support (about 2000 matches about 2005).
* src/Filters/Rules/_HasEventBase.py: use new match
* src/Filters/Rules/MediaObject/_HasMedia.py: use new match
* src/Filters/Rules/Person/_HasBirth.py: use new match
* src/Filters/Rules/Person/_HasDeath.py: use new match
* src/Filters/Rules/Person/_HasFamilyEvent.py: use new match
* src/Filters/Rules/_RuleUtils.py: delete, contained old match date routines
* src/Filters/Rules/Makefile.am: remove RuleUtils
* po/POTFILES.in: remove RuleUtils
Based on patch of Douglas S. Blank <dblank@cs.brynmawr.edu>, ticket #1219
svn: r8995
* src/glade/printpreview.glade: Renamed and moved to src/docgen/
* src/glade/Makefile.am: printpreview.glade removed.
* src/docgen/gtkprintpreview.glade: Added.
* src/docgen/Makefile.am: gtkprintpreview.glade added.
* po/POTFILES.in: /src/docgen/gtkprintpreview.glade added.
* src/docgen/GtkPrint.py: Preview is getting close to be complete.
svn: r8885
2007-06-23 Alex Roitman <shura@gramps-project.org>
* src/plugins/RemoveUnused.py: Rewrite with single-dialog UI.
* src/plugins/unused.glade: Add new file.
* src/plugins/Makefile.am: Ship new file.
In po:
* POTFILES.in: Add new files.
svn: r8646
* src/ansel_utf8.py (utf8_to_ansel): handle single character indexes
as a fallback. (bug #779)
* src/StartupDialog.py: removed - no longer used
* src/Makefile.am: remove StartupDialog.py installation
* po/POTFILES.in: removed StartupDialog.py
svn: r7882
* src/Filters/Rules/Family/_RegExpFatherName.py: Add new module.
* src/Filters/Rules/Family/_RegExpMotherName.py: Add new module.
* src/Filters/Rules/Family/_RegExpChildName.py: Add new module.
* src/Filters/SideBar/_FamilySidebarFilter.py (get_filter): Use
regex filters.
* src/Filters/Rules/Family/__init__.py: Expose new modules.
* src/Filters/Rules/Family/Makefile.am: Ship new files.
In po:
2006-12-13 Alex Roitman <shura@gramps-project.org>
* POTFILES.in: List new files.
svn: r7799
2006-12-06 Alex Roitman <shura@gramps-project.org>
* src/Makefile.am (gdir_PYTHON): Ship new file.
2006-12-06 Benny Malengier <bm@cage.UGent.be>
* src/PlaceUtils.py: Add new file.
* src/DataViews/_PlaceView.py (google): Use new module.
In po:
2006-12-06 Alex Roitman <shura@gramps-project.org>
* POTFILES.in: List new file.
svn: r7765
2006-12-01 Alex Roitman <shura@gramps-project.org>
* src/plugins/Makefile.am (pkgdata_PYTHON): Ship new file.
* src/plugins/RebuildRefMap.py: Add new plugin.
* src/GrampsDb/_GrampsBSDDB.py (reindex_reference_map): Fix reindexing.
* src/GrampsDb/_GrampsDbBase.py (reindex_reference_map): Add a
placeholder method for anything other than BSDDB.
In po:
2006-12-01 Alex Roitman <shura@gramps-project.org>
* POTFILES.in: List new file.
svn: r7740
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
* src/DisplayTabs/_EventEmbedList.py: Don't override event type on
a drag-n-drop (bug #420)
* po/POTFILES.in: remove non-shipping modules
* src/plugins/Calendar.py: fix filter typo
* src/plugins/WritePkg.py: don't set uid on Windows
svn: r7300