[LyX/master] Fix #8338.

2018-04-20 Thread Richard Heck
commit 2477493cf5641c9e6ccb4c1b52548a0e9b104ea0 Author: Richard Heck <rikih...@lyx.org> Date: Wed Apr 18 23:03:24 2018 -0400 Fix #8338. The idea here is to force commands to be run syncrhonously when they are launched via "command-sequence" or "repeat"

[LyX/master] Fix for #10624.

2018-04-20 Thread Richard Heck
commit dd2efe8d0d1fb7070c4fa0cbcb52f15a48bec33b Author: Richard Heck <rgh...@lyx.org> Date: Sat Apr 15 22:47:11 2017 -0400 Fix for #10624. If we're in the first paragraph after a division (section, etc), use the prefix for it. --- src/Text.cpp

[LyX/master] Fix #6344.

2018-04-20 Thread Richard Heck
commit 83356ab9fed1b6ab24d129486ab8e3c7dfd6ea4a Author: Richard Heck <rgh...@lyx.org> Date: Sat Jun 25 01:39:59 2016 -0400 Fix #6344. For some reason, special code was added for LFUN_INDEX_INSERT when it was not actually needed. So just delete it. --- src/Text3.cpp

[LyX/2.3.x] Fix bug #11118.

2018-04-18 Thread Richard Heck
commit 12c196755b708d344f113204cbc120981dccabbc Author: Richard Heck <rikih...@lyx.org> Date: Thu Apr 19 00:09:41 2018 -0400 Fix bug #8. Adds LFUN_MASTER_BUFFER_EXPORT. (cherry picked from commit c4c7053d1d1cfc0b430b6565448e5b9fcacc60be) --- src/Func

[LyX/master] Fix bug #11118.

2018-04-18 Thread Richard Heck
commit c4c7053d1d1cfc0b430b6565448e5b9fcacc60be Author: Richard Heck <rikih...@lyx.org> Date: Thu Apr 19 00:09:41 2018 -0400 Fix bug #8. Adds LFUN_MASTER_BUFFER_EXPORT. --- src/FuncCode.h|1 + src/LyXAction.cpp | 19 ++

[LyX/master] Formatting.

2018-04-18 Thread Richard Heck
commit 02e6a5ea19cd863ecfa7aaaef5b377b4e80765d8 Author: Richard Heck <rikih...@lyx.org> Date: Wed Apr 18 22:42:44 2018 -0400 Formatting. --- src/frontends/qt4/GuiView.cpp | 12 1 files changed, 8 insertions(+), 4 deletions(-) diff --git a/src/frontends/qt4/GuiView.cpp

[LyX/master] Formatting.

2018-04-18 Thread Richard Heck
commit 87ce2586278036f303e26a91348b65233bcbf8b6 Author: Richard Heck <rikih...@lyx.org> Date: Wed Apr 18 22:33:55 2018 -0400 Formatting. --- src/frontends/qt4/GuiView.cpp | 21 ++--- 1 files changed, 14 insertions(+), 7 deletions(-) diff --git a/src/fronten

[LyX/2.3.x] Reorder status.

2018-04-16 Thread Richard Heck
commit 33e1ead22f322ccf89c3ed5618927adc78bb1eaa Author: Richard Heck <rikih...@lyx.org> Date: Mon Apr 16 23:29:07 2018 -0400 Reorder status. --- status.23x |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/status.23x b/status.23x index 94c311d..1662e82

[LyX/2.3.x] Fix bug #11084.

2018-04-16 Thread Richard Heck
commit b567ef36bb9dc61b884012669db48ac08c4c45a8 Author: Richard Kimberly Heck Date: Wed Mar 21 23:08:12 2018 -0400 Fix bug #11084. Allow unicode-insert to accept a sequence of codepoints. (cherry picked from commits 83b1ac3b, f7d502d0, and a714f6cb) ---

[LyX/2.3.x] Fix bug #9847.

2018-04-16 Thread Richard Heck
commit 955199fe8ce9d9ddce6256be1a9749753de32555 Author: Richard Heck <rgh...@lyx.org> Date: Wed Oct 18 12:26:35 2017 -0400 Fix bug #9847. Spaces are, amazingly, allowed at the end of bibliography keys. So we introduce a new parameter allowing getVectorFromString not t

[LyX/master] Use FuncRequest::getArg instead of splitting the argument ourselves.

2018-04-16 Thread Richard Heck
commit f7d502d02435bac8769ecefc5a1b84bfc4aed200 Author: Richard Heck <rikih...@lyx.org> Date: Mon Apr 16 22:32:04 2018 -0400 Use FuncRequest::getArg instead of splitting the argument ourselves. --- src/Text3.cpp| 11 +++ src/mathed/InsetMathNest.cpp

[LyX/master] Move LFUN_UNICODE_INSERT to BufferView, per JMarc's suggestion.

2018-04-16 Thread Richard Heck
commit a714f6cb76a37c73cad44a402196f67536e889f5 Author: Richard Heck <rikih...@lyx.org> Date: Mon Apr 16 22:49:06 2018 -0400 Move LFUN_UNICODE_INSERT to BufferView, per JMarc's suggestion. --- src/BufferView.cpp | 28 src/Tex

[LyX/master] Alphabetize

