Re: Boost in LyX

2020-11-24 Thread Yuriy Skalko
Yes, that is a problem with non-ascii. These characters takes more than one byte, but tour search-engine uses UTF8 instead of wchar. So, for instance you cannot use structs like [е-р] (Cyrillic chars). Would be a good project IMHO ... Kornel I assume that careful replacement string to

Re: Patches to review

2020-11-24 Thread Yuriy Skalko
I do not like the removal of debug.h. It's very handy to be able to simply lyxerr while debuging without playing with includes... Pavel OK. I restored debug.h includes in headers and committed the patch. Yuriy -- lyx-devel mailing list lyx-devel@lists.lyx.org http://lists.lyx.org/mailman/listi

Re: Patches to review

2020-11-24 Thread Yuriy Skalko
This one comes from the same place. I'll adopt the same solution there. Riki Thanks for fixes. Yuriy -- lyx-devel mailing list lyx-devel@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-devel

Re: Patches to review

2020-11-24 Thread Scott Kostyshak
On Tue, Nov 24, 2020 at 10:55:41PM +0100, Pavel Sanda wrote: > On Tue, Nov 24, 2020 at 04:49:59PM -0500, Richard Kimberly Heck wrote: > > On 11/24/20 4:29 PM, Yuriy Skalko wrote: > > >As for the patch 5, these null pointer dereferences happen even on opening > > >LyX manuals. It is undefined behavi

Re: Patches to review

2020-11-24 Thread Richard Kimberly Heck
On 11/24/20 4:55 PM, Pavel Sanda wrote: On Tue, Nov 24, 2020 at 04:49:59PM -0500, Richard Kimberly Heck wrote: On 11/24/20 4:29 PM, Yuriy Skalko wrote: As for the patch 5, these null pointer dereferences happen even on opening LyX manuals. It is undefined behavior even if it doesn't crash LyX.

Re: Patches to review

2020-11-24 Thread Richard Kimberly Heck
On 11/24/20 4:59 PM, Richard Kimberly Heck wrote: On 11/24/20 4:29 PM, Yuriy Skalko wrote: As for the patch 5, these null pointer dereferences happen even on opening LyX manuals. It is undefined behavior even if it doesn't crash LyX. Most likely should be fixed somewhere instead of just checki

Re: Patches to review

2020-11-24 Thread Richard Kimberly Heck
On 11/24/20 4:29 PM, Yuriy Skalko wrote: As for the patch 5, these null pointer dereferences happen even on opening LyX manuals. It is undefined behavior even if it doesn't crash LyX. Most likely should be fixed somewhere instead of just checking. From 234bfe70c1e2766d856257aebe7eaad8836f5976 M

Re: Patches to review

2020-11-24 Thread Pavel Sanda
On Tue, Nov 24, 2020 at 04:49:59PM -0500, Richard Kimberly Heck wrote: > On 11/24/20 4:29 PM, Yuriy Skalko wrote: > >As for the patch 5, these null pointer dereferences happen even on opening > >LyX manuals. It is undefined behavior even if it doesn't crash LyX. Most > >likely should be fixed somew

Re: PNG clipart prevents export DVI / export PS

2020-11-24 Thread Pavel Sanda
On Tue, Nov 24, 2020 at 09:32:53PM -, Guenter Milde wrote: > * How can I change the security policy and why does it prevent EPS > generation by default? Well known problem with imagemagick configuration. Bunch of distros fear potential ghostscript vulnerabilities and banned eps/pdf conversi

Re: Patches to review

2020-11-24 Thread Richard Kimberly Heck
On 11/24/20 4:29 PM, Yuriy Skalko wrote: As for the patch 5, these null pointer dereferences happen even on opening LyX manuals. It is undefined behavior even if it doesn't crash LyX. Most likely should be fixed somewhere instead of just checking. 1-4 are fine. I'll have a look at the null poi

Re: PNG clipart prevents export DVI / export PS

