[LyX/master] Simplify code to generate only one paragraph at a time.

2020-09-19 Thread Thibaut Cuvelier
commit 87dae26e4a8146c7e9b450dfff4d8711deeed933 Author: Thibaut Cuvelier Date: Sun Aug 16 00:59:43 2020 +0200 Simplify code to generate only one paragraph at a time. autotests/export/docbook/basic.xml | 355 +++- autotests/export/docbook/easy.lyx | 253 +++

[LyX/master] Simplify code a bit. Should be equivalent, unless backs is empty!

2020-07-08 Thread Richard Kimberly Heck
commit 3c094c739ba38f43edf9698ac37dd9eee62080b1 Author: Richard Kimberly Heck Date: Wed Jul 8 23:59:15 2020 -0400 Simplify code a bit. Should be equivalent, unless backs is empty! --- src/BufferParams.cpp | 10 -- 1 files changed, 4 insertions(+), 6 deletions(-) diff --git

[LyX/master] Simplify code by using initializer lists for vectors.

2020-05-23 Thread Jean-Marc Lasgouttes
commit 8d51b3e7bb439e815bb96fa7959aa332227fab6a Author: Jean-Marc Lasgouttes Date: Sat May 23 17:10:17 2020 +0200 Simplify code by using initializer lists for vectors. { REFERENCE_NEXT, NOTE_NEXT } can be used as a value for a vector since C++11. --- src/BufferView.cpp | 25

[LyX/master] Simplify code for bidi icons

2020-04-16 Thread Jean-Marc Lasgouttes
commit bb0117d182cae7da31228a03ac848f95fd77841a Author: Jean-Marc Lasgouttes Date: Thu Apr 16 19:21:54 2020 +0200 Simplify code for bidi icons Most of the RtL icons that we provide are simply mirrors of the LtR ones. Therefore let the code do that by default if no +rtl icon is

[LyX/master] Simplify code a bit.

2018-03-02 Thread Richard Heck
commit 5531b40c9be1f0c8dd4c13ad30925ffe31a3dacf Author: Richard Heck 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 insertions(+),

[LyX/master] Simplify code using range-based for loops

2018-01-08 Thread Jean-Marc Lasgouttes
commit 1de6d3f3f027919c8fa44bc08f3edd517a1874cb Author: Jean-Marc Lasgouttes Date: Mon Jan 8 15:15:29 2018 +0100 Simplify code using range-based for loops --- src/BufferView.cpp | 26 +++--- 1 files changed, 7 insertions(+), 19 deletions(-) diff

[LyX/master] Simplify code in BiblioInfo.cpp

2017-12-14 Thread Jean-Marc Lasgouttes
commit eebea6284d521c1a291de3b3ed483969f882dcd7 Author: Jean-Marc Lasgouttes Date: Thu Dec 14 15:41:54 2017 +0100 Simplify code in BiblioInfo.cpp ... and avoid MSVC warning Fixes bug #10905 --- src/BiblioInfo.cpp | 31 ++-

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

[LyX/master] Simplify code

2015-04-04 Thread Scott Kostyshak
commit 90772a01e78ff7de2dd27b9284b99b2085542225 Author: Scott Kostyshak 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 +++

[LyX master] Simplify code a bit: If we only accept CITE_CODE, there is no need to pass it.

2013-04-25 Thread Richard Heck
The branch, master, has been updated. - Log - commit 6c983d6cd16ad09f7610d13a9e53c721f930e02a Author: Richard Heck rgh...@lyx.org Date: Sat Apr 6 12:34:26 2013 -0400 Simplify code a bit: If we only accept CITE_CODE, there is

[LyX master] Simplify code a bit: If we only accept CITE_CODE, there is no need to pass it.

2013-04-25 Thread Richard Heck
The branch, master, has been updated. - Log - commit 6c983d6cd16ad09f7610d13a9e53c721f930e02a Author: Richard Heck Date: Sat Apr 6 12:34:26 2013 -0400 Simplify code a bit: If we only accept CITE_CODE, there