GNOME Bugzilla – Bug 432655
[Importing Files] Blocking and progress indication
Last modified: 2007-05-01 16:21:48 UTC
Two issues when importing files: * There's no progress indication * The UI is blocked if we import a lot of file (seems to be a python issue). Try importing recursively your home directory
2007-05-01 Edward Hervey <edward@fluendo.com> * pitivi/Makefile.am: * pitivi/threads.py: * pitivi/pitivi.py: Threading convenience class and class to manage all threads in existence during runtime. * pitivi/sourcelist.py: * pitivi/discoverer.py: Add extra argument to not-media-file signal. Add error case when we can't figure out the duration of a file. * pitivi/ui/filelisterrordialog.glade: * pitivi/ui/filelisterrordialog.py: Start modifications of importing error reporting dialog. * pitivi/ui/sourcefactories.py: Spawn separate thread for recursively discovering threads so it doesn't block the UI main thread. Fixes #432655