]> git.lyx.org Git - features.git/commit
Fix bug #8032 (timeout when using the Sweave module)
authorEnrico Forestieri <forenr@lyx.org>
Sat, 18 Feb 2012 14:16:25 +0000 (14:16 +0000)
committerEnrico Forestieri <forenr@lyx.org>
Sat, 18 Feb 2012 14:16:25 +0000 (14:16 +0000)
commit1eb41a88f2a7b6d71c9996d7efda128e03504147
treec631a1c21b5f638fc8c1bd41aaadd66d110faf21
parentdd2185a4a633380466c3f006ffbc040d8f18d52b
Fix bug #8032 (timeout when using the Sweave module)
After the timeout elapses, the user is notified that a command is taking
a long time to complete and is given the choice to stop it. If the user
decides to let the command run, the timeout is increased, otherwise the
command is killed. One is prompted a first time after 3 mins, a second
time after 9 mins, a third time after 27 mins, and so on, i.e., the n-th
prompt occurs after 3^n minutes.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40775 a592a061-630c-0410-9148-cb99ea01b6c8
src/frontends/qt4/GuiProgress.cpp
src/frontends/qt4/GuiProgress.h
src/support/ProgressInterface.h
src/support/Systemcall.cpp