]> git.lyx.org Git - features.git/commit
Improve the command-line parser meant to be used for QProcess.
authorEnrico Forestieri <forenr@lyx.org>
Sat, 19 Dec 2009 17:26:09 +0000 (17:26 +0000)
committerEnrico Forestieri <forenr@lyx.org>
Sat, 19 Dec 2009 17:26:09 +0000 (17:26 +0000)
commit04580d2122271626fd62d2f005e427abbadd7aaf
treeb395d7a10722e8ed171fc0bccad026d7d01016e8
parent45b0c6be478c155124101ba786a00c2905aa3df7
Improve the command-line parser meant to be used for QProcess.
Now, both single- and double-quotes posix-like quoting styles are implemented,
such that a command-line meant for the shell can also be used for QProcess.
However, only redirecting the output to a file is supported. Supporting piping
would require a (major?) rewrite of the Systemcall class.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32590 a592a061-630c-0410-9148-cb99ea01b6c8
src/support/Systemcall.cpp
src/support/filetools.cpp