Juergen Spitzmueller
895de6f960
Whitespace
2022-02-15 12:50:25 +01:00
Juergen Spitzmueller
58b8eda64f
de/Customization: fix typo.
2022-02-15 10:53:34 +01:00
Juergen Spitzmueller
6fa457ddde
Fix #10649
2022-02-15 10:24:39 +01:00
jpc
66df0c36ca
Update fr.po
2022-02-14 11:30:24 +01:00
Juergen Spitzmueller
13f9edb770
Reset font when leaving insets while auto-inserting ( fixes #12477 )
2022-02-14 08:46:11 +01:00
Thibaut Cuvelier
a460097823
DocBook: use the existing unicodesymbols global table to map LaTeX ERTs to Unicode characters.
2022-02-14 03:03:22 +01:00
Kornel Benko
e0722e97d5
Update sk.po
2022-02-13 14:23:58 +01:00
Kornel Benko
c2e0d4e69b
Update sk.po
2022-02-13 13:57:41 +01:00
Juergen Spitzmueller
e2adad20e8
Small doc addition concerning \DocumentMetadata
2022-02-13 10:28:00 +01:00
Enrico Forestieri
777ccce561
Fix bug #12466
...
Amend 109ea2be
by reintroducing the command prefix that was
inadvertently removed. The prefix sets the proper environment
for latex.
2022-02-13 04:57:27 +01:00
Juergen Spitzmueller
2ab548b6f6
Fix tooltip and layout
2022-02-12 17:42:13 +01:00
Juergen Spitzmueller
e937161444
de.po
2022-02-12 17:41:04 +01:00
Juergen Spitzmueller
b3ae129de7
Update tex2lyx tests
2022-02-12 17:11:18 +01:00
Juergen Spitzmueller
1da80d4d8f
Add basic support for \DeclareMetadata
...
File format change
2022-02-12 17:10:34 +01:00
Juergen Spitzmueller
027545a2e6
Whitespace
2022-02-12 15:10:14 +01:00
Juergen Spitzmueller
a7c58e2ff3
Do not output hyperref option unicode with recent hyperref versions
...
unicode is true by default anyway, and it is now easier to opt out
via PackageOptions
2022-02-11 17:07:57 +01:00
Stephan Witt
cd995a2bc6
Avoid static members zoom_min_ and zoom_max_
...
Some compilers cannot use static class members by reference. std::min() and std::max() are passing parameters by const reference.
2022-02-09 10:59:18 +01:00
Kornel Benko
9faeaacfa8
Update sk.po
2022-02-08 19:54:16 +01:00
Jean-Marc Lasgouttes
5259b6ba62
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 .
2022-02-08 19:42:17 +01:00
Scott Kostyshak
2e07736c17
Uninvert Hazard.*systemF tests
...
Our .lyx document was updated by Jürgen at e071d5fe
.
2022-02-08 12:15:31 -05:00
Scott Kostyshak
52c4ff290b
ctests: log a fixed issue
2022-02-07 22:13:37 -05:00
Juergen Spitzmueller
e071d5fe29
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-02-07 17:07:50 +01:00
Juergen Spitzmueller
f71f71d013
Amend 0789f2f2ae
...
Use getFont() which considers fonts_default_family adjustments
2022-02-07 16:21:20 +01:00
Thibaut Cuvelier
a1d297b2cc
DocBook: add a TODO for a newly discovered bug.
2022-02-07 04:49:32 +01:00
Thibaut Cuvelier
35588958ea
DocBook: in ERTs, allow the use of \string.
2022-02-07 04:47:40 +01:00
Thibaut Cuvelier
f6edfaa151
DocBook: refactor ERT recognition as a map, add many coded letters.
2022-02-07 03:25:51 +01:00
Thibaut Cuvelier
cd82b125d1
DocBook: in ERTs, recognise \oe.
2022-02-07 01:02:19 +01:00
Thibaut Cuvelier
812ce48e78
DocBook: in ERTs, recognise calls to the logos (as in InsetSpecialChar).
2022-02-07 00:27:58 +01:00
Daniel Ramoeller
122b452b20
Display manually set itemize symbols
...
Display manually set itemize symbols and their size in the work area.
Fix for bug #2277 .
Also fixes a problem with document settings changed() not correctly emitted.
2022-02-06 17:58:50 +01:00
Scott Kostyshak
9185fb8ccc
ctests: log a fixed issue
2022-02-06 08:13:12 -05:00
Juergen Spitzmueller
d66c27de66
Don't set open_font to false if lang hasn't been closed
2022-02-06 10:02:17 +01:00
Thibaut Cuvelier
643cbfe557
DocBook: don't force outputting an <abstract> when it would only contain comments.
...
Before this patch, LyX would forcibly create an <abstract> tag even when there was no abstract in the document; this behaviour is sometimes desirable, but not when the abstract only contains comments (that's not valid DocBook: there must be a paragraph or assimilated within the abstract).
2022-02-06 06:45:01 +01:00
Thibaut Cuvelier
34ea4080ec
DocBook: support @ in index when used for sorting.
2022-02-06 06:23:53 +01:00
Thibaut Cuvelier
1eb19cb8e3
Amend 109ea2be4a
...
The Windows code wasn't adapted when a variable was renamed (unlike the Linux one).
2022-02-06 05:35:07 +01:00
Kornel Benko
0370cc428c
Tools(listFontWithLang.pl): Discard use of deprecated perl-module Getopt::Mixed
...
According to CTAN, this module is effectively obsolete.
Using Getopt::Long instead now, since it is also part
of the standard Perl distribution.
2022-02-05 20:04:06 +01:00
Juergen Spitzmueller
28dd7b7de3
Do not set open_font true if none was open
2022-02-04 17:24:16 +01:00
Juergen Spitzmueller
cc4ed5e04b
Do not try to pop from an empty stack
2022-02-04 17:23:52 +01:00
Kornel Benko
59cabde9e3
Tools(listFontWithLang.pl): Only Haramo.*Gothic fonts are sans serif
...
(Harano.*Mincho are serif fonts, so don't treat them as 'sans')
2022-01-31 13:43:37 +01:00
Jean-Marc Lasgouttes
b6010badfa
Oops ! fixup 8c047143ef
2022-01-28 20:16:38 +01:00
Jean-Marc Lasgouttes
8c047143ef
Code cleanup in GuiCompleter
...
processUpdateFlags does nothing if the update flags are None==0.
2022-01-28 19:49:53 +01:00
Pavel Sanda
33c68d7750
Revert 65b674ba4e
.
...
We do not for what crash was this fix intended, but we know
that the fix introduced freeze in xhtml exports (e.g. merged manual).
https://www.mail-archive.com/lyx-devel@lists.lyx.org/msg216835.html
2022-01-28 18:12:45 +01:00
Jean-Marc Lasgouttes
f400a2cfa9
Force redraw after completion
...
Inside a math inset when completing macro names, it could lead to crashes.
Note that this processUpdateFlags is present when outside of this if() branch.
2022-01-28 17:13:30 +01:00
Scott Kostyshak
29b386640e
Comment: link to Beamer enumitem feature request
2022-01-27 17:27:15 -05:00
José Matos
79a2ac575c
Replace $${python} directly in the converter constructor
2022-01-27 18:32:57 +00:00
José Matos
b73ab0256d
Fix compilation with gcc-12
2022-01-27 15:37:45 +00:00
Jean-Marc Lasgouttes
2da183bf4f
Check layout type when inserting inset over selection
...
When inserting inset over a selection, the layout is transferred if
the inset covers full paragraphs.
This is not the right policy in the case of environments. Until proper
code is written and tested, limit ourselves to command layouts.
Fixes bug #12251 .
2022-01-24 19:24:52 +01:00
Jean-Marc Lasgouttes
6c98ac5a7b
Fix breaking of MANUAL_LABEL paragraph when label is too long
...
Typical example is a Labeling layout which label is an inline equation
larger than the screen. Before this commit, the row would not get
broken at all.
Two parts in the patch:
1/ when breaking the row in shortenIfNeeded, mark the last element as
AlwaysBreakAfter instead of BreakAfter, in case the next element is
NoBreakBefore.
2/ when nothing could be done, as last resort keep the first element
of the row only.
2022-01-23 21:21:25 +01:00
Kornel Benko
f8f86a1a81
Next runtime messages to be ommitted if compiled with clang using flag '-fsanitize'.
...
Prevent the return of impossible values for 'enum flags'.
For instance the result of '~Update::Force' at src/BufferView.cpp:3025 without this patch
is '4294967293'.
2022-01-23 20:13:26 +01:00
Jean-Marc Lasgouttes
ec3a44fef5
brkstr2str_pos: avoid case where length is negative
...
The string that Qt sees is not the original string, since we add
zero-width nonbreaking spaces around it, plus an override character to
force rendering direction. This means that translating positions
between these two representation can be a bit tricky.
We use a max(foo, 0) here to make sure that our intermediate
computation is postive.
Fixes part of bug #12452 .
2022-01-23 19:34:11 +01:00
Juergen Spitzmueller
942538c02d
Fix bug 12459
...
When checking for branch color, take into account that some branches
are defined in the master document only, some only in the child.
2022-01-22 09:30:25 +01:00