2018-04-16 Thread Richard Heck
commit d8a1132e3408599c4f0f83c41dbfe302d564e7b4 Author: Richard Heck <rikih...@lyx.org> Date: Mon Apr 16 21:25:19 2018 -0400 Alphabetize --- src/LyXAction.cpp | 21 +++-- 1 files changed, 11 insertions(+), 10 deletions(-) diff --git a/src/LyXAction.cpp

[LyX/2.3.x] Fix bug #11055.

2018-04-14 Thread Richard Heck
commit 5a9bf601668c1fcb43edb59b1672602a87ff10e2 Author: Richard Heck <rgh...@lyx.org> Date: Sun Jan 28 23:33:45 2018 -0500 Fix bug #11055. See also https://marc.info/?l=lyx-devel=151709211602688=2. (cherry picked from commit d3ee87eea282ca6e8f0a78bc6a0e27b4f0

[LyX/2.3.x] amend cfce0ac0

2018-04-14 Thread Richard Heck
commit 9c1ac5e6d9a2e18656212d8a2b54b9d12a47c6c9 Author: Juergen Spitzmueller Date: Thu Mar 22 23:37:19 2018 +0100 amend cfce0ac0 (cherry picked from commit 6415d986ba32373d3c3915ec77473dfa2e2b7ad3) --- src/Buffer.cpp |6 ++ 1 files changed, 6 insertions(+),

[LyX/2.3.x] Attempt to fix bug 9158 using updateBuffer.

2018-04-14 Thread Richard Heck
commit fe246160603786a9d299755d88eabd3d7ce5439e Author: Richard Heck <rgh...@lyx.org> Date: Sat Nov 4 21:23:25 2017 -0400 Attempt to fix bug 9158 using updateBuffer. Along the lines suggested by JMarc, we now collect the list of bibfiles in use in the updateBuffer ro

[LyX/2.3.x] Prevent that a full source preview of a child clears the master's bibfiles cache.

2018-04-14 Thread Richard Heck
commit 4ce9e61ab137706de57a856fab3b5f9af237e5a4 Author: Juergen Spitzmueller Date: Tue Mar 27 14:29:25 2018 +0200 Prevent that a full source preview of a child clears the master's bibfiles cache. See #9158 (cherry picked from commit

[LyX/2.3.x] Status for last two commits.

2018-04-14 Thread Richard Heck
commit 1696d26b207c8a361f15ea02c44497caa43d6864 Author: Richard Heck <rgh...@lyx.org> Date: Sun Apr 1 22:19:55 2018 -0400 Status for last two commits. --- status.23x |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/status.23x b/status.23x index f79f860..4

[LyX/2.3.x] Clean up status.23x

2018-04-14 Thread Richard Heck
commit dc2c1b943dd2f19b9314e7f89c20933e4ea00202 Author: Richard Heck <rgh...@lyx.org> Date: Sun Apr 15 00:01:11 2018 -0400 Clean up status.23x --- status.23x |5 - 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/status.23x b/status.23x index 6f5cec8..903ce7e

[LyX/2.3.x] Consider sub-subfiles on log file parsing.

2018-04-14 Thread Richard Heck
commit e4a3527fa94b263dada55ea50334e895580c6bf7 Author: Juergen Spitzmueller Date: Sat Apr 14 14:33:21 2018 +0200 Consider sub-subfiles on log file parsing. These are listed as (subfile.ext (sub-subfile.ext)) Fixes: #2 (cherry picked from commit

[LyX/2.3.x] Set preamble tab stop to 4 chars.

2018-04-14 Thread Richard Heck
commit d1fa6f10e595643c7a4220654c6eaee9d8920251 Author: Richard Heck <rgh...@lyx.org> Date: Sun Apr 1 22:18:37 2018 -0400 Set preamble tab stop to 4 chars. --- src/frontends/qt4/GuiDocument.cpp |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/src/fronten

[LyX/2.3.x] tex2lyx: parse \xymatrix

2018-04-14 Thread Richard Heck
commit c690e8880b0f889a6b123c8d762a1f0e4da54707 Author: Uwe Stöhr Date: Fri Mar 9 04:53:33 2018 +0100 tex2lyx: parse \xymatrix LyX's \xymatrix support relies on math therefore put it into math and parse its content fixes bug #10638 (cherry

[LyX/2.3.x] Merge branch '2.3.2-staging' into 2.3.x

2018-04-14 Thread Richard Heck
commit bcb002039b1a0e4893f18a032e02b6f6368924f9 Merge: 156cfe5 10335b9 Author: Richard Heck <rgh...@lyx.org> Date: Sat Apr 14 23:52:31 2018 -0400 Merge branch '2.3.2-staging' into 2.3.x 3rdparty/hunspell/Makefile.am |2 +- I

[LyX/2.3.x] Fix bug #11102.

2018-04-14 Thread Richard Heck
commit 935442aaba08136fa5bd8c7407c46951d0e9d084 Author: Richard Heck <rgh...@lyx.org> Date: Tue Apr 3 18:38:46 2018 -0400 Fix bug #11102. Ignore deleted material when generating a proposed label. (cherry picked from commit d9ebf6e2c75eca0f192fef0b7d822644e3b62e64) --

[LyX/2.3.x] Fix bug 11099.

