2007-08-25 Don Allingham <don@gramps-project.org>

* src/GrampsDb/__init__.py: Add DbBase
	* src/GrampsDb/_DbBase.py: Abstract base class for template
	* src/GrampsDb/Makefile.am: Add _DbBase.py
	* src/GrampsDbUtils/_PrivateProxyDb.py: Derive from ProxyDbBase
	* src/GrampsDbUtils/_ProxyDbBase.py: Provide base ProxyDbBase for proxy dbs
	* src/GrampsDbUtils/Makefile.am: Add _ProxyDbBase



svn: r8869
This commit is contained in:
Don Allingham
2007-08-26 04:06:37 +00:00
parent dbbf63cbe4
commit 04884cd19c
7 changed files with 2206 additions and 1009 deletions

View File

@@ -1,3 +1,11 @@
2007-08-25 Don Allingham <don@gramps-project.org>
* src/GrampsDb/__init__.py: Add DbBase
* src/GrampsDb/_DbBase.py: Abstract base class for template
* src/GrampsDb/Makefile.am: Add _DbBase.py
* src/GrampsDbUtils/_PrivateProxyDb.py: Derive from ProxyDbBase
* src/GrampsDbUtils/_ProxyDbBase.py: Provide base ProxyDbBase for proxy dbs
* src/GrampsDbUtils/Makefile.am: Add _ProxyDbBase
2007-08-25 Benny Malengier/Joachim Breitner <bm@cage.ugent.be>
* src/Filters/Rules/Place/_MatchesEventFilter.py : new filter feature #1182
* src/Filters/Rules/Event/_MatchesPersonFilter.py: new filter feature #1182