[PATCH 2/2] Queue the conversion of images and process later

2011-11-06 Thread vfr
From: Vincent van Ravesteijn --- src/Buffer.cpp |7 +++ src/insets/InsetGraphics.cpp | 16 +++- 2 files changed, 14 insertions(+), 9 deletions(-) diff --git a/src/Buffer.cpp b/src/Buffer.cpp index 625c0ff..d2720a2 100644 --- a/src/Buffer.cpp +++ b/src/Buffer.

[PATCH 1/2] Converters: Add a queue of QueuedItems

2011-11-06 Thread vfr
From: Vincent van Ravesteijn --- development/coding/#newfile1.lyx# | 640 + src/Converter.cpp | 47 +++ src/Converter.h | 14 + 3 files changed, 701 insertions(+), 0 deletions(-) create mode 100644 development/coding/#ne

[PATCH 0/2] Preparation for cancelling export jobs

2011-11-06 Thread vfr
From: Vincent van Ravesteijn The following two patches add a queue to Converter. In this way, all to-be-converted images are acquired and processed when the export of the LaTeX file is ready. In this way, we can process all conversions in a loop in Buffer::doExport, and we can check whether the