2018-04-14 Thread Richard Heck
commit 2bb9d495276b43db58c0eb1783df0cd47eac164b Author: Richard Heck <rgh...@lyx.org> Date: Sun Apr 1 22:18:04 2018 -0400 Fix bug 11099. Adds simple search/find functionality to preamble. --- src/frontends/qt4/GuiDocument.cpp | 23 +++ src/fronten

[LyX/2.3.x] Respect "literal" setting when entering citation via LyX server.

2018-04-14 Thread Richard Heck
commit 04e8526460fb26c933fc6e40ea37b96a8f17f1ee Author: Richard Heck <rgh...@lyx.org> Date: Thu Feb 22 15:24:28 2018 -0500 Respect "literal" setting when entering citation via LyX server. This requires moving the bool that tracks this somewhere that it

[LyX/2.3.x] Fix bug #10817.

2018-04-14 Thread Richard Heck
commit 797babd46299ac9e9d68a34d3621f83dbc5bc16e Author: Richard Heck <rgh...@lyx.org> Date: Thu Feb 22 15:40:05 2018 -0500 Fix bug #10817. Respect 'literal' setting when calculating longest bibitem. (cherry picked from commit 224e56c935074729b39aa59994d3e42031

[LyX/2.3.x] Fix bugs #10897 and #10912.

2018-04-14 Thread Richard Heck
commit 156cfe595177f48aafe799de6833da16ccce Author: Richard Heck <rgh...@lyx.org> Date: Thu Feb 22 00:55:10 2018 -0500 Fix bugs #10897 and #10912. --- src/CutAndPaste.cpp | 12 ++-- src/insets/InsetCitation.cpp | 16 src/insets/InsetCita

[LyX/2.3.x] Do not show master's errors if compiling child

2018-04-14 Thread Richard Heck
commit c19fd610b924caa8dc94a8ec9f95aa03b42c09c8 Author: Scott Kostyshak Date: Sat Apr 7 17:11:33 2018 -0400 Do not show master's errors if compiling child If a master document is compiled and has errors, and then a child is compiled without error, the errors

[LyX/2.3.x] Fix invalid octal number

2018-04-14 Thread Richard Heck
commit 86c003001dc396ba385575bb494b655a12dd8fb9 Author: Jean-Marc Lasgouttes Date: Thu Apr 12 10:48:50 2018 +0200 Fix invalid octal number (cherry picked from commit 6cffd468e0b6421643007dc9086bc499c6d7cdad) --- src/Format.cpp |2 +- status.23x |2

[LyX/master] Typo.

2018-04-14 Thread Richard Heck
commit 52d7322d926a1495811aba4540e3c5f56306e98c Author: Richard Heck <rgh...@lyx.org> Date: Sat Apr 14 20:08:40 2018 -0400 Typo. --- src/LyXAction.cpp |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/LyXAction.cpp b/src/LyXAction.cpp index f1450f6..7

[LyX/2.3.2-staging] tex2lyx: parse \xymatrix

2018-04-06 Thread Richard Heck
commit c690e8880b0f889a6b123c8d762a1f0e4da54707 Author: Uwe Stöhr Date: Fri Mar 9 04:53:33 2018 +0100 tex2lyx: parse \xymatrix LyX's \xymatrix support relies on math therefore put it into math and parse its content fixes bug #10638 (cherry

[LyX/2.3.2-staging] Fix bug #11102.

2018-04-03 Thread Richard Heck
commit 935442aaba08136fa5bd8c7407c46951d0e9d084 Author: Richard Heck <rgh...@lyx.org> Date: Tue Apr 3 18:38:46 2018 -0400 Fix bug #11102. Ignore deleted material when generating a proposed label. (cherry picked from commit d9ebf6e2c75eca0f192fef0b7d822644e3b62e64) --

[LyX/master] Fix bug #11102.

2018-04-03 Thread Richard Heck
commit d9ebf6e2c75eca0f192fef0b7d822644e3b62e64 Author: Richard Heck <rgh...@lyx.org> Date: Tue Apr 3 18:38:46 2018 -0400 Fix bug #11102. Ignore deleted material when generating a proposed label. --- src/Text.cpp |2 +- 1 files changed, 1 insertions(+), 1 deletions(-)

[LyX/master] 8-char tab stops are too big in the preamble editor.

2018-04-01 Thread Richard Heck
commit b4d885ac6968df4a705d395069ea2310f10c122b Author: Richard Heck <rgh...@lyx.org> Date: Sun Apr 1 22:07:21 2018 -0400 8-char tab stops are too big in the preamble editor. --- src/frontends/qt4/GuiDocument.cpp |4 1 files changed, 4 insertions(+), 0 deletions(-) diff

[LyX/master] Fix bug 11099.

2018-04-01 Thread Richard Heck
commit e666b5eced6c934295a3949d35d1c3ba3624eba5 Author: Richard Heck <rgh...@lyx.org> Date: Sun Apr 1 22:00:41 2018 -0400 Fix bug 11099. Adds simple search/find functionality to preamble. --- src/frontends/qt4/GuiDocument.cpp | 23 +++ src/fronten

[LyX/2.3.2-staging] Status for last two commits.

2018-04-01 Thread Richard Heck
commit 1696d26b207c8a361f15ea02c44497caa43d6864 Author: Richard Heck <rgh...@lyx.org> Date: Sun Apr 1 22:19:55 2018 -0400 Status for last two commits. --- status.23x |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/status.23x b/status.23x index f79f860..4

