After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 432655 - [Importing Files] Blocking and progress indication
[Importing Files] Blocking and progress indication
Status: RESOLVED FIXED
Product: pitivi
Classification: Other
Component: General
Git
Other Linux
: Normal normal
: 0.10.3
Assigned To: Pitivi maintainers
Pitivi maintainers
Depends on:
Blocks:
 
 
Reported: 2007-04-23 16:14 UTC by Edward Hervey
Modified: 2007-05-01 16:21 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Edward Hervey 2007-04-23 16:14:12 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
Comment 1 Edward Hervey 2007-05-01 16:21:48 UTC
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