]> git.lyx.org Git - lyx.git/history - src/support/Systemcall.cpp
add argument to suppress event processing
[lyx.git] / src / support / Systemcall.cpp
2009-12-04 Peter Kümmeladd argument to suppress event processing
2009-12-04 Peter Kümmelfix unused var warning
2009-12-04 Peter Kümmelfix init order
2009-12-04 Peter KümmelEnable user input processing when an external process...
2009-12-04 Peter Kümmelalso process user input, trigger more processEvents
2009-12-04 Pavel Sandagcc complains because of inicialization order
2009-12-04 Peter Kümmelcoding style
2009-12-04 Peter Kümmelalso delete process on errors, use RAII therefore
2009-12-04 Peter Kümmelmore cleanup without behavior changes
2009-12-04 Peter KümmelMove some code from the process branch into trunk.
2009-05-16 Enrico ForestieriFix scons and revert the now not needed r29669.
2009-05-15 Enrico ForestieriReally flush output buffers.
2009-05-14 Enrico ForestieriAllow immediate output of spawned processes for all...
2009-05-14 Enrico ForestieriFix problem with the nul device on Windows.
2009-05-13 Enrico ForestieriTake into account output redirection when spawning...
2009-05-13 Enrico ForestieriAllow to separately redirect stdout and stderr.
2009-05-13 Enrico ForestieriClarify comment.
2009-05-13 Enrico ForestieriAvoid #ifdef's and use OS specific code.
2009-05-12 Enrico ForestieriMSVC does not define WIN32 but _WIN32.
2009-05-12 Enrico ForestieriRestore line buffered output at least on posix systems...
2009-05-11 Enrico ForestieriFix QProcess code on posix systems and reenable it...
2009-05-11 Abdelrazak YounesAllow more time for latex... process launching can...
2009-05-11 Abdelrazak Younesrevert unwanted change.
2009-05-11 Abdelrazak YounesRead standard output and error upon completion. And...
2009-05-11 Abdelrazak YounesReorganize the code a bit and Disable QProcess evaluati...
2009-05-11 Abdelrazak YounesAdd some debugging code to QProcess. Reconfigure (pytho...
2009-05-10 Vincent van RavesteijnPatch from Peter.
2007-12-12 Abdelrazak Younesgetting rid of superfluous std:: statements.
2007-12-12 Enrico ForestieriRevert qprocess code. Revisions reverted: 22026, 22030...
2007-12-08 Peter Kümmeladd progress view of system calls
2007-04-26 Bo PengRename .C ==> .cpp for files in src/support, part two