ProgressMeter additions

svn: r5008
This commit is contained in:
Don Allingham
2005-08-03 19:25:03 +00:00
parent 3816790b4f
commit ca4856adee
4 changed files with 154 additions and 5 deletions

View File

@@ -1,3 +1,9 @@
2005-08-03 Don Allingham <don@gramps-project.org>
* src/GrampsDbBase.py: provide functions for indicating the number
of items in each table
* src/Check.py: Add ProgressMeter calls
* src/Utils.py: Define new ProgressMeter class
2005-08-02 Alex Roitman <shura@gramps-project.org>
* src/Bookmarks.py: Convert from CList to ListModel and TreeView;
Remove Cancel and OK buttons, Add Close button; make all changes