[LyX/master] Foils: set default output to PDF (ps2pdf)

2020-10-30 Thread Scott Kostyshak
commit 5ba4692ab00e02fa6d684d0c7f7ddba7b98a55f1 Author: Scott Kostyshak Date: Fri Oct 30 20:22:00 2020 -0400 Foils: set default output to PDF (ps2pdf) We currently specify that dvips be used. This could potentially change in the future. One issue is that with system fonts

[LyX/master] ctests: invert JASA tests, consistent with Seminar

2020-10-30 Thread Scott Kostyshak
commit 10a236124439a25d3fe4590c3c22f4ccba9a8260 Author: Scott Kostyshak Date: Fri Oct 30 17:37:23 2020 -0400 ctests: invert JASA tests, consistent with Seminar These tests are failing for the same reason as the Seminar tests. See 1aa4987b. --- development/autotests

[LyX/master] Address failures of Seminar examples on new TL20

2020-10-29 Thread Scott Kostyshak
commit 1aa4987b2fd8fd31cc8166d68b8eac3f0c8d02b3 Author: Scott Kostyshak Date: Thu Oct 29 23:09:59 2020 -0400 Address failures of Seminar examples on new TL20 Compilation of our Seminar example file fails on updated TL20. The maintainer of "Seminar" is not plann

[LyX/2.3.x] CMake deb: support "python2 | python3" dependency

2020-10-29 Thread Scott Kostyshak
commit 3611c09f39cc5aab188aaf383cc6a7f60c69212e Author: Scott Kostyshak Date: Mon Oct 19 14:59:17 2020 -0400 CMake deb: support "python2 | python3" dependency The latest debian-based distributions have moved away from the "python" package dependency to &q

[LyX/2.3.x] CMake deb: update python2 requirement

2020-10-29 Thread Scott Kostyshak
commit 012bca0b053e9c5b64881d227c7d4ec0fae08056 Author: Scott Kostyshak Date: Mon Oct 19 15:06:04 2020 -0400 CMake deb: update python2 requirement Synchronize with README: >= 2.7. (cherry picked from commit 334552ade5bcaf55c8ac337ea3ecf350867f0707) --- development/cm

[LyX/master] ctests: Invert some tests for new ru Additional

2020-10-29 Thread Scott Kostyshak
commit c9fd498a7f68cc05259d528149889122f7d7c542 Author: Scott Kostyshak Date: Thu Oct 29 16:07:55 2020 -0400 ctests: Invert some tests for new ru Additional These inversions are consistent with ru Math manual tests. --- development/autotests/invertedTests |2 +- 1 files

[LyX/master] ctests: invert unicode failures from menukeys pack

