Search bar completion

svn: r6607
This commit is contained in:
Don Allingham
2006-05-10 16:08:56 +00:00
parent 99db21d8fe
commit e019db2e41
8 changed files with 130 additions and 61 deletions

View File

@@ -1,3 +1,12 @@
2006-05-10 Don Allingham <don@gramps-project.org>
* src/ViewManager.py: remove debug statement
* src/PeopleModel.py: use SearchFilter
* src/DisplayModels.py: handle search filter
* src/PageView.py: search bar support
* src/Filters/_SearchBar.py: added
* src/Filters/_SearchFilter.py: remove SearchFilter to separate file
* src/Filters/__init__.py: added SearchBar
2006-05-10 Alex Roitman <shura@gramps-project.org>
* src/GrampsDb/_DbUtils.py (db_copy): Use batch transaction.
* src/GrampsDb/_GrampsBSDDB.py (transaction_begin): Proper indentation.