Commit Graph

46387 Commits

Author SHA1 Message Date
Richard Kimberly Heck
622482dae7 New Ukranian translation from Yuri. 2024-02-11 14:19:54 -05:00
jpc
8a32c34c5f Update fr.po 2024-02-11 16:57:48 +01:00
jpc
040f8ba2a1 Update of Customization for 2.4.0 2024-02-11 11:21:36 +01:00
José Matos
db78555e29 Minor cleanup: one import per line 2024-02-10 22:02:13 +00:00
José Matos
a46b5f2de9 Remove extra whitespace at the end of line 2024-02-10 22:01:01 +00:00
Kornel Benko
1cc3128011 Update sk.po 2024-02-10 10:46:16 +01:00
Juergen Spitzmueller
2bee85a036 de.po 2024-02-10 09:44:50 +01:00
Richard Kimberly Heck
16e7e93d54 Fix return value. Committed wrong version. 2024-02-09 20:40:56 -05:00
Richard Kimberly Heck
88e739b44b Do not error out if -geometry is used with QPA_XCB defined. 2024-02-09 20:34:33 -05:00
Richard Kimberly Heck
3fefd64eae Back to devel again 2024-02-09 20:34:33 -05:00
Richard Kimberly Heck
c34b0e179d RC3 2024-02-09 19:57:05 -05:00
Richard Kimberly Heck
91bd457a67 Fix display of counters for included listings. 2024-02-09 19:54:56 -05:00
Enrico Forestieri
fe99f7b01e Adapt lyxpak.py to work with Python 3 on Windows
Seemingly, the elements of argv on Windows are a different type
with respect to Linux. A patched version of getopt.py has to be
used on Windows in order to match variable types.
2024-02-09 22:46:05 +01:00
Pavel Sanda
4c16897ad5 * ANNOUNCE 2024-02-09 18:51:12 +01:00
Juergen Spitzmueller
61aa19ef9c Amend ad6aa8ba4b
Apparently, the cell is not queried in all cases.
2024-02-08 09:00:57 +01:00
Richard Kimberly Heck
2f871a2c16 Back to devel 2024-02-05 15:45:53 -05:00
Richard Kimberly Heck
18a3def9b8 Remerge strings. 2024-02-04 22:02:26 -05:00
Richard Kimberly Heck
d60af015b1 Prepare for RC2 2024-02-04 22:01:46 -05:00
Jean-Marc Lasgouttes
510b2cfd64 Do not error out with too new autoconf/automake
The tests are not useful, since the configure.ac file checks for
minimal version anyway.
2024-02-02 08:47:30 +01:00
jpc
23c861d44c Update French Customization (step 1) and Customization (typo) 2024-02-01 22:17:56 +01:00
Stephan Witt
3be3183eea Avoid call of lilypond-book as python script if not on Windows 2024-01-29 07:59:48 +01:00
Juergen Spitzmueller
ad6aa8ba4b Restrict caption insertion in tables to where it makes sense (#13037)
This requires to move insetAllowed() to the cell level, as only cells
in the caption row of a longtable actually can take a caption.
2024-01-28 12:13:27 +01:00
Pavel Sanda
7eb5003a81 * configure - pdftoppm is broken on windows.
From now we will use it only in case IM coders are really
banned (so for windows we are back at 2.3 conversion chain).

https://www.mail-archive.com/lyx-devel@lists.lyx.org/msg221022.html
2024-01-27 18:35:08 +01:00
Yuriy Skalko
7b218e1199 ru/UserGuide: adjust for alphadin to alpha change 2024-01-27 10:52:20 +01:00
Scott Kostyshak
65f3677145 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).

This commit amends 6094a56b.
2024-01-26 10:34:06 -05:00
Scott Kostyshak
6094a56b1d Add export test for #13036 2024-01-26 10:18:05 -05:00
Scott Kostyshak
f11a529698 Add export test for #13022 2024-01-26 10:16:13 -05:00
Juergen Spitzmueller
b00ea51166 fixup convert_lineno (#13036)
This routine assumed \linenumbers to be preceded by \usepackage{lineno}
and that by a lyx2lyx comment.

Of course, this is not the case if users loaded lineno manually.
2024-01-26 10:30:31 +01:00
Juergen Spitzmueller
ae423757e9 Amend 37dce94086
PassThruChars should also be considered
2024-01-26 10:16:13 +01:00
Enrico Forestieri
48a065e89e Always use utf-8 in scripts with Python3
In order to perform a conversion of graphic format LyX generates
a python script containing the path of the original file to convert.
While Python2 needs the file in the native encoding of the OS, in
Python3 the encoding has to strictly be how announced by the first
line of a script, in our case utf-8.
2024-01-25 10:17:23 +01:00
Pavel Sanda
40c9068876 * layouttranslations - he update 2024-01-23 20:58:47 +01:00
Jean-Marc Lasgouttes
b08cb7fb30 Initialize members correctly.
Spotted by coverity.
2024-01-22 11:20:36 +01:00
Juergen Spitzmueller
db9f6903e4 Amend c2fc40ec0 2024-01-21 15:44:24 +01:00
Juergen Spitzmueller
c2fc40ec04 LyXDocs.bib: a couple of fixes 2024-01-21 15:22:19 +01:00
Pavel Sanda
871b0911ba Qt4 last bits 2024-01-21 11:37:07 +01:00
Pavel Sanda
8ad715e86b * ANNOUNCE 2024-01-20 21:16:15 +01:00
Juergen Spitzmueller
c7f6846bbe Ditch alphadin from the distribution 2024-01-20 15:47:56 +01:00
Kornel Benko
6a7d21c2c6 Discard QT4 from INSTALL.cmake 2024-01-19 11:45:39 +01:00
Juergen Spitzmueller
4cfa3488e5 Restore parent after buffer reload (#13031) 2024-01-19 09:09:28 +01:00
Pavel Sanda
98eccd1adb * NEWS 2024-01-18 21:30:25 +01:00
Pavel Sanda
7584d3a203 * RELEASE-NOTES 2024-01-18 21:29:41 +01:00
Richard Kimberly Heck
28b5f1d5e0 Fix reference format for propositions.
Reported by Andrew Parsloe.
2024-01-17 17:22:11 -05:00
Juergen Spitzmueller
b29b0f8754 Only strip outer braces in listings options
trim stripped also multiple subsequent braces
2024-01-17 14:45:09 +01:00
Juergen Spitzmueller
7b5fe0321e Prevent crash with statistics while view is busy (#12935) 2024-01-16 14:14:04 +01:00
Pavel Sanda
930ff2b95d nl layouttranslation reviewed by Kees. 2024-01-14 14:19:22 +01:00
Pavel Sanda
d8331e9def Fix from Kees. 2024-01-14 14:19:22 +01:00
Juergen Spitzmueller
153be65d14 Restrict Adv. Search pane to sides and floating (#12982)
The horizontal reordering for bottom and top is too broken.

This needs some major investigation (probably for 2.5).
2024-01-14 11:34:05 +01:00
Juergen Spitzmueller
3b7f6d614d AdvFind: fix alignment of checkboxes (#13020) 2024-01-13 12:20:18 +01:00
Juergen Spitzmueller
6f4054222c Only fix simple search height if there are no other widgets in the dock area (#13005) 2024-01-13 11:58:35 +01:00
Kornel Benko
8899e4d6cc Cmake build: Amend 1b5f8f27 2024-01-13 10:49:14 +01:00