Yuriy Skalko
eb132b3b95
Prevent permanent disabling of comboboxes in Vertical/Horizontal space dialogs
2020-08-29 11:24:19 +02:00
jpc
1ef545a468
A couple of forgotten sentences in English, and a few typos
2020-08-20 17:08:39 +02:00
jpc
822946230b
Update status
2020-08-17 16:18:48 +02:00
jpc
b169561e49
French translation of Customization manual : final update
2020-08-17 16:12:16 +02:00
José Matos
f548903630
Consider file encoding for modules in reconfigure
...
If the modules are not in utf8 then we warn and skip that file
like it happens for layout files.
This a port of commit a8094051c1
to stable.
2020-08-15 21:02:38 +01:00
Juergen Spitzmueller
65c8e70588
Amend 89d9334e03
...
This needs to be default layout, not plain layout
(cherry picked from commit ea122aa8fa
)
2020-08-15 09:19:17 +02:00
Juergen Spitzmueller
028593b979
Maintain plain layout for separating paragraphs when switching layouts ( #11936 )
...
(cherry picked from commit 89d9334e03
)
2020-08-15 09:17:19 +02:00
Yuriy Skalko
e3789263ef
Disable editing of math package names in Document Settings
...
(cherry picked from commit e1dd91e10e
)
2020-08-15 07:50:44 +02:00
Juergen Spitzmueller
e31ed040aa
de.po
2020-08-12 14:35:07 +02:00
Juergen Spitzmueller
88b04ac156
Fix string
2020-08-12 14:31:44 +02:00
Juergen Spitzmueller
8436073582
Consider nesting when checking whether an inset is in a title
...
Amends e2a29fe556
No status entry needed.
2020-08-10 08:54:56 +02:00
Daniel Ramoeller
e0840677e3
Fix for bug #11926
...
Change comobox signal to user interaction only to avoid problems with "Apply changes immediately" aka "Immediate Apply". (See https://doc.qt.io/qt-5/qcombobox.html#currentIndexChanged and https://doc.qt.io/qt-5/qcombobox.html#activated .)
(cherry picked from commit d3a04c089b
)
2020-08-09 13:44:27 -04:00
Richard Kimberly Heck
fbdb42ac95
Status
2020-08-09 13:36:22 -04:00
Daniel Ramoeller
8898b3d881
Fix bug #11741 .
...
Theorems weren't being numbered by chapter.
(cherry picked from commit e6de6c2b59
)
2020-08-09 13:35:02 -04:00
Enrico Forestieri
a85bd34348
Correctly compute metrics for single-char non-math fonts
...
No status entry needed, as this amends 79998fdc
.
2020-08-06 19:10:23 +02:00
Juergen Spitzmueller
0994a9612d
Revert [9370135c3e/lyxgit] and fix #8499 properly
...
Fixes #11920
(cherry picked from commit 7250aad280
)
2020-08-06 16:58:46 +02:00
Juergen Spitzmueller
777bf805e2
Revert "Fix #11827 "
...
Not ready yet.
This reverts commit 3a544072a5
.
2020-07-31 09:17:34 +02:00
Daniel Ramoeller
3a544072a5
Fix #11827
...
Keep spacing of math intact.
(cherry picked from commit b521d36bfb
)
2020-07-31 08:29:58 +02:00
Enrico Forestieri
79998fdc62
Fix placement of limits with integral signs
...
Since be836909c5
the positioning of super- and subscripts
for symbol fonts has been broken because the metrics of the
font of the environment (rather than those of the symbol itself)
were used.
2020-07-24 19:09:17 +02:00
Jean-Marc Lasgouttes
67c0ca678b
Improve metrics for \limits in display mode
...
(cherry picked from commit 8d54457dbf
)
2020-07-18 22:18:25 +02:00
Jean-Marc Lasgouttes
d968717940
Fix paragraph position in TextMetrics::singleParUpdate()
...
When running redoParagraph, it may happen that the ascent of the first
row changes. Since the ParagraphMetrics position is actually the
baseline of its first row, it may be necessary to update it.
Fixes bug #11601 .
(cherry picked from commit 2e8c9cfc83
)
2020-07-14 19:48:55 +02:00
Eugene Chornyi
43ccceda39
Wininstaller, remove the option to run LyX from the finish page
2020-07-12 19:00:44 +02:00
Jean-Marc Lasgouttes
dc5eda84b8
Set desktop name for Wayland
...
Fixes bug 11847.
(cherry picked from commit 2a80b0ac01
)
2020-07-12 15:44:38 +02:00
Jean-Marc Lasgouttes
4804f63740
Use Common Number separator instead of European to detect numbers
...
This is a fixup to commit 611df441
. It seems that the wrong unicode
property was selected. It could be that both classes should be used.
Fixes bug #11900 .
(cherry picked from commit f758894c2f
)
2020-07-11 21:06:35 +02:00
Kornel Benko
27d824aeb8
Update sk.po
2020-07-08 12:09:27 +02:00
Eugene Chornyi
beb69bcf9a
Amend c93b3a24
2020-07-08 08:06:25 +02:00
Juergen Spitzmueller
4da3adf84a
de.po
2020-07-08 06:15:25 +02:00
Yuval Deutscher
d4a9442c20
Update labels and tooltips for moderncv layout
...
Update the user-facing strings in modercv's layout according to the
documentation of the cventry command in moderncv.
Signed-off-by: Yuval Deutscher <yuval@deut.sh>
(cherry picked from commit 328c70a31a
)
2020-07-08 05:59:11 +02:00
Eugene Chornyi
c93b3a24a0
Wininstaller, fix bug where previous installations, with emergency version greater than 1, could not be seen in registry on overinstall
2020-07-07 21:51:23 +02:00
jpc
95fcc42802
Update fr.po
2020-07-06 18:09:57 +02:00
Juergen Spitzmueller
e2a29fe556
Prevent outputting \maketitle within an inset embedded in title.
...
Amends [e4ef8ddc0f8202/lyxgit]
(cherry picked from commit 0bddf448ef
)
2020-07-04 11:01:22 +02:00
Juergen Spitzmueller
b86b80d74e
Properly fix handling of title layouts within insets ( #11787 )
...
(cherry picked from commit e4ef8ddc0f
)
2020-07-04 09:44:31 +02:00
Juergen Spitzmueller
83d76a66f6
Fix pasting of math grid with more rows in source than target ( #11897 )
2020-06-30 09:06:40 +02:00
Juergen Spitzmueller
b0c8dc54b4
Correctly initialize font (language) for multiple-cell paste ( #11898 )
...
(cherry picked from commit 2cee820f71
)
2020-06-30 08:59:03 +02:00
Juergen Spitzmueller
41ebc1f9ae
Do not paste \t when pasting multiple table columns outside table ( #4449 )
...
(cherry picked from commit 6dd990560e
)
2020-06-30 08:57:07 +02:00
Kornel Benko
700a29185f
Update sk.po
2020-06-26 12:32:28 +02:00
jpc
bc9c1d4863
Restore French UserGuide
2020-06-21 11:50:14 +02:00
jpc
de6bec4151
Translation update of French manuals, first round
2020-06-20 19:14:22 +02:00
Juergen Spitzmueller
bccafdac19
Fix swapped logic ( #11889 )
...
(cherry picked from commit bde95c1876
)
2020-06-20 09:07:55 +02:00
Richard Kimberly Heck
2e7e9af991
Focus keyword filed in Thesaurus dialog
...
(cherry picked from commit ef65414d25
)
2020-06-18 10:51:59 -04:00
Richard Kimberly Heck
4cec1ea367
Whitespace
2020-06-14 15:05:59 -04:00
Juergen Spitzmueller
9510586388
Add mathscr and mathds to math type table
2020-06-13 16:47:01 +02:00
Enrico Forestieri
733aa07d63
Add mathscr and mathds to math type table
2020-06-13 16:00:09 +02:00
Juergen Spitzmueller
890313496b
de.po
2020-06-13 10:38:39 +02:00
Kornel Benko
418a9336e8
Update sk.po
2020-06-13 09:14:49 +02:00
Enrico Forestieri
10e1f90883
Add support for the doublestroke package
...
This commit adds the mathed command \mathds that selects a
font more appropriate than \mathbb for typesetting the
mathematical symbols for the natural (N), whole numbers (Z),
rational numbers (Q), real numbers (R), complex numbers (C),
and some others.
As in the \mathbb case, only capital letters are supported,
but in addition one can also typeset a symbol often used for
representing the indicator function (\mathds{1}) and the
letters a, h, k.
Fixes bug #11887 .
2020-06-12 23:58:32 +02:00
Juergen Spitzmueller
e20389ed6b
UI improvement to math matrix dialog, suggested by magistere ( #11888 )
2020-06-11 17:29:37 +02:00
Juergen Spitzmueller
8d6d403873
WinInstaller: assure configure.py is run in the user dir, by Eugene
...
(cherry picked from commit c680d0360a
)
2020-06-10 12:17:17 -04:00
Kornel Benko
59006b3f51
Cmake build: Add trailing '.'
...
Cpack in the cmake 3.18-version creates invalid control file
containg empty line. 'dpkg' chokes on this control file.
(cherry picked from commit 392aaa11ac
)
2020-06-10 17:16:10 +02:00
Stephan Witt
1467d12290
Allow externally provided list of components to skip for Qt framework builds on macOS
...
(cherry picked from commit 2817439ddd
)
2020-06-07 20:33:39 +02:00