Kornel Benko
ac6b27040a
FindAdv: Small refactoring
2021-01-04 16:57:56 +01:00
Yuriy Skalko
e8099942c7
Show caught exception message in findAdv
2021-01-04 15:45:26 +02:00
Yuriy Skalko
4e92c34200
Add bindings for Russian keyboard layout (same keys as English)
2021-01-04 12:01:15 +02:00
Yuriy Skalko
a0b65e9bf8
Define keyboard codes for Cyrillic letters, enable shortcuts using them
2021-01-04 12:00:50 +02:00
Kornel Benko
1dd9c490a1
Update sk.po
2021-01-04 08:28:44 +01:00
Richard Kimberly Heck
84e8ce4ce5
Simplify
2021-01-04 01:40:22 -05:00
Kornel Benko
6750724717
Amend(2) 8c67cb8c
: (FindAdv: Try to make regex search with format enabled somehow faster)
...
Use innermost nesting to start searches.
Some fine tuning to determine correct match.
(If the regex contains '(\S)\1' at the end, then this regex would match '}}',
but this is often the case at and of examined string. We have to disable this invalid match.
)
2021-01-04 07:25:29 +01:00
Richard Kimberly Heck
db36ec1ccf
Pop a message if the search fails. Fixes #11441
2021-01-04 01:06:33 -05:00
Richard Kimberly Heck
7ad9e2ab49
Fix bug #11500
2021-01-04 00:12:10 -05:00
Richard Kimberly Heck
fc80eba370
https
...
Fixes the last of #10945 .
2021-01-03 23:22:31 -05:00
Richard Kimberly Heck
d4757eace0
Fix bug #11568 .
...
We can't rely on allow_async to tell us whether to put_in_tmpdir.
2021-01-03 22:56:05 -05:00
Richard Kimberly Heck
4cee3478f7
nullptr
2021-01-03 22:36:04 -05:00
Richard Kimberly Heck
e31eadfd37
We don't need to reload a dirty file. Fixes #11788 .
2021-01-03 19:58:19 -05:00
Richard Kimberly Heck
0786b80828
Fix MathML delimiters again.
...
Patch from lynx.
2021-01-03 19:29:04 -05:00
Richard Kimberly Heck
469d3270ae
Arabic Beamer template
2021-01-03 19:23:39 -05:00
Richard Kimberly Heck
68d9ea4930
Fix #11992 : Disable modification of captions in subfloats.
...
Patch from Daniel.
2021-01-03 14:41:38 -05:00
Richard Kimberly Heck
33f9cfb796
Capitalize labels of floats, etc. Fixes #11993 .
...
Patch from Daniel.
2021-01-03 14:38:52 -05:00
Richard Kimberly Heck
8871229f5f
Remove elipses after 'Open'
2021-01-03 14:13:36 -05:00
Eugene Chornyi
aaca6b24f1
Fix bug 9961
...
remove the error message for not finding a pdf viewer (apparently empty string is returned by FindExecutable if the executable is a Windows Store app). If there is really no pdf viewer, let the Windows itself decide what to do (produce error or not and which one).
2021-01-03 20:11:49 +01:00
Thibaut Cuvelier
649755f481
Rename WriteStream to TeXMathStream.
2021-01-02 19:52:23 +01:00
Thibaut Cuvelier
ecafea8227
Rename MathStream to MathMLStream.
2021-01-02 19:52:23 +01:00
Kornel Benko
8c67cb8c3a
Amend f500a287
(FindAdv: Try to make regex search with format enabled somehow faster)
...
Remove 1 out of range access,
Estimate the search result of regular expression for further processing
2021-01-02 18:44:40 +01:00
Thibaut Cuvelier
adf62c3184
Fix compilation with MSVC 19.
2021-01-02 17:27:56 +01:00
Kornel Benko
f500a287d4
FindAdv: Try to make regex search with format enabled somehow faster
2021-01-01 21:53:07 +01:00
Scott Kostyshak
eaebe404ae
Fix a comparison of arrays to compare *contents*
...
The previous code was mistakenly comparing addresses of the arrays.
This issue was caught by a warning when compiling with Clang in
C++20 mode, since comparing array addresses in this way is
deprecated.
This commit should prevent some unnecessary dispatches of
LFUN_SCREEN_FONT_UPDATE.
2020-12-31 14:02:40 -05:00
Kornel Benko
4e9dc856e4
FindAdv: Added handling for \w' in regex using non-ascii chars
...
Also fix some 'out of range accesses' (causing crash in debug-glibc-mode)
2020-12-31 17:00:49 +01:00
Scott Kostyshak
46aedb4eaf
Fix warnings in id.po
...
Fix warnings like the following:
po/id.po:32659: warning: internationalized messages should not contain the '\a' escape sequence
2020-12-30 15:30:31 -05:00
Yuriy Skalko
a2c126f867
Replace deprecated std::result_of, make nod library compatible with C++20
2020-12-30 18:02:11 +02:00
Kornel Benko
f7772849b9
FindAdv: Let lyx use QRegularExpression if available
...
This regex handling is part of QT5. For lyx which uses QT4
findafv will still work, but is not good for caseinsensitive matchings
in handling non ASCII characters
2020-12-30 13:00:03 +01:00
Richard Kimberly Heck
c4bbebdeb6
Back from alpha
2020-12-30 03:52:00 -05:00
Yuriy Skalko
cafa1d4ae4
Fix C++20 compilation on systems where char_type is wchar_t
2020-12-30 09:42:50 +02:00
Yuriy Skalko
950eaae5e6
Update ru.po
2020-12-30 09:42:34 +02:00
Kornel Benko
fc3c3c175e
Update sk.po
2020-12-29 20:52:19 +01:00
Kornel Benko
c07278a45c
Cmake build: Syntax of AC_INIT() in configure.ac changed, adapted macro
2020-12-29 20:27:19 +01:00
Richard Kimberly Heck
0afa322860
Update po files
2020-12-29 12:05:08 -05:00
Richard Kimberly Heck
e72a6e4e05
Update bind etc files
2020-12-29 12:03:46 -05:00
Richard Kimberly Heck
469168e592
Update documentation
2020-12-29 12:03:05 -05:00
Richard Kimberly Heck
d49e54018b
2.4.0-alpha1
2020-12-29 12:02:32 -05:00
Yuriy Skalko
d3ca28b468
Amend 3971b1b35e
, also fix warnings for older compilers
2020-12-29 16:30:16 +02:00
Stephan Witt
e29896d93d
Amend 18f7dce3d9
- avoid uninialized local variable atlastpos
2020-12-29 11:41:24 +01:00
Kornel Benko
5a192d28f0
FindAdv: fix converting unicode-point to utf-8
...
I misinterpreted the unicode creation 'u8"\uF00xx"'.
The C++-compiler saw 'u8"\uF00x" "x"', but this was not intended.
The routine which mimicked is doing the right job now.
2020-12-29 09:59:44 +01:00
Yuriy Skalko
3971b1b35e
Fix C++20 warning on implicit capture of this via [=]
2020-12-28 23:26:14 +02:00
Yuriy Skalko
197ea63631
Use crc32 calculation from zlib instead of boost
2020-12-28 21:32:56 +02:00
Yuriy Skalko
3e167f9fe7
Update Doxygen options to have more dependency graphs
...
Now many graphs are not generated due to excessive dependencies
(default node limit for one graph is 50).
2020-12-28 21:32:34 +02:00
Kornel Benko
ab7ac800dc
FindAdv: Allow compilation with c++20
2020-12-28 16:45:02 +01:00
Yuriy Skalko
d927e9343c
Suppress unneeded git log output
2020-12-28 15:44:39 +02:00
Kornel Benko
86a10281da
Cmake build: Expand for possible c++20 compilation
2020-12-28 13:13:27 +01:00
Yuriy Skalko
dea8231b7b
Update Russian localization
2020-12-28 12:00:32 +02:00
Juergen Spitzmueller
2af8e661a3
Re-enable input of non-LyX files (e.g., tex, pgf) ( #12056 )
...
This amends [a385b7dc2b58/lyxgit]
2020-12-28 09:58:30 +01:00
Juergen Spitzmueller
b53b44266a
de: sofortige Vorschau > eingebettete Vorschau
2020-12-27 17:14:02 +01:00