[LyX/master] Fix cantarell conversion

2019-07-14 Thread Juergen Spitzmueller
commit 6e88579c564129f2e9dd07fb7ac3cb66cbb1cf56 Author: Juergen Spitzmueller Date: Mon Jul 15 07:11:43 2019 +0200 Fix cantarell conversion --- lib/lyx2lyx/lyx_2_4.py | 22 +- 1 files changed, 13 insertions(+), 9 deletions(-) diff --git a/lib/lyx2lyx/lyx_2_4.py

[LyX/master] Fix copy/paste error

2019-07-14 Thread Juergen Spitzmueller
commit fada053c72ca53a7cf9a206d700bae1ed16edc0d Author: Juergen Spitzmueller Date: Mon Jul 15 07:11:27 2019 +0200 Fix copy/paste error --- lib/lyx2lyx/lyx_2_4.py |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/lyx2lyx/lyx_2_4.py b/lib/lyx2lyx/lyx_2_4.py

[LyX/master] Fix cantarell reversion

2019-07-14 Thread Juergen Spitzmueller
commit 70167007e445c3a9d2ffa4716f5586ddd207195d Author: Juergen Spitzmueller Date: Mon Jul 15 06:34:28 2019 +0200 Fix cantarell reversion conversion still needs work --- lib/lyx2lyx/lyx_2_4.py | 76 ++-- 1 files changed, 35

Re: [LyX/master] Add sans serif font "cantarell"

2019-07-14 Thread Jürgen Spitzmüller
Am Sonntag, den 14.07.2019, 21:35 +0200 schrieb Kornel Benko: > +Font cantarell > + GuiName "Cantarell Sans Serif" > + Family sf > + OsfOption oldstyle > + Package cantarell > + PackageOption "defaultsans" > + MoreOptions 1

[LyX/master] When pasting several cells in mathed, take cursor position in account

2019-07-14 Thread Jean-Marc Lasgouttes
commit ca5cac2b514e31be7c356e7b46e5f831399a66ee Author: Jean-Marc Lasgouttes Date: Mon Jul 15 01:17:28 2019 +0200 When pasting several cells in mathed, take cursor position in account Related to bug #11390 --- src/mathed/InsetMathGrid.cpp |3 ++- 1 files changed, 2

[LyX/master] layouttranslation: this part slipped in without intention

2019-07-14 Thread Pavel Sanda
commit 1d56ea325a16adcc55b74eac79ffb1ad79d96921 Author: Pavel Sanda Date: Mon Jul 15 00:35:26 2019 +0200 layouttranslation: this part slipped in without intention --- lib/layouttranslations |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git

[LyX/master] Add empty rows to grid insets when numbers are too wide

2019-07-14 Thread Jean-Marc Lasgouttes
commit ee0bd36a867a1e9a596571c14cfc6c3a46dc492d Author: Jean-Marc Lasgouttes Date: Sun Jul 14 21:04:45 2019 +0200 Add empty rows to grid insets when numbers are too wide This is done to ensure that numbering never overlaps equations. The result can be different according to

[LyX/master] Draw display math numbering outside of inset

2019-07-14 Thread Jean-Marc Lasgouttes
commit dea245d5409fb47af7efb5248f1b43e15d6563d3 Author: Jean-Marc Lasgouttes Date: Tue Apr 2 11:05:19 2019 +0200 Draw display math numbering outside of inset This is the first (easiest) step in fixing bugs 10668 and 11333. The numbering is now drawn outside of the insets,

[LyX/master] Fix assertion in caret display code

2019-07-14 Thread Jean-Marc Lasgouttes
commit e6b54ea4d2e28d55565699ded45da971278b23bf Author: Jean-Marc Lasgouttes Date: Sun Jul 14 23:20:29 2019 +0200 Fix assertion in caret display code It is not a good idea to call caretPosAndHeight when the caret is in a paragraph that is not in cached metrics. This can happen

[LyX/master] layouttranslation reviewed for nl by Niko

2019-07-14 Thread Pavel Sanda
commit b8c5aabc0f034a08b2b6434fd558d1c73e325eb9 Author: Pavel Sanda Date: Sun Jul 14 23:21:02 2019 +0200 layouttranslation reviewed for nl by Niko --- lib/layouttranslations |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/layouttranslations

[LyX/master] nl reviewed by Niko.

2019-07-14 Thread Pavel Sanda
commit 321923444a0739c463d557a14586cf8049cb019f Author: Pavel Sanda Date: Sun Jul 14 23:22:38 2019 +0200 nl reviewed by Niko. --- lib/layouttranslations.review |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/layouttranslations.review

[LyX/master] Add sans serif font "cantarell"

2019-07-14 Thread Kornel Benko
commit 97a099b1379e041c457f9e78253f544d85f87916 Author: Kornel Benko Date: Sun Jul 14 21:44:58 2019 +0200 Add sans serif font "cantarell" --- lib/chkconfig.ltx |1 + lib/latexfonts | 22 ++ lib/lyx2lyx/lyx_2_4.py | 41

[LyX/master] Make some InsetMathGrid members private

2019-07-14 Thread Jean-Marc Lasgouttes
commit ed856c9f4d8bf83963a6d8e21cf454b355881d48 Author: Jean-Marc Lasgouttes Date: Sun Jul 14 17:18:56 2019 +0200 Make some InsetMathGrid members private Also remove the trailing underscore of XXXInfo members, since they are not private in essence. No intended

[LyX/master] tex2lyx: support all MoreOpts

2019-07-14 Thread Juergen Spitzmueller
commit 2e72ed3e2c12a32f482a6d5a14a39a5636092525 Author: Juergen Spitzmueller Date: Sun Jul 14 15:29:18 2019 +0200 tex2lyx: support all MoreOpts --- src/tex2lyx/Preamble.cpp | 160 +++--- 1 files changed, 123 insertions(+), 37 deletions(-) diff

