dialog fixes, replace fork with spawn

svn: r6226
This commit is contained in:
Don Allingham
2006-03-29 22:51:27 +00:00
parent 47644bcc15
commit a312c2af18
10 changed files with 152 additions and 520 deletions

View File

@@ -1,4 +1,15 @@
2006-03-29 Don Allingham <don@gramps-project.org>
* src/Editors/_EditPerson.py: Fix imports of EditMediaRef, remove
specific edit image from top image window.
* src/glade/gramps.glade: remove unused dialogs, replaced by
gtk.MessageDialog
* src/AddMedia.py: clean up scale_image
* src/Utils.py: replace fork() with spawn to prevent Xlib async errors
* src/GrampsDisplay.py: replace fork() with spawn to prevent Xlib
async errors
* src/QuestionDialog.py: Simply some dialogs by using gtk.MessageDialog
* src/ImgManip.py: replace fork() with spawn to prevent Xlib async
errors
* src/ViewManager.py: enable actiongroups if file loaded before
the interface is initialized (command line or autoload)
* src/SelectObject.py: Provide images in preview