[LyX/master] Add getStatus check that >1 tab for switching

2015-04-07 Thread Scott Kostyshak
commit e26ac5c5506a7e37ac24e696aaa3b7b1e721dbcb Author: Scott Kostyshak <skost...@lyx.org> Date: Tue Apr 7 22:55:20 2015 -0400 Add getStatus check that >1 tab for switching buffer-next and buffer-previous are now only enabled if there is more than one tab. Note tha

[LyX/master] Simplify previous commit

2015-04-07 Thread Scott Kostyshak
commit dabb534a369efe529cd57be714005efd8e046610 Author: Scott Kostyshak <skost...@lyx.org> Date: Tue Apr 7 22:59:34 2015 -0400 Simplify previous commit The brackets are not necessary. diff --git a/src/frontends/qt4/GuiView.cpp b/src/frontends/qt4/GuiView.cpp index 65fe919..f

[LyX/master] Correct typo from last commit

2015-04-07 Thread Scott Kostyshak
commit 2b77b2e8addbbfc72abab883b9c3e265a7991df8 Author: Scott Kostyshak <skost...@lyx.org> Date: Tue Apr 7 23:00:51 2015 -0400 Correct typo from last commit diff --git a/src/frontends/qt4/GuiView.cpp b/src/frontends/qt4/GuiView.cpp index f94a709..e85d042 100644 --- a/src/fronten

[LyX/master] Button for showing PDF if compilation error

2015-04-04 Thread Scott Kostyshak
commit 09700d5b717baec2c34a9451ca13b09a1d47e330 Author: Scott Kostyshak skost...@lyx.org Date: Tue Mar 31 18:54:49 2015 -0400 Button for showing PDF if compilation error Building on cd8be655, we still allow viewing a produced PDF even if there were compilation errors. However

[LyX/master] Detect when an external command crashes

