[LyX/2.2-staging] Avoids const_cast in configure_command by using mutable

2014-03-22 Thread Benjamin Piwowarski
commit 4d778f2b728bee9a34909dbca4d1d479de18f9c2 Author: Benjamin Piwowarski Date: Fri Mar 21 18:38:09 2014 +0100 Avoids const_cast in configure_command by using mutable diff --git a/src/support/Package.cpp b/src/support/Package.cpp index f5ee5d5..b4b0e14 100644 --- a/src/support/Package.cp

[LyX/2.0.x] Avoids const_cast in configure_command by using mutable

2014-03-22 Thread Benjamin Piwowarski
commit bfb6d68447eda7a547d525e5da3aa510ce8ab08d Author: Benjamin Piwowarski Date: Fri Mar 21 18:38:09 2014 +0100 Avoids const_cast in configure_command by using mutable diff --git a/src/support/Package.cpp b/src/support/Package.cpp index e8bef81..442351a 100644 --- a/src/support/Package.cp

[LyX/2.0.x] Fix problem with python and change of PATH

2014-03-22 Thread Benjamin Piwowarski
commit 0fc6cfcdcb78e537b183767474bcdea094fd9f0d Author: Benjamin Piwowarski Date: Fri Mar 14 11:48:40 2014 +0100 Fix problem with python and change of PATH - waits that lyxrc has been read before finding python - when the PATH changes, resets the value diff --git a/src/LyXRC.c

[LyX/2.2-staging] Focus on buffer after section select in Outliner

2014-03-22 Thread Scott Kostyshak
commit 87e2af90ec51ebed875e81d8d9f8691a629298ef Author: Scott Kostyshak Date: Fri Mar 21 19:34:46 2014 -0400 Focus on buffer after section select in Outliner diff --git a/src/frontends/qt4/TocWidget.cpp b/src/frontends/qt4/TocWidget.cpp index 2069035..83ac1bf 100644 --- a/src/frontends/qt4

[LyX/2.2-staging] InsetListings: Rewrite C-ism in C++ and fix terminator bug.

2014-03-22 Thread Juergen Spitzmueller
commit d8a80c1cc35008b9b55655c16936811d5086 Author: Juergen Spitzmueller Date: Sat Mar 22 12:02:21 2014 +0100 InsetListings: Rewrite C-ism in C++ and fix terminator bug. The rewriting is completely done by JMarc. The terminator bug fix has been added to that by me. Fi

[LyX/2.2-staging] Fix assertion when ChkTeX hit math.

2014-03-22 Thread Juergen Spitzmueller
commit b732ff3e43cef0ea748cefbbf426c91ecd9e66a7 Author: Juergen Spitzmueller Date: Sat Mar 22 12:09:18 2014 +0100 Fix assertion when ChkTeX hit math. The problem here was that we used texted-only methods (via paragraph()), which triggered the assertion as soon as we were inside ma

[LyX/2.2-staging] style

2014-03-22 Thread Juergen Spitzmueller
commit 9bd5ab4c27bbd7a4359a505355af6a90d542b516 Author: Juergen Spitzmueller Date: Sat Mar 22 12:22:41 2014 +0100 style diff --git a/src/BufferView.cpp b/src/BufferView.cpp index ab5501c..2d3df5f 100644 --- a/src/BufferView.cpp +++ b/src/BufferView.cpp @@ -2499,7 +2499,7 @@ void BufferView

[LyX/2.2-staging] ulem commands can be nested.

2014-03-22 Thread Juergen Spitzmueller
commit 299574c185d698d90548eb72118346a6d6ad1db1 Author: Juergen Spitzmueller Date: Sat Mar 22 12:25:25 2014 +0100 ulem commands can be nested. diff --git a/src/Font.cpp b/src/Font.cpp index a155ec5..7e8b3f4 100644 --- a/src/Font.cpp +++ b/src/Font.cpp @@ -418,22 +418,22 @@ int Font::latexW

[LyX/2.2-staging] \lyxdeleted uses an ulem command.

2014-03-22 Thread Juergen Spitzmueller
commit 3d7833248bb68f83867110f59b7183369adc5799 Author: Juergen Spitzmueller Date: Sat Mar 22 12:27:46 2014 +0100 \lyxdeleted uses an ulem command. Therefore we need to put \cite and \ref into \mboxes, as in our native ulem commands. Fixes: #8806. diff --git a/src/Change

[LyX/2.1.1-staging] New status file.

2014-03-22 Thread Richard Heck
commit 1c649ce37635d44048a44c73116451ecbaa5f140 Author: Richard Heck Date: Sat Mar 22 17:55:33 2014 -0400 New status file. diff --git a/status.21x b/status.21x new file mode 100644 index 000..f829ec2 --- /dev/null +++ b/status.21x @@ -0,0 +1,79 @@ +-*- text -*- + +This file describes w

[LyX/2.1.1-staging] Return an error if LaTeX is unable to compile the file. (cherry picked from commit 74ba63293becb647ddc2de95c320ce93d17f6068)

2014-03-22 Thread Richard Heck
commit 755b3131b0295060f39c96e886669f2d6621b9cf Author: Richard Heck Date: Wed Mar 19 12:42:57 2014 -0400 Return an error if LaTeX is unable to compile the file. (cherry picked from commit 74ba63293becb647ddc2de95c320ce93d17f6068) diff --git a/lib/scripts/legacy_lyxpreview2ppm.py b/li

