On 10/17/2010 04:19 PM, Pavel Sanda wrote:
Peter Kümmel wrote:
#412: Opening the box of QProcess short before a release?
I don't know if this is a good idea. We had so much problems
when introducing unblocked texing, so I think we should
postpone it.
i thought that once we have it for viewing, it might be piece of cake
to add export. if it means risking the same problems as with
introducing it on view, then lets postpone it.

I think it might be worth trying this.

Viewing is a two step process:

(i) Create the file and its friends in the temporary directory;
(ii) Launch a viewer on that file.

Exporting is also a two step process:

(i) Create the file and its friends in the temporary directory;
(ii) Copy the files to their ultimate location.

I could be wrong, but it seems to me that the problems must have lay mostly at (i). But (i) is the same both times.

The fix should be as easy as doing the same thing in LFUN_BUFFER_EXPORT as we do in LFUN_BUFFER_VIEW, in GuiView.cpp.

Richard

Reply via email to