[LyX/master] Handle remaining TeX fonts wrt MoreOptions

2019-07-14 Thread Juergen Spitzmueller
commit 2ceeb9e0b34a02ca7c43758646d22445aef7752b Author: Juergen Spitzmueller Date: Sun Jul 14 15:08:01 2019 +0200 Handle remaining TeX fonts wrt MoreOptions Closes #11615 --- lib/latexfonts | 13 lib/lyx2lyx/lyx_2_4.py | 144

[LyX/master] Replace MathData::kerning_ member by a function

2019-07-14 Thread Jean-Marc Lasgouttes
commit 4cc4663262f2c806ed9e44d5a24ca6fd0136da76 Author: Jean-Marc Lasgouttes Date: Sun Jul 14 14:42:37 2019 +0200 Replace MathData::kerning_ member by a function This allows to make kerning depend on the BufferView? This is not useful right now, but may become useful for

[LyX/master] Update sk.po

2019-07-14 Thread Kornel Benko
commit d1a678563e5e8183452fe85db4e37b9ad01c7c94 Author: Kornel Benko Date: Sun Jul 14 13:58:46 2019 +0200 Update sk.po --- po/sk.po | 25 + 1 files changed, 17 insertions(+), 8 deletions(-) diff --git a/po/sk.po b/po/sk.po index f93e65a..68b2ce3 100644 ---

[LyX/master] latexfonts: add comment.

2019-07-14 Thread Juergen Spitzmueller
commit ef39cde0addf2b78f8b42a588be62ed9175ca649 Author: Juergen Spitzmueller Date: Sun Jul 14 12:08:53 2019 +0200 latexfonts: add comment. --- lib/latexfonts |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/lib/latexfonts b/lib/latexfonts index 00d4049..e017977

[LyX/master] Remove debug code

2019-07-14 Thread Juergen Spitzmueller
commit dc4a015fba8b75ec78f79ff59a2667240e2202cd Author: Juergen Spitzmueller Date: Sun Jul 14 12:04:53 2019 +0200 Remove debug code --- src/frontends/qt4/GuiDocument.cpp |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/src/frontends/qt4/GuiDocument.cpp

[LyX/master] de.po

2019-07-14 Thread Juergen Spitzmueller
commit 56a281e531c1122845efcb35c6eca190fffa559e Author: Juergen Spitzmueller Date: Sun Jul 14 12:03:32 2019 +0200 de.po po/de.gmo | Bin 592255 -> 592451 bytes po/de.po | 824 +++-- 2 files changed, 416 insertions(+), 408

[LyX/master] update tex2lyx tests

2019-07-14 Thread Juergen Spitzmueller
commit 3c7ede3e9bdd3cb73845859c02005af6811fbc18 Author: Juergen Spitzmueller Date: Sun Jul 14 11:45:11 2019 +0200 update tex2lyx tests --- src/tex2lyx/test/CJK.lyx.lyx |7 +-- src/tex2lyx/test/CJKutf8.lyx.lyx |7 +--

[LyX/master] Split osf options to families

2019-07-14 Thread Juergen Spitzmueller
commit dcf06fdb22bf39637aa7e11e59ca281d921fcbc7 Author: Juergen Spitzmueller Date: Sun Jul 14 11:41:36 2019 +0200 Split osf options to families Nowadays we support sf and tt fonts with osf options, so this needs to be selectable separately. File format change. ---

[LyX/master] Remove cantarellMS font

2019-07-14 Thread Juergen Spitzmueller
commit 996079de491d8612943302b6fbd1888dc5dcc5b3 Author: Juergen Spitzmueller Date: Sun Jul 14 11:31:43 2019 +0200 Remove cantarellMS font This seems to have slipped in by accident at [6ca8238cb8a/lyxgit] The necessary file format change etc. was not done. ---

[LyX/master] Cmake build: Correct display cmake options

2019-07-14 Thread Kornel Benko
commit 0362ec022b12d02f5fc3d2422f8204e5b6130398 Author: Kornel Benko Date: Sun Jul 14 11:12:55 2019 +0200 Cmake build: Correct display cmake options The change allows to display options whose string-length is less than 10 characters. The previous setting truncated the

[LyX/master] Correct description

2019-07-14 Thread Kornel Benko
commit c6df155f6c6cb51b6b5d4424a076dc65c3c771b1 Author: Kornel Benko Date: Sun Jul 14 10:46:51 2019 +0200 Correct description The call to cmake creates new CMakeCache.txt in the build directory. But this is bad, if we only want to see available options. --- INSTALL.cmake |

[LyX/master] tex2lyx: lineno support

2019-07-14 Thread Juergen Spitzmueller
commit c4e90cec8659e7b88186fd45dc3c05fd97423d97 Author: Juergen Spitzmueller Date: Sun Jul 14 09:41:17 2019 +0200 tex2lyx: lineno support --- src/tex2lyx/Preamble.cpp | 17 ++--- src/tex2lyx/Preamble.h |2 ++ src/tex2lyx/TODO.txt |1 - 3 files changed, 16

[LyX/master] More osf (texfont) fixes

2019-07-14 Thread Juergen Spitzmueller
commit 509551cae09bb9b43a1ad0a9bdca6a56e1cc515b Author: Juergen Spitzmueller Date: Sun Jul 14 09:09:46 2019 +0200 More osf (texfont) fixes --- lib/latexfonts | 22 -- lib/lyx2lyx/lyx_2_4.py |7 +++ src/tex2lyx/Preamble.cpp |8 3 files