[LyX/master] CMake: adapt to new location of Lexer

2024-04-28 Thread Scott Kostyshak
commit 23c45f76adf66082851632a28f9c259e0f43a212 Author: Scott Kostyshak Date: Sun Apr 28 09:13:55 2024 -0400 CMake: adapt to new location of Lexer Lexer is now in support/. See 2660df9b. --- src/tests/CMakeLists.txt | 2 +- src/tex2lyx/CMakeLists.txt | 2 +- 2 files changed, 2

[LyX/master] Whitespace

2024-04-20 Thread Scott Kostyshak
commit dd4c67bfdc1a61dbd7cc958a00843e258d620df7 Author: Scott Kostyshak Date: Sat Apr 20 14:22:07 2024 -0400 Whitespace --- development/cmake/Install.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/development/cmake/Install.cmake b/development/cmake/Install.cmake

[LyX features/biginset] Restore origin tag

2024-04-05 Thread Scott Kostyshak
commit 8a0daee999f8a8cc24bad01222506e4a2daaac6f Author: Scott Kostyshak Date: Tue Mar 5 11:34:59 2024 -0500 Restore origin tag --- .../Articles/American_Astronomical_Society_%28AASTeX_v._6.3.1%29.lyx| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/examples

[LyX/master] Restore origin tag

2024-03-05 Thread Scott Kostyshak
commit 8a0daee999f8a8cc24bad01222506e4a2daaac6f Author: Scott Kostyshak Date: Tue Mar 5 11:34:59 2024 -0500 Restore origin tag --- .../Articles/American_Astronomical_Society_%28AASTeX_v._6.3.1%29.lyx| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/examples

[LyX/master] ctests: invert a utf8x test failing on TL23

2024-02-26 Thread Scott Kostyshak
commit 0c0f4c6b56eed9b77a0fba2dbef6c70aefcc94a5 Author: Scott Kostyshak Date: Mon Feb 26 11:12:20 2024 -0500 ctests: invert a utf8x test failing on TL23 It seems that utf8x is not supported, or needed, on updated TL. From David Carlisle: utf8x by default does

[LyX master] ctests: categorize #12708 test file as resolved

2024-02-20 Thread Scott Kostyshak
The branch, master, has been updated. - Log - commit 7e0d41ce51ff15365d1de62dcfa97ef8966edf4c Author: Scott Kostyshak Date: Tue Feb 20 10:56:04 2024 -0500 ctests: categorize #12708 test file as resolved From Jürgen

[LyX/master] Amend previous commit

