Commit Graph

39481 Commits

Author SHA1 Message Date
Stephan Witt
f4cd2e863b Add macOS 11 to SDK detection for builds on Mac
(cherry picked from commit 187a9d6439)
2022-12-15 22:43:49 +01:00
Stephan Witt
9956d3fb43 care for optional brackets around version string
(cherry picked from commit b0a73c0dfd)
2022-12-15 22:43:49 +01:00
Pavel Sanda
e32dfe2751 * ANNOUNCE 2022-12-15 21:27:07 +01:00
Pavel Sanda
06fbe468d2 * cs.po 2022-12-15 21:25:44 +01:00
Juergen Spitzmueller
d882b20e22 Add missing hunspell header to the sources
This should fix Yu Gin's building woes on Windows.
2022-12-15 08:23:45 +01:00
Pavel Sanda
94c8586764 * LFUNs.lyx 2022-12-11 21:08:18 +01:00
Richard Kimberly Heck
f7f37e48e5 Back to development 2022-12-11 11:17:32 -05:00
Richard Kimberly Heck
a9338e796a Update build script 2022-12-11 11:13:44 -05:00
Richard Kimberly Heck
4ac62e3e0a Prepare for 2.3.7 2022-12-11 11:01:50 -05:00
Enrico Forestieri
489e0b1cab Update it.po 2022-12-11 14:26:36 +01:00
Yuriy Skalko
abca508bad Update ru.po 2022-12-10 21:55:58 +01:00
jpc
dc48ef2c74 Update fr.po 2022-12-10 13:37:59 +01:00
Enrico Forestieri
eda0aeaed5 Update it.po 2022-12-10 12:19:15 +01:00
Pavel Sanda
9c30620ec2 * sv.po from Jim Rotmalm 2022-12-08 08:52:41 +01:00
Juergen Spitzmueller
263e1045e2 Amend 14b108fc22 2022-12-05 08:24:36 +01:00
Pavel Sanda
f5ad874781 * pt_BR.po 2022-12-05 07:46:34 +01:00
Pavel Sanda
53235a21e0 Remerge strings for a new string.
(Better untranslated string than a crash).
2022-12-04 19:26:21 +01:00
Pavel Sanda
5883886ba1 Fix de.po 2022-12-04 19:25:47 +01:00
Pavel Sanda
96785ec512 * cs.po 2022-12-04 19:23:26 +01:00
Pavel Sanda
ef1a2838ce Typo in new string. 2022-12-04 19:19:18 +01:00
Juergen Spitzmueller
0b002b5428 de.po 2022-12-04 18:57:45 +01:00
Juergen Spitzmueller
8900b5a3aa Check encodability of math user macro names (#11855)
(cherry picked from commit 14b108fc22)
2022-12-04 18:51:58 +01:00
Pavel Sanda
1b09fd459c * nl.po from Niko Strijbol 2022-11-28 23:31:26 +01:00
jpc
c04ad62197 A couple of new updates for graphique semantics 2022-11-28 17:25:30 +01:00
Yuriy Skalko
6012beb90e Update ru.po 2022-11-27 15:04:32 +02:00
Enrico Forestieri
b3be437d8b Update it.po 2022-11-26 23:24:07 +01:00
jpc
f35891da6e Typo in fr.po 2022-11-26 18:48:49 +01:00
Juergen Spitzmueller
0f34a81ee8 GuiGraphic: delimit "Scale in LyX" (1--1000%)
Larger values will eventually crash LyX (see #12353), 0 or negative
values make the image disappear in the workarea and impossible to edit.

(cherry picked from parts of
commit 14d63f5be8)
2022-11-26 18:32:34 +01:00
jpc
8f219c976f Update doc (semantics of "graphique" in French) 2022-11-26 18:30:46 +01:00
Pavel Sanda
42aa3442e0 Update pt_BR.po from Georger Araujo. 2022-11-26 12:29:00 +01:00
Pavel Sanda
3f68d7154d uk.po update one more time... 2022-11-25 10:41:44 +01:00
Pavel Sanda
89a6745c6c Update uk.po from Yuri. 2022-11-25 10:40:39 +01:00
Juergen Spitzmueller
8e05616557 HP-Statements example: update
Some of the examples used here seem to be no longer supported by
the hpstatement package and lead to errors.
2022-11-25 08:49:23 +01:00
Jean-Marc Lasgouttes
4c1a75a45c Fixup 52ea3679: make macro safer.
Taking advice from José.
2022-11-25 00:18:07 +01:00
Jean-Marc Lasgouttes
e829576bb7 Fix distcheck target
1/ The most annoying part was the error in po/. It turns out that reading
and understanding the po/Makevars file was the key. A simple change of
variable ensures that "make dist" does not try to rebuild lyx.pot.

2/ The way tests in src/ are defined meant that the
dependency-tracking files were not all deleted. This should be OK now.

(cherry picked from commit 9017581ecf)
2022-11-24 23:50:09 +01:00
Juergen Spitzmueller
7d70bb0f69 GuiLog: don't miss package warnings for packages with dashes 2022-11-24 18:14:38 +01:00
Kornel Benko
20070d9c3c Update sk.po 2022-11-24 12:30:02 +01:00
jpc
1036f2a390 Update fr.po 2022-11-24 09:02:51 +01:00
Juergen Spitzmueller
41a604e37e de.po 2022-11-24 07:11:44 +01:00
Jean-Marc Lasgouttes
61306ab3d2 forgot that 2022-11-24 01:32:08 +01:00
Jean-Marc Lasgouttes
08195c1d95 Fix potential crash with 32bit ucs4 codepoints
QChar codepoints are 16 bit, so it is not wise to pass blindly a
char_type value to the QChar constructor.

Use the already defined isSpace() helper tht takes care of this issue.

Related to #12519, which is only known to bite with Qt6 for now; this
bug is thus theoretical in 2.3.
2022-11-24 01:18:54 +01:00
Pavel Sanda
52ea367982 Qt4 compilable again 2022-11-23 23:41:22 +01:00
Pavel Sanda
94378dde3c Fix postats.py for branch strings. 2022-11-23 22:56:00 +01:00
Pavel Sanda
7da6214704 * cs.po 2022-11-23 22:14:33 +01:00
Pavel Sanda
272f1f94e2 Remerge strings 2.3.7 2022-11-23 21:33:24 +01:00
Pavel Sanda
d0dc349f61 * cs.po 2022-11-23 21:03:29 +01:00
Jean-Marc Lasgouttes
c203a842fc Set a maximum value to zoom level
The minimal vamue is set to 10%, let's set the max to 1000%. This
avoids crashes when characters are too large.

The code is refactored to be more compact and the tests are more precise.

Fixes bug #12452.

(cherry picked from commit 5259b6ba62)
2022-11-23 18:51:53 +01:00
Pavel Sanda
c8b0b15912 * status.23x 2022-11-23 13:46:20 +01:00
Pavel Sanda
c52a62dc53 status.23x: updates vs bug fixes 2022-11-23 13:38:09 +01:00
Pavel Sanda
758a9603cc Add missing status.23x entries from latest backports. 2022-11-23 13:33:29 +01:00