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
Kornel Benko
6f2cd26103
Cmake build:Amend 44bbd0b0
and 22f59925
...
44bbd0b0
: Get full version of gcc
22f59925
: Remove support for gcc 4.6
Also Remove support for msvc without STD_REGEX
2019-06-13 09:18:40 +02:00
Jean-Marc Lasgouttes
44bbd0b0ef
Get full version of gcc
...
Recent gcc versions return a short version with -dumpversion, e.g. 9.
In this case, use -dumpfullversion, which gives something like 9.1.0.
This makes the gcc 9 detection work properly.
2019-06-12 20:35:11 +02:00
Kornel Benko
79d84fad0e
Cmake build: Remove debug message
2019-06-12 19:31:46 +02:00
Kornel Benko
cf980435b1
Amend c3484fa6
, adapt cmake-build to new hunspell-version
2019-06-12 19:29:46 +02:00
Kornel Benko
43c9ce2d90
Amend 03eadb1a
, cmake-parsing of AC_INIT line changed
2019-06-12 19:27:58 +02:00
Jean-Marc Lasgouttes
134f3aedaf
Avoid warnings with gcc 9
...
The warning about unneeded std::move can be solved by conditioning on
C++14 mode.
The warnings about deprecated copy is harder, so we disable it for
now. We will be able to fix our part, but Qt triggers it a lot too.
2019-06-12 18:49:29 +02:00
Jean-Marc Lasgouttes
03eadb1a66
Use autoupdate to convert some obsolete calls
...
AC_TRY_COMPILE and AC_TRY_LINK have been obsolete for some time.
Now most autoconf warnings are gone.
2019-06-12 18:10:13 +02:00
Jean-Marc Lasgouttes
5173f22024
Fix some warnings found by the -Wall options of autoconf and automake.
...
There are still warnings to address. For now, they not enabled by default.
2019-06-12 18:00:18 +02:00
Jean-Marc Lasgouttes
e1f2dc6a41
Remove old compatibility code from 2002
...
At the time, there were two competing packages for French language:
frenchle (aka french.sty), the historical one, and frenchb.ldf, the
new kid on the block. I was difficult to know which one was loaded by
babel, and frenchle did not define \og and \fg. Thus the need for our
own definition.
These were the good old days, but this time is gone for good.
2019-06-12 16:46:19 +02:00
Jean-Marc Lasgouttes
c3484fa6c8
Update the in-source hunspell to version 1.7.0
2019-06-12 16:38:42 +02:00
Jean-Marc Lasgouttes
cb99bbd6d3
Small changes to README
2019-06-12 15:21:10 +02:00
Jean-Marc Lasgouttes
3abbc3a277
Cleanup INSTALL
...
Remove references to Solaris 10 problems.
2019-06-12 15:14:11 +02:00
Jean-Marc Lasgouttes
22f599250e
Remove support for gcc 4.6
...
This was kept so long because of Ubuntu 12.04 LTS, but having a
not-really-c++11 compiler is not nice.
2019-06-12 15:03:18 +02:00