Pavel Sanda
6b7737ad29
* MergedManuals.lyx from Koji
2023-01-26 00:59:18 +01:00
Pavel Sanda
0a8cf8cf52
* Math.lyx from Koji
2023-01-26 00:58:29 +01:00
Pavel Sanda
26e5a027ed
* Math.lyx from Koji
2023-01-26 00:57:28 +01:00
Pavel Sanda
b4dcb804c1
* Intro.lyx from Koji
2023-01-26 00:56:29 +01:00
Pavel Sanda
617b6db305
* EmbeddedObjects.lyx from Koji
2023-01-26 00:55:35 +01:00
Pavel Sanda
7a18aeae84
* Customization.lyx from Koji
2023-01-26 00:54:32 +01:00
Pavel Sanda
082a80fbb3
* Additional.lyx from Koji
2023-01-26 00:53:11 +01:00
Richard Kimberly Heck
a4a1542fe7
Forgot this
2023-01-25 11:24:52 -05:00
Scott Kostyshak
2ccaefa8a1
Fix -Winconsistent-missing-override
...
Fix the following warning:
src/frontends/qt/GuiDocument.h:377:7: error: 'eventFilter' overrides a member function but is not marked 'override' [-Werror,-Winconsistent-missing-override]
bool eventFilter(QObject * sender, QEvent * event);
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:139:18: note: overridden virtual function is here
virtual bool eventFilter(QObject *watched, QEvent *event);
^
Amends 62413580de
.
2023-01-25 10:56:40 -05:00
Daniel Ramöller
62413580de
Fix bug #12061 .
2023-01-23 18:05:26 -05:00
Thibaut Cuvelier
fca8e54289
InsetMathHull: add a missing const (plus strange indentation fixed).
2023-01-22 02:45:25 +01:00
Thibaut Cuvelier
d066a66a51
MathML: make InsetMathHull::mathmlize easier to read while doing less work
...
If `havetable == true`, a lot of the code didn't make any sense: in particular, it was outputting a level of <m:mrow> too many.
Also, add some comments and rewrite the comment about mlabeledtr.
Contributed by lynx: https://www.lyx.org/trac/ticket/12629
2023-01-22 01:49:03 +01:00
Thibaut Cuvelier
e7d57338b9
InsetMathHull: replace 0 by nullptr.
2023-01-22 01:25:03 +01:00
Kornel Benko
bce1d94b42
Cmake tests for xhtml: Check only for errors
...
For now, do not handle warnings in output from call to simplehtml_validity.py.
2023-01-20 16:51:38 +01:00
jpc
4a625a3d60
Management of note in section 2.1.14
2023-01-20 10:58:15 +01:00
jpc
0ca5678638
Translation of new index features (last step)
2023-01-20 10:08:59 +01:00
Thibaut Cuvelier
bf0da33c9a
MathML: use standard {M/E}Tag{,Inline} instead of bespoke constructs
...
Also, replace lspace='thinmathspace' by constructs that are not deprecated.
Contributed by lynx: https://www.lyx.org/trac/ticket/12629
2023-01-20 02:56:55 +01:00
Thibaut Cuvelier
598c6a0a87
MathML in HTML: in case of conversion failure, add a comment
2023-01-20 02:45:35 +01:00
Thibaut Cuvelier
f9fd652aae
MathML: improve formatting of formula in XHTML hull
...
Contributed by lynx: https://www.lyx.org/trac/ticket/12629
2023-01-20 02:45:35 +01:00
Thibaut Cuvelier
0c227d3dfa
MathML: remove extraneous <mrow> in fractions
...
Contributed by lynx: https://www.lyx.org/trac/ticket/12629
2023-01-20 02:30:43 +01:00
Thibaut Cuvelier
66fab70388
MathML: replace HTML entities with XML ones in more places
...
This part should have been committed with bc73a857
in the first place.
2023-01-20 02:25:37 +01:00
Thibaut Cuvelier
5f7c26fbe5
MathML: remove useless code
...
Contributed by lynx: https://www.lyx.org/trac/ticket/12629
2023-01-20 02:19:33 +01:00
Kornel Benko
a2897b05f1
Update sk.po
2023-01-18 11:06:42 +01:00
Pavel Sanda
7e57ddab48
UserGuide: Clarify autosave filename
2023-01-16 22:09:51 +01:00
Juergen Spitzmueller
6abef2737d
de/Additional: revisions, #2 .
2023-01-16 17:13:48 +01:00
Juergen Spitzmueller
79c45bcede
Additional.lyx: further fixes #6
...
More to come!
2023-01-16 17:03:10 +01:00
Juergen Spitzmueller
d13de0a5c1
Update example file references in module descriptions
2023-01-16 17:02:17 +01:00
Juergen Spitzmueller
28f342e5f5
de.po
2023-01-16 17:01:18 +01:00
Juergen Spitzmueller
56cfc8ba30
de.po: fix typo
2023-01-16 12:25:36 +01:00
jpc
01d9d189ec
Update fr.po
2023-01-16 11:47:03 +01:00
jpc
dc590ff509
Translation of new index features (step 4)
2023-01-16 11:36:49 +01:00
Juergen Spitzmueller
93649e8be9
Fix module description
...
double quotes do not work in l7n.
2023-01-16 08:43:18 +01:00
Juergen Spitzmueller
b05ccab83c
de.po
2023-01-16 08:41:58 +01:00
Juergen Spitzmueller
9e45f570a7
de/Additional: first part of revisions.
2023-01-14 11:29:06 +01:00
Juergen Spitzmueller
114c520376
Additional.lyx: further fixes #5
...
More to come!
2023-01-14 11:25:15 +01:00
Juergen Spitzmueller
d213b72978
Introduce pkglist format
...
This allows us to check and reconfigure if the pkglist format is not
current
2023-01-14 10:45:57 +01:00
Richard Kimberly Heck
29aa336199
Fix build script for devel
2023-01-12 19:22:12 -05:00
Kornel Benko
4e8577e7b0
Update sk.po
2023-01-11 07:20:11 +01:00
Kornel Benko
88087a3cf5
Cmake tests: Amend a7112690
: enable use of html5validator
...
Also add the Summary-output unconditionaly (e.g. also in case of no error)
2023-01-11 06:49:28 +01:00
Kornel Benko
9f3f21f0f9
Cmake tests: Nothing to output in case of no error in simplehtml_validity.py
2023-01-11 06:45:38 +01:00
Thibaut Cuvelier
861af2b84f
LyXHTML: remove meta content-type, it is only for HTML5, not XHTML5 (LyX is generating XML-compatible HTML, i.e. XHTML5).
2023-01-11 01:12:22 +01:00
Thibaut Cuvelier
fb70f89983
InsetTabular LyXHTML: fix wrong escape.
2023-01-11 00:26:28 +01:00
Thibaut Cuvelier
65a9a2ac11
KOMA Book: fix HTML validation issues.
...
Some elements had a <h1> title, while only one such title is expected per page.
2023-01-11 00:21:23 +01:00
Jean-Marc Lasgouttes
8ec3397da3
Correct the description of Lexer::getLongString
...
The fact that it does not work with tabs has been fixed long ago.
2023-01-10 16:25:48 +01:00
Thibaut Cuvelier
253d532974
Export tests: use a better function name.
2023-01-09 17:16:40 +01:00
Thibaut Cuvelier
fa5b08e24d
Simplify simplehtml_validity.py
2023-01-09 17:16:40 +01:00
Jean-Marc Lasgouttes
6093e7d661
Fix warning
...
This was:
../../master/src/mathed/InsetMathBox.cpp:116:20: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<std::__cxx11::basic_string<wchar_t> >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
116 | for (int i = 0; i < parts.size(); i += 2) {
| ~~^~~~~~~~~~~~~~
../../master/src/mathed/InsetMathBox.cpp:120:20: warning: comparison of integer expressions of different signedness: ‘std::vector<std::__cxx11::basic_string<wchar_t> >::size_type’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
2023-01-09 16:06:38 +01:00
Daniel Ramoeller
f608328059
Allow multiple selections in the file open dialog
...
Fix for bug #4315 .
2023-01-09 15:52:33 +01:00
Juergen Spitzmueller
3324793b8b
Additional.lyx: further fixes #4
...
More to come!
2023-01-09 11:07:26 +01:00
Juergen Spitzmueller
fdfe679470
Additional.lyx: further fixes #3
...
More to come!
2023-01-09 07:49:46 +01:00