2015-04-04 Thread Scott Kostyshak
commit 7032b0374801d7e2621c221ce43f409855a901d6 Author: Scott Kostyshak skost...@lyx.org Date: Sat Apr 4 13:39:42 2015 -0400 Detect when an external command crashes This fixes a situation where LyX did not detect that something went wrong (that an external comman crashed

[LyX/master] Simplify code

2015-04-04 Thread Scott Kostyshak
commit 90772a01e78ff7de2dd27b9284b99b2085542225 Author: Scott Kostyshak skost...@lyx.org Date: Sat Apr 4 14:56:29 2015 -0400 Simplify code diff --git a/src/support/Systemcall.cpp b/src/support/Systemcall.cpp index 2f277f6..28cbdc8 100644 --- a/src/support/Systemcall.cpp +++ b/src/support

[LyX/master] Button for showing PDF if compilation error

2015-04-04 Thread Scott Kostyshak
commit 09700d5b717baec2c34a9451ca13b09a1d47e330 Author: Scott Kostyshak <skost...@lyx.org> Date: Tue Mar 31 18:54:49 2015 -0400 Button for showing PDF if compilation error Building on cd8be655, we still allow viewing a produced PDF even if there were compilation errors. H

[LyX/master] Detect when an external command crashes

2015-04-04 Thread Scott Kostyshak
commit 7032b0374801d7e2621c221ce43f409855a901d6 Author: Scott Kostyshak <skost...@lyx.org> Date: Sat Apr 4 13:39:42 2015 -0400 Detect when an external command crashes This fixes a situation where LyX did not detect that something went wrong (that an external comman c

[LyX/master] Simplify code

2015-04-04 Thread Scott Kostyshak
commit 90772a01e78ff7de2dd27b9284b99b2085542225 Author: Scott Kostyshak <skost...@lyx.org> Date: Sat Apr 4 14:56:29 2015 -0400 Simplify code diff --git a/src/support/Systemcall.cpp b/src/support/Systemcall.cpp index 2f277f6..28cbdc8 100644 --- a/src/support/Systemcall.cpp +++ b/src/s

[LyX/master] Fix selection at borders of insets (#9487)

2015-04-03 Thread Scott Kostyshak
commit 032da815fabf5478b447cc5b093ca2a44d72ae2f Author: Scott Kostyshak skost...@lyx.org Date: Tue Mar 31 12:53:23 2015 -0400 Fix selection at borders of insets (#9487) When at the last position in an inset, selecting to the right should select the entire inset. This only

[LyX/master] Fix selection at borders of insets (#9487)

2015-04-03 Thread Scott Kostyshak
commit 032da815fabf5478b447cc5b093ca2a44d72ae2f Author: Scott Kostyshak <skost...@lyx.org> Date: Tue Mar 31 12:53:23 2015 -0400 Fix selection at borders of insets (#9487) When at the last position in an inset, selecting to the right should select the entire inset. Thi

[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

[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

[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

[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

[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

[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 produced

[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

[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

[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 som

[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 emp

[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 "!" li

[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 v

[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

[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 no

[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

[LyX/master] ctests: revert a MultilingualCaptions XeTeX test

2015-03-10 Thread Scott Kostyshak
commit 50b570e05aef2ff4b2f7b0fb25acc0600fba6bdd Author: Scott Kostyshak skost...@lyx.org Date: Tue Mar 10 23:35:49 2015 -0400 ctests: revert a MultilingualCaptions XeTeX test This file and format exports correctly since 5753760b. diff --git a/development/autotests/revertedTests b

[LyX/master] ctests: revert a MultilingualCaptions XeTeX test

2015-03-10 Thread Scott Kostyshak
commit 50b570e05aef2ff4b2f7b0fb25acc0600fba6bdd Author: Scott Kostyshak <skost...@lyx.org> Date: Tue Mar 10 23:35:49 2015 -0400 ctests: revert a MultilingualCaptions XeTeX test This file and format exports correctly since 5753760b. diff --git a/development/autotests/reverte

[LyX/master] ctests: invert some of the PDF-comment tests

2015-02-21 Thread Scott Kostyshak
commit 29e96634df320dbed557b8636cbcc1e2d0fae12f Author: Scott Kostyshak skost...@lyx.org Date: Sat Feb 21 13:53:23 2015 -0500 ctests: invert some of the PDF-comment tests Only pdflatex is expected to work reliably. lualatex also appears to compile. diff --git a/development

[LyX/master] ctests: invert some of the PDF-comment tests

2015-02-21 Thread Scott Kostyshak
commit 29e96634df320dbed557b8636cbcc1e2d0fae12f Author: Scott Kostyshak <skost...@lyx.org> Date: Sat Feb 21 13:53:23 2015 -0500 ctests: invert some of the PDF-comment tests Only pdflatex is expected to work reliably. lualatex also appears to compile. diff --git a/devel

[LyX/master] ctests: revert Russian XeLaTeX and LuaLaTeX tests

2015-02-18 Thread Scott Kostyshak
commit 68c6d7943df661fb29640df4704ceef3d0492b3f Author: Scott Kostyshak skost...@lyx.org Date: Wed Feb 18 03:25:33 2015 -0500 ctests: revert Russian XeLaTeX and LuaLaTeX tests These exports (with TeX fonts) have been successful since support for proper font encoding for Russian

[LyX/master] ctests: revert Russian XeLaTeX and LuaLaTeX tests

2015-02-18 Thread Scott Kostyshak
commit 68c6d7943df661fb29640df4704ceef3d0492b3f Author: Scott Kostyshak <skost...@lyx.org> Date: Wed Feb 18 03:25:33 2015 -0500 ctests: revert Russian XeLaTeX and LuaLaTeX tests These exports (with TeX fonts) have been successful since support for proper font en

[LyX/master] Correct the \lyxformat of aastex template

2015-02-17 Thread Scott Kostyshak
commit 02b3a7b35e8cd47a5217641fbf41e17ae07c469a Author: Scott Kostyshak skost...@lyx.org Date: Wed Feb 18 00:15:49 2015 -0500 Correct the \lyxformat of aastex template The current format is 480. Commit 6594289d changed the format in this file to 481, which caused the file

[LyX/master] ctests: invert many of the ja template tests

2015-02-17 Thread Scott Kostyshak
commit a6f7c598cda5c7857e2b716b4b83252153194290 Author: Scott Kostyshak skost...@lyx.org Date: Wed Feb 18 02:35:05 2015 -0500 ctests: invert many of the ja template tests We only expect pdf and pdf3 to pass. This is consistent with other LyX Japanese documents. diff --git

[LyX/master] Correct the \lyxformat of aastex template

2015-02-17 Thread Scott Kostyshak
commit 02b3a7b35e8cd47a5217641fbf41e17ae07c469a Author: Scott Kostyshak <skost...@lyx.org> Date: Wed Feb 18 00:15:49 2015 -0500 Correct the \lyxformat of aastex template The current format is 480. Commit 6594289d changed the format in this file to 481, which caused th

[LyX/master] ctests: invert many of the ja template tests

2015-02-17 Thread Scott Kostyshak
commit a6f7c598cda5c7857e2b716b4b83252153194290 Author: Scott Kostyshak <skost...@lyx.org> Date: Wed Feb 18 02:35:05 2015 -0500 ctests: invert many of the ja template tests We only expect pdf and pdf3 to pass. This is consistent with other LyX Japanese documents. diff

[LyX/master] CREDITS: change --userdir to -userdir

2015-02-10 Thread Scott Kostyshak
commit c924692e5a402d7986d2ace5403d9fa329aca6dc Author: Scott Kostyshak skost...@lyx.org Date: Tue Feb 10 11:58:37 2015 -0500 CREDITS: change --userdir to -userdir diff --git a/lib/CREDITS b/lib/CREDITS index e5140ce..9a4d728 100644 --- a/lib/CREDITS +++ b/lib/CREDITS @@ -497,7 +497,7

[LyX/master] CREDITS: change "--userdir" to "-userdir"

2015-02-10 Thread Scott Kostyshak
commit c924692e5a402d7986d2ace5403d9fa329aca6dc Author: Scott Kostyshak <skost...@lyx.org> Date: Tue Feb 10 11:58:37 2015 -0500 CREDITS: change "--userdir" to "-userdir" diff --git a/lib/CREDITS b/lib/CREDITS index e5140ce..9a4d728 100644 --- a/lib/CREDITS +

[LyX/master] Correct the spelling of occured to occurred

2015-02-09 Thread Scott Kostyshak
commit 36c3495a3aea43e7dcda53eafadcc6592073b17e Author: Scott Kostyshak skost...@lyx.org Date: Mon Feb 9 18:42:35 2015 -0500 Correct the spelling of occured to occurred diff --git a/NEWS b/NEWS index 762f31a..666439e 100644 --- a/NEWS +++ b/NEWS @@ -356,7 +356,7 @@ What's new in version

[LyX/master] Correct the spelling of "occured" to "occurred"

2015-02-09 Thread Scott Kostyshak
commit 36c3495a3aea43e7dcda53eafadcc6592073b17e Author: Scott Kostyshak <skost...@lyx.org> Date: Mon Feb 9 18:42:35 2015 -0500 Correct the spelling of "occured" to "occurred" diff --git a/NEWS b/NEWS index 762f31a..666439e 100644 --- a/NEWS +++ b/NEWS @@ -

[LyX/master] Do not modify the changed() status of rows when no drawing has taken place

2015-02-08 Thread Scott Kostyshak
commit c6f8f51525f711fdb85b4ef3d41cb6ee391bb919 Author: Jean-Marc Lasgouttes lasgout...@lyx.org Date: Fri Jan 30 11:18:04 2015 +0100 Do not modify the changed() status of rows when no drawing has taken place There are several places in the code where a row is painted with drawing

[LyX/master] Typo

2015-02-08 Thread Scott Kostyshak
commit 460976eea8ec8567066bf66a956755091cd90010 Author: Scott Kostyshak skost...@lyx.org Date: Sun Feb 8 16:18:29 2015 -0500 Typo diff --git a/lib/doc/Development.lyx b/lib/doc/Development.lyx index 7427992..260dc6c 100644 --- a/lib/doc/Development.lyx +++ b/lib/doc/Development.lyx

[LyX/master] Revert Do not modify the changed() status of rows when no drawing has taken place

2015-02-08 Thread Scott Kostyshak
commit d81fe084a633188555feea6aab191fe8597e1dc2 Author: Scott Kostyshak skost...@lyx.org Date: Sun Feb 8 16:39:06 2015 -0500 Revert Do not modify the changed() status of rows when no drawing has taken place This reverts commit c6f8f51525f711fdb85b4ef3d41cb6ee391bb919. I

[LyX/master] Do not modify the changed() status of rows when no drawing has taken place

2015-02-08 Thread Scott Kostyshak
commit c6f8f51525f711fdb85b4ef3d41cb6ee391bb919 Author: Jean-Marc Lasgouttes Date: Fri Jan 30 11:18:04 2015 +0100 Do not modify the changed() status of rows when no drawing has taken place There are several places in the code where a row is painted with drawing

[LyX/master] Typo

2015-02-08 Thread Scott Kostyshak
commit 460976eea8ec8567066bf66a956755091cd90010 Author: Scott Kostyshak <skost...@lyx.org> Date: Sun Feb 8 16:18:29 2015 -0500 Typo diff --git a/lib/doc/Development.lyx b/lib/doc/Development.lyx index 7427992..260dc6c 100644 --- a/lib/doc/Development.lyx +++ b/lib/doc/Developme

[LyX/master] Revert "Do not modify the changed() status of rows when no drawing has taken place"

2015-02-08 Thread Scott Kostyshak
commit d81fe084a633188555feea6aab191fe8597e1dc2 Author: Scott Kostyshak <skost...@lyx.org> Date: Sun Feb 8 16:39:06 2015 -0500 Revert "Do not modify the changed() status of rows when no drawing has taken place" This reverts commit c6f8f51525f711fdb85b4ef3

[LyX/master] Remove an item in RELEASE-NOTES that is in 2.1.3

2015-01-21 Thread Scott Kostyshak
commit 48514e49ff71838394452b2d53fe229806b9c639 Author: Scott Kostyshak skost...@lyx.org Date: Wed Jan 21 22:09:57 2015 -0500 Remove an item in RELEASE-NOTES that is in 2.1.3 We put the binding change of C-a in 2.1.x so it is not new in 2.2. diff --git a/RELEASE-NOTES b

[LyX/master] Remove an item in RELEASE-NOTES that is in 2.1.3

2015-01-21 Thread Scott Kostyshak
commit 48514e49ff71838394452b2d53fe229806b9c639 Author: Scott Kostyshak <skost...@lyx.org> Date: Wed Jan 21 22:09:57 2015 -0500 Remove an item in RELEASE-NOTES that is in 2.1.3 We put the binding change of C-a in 2.1.x so it is not new in 2.2. diff --git a/RELEASE-N

[LyX/master] Typo

2015-01-20 Thread Scott Kostyshak
commit 6773042d0cca385f409092924556d935dcd86fc1 Author: Scott Kostyshak skost...@lyx.org Date: Tue Jan 20 22:08:00 2015 -0500 Typo diff --git a/INSTALL b/INSTALL index 2c36846..4d5c0e8 100644 --- a/INSTALL +++ b/INSTALL @@ -274,7 +274,7 @@ you want the object files and executables to go

[LyX/master] Typo

2015-01-20 Thread Scott Kostyshak
commit 6773042d0cca385f409092924556d935dcd86fc1 Author: Scott Kostyshak <skost...@lyx.org> Date: Tue Jan 20 22:08:00 2015 -0500 Typo diff --git a/INSTALL b/INSTALL index 2c36846..4d5c0e8 100644 --- a/INSTALL +++ b/INSTALL @@ -274,7 +274,7 @@ you want the object files and executables

[LyX/master] Whitespace

2014-12-21 Thread Scott Kostyshak
commit 625cea15286f639e7861a22c5354dae258bee3e0 Author: Scott Kostyshak skost...@lyx.org Date: Sun Dec 21 19:01:26 2014 -0500 Whitespace diff --git a/src/insets/InsetCommand.cpp b/src/insets/InsetCommand.cpp index b2fbc69..3cc8f70 100644 --- a/src/insets/InsetCommand.cpp +++ b/src/insets

[LyX/master] Whitespace

2014-12-21 Thread Scott Kostyshak
commit 625cea15286f639e7861a22c5354dae258bee3e0 Author: Scott Kostyshak <skost...@lyx.org> Date: Sun Dec 21 19:01:26 2014 -0500 Whitespace diff --git a/src/insets/InsetCommand.cpp b/src/insets/InsetCommand.cpp index b2fbc69..3cc8f70 100644 --- a/src/insets/InsetCommand.cpp +++ b/src/

[LyX/master] Whitespace

2014-12-20 Thread Scott Kostyshak
commit 6da7ee1be170629aa6647aa8b2d6cf66ea928a9b Author: Scott Kostyshak skost...@lyx.org Date: Sat Dec 20 15:03:40 2014 -0500 Whitespace diff --git a/src/insets/InsetLayout.cpp b/src/insets/InsetLayout.cpp index 98f9775..468b847 100644 --- a/src/insets/InsetLayout.cpp +++ b/src/insets

[LyX/master] Initialize recently added forceownlines_ bool

2014-12-20 Thread Scott Kostyshak
commit 15ae3eb85c5494b4343936108cb3b5b7c53bafe4 Author: Scott Kostyshak skost...@lyx.org Date: Sat Dec 20 15:05:20 2014 -0500 Initialize recently added forceownlines_ bool This adds on to the fix for #8875 (a25569eb). diff --git a/lib/doc/Customization.lyx b/lib/doc

[LyX/master] Whitespace

2014-12-20 Thread Scott Kostyshak
commit 6da7ee1be170629aa6647aa8b2d6cf66ea928a9b Author: Scott Kostyshak <skost...@lyx.org> Date: Sat Dec 20 15:03:40 2014 -0500 Whitespace diff --git a/src/insets/InsetLayout.cpp b/src/insets/InsetLayout.cpp index 98f9775..468b847 100644 --- a/src/insets/InsetLayout.cpp +++ b/src/

[LyX/master] Initialize recently added forceownlines_ bool

2014-12-20 Thread Scott Kostyshak
commit 15ae3eb85c5494b4343936108cb3b5b7c53bafe4 Author: Scott Kostyshak <skost...@lyx.org> Date: Sat Dec 20 15:05:20 2014 -0500 Initialize recently added forceownlines_ bool This adds on to the fix for #8875 (a25569eb). diff --git a/lib/doc/Customization.lyx b/l

[LyX/master] C-a is now bound to inset-select-all

2014-11-20 Thread Scott Kostyshak
commit 4eb4cbb04f975cb94f79519b805a606465c5940a Author: Scott Kostyshak skost...@lyx.org Date: Mon Nov 17 20:14:22 2014 -0500 C-a is now bound to inset-select-all C-M-a is bound to the global select all. The reason for this change is that selecting an inset is a more common

[LyX/master] Clean RELEASE-NOTES for 2.2

2014-11-20 Thread Scott Kostyshak
commit ef71f667c74aaf042532b3d4a50f6be246e592e6 Author: Scott Kostyshak skost...@lyx.org Date: Thu Nov 20 02:25:12 2014 -0500 Clean RELEASE-NOTES for 2.2 I kept the notes on Python 3 incompatibility and the advice to compile with Qt 4.8.x. diff --git a/RELEASE-NOTES b/RELEASE

[LyX/master] Make style of RELEASE-NOTES consistent

2014-11-20 Thread Scott Kostyshak
commit 7a2ebf5604de097385b8d04fa8400c4478d278a9 Author: Scott Kostyshak skost...@lyx.org Date: Thu Nov 20 02:43:55 2014 -0500 Make style of RELEASE-NOTES consistent diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 8cf4e7e..00d57ae 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -20,27

[LyX/master] RELEASE-NOTES: Describe obsoletion of \\rtl

2014-11-20 Thread Scott Kostyshak
commit 0e0746c703b68bf0da9992717a6c6234299f7004 Author: Scott Kostyshak skost...@lyx.org Date: Thu Nov 20 03:17:37 2014 -0500 RELEASE-NOTES: Describe obsoletion of \\rtl diff --git a/RELEASE-NOTES b/RELEASE-NOTES index b510426..e9ea1df 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES

[LyX/master] C-a is now bound to inset-select-all

2014-11-20 Thread Scott Kostyshak
commit 4eb4cbb04f975cb94f79519b805a606465c5940a Author: Scott Kostyshak <skost...@lyx.org> Date: Mon Nov 17 20:14:22 2014 -0500 C-a is now bound to inset-select-all C-M-a is bound to the global "select all". The reason for this change is that selecting an ins

[LyX/master] Clean RELEASE-NOTES for 2.2

2014-11-20 Thread Scott Kostyshak
commit ef71f667c74aaf042532b3d4a50f6be246e592e6 Author: Scott Kostyshak <skost...@lyx.org> Date: Thu Nov 20 02:25:12 2014 -0500 Clean RELEASE-NOTES for 2.2 I kept the notes on Python 3 incompatibility and the advice to compile with Qt 4.8.x. diff --git a/RELEASE-N

[LyX/master] Make style of RELEASE-NOTES consistent

2014-11-20 Thread Scott Kostyshak
commit 7a2ebf5604de097385b8d04fa8400c4478d278a9 Author: Scott Kostyshak <skost...@lyx.org> Date: Thu Nov 20 02:43:55 2014 -0500 Make style of RELEASE-NOTES consistent diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 8cf4e7e..00d57ae 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@

[LyX/master] RELEASE-NOTES: Describe obsoletion of \\rtl

2014-11-20 Thread Scott Kostyshak
commit 0e0746c703b68bf0da9992717a6c6234299f7004 Author: Scott Kostyshak <skost...@lyx.org> Date: Thu Nov 20 03:17:37 2014 -0500 RELEASE-NOTES: Describe obsoletion of \\rtl diff --git a/RELEASE-NOTES b/RELEASE-NOTES index b510426..e9ea1df 100644 --- a/RELEASE-NOTES +++ b/RELEASE

[LyX/master] Do nothing if converting to the same type of Note

2014-11-17 Thread Scott Kostyshak
commit 937a52b64d184c4d9ac69a842fc9a6ed0dcee40b Author: Scott Kostyshak skost...@lyx.org Date: Wed Nov 12 20:31:38 2014 -0500 Do nothing if converting to the same type of Note The advantage is that the buffer will no longer be marked as dirty when converting to the same type

[LyX/master] Do nothing if converting to the same type of Note

2014-11-17 Thread Scott Kostyshak
commit 937a52b64d184c4d9ac69a842fc9a6ed0dcee40b Author: Scott Kostyshak <skost...@lyx.org> Date: Wed Nov 12 20:31:38 2014 -0500 Do nothing if converting to the same type of Note The advantage is that the buffer will no longer be marked as dirty when converting to the sam

[LyX/master] Typo

2014-11-15 Thread Scott Kostyshak
commit 5934827382a4878f10c84b4946bfbb31651c5ecb Author: Scott Kostyshak skost...@lyx.org Date: Sat Nov 15 19:21:13 2014 -0500 Typo diff --git a/lib/templates/letter.lyx b/lib/templates/letter.lyx index 7b2f28e..ae2cfb4 100644 --- a/lib/templates/letter.lyx +++ b/lib/templates/letter.lyx

[LyX/master] Typo

2014-11-15 Thread Scott Kostyshak
commit 5934827382a4878f10c84b4946bfbb31651c5ecb Author: Scott Kostyshak <skost...@lyx.org> Date: Sat Nov 15 19:21:13 2014 -0500 Typo diff --git a/lib/templates/letter.lyx b/lib/templates/letter.lyx index 7b2f28e..ae2cfb4 100644 --- a/lib/templates/letter.lyx +++ b/lib/templates/lett

[LyX/master] Typo

2014-11-11 Thread Scott Kostyshak
commit 95f9bafff2f6387ffcd72fb47eb654d3e5f79b92 Author: Scott Kostyshak skost...@lyx.org Date: Tue Nov 11 22:39:14 2014 -0500 Typo diff --git a/lib/doc/Customization.lyx b/lib/doc/Customization.lyx index f25ca0b..1419957 100644 --- a/lib/doc/Customization.lyx +++ b/lib/doc

[LyX/master] Typo

2014-11-11 Thread Scott Kostyshak
commit 95f9bafff2f6387ffcd72fb47eb654d3e5f79b92 Author: Scott Kostyshak <skost...@lyx.org> Date: Tue Nov 11 22:39:14 2014 -0500 Typo diff --git a/lib/doc/Customization.lyx b/lib/doc/Customization.lyx index f25ca0b..1419957 100644 --- a/lib/doc/Customization.lyx +++ b/l

[LyX/master] No space after inline math for text export (#9282)

2014-10-15 Thread Scott Kostyshak
commit 5636906aee2b9fd74d0016d4e56536c749eb2a02 Author: Scott Kostyshak skost...@lyx.org Date: Thu Oct 2 01:51:24 2014 -0400 No space after inline math for text export (#9282) This extra space was the result of the fix for #6094 (at 7e624928). diff --git a/src/Paragraph.cpp b

[LyX/master] Remove line in text export of inline math (#9282)

2014-10-15 Thread Scott Kostyshak
commit 3b96c6e901904cb7d5e1c13e76b84541d090075a Author: Scott Kostyshak skost...@lyx.org Date: Thu Oct 2 01:29:00 2014 -0400 Remove line in text export of inline math (#9282) If there is only one row, a new line should not be appended. If there is more than one row, the new

[LyX/master] No space after inline math for text export (#9282)

2014-10-15 Thread Scott Kostyshak
commit 5636906aee2b9fd74d0016d4e56536c749eb2a02 Author: Scott Kostyshak <skost...@lyx.org> Date: Thu Oct 2 01:51:24 2014 -0400 No space after inline math for text export (#9282) This extra space was the result of the fix for #6094 (at 7e624928). diff --git a/src/Paragra

[LyX/master] Remove line in text export of inline math (#9282)

2014-10-15 Thread Scott Kostyshak
commit 3b96c6e901904cb7d5e1c13e76b84541d090075a Author: Scott Kostyshak <skost...@lyx.org> Date: Thu Oct 2 01:29:00 2014 -0400 Remove line in text export of inline math (#9282) If there is only one row, a new line should not be appended. If there is more than one row, t

[LyX/2.1.x] Reset status file after 2.1.2 release

2014-09-26 Thread Scott Kostyshak
commit 427d0ef390088c9f308ab85053108b2f4a898409 Author: Scott Kostyshak skost...@lyx.org Date: Fri Sep 26 22:34:01 2014 -0400 Reset status file after 2.1.2 release diff --git a/status.21x b/status.21x index 01e7ab8..10841f2 100644 --- a/status.21x +++ b/status.21x @@ -1,6 +1,6 @@ -*- text

[LyX/2.1.x] Fix alignment rendering of multirow in LyX (#8976)

2014-09-26 Thread Scott Kostyshak
commit 2cc0de8b8b80758d7d75c56cff6556928b114670 Author: Scott Kostyshak skost...@princeton.edu Date: Thu Feb 13 21:17:20 2014 -0500 Fix alignment rendering of multirow in LyX (#8976) Multirow cells now have the same alignment rendering in LyX as in the output. The alignment

[LyX/2.1.x] Reset status file after 2.1.2 release

2014-09-26 Thread Scott Kostyshak
commit 427d0ef390088c9f308ab85053108b2f4a898409 Author: Scott Kostyshak <skost...@lyx.org> Date: Fri Sep 26 22:34:01 2014 -0400 Reset status file after 2.1.2 release diff --git a/status.21x b/status.21x index 01e7ab8..10841f2 100644 --- a/status.21x +++ b/status.21x @@ -1,

[LyX/2.1.x] Fix alignment rendering of multirow in LyX (#8976)

2014-09-26 Thread Scott Kostyshak
commit 2cc0de8b8b80758d7d75c56cff6556928b114670 Author: Scott Kostyshak <skost...@princeton.edu> Date: Thu Feb 13 21:17:20 2014 -0500 Fix alignment rendering of multirow in LyX (#8976) Multirow cells now have the same alignment rendering in LyX as in the output. The ali

[LyX/master] Insert menu accelerator 'x' now goes to box menu

2014-08-22 Thread Scott Kostyshak
commit f63146c0198bc9f2598d236bf69769deb905b028 Author: Scott Kostyshak skost...@lyx.org Date: Wed Aug 6 03:36:31 2014 -0400 Insert menu accelerator 'x' now goes to box menu Before, 'x' would go to TeX Code but that already has a shortcut in the common bind files

[LyX/master] Insert menu accelerator 'x' now goes to box menu

2014-08-22 Thread Scott Kostyshak
commit f63146c0198bc9f2598d236bf69769deb905b028 Author: Scott Kostyshak <skost...@lyx.org> Date: Wed Aug 6 03:36:31 2014 -0400 Insert menu accelerator 'x' now goes to box menu Before, 'x' would go to "TeX Code" but that already has a shortcut in the c

[LyX/master] Revert Clear empty selections in GuiView after dispatch

2014-08-03 Thread Scott Kostyshak
commit 453ce611919ff66d8b00bda9a9dcc32f4d38a843 Author: Scott Kostyshak skost...@lyx.org Date: Sun Aug 3 18:37:45 2014 -0400 Revert Clear empty selections in GuiView after dispatch This reverts commit fb05011ad0db2e2c5e557d91f398970d75cf8d15, which lead to various menu-related

[LyX/master] Revert "Clear empty selections in GuiView after dispatch"

2014-08-03 Thread Scott Kostyshak
commit 453ce611919ff66d8b00bda9a9dcc32f4d38a843 Author: Scott Kostyshak <skost...@lyx.org> Date: Sun Aug 3 18:37:45 2014 -0400 Revert "Clear empty selections in GuiView after dispatch" This reverts commit fb05011ad0db2e2c5e557d91f398970d75cf8d15, which lead

[LyX/master] Revert AGUTeX template/layout: support the new cls name

2014-07-29 Thread Scott Kostyshak
commit e9c1a1943b167035511d35c10bc06ed68a7f21f9 Author: Scott Kostyshak skost...@lyx.org Date: Tue Jul 29 15:46:16 2014 -0400 Revert AGUTeX template/layout: support the new cls name This reverts commit cde8707 and changes AGUTeX back to agutex. The maintainer has changed

[LyX/master] Revert "AGUTeX template/layout: support the new cls name"

2014-07-29 Thread Scott Kostyshak
commit e9c1a1943b167035511d35c10bc06ed68a7f21f9 Author: Scott Kostyshak <skost...@lyx.org> Date: Tue Jul 29 15:46:16 2014 -0400 Revert "AGUTeX template/layout: support the new cls name" This reverts commit cde8707 and changes "AGUTeX" back to "

[LyX/master] Clear empty selections in GuiView after dispatch

2014-07-28 Thread Scott Kostyshak
commit fb05011ad0db2e2c5e557d91f398970d75cf8d15 Author: Scott Kostyshak skost...@lyx.org Date: Wed Jun 25 16:50:31 2014 -0400 Clear empty selections in GuiView after dispatch Empty selections can cause confusing behavior for a few reasons: (1) some functions behave

[LyX/master] Disable branches insert menu if read only

2014-07-28 Thread Scott Kostyshak
commit 48436186558b8a8610a3ba88468d05799d0df01c Author: Scott Kostyshak skost...@lyx.org Date: Wed Feb 19 16:58:31 2014 -0500 Disable branches insert menu if read only diff --git a/src/frontends/qt4/Menus.cpp b/src/frontends/qt4/Menus.cpp index eaf9f24..5a901d8 100644 --- a/src/frontends

[LyX/master] Submenus now expand even if all items are disabled

2014-07-28 Thread Scott Kostyshak
commit d449e7e64e1f074fcd9621f3675796cbac9d2656 Author: Scott Kostyshak skost...@lyx.org Date: Fri Feb 21 10:26:36 2014 -0500 Submenus now expand even if all items are disabled As stated in the Apple HIG[1] (via JMarc): Ensure that a submenu’s title is undimmed even when

[LyX/master] Disable custom insets insert menu if read only

2014-07-28 Thread Scott Kostyshak
commit 0bf61a48c0077121dc07d5ac1cfc090213409cf0 Author: Scott Kostyshak skost...@lyx.org Date: Wed Feb 19 16:58:29 2014 -0500 Disable custom insets insert menu if read only Before, if a document was read only and had no custom insets defined, the submenu would be enabled. diff

[LyX/master] Clear empty selections in GuiView after dispatch

2014-07-28 Thread Scott Kostyshak
commit fb05011ad0db2e2c5e557d91f398970d75cf8d15 Author: Scott Kostyshak <skost...@lyx.org> Date: Wed Jun 25 16:50:31 2014 -0400 Clear empty selections in GuiView after dispatch Empty selections can cause confusing behavior for a few reasons: (1) some functions

[LyX/master] Disable branches insert menu if read only

2014-07-28 Thread Scott Kostyshak
commit 48436186558b8a8610a3ba88468d05799d0df01c Author: Scott Kostyshak <skost...@lyx.org> Date: Wed Feb 19 16:58:31 2014 -0500 Disable branches insert menu if read only diff --git a/src/frontends/qt4/Menus.cpp b/src/frontends/qt4/Menus.cpp index eaf9f24..5a901d8 100644 --- a/src/fro

[LyX/master] Submenus now expand even if all items are disabled

2014-07-28 Thread Scott Kostyshak
commit d449e7e64e1f074fcd9621f3675796cbac9d2656 Author: Scott Kostyshak <skost...@lyx.org> Date: Fri Feb 21 10:26:36 2014 -0500 Submenus now expand even if all items are disabled As stated in the Apple HIG[1] (via JMarc): Ensure that a submenu’s title is undimme

[LyX/master] Disable custom insets insert menu if read only

2014-07-28 Thread Scott Kostyshak
commit 0bf61a48c0077121dc07d5ac1cfc090213409cf0 Author: Scott Kostyshak <skost...@lyx.org> Date: Wed Feb 19 16:58:29 2014 -0500 Disable custom insets insert menu if read only Before, if a document was read only and had no custom insets defined, the submenu would be e

[LyX/2.1.x] Backport 'select word on double click at boundary'

2014-07-26 Thread Scott Kostyshak
commit 63f980bc040581d6ac0f25a8521978afae1ed316 Author: Scott Kostyshak skost...@lyx.org Date: Fri Jun 13 09:43:26 2014 -0400 Backport 'select word on double click at boundary' Now when double clicking on a boundary of a word, the word is selected. This also causes single

[LyX/2.1.x] Backport 'select word on double click at boundary'

2014-07-26 Thread Scott Kostyshak
commit 63f980bc040581d6ac0f25a8521978afae1ed316 Author: Scott Kostyshak <skost...@lyx.org> Date: Fri Jun 13 09:43:26 2014 -0400 Backport 'select word on double click at boundary' Now when double clicking on a boundary of a word, the word is selected. This also causes

[LyX/master] ctests: un-invert some tests after updates

2014-07-01 Thread Scott Kostyshak
commit 0ce8bee57f1f26edb6f629fb3738d7b1e1b0a55c Author: Scott Kostyshak skost...@lyx.org Date: Tue Jul 1 21:14:29 2014 -0400 ctests: un-invert some tests after updates David Carlisle fixed some EuropeCV issues and other updates on TeX Live 2014 fixed a few more exports. diff

[LyX/master] ctests: un-invert some tests after updates

2014-07-01 Thread Scott Kostyshak
commit 0ce8bee57f1f26edb6f629fb3738d7b1e1b0a55c Author: Scott Kostyshak <skost...@lyx.org> Date: Tue Jul 1 21:14:29 2014 -0400 ctests: un-invert some tests after updates David Carlisle fixed some EuropeCV issues and other updates on TeX Live 2014 fixed a few more exports.

[LyX/master] Restore compilation of AEA template for TeX Live

2014-06-27 Thread Scott Kostyshak
commit bb250e4d9528b414311b440c68d7eed7a87bce04 Author: Scott Kostyshak skost...@lyx.org Date: Fri Jun 27 22:38:48 2014 -0400 Restore compilation of AEA template for TeX Live After the previous change this document failed to compile under TeX Live 2013 and 2014. By using

[LyX/master] AEA.lyx: update format

2014-06-27 Thread Scott Kostyshak
commit e76707d9d5d0492e61e4f8e66849e0b4a6f7403f Author: Scott Kostyshak skost...@lyx.org Date: Fri Jun 27 22:34:46 2014 -0400 AEA.lyx: update format diff --git a/lib/templates/AEA.lyx b/lib/templates/AEA.lyx index 7c19909..c96a189 100644 --- a/lib/templates/AEA.lyx +++ b/lib/templates

[LyX/master] Restore compilation of AEA template for TeX Live

2014-06-27 Thread Scott Kostyshak
commit bb250e4d9528b414311b440c68d7eed7a87bce04 Author: Scott Kostyshak <skost...@lyx.org> Date: Fri Jun 27 22:38:48 2014 -0400 Restore compilation of AEA template for TeX Live After the previous change this document failed to compile under TeX Live 2013 and 2014. By

<    5   6   7   8   9   10   11   12   13   14   >