]> git.lyx.org Git - lyx.git/history - src/support/Systemcall.cpp
Account for old versions of Pygments
[lyx.git] / src / support / Systemcall.cpp
2016-08-17 Enrico ForestieriAdd verbose option
2016-06-09 Jean-Marc LasgouttesInitialize correctly SystemcallPrivate in constructor
2016-01-24 Scott KostyshakQt 5.6 renames signal QProcesss::error()
2015-05-13 Enrico ForestieriFix bug #4812 (Layout in local directory lost on Save...
2015-04-04 Scott KostyshakSimplify code
2015-04-04 Scott KostyshakDetect when an external command crashes
2015-02-09 Scott KostyshakCorrect the spelling of "occured" to "occurred"
2014-06-14 Peter KümmelOn Linux show in crash message box the backtrace
2014-05-14 Scott KostyshakCentralize substitution of python commands
2014-05-14 Scott KostyshakCentralize replacement of "$$s"
2014-04-21 Richard HeckThis is the result of an audit of all static variables...
2014-03-19 Vincent van RavesteijnAdd a comment for the special code on Windows
2014-03-19 Vincent van RavesteijnDo not use QProcess::startDetached on Windows
2013-07-16 Scott KostyshakPrevent zombie processes (#8774)
2013-02-19 Jean-Marc LasgouttesMake annoying debug message optional
2012-09-17 Scott KostyshakConstify some catches and others
2012-09-12 Scott KostyshakTypos
2012-06-06 Richard HeckTypo.
2012-02-18 Enrico ForestieriFix bug #8032 (timeout when using the Sweave module)
2012-01-22 Georg BaumFix converters with input redirection, such as the...
2011-10-31 Enrico ForestieriProperly account for output redirection with QProcess.
2011-10-28 Enrico ForestieriDetect the correct version of python at runtime and...
2011-09-25 Enrico ForestieriThe second argument of Systemcall::startscript is suppo...
2011-09-25 Enrico ForestieriManage the setting of the latex environment for Systemc...
2011-09-24 Enrico ForestieriDo not change, even if temporarily, the environment...
2011-08-28 Enrico ForestieriAllow batch files with QProcess.
2011-06-14 Enrico ForestieriDon't rely on Qt for setting an environment variable.
2011-05-09 Enrico ForestieriIntroduce the possibility of setting a prefix for the...
2011-05-04 Enrico ForestieriSee r37176. Let's keep this a Windows only "feature".
2011-01-11 Peter KümmelWhen getting packages via miktex 3 minutes is to short for
2010-11-01 Pavel Sandatypo
2010-07-16 Enrico ForestieriFix output to terminal when LyX is launched from a...
2010-07-16 Peter Kümmelno output to stdout when redirecting, cleanup
2010-07-16 Peter Kümmelfix stupid renaming error
2010-07-16 Peter Kümmellyx sytle
2010-07-16 Peter KümmelCamelCase
2010-07-16 Peter Kümmelonly guard terminal output.
2009-12-29 Peter KümmelAdd Pavel's lyxerr extension, add ui for debug levels.
2009-12-27 Peter Kümmelremove debug code
2009-12-27 Peter Kümmelcleanup process output
2009-12-27 Peter Kümmeladd some debug info
2009-12-26 Peter Kümmelfix formatting
2009-12-26 Peter Kümmelbe sure processFinished() is only called once.
2009-12-26 Peter Kümmelworkaround for Qt (4.5.2) bug: QProcess::started(...
2009-12-21 Peter Kümmel- Show progress information in status bar.
2009-12-20 Peter Kümmeladd progress widget
2009-12-20 Peter Kümmeladd progress widget
2009-12-19 Peter KümmelDon't process gui events by default it's too dangerous...
2009-12-19 Enrico ForestieriImprove the command-line parser meant to be used for...
2009-12-18 Peter KümmelUNDO: single quotes in filenames are possible
2009-12-18 Peter KümmelTicket 6266 Quoting Problem with QProcess: don't think...
2009-12-13 Peter Kümmeltypo
2009-12-13 Peter Kümmelcleanup error messages
2009-12-12 Vincent van RavesteijnFix compilation without QProcess.
2009-12-06 Peter Kümmeljust discovered qtcreators feature 'replace tabs on...
2009-12-06 Peter Kümmelno timeout when starting up a process, cleanup error...
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