2024-01-26 Thread Scott Kostyshak
commit 65f3677145da324735093f0ef4254647874c5c0a Author: Scott Kostyshak Date: Fri Jan 26 10:34:06 2024 -0500 Amend previous commit Set the default document output format to PDF (pdflatex), because the test file fails to export with LuaTeX (in both 2.3.x and master

[LyX/master] Add export test for #13036

2024-01-26 Thread Scott Kostyshak
commit 6094a56b1dff5e1bc56efcc23cd3131a8a1c73db Author: Scott Kostyshak Date: Fri Jan 26 10:18:05 2024 -0500 Add export test for #13036 --- .../lyxbugs-resolved/13036-lyx2lyx-preamble.lyx| 89 1 files changed, 89 insertions(+), 0 deletions(-) diff --git

[LyX/master] Add export test for #13022

2024-01-26 Thread Scott Kostyshak
commit f11a529698dc2f0d89649b49003e2822d1210dcd Author: Scott Kostyshak Date: Fri Jan 26 10:13:27 2024 -0500 Add export test for #13022 --- .../13022-unicode-PassThruChars.lyx| 119 1 files changed, 119 insertions(+), 0 deletions(-) diff --git

[LyX/master] ctests: move fixed bug test to regression tests

2024-01-12 Thread Scott Kostyshak
commit a7f331d9e49fcf3f20e9441f4ac04e0b93f6e67a Author: Scott Kostyshak Date: Fri Jan 12 13:03:52 2024 -0500 ctests: move fixed bug test to regression tests The export has been fixed as of 37dce940. --- .../latex/lyxbugs-resolved/13022-unicode-ERT.lyx | 112

[LyX/master] Add an export test for #13022

2023-12-30 Thread Scott Kostyshak
commit f59c088b5c4dc9af802137877fcfc7dc38a1dc5b Author: Scott Kostyshak Date: Sat Dec 30 10:50:53 2023 -0500 Add an export test for #13022 Original file provided by Jéssica Milaré, and simplified to this simple example by Udi. --- .../export/latex/lyxbugs/13022-unicode

[LyX/master] ctests: add regression test for #13019

2023-12-29 Thread Scott Kostyshak
commit 294a18b6437ee3a333cc629da85cacfaf0674015 Author: Scott Kostyshak Date: Fri Dec 29 16:59:30 2023 -0500 ctests: add regression test for #13019 File was posted by Udi. --- .../lyxbugs-resolved/13019-math-normalcolor.lyx| 101 1 files changed, 101

[LyX/master] ja docs: restore \font_typewriter to IPAGothic

2023-12-25 Thread Scott Kostyshak
commit fcb3e0cea04735004c5f28029147cd23a2fcdfda Author: Scott Kostyshak Date: Mon Dec 25 12:20:33 2023 -0500 ja docs: restore \font_typewriter to IPAGothic This fixes, for example, the following ctests: export/doc/ja/Customization_pdf4_systemF export/doc/ja

[LyX/master] ja docs: restore \origin

2023-12-25 Thread Scott Kostyshak
commit 2aee182d9db219642662cc74682886d784b4399c Author: Scott Kostyshak Date: Mon Dec 25 12:09:31 2023 -0500 ja docs: restore \origin Amends afcd501f. --- lib/doc/ja/Additional.lyx|2 +- lib/doc/ja/Customization.lyx |2 +- lib/doc/ja/Math.lyx |2 +- lib

[LyX/master] Python fixes for export to LyX Archive

2023-12-06 Thread Scott Kostyshak
commit 9143878e5dd8dc1039f0f6a0b8ec9123be5585b6 Author: Scott Kostyshak Date: Wed Dec 6 14:11:41 2023 -0500 Python fixes for export to LyX Archive Patch by Kees and José Matos. For discussion, please see this [1] ML thread. José additionally notes [2] the following

[LyX/master] Fix pt_BR.po escapes

2023-12-05 Thread Scott Kostyshak
commit ea37ee23d3e8ad6614d21ffc417bef63f656aabf Author: Scott Kostyshak Date: Tue Dec 5 11:24:00 2023 -0500 Fix pt_BR.po escapes We need to use two backslashes for "\\arabic". This fixes instances of the following warning: warning: internationalize

[LyX/master] ctests: uninvert an export fixed in acmart

2023-10-17 Thread Scott Kostyshak
commit 606e9443fad3a775e9cf7d075fec91e31b659c4d Author: Scott Kostyshak Date: Tue Oct 17 22:16:11 2023 -0400 ctests: uninvert an export fixed in acmart Fixed after a tlmgr update with acmart version 1.92. See here for info: https://github.com/borisveytsman

[LyX/master] ctests: uninvert DocBook test due to recent fix

2023-10-10 Thread Scott Kostyshak
commit e97ebe93d3bd0a61dcc97ce60ca304930f6b90ad Author: Scott Kostyshak Date: Tue Oct 10 10:35:53 2023 -0400 ctests: uninvert DocBook test due to recent fix --- development/autotests/invertedTests |2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/development

[LyX/master] DocBook: in InsetInfo, ensure that no db:date is inserted within a db:date.

2023-10-10 Thread Scott Kostyshak
commit 43921861b9b14c2b4f5b2cef8e482a43776fc982 Author: Thibaut Cuvelier Date: Sun Oct 8 21:06:46 2023 +0200 DocBook: in InsetInfo, ensure that no db:date is inserted within a db:date. --- autotests/export/docbook/insetinfo.lyx | 11 +++ autotests/export/docbook/insetinfo.xml |

[LyX/master] DocBook: fix a crash in docbookSimpleAllParagraphs.

2023-10-10 Thread Scott Kostyshak
commit d8a0f1aadda25e11e5a330e8c7cdd0d413ff55b4 Author: Thibaut Cuvelier Date: Sun Oct 8 21:11:17 2023 +0200 DocBook: fix a crash in docbookSimpleAllParagraphs. When having the code preview pane open with

[LyX/master] Fix three sign-compare compiler warning

2023-10-10 Thread Scott Kostyshak
commit 1273f25c76f313b4b4d89402b6c1cbc9b1644509 Author: Scott Kostyshak Date: Tue Oct 10 10:07:23 2023 -0400 Fix three sign-compare compiler warning Fixes three similar warnings. One of them is the following: src/insets/InsetInfo.cpp:1583:20: error: comparison of integers

[LyX/master] DocBook: add support for InsetInfo.

2023-10-10 Thread Scott Kostyshak
commit 0c2f3dedd6590d56d771d5d56dce2935a82e9289 Author: Thibaut Cuvelier Date: Sun Oct 8 01:20:14 2023 +0200 DocBook: add support for InsetInfo. A similar patch would be required for LyXHTML, but it will come later. The main impact is that some text isn't output in XHTML (like

[LyX/master] DocBook: fix closing formatting after deleted text.

2023-10-10 Thread Scott Kostyshak
commit 78b157b61eefc36c1c837a724f0cb067fe40f172 Author: Thibaut Cuvelier Date: Sun Oct 8 01:39:45 2023 +0200 DocBook: fix closing formatting after deleted text. Previously, when closing font tags, only the previous character's font was used. However, if that character is deleted,

[LyX/master] DocBook: fix formatting of TODOs.

2023-10-10 Thread Scott Kostyshak
commit b9fc4bae44ca8f41b636101909ef0596bf2d4def Author: Thibaut Cuvelier Date: Sun Oct 8 01:38:27 2023 +0200 DocBook: fix formatting of TODOs. The lines were very long; this commit truncates them to 120 characters. --- src/output_docbook.cpp |6 -- 1 files changed, 4

[LyX/master] XHTML: implement InsetInfo.

2023-10-10 Thread Scott Kostyshak
commit 531a37baee776e4a984820809d5ef4bcbe6f5047 Author: Thibaut Cuvelier Date: Sun Oct 8 22:09:59 2023 +0200 XHTML: implement InsetInfo. --- src/insets/InsetInfo.cpp | 342 -- src/insets/InsetInfo.h |2 + 2 files changed, 330

[LyX/master] ctests: add test cases for DocBook

2023-10-07 Thread Scott Kostyshak
commit 1e63aebc3e71d29723ad0e73c2a3175d4648f013 Author: Scott Kostyshak Date: Sat Oct 7 14:57:30 2023 -0400 ctests: add test cases for DocBook Patch from Thibaut Cuvelier. --- autotests/export/docbook/stray_emph.lyx | 148 +++ autotests/export/docbook

[LyX/master] ctests: uninvert couple of suspended tests

2023-09-30 Thread Scott Kostyshak
commit bb55c3429ff194a24836a50a5c94ea7978bc4605 Author: Scott Kostyshak Date: Sat Sep 30 20:43:10 2023 -0400 ctests: uninvert couple of suspended tests Due to recent changes, 'xcolor' is now loaded in the corresponding document export, which somehow fixes the compilation error

[LyX/master] Amend 087f6bce

2023-09-30 Thread Scott Kostyshak
commit a6882a1db0152af270bcba08215424793946d99a Author: Scott Kostyshak Date: Sat Sep 30 20:21:22 2023 -0400 Amend 087f6bce Explanation from Udi: There is a missing validation for the requirement of xcolor in InsetBox::validate, the case we use Boxed with non

[LyX/master] Amend 04bfbc0f

2023-09-30 Thread Scott Kostyshak
commit 10403b7959b5d8c4c931943708eb8832418612f8 Author: Scott Kostyshak Date: Sat Sep 30 20:20:03 2023 -0400 Amend 04bfbc0f Patch from Udi. --- src/Encoding.cpp |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/Encoding.cpp b/src/Encoding.cpp index

[LyX/master] Merge branch 'fix-spanish-quoting'

2023-09-29 Thread Scott Kostyshak
commit 46a62573c363165f738e8ad83e827e83ec8b7720 Merge: 7aa00f0 d937afb Author: Scott Kostyshak Date: Fri Sep 29 10:31:19 2023 -0400 Merge branch 'fix-spanish-quoting' This branch reverts a document-specific fix and introduces a more general fix. The following tests

[LyX/master] Fix babel quoting for Spanish

2023-09-29 Thread Scott Kostyshak
commit d937afba8aaf846deaa0ef3bb67b9622359bfe18 Author: Scott Kostyshak Date: Fri Sep 29 10:25:46 2023 -0400 Fix babel quoting for Spanish The problem, described by Udi, was the following: See section 1.10 of babel's manual, on page 12 under "TROUBLESHO

[LyX/master] Revert "Fix compilation of es/Letter standard class"

2023-09-29 Thread Scott Kostyshak
commit cc66c755938a19e124e4352f3623639de2497e1a Author: Scott Kostyshak Date: Fri Sep 29 10:23:26 2023 -0400 Revert "Fix compilation of es/Letter standard class" This fix hardcoded a language package and was specific to this document. The next commit will

[LyX/master] ctest: invert es/Intro_docbook5

2023-09-27 Thread Scott Kostyshak
commit bf241165dd9b30b26e45b5fcbab0e2bd0d143b4c Author: Scott Kostyshak Date: Wed Sep 27 13:42:40 2023 -0400 ctest: invert es/Intro_docbook5 This fails after recent changes to the document. --- development/autotests/invertedTests |2 ++ 1 files changed, 2 insertions(+), 0

[LyX/master] DocBook: fix case with emphasis at end of footnote

2023-09-25 Thread Scott Kostyshak
commit ff9dfa96f26b8544d1264d6eaac390b3f5891bde Author: Scott Kostyshak Date: Mon Sep 25 10:41:21 2023 -0400 DocBook: fix case with emphasis at end of footnote For ML discussion, see here: https://www.mail-archive.com/search?l=mid=CAK0LPyiusCMu-X7KpgO0d1-rh4e3

[LyX/master] ctests: update inverted list after DocBook fix

2023-09-25 Thread Scott Kostyshak
commit beec7b669f5b93deee44e528bad21b61c29e2bd7 Author: Scott Kostyshak Date: Mon Sep 25 10:58:50 2023 -0400 ctests: update inverted list after DocBook fix Thanks to the fix at ff9dfa96, we can uninvert a test. Also invert a couple of other tests and organize

[LyX/master] Fix compilation of es/Letter standard class

2023-09-23 Thread Scott Kostyshak
commit fa67f70992da5f7c6cb0958d557993d6c0750534 Author: Scott Kostyshak Date: Sat Sep 23 20:35:36 2023 -0400 Fix compilation of es/Letter standard class The problem, described by Udi, was the following: See section 1.10 of babel's manual, on page 12 under

[LyX/master] ctests: invert another ca docbook test

2023-09-23 Thread Scott Kostyshak
commit c6317b123ed5d29a87c157eebb094854a349a1f8 Author: Scott Kostyshak Date: Sat Sep 23 12:43:31 2023 -0400 ctests: invert another ca docbook test Perhaps similar to eb920502. --- development/autotests/invertedTests |3 ++- 1 files changed, 2 insertions(+), 1 deletions

[LyX/master] ctests: invert test due to acmart issue

2023-09-18 Thread Scott Kostyshak
commit 91d5a262cb853c4becc5528e6589fc05bd4c60cf Author: Scott Kostyshak Date: Mon Sep 18 16:25:29 2023 -0400 ctests: invert test due to acmart issue The upstream bug report is here: https://github.com/borisveytsman/acmart/issues/505 --- development/autotests

[LyX/master] ctests: invert ca/Intro_docbook5

2023-09-13 Thread Scott Kostyshak
commit eb920502db33cadadf093a2543e08fea5a7cf591 Author: Scott Kostyshak Date: Wed Sep 13 20:33:41 2023 -0400 ctests: invert ca/Intro_docbook5 The document was recently added and the underlying DocBook issue has not been diagnosed yet. --- development/autotests/invertedTests

[LyX/master] Fix lyx2lyx issue reported on ML

2023-09-06 Thread Scott Kostyshak
commit 77fc67d3f01576070bb51cedc4d578c0457f5bce Author: Scott Kostyshak Date: Wed Sep 6 13:05:07 2023 -0400 Fix lyx2lyx issue reported on ML The issue was reported on lyx-users by Chris Menzel [1]. Patch is from José Matos [2]. [1] https://www.mail-archive.com

[LyX/2.3.x] cat.py: fix Python deprecation warning

2023-08-25 Thread Scott Kostyshak
commit dee5eec15f6e9c36e7fe858c0bb9d44da051418f Author: Scott Kostyshak Date: Thu Mar 19 18:22:16 2020 -0400 cat.py: fix Python deprecation warning This commit fixes the following warning: DeprecationWarning: 'U' mode is deprecated Removing 'U' has no effect

[LyX/2.3.x] endl needs ostream header here.

2023-08-25 Thread Scott Kostyshak
commit 6b4c7c5e9107716353f8c3315fe93abfc0a27c1a Author: Pavel Sanda Date: Tue Jan 14 21:59:05 2020 +0100 endl needs ostream header here. (cherry picked from commit 8c4d6bbba68d0913ae4a7ec3beefea0e9ff4d8ea) --- src/boost.cpp |1 + 1 files changed, 1 insertions(+), 0

[LyX/master] Python fixes from José Matos

2023-08-19 Thread Scott Kostyshak
commit 677dc3b7a6792b3a07c2f7f33ed06aa173d55308 Author: Scott Kostyshak Date: Sat Aug 19 21:32:41 2023 -0400 Python fixes from José Matos See here: https://www.mail-archive.com/search?l=mid=a7960223ee91696e916b281d1d9fc55df10a9480.camel%40gmail.com Description

[LyX/master] supported-languages.lyx: update format

2023-08-18 Thread Scott Kostyshak
commit 946b7500900fea077922b9391c035226dad6d455 Author: Scott Kostyshak Date: Fri Aug 18 11:22:07 2023 -0400 supported-languages.lyx: update format .../export/latex/languages/supported-languages.lyx | 750 +++- 1 files changed, 412 insertions(+), 338 deletions(-) -- lyx

[LyX/master] supported-languages: update info on font subs

2023-08-18 Thread Scott Kostyshak
commit ccd88246a94e66552882bfe6fc5e047f2501f89f Author: Scott Kostyshak Date: Fri Aug 18 11:24:34 2023 -0400 supported-languages: update info on font subs Consistent with 008e1cc9. --- .../export/latex/languages/supported-languages.lyx |9 + 1 files changed, 5

[LyX/master] Fix font substitutions of Thai documents

2023-08-17 Thread Scott Kostyshak
commit 008e1cc963b5ca54f1e71fa501ecb4b2306349ff Author: Scott Kostyshak Date: Thu Aug 17 22:02:09 2023 -0400 Fix font substitutions of Thai documents The substitutefont package is obsoleted now on TL because the required functionality is in the kernel. See here

[LyX/2.3.x] Fix a comparison of arrays to compare *contents*

2023-08-17 Thread Scott Kostyshak
commit 79507c98af1758f4edb5e3bf6f760fce003816b1 Author: Scott Kostyshak Date: Thu Dec 31 13:15:14 2020 -0500 Fix a comparison of arrays to compare *contents* The previous code was mistakenly comparing addresses of the arrays. This issue was caught by a warning when compiling

[LyX/master] Keep cursor position when splitting

2023-08-10 Thread Scott Kostyshak
commit a2310d04f47ba6aadea0e43ffc1e8a8579110022 Author: Daniel Ramoeller Date: Mon Mar 6 21:44:59 2023 +0100 Keep cursor position when splitting Fix for #12689 --- src/frontends/qt/GuiView.cpp |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git

[LyX/master] Comments

2023-08-10 Thread Scott Kostyshak
commit cc951cd4111a3a82d34235cc7efbcd87b226d215 Author: Scott Kostyshak Date: Thu Aug 10 06:17:29 2023 -0400 Comments --- src/frontends/qt/GuiView.cpp |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/src/frontends/qt/GuiView.cpp b/src/frontends/qt/GuiView.cpp

[LyX/master] Update tex2lyx tests after format change to 618

2023-08-06 Thread Scott Kostyshak
commit 224f21c8562ba1f3dab8cd2f2f72cc7d5b0f24d6 Author: Scott Kostyshak Date: Sun Aug 6 15:06:15 2023 -0400 Update tex2lyx tests after format change to 618 Amends 9e8901f9. --- src/tex2lyx/test/CJK.lyx.lyx |2 +- src/tex2lyx/test/CJKutf8.lyx.lyx

[LyX/master] missing-symbols-hebrew-kbd

2023-08-01 Thread Scott Kostyshak
commit 582a437d1472c30c837128562c8ba20f87d3c819 Author: Udi Fogiel Date: Tue Aug 1 04:16:17 2023 +0300 missing-symbols-hebrew-kbd --- lib/kbd/hebrew.kmap |6 +- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/lib/kbd/hebrew.kmap b/lib/kbd/hebrew.kmap index

[LyX/master] Layout typo

2023-07-31 Thread Scott Kostyshak
commit e8b01f3d8364abb08b8d4677d773e5f703179572 Author: Scott Kostyshak Date: Mon Jul 31 18:37:10 2023 -0400 Layout typo Amends e932dc45. --- lib/layouts/theorems-case.inc |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lib/layouts/theorems-case.inc b

[LyX/master] Whitespace

2023-07-31 Thread Scott Kostyshak
commit e9fb0df5eaaf0603ccb8b2519941e1f08b3fd72e Author: Scott Kostyshak Date: Mon Jul 31 18:41:11 2023 -0400 Whitespace Use tab for consistency. --- lib/layouts/theorems-case.inc | 18 +- 1 files changed, 9 insertions(+), 9 deletions(-) diff --git a/lib/layouts

[LyX/master] FORMAT: more details on 616

2023-07-20 Thread Scott Kostyshak
commit 573b4be7bc4dac611e97a84235a76415672f21d7 Author: Scott Kostyshak Date: Thu Jul 20 10:11:53 2023 -0400 FORMAT: more details on 616 --- development/FORMAT |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/development/FORMAT b/development/FORMAT index b60e294

[LyX/master] Fix cursor font after collapsing inset (#12830)

2023-07-06 Thread Scott Kostyshak
commit c4cdff5de22c683df4423dbc0950191294381cd1 Author: Scott Kostyshak Date: Thu Jul 6 08:40:12 2023 -0400 Fix cursor font after collapsing inset (#12830) If the cursor is in an inset, and it is closed (e.g., with ctrl + i, or inset-toggle), the cursor is moved outside

[LyX/master] Style and whitespace

2023-06-29 Thread Scott Kostyshak
commit 551ede855ab5c60246cd318346465530a5733782 Author: Scott Kostyshak Date: Thu Jun 29 05:31:41 2023 -0400 Style and whitespace --- src/insets/InsetListings.cpp | 10 +- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/insets/InsetListings.cpp b/src/insets

[LyX/master] Update tex2lyx tests

2023-06-21 Thread Scott Kostyshak
commit f208f180223aa0418cdb7c86619cdf9fa8255962 Author: Scott Kostyshak Date: Wed Jun 21 14:38:23 2023 -0400 Update tex2lyx tests Update the test files after the last format change (c3f98d1f). --- src/tex2lyx/test/CJK.lyx.lyx |2 +- src/tex2lyx/test

[LyX/master] Add "override" to fix warning

2023-06-19 Thread Scott Kostyshak
commit f14384ff91d49255543ac458767e94a59bae6c43 Author: Scott Kostyshak Date: Mon Jun 19 14:46:05 2023 -0400 Add "override" to fix warning Otherwise we get the following warning: src/frontends/qt/InsertTableWidget.h:44:7: error: 'hideEvent' overrides a membe

[LyX/master] Remove the mathed "BUGS" file (#3493)

2023-06-15 Thread Scott Kostyshak
commit eac460e4381b7ccf657f4a56755812cd42b4e821 Author: Scott Kostyshak Date: Thu Jun 15 05:11:32 2023 -0400 Remove the mathed "BUGS" file (#3493) Jürgen cleaned up the previous contents of this "BUGS" file. What was left (before the rm in this commit) had

[LyX/master] Fix margins and spacing of InsetParamsUI

2023-06-15 Thread Scott Kostyshak
commit c13c95997402ae9c82ba3e5a13aac8006ff13476 Author: Daniel Ramoeller Date: Thu Jun 15 07:18:31 2023 +0200 Fix margins and spacing of InsetParamsUI Fix for bug #12244. --- src/frontends/qt/InsetParamsDialog.cpp |4 ++ src/frontends/qt/ui/InsetParamsUi.ui | 73

[LyX/master] Fix for HiDPI logo in About

2023-06-13 Thread Scott Kostyshak
commit 7371a99256825b144ee1960e5ca5016700d39a56 Author: Daniel Ramoeller Date: Sat Mar 11 17:58:35 2023 +0100 Fix for HiDPI logo in About Fix for #12322. --- src/frontends/qt/GuiAbout.cpp | 12 +++- src/frontends/qt/ui/AboutUi.ui | 19 +-- 2 files

[LyX/master] Whitespace

2023-06-13 Thread Scott Kostyshak
commit 67ff56c63af67b5897c18f22aeb206d8387b086a Author: Scott Kostyshak Date: Tue Jun 13 04:32:34 2023 -0400 Whitespace --- src/insets/InsetHyperlink.cpp |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/insets/InsetHyperlink.cpp b/src/insets

[LyX/master] Remove ellipsis from "End Edit Externally..."

2023-05-17 Thread Scott Kostyshak
commit d957afdb64325d1ae4cbbee4a6d9b5055dae3b8f Author: Daniel Ramoeller Date: Wed May 17 20:26:32 2023 +0200 Remove ellipsis from "End Edit Externally..." Fix for bug #12780 --- lib/ui/stdcontext.inc |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git

[LyX/master] Simplify Quotation/Quote style

2023-05-08 Thread Scott Kostyshak
commit 5556cb3d3f8d39fdb5811a8002ad3c706c3edc7c Author: Daniel Ramoeller Date: Sun Apr 16 09:47:35 2023 +0200 Simplify Quotation/Quote style Fix for bug #12745 --- lib/layouts/stdlayouts.inc | 37 +++-- 1 files changed, 11 insertions(+), 26

[LyX/master] Fix compiler warning about unused string consts

2023-04-26 Thread Scott Kostyshak
commit 1dc55bd88b9671ade0b3ad84fcbd992db1c66ca3 Author: Scott Kostyshak Date: Wed Apr 26 14:03:57 2023 -0400 Fix compiler warning about unused string consts These trigger a warning with Clang: src/Session.cpp:34:14: error: unused variable 'sec_session' [-Werror,-Wunused

[LyX/master] ctests: move #12734 testfile thanks to fix

2023-04-15 Thread Scott Kostyshak
commit 8490b3e73b751b6f3c2107383f5627a681c2d853 Author: Scott Kostyshak Date: Sat Apr 15 07:43:33 2023 -0400 ctests: move #12734 testfile thanks to fix Categorize a 'lyxbugs' testfile as fixed thanks to a15bc829. --- .../latex/lyxbugs-resolved/12734-unicode-math.lyx | 102

[LyX/master] ctests: test file for #12734

2023-04-11 Thread Scott Kostyshak
commit a5ebeb3b466fd5aa9cb07942bf5296481515a427 Author: Scott Kostyshak Date: Tue Apr 11 23:44:49 2023 -0400 ctests: test file for #12734 --- .../export/latex/lyxbugs/12734-unicode-math.lyx| 102 development/autotests/invertedTests|3 + 2

[LyX/master] ctests: add a test file for #12708

2023-04-11 Thread Scott Kostyshak
commit 3a9bd795369bfaf7170ca57f43d1b43667c00575 Author: Scott Kostyshak Date: Tue Apr 11 22:52:40 2023 -0400 ctests: add a test file for #12708 The file is taken from #12727 which is a duplicate. --- .../latex/lyxbugs/12708-refstyle-amsmath.lyx | 123

[LyX/master] Amend 1dc66608

2023-04-10 Thread Scott Kostyshak
commit 7368e5be2be2c24f5cb363443d86c72973bd2719 Author: Scott Kostyshak Date: Mon Apr 10 13:10:11 2023 -0400 Amend 1dc66608 Declare override, otherwise we get the following warning: src/insets/InsetListings.h:42:7: error: 'isEnvironment' overrides a member function

[LyX/master] Amend d0a83d33

2023-04-10 Thread Scott Kostyshak
commit e3288b4b4a3649c030fa679c5edbdda9a08b8e98 Author: Scott Kostyshak Date: Mon Apr 10 13:03:19 2023 -0400 Amend d0a83d33 --- lib/layouts/heb-article.layout |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lib/layouts/heb-article.layout b/lib/layouts/heb

[LyX/master] ctests: uninvert tests thanks to microtype update

2023-04-04 Thread Scott Kostyshak
commit 21d9bcb5619ff2f23c1089caf5ddfd0eaaaf869f Author: Scott Kostyshak Date: Tue Apr 4 23:37:55 2023 -0400 ctests: uninvert tests thanks to microtype update microtype version 3.1 somehow fixed an issue that was affecting these exports and the exports now succeed

[LyX/master] Fix a comment

2023-04-04 Thread Scott Kostyshak
commit f521c05ae64a9b612474cdf06b54948ab69801ea Author: Scott Kostyshak Date: Tue Apr 4 15:28:01 2023 -0400 Fix a comment --- development/autotests/unreliableTests |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/development/autotests/unreliableTests b

[LyX/master] ctests: do not mark Hebrew + Lua as unreliable

2023-04-04 Thread Scott Kostyshak
commit 5d853e55addedb756c5e6889c7cc942d7460cc4f Author: Scott Kostyshak Date: Tue Apr 4 15:28:45 2023 -0400 ctests: do not mark Hebrew + Lua as unreliable The referenced terminal message no longer appears. The upstream polyglossia issue has been fixed: https

[LyX/master] ja docs: restore \font_typewriter to IPAGothic

2023-02-27 Thread Scott Kostyshak
commit ffe5d61bb256745b81fb2b8a065def64034f5776 Author: Scott Kostyshak Date: Mon Feb 27 20:44:57 2023 -0500 ja docs: restore \font_typewriter to IPAGothic It had been (accidentally, I think) set to default at 723d3703. See 6656dd22 for why we set to IPAGothic. --- lib

[LyX/master] Fix equation numbers after row operation (#12665)

2023-02-22 Thread Scott Kostyshak
commit 83af3dfd2969e6dbe2b515aabfe5cf71c64cf6a8 Author: Scott Kostyshak Date: Wed Feb 22 11:12:56 2023 -0500 Fix equation numbers after row operation (#12665) After removing/adding rows, the corresponding equation numbers in the LyX display were not updated (although if you

[LyX/master] French docs: remove unicode thin spaces

2023-02-18 Thread Scott Kostyshak
commit 07a7e847d6d4af4b19d4daa5066b192cac2bc07f Author: Scott Kostyshak Date: Sat Feb 18 16:40:50 2023 -0500 French docs: remove unicode thin spaces Consistent with 9b20b33a and cb732ef5. --- lib/doc/fr/Customization.lyx |2 +- lib/doc/fr/UserGuide.lyx |2 +- 2 files

[LyX/master] fr EmbeddedObjects: fix comp with LuaTeX + babel

2023-02-18 Thread Scott Kostyshak
commit 9b20b33a3e54ee2c418a25fb7b78359c1da43b40 Author: Scott Kostyshak Date: Sat Feb 18 16:18:53 2023 -0500 fr EmbeddedObjects: fix comp with LuaTeX + babel This commit removes unicode thin space characters (unicode 2009). LuaTeX with polyglossia (the default

[LyX/master] ctests: invert lyx2lyx tests expected to fail

2023-02-17 Thread Scott Kostyshak
commit caa7e6f6c8e4b09884e642a8ef5ae009b93b7976 Author: Scott Kostyshak Date: Fri Feb 17 10:17:51 2023 -0500 ctests: invert lyx2lyx tests expected to fail These tests are expected to fail, but are not really because of a bug. For more info see the comment in this commit

[LyX/master] Fix \origin of newly added ja books and reports

2023-02-16 Thread Scott Kostyshak
commit 0784e080626f256156592885afa969a381059bdb Author: Scott Kostyshak Date: Thu Feb 16 12:07:51 2023 -0500 Fix \origin of newly added ja books and reports --- .../Japanese_Book_%28JS_Bundle_for_LuaTeX%29.lyx |2 +- ...panese_Book_%28Standard_Class_for_LuaTeX%29.lyx |2

[LyX/master] Fix \origin of newly added files

2023-02-16 Thread Scott Kostyshak
commit 8bf93b35a1b576a96ae0904cefcd86970f1a3b3a Author: Scott Kostyshak Date: Thu Feb 16 12:05:07 2023 -0500 Fix \origin of newly added files --- ...Japanese_Article_%28JS_Bundle_for_LuaTeX%29.lyx |2 +- ...ese_Article_%28Standard_Class_for_LuaTeX%29.lyx |2

[LyX/master] Add layout format number of newly added file

2023-02-16 Thread Scott Kostyshak
commit 8887c4eddabd853c3f4502459f41aeea1a2185d9 Author: Scott Kostyshak Date: Thu Feb 16 12:00:21 2023 -0500 Add layout format number of newly added file Update it to 99. --- lib/layouts/japanese-vertical.inc |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git

[LyX/master] ctests: invert unsupported exports of Armenia file

2023-02-11 Thread Scott Kostyshak
commit c0bca65635f170d330b0f27dccea13c4894d79e0 Author: Scott Kostyshak Date: Sat Feb 11 14:57:21 2023 -0500 ctests: invert unsupported exports of Armenia file This new example file is only expected to work with XeTeX and LuaTeX with system fonts. --- development/autotests

[LyX/master] ctests: adapt inverted & ignored to renamings

2023-02-11 Thread Scott Kostyshak
commit e54dedb49f4f027bf718d309a5a62b1c0a23012e Author: Scott Kostyshak Date: Sat Feb 11 14:44:47 2023 -0500 ctests: adapt inverted & ignored to renamings --- development/autotests/ignoredTests |7 --- development/autotests/invertedTests |2 +- 2 files changed, 5 insert

[LyX/master] ctests inverted: adapt to recent renaming

2023-02-11 Thread Scott Kostyshak
commit c0c5d0bc8042e2dee818f2bbd464e1b385e430a7 Author: Scott Kostyshak Date: Sat Feb 11 12:13:44 2023 -0500 ctests inverted: adapt to recent renaming --- development/autotests/invertedTests |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/development/autotests

[LyX/master] Fix a layout error in newly added file

2023-02-08 Thread Scott Kostyshak
commit bb9ef421fdd178e06055fb6fbdad907ab10c49a7 Author: Scott Kostyshak Date: Wed Feb 8 13:11:34 2023 -0500 Fix a layout error in newly added file Fix the following terminal output: TextClass.cpp (850): Unable to remove counter: chapter --- lib/layouts/jlreq

[LyX/master] Remove executable flag on some image files

2023-02-08 Thread Scott Kostyshak
commit 1ac7dfc17448b733d075d8e651c6f580dd8d61f2 Author: Scott Kostyshak Date: Wed Feb 8 11:59:40 2023 -0500 Remove executable flag on some image files --- lib/images/classic/toolbar-toggle_review.png | Bin 413 -> 413 bytes lib/images/oxygen/iconsize.png | Bin 191 -&g

[LyX/master] Fix layout font settings of newly added file

2023-02-08 Thread Scott Kostyshak
commit ba264ec485170b49d766732189bf602f8f672aea Author: Scott Kostyshak Date: Wed Feb 8 11:46:42 2023 -0500 Fix layout font settings of newly added file Change "TextFont" to "Font". This fixes the following terminal errors when opening the file:

[LyX/master] Fix a \origin of newly added file

2023-02-08 Thread Scott Kostyshak
commit afbf9dc6f7c260a25487583329aa9a55c55348d6 Author: Scott Kostyshak Date: Wed Feb 8 11:28:18 2023 -0500 Fix a \origin of newly added file --- .../Japanese_Article_%28JLReq_Class%29.lyx |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lib/examples/ja

[LyX/master] Remove executable flag on newly added files

2023-02-08 Thread Scott Kostyshak
commit 2d6341cdb48eb1de01b1c1caf5c655203d1efd75 Author: Scott Kostyshak Date: Wed Feb 8 11:22:54 2023 -0500 Remove executable flag on newly added files --- 0 files changed, 0 insertions(+), 0 deletions(-) diff --git a/lib/examples/ja/Articles/Japanese_Article_%28JLReq_Class%29.lyx b/lib

[LyX/master] ctests: uninvert JSS exports

2023-01-30 Thread Scott Kostyshak
commit 4b8b5bc252303022d1bd55acae9d185ea514f96c Author: Scott Kostyshak Date: Mon Jan 30 20:59:08 2023 -0500 ctests: uninvert JSS exports The Journal of Statistical Software exports now succeed. An update must have fixed the core issue. --- development/autotests/invertedTests

[LyX/master] Fix more ja documents for LuaTeX/XeTeX + systemF

2023-01-30 Thread Scott Kostyshak
commit 795d5c408d9aebd424543aee4189171a486e975c Author: Scott Kostyshak Date: Mon Jan 30 12:53:25 2023 -0500 Fix more ja documents for LuaTeX/XeTeX + systemF I used the following command inside the ja directories, and confirmed the diff manually: git ls-files -z

[LyX/master] Fix Embedded Objects comp with LuaTeX (systemF)

2023-01-30 Thread Scott Kostyshak
commit 479825fe097014ac92c2584adde4cae52aee7153 Author: Scott Kostyshak Date: Mon Jan 30 12:22:25 2023 -0500 Fix Embedded Objects comp with LuaTeX (systemF) Thanks to Jürgen. --- lib/doc/ja/EmbeddedObjects.lyx |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff

[LyX/master] ctests: uninvert ja XeLaTeX exports that work now

2023-01-30 Thread Scott Kostyshak
commit 4e9f66041133f96ee8cc68532ab4dfa5263f4a60 Author: Scott Kostyshak Date: Mon Jan 30 11:54:36 2023 -0500 ctests: uninvert ja XeLaTeX exports that work now These exports now work thanks to the font fix at 6656dd22. --- development/autotests/invertedTests |2 +- 1 files

[LyX/master] Set typewriter fonts for ja docs

2023-01-29 Thread Scott Kostyshak
commit 6656dd2275302080204deae0e4e24d27edf6d4d7 Author: Scott Kostyshak Date: Sun Jan 29 23:22:51 2023 -0500 Set typewriter fonts for ja docs This fixes compilation with system fonts and LuaTeX for the Intro and Customization manuals, although Embedded Objects still has

[LyX/master] ctests: comment out the new XHTML validate tests

2023-01-26 Thread Scott Kostyshak
commit 168af93020f7f1ab65ecb1dfdf706be0bf10f2aa Author: Scott Kostyshak Date: Thu Jan 26 21:40:23 2023 -0500 ctests: comment out the new XHTML validate tests These new checks found issues that are difficult to fix. --- development/autotests/export.cmake |2 +- 1 files changed

[LyX/master] Fix -Winconsistent-missing-override

2023-01-25 Thread Scott Kostyshak
commit 2ccaefa8a121e8ae921420cef1c886a57271fb67 Author: Scott Kostyshak Date: Wed Jan 25 10:56:40 2023 -0500 Fix -Winconsistent-missing-override Fix the following warning: src/frontends/qt/GuiDocument.h:377:7: error: 'eventFilter' overrides a member function

[LyX/master] updatelayouts.py: skip .txt files

2023-01-07 Thread Scott Kostyshak
commit 95dd4f6bf63da04a28165fa901ef6c4016e2c898 Author: Scott Kostyshak Date: Sat Jan 7 09:43:47 2023 -0500 updatelayouts.py: skip .txt files --- development/tools/updatelayouts.py |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/development/tools

[LyX/master] ctests: uninvert a lyx2lyx test thanks to fix

2023-01-06 Thread Scott Kostyshak
commit ec02df2bb9a4812ceab5cf6e2e9fe409f02ec0cd Author: Scott Kostyshak Date: Fri Jan 6 13:51:34 2023 -0500 ctests: uninvert a lyx2lyx test thanks to fix Thanks to the fix at d89a4848, the roundtrip now converges. This reverts commit

[LyX/master] Typo in a comment

2023-01-05 Thread Scott Kostyshak
commit bee08b19ee2bdd8089cbd45ab2035bde7c9c6903 Author: Scott Kostyshak Date: Thu Jan 5 23:33:16 2023 -0500 Typo in a comment --- src/support/os.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/support/os.h b/src/support/os.h index a96791d..7e6bdbd 100644

[LyX/master] ctests: invert a bug from old routine

2023-01-05 Thread Scott Kostyshak
commit 83c72a3eceb1ce98242a848579952b7526739d15 Author: Scott Kostyshak Date: Thu Jan 5 12:55:32 2023 -0500 ctests: invert a bug from old routine A test from a recent file, KOMA-Script_Book.lyx, uncovered this issue. It is an old routine so not critical to fix

  1   2   3   4   5   6   7   8   9   10   >