[LyX/master] GuiHyperlink: some minor fixes

2022-12-26 Thread Juergen Spitzmueller
commit 5f8e41dc9bfe4daf47796fe66c24c8fdce25f043 Author: Juergen Spitzmueller Date: Mon Dec 26 10:13:51 2022 +0100 GuiHyperlink: some minor fixes * disambiguate "Other" label * Add accelerator * Add tooltip to "Other" widget * Amend tooltip of "Web" widget (since "other"

[LyX/master] tex2lyx: support "Other" type

2022-12-26 Thread Juergen Spitzmueller
commit d3b59050072669b49a64c28ca15d0b87d19a8d0c Author: Juergen Spitzmueller Date: Mon Dec 26 10:40:39 2022 +0100 tex2lyx: support "Other" type --- src/tex2lyx/text.cpp |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/src/tex2lyx/text.cpp b/src/tex2lyx/text.cpp i

[LyX/master] Try to be more precise in the hyperlink type tooltips

2022-12-26 Thread Juergen Spitzmueller
commit 14d74c9578319a00ab04fc402031b61c5272545c Author: Juergen Spitzmueller Date: Mon Dec 26 10:46:54 2022 +0100 Try to be more precise in the hyperlink type tooltips --- src/frontends/qt/ui/HyperlinkUi.ui |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/f

[LyX/master] Update sk.po

2022-12-26 Thread Kornel Benko
commit 1c10656e3d86ffd1aa162136b6fc89738d64c814 Author: Kornel Benko Date: Mon Dec 26 10:58:39 2022 +0100 Update sk.po --- po/sk.po | 27 +-- 1 files changed, 21 insertions(+), 6 deletions(-) diff --git a/po/sk.po b/po/sk.po index ddac220..82c2850 100644 --- a/po

[LyX/master] Disambiguate string

2022-12-26 Thread Juergen Spitzmueller
commit be25181d87007d8abeee59926347f2475b5a22a9 Author: Juergen Spitzmueller Date: Mon Dec 26 11:24:29 2022 +0100 Disambiguate string --- src/insets/InsetHyperlink.cpp |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/insets/InsetHyperlink.cpp b/src/insets/Inset

[LyX/master] Update sk.po

2022-12-26 Thread Kornel Benko
commit 7b5c410fbe6a72ee08a02caa299b727b22076e2b Author: Kornel Benko Date: Mon Dec 26 11:34:26 2022 +0100 Update sk.po --- po/sk.po | 21 + 1 files changed, 13 insertions(+), 8 deletions(-) diff --git a/po/sk.po b/po/sk.po index 82c2850..224101c 100644 --- a/po/sk.po

[LyX/master] Associate "run:" link types with "Other"

2022-12-26 Thread Juergen Spitzmueller
commit 0c56f60535230ffd2033efff0a0bb56058845e4e Author: Juergen Spitzmueller Date: Mon Dec 26 13:19:52 2022 +0100 Associate "run:" link types with "Other" lib/doc/Math.lyx |1 + lib/doc/de/Math.lyx |1 + lib/doc/de/UserGuide.lyx |1 + lib/doc/es/Mat

[LyX/master] Minor doc updates

2022-12-26 Thread Juergen Spitzmueller
commit 68146184a800a222a68eea9e3e4e7eea14819b77 Author: Juergen Spitzmueller Date: Mon Dec 26 13:43:11 2022 +0100 Minor doc updates --- lib/doc/UserGuide.lyx| 21 +++-- lib/doc/de/UserGuide.lyx | 22 -- 2 files changed, 39 insertions(+), 4 deleti

[LyX/master] de.po

2022-12-26 Thread Juergen Spitzmueller
commit ca3d97603ab2ff20e29967bea8924e246845042f Author: Juergen Spitzmueller Date: Mon Dec 26 13:51:19 2022 +0100 de.po --- po/de.po | 193 ++--- 1 files changed, 108 insertions(+), 85 deletions(-) diff --git a/po/de.po b/po/de.po i

[LyX/master] Update fr.po

2022-12-26 Thread jpc
commit 548ce5f87bfe6da5c6e43de8eee5b4277731a1da Author: jpc Date: Mon Dec 26 17:11:34 2022 +0100 Update fr.po --- po/fr.gmo | Bin 637897 -> 638374 bytes po/fr.po | 179 ++-- 2 files changed, 101 insertions(+), 78 deletion

[LyX/master] Revert doc update for Additional.lyx so maitenance work can continue.

2022-12-26 Thread Pavel Sanda
commit 90dab5d1e9a67f4b263c2c4f92c9d94e43a63a82 Author: Pavel Sanda Date: Mon Dec 26 17:46:55 2022 +0100 Revert doc update for Additional.lyx so maitenance work can continue. --- lib/doc/Additional.lyx | 30 +- 1 files changed, 1 insertions(+), 29 deletions(-)

[LyX/master] DocBook/HTML: use XML entities for spaces.

2022-12-26 Thread Thibaut Cuvelier
commit 21d1d917ba0b3da902a1c4648a5fbf3a6d287d75 Author: Thibaut Cuvelier Date: Mon Dec 26 19:11:41 2022 +0100 DocBook/HTML: use XML entities for spaces. This part should have been committed with bc73a857 in the first place. --- src/insets/InsetSpace.cpp | 118 +++-

[LyX/master] InsetIPAMacro: refactor code between DocBook and XHTML.

2022-12-26 Thread Thibaut Cuvelier
commit df025d15df89dac100a368eed7c86a5b754e9f7c Author: Thibaut Cuvelier Date: Mon Dec 26 20:23:05 2022 +0100 InsetIPAMacro: refactor code between DocBook and XHTML. --- src/insets/InsetIPAMacro.cpp | 67 + 1 files changed, 21 insertions(+), 46 del

[LyX/master] InsetMathSpace: use XML entities instead of HTML in MathML.

2022-12-26 Thread Thibaut Cuvelier
commit 9b80a5ba9e1d072daa9ec3fd3e6470e5460db1f4 Author: Thibaut Cuvelier Date: Mon Dec 26 20:35:26 2022 +0100 InsetMathSpace: use XML entities instead of HTML in MathML. This part should have been committed with bc73a857 in the first place. --- src/mathed/InsetMathSpace.cpp | 17

[LyX/master] InsetMathExFunc: use XML entities instead of HTML in MathML.

2022-12-26 Thread Thibaut Cuvelier
commit 3839897c0fcaa5b2275d05d901a517610331f304 Author: Thibaut Cuvelier Date: Mon Dec 26 20:38:06 2022 +0100 InsetMathExFunc: use XML entities instead of HTML in MathML. This part should have been committed with bc73a857 in the first place. --- src/mathed/InsetMathExFunc.cpp |

[LyX/master] Insert four entries for Floats & Captions modules, four entries for Foot- and Endnotes modules and two entries for Leisure, Sports and Music modules into Chapter 4 Modules of Additional.l

2022-12-26 Thread Pavel Sanda
commit f1bb623fb2d7de2e32dd073ff58b01a691be57ca Author: John R Hudson Date: Mon Dec 26 19:06:04 2022 + Insert four entries for Floats & Captions modules, four entries for Foot- and Endnotes modules and two entries for Leisure, Sports and Music modules into Chapter 4 Modules of Additio

[LyX/master] InsetIPAMacro: implement the XHTML conversion, refactor plaintext and DocBook to share more code.

2022-12-26 Thread Thibaut Cuvelier
commit b2fdc04f9638c7def8f74f0af1c3e480431b28a6 Author: Thibaut Cuvelier Date: Mon Dec 26 20:50:48 2022 +0100 InsetIPAMacro: implement the XHTML conversion, refactor plaintext and DocBook to share more code. --- src/insets/InsetIPAMacro.cpp | 37 - 1

[LyX/master] Fix a typo in a comment.

2022-12-26 Thread Thibaut Cuvelier
commit 8b6ec979ff26f36062f4cad07cce0c11a4583c6b Author: Thibaut Cuvelier Date: Mon Dec 26 02:44:29 2022 +0100 Fix a typo in a comment. --- src/Paragraph.cpp |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/Paragraph.cpp b/src/Paragraph.cpp index e2338ba..6baac8

[LyX/master] Add comments about variable usage.

2022-12-26 Thread Thibaut Cuvelier
commit e3eddd4cf9f63b365846ceba162a6f2b7505051b Author: Thibaut Cuvelier Date: Mon Dec 26 02:44:57 2022 +0100 Add comments about variable usage. --- src/Paragraph.cpp | 13 + 1 files changed, 9 insertions(+), 4 deletions(-) diff --git a/src/Paragraph.cpp b/src/Paragraph.cpp

[LyX/master] layout2layout: improve coding style.

2022-12-26 Thread Thibaut Cuvelier
commit 55ccae72d4c93e95caf9c2424eb85e5be5dd7650 Author: Thibaut Cuvelier Date: Mon Dec 26 21:21:52 2022 +0100 layout2layout: improve coding style. Useless parentheses (not helping with readability either) and semicolon. Redo indentation to be consistent throughout the file. Also,

[LyX/master] DocBook: add some TODOs for the future.

2022-12-26 Thread Thibaut Cuvelier
commit 2b03f0a2c1d9becc3261a97fecd3aab8f6e518c6 Author: Thibaut Cuvelier Date: Tue Dec 27 00:02:30 2022 +0100 DocBook: add some TODOs for the future. --- src/output_docbook.h |9 + 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/src/output_docbook.h b/src/output_

[LyX/master] DocBook: for computing font changes, simplify code by removing state evolution from iteration to iteration. This surely makes the code slightly slower (although the compiler should be sma

2022-12-26 Thread Thibaut Cuvelier
commit ed7072985e6a76a8013ea670728fc40e6359c723 Author: Thibaut Cuvelier Date: Mon Dec 26 02:45:03 2022 +0100 DocBook: for computing font changes, simplify code by removing state evolution from iteration to iteration. This surely makes the code slightly slower (although the compiler shoul