[LyX/2.1.1-staging] Draw a small red frame around preview images that are too small. (cherry picked from commit 1bb7c3baafb636eb02c09ee651b4f7b7a5836b04)

2014-03-22 Thread Richard Heck
commit 3da5fe4413f9b4ce091532140da9dffd29f62a4a Author: Richard Heck Date: Wed Mar 19 12:43:21 2014 -0400 Draw a small red frame around preview images that are too small. (cherry picked from commit 1bb7c3baafb636eb02c09ee651b4f7b7a5836b04) diff --git a/src/mathed/InsetMathHull.cpp b/sr

[LyX/2.2-staging] Patch from Enrico fixing a problem with the lyxpak.py script when "Add Bibliography to TOC" is used. Fixes #9044.

2014-03-22 Thread Richard Heck
commit 1fe2910774b5f1d673e3f85349c8d360023214db Author: Richard Heck Date: Sat Mar 22 20:19:17 2014 -0400 Patch from Enrico fixing a problem with the lyxpak.py script when "Add Bibliography to TOC" is used. Fixes #9044. diff --git a/lib/scripts/lyxpak.py b/lib/scripts/lyxpak.py index f

[LyX/2.1.1-staging] Patch from Enrico fixing a problem with the lyxpak.py script when "Add Bibliography to TOC" is used. Fixes #9044. (cherry picked from commit 1fe2910774b5f1d673e3f85349c8d360023214d

2014-03-22 Thread Richard Heck
commit 1c637181114bab913727ee922db2ac64d9acf7e5 Author: Richard Heck Date: Sat Mar 22 20:19:17 2014 -0400 Patch from Enrico fixing a problem with the lyxpak.py script when "Add Bibliography to TOC" is used. Fixes #9044. (cherry picked from commit 1fe2910774b5f1d673e3f85349c8d3600232

[LyX/2.0.x] Patch from Enrico fixing a problem with the lyxpak.py script when "Add Bibliography to TOC" is used. Fixes #9044. (cherry picked from commit 1fe2910774b5f1d673e3f85349c8d360023214db)

2014-03-22 Thread Richard Heck
commit e60af4e98af1fe0ba51bd7a312e02b05201cd784 Author: Richard Heck Date: Sat Mar 22 20:19:17 2014 -0400 Patch from Enrico fixing a problem with the lyxpak.py script when "Add Bibliography to TOC" is used. Fixes #9044. (cherry picked from commit 1fe2910774b5f1d673e3f85349c8d3600232

[LyX/2.2-staging] Revert "Tooltip for completion word length."

2014-03-22 Thread Richard Heck
commit 4067403c851dd9189af39c34097eb19844b77d3c Author: Richard Heck Date: Sat Mar 22 21:21:59 2014 -0400 Revert "Tooltip for completion word length." This reverts commit 2aadcec1fc9ae784e6029b56790753ce82b9f055. Conflicts: src/frontends/qt4/ui/PrefCompletionUi.ui

[LyX/2.1.1-staging] Japanese doc files: update form Koji for LyX 2.1

2014-03-22 Thread Uwe Stöhr
commit 8ae79cb57dcb917ac7c71e6f69389e7ad7bee80c Author: Uwe Stöhr Date: Sun Mar 23 02:53:39 2014 +0100 Japanese doc files: update form Koji for LyX 2.1 diff --git a/lib/doc/Makefile.am b/lib/doc/Makefile.am index 79c448a..f628e01 100644 --- a/lib/doc/Makefile.am +++ b/lib/doc/Makefile.am @

[LyX/2.1.1-staging] PrefCompletionUi.ui: change label and add tooltip for word length settings

2014-03-22 Thread Uwe Stöhr
commit 1a13795094436e83ed5a3b3194d51226b5060ce1 Author: Uwe Stöhr Date: Sun Mar 23 02:59:06 2014 +0100 PrefCompletionUi.ui: change label and add tooltip for word length settings as discussed on the list with Richard diff --git a/src/frontends/qt4/ui/PrefCompletionUi.ui b/src/fron

[LyX/2.1.1-staging] EmbeddedObjects.lyx, UserGuide.lyx: describe feature to move table rows/columns

2014-03-22 Thread Uwe Stöhr
commit 6f6535e242e97dfd319bc79528b8910875a211aa Author: Uwe Stöhr Date: Sun Mar 23 05:23:15 2014 +0100 EmbeddedObjects.lyx, UserGuide.lyx: describe feature to move table rows/columns the Japanese docs will be updated later because Koji is currently working on it diff --git a/lib

[LyX/2.1.1-staging] forgot to add these images in [[8ae79cb5/lyxgit]]

2014-03-22 Thread Uwe Stöhr
commit f630436bc559d9226512177edc89203bf7ef0070 Author: Uwe Stöhr Date: Sun Mar 23 05:34:51 2014 +0100 forgot to add these images in [[8ae79cb5/lyxgit]] diff --git a/lib/doc/ja/clipart/BoxInsetDefaultQt4.png b/lib/doc/ja/clipart/BoxInsetDefaultQt4.png new file mode 100644 index 000..4

[LyX/2.2-staging] Japanese doc image files: update form Koji

2014-03-22 Thread Uwe Stöhr
commit 54824a495df51a3685e20957e7d347b2ec259f61 Author: Uwe Stöhr Date: Sun Mar 23 05:38:06 2014 +0100 Japanese doc image files: update form Koji partly ported from 2.1.1-staging the rest follows later diff --git a/lib/doc/Makefile.am b/lib/doc/Makefile.am index 79c448a..f628e01 1