[LyX/master] Remove an outdated comment

2015-03-20 Thread Scott Kostyshak
commit 4f0593f91b1b61a196b88975310e426413eccd67 Author: Scott Kostyshak skost...@lyx.org Date: Fri Feb 20 17:31:53 2015 -0500 Remove an outdated comment LaTeX::deleteFilesOnError is no longer a dummy function. This comment was interoduced with the first version of this

[LyX/master] Check exit code of LaTeX process in LaTeX::run

2015-03-20 Thread Scott Kostyshak
commit 1dbf0e5aab732bdba4eed1af2866c357bc30a526 Author: Scott Kostyshak skost...@lyx.org Date: Fri Mar 20 00:40:01 2015 -0400 Check exit code of LaTeX process in LaTeX::run Systemcall::startscript returns the exit code of the LaTeX command that is run, but the return value was

[LyX/master] Export/view a PDF even if error

2015-03-20 Thread Scott Kostyshak
commit cd8be655f1895957fb169cdf361297d9ecc40ec9 Author: Scott Kostyshak skost...@lyx.org Date: Wed Mar 18 16:51:12 2015 -0400 Export/view a PDF even if error A PDF is often still produced after a LaTeX error. If there was an error when exporting a PDF, we now give an error

[LyX/master] Remove output file in temporary folder on error

2015-03-20 Thread Scott Kostyshak
commit 2bfbf75eedc12817e5ee35603861067c68cedb44 Author: Scott Kostyshak skost...@lyx.org Date: Fri Mar 20 02:03:51 2015 -0400 Remove output file in temporary folder on error This commit solves two issues: (1) A PDF from a previous run could have been the result of a

[LyX/master] Allow cloned buffers to give alerts in runLaTeX()

2015-03-20 Thread Scott Kostyshak
commit f74b2b79c7925454ba01b42bbd30c64f0ab30d31 Author: Scott Kostyshak skost...@lyx.org Date: Fri Feb 20 17:45:36 2015 -0500 Allow cloned buffers to give alerts in runLaTeX() This was disabled in 2009 in bea0925f but it is now safe. From Richard: I am pretty sure that

[LyX/master] Assert if successful export but no output file

2015-03-20 Thread Scott Kostyshak
commit 74160640337b63b1fb21c9690289f0ebb29c0820 Author: Scott Kostyshak skost...@lyx.org Date: Fri Mar 20 00:13:50 2015 -0400 Assert if successful export but no output file If LyX thinks the export was successful but no output file was produced for preview, then something is

[LyX/master] Clarify message about an empty file

2015-03-20 Thread Scott Kostyshak
commit 6343d9941a63dbf788516eb325e589f70f06c6f1 Author: Scott Kostyshak skost...@lyx.org Date: Sat Feb 21 23:46:42 2015 -0500 Clarify message about an empty file When empty output is generated, no PDF is produced. The previous message made it seem like an empty PDF was

[LyX/master] Improve log scanner to correctly report error

2015-03-20 Thread Scott Kostyshak
commit 0a6120cb7f940bc010efa9f2873afaeee6381a9e Author: Scott Kostyshak skost...@lyx.org Date: Sat Feb 21 00:00:51 2015 -0500 Improve log scanner to correctly report error When scanning the LaTeX log, previously we only looked ahead 10 lines after a ! line and if we did not

Re: [LyX/master] Export/view a PDF even if error

2015-03-20 Thread Jürgen Spitzmüller
2015-03-20 7:37 GMT+01:00 Scott Kostyshak: commit cd8be655f1895957fb169cdf361297d9ecc40ec9 Author: Scott Kostyshak skost...@lyx.org Date: Wed Mar 18 16:51:12 2015 -0400 Export/view a PDF even if error A PDF is often still produced after a LaTeX error. If there was an error

[LyX/master] Replace outdated LASSERT

2015-03-20 Thread Georg Baum
commit c54b1368801d06ed740a24879721dfe599b2166a Author: Georg Baum b...@lyx.org Date: Wed Mar 18 22:06:59 2015 +0100 Replace outdated LASSERT The concept of rows and cols is no longer unique to mathed. Each inset decides itself whether it is grid like or not, so we should not

[LyX/master] Implement DocIterator::backwardInset()

2015-03-20 Thread Georg Baum
commit 82263ccad98dba35f1f4527a8ed72ea24a60e0bd Author: Georg Baum b...@lyx.org Date: Thu Mar 19 21:44:25 2015 +0100 Implement DocIterator::backwardInset() I thought I would need it to fix bug #9418, but once backwardInset() worked it turned out that it is not needed. However,

