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 335500 - Render dialog never goes away
Render dialog never goes away
Status: RESOLVED FIXED
Product: pitivi
Classification: Other
Component: User interface
Git
Other Linux
: Normal normal
: 0.10.1
Assigned To: Pitivi maintainers
Pitivi maintainers
Depends on:
Blocks: 337894
 
 
Reported: 2006-03-22 12:00 UTC by Christian Fredrik Kalager Schaller
Modified: 2006-05-16 16:28 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Christian Fredrik Kalager Schaller 2006-03-22 12:00:26 UTC
The pop-up render dialog never goes away. I think it should go away as soon as you press 'record' or at least at EOS.
Comment 1 Edward Hervey 2006-04-10 13:36:48 UTC
The reason why the render dialog stays there is to stop the user do anything else while rendering since, while rendering, you can't modify a timeline.

As for removing the window when the rendering is finished... I was more thinking of changing the [Render][Cancel] buttons to making [Render] unsensitive(grayed) and changing [Cancel] to [OK]
Comment 2 Christian Fredrik Kalager Schaller 2006-04-10 14:46:42 UTC
The main window should probably be clearly 'faded' or something like that while this dialog is there to make it 100% clear that you are not supposed to be able to use the main window during rendering. Ideally I would prefer that rendering happened as part of the main GUI instead of as a separate dialog.
Comment 3 Edward Hervey 2006-05-16 16:28:30 UTC
The dialog box now has a [Close] Button by default. When you press on render, it changes to [Cancel], and when the rendering finishes, it switches back to [Close].

Also, the mainwindow becomes grayed when that dialog box is visible.

2006-05-16  Edward Hervey  <edward@fluendo.com>

	* pitivi/bin.py:
	Fixed recording for tee -> identity conversion/hack.
	We remove audio/video sink when encoding and put them back when finished.
	* pitivi/playground.py:
	added debug for position signal emission.
	* pitivi/ui/complextimeline.py:
	don't send a negative frame value to toplayer's timelinePositionChanged
	* pitivi/ui/encodingdialog.glade:
	Better order for buttons.
	Cancel button becomes close button.
	* pitivi/ui/viewer.py:
	Grey-out (set_sensitive()) the main window when the encoding dialog is showing.
	Lots of fixes with the EncodingDialog:
	_ Close button becomes cancel when encoding
	_ Show Time Left in progressbar
	_ Use playground's 'position' signal