Stable Branch String Freeze

2019-11-18 Thread Richard Kimberly Heck
Strings are now frozen in stable branch. Riki -- lyx-devel mailing list lyx-devel@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-devel

Re: Ctest export failing with TL19

2019-11-18 Thread Guenter Milde
On 2019-11-17, Jürgen Spitzmüller wrote: > Am Samstag, den 16.11.2019, 11:02 +0100 schrieb Kornel Benko: >> So, the remaining are: >> export/export/latex/languages/th-en_utf8_pdf4_systemF > This works for me with Systemfonts/XeTeX. Works fine here (TL18) as well. "Hand-Compiling" fails

Re: Ctest export failing with TL19

2019-11-18 Thread Guenter Milde
On 2019-11-17, Jürgen Spitzmüller wrote: > [-- Type: text/plain, Encoding: quoted-printable --] > Am Sonntag, den 17.11.2019, 09:11 +0100 schrieb Jürgen Spitzmüller: >> > export/export/latex/lyxbugs/wrong_output_3059-rtl-tables- >> > xetex_pdf4_systemF >> This looks like a (new) polyglos

Re: Exploitable Windows installation Lyx 2.3.3 ImageMagick 7.0.7-27

2019-11-18 Thread Pavel Sanda
On Sat, Nov 16, 2019 at 12:56:51PM +0100, Daniel wrote: > Just because some users might be able to do this doesn't mean that all LyX > users on Windows are able to. Using Linux and, in particular, via the Linux > Subsystem isn't something that comes easy for many Windows users. The Linux > Subsyste

Re: LyX crashes when handling selected databases in the BibTeX Bibliography dialog.

2019-11-18 Thread pdv
On 18/11/2019 09:55, Jürgen Spitzmüller wrote: Am Sonntag, den 17.11.2019, 19:50 +0100 schrieb pdv: In addPB_clicked() the idx is only used in one place and it’s definition can be moved. In upPB_clicked() and downPB_clicked() I first made idx of type QPersistentModelIndex and this avoids the cra

Re: LyX crashes when handling selected databases in the BibTeX Bibliography dialog.

2019-11-18 Thread Jürgen Spitzmüller
Am Sonntag, den 17.11.2019, 19:50 +0100 schrieb pdv: > In addPB_clicked() the idx is only used in one place and it’s > definition > can be moved. In upPB_clicked() and downPB_clicked() I first made idx > of > type QPersistentModelIndex and this avoids the crashes but the > selection > is lost wh