[LyX/master] Allow cloned buffers to give alerts in runLaTeX()

2015-03-20 Thread Scott Kostyshak
commit f74b2b79c7925454ba01b42bbd30c64f0ab30d31 Author: Scott Kostyshak Date: Fri Feb 20 17:45:36 2015 -0500 Allow cloned buffers to give alerts in runLaTeX() This was disabled in 2009 in bea0925f but it is now safe. From Richard: "I am pretty sure

[LyX/master] Assert if successful export but no output file

2015-03-20 Thread Scott Kostyshak
commit 74160640337b63b1fb21c9690289f0ebb29c0820 Author: Scott Kostyshak Date: Fri Mar 20 00:13:50 2015 -0400 Assert if successful export but no output file If LyX thinks the export was successful but no output file was produced for preview, then something is

[LyX/master] Clarify message about an empty file

2015-03-20 Thread Scott Kostyshak
commit 6343d9941a63dbf788516eb325e589f70f06c6f1 Author: Scott Kostyshak Date: Sat Feb 21 23:46:42 2015 -0500 Clarify message about an empty file When empty output is generated, no PDF is produced. The previous message made it seem like an empty PDF was

[LyX/master] Improve log scanner to correctly report error

2015-03-20 Thread Scott Kostyshak
commit 0a6120cb7f940bc010efa9f2873afaeee6381a9e Author: Scott Kostyshak Date: Sat Feb 21 00:00:51 2015 -0500 Improve log scanner to correctly report error When scanning the LaTeX log, previously we only looked ahead 10 lines after a "!" line and if we did not

[LyX/master] Remove an outdated comment

2015-03-20 Thread Scott Kostyshak
commit 4f0593f91b1b61a196b88975310e426413eccd67 Author: Scott Kostyshak Date: Fri Feb 20 17:31:53 2015 -0500 Remove an outdated comment LaTeX::deleteFilesOnError is no longer a dummy function. This comment was interoduced with the first version of this

[LyX/master] Check exit code of LaTeX process in LaTeX::run

2015-03-20 Thread Scott Kostyshak
commit 1dbf0e5aab732bdba4eed1af2866c357bc30a526 Author: Scott Kostyshak Date: Fri Mar 20 00:40:01 2015 -0400 Check exit code of LaTeX process in LaTeX::run Systemcall::startscript returns the exit code of the LaTeX command that is run, but the return value

[LyX/master] Export/view a PDF even if error

2015-03-20 Thread Scott Kostyshak
commit cd8be655f1895957fb169cdf361297d9ecc40ec9 Author: Scott Kostyshak Date: Wed Mar 18 16:51:12 2015 -0400 Export/view a PDF even if error A PDF is often still produced after a LaTeX error. If there was an error when exporting a PDF, we now give an

[LyX/master] Remove output file in temporary folder on error

2015-03-20 Thread Scott Kostyshak
commit 2bfbf75eedc12817e5ee35603861067c68cedb44 Author: Scott Kostyshak Date: Fri Mar 20 02:03:51 2015 -0400 Remove output file in temporary folder on error This commit solves two issues: (1) A PDF from a previous run could have been the result of a

Re: [LyX/master] Export/view a PDF even if error

2015-03-20 Thread Jürgen Spitzmüller
2015-03-20 7:37 GMT+01:00 Scott Kostyshak: > commit cd8be655f1895957fb169cdf361297d9ecc40ec9 > Author: Scott Kostyshak > Date: Wed Mar 18 16:51:12 2015 -0400 > > Export/view a PDF even if error > > A PDF is often still produced after a LaTeX error. > > If there

[LyX/master] Replace outdated LASSERT

2015-03-20 Thread Georg Baum
commit c54b1368801d06ed740a24879721dfe599b2166a Author: Georg Baum Date: Wed Mar 18 22:06:59 2015 +0100 Replace outdated LASSERT The concept of rows and cols is no longer unique to mathed. Each inset decides itself whether it is grid like or not, so we should not

[LyX/master] Implement DocIterator::backwardInset()

2015-03-20 Thread Georg Baum
commit 82263ccad98dba35f1f4527a8ed72ea24a60e0bd Author: Georg Baum Date: Thu Mar 19 21:44:25 2015 +0100 Implement DocIterator::backwardInset() I thought I would need it to fix bug #9418, but once backwardInset() worked it turned out that it is not needed.