[LyX/2.3.2-staging] Set preamble tab stop to 4 chars.

2018-04-01 Thread Richard Heck
commit d1fa6f10e595643c7a4220654c6eaee9d8920251 Author: Richard Heck <rgh...@lyx.org> Date: Sun Apr 1 22:18:37 2018 -0400 Set preamble tab stop to 4 chars. --- src/frontends/qt4/GuiDocument.cpp |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/src/fronten

[LyX/2.3.2-staging] Fix bug 11099.

2018-04-01 Thread Richard Heck
commit 2bb9d495276b43db58c0eb1783df0cd47eac164b Author: Richard Heck <rgh...@lyx.org> Date: Sun Apr 1 22:18:04 2018 -0400 Fix bug 11099. Adds simple search/find functionality to preamble. --- src/frontends/qt4/GuiDocument.cpp | 23 +++ src/fronten

[LyX/2.3.x] Update contributor.

2018-03-18 Thread Richard Heck
commit 25a176ee71250147ee2f792756e9e1fbfa881193 Author: Richard Heck <rgh...@lyx.org> Date: Sun Mar 18 11:34:05 2018 -0400 Update contributor. --- lib/generate_contributions.py |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/generate_contributions.py

[LyX/master] Update contributor.

2018-03-18 Thread Richard Heck
commit a5c859f863e874aca129260ed44fd6ddd1bd63e9 Author: Richard Heck <rgh...@lyx.org> Date: Sun Mar 18 11:34:38 2018 -0400 Update contributor. --- lib/generate_contributions.py |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/generate_contributions.py

[LyX/2.3.x] Set branch tag, per Jürgen's suggestion.

2018-03-18 Thread Richard Heck
commit d9f7453671c16ef16f00124993e0cd4405053f01 Author: Richard Heck <rgh...@lyx.org> Date: Sun Mar 18 11:18:54 2018 -0400 Set branch tag, per Jürgen's suggestion. --- po/postats.py |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/po/postats.py b/po/post

[LyX/master] Remerge strings.

2018-03-17 Thread Richard Heck
commit e2aa0dab5b7c3aca8da1f978c5bb2165862a9118 Author: Richard Heck <rgh...@lyx.org> Date: Sat Mar 17 16:04:03 2018 -0400 Remerge strings. po/ar.gmo| Bin 373111 -> 398726 bytes po/ar.po | 8071 +++--- po/cs.gmo

[LyX/2.3.x] status.23x: mention the updated po files in 2.3.x branch

2018-03-17 Thread Richard Heck
commit 880fd9aa81a38f0ca5bcfd0609b906b4eb95f918 Author: Uwe Stöhr Date: Sat Mar 3 12:46:04 2018 +0100 status.23x: mention the updated po files in 2.3.x branch - also sync an entry with status.22x --- status.23x |4 +++- 1 files changed, 3 insertions(+), 1

[LyX/2.3.x] tex2lyx: do not force default bibliography style if none is set

2018-03-17 Thread Richard Heck
commit 11d20e132ae5e749029fbb941cf6fd6d7b989615 Author: Juergen Spitzmueller Date: Fri Feb 23 07:43:19 2018 +0100 tex2lyx: do not force default bibliography style if none is set Some classes provide a \bibliographystyle, so we must not output any

[LyX/2.3.x] Disable BUFFER_EXPORT and BUFFER_EXPORT_AS while buffer is processed

2018-03-17 Thread Richard Heck
commit b408222f76738678584a23c5327214c0bb1b05f2 Author: Juergen Spitzmueller Date: Sun Feb 11 09:50:38 2018 +0100 Disable BUFFER_EXPORT and BUFFER_EXPORT_AS while buffer is processed I am rather irritated we didn't do this already, since synchronous runs with

[LyX/2.3.x] tex2lyx: handle whitespace in table column declaration.

2018-03-17 Thread Richard Heck
commit c52baa7d811a30003374c423dc62bdaed574900f Author: Juergen Spitzmueller Date: Fri Mar 9 14:18:03 2018 +0100 tex2lyx: handle whitespace in table column declaration. Fixes: #10804 (cherry picked from commit 247e1a223d917f81b5a2cc5ef3621c3e7fa9de92) ---

[LyX/2.3.x] Braces need to be escaped as well on LATEXIFY

2018-03-17 Thread Richard Heck
commit d71e3404fe33179f00c8a28ea6498e414b43b49b Author: Juergen Spitzmueller Date: Tue Mar 6 18:17:01 2018 +0100 Braces need to be escaped as well on LATEXIFY part of #9563 --- src/insets/InsetCommandParams.cpp |7 --- status.23x|

[LyX/2.3.x] Kill macro mode when using LFUN_ESCAPE