2020-11-24 Thread Guenter Milde
Dear Kornel, thank you for the pointer. On 2020-11-24, Kornel Benko wrote: > Am Tue, 24 Nov 2020 10:39:00 +0100 > schrieb Kornel Benko : >> Am Tue, 24 Nov 2020 09:31:39 - (UTC) >> schrieb Guenter Milde : ... >> > export of lib/Intro.lyx (and other lib/*/Intro.lyx) document to DVI or PS >> >

Patches to review

2020-11-24 Thread Yuriy Skalko
As for the patch 5, these null pointer dereferences happen even on opening LyX manuals. It is undefined behavior even if it doesn't crash LyX. Most likely should be fixed somewhere instead of just checking. Yuriy From 761602ef70c60403992255ac2e3c23b112235378 Mon Sep 17 00:00:00 2001 From: Yuriy

Re: Spellchecking dictionaries in LyX 2.4 installer

2020-11-24 Thread Yuriy Skalko
Uhm, were we talking about portuguese - Brazil or Portuguese - Portugal? Which one to include? -- Eugene I don't know which will be better for Portuguese-speaking people, but I've meant pt_PT, since it is x3.5 smaller than pt_BR. Yuriy -- lyx-devel mailing list lyx-devel@lists.lyx.org ht

Re: Spellchecking dictionaries in LyX 2.4 installer

2020-11-24 Thread Yu Jin
Am Mo., 23. Nov. 2020 um 22:00 Uhr schrieb Yuriy Skalko < yuriy.ska...@gmail.com>: > > I’d propose to include the most popular languages. Russian and > Portuguese are > > part of that, definitely. > > > > Stephan > > Thanks, the question is what additional languages to include. Italian? > Swedish?

Re: PNG clipart prevents export DVI / export PS

2020-11-24 Thread Scott Kostyshak
On Tue, Nov 24, 2020 at 03:17:20PM +0100, Jean-Marc Lasgouttes wrote: > Le 24/11/2020 à 15:13, Scott Kostyshak a écrit : > > By the way, I'm not sure we should have conversion of PNG to EPS by > > default. I think we had a discussion on this and decided it's best to not > > silently convert bitma

Re: PNG clipart prevents export DVI / export PS

2020-11-24 Thread Jean-Marc Lasgouttes
Le 24/11/2020 à 15:13, Scott Kostyshak a écrit : By the way, I'm not sure we should have conversion of PNG to EPS by default. I think we had a discussion on this and decided it's best to not silently convert bitmap to vector format. Did we? EPS can also hold bitmaps. This is what we did when

Re: PNG clipart prevents export DVI / export PS

2020-11-24 Thread Scott Kostyshak
On Tue, Nov 24, 2020 at 10:39:00AM +0100, Kornel Benko wrote: > Am Tue, 24 Nov 2020 09:31:39 - (UTC) > schrieb Guenter Milde : > > > Dear LyX developers, > > > > since the latest update/recompile of master: > > > > Version 2.4.0dev (Wednesday, 18 November 2020) > > Built from git commit

Re: PNG clipart prevents export DVI / export PS

2020-11-24 Thread Kornel Benko
Am Tue, 24 Nov 2020 10:39:00 +0100 schrieb Kornel Benko : > Am Tue, 24 Nov 2020 09:31:39 - (UTC) > schrieb Guenter Milde : > > > Dear LyX developers, > > > > since the latest update/recompile of master: > > > > Version 2.4.0dev (Wednesday, 18 November 2020) > > Built from git commit ha

Re: PNG clipart prevents export DVI / export PS

2020-11-24 Thread Kornel Benko
Am Tue, 24 Nov 2020 09:31:39 - (UTC) schrieb Guenter Milde : > Dear LyX developers, > > since the latest update/recompile of master: > > Version 2.4.0dev (Wednesday, 18 November 2020) > Built from git commit hash 0b9c2722 > Qt Version (run-time): 5.11.3 > Qt Version (compile-time):

PNG clipart prevents export DVI / export PS

2020-11-24 Thread Guenter Milde
Dear LyX developers, since the latest update/recompile of master: Version 2.4.0dev (Wednesday, 18 November 2020) Built from git commit hash 0b9c2722 Qt Version (run-time): 5.11.3 Qt Version (compile-time): 5.11.3 export of lib/Intro.lyx (and other lib/*/Intro.lyx) document to DVI or P

Re: Version 2.4.0dev (February 24, 2018)

2020-11-24 Thread Kornel Benko
Am Mon, 23 Nov 2020 19:20:12 -0800 schrieb john kennan : > Qt Version (run-time): 5.12.9 > > New Document > copy and paste from an older LyX file > result: text is underlined on screen > pdf output looks fine > > OSX 10.15.7 > Built-in Retina Display Different document-language setting.