[email protected] wrote:
Author: kuemmel
Date: Fri Dec 4 10:51:13 2009
New Revision: 32323
URL: http://www.lyx.org/trac/changeset/32323
Log:
Move some code from the process branch into trunk.
Don't incorporated any progess stuff.
Behavior when starting a process is UNTOUCHED, but could simply changed by
setting progessEvents to true.
Hum, I did that in Systemcall::startscript() and didn't notice a
difference... maybe I am missing something?
Modified: lyx-devel/trunk/src/support/Systemcall.cpp
+
+struct Sleep : QThread
public QThread ?
+bool SystemcallPrivate::waitWhile(State waitwhile, bool processEvents, int
timeout)
> + bool waitWhile(State, bool processEvents, int timeout = -1);
process_events
Abdel.