2018-03-17 Thread Richard Heck
commit f599e90d92a872e2eaa60b97a3754fcb9e887eff Author: Jean-Marc Lasgouttes Date: Tue Feb 20 12:09:10 2018 +0100 Kill macro mode when using LFUN_ESCAPE Add a `cancel' boolean to macroModeClose() that just removes all trace of what has been entered instead

[LyX/2.3.x] Do not use English, but the context language, when pasting from LaTeX

2018-03-17 Thread Richard Heck
commit 6c64844d3b81b382a13a39148c7568dc1076663e Author: Juergen Spitzmueller Date: Tue Feb 6 13:20:45 2018 +0100 Do not use English, but the context language, when pasting from LaTeX Fixes: #9199 (cherry picked from commit

[LyX/2.3.x] Use pythonic syntax, as suggested by José.

2018-03-17 Thread Richard Heck
commit 96ec4d645bd3c24f4a08d59ac6bd4f9b9264a234 Author: Richard Heck <rgh...@lyx.org> Date: Fri Mar 2 23:02:26 2018 -0500 Use pythonic syntax, as suggested by José. (cherry picked from commit cec9edd34b9a43beadefd55d1755209e1acff191) --- lib/configure.py |4 ++-- stat

[LyX/2.3.x] Fix the implementation of new libertine package

2018-03-17 Thread Richard Heck
commit db3768da891be15e38334a9151b0e5725fe70c3e Author: Juergen Spitzmueller Date: Fri Mar 2 12:17:33 2018 +0100 Fix the implementation of new libertine package Needs to go to 2.3.1-staging (cherry picked from commit

[LyX/2.3.x] Fix sideset hints, part of bug #11015.

2018-03-17 Thread Richard Heck
commit 9f3da3e6166bb2c7b078111ac755e6359c47f201 Author: Pavel Sanda Date: Sat Feb 3 17:51:00 2018 +0100 Fix sideset hints, part of bug #11015. --- lib/ui/stdtoolbars.inc |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/ui/stdtoolbars.inc

[LyX/2.3.x] Simplify code a bit.

2018-03-17 Thread Richard Heck
commit 9deedd5c1833f66ae8b1481b323edd5a892db3f5 Author: Richard Heck <rgh...@lyx.org> Date: Fri Mar 2 23:12:11 2018 -0500 Simplify code a bit. --- lib/configure.py |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/configure.py b/lib/configure.py

[LyX/2.3.x] Amend 4ec133e1aeea8

2018-03-17 Thread Richard Heck
commit d797986d3f4533a87bad4d482e1f65fd2d207c3a Author: Juergen Spitzmueller Date: Tue Mar 6 19:54:24 2018 +0100 Amend 4ec133e1aeea8 Didn't see this test is already there. --- lib/chkconfig.ltx |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git

[LyX/2.3.x] Do not use English, but the context language, when pasting from math

2018-03-17 Thread Richard Heck
commit 8bf7e691bc22df58f11859421e240c2e912e4ef3 Author: Juergen Spitzmueller Date: Tue Feb 6 14:10:12 2018 +0100 Do not use English, but the context language, when pasting from math Fixes: #2596 (cherry picked from commit

[LyX/2.3.x] escape label in included listings

2018-03-17 Thread Richard Heck
commit 148a053fbc27f24de33795f278d7e6e35f543ecb Author: Juergen Spitzmueller Date: Mon Feb 19 17:15:31 2018 +0100 escape label in included listings Also use docstring rather than string. Fixes part of #10544 (cherry picked from commit

[LyX/2.3.x] Do not force singlebyte encoding for listings with XeTeX/LuaTeX.

2018-03-17 Thread Richard Heck
commit 5fb2566572a51f65b9571568b9b515f023173c2c Author: Juergen Spitzmueller Date: Mon Mar 5 15:39:27 2018 +0100 Do not force singlebyte encoding for listings with XeTeX/LuaTeX. Fixes: #11056 (cherry picked from commit cbf2a329c94fcd531dbee41d64cf199a3ee6bb4b)

[LyX/2.3.x] Reset buffer language only if we have something to reset.

2018-03-17 Thread Richard Heck
commit a0ae2ccd353e31cf9b1946ca551eff371ec2c113 Author: Juergen Spitzmueller Date: Fri Mar 9 12:15:19 2018 +0100 Reset buffer language only if we have something to reset. Fixes: #11063 (cherry picked from commit 599b1222f7da0222cd1802af69abefb81145f566) ---

[LyX/2.3.x] Adapt to new ChkTeX return values.

2018-03-17 Thread Richard Heck
commit 0e08b4e4f51be980aa937f69911d9cee270fb22d Author: Juergen Spitzmueller Date: Sat Feb 17 11:25:28 2018 +0100 Adapt to new ChkTeX return values. As of v. 1.7.7, chktex has four exit values. Only consider the program failed with EXIT_FAILURE (1). This is

[LyX/2.3.x] syntax.default: add missing *

2018-03-17 Thread Richard Heck
commit be80912d1c0b3ff3e2b9f46ecb5ba3616d6f2cf3 Author: Juergen Spitzmueller Date: Fri Mar 9 14:47:04 2018 +0100 syntax.default: add missing * Fixes: #10501 (cherry picked from commit 23766fdd592b95ecfc33cb66e08976654de33182) --- lib/syntax.default |2 +-

[LyX/2.3.x] Remerge strings.

2018-03-17 Thread Richard Heck
commit 1bf690a41161cb55477215f9cdfcb5483ce965eb Author: Richard Heck <rgh...@lyx.org> Date: Sat Mar 17 15:55:19 2018 -0400 Remerge strings. po/ar.gmo| Bin 399788 -> 399410 bytes po/ar.po | 545 + po/cs.gmo| B

[LyX/2.3.x] Fix list of viewable formats in view/update menu.

2018-03-17 Thread Richard Heck
commit b35fb98335b1fff52ac0a266d45e48579427dbf8 Author: Juergen Spitzmueller Date: Wed Feb 21 10:17:10 2018 +0100 Fix list of viewable formats in view/update menu. Also fix list in (currently unused) Export toolbar button. Fixes: #11044 (cherry picked

[LyX/2.3.x] Re-add method to get a temporary file name without persistent QTemporaryFile object

2018-03-17 Thread Richard Heck
commit cd51b9cca1b6aaebaefa733e517c6b3e65c4f76c Author: Juergen Spitzmueller Date: Thu Feb 8 11:31:23 2018 +0100 Re-add method to get a temporary file name without persistent QTemporaryFile object This is needed for cases where the temp file has to be manually

[LyX/2.3.x] amend 71fea633266

2018-03-17 Thread Richard Heck
commit c285b4f8c3eb58671f5b88142d233e4978244e17 Author: Juergen Spitzmueller Date: Sat Feb 10 19:02:35 2018 +0100 amend 71fea633266 (cherry picked from commit be4d49ebd107cb4b91844a555302a6052457c483) --- src/frontends/qt4/GuiView.cpp | 10 +++--- 1 files

[LyX/2.3.x] Disable CheckTeX while buffer is processed

2018-03-17 Thread Richard Heck
commit c0a1893008bd13650d470afff16f56720b65c87c Author: Juergen Spitzmueller Date: Sat Feb 10 18:18:43 2018 +0100 Disable CheckTeX while buffer is processed Since CheckTeX itself processes the tex file, a synchronous run with a TeX process can lead to all sorts

[LyX/2.3.x] Status file for 2.3.1

2018-03-17 Thread Richard Heck
commit 2508e7aacce5410dff3a9b7bb7feb6591c18f56a Author: Richard Heck <rgh...@lyx.org> Date: Fri Feb 16 12:02:57 2018 -0500 Status file for 2.3.1 --- status.23x | 59 +++ 1 files changed, 59 insertions(+), 0 deletions(-) diff

[LyX/2.3.x] update status

2018-03-17 Thread Richard Heck
commit 6da7b92c366de427109d62f484f0b61f161cb3c9 Author: Juergen Spitzmueller Date: Fri Feb 16 18:12:47 2018 +0100 update status --- status.23x |9 + 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/status.23x b/status.23x index 531853b..c186061

[LyX/2.3.x] Remerge strings.

2018-03-17 Thread Richard Heck
commit 7d98aebfd931894613f61bbac7f1f82b6e8561e8 Author: Richard Heck <rgh...@lyx.org> Date: Sat Mar 17 15:40:17 2018 -0400 Remerge strings. po/ar.gmo| Bin 397715 -> 399788 bytes po/ar.po | 3062 -- po/cs.gmo

[LyX/2.2.x] Update translations after addition of 2.3.x format.

2018-03-17 Thread Richard Heck
commit a8e1102dd63c0b1d0e6255522bf06744f6b757f1 Author: Richard Heck <rgh...@lyx.org> Date: Sat Mar 17 14:01:17 2018 -0400 Update translations after addition of 2.3.x format. --- po/ar.gmo| Bin 386101 -> 386140 bytes po/ar.po |3 +-- po/ca.gmo| Bin 161282 ->

[LyX/2.2.x] Remerge strings.

2018-03-17 Thread Richard Heck
commit 680663136c0bc043da0e111b8fc989056e4f9411 Author: Richard Heck <rgh...@lyx.org> Date: Sat Mar 17 13:52:49 2018 -0400 Remerge strings. po/ar.gmo| Bin 386101 -> 386101 bytes po/ar.po | 33 +++-- po/ca.gmo| Bin 161282 -> 1612

[LyX/2.2.x] Add format and converter for 2.3.x export.

2018-03-17 Thread Richard Heck
commit 4a7dee227b12cf6ca00c9231c7ae3865b4019d7d Author: Richard Heck <rgh...@lyx.org> Date: Sat Mar 17 12:21:34 2018 -0400 Add format and converter for 2.3.x export. --- lib/configure.py |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/lib/configure.py

[LyX/2.2.x] Remerge strings.

2018-03-17 Thread Richard Heck
commit 9acfdf021e8cc13e95ca5a5b26596381b16008fc Author: Richard Heck <rgh...@lyx.org> Date: Sat Mar 17 12:14:35 2018 -0400 Remerge strings. --- po/ar.gmo | Bin 386101 -> 386101 bytes po/ar.po |2 +- po/cs.gmo | Bin 416752 -> 448523 bytes po/cs.po |2 +- 4 file

[LyX/2.2.x] Copy lyx2lyx files from 2.3.x.

2018-03-17 Thread Richard Heck
commit c2ac6440f77f008ee3ea198e36a9716719a12945 Author: Richard Heck <rgh...@lyx.org> Date: Sat Mar 17 12:12:20 2018 -0400 Copy lyx2lyx files from 2.3.x. Because of extensive changes in the support files, it seems to me that we actually do need to copy over everything.

[LyX/2.2.x] Start preparations for 2.2.4.

2018-03-17 Thread Richard Heck
commit 4607b84bd02982a77499a6a924c9596e4dac1852 Author: Richard Heck <rgh...@lyx.org> Date: Sat Mar 17 12:10:00 2018 -0400 Start preparations for 2.2.4. --- ANNOUNCE | 169 +- configure.ac |4 +- 2 files change

[LyX/2.3.1-staging] Simplify code a bit.

2018-03-02 Thread Richard Heck
commit 490506c45f200093229e7d7289aa1b3195783cf1 Author: Richard Heck <rgh...@lyx.org> Date: Fri Mar 2 23:12:11 2018 -0500 Simplify code a bit. --- lib/configure.py |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/configure.py b/lib/configure.py

[LyX/master] Simplify code a bit.

2018-03-02 Thread Richard Heck
commit 5531b40c9be1f0c8dd4c13ad30925ffe31a3dacf Author: Richard Heck <rgh...@lyx.org> Date: Fri Mar 2 23:12:11 2018 -0500 Simplify code a bit. (cherry picked from commit 490506c45f200093229e7d7289aa1b3195783cf1) --- lib/configure.py |6 +++--- 1 files changed, 3 inse

[LyX/2.3.1-staging] Use pythonic syntax, as suggested by José.

2018-03-02 Thread Richard Heck
commit 175ba1696614bbb8394b7ab184ca2c253d6ec00f Author: Richard Heck <rgh...@lyx.org> Date: Fri Mar 2 23:02:26 2018 -0500 Use pythonic syntax, as suggested by José. (cherry picked from commit cec9edd34b9a43beadefd55d1755209e1acff191) --- lib/configure.py |4 ++-- stat

[LyX/master] Use pythonic syntax, as suggested by José.

2018-03-02 Thread Richard Heck
commit cec9edd34b9a43beadefd55d1755209e1acff191 Author: Richard Heck <rgh...@lyx.org> Date: Fri Mar 2 23:02:26 2018 -0500 Use pythonic syntax, as suggested by José. --- lib/configure.py |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/configure.py

Re: [LyX/master] Filter in citation dialog is not respected when reloading databaze.

2018-03-01 Thread Richard Heck
On 03/01/2018 06:52 PM, Pavel Sanda wrote: > Pavel Sanda wrote: >> commit 3cb271cedad2e75c8f8e1860119d6b326d90c186 >> Author: Pavel Sanda >> Date: Fri Mar 2 00:49:15 2018 +0100 >> >> Filter in citation dialog is not respected when reloading databaze. >> --- >>

[LyX/master] Re-amend ca4426e5.

2018-02-26 Thread Richard Heck
commit 94222e61709468f7fc7713fddeaa501c92dd57a5 Author: Richard Heck <rgh...@lyx.org> Date: Mon Feb 26 16:18:33 2018 -0500 Re-amend ca4426e5. --- src/frontends/qt4/Menus.cpp |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/frontends/qt4/Menus.cpp

[LyX/master] Amend ca4426e5.

2018-02-25 Thread Richard Heck
commit ef5d741ba54501f96021b881a760a35d63b95b6c Author: Richard Heck <rgh...@lyx.org> Date: Sun Feb 25 17:22:07 2018 -0500 Amend ca4426e5. Thanks for Patrick De Visschere for noticing. --- src/frontends/qt4/Menus.cpp |2 +- 1 files changed, 1 insertions(+), 1 del

[LyX/master] Fix bug #10918.

2018-02-23 Thread Richard Heck
commit ab6b4679e69b50ad84b0d801b8221037c3f741b0 Author: Richard Heck <rgh...@lyx.org> Date: Sat Feb 24 01:06:36 2018 -0500 Fix bug #10918. --- src/LyXRC.cpp |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/LyXRC.cpp b/src/LyXRC.cpp index 9e42857..f

[LyX/master] Fix bug #10890.

2018-02-23 Thread Richard Heck
commit 77a7df10037c64040c5910d7e997af3026bd5c39 Author: Richard Heck <rgh...@lyx.org> Date: Sat Feb 24 01:04:20 2018 -0500 Fix bug #10890. --- src/frontends/qt4/GuiView.cpp |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/frontends/qt4/GuiView.cpp

[LyX/master] Fix bug #10939.

2018-02-23 Thread Richard Heck
commit f22954b89dd8ed03ed223ea76ac9c9f7afd5bce0 Author: Richard Heck <rgh...@lyx.org> Date: Sat Feb 24 00:49:31 2018 -0500 Fix bug #10939. --- src/tex2lyx/text.cpp |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/tex2lyx/text.cpp b/src/tex2lyx/text.cpp

[LyX/master] Fix bug #10879.

2018-02-23 Thread Richard Heck
commit 1a74a654e89a2b46c8b9b5fa97157c4edc830066 Author: Richard Heck <rgh...@lyx.org> Date: Sat Feb 24 01:01:34 2018 -0500 Fix bug #10879. --- src/frontends/qt4/GuiErrorList.cpp |8 ++-- src/frontends/qt4/GuiHyperlink.cpp |4 +- src/frontends/qt4/GuiInd

[LyX/master] Fix bug #10938.

2018-02-23 Thread Richard Heck
commit 2a78c1c6621cb8542b47d6585e2230549c9c0227 Author: Richard Heck <rgh...@lyx.org> Date: Sat Feb 24 00:44:26 2018 -0500 Fix bug #10938. --- src/tex2lyx/tex2lyx.cpp | 42 +++--- src/tex2lyx/tex2lyx.h |5 ++--- 2 files changed, 21 inse

[LyX/master] Fix bug #10936.

2018-02-23 Thread Richard Heck
commit 12db09aac265490e34789134f3c492c9ff87e436 Author: Richard Heck <rgh...@lyx.org> Date: Sat Feb 24 00:36:55 2018 -0500 Fix bug #10936. --- src/tex2lyx/Parser.cpp |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/tex2lyx/Parser.cpp b/src/tex2lyx/Pars

[LyX/master] Fix bug #10937.

2018-02-23 Thread Richard Heck
commit 8281a81b10b4bf5de84ee9a0188974b85e1c5502 Author: Richard Heck <rgh...@lyx.org> Date: Sat Feb 24 00:40:03 2018 -0500 Fix bug #10937. --- src/tex2lyx/table.cpp | 60 1 files changed, 30 insertions(+), 30 deletions(-) diff --git

[LyX/master] Fix bug #10933.

2018-02-23 Thread Richard Heck
commit b98cb773643f75cf3a0e993b16ae0cb3b842586f Author: Richard Heck <rgh...@lyx.org> Date: Sat Feb 24 00:32:14 2018 -0500 Fix bug #10933. --- src/lyxfind.cpp | 10 +- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/lyxfind.cpp b/src/lyxfind.cpp index 4

[LyX/master] Fix bug #10934.

2018-02-23 Thread Richard Heck
commit c86184ce3d5ca145583a1d9fff96784d7d56a05a Author: Richard Heck <rgh...@lyx.org> Date: Sat Feb 24 00:35:27 2018 -0500 Fix bug #10934. --- src/output_latex.cpp | 14 ++ 1 files changed, 6 insertions(+), 8 deletions(-) diff --git a/src/output_latex.cpp

[LyX/master] Fix bug #10932.

2018-02-23 Thread Richard Heck
commit c0e79898c34ed3e7d16e711a5d829d8b6646f2aa Author: Richard Heck <rgh...@lyx.org> Date: Sat Feb 24 00:30:24 2018 -0500 Fix bug #10932. --- src/factory.cpp |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/factory.cpp b/src/factory.cpp index c

[LyX/master] Fix bug #10930.

2018-02-23 Thread Richard Heck
commit 6d565300be2068993a0b1180bf3523c66fae1d6b Author: Richard Heck <rgh...@lyx.org> Date: Sat Feb 24 00:28:37 2018 -0500 Fix bug #10930. --- src/Trans.cpp |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Trans.cpp b/src/Trans.cpp index e2ba1ab..8

[LyX/master] Fix bug #10929.

2018-02-23 Thread Richard Heck
commit 6ef17af2b77e101ff4be1430263b67c6762ef562 Author: Richard Heck <rgh...@lyx.org> Date: Sat Feb 24 00:25:56 2018 -0500 Fix bug #10929. --- src/TextMetrics.cpp | 14 +++--- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/TextMetrics.cpp b/src/TextMetri

[LyX/master] Fix bug #10926, and some for loops.

2018-02-23 Thread Richard Heck
commit 92742f63bc649aa6574a6f068962f244ef761656 Author: Richard Heck <rgh...@lyx.org> Date: Sat Feb 24 00:20:03 2018 -0500 Fix bug #10926, and some for loops. --- src/Text3.cpp | 28 +--- 1 files changed, 13 insertions(+), 15 deletions(-) diff --git a/src

[LyX/master] Fix bug #10924.

2018-02-23 Thread Richard Heck
commit 68b959ff0639c69ac7ab90178e1ea872f39f8bac Author: Richard Heck <rgh...@lyx.org> Date: Sat Feb 24 00:08:28 2018 -0500 Fix bug #10924. --- src/Text.cpp |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Text.cpp b/src/Text.cpp index 001aca5..7

[LyX/master] Fix bug #10920, and some for loops.

2018-02-23 Thread Richard Heck
commit e857fee7419cb18c8676618d3a4a2c470a875a1a Author: Richard Heck <rgh...@lyx.org> Date: Sat Feb 24 00:04:34 2018 -0500 Fix bug #10920, and some for loops. --- src/Paragraph.cpp | 26 ++ 1 files changed, 10 insertions(+), 16 deletions(-) diff --git

[LyX/master] Fix bug #10917, and some for loops.

2018-02-23 Thread Richard Heck
commit 9326edbd1b1cebcf7f42ae67609fefc98fbfc3b0 Author: Richard Heck <rgh...@lyx.org> Date: Fri Feb 23 23:59:40 2018 -0500 Fix bug #10917, and some for loops. --- src/LaTeXFeatures.cpp | 59 ++-- 1 files changed, 27 insertions(+), 32 del

[LyX/master] Fix bug #10916.

2018-02-23 Thread Richard Heck
commit c67eed8ccb07e91031cd1bc6234223b0c08391fb Author: Richard Heck <rgh...@lyx.org> Date: Fri Feb 23 23:54:24 2018 -0500 Fix bug #10916. --- src/LaTeX.cpp | 59 - 1 files changed, 29 insertions(+), 30 deletions(-) diff

[LyX/master] Fix bug #10915.

2018-02-23 Thread Richard Heck
commit 2f68fb510114756015c5689b48c1bfd61145f372 Author: Richard Heck <rgh...@lyx.org> Date: Fri Feb 23 23:47:05 2018 -0500 Fix bug #10915. --- src/IndicesList.cpp |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/IndicesList.cpp b/src/IndicesList.cpp

  1   2   3   4   5   6   7   8   9   10   >