* src/EditSource.py (display_references): Return control if the

events are pending, not every 0.1 sec; Draw references as they
are found instead of deferring.
* src/EditPlace.py (display_references): Make nice.
* src/ImageSelect.py (GlobalMediaProperties.display_refs): Make nice.


svn: r5368
This commit is contained in:
Alex Roitman
2005-11-07 06:08:21 +00:00
parent 02d38aa799
commit cb7d08a529
4 changed files with 277 additions and 175 deletions

View File

@@ -1,4 +1,10 @@
2005-11-06 Alex Roitman <shura@gramps-project.org>
* src/EditSource.py (display_references): Return control if the
events are pending, not every 0.1 sec; Draw references as they
are found instead of deferring.
* src/EditPlace.py (display_references): Make nice.
* src/ImageSelect.py (GlobalMediaProperties.display_refs): Make nice.
* src/EditSource.py (display_references): Check for elapsed time
and return control to the main loop after 0.1 sec from the idle
callback; convert callback to being able to store its state and