Kornel Benko
2a37ad9cce
Cmake build: Amend e485102e
, For python 3 require at least 3.5
2019-06-28 09:54:38 +02:00
Jean-Marc Lasgouttes
e485102ef2
For python 3 require at least 3.5
...
This handles configure.ac and os::python23. What remains to be done is cmake.
2019-06-28 00:06:28 +02:00
Juergen Spitzmueller
cd5c406d9a
More localization fixes
2019-06-26 12:25:53 +02:00
Juergen Spitzmueller
99d2b803e6
de.po
2019-06-26 12:25:02 +02:00
Juergen Spitzmueller
c703f76fe1
legacy > traditional
2019-06-26 11:14:59 +02:00
Kornel Benko
6136c940a8
Update sk.po
2019-06-26 11:09:20 +02:00
Juergen Spitzmueller
a62c4252ab
Flag GUI strings for translation
...
Still room for improvement
2019-06-26 11:04:56 +02:00
Juergen Spitzmueller
3317c9f7e3
de.po
2019-06-26 10:35:40 +02:00
Juergen Spitzmueller
0a8294d426
Improve encoding GUI string
2019-06-26 08:57:05 +02:00
Jean-Marc Lasgouttes
642b4acca1
Let TeXFiles.py handle symbolic links.
...
Nix (https://nixos.org ) is a Unix package manager, which can be used to
install LaTeX on macOS. A peculiarity of Nix is that all packages are
installed into separate directories and the actual directory tree is
then constructed via symlinks.
This interacts badly with the way LyX currently detects files in the
TeX setup, because TeXFiles.py does not follow symlinks. Therefore,
almost nothing is found when using LyX together with Nix’ LaTeX.
Patch from Michael Roitzsch.
2019-06-25 15:52:46 +02:00
Jean-Marc Lasgouttes
1a2b1a3bfa
backing store
2019-06-25 12:39:32 +02:00
Isaac Oscar Gariano
4c587fb9da
Make autocorrect have priority.
...
Place autocorrect at the top of `InsetMathNest::interpretChar`,
ensuring that any autocorrections that trigger on special characters
(such as '^' or '~') work. In particular, you can now make an
autocorrection from "<~" to "\preceq"!
2019-06-25 12:27:28 +02:00
Jean-Marc Lasgouttes
dd4ca3ad4c
Update e-mail address for Isaac Oscar
2019-06-25 12:21:38 +02:00
Jean-Marc Lasgouttes
f0810d8092
Search also for Python named `python'
...
This is needed for macOS, apparently.
2019-06-25 12:04:26 +02:00
Kornel Benko
a60a8233e8
Update sk.po
2019-06-24 14:57:06 +02:00
Juergen Spitzmueller
219fa22cea
de/Linguistics: another typo
2019-06-24 13:49:30 +02:00
Juergen Spitzmueller
7951a9819c
de/Linguistics: Fix typo (thanks, Kornel!)
2019-06-24 13:37:38 +02:00
Kornel Benko
cbcf57ec13
Amend f4254e69
: Use correct sequence in set-command
2019-06-24 12:56:51 +02:00
Kornel Benko
db0634cddd
Update sk.po
2019-06-24 11:28:48 +02:00
Juergen Spitzmueller
3b4ff0b43c
de/Linguistics: minor fix
2019-06-24 11:16:15 +02:00
Kornel Benko
f4254e6999
Cmake windows build: Fix a cache variable
...
Thanks to Jürgen Womser-Schütz
2019-06-24 10:36:37 +02:00
Juergen Spitzmueller
8c5668ca59
Linguistics: mini fix
2019-06-23 16:42:07 +02:00
Juergen Spitzmueller
29f39f93b4
de/Linguistics.lyx: update
2019-06-23 13:43:31 +02:00
Juergen Spitzmueller
49f7787a71
de.po
2019-06-23 13:20:27 +02:00
Juergen Spitzmueller
5cef539e8b
update tex2lyx tests
2019-06-23 13:05:38 +02:00
Juergen Spitzmueller
94654b3586
Linguistics: add support for Discourse Representation Structures
...
File format change
2019-06-23 12:59:56 +02:00
Juergen Spitzmueller
07cbca1d9d
linguistics.module: some comments and minor re-shuffling
2019-06-23 09:30:03 +02:00
Juergen Spitzmueller
74b8266d73
Linguistics: doc update
2019-06-23 08:26:01 +02:00
Juergen Spitzmueller
d13c582e5d
linguistics.module: use covington's semantic markups rather than self-baked ones
2019-06-23 08:25:50 +02:00
Juergen Spitzmueller
15d9b89add
Linguistics: doc updates
2019-06-22 14:13:00 +02:00
Juergen Spitzmueller
c6c70649af
Linguistics: Support for subexamples optional arg
2019-06-22 13:56:12 +02:00
Juergen Spitzmueller
69547c2771
de.po
2019-06-22 08:58:24 +02:00
Juergen Spitzmueller
57788b8719
Fix tooltip
2019-06-22 08:35:14 +02:00
Günter Milde
672102fc7c
Example/documentation for Korean with the "cjk-ko" package.
2019-06-21 12:40:41 +02:00
Günter Milde
71a57e0f4d
Preserve \inputencoding value when switching to non-TeX fonts.
...
With non-TeX fonts, the \inputencoding setting is overridden
by "utf8-plain" (pass-through). Keeping the old value allows
switching back to TeX fonts without the need to (re)set
the input encoding.
Also change back the GUI name of the "auto-legacy" setting
(cf. #11115 ).
2019-06-21 12:40:41 +02:00
Juergen Spitzmueller
722ae1556d
Add Niko Strijbol to the credits
2019-06-21 12:16:20 +02:00
Juergen Spitzmueller
07d1446c88
Dutch l7n is back with a big splash
...
Patch by Niko Strijbol
2019-06-21 12:09:05 +02:00
Jean-Marc Lasgouttes
938463b5d6
Fixup 3dc54d4a
: fix string encoding issues with Qt4
...
The culprit here is the constructor QString(QByteArray const &): in
Qt4, it would interpret the byte array as latin1, and in Qt5 as utf8.
Therefore it is safer to use explicitly QString::fromUtf8 instead of
this constructor.
Several places where additionally simplified, in order to avoid some
extra conversions.
2019-06-20 11:27:15 +02:00
Jean-Marc Lasgouttes
3a7142d9bf
Fix compilation with Qt4
2019-06-20 10:48:59 +02:00
Günter Milde
5fe6bc616c
Fix order of Unicode encodings in Settings combobox.
...
Ensure the default encoding "utf8" comes always first,
followed by other common variants.
The encodings were sorted based on the GUI name which leads to
the default setting moving from the top position in some localizations.
2019-06-19 21:09:16 +02:00
Günter Milde
53500242f9
Harmonize input encoding selection widgets.
...
See #11115 .
2019-06-18 15:43:34 +02:00
Stephan Witt
b0a73c0dfd
care for optional brackets around version string
2019-06-17 18:07:05 +02:00
Stephan Witt
d05a8c805e
correct typo in help message
2019-06-17 16:46:59 +02:00
Jean-Marc Lasgouttes
5249eaaa60
Use <cstdint> instead of <boost/cstdint.hpp>
...
This is mandated by C++11.
2019-06-17 16:19:31 +02:00
Jean-Marc Lasgouttes
fbe0caa483
Do not use BOOST_CURRENT_FUNCTION
...
There is no need to use that, since __func__ is standard in C++11.
Anyway, this code is unused unless one defines USE__func__ to something.
2019-06-17 15:57:03 +02:00
Jean-Marc Lasgouttes
91c58d9a68
Re-add win_api/config.h and somewhat update CMakeLists.txt
2019-06-17 12:23:09 +02:00
Kornel Benko
81de4062c2
Update sk.po
2019-06-16 12:24:05 +02:00
Jean-Marc Lasgouttes
2b1515a936
Rename LM_ST_* to *_STYLE and FONT_SIZE_* to *_SIZE
...
This makes code more uniform. This is typically something that is done
at end of cycle to limit backport issues later.
2019-06-14 17:05:49 +02:00
Jean-Marc Lasgouttes
f12e796999
Revert "Rename LM_TC_* to FONT_STYLE_*"
...
Got it wrong, revert for now.
This reverts commit 67215833a1
.
2019-06-14 17:05:00 +02:00
Jean-Marc Lasgouttes
67215833a1
Rename LM_TC_* to FONT_STYLE_*
...
This makes code more uniform. This is typically something that is done
at end of cycle to limit backport issues later.
2019-06-14 16:42:02 +02:00