]> git.lyx.org Git - lyx.git/history - src/support/Systemcall.cpp
Less expensive OP first as this might be called often.
[lyx.git] / src / support / Systemcall.cpp
2022-11-28 Jean-Marc LasgouttesMerge branch 'killqt4'
2022-11-25 Scott KostyshakChange os::timeout from minutes to milliseconds
2022-11-06 Jean-Marc LasgouttesFix pasting as LaTeX in documents with no modules
2022-10-28 Jean-Marc LasgouttesRevert "WIP: refactor Systemcall"
2022-10-28 Jean-Marc LasgouttesWIP: refactor Systemcall
2022-10-26 Juergen SpitzmuellerSync with master
2022-08-08 Stephan WittMake "open -a" implicit on macOS
2022-01-04 José MatosAdd new placeholder $${python} to configure
2021-05-20 Jean-Marc LasgouttesFixup 9f92fc92: improve FIXME in SystemcallPrivate...
2021-03-12 Juergen SpitzmuellerYet another deprecation fix (this is the last one I...
2020-10-03 Yuriy SkalkoAdd `override` specifiers to improve code maintainability
2020-05-18 Richard Kimberly... Remove debugging code. Thanks Scott!
2020-05-17 Richard Kimberly... Properly check return values so TIMEOUT is recognized.
2020-03-16 Scott KostyshakFix Qt deprecation warns for QTime
2020-03-01 Richard Kimberly... Fix nullptr warnings
2019-09-13 Jean-Marc LasgouttesVarious fixes suggested by cppcheck
2018-09-27 Enrico ForestieriFix bug #11210
2018-01-02 Jean-Marc LasgouttesDo not use Application for a 'cancel export' boolean
2017-12-25 Richard HeckFix crash after cancellation code.
2017-12-21 Richard HeckSystemcall infrastructure for canceling background...
2017-07-23 Christian RidderströmBulk cleanup/fix incorrect annotation at the end of...
2017-07-03 Richard HeckFix trailing whitespace in cpp files.
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...
next