[LyX/master] Cmake export tests: Parse also for nameless layouts in lyx-files

2014-05-23 Thread Kornel Benko
commit b178770ce3dc9e115f69df05fbbb5f83556ffe13 Author: Kornel Benko Date: Fri May 23 11:32:19 2014 +0200 Cmake export tests: Parse also for nameless layouts in lyx-files diff --git a/development/autotests/lyxStatus.pm b/development/autotests/lyxStatus.pm index 8182e49..8a03184 100644 ---

[LyX/master] Fix up logic of BibTeXInfo::getInfo. We don't need to process the richtext stuff unless we actually need it.

2014-05-23 Thread Richard Heck
commit 344ea62dd0ee611eab65d96c65a6ef767d835114 Author: Richard Heck Date: Fri May 23 10:48:22 2014 -0400 Fix up logic of BibTeXInfo::getInfo. We don't need to process the richtext stuff unless we actually need it. diff --git a/src/BiblioInfo.cpp b/src/BiblioInfo.cpp index 7c77610..dd3

[LyX/2.1.x] Fix bug #9131 for stable branch. The real problem lies elsewhere, but it will require major surgery and, more importantly, a file format change.

2014-05-23 Thread Richard Heck
commit b128f3de145fdf439ae3c8a9bad182fee0078a03 Author: Richard Heck Date: Fri May 23 10:59:12 2014 -0400 Fix bug #9131 for stable branch. The real problem lies elsewhere, but it will require major surgery and, more importantly, a file format change. diff --git a/src/BiblioInfo.cpp

[LyX/master] Add some const-ref-ness, and remove some default arguments that are never treated as defaults.

2014-05-23 Thread Richard Heck
commit ba17d842b41521d58664a6aa5cdfb4cef53768b0 Author: Richard Heck Date: Fri May 23 11:03:17 2014 -0400 Add some const-ref-ness, and remove some default arguments that are never treated as defaults. diff --git a/src/BiblioInfo.cpp b/src/BiblioInfo.cpp index dd389c5..f6f0e8b 100644 --

[LyX/2.1.x] Improve the fix for #9131. We were previously counting passes through this routine, which means: one for every character, more or less. So long strings would hit the "recursion limit". But

2014-05-23 Thread Richard Heck
commit 5579d3734a3b7f3c6b7332c6989701a8a224bbf1 Author: Richard Heck Date: Fri May 23 11:19:14 2014 -0400 Improve the fix for #9131. We were previously counting passes through this routine, which means: one for every character, more or less. So long strings would hit the "recursion

[LyX/master] Fix bug #9131 for development branch. There are two parts to the fix.

2014-05-23 Thread Richard Heck
commit b992968a1545d862fb8a618271f77fd367cb6a13 Author: Richard Heck Date: Fri May 23 10:59:12 2014 -0400 Fix bug #9131 for development branch. There are two parts to the fix. The firs tinvolves a thinko in BibTeXInfo::expandFormat. We were previously counting passes through th

[LyX/master] Add a FIXME.

2014-05-23 Thread Richard Heck
commit 643deb8aa0424d52f7bc951bae95c9ec8209cfd4 Author: Richard Heck Date: Fri May 23 11:36:12 2014 -0400 Add a FIXME. diff --git a/src/BiblioInfo.cpp b/src/BiblioInfo.cpp index 86ae70b..9a93ed4 100644 --- a/src/BiblioInfo.cpp +++ b/src/BiblioInfo.cpp @@ -466,7 +466,15 @@ docstring parseOp

[LyX/2.1.x] Fix another glitch with on-screen indentation.

2014-05-23 Thread Enrico Forestieri
commit f40adfd4862ccb6e4de3181780a6cc321a57f36d Author: Enrico Forestieri Date: Sat May 24 02:12:56 2014 +0200 Fix another glitch with on-screen indentation. If a new paragraph is created just before a nested environment, the indentation of the nested environment is not compute