]> git.lyx.org Git - features.git/commit
Fix bug #8032 (timeout when using the Sweave module)
authorEnrico Forestieri <forenr@lyx.org>
Wed, 7 Mar 2012 00:26:17 +0000 (00:26 +0000)
committerEnrico Forestieri <forenr@lyx.org>
Wed, 7 Mar 2012 00:26:17 +0000 (00:26 +0000)
commitb067c043093eb1e80ffd17daf88975d6ac59d1fc
tree0e6c0d1b2ec5ad69320e7c975ad6cafc780449f3
parent8bdd1082fa880a8ba68007a092abd30ae9177c53
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/branches/BRANCH_2_0_X@40881 a592a061-630c-0410-9148-cb99ea01b6c8
src/frontends/qt4/GuiProgress.cpp
src/frontends/qt4/GuiProgress.h
src/support/ProgressInterface.h
src/support/Systemcall.cpp
src/support/os.cpp
src/support/os_cygwin.cpp
src/support/os_unix.cpp
src/support/os_win32.cpp
status.20x