2020-10-28 Thread Scott Kostyshak
commit 33228178a8f1280c834ebfe563f48b3e6d386876 Author: Scott Kostyshak Date: Wed Oct 28 16:35:51 2020 -0400 ctests: invert unicode failures from menukeys pack The issue is already reported and it seems a fix could be released soon (in which case we will uninvert the tests

[LyX/master] ctests: ignore zh_CN dvi3_systemF tests

2020-10-27 Thread Scott Kostyshak
commit 35d3ccf75b2d1abe7d7db64b05ef33bc82b774f7 Author: Scott Kostyshak Date: Tue Oct 27 23:05:33 2020 -0400 ctests: ignore zh_CN dvi3_systemF tests These exports had wrong output before, and now (on updated TL20) they fail with the following error message: DVI

[LyX/master] ctests: add test from #9043 which is fixedinmaster

2020-10-24 Thread Scott Kostyshak
commit f2622e1488a8d2b85f7ee754348bacff8c0bba6c Author: Scott Kostyshak Date: Sat Oct 24 15:54:03 2020 -0400 ctests: add test from #9043 which is fixedinmaster This file succeeds on master, but not in 2.3.0 or 2.3.x (I have not checked which commit fixed it). --- .../lyxbugs

[LyX/master] CMake: comment out c++20 for now

2020-10-23 Thread Scott Kostyshak
commit 2c1753a5265c59ebd11fc465cdb119ff589ad965 Author: Scott Kostyshak Date: Fri Oct 23 17:12:02 2020 -0400 CMake: comment out c++20 for now We currently get errors with internal boost and also from LyX code. --- development/cmake/modules/FindCXX11Compiler.cmake |4 +++- 1

[LyX/master] CMake deb: support "python2 | python3" dependency

2020-10-20 Thread Scott Kostyshak
commit fe1cbc06c320677bf5930d3e3e943f7d9a75bdcf Author: Scott Kostyshak Date: Mon Oct 19 14:59:17 2020 -0400 CMake deb: support "python2 | python3" dependency The latest debian-based distributions have moved away from the "python" package dependency to &q

[LyX/master] CMake deb: update python2 requirement

2020-10-19 Thread Scott Kostyshak
commit 334552ade5bcaf55c8ac337ea3ecf350867f0707 Author: Scott Kostyshak Date: Mon Oct 19 15:06:04 2020 -0400 CMake deb: update python2 requirement Synchronize with README: >= 2.7. --- development/cmake/LyxPackaging.cmake |2 +- 1 files changed, 1 insertions(+), 1 deleti

[LyX/master] Update tex2lyx tests after the format change

2020-10-16 Thread Scott Kostyshak
commit 1e3ef3c6e23628f6c64b088d8390a0385e49d070 Author: Scott Kostyshak Date: Fri Oct 16 22:51:39 2020 -0400 Update tex2lyx tests after the format change The diff consists of only the format number, which is expected since there is no instance of "\nopagebreak" i

[LyX/master] Revert "Update layouts"

2020-09-27 Thread Scott Kostyshak
commit d0aa20afcfc2a1ada9627005fb2216f67688895b Author: Scott Kostyshak Date: Sun Sep 27 16:47:28 2020 -0400 Revert "Update layouts" A fix to layout2layout is needed first. See: https://www.mail-archive.com/search?l=mid=20200927192424.GA12

[LyX/master] Update layouts

2020-09-27 Thread Scott Kostyshak
commit 5d7efd2fa934b138933ffed5a1e19c9d52e8d933 Author: Scott Kostyshak Date: Sun Sep 27 11:44:59 2020 -0400 Update layouts Fixes a slight delay when cutting (#11988). lib/citeengines/basic.citeengine |2 +- lib/citeengines/biblatex-natbib.citeengine

[LyX/master] ctests: ignore Japanese dvi3 systemF tests

2020-09-25 Thread Scott Kostyshak
commit bf0f662e93c213dc2136ff963f17795302aaea52 Author: Scott Kostyshak Date: Fri Sep 25 15:11:17 2020 -0400 ctests: ignore Japanese dvi3 systemF tests These started to fail due to a "luatex" package update in the TL20 cycle. From an ML thread [1]: The

[LyX/master] Typo

2020-09-25 Thread Scott Kostyshak
commit 6be7e7ce725de98db73a54c7a2d7c262d8e2c9f7 Author: Scott Kostyshak Date: Fri Sep 25 15:11:03 2020 -0400 Typo --- development/autotests/ignoredTests |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/development/autotests/ignoredTests b/development/autotests

[LyX/master] ctests: invert 'wontfix' failing lyx2lyx tests

2020-09-15 Thread Scott Kostyshak
commit 5542ccd3f9712797e4d90a9af8340a0a47687d43 Author: Scott Kostyshak Date: Tue Sep 15 18:00:31 2020 -0400 ctests: invert 'wontfix' failing lyx2lyx tests We decided looking into it wasn't worth the time. Note that the tests are only about formats 2.0.x and 1.6.x

[LyX/master] Fix ru Beamer_Article polyglossia exports

2020-09-12 Thread Scott Kostyshak
commit 06855a66ca2a88a23749a6d9354b6062793301d8 Author: Scott Kostyshak Date: Sun Sep 13 01:27:19 2020 -0400 Fix ru Beamer_Article polyglossia exports Set fonts to DejaVu to avoid the following error: ! Package polyglossia Error: The current latin font does

[LyX/master] Fix documentation for LFUN_LAYOUT

2020-09-12 Thread Scott Kostyshak
commit 670da1817e30241d9aeb76660cf9518ff3bee071 Author: Scott Kostyshak Date: Sat Sep 12 19:29:01 2020 -0400 Fix documentation for LFUN_LAYOUT The argument 'ignorenests' was renamed to 'ignoreautonests' at d6fb2abb. --- src/LyXAction.cpp |8 1 files changed, 4

[LyX features/feature/docbook] ru Beamer: make absolute path relative

2020-09-12 Thread Scott Kostyshak
98f92809874d68dc6c329cfd81a409331bc68d81 Author: Scott Kostyshak Date: Fri Sep 11 00:51:10 2020 -0400 ru Beamer: make absolute path relative (cherry picked from commit 6a5f1f380e5e988367fdb0ffa86e5177ff88e3ff) diff --git a/lib/examples/ru/Presentations/Beamer.lyx b/lib/examples/ru/Presentations/Beamer.lyx index 3a8acc3

[LyX features/feature/docbook] ru Beamer: make absolute path relative

2020-09-12 Thread Scott Kostyshak
this happens we assume that you've already had alert emails for all of the O revisions, and so we here report only the revisions in the N branch from the common base, B. - Log - commit c8e76e78e7db859455bfd91dc24af7a1a79257da Author: Scott

[LyX features/feature/docbook] ru Beamer: make absolute path relative

2020-09-12 Thread Scott Kostyshak
this happens we assume that you've already had alert emails for all of the O revisions, and so we here report only the revisions in the N branch from the common base, B. - Log - commit 69722a4f8f5eb7aa4ff589131d9364fa5f3b65d4 Author: Scott

[LyX features/feature/docbook] ru Beamer: make absolute path relative

2020-09-12 Thread Scott Kostyshak
this happens we assume that you've already had alert emails for all of the O revisions, and so we here report only the revisions in the N branch from the common base, B. - Log - commit 472ecc4c8b2d18486c7a7140a03879a88f12e67e Author: Scott

[LyX features/feature/docbook] ru Beamer: make absolute path relative

2020-09-11 Thread Scott Kostyshak
The branch, feature/docbook, has been updated. - Log - commit 7dc72ef35dd5f119684cd97e195fc499640c0ee9 Author: Scott Kostyshak Date: Fri Sep 11 00:51:10 2020 -0400 ru Beamer: make absolute path relative (cherry

[LyX/master] Uninvert two Hebrew pdf5 systemF tests

2020-09-11 Thread Scott Kostyshak
commit b4f3963ab2ba0baecfda9d043eda02569ba7c21f Author: Scott Kostyshak Date: Fri Sep 11 14:06:33 2020 -0400 Uninvert two Hebrew pdf5 systemF tests These exports now pass, and the output looks reasonable to me (although I do not know Hebrew). I believe they work now because

[LyX/master] ru Beamer: make absolute path relative

2020-09-10 Thread Scott Kostyshak
commit 6a5f1f380e5e988367fdb0ffa86e5177ff88e3ff Author: Scott Kostyshak Date: Fri Sep 11 00:51:10 2020 -0400 ru Beamer: make absolute path relative --- lib/examples/ru/Presentations/Beamer.lyx |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lib/examples/ru

[LyX features/feature/docbook] Fix configure, revert part of d97b9ebd

2020-09-10 Thread Scott Kostyshak
The branch, feature/docbook, has been updated. - Log - commit 4ac929f3df456a0617aae41f3aaed803dd97cf32 Author: Scott Kostyshak Date: Thu Sep 10 23:47:19 2020 -0400 Fix configure, revert part of d97b9ebd Without

[LyX features/feature/docbook] Fix compilation

2020-09-02 Thread Scott Kostyshak
The branch, feature/docbook, has been updated. - Log - commit 94ccc79a6fdf15320fe3bf6ad5a4e72e20faf05f Author: Scott Kostyshak Date: Wed Sep 2 22:48:23 2020 -0400 Fix compilation diff --git a/src/output_docbook.cpp b/src

[LyX/master] ctests: invert ru XY LuaTeX tests

2020-08-29 Thread Scott Kostyshak
commit aef29bbe6f86df3aa5ecb8981ed3564de69895dd Author: Scott Kostyshak Date: Sat Aug 29 22:38:10 2020 -0400 ctests: invert ru XY LuaTeX tests The following error is given during the compilation: ! Package xypdf Error: pdfTeX version 1.40.0 or higher is needed

[LyX/master] ctests: mark ru XY dvi3_systemF tests wrong output

2020-08-29 Thread Scott Kostyshak
commit 73aef078ac2e088e508921dfe24c0e9b99fea730 Author: Scott Kostyshak Date: Sat Aug 29 22:53:14 2020 -0400 ctests: mark ru XY dvi3_systemF tests wrong output --- development/autotests/unreliableTests |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git

[LyX/master] ru XY examples: set fonts to DejaVu

2020-08-29 Thread Scott Kostyshak
commit 1146e6ba431d4dc3b76957b6350e6728e5972f70 Author: Scott Kostyshak Date: Sat Aug 29 22:47:10 2020 -0400 ru XY examples: set fonts to DejaVu This choice of fonts is consistent with the Russian Intro manual, and fixes compilation with XeTeX. --- lib/examples/ru

[LyX/master] ctests: invert ru Math LuaTeX tests

2020-08-29 Thread Scott Kostyshak
commit 57253974bc96e8ae13bb3970efd0033da84f08b3 Author: Scott Kostyshak Date: Sat Aug 29 14:01:23 2020 -0400 ctests: invert ru Math LuaTeX tests There are issues due to varioref. Consistent with 6e50327a. --- development/autotests/invertedTests |1 + 1 files changed, 1

[LyX/master] ru UserGuide: set default output format to pdf2

2020-08-29 Thread Scott Kostyshak
commit c225b758cb10bd72609e548b5cddd0bdbb85416d Author: Scott Kostyshak Date: Sat Aug 29 13:49:02 2020 -0400 ru UserGuide: set default output format to pdf2 This is consistent with the math manual, and some of the other formats don't work, because of varioref issues. --- lib

[LyX/master] ctests: invert LuaTeX + DavidCLM exports

2020-08-29 Thread Scott Kostyshak
commit 2a665dcc0582b025427595392e0a2ba87c7e2e45 Author: Scott Kostyshak Date: Sat Aug 29 11:09:54 2020 -0400 ctests: invert LuaTeX + DavidCLM exports Thanks to Jürgen, who mentions the following: luaotfload does not find "DavidCLM". In fact, at least on

[LyX/master] ctests: comment out a comment

2020-08-26 Thread Scott Kostyshak
commit a21bc08cc08e6b1e63dc31ab6aa9e52822a2ebc4 Author: Scott Kostyshak Date: Wed Aug 26 23:06:48 2020 -0400 ctests: comment out a comment --- development/autotests/invertedTests | 13 +++-- 1 files changed, 7 insertions(+), 6 deletions(-) diff --git a/development/autotests

[LyX/master] ctests: invert Hebrew dvi3, pdf5 TeX font tests

2020-08-26 Thread Scott Kostyshak
commit f86ec91afb7f906a1074c4ec60eb80aef69ae57b Author: Scott Kostyshak Date: Wed Aug 26 23:16:53 2020 -0400 ctests: invert Hebrew dvi3, pdf5 TeX font tests These exports fail with the following error: "! Right-to-Left Support Error: use TeX--XeT or e-TeX e

[LyX/master] ctests: add ertroundtrip lable and invert a lyx22x

2020-08-26 Thread Scott Kostyshak
commit c44cfec3486028d942f6a710c7ce133c3378a0f3 Author: Scott Kostyshak Date: Wed Aug 26 14:19:45 2020 -0400 ctests: add ertroundtrip lable and invert a lyx22x In many cases, round trip with older formats involves exporting ERT or preamble code in the backwards conversion

[LyX/master] ctests: restore use of -shell-escape to fix Minted

2020-08-24 Thread Scott Kostyshak
commit 4a9bbe61df8dde577fc1a3ac72aa52a1dbb09984 Author: Scott Kostyshak Date: Mon Aug 24 16:28:46 2020 -0400 ctests: restore use of -shell-escape to fix Minted This commit amends 4bb00e99 and fixes the Minted tests. --- lib/scripts/prefTest.pm |2 +- 1 files changed, 1

[LyX/master] ctests: Uninvert an export fixed by new TL

2020-08-21 Thread Scott Kostyshak
commit 08725c58321c9260cf00f2223d9ea13cae1af0b8 Author: Scott Kostyshak Date: Fri Aug 21 14:15:35 2020 -0400 ctests: Uninvert an export fixed by new TL The export fails with a TL19, and passes with an updated TL20 system. Kornel confirms. A quick manual check

[LyX/master] Whitespace

2020-08-20 Thread Scott Kostyshak
commit 4c0073cd03021da6cefb718cb777a5e1f944afd1 Author: Scott Kostyshak Date: Thu Aug 20 21:51:06 2020 -0400 Whitespace --- lib/scripts/lyxpaperview|2 +- src/BiblioInfo.cpp |4 ++-- src/BiblioInfo.h|2 +- src/frontends/qt/qt_helpers.cpp

[LyX/master] Spacing

2020-08-01 Thread Scott Kostyshak
commit d3b7657e3ccb03964367bd68641d05a5d1d38599 Author: Scott Kostyshak Date: Sat Aug 1 10:04:33 2020 -0400 Spacing --- lib/layouts/aastex.layout |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/layouts/aastex.layout b/lib/layouts/aastex.layout index 854b6b5

[LyX/2.3.x] Add bind to Insert > Separated Above

2020-05-24 Thread Scott Kostyshak
commit 3792f3e6491dffa320fad73efa850b2b34eaf85f Author: Scott Kostyshak Date: Sat May 23 09:03:51 2020 -0400 Add bind to Insert > Separated Above The binding is already used for environment-split outer, so we bind to environment-split before. (cherry pic

[LyX/master] Add bind to Insert > Separated Above

2020-05-23 Thread Scott Kostyshak
commit 386aba099bc493f963ed0d865f391f46d3f6477e Author: Scott Kostyshak Date: Sat May 23 09:03:51 2020 -0400 Add bind to Insert > Separated Above The binding is already used for environment-split outer, so we bind to environment-split before. --- lib/bind/menus.b

[LyX/2.3.x] Only set dummy X11 selection if we do not own it

2020-05-06 Thread Scott Kostyshak
commit 7a158055fe6c05763f88ddb61a9c02b42614091d Author: Scott Kostyshak Date: Fri Mar 27 21:23:08 2020 -0400 Only set dummy X11 selection if we do not own it Before, we would continually set the selection to the empty string, to maintain ownership. This causes problems

[LyX/master] Fix commented out code

2020-05-04 Thread Scott Kostyshak
commit 23abb5aaa36af07aadfa5e565869104778ba0d6d Author: Scott Kostyshak Date: Mon May 4 09:25:15 2020 -0400 Fix commented out code Since the if condition changed at af4ee1a4, the "else" in the comment needed correction. --- src/frontends/qt/GuiSelection.cpp |2 +

[LyX/master] Only set dummy X11 selection if we do not own it

2020-05-04 Thread Scott Kostyshak
commit af4ee1a487c4d899b71df02ba57c2f024fea6786 Author: Scott Kostyshak Date: Fri Mar 27 21:23:08 2020 -0400 Only set dummy X11 selection if we do not own it Before, we would continually set the selection to the empty string, to maintain ownership. This causes problems

[LyX/master] Fix debug message

2020-04-19 Thread Scott Kostyshak
commit 721d39ddc7dc5b89eec3f7d2f19de89d6266e90c Author: Scott Kostyshak Date: Sun Apr 19 09:02:04 2020 -0400 Fix debug message --- src/BufferView.cpp |5 - 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/src/BufferView.cpp b/src/BufferView.cpp index 9430ba4..621b58e

[LyX/master] Use << for raising 2 to power instead of ^

2020-03-28 Thread Scott Kostyshak
commit 8f3c95f7570f84effc4601e88f13ff48c6084f0c Author: Scott Kostyshak Date: Sat Mar 28 12:19:11 2020 -0400 Use << for raising 2 to power instead of ^ The ^ is interpretted as bitwise XOR, so 2^(20) evaluated to 22. Thanks to Riki for the << trick. Thi

[LyX/master] PreviewLoader: start fake pids after PID_MAX_LIMIT

2020-03-28 Thread Scott Kostyshak
commit b67ff925e587acbf7b838d1a5647356bff57e3cd Author: Scott Kostyshak Date: Sat Mar 28 19:12:25 2020 -0400 PreviewLoader: start fake pids after PID_MAX_LIMIT --- src/graphics/PreviewLoader.cpp |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/graphics

[LyX/master] Fix assertion from setCursor() in outline-down/up

2020-03-26 Thread Scott Kostyshak
commit a1169188c79f9bff4e99620ae50c8675a062a818 Author: Scott Kostyshak Date: Thu Mar 26 18:57:25 2020 -0400 Fix assertion from setCursor() in outline-down/up The function outline() itself can change the cursor position in some cases so we need to store the old position before

[LyX/master] Restore XLFD code for Qt 4

2020-03-20 Thread Scott Kostyshak
commit 0d2773ff5e9b052fac39bb9502311a55228f935b Author: Scott Kostyshak Date: Fri Mar 20 20:36:35 2020 -0400 Restore XLFD code for Qt 4 There is a chance that this code is still useful for Qt 4. We keep it around just in case. For the case of Qt 4, this commit

[LyX/master] Change a couple instances of QFontMetrics::width()

2020-03-20 Thread Scott Kostyshak
commit 35bb9cb4a63bbbd103306ec749f082faf318c56b Author: Scott Kostyshak Date: Fri Mar 20 09:39:51 2020 -0400 Change a couple instances of QFontMetrics::width() Use QFontMetrics::boundingRect() instead. QFontMetrics::width() does not actually calculate the width of the bounding

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

2020-03-20 Thread Scott Kostyshak
commit 9715d3504c6a74f9a498e2d9232956255110225d 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/master] Remove redundant font loader code

2020-03-20 Thread Scott Kostyshak
commit f8e40f8ab8d5f9daa66a56eef67426a8381b361f Author: Scott Kostyshak Date: Fri Mar 20 09:12:47 2020 -0400 Remove redundant font loader code Setting the family to "family" is already attempted above. A different case was adapted to be this duplicate case a

[LyX/master] Remove remnants regarding old XLFD font handling

2020-03-19 Thread Scott Kostyshak
commit d255339a4c3029222b6d2d5417e164e5c8bc4776 Author: Scott Kostyshak Date: Thu Mar 19 12:39:07 2020 -0400 Remove remnants regarding old XLFD font handling These fonts are no longer supported by Qt 5 and our code no longer uses the "xlfd" member of the struc

[LyX/master] Fix Qt dep warn and remove XLFD font workaround

2020-03-19 Thread Scott Kostyshak
commit d4ff3a295959d27e21fb914d78505cebd96732ad Author: Scott Kostyshak Date: Thu Mar 19 12:20:16 2020 -0400 Fix Qt dep warn and remove XLFD font workaround This commit fixes a few warnings from Qt 5.14 regarding QFont::setRawName() and QFont::rawName() like the following one

[LyX/master] Fix commented out code

2020-03-19 Thread Scott Kostyshak
commit 1d015ee9f3fb9dcc6547349fe578838058fe2df4 Author: Scott Kostyshak Date: Thu Mar 19 09:57:08 2020 -0400 Fix commented out code --- src/frontends/qt/GuiDocument.cpp |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/frontends/qt/GuiDocument.cpp b/src

[LyX/master] Fix Qt deprecation warns for setTextColor()

2020-03-19 Thread Scott Kostyshak
commit 8583410617c756e072ee997f918395d6f29b8246 Author: Scott Kostyshak Date: Thu Mar 19 10:16:19 2020 -0400 Fix Qt deprecation warns for setTextColor() This commit fixes the following warning from Qt 5.14: error: ‘void QTreeWidgetItem::setTextColor(int, const QColor

[LyX/master] Fix Qt deprecation warns for setAutoCompletion()

2020-03-18 Thread Scott Kostyshak
commit 27ba830b8ef513c8332e15747797844a97807791 Author: Scott Kostyshak Date: Wed Mar 18 21:00:09 2020 -0400 Fix Qt deprecation warns for setAutoCompletion() This commit fixes a few warnings from Qt 5.14 like the following one: error: ‘void QComboBox

[LyX/master] Fix Qt deprecation warns for QTime

2020-03-15 Thread Scott Kostyshak
commit 24e0bd3afea847218c0f590561cf172b3799432f Author: Scott Kostyshak Date: Sun Mar 15 20:32:16 2020 -0400 Fix Qt deprecation warns for QTime This commit fixes a couple of warnings from Qt 5.14 like the following one: error: ‘int QTime::restart()’ is deprecated

[LyX/master] Fix preview check box for include insets

2020-03-13 Thread Scott Kostyshak
commit 36208d488e98d5f13571b1d4a2c7d3c2caeef310 Author: Scott Kostyshak Date: Wed Mar 11 15:02:22 2020 -0400 Fix preview check box for include insets GuiInclude::initialiseParams() calls InsetCommand::string2params() which calls InsetCommandParams::clear(), however this last

[LyX/master] CMake build: find enchant 2.x binary and lib

2020-03-13 Thread Scott Kostyshak
commit f1694db49681451f9b947f25238f8032769799f8 Author: Scott Kostyshak Date: Thu Mar 12 22:36:49 2020 -0400 CMake build: find enchant 2.x binary and lib For example, see the Fedora file lists for the package enchant2-devel [1] as well as the Debian Sid file lists

[LyX/master] Fix correction with continuous spellcheck

2020-03-12 Thread Scott Kostyshak
commit 2b8675105727e73b83a59c38adc8f95a17f14b05 Author: Scott Kostyshak Date: Thu Mar 12 21:50:54 2020 -0400 Fix correction with continuous spellcheck This commit amends 8d26ae57ba66b4518985cf3430de2dcf37096568. --- src/CutAndPaste.cpp |4 +++- 1 files changed, 3 insertions

[LyX/master] outline-up/down: preserve cursor's position

2020-03-11 Thread Scott Kostyshak
commit adb7283b69f5dddfabb8d807a432cd1e5e60b221 Author: Scott Kostyshak Date: Wed Mar 11 14:18:33 2020 -0400 outline-up/down: preserve cursor's position There is no need to change the cursor's position to the beginning of the line. This change does not affect

[LyX/master] Fix Qt deprecation warns for setting tab

2020-03-08 Thread Scott Kostyshak
commit 2cfcd706ab92f0e4175f40ed931293802cd5a623 Author: Scott Kostyshak Date: Sun Mar 8 11:16:28 2020 -0400 Fix Qt deprecation warns for setting tab Fix warnings coming from deprecations of QTextEdit::tabStopWidth() and QFontMetrics::width(). Regarding tabStopWidth

[LyX/master] Revert "Do not display caret when we're not ready"

2020-03-07 Thread Scott Kostyshak
commit 2ee5d3c3d5456062301305d20dd48345eb8673b3 Author: Scott Kostyshak Date: Sat Mar 7 16:47:35 2020 -0500 Revert "Do not display caret when we're not ready" This reverts commit e99436b529fc83a5a89e3ec053f977117c339082. Kornel discovered a regression due to t

[LyX/master] Fix Qt deprecation warn for QPixmapCache::find()

2020-03-06 Thread Scott Kostyshak
commit c6f4682b7521c9733aa6a6de3b319f7648ef0d20 Author: Scott Kostyshak Date: Fri Mar 6 22:46:18 2020 -0500 Fix Qt deprecation warn for QPixmapCache::find() Fix the following warning from Qt 5.14.1: error: ‘static bool QPixmapCache::find(const QString&, QPi

[LyX/master] Fix Qt deprecation warn for QList::fromSet()

2020-03-06 Thread Scott Kostyshak
commit 690c671b1d74aea566f7b4c952059afef2d4904a Author: Scott Kostyshak Date: Fri Mar 6 21:04:15 2020 -0500 Fix Qt deprecation warn for QList::fromSet() Fix the following warning from Qt 5.14.1: error: ‘static QList QList::fromSet(const QSet&) [with T = QSt

[LyX/master] Fix Qt deprecation warn for getContentsMargins()

2020-03-06 Thread Scott Kostyshak
commit 1c78b563ff47cafbd2c1622342ca3c639e4738ca Author: Scott Kostyshak Date: Fri Mar 6 09:07:31 2020 -0500 Fix Qt deprecation warn for getContentsMargins() Fixes the following warning: error: ‘void QWidget::getContentsMargins(int*, int*, int*, int*) const

[LyX/master] Fix Qt deprecation warn for setConfirmOverwrite()

2020-03-06 Thread Scott Kostyshak
commit 1045020e05f926bbfdddf3e4fd0c2735bbbee2d4 Author: Scott Kostyshak Date: Fri Mar 6 09:18:59 2020 -0500 Fix Qt deprecation warn for setConfirmOverwrite() Fix the following warning: error: ‘void QFileDialog::setConfirmOverwrite(bool)’ is deprecated: Use setOption

[LyX/master] Fix Qt deprecation warning for isItemSelected()

2020-03-05 Thread Scott Kostyshak
commit b38a452efb81cd0f4429aed7ae0fbe947e7e348e Author: Scott Kostyshak Date: Thu Mar 5 20:36:09 2020 -0500 Fix Qt deprecation warning for isItemSelected() These methods are related to the deprecated setItemSelected() and setItemHidden() methods that were converted at 24926b2e

[LyX/master] Fix Qt deprecation warning for setItemHidden()

2020-03-05 Thread Scott Kostyshak
commit 273af8803dd14ffa1b1454c263fa3ac80c9798a6 Author: Scott Kostyshak Date: Thu Mar 5 20:29:26 2020 -0500 Fix Qt deprecation warning for setItemHidden() Consistent with commit 24926b2e. --- src/frontends/qt/GuiPrefs.cpp |2 +- 1 files changed, 1 insertions(+), 1 deletions

[LyX/master] Fix deprecation warnings from use of qSort()

2020-03-05 Thread Scott Kostyshak
commit 14f369b47f9d05a27f3b854eeb7c5b7e79fd790f Author: Scott Kostyshak Date: Thu Mar 5 11:35:49 2020 -0500 Fix deprecation warnings from use of qSort() This commit replaces qSort with std::sort to fix warnings from compiling with Qt 5.14.1. Below is one of the warnings

[LyX/master] Rename a var "sort" to not mask std::sort()

2020-03-05 Thread Scott Kostyshak
commit 27ca2bd950148de6ae4b0c7d3ed91f4dba1f3a09 Author: Scott Kostyshak Date: Thu Mar 5 12:16:26 2020 -0500 Rename a var "sort" to not mask std::sort() This allows us to use sort() without the "std" prefix. --- src/frontends/qt/GuiRef.cpp | 14 +++---

[LyX/master] Fix a few deprecation warnings in Qt 5.14.1

2020-03-05 Thread Scott Kostyshak
commit 24926b2e2399624ca6a1290349e9070a0d880dee Author: Scott Kostyshak Date: Thu Mar 5 11:11:09 2020 -0500 Fix a few deprecation warnings in Qt 5.14.1 These changes fix a few instances of the following type of warning: error: ‘void QListWidget::setItemSelected(const

[LyX/master] Fix write to uninitialized bytes for XCB event

2020-02-19 Thread Scott Kostyshak
commit 19c41bd09572f15ac3546c8e6a6d4ec15306c93a Author: Scott Kostyshak Date: Tue Feb 18 21:39:18 2020 -0500 Fix write to uninitialized bytes for XCB event As the xcb_send_event man page [1] states, In order to properly initialize these bytes, we allocate 32 bytes

[LyX/master] lyxpreview_tools.py: fix a regular expression

2020-02-15 Thread Scott Kostyshak
commit 562917dc1c37d84b538f4d7da1ef3f7ed48116f7 Author: Scott Kostyshak Date: Sat Feb 15 13:27:45 2020 -0500 lyxpreview_tools.py: fix a regular expression Three backslashes are needed before a LaTeX command, not one. Before this commit, the code gave the following error

[LyX/master] Remove a finishUndo() after a recordUndo()

2020-02-02 Thread Scott Kostyshak
commit 05f2494008ea38cc6e3aa02e89186401a1165145 Author: Scott Kostyshak Date: Sat Feb 1 12:32:30 2020 -0500 Remove a finishUndo() after a recordUndo() finishUndo() is only helpful in the presence of undos of type INSERT or DELETE. See the following ML thread

[LyX/master] Correct typo in method name getDescendants()

2019-12-15 Thread Scott Kostyshak
commit 79787c22748540b231e2a56684b90e5c878fdc3a Author: Scott Kostyshak Date: Sun Dec 15 23:36:17 2019 -0500 Correct typo in method name getDescendants() When used as an adjective, both variants "descendent" and "descendant" are acceptable, but when

[LyX/master] Remove execute permission from two source files

2019-12-15 Thread Scott Kostyshak
commit 989a49f377aa75288d51f5ba62b96be15c195eee Author: Scott Kostyshak Date: Sun Dec 15 23:32:29 2019 -0500 Remove execute permission from two source files --- 0 files changed, 0 insertions(+), 0 deletions(-) diff --git a/src/insets/InsetInclude.cpp b/src/insets/InsetInclude.cpp old

[LyX/master] Refresh previews on branch toggle

2019-12-11 Thread Scott Kostyshak
commit f1accdebf3feb42e4eacb615237204cfa8d61747 Author: Scott Kostyshak Date: Wed Dec 11 11:46:56 2019 -0500 Refresh previews on branch toggle We only referesh previews if the branch that is toggled exists in a descendant. This code could be further optimized, as noted

[LyX/master] Fix crash due to encoding issues with child doc

2019-12-10 Thread Scott Kostyshak
commit c61472303e4ea1d59d1f26e9d4a516dd2c50feb2 Author: Scott Kostyshak Date: Sun Dec 8 19:14:38 2019 -0500 Fix crash due to encoding issues with child doc This crash occurred starting with 553bebc3, and can be triggered when preview is enabled both in preferences

[LyX/master] Improve tooltip of "Save as Document Defaults"

2019-10-26 Thread Scott Kostyshak
commit 75bbe374952a03cc2cb9eed2775a8080baccc5fa Author: Scott Kostyshak Date: Sat Oct 26 14:45:33 2019 -0400 Improve tooltip of "Save as Document Defaults" The new message is shorter and also specifies that these defaults are for new documents. --- src/front

[LyX/master] Give error if undefined citations with Biblatex

2019-09-10 Thread Scott Kostyshak
commit ef6d83bc065853831f70fa0788307dac8288e7f7 Author: Scott Kostyshak Date: Tue Sep 10 10:43:11 2019 -0400 Give error if undefined citations with Biblatex This commit catches situations when one key in a multi-key citation is not defined. This commit causes an error

[LyX/master] Port gnuplot2pdf.py to Python 3

2019-09-04 Thread Scott Kostyshak
commit db65b1a3c372acf56fbf4ad01aa7f8461e5385d6 Author: Scott Kostyshak Date: Thu Aug 29 20:48:34 2019 -0400 Port gnuplot2pdf.py to Python 3 Instead of wait(), use communicate(), as mentioned here: https://docs.python.org/3/library/subprocess.html Otherwise

[LyX/master] Obs. APA: fix missing citations

2019-09-02 Thread Scott Kostyshak
commit 48f88d550e783ddac8d15effac9f874ea5eac3b9 Author: Scott Kostyshak Date: Mon Sep 2 22:22:20 2019 -0400 Obs. APA: fix missing citations The document now compiles and the ctests pass. --- ...n_Psychological_Association_%28APA%29,_v._6.lyx |4 ++-- 1 files changed, 2

[LyX/master] Fix origin path of three obsolete docs

2019-09-02 Thread Scott Kostyshak
commit 0344284e9bafe8486dc2eb183a0863a044422d52 Author: Scott Kostyshak Date: Mon Sep 2 22:18:25 2019 -0400 Fix origin path of three obsolete docs --- ...ican_Astronomical_Society_%28AASTeX_v._6%29.lyx |2 +- ...n_Psychological_Association_%28APA%29,_v._6.lyx |2 +- .../Obsolete

[LyX/master] ctests: invert a test failing due to babel bug

2019-09-02 Thread Scott Kostyshak
commit 80a675cd5285cab401e733d95e294558f92fc6c9 Author: Scott Kostyshak Date: Mon Sep 2 20:46:05 2019 -0400 ctests: invert a test failing due to babel bug This test fails with an updated TL, although it passes on some older systems. --- development/autotests/invertedTests

[LyX/2.3.x] Enable change tracking if paragraph break change

2019-08-31 Thread Scott Kostyshak
commit 421509b2600320ceaa5f9739d38efb5c99f75cd5 Author: Scott Kostyshak Date: Sat Aug 17 16:35:01 2019 -0400 Enable change tracking if paragraph break change When a selection spans more than one line, we now check for whether there is a change at one position after the last

[LyX/master] Enable change tracking if paragraph break change

2019-08-30 Thread Scott Kostyshak
commit 27f89144bbc054c2afd5ca9d7540805138d44de1 Author: Scott Kostyshak Date: Sat Aug 17 16:35:01 2019 -0400 Enable change tracking if paragraph break change When a selection spans more than one line, we now check for whether there is a change at one position after the last

[LyX/master] ctests: uninvert AA tests thanks to recent fixes

2019-08-30 Thread Scott Kostyshak
commit 983fa4d9d8de47ff769411ef47cfba1030776d53 Author: Scott Kostyshak Date: Fri Aug 30 07:52:13 2019 -0400 ctests: uninvert AA tests thanks to recent fixes Thanks to 54fd0a70, all AA tests can be uninverted except for two texF tests. --- development/autotests/invertedTests

[LyX/master] J of Acoustical Society: add a space before cite

2019-08-29 Thread Scott Kostyshak
commit 9efa3482322677c86378e236aed7ddc020521848 Author: Scott Kostyshak Date: Thu Aug 29 17:09:20 2019 -0400 J of Acoustical Society: add a space before cite Without the space, the citation followed directly the word "in". --- ...he_Acoustical_Society_of_America_%28J

[LyX/master] J of Acoustical Society: fix missing citations

2019-08-28 Thread Scott Kostyshak
commit d05b2f16c5e122099133343df52de1382dd21009 Author: Scott Kostyshak Date: Wed Aug 28 21:39:44 2019 -0400 J of Acoustical Society: fix missing citations This restores compilation of the file and all ctests work as expected. --- ...he_Acoustical_Society_of_America_%28JASA

[LyX/master] ja/EmbeddedObjects: update format for next commit

2019-08-16 Thread Scott Kostyshak
commit 714e8560c2ce6d57a001d6c6ee382f5198fc7f41 Author: Scott Kostyshak Date: Fri Aug 16 09:23:34 2019 -0400 ja/EmbeddedObjects: update format for next commit The format was already post-2.3.x. --- lib/doc/ja/EmbeddedObjects.lyx |7 +-- 1 files changed, 5 insertions(+), 2

[LyX/master] ja/EmbeddedObjects: fix case of KOMA-script cites

2019-08-16 Thread Scott Kostyshak
commit fea18421490b717dba63935467eb303eed52bf3f Author: Scott Kostyshak Date: Fri Aug 16 09:27:24 2019 -0400 ja/EmbeddedObjects: fix case of KOMA-script cites Without these case changes, the citations are undefined. --- lib/doc/ja/EmbeddedObjects.lyx |4 ++-- 1 files changed

[LyX/master] es/UserGuide: fix a broken cross-reference

2019-08-15 Thread Scott Kostyshak
commit 343ffc41fbe7e9ab1afdafecc3ede4378f446fb9 Author: Scott Kostyshak Date: Thu Aug 15 16:04:54 2019 -0400 es/UserGuide: fix a broken cross-reference --- lib/doc/es/UserGuide.lyx |6 +- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/lib/doc/es/UserGuide.lyx b/lib

[LyX/master] es/UserGuide: comment out 2 citations to fix comp

2019-08-15 Thread Scott Kostyshak
commit 7556e94a92844190c6565df373d8724c1687a6dc Author: Scott Kostyshak Date: Thu Aug 15 16:05:26 2019 -0400 es/UserGuide: comment out 2 citations to fix comp The citation "spanish" is broken. Commenting it out at least fixes the compilation. --- lib/doc/es/Use

[LyX/master] es/Customization: update format for next commit

2019-08-15 Thread Scott Kostyshak
commit f5c4b95deefa37c3eb2ca767939a202f3596676e Author: Scott Kostyshak Date: Thu Aug 15 13:30:04 2019 -0400 es/Customization: update format for next commit This manual was already saved with a post-2.3.x format, so I am updating to the format of master so that the next

[LyX/master] es/Customization: fix ref to fix compilation

2019-08-15 Thread Scott Kostyshak
commit a22b48cbfad35f4d3be0b7b9034ad178e35741f3 Author: Scott Kostyshak Date: Thu Aug 15 13:34:38 2019 -0400 es/Customization: fix ref to fix compilation The reference was using the label of the English version, so was broken. --- lib/doc/es/Customization.lyx |9

<    1   2   3   4   5   6   7   8   9   10   >