Scott Kostyshak
61fa5268ee
ctests: uninvert lyx2lyx failures
...
The lyx2lyx issue was fixed at ceffadfb
.
This reverts commit 021e98cc
.
2022-12-21 11:29:04 -05:00
Scott Kostyshak
29ae7b31c2
updatedocs.py: more robust save with LyX binary
...
The "force" argument is more robust than trying to make an edit and
then inverse the edit.
The "force" argument exists since fe09ddf1
.
2022-12-20 12:43:02 -05:00
Scott Kostyshak
021e98cc19
ctests: invert lyx2lyx failures
...
The issue was reported here:
https://www.mail-archive.com/search?l=mid&q=20221211202917.f6py2kmrcdxtwaps%40gary
2022-12-19 22:35:38 -05:00
Scott Kostyshak
b31676dbfd
ctests: log a fixed issue
2022-12-19 22:35:38 -05:00
Stephan Witt
12e22708aa
Add missing parts for the creation of the resolution independent multi-image TIFF as disk image background.
2022-12-16 16:10:34 +01:00
Eugene Chornyi
afa75a0738
wininstaller add 2 more dll files to the package
2022-12-16 07:25:53 +01:00
Thibaut Cuvelier
40edcfe2f1
CMake for Windows: remove the remaining lines for Qt 4.
2022-12-15 00:53:40 +01:00
Thibaut Cuvelier
23aab19b59
CMake for Windows: remove many lines hard-coding Qt 4 paths.
2022-12-15 00:52:58 +01:00
Kornel Benko
dd9058ac4e
Added missed file to target dist.
...
Needed by cmake build on unix platforms.
2022-12-14 18:24:38 +01:00
Richard Kimberly Heck
df86dac74f
Repair lyx-build script
2022-12-11 20:02:24 -05:00
Scott Kostyshak
a15303b938
Update format of docs using LyX binary
...
Especially after the change to use semantic linefeeds (7b23c76b
),
the diffs are large and it's hard to figure out what diff is the
result of the linefeed change and which diff is the result of an
edit.
By updating the docs, it will make the edits easier to understand
from the diff.
This commit used the LyX binary to write the new .lyx files since
lyx2lyx does not apply semantic linefeeds.
I used the following command:
./development/tools/updatedocs.py [path to 'lyx' binary]
A few documents were not updated (e.g., the command sequence used
failed because a dialog about a missing dependency was shown).
I did not update Additional.lyx for any language since it is
undergoing changes. I also didn't change anything in doc/fr since JP
is working on some of those. I also didn't change doc/ru since it
appears Yuriy already updated those.
2022-12-11 11:16:28 -05:00
Richard Kimberly Heck
c82bd3e5b8
Update build script
2022-12-11 11:14:23 -05:00
Juergen Spitzmueller
163844a6d0
Allow defaultfamily change with non_TeX fonts ( #12608 )
2022-12-11 14:47:13 +01:00
Thibaut Cuvelier
126f516efc
Fix typos in Python scripts
2022-12-09 00:11:58 +01:00
Juergen Spitzmueller
1b8b4c0b50
Document new format
2022-12-05 07:35:21 +01:00
Jean-Marc Lasgouttes
9376f0203d
Merge branch 'killqt4'
...
Remove all trace of Qt4 support. The different elements have been
considered carefully before removal.
The only changes that need to be done concern Windows and macOS
compilation instruction and will need to be taken care of by the
respective maintainers before prerelease.
The file TODO.killqt4 lists what remains to be done.
2022-11-28 15:19:41 +01:00
Jean-Marc Lasgouttes
812036185a
Final (?) update to the TODO
...
Reorganize things to do in to point to the macOS and Windows
maintainers. These are things tht need to be done before release.
Update autotest/keytest.py, and ignore the other development/ stuff,
which is is obsolete.
2022-11-28 15:16:19 +01:00
Jean-Marc Lasgouttes
bc1cabc480
remove support for Qt4 in server_monitor
...
Update TODO.killqt4
2022-11-28 14:53:36 +01:00
Yuriy Skalko
7b23c76b71
Add "semantic linefeeds" after punctuation marks.
...
We already had such breaks for dot.
File format change.
2022-11-28 11:58:53 +02:00
Stephan Witt
04cf47f46c
remove Qt4 path name reference
2022-11-25 10:10:14 +01:00
Kornel Benko
431379615e
Amend(4) 580dea63
: get rid of Qt4 code also in cmake build
2022-11-22 18:48:46 +01:00
Thibaut Cuvelier
4cf7a1f6d9
Reflow LyXPaths.cmake
...
Indentation did not match structure.
2022-11-22 04:06:02 +01:00
Jean-Marc Lasgouttes
9bb61a28f8
remove forgotten traces of Qt4 in configure script
2022-11-21 09:51:12 +01:00
Kornel Benko
25ad07afb2
Amend(3) 580dea63
: get rid of Qt4 code also in cmake build
2022-11-21 09:44:36 +01:00
Kornel Benko
43d506b104
Amend(2) 580dea63
: get rid of Qt4 code also in cmake build
2022-11-21 09:31:48 +01:00
Scott Kostyshak
1482e174df
ctests: typo in ignoredTests regex
...
Amends c94bb34c
.
2022-11-20 14:39:47 -05:00
Scott Kostyshak
3bd3c2ca09
Comments
2022-11-20 14:37:59 -05:00
Scott Kostyshak
42425428f5
ctests: uninvert two xhtml tests
...
These exports previously had xmllint errors. These errors seem to
have been fixed thanks to the "features/indexmacros" merge.
Related to #10355 .
2022-11-20 09:48:13 -05:00
Kornel Benko
580dea638d
Amend ac248e39
, get rid of Qt4 code also in cmake build
2022-11-19 15:50:11 -05:00
Scott Kostyshak
cbc3804a2f
Correct typos of "occurred" in warnings/errors
...
Change "occured" and "ocurred" to "occurred".
2022-11-06 10:06:50 -05:00
Scott Kostyshak
c94bb34c50
ctests: ignore a couple more roundtrip tests
...
Export fails after compilation with the following error:
ERROR: CHAR: index 0 should be less than the length of the string
2022-11-05 14:50:34 -04:00
Scott Kostyshak
c52808ce1a
ctests: log a waste
2022-11-05 10:37:48 -04:00
Scott Kostyshak
0fe28df08f
ctests: ignore a couple fragile lyx2lyx tests
...
From Kornel [1]:
Exporting to 2.3 format and exporting from the exported differ in extra lines and
in changed sequence of 2 lines at begin.
$ diff doc/fr/UserGuide.23.lyx fr/UserGuide.23.23.lyx
[1] https://www.mail-archive.com/lyx-devel@lists.lyx.org/msg218252.html
2022-11-05 10:37:48 -04:00
Scott Kostyshak
4bb576e940
ctests: log a waste and a success
...
A couple of the lyx2lyx tests were helpful, and a couple did not
lead to a fix. In particular, testing compilation was not helpful in
this case.
2022-11-03 16:05:10 -04:00
Scott Kostyshak
a1d127efeb
ctests: ignore some lyx2lyx tests that fail
...
From Jürgen [1]:
These are old problems. One is related to a questionable nomencl change
which we addressed in master but not in stable, see
https://www.lyx.org/trac/ticket/10634#comment:2
The other is due to CJK quotation marks which are not supported in 2.3.
We ignore, rather than invert, since no plans to fix these.
[1] https://www.mail-archive.com/lyx-devel@lists.lyx.org/msg218237.html
2022-11-03 16:00:22 -04:00
Juergen Spitzmueller
077ccf905d
Rename subindex to subentry
...
Makes more sense, and distinguishes it better from printsubindex
2022-10-31 06:51:38 +01:00
Juergen Spitzmueller
43365d2bbd
format change stub (to be updated before merge)
2022-10-29 12:51:17 +02:00
Juergen Spitzmueller
b3b22b0c70
Sync with master
2022-10-26 10:52:21 +02:00
Kornel Benko
3576be9a3b
Ctests: Adapt test 06 to changed shortcut
2022-05-14 14:49:03 +02:00
Kornel Benko
1007752106
FindAdv tests: update to new shortcuts
2022-05-10 15:03:11 +02:00
Kornel Benko
055e097a25
Amend a7c58e2f
: Do not output hyperref option unicode with recent hyperref versions
2022-05-10 11:37:39 +02:00
Scott Kostyshak
d54e400ee3
ctests: adapt ignored warnings for lyx2lyx tests
...
This commit does the same as a8dd4db5
but for the explicit lyx2lyx
tests.
This commit amends ae31e169
.
2022-04-29 20:43:48 -04:00
Scott Kostyshak
a8dd4db54f
ctests: adapt ignored warnings to new messages
...
The change of the warning messages was introduced at ae31e169
, which
broke several lyx2lyx tests. The tests are now fixed with this
commit.
2022-04-29 19:05:30 -04:00
Kornel Benko
965b2cdc73
Findadv: Correct findadv-combined test
...
Replaced some 'CP' commands with 'CN' comments.
2022-04-15 17:18:40 +02:00
Stephan Witt
9d6e704183
Improved package build script for MacOS. Handle compiler standard for Qt6.
2022-04-09 09:19:46 +02:00
Kornel Benko
7d053393a5
Cmake key-tests: Adapted to changed shortcuts
2022-03-26 19:38:55 +01:00
Kornel Benko
8380034203
AdvFind: Adapt a testfile
...
Change [a-z]* to [a-z]+ . This omits finds of empty strings.
2022-03-25 23:00:59 +01:00
Scott Kostyshak
d01f1428be
ctests: log a fixed issue
2022-03-12 07:43:54 -05:00
Scott Kostyshak
a175caf256
ctests: uninvert 2 LuaTeX tests fixed on TL21
...
These exports now pass, and a quick check of the output looks good.
These might have been fixed (although it is just a guess) due to the
following entry in the changelog of luaotfload v3.19:
A new algorithm for selecting fonts based on font family names
allows to more reliably load fonts based on their family name.
This commit reverts 2a665dcc
.
2022-03-06 09:20:12 -05:00
Scott Kostyshak
23b7b95e68
ctests: log fixed upstream Polyglossia issues
...
Thanks to Jürgen for fixing the upstream issue.
Also add a row "ctest" to give the pattern of the ctests that
failed.
2022-02-16 22:07:05 -05:00