Re: LaTeX3 Error: Backend request inconsistent with engine: using 'pdfmode'

2020-02-19 Thread Scott Kostyshak
On Mon, Feb 03, 2020 at 04:44:07PM +0100, Kornel Benko wrote: > Am Mon, 3 Feb 2020 10:42:06 -0500 > schrieb Scott Kostyshak : > > > On Mon, Feb 03, 2020 at 04:29:34PM +0100, Kornel Benko wrote: > > > > > > This is for instance with examples/Presentations/Foils.

Re: clang Warning: Padding Class...

2020-02-19 Thread Scott Kostyshak
On Wed, Feb 19, 2020 at 05:08:47PM -0500, Richard Kimberly Heck wrote: > On 2/19/20 4:48 PM, Jean-Marc Lasgouttes wrote: > > It is a good idea to have correct padding by reordering members, even if > > the memory gains are minimal for buffer::impl . Do you have that for other > > classes ? > >

Re: Standard key binding for SyncTeX forward-search?

2020-02-20 Thread Scott Kostyshak
On Thu, Feb 20, 2020 at 10:59:21AM +0100, Stephan Witt wrote: > Hi, > > while working with SyncTeX I came to the conclusion a standard > key binding for "Navigate > Forward Search" would be very useful. > > I’d like to propose: > > \bind "C-S-F" "forward-search“ > > The question is: is this non

Re: clang Warning: Padding Class...

2020-02-20 Thread Scott Kostyshak
On Thu, Feb 20, 2020 at 01:51:24AM -0500, Richard Kimberly Heck wrote: > On 2/19/20 9:56 PM, Scott Kostyshak wrote: > > On Wed, Feb 19, 2020 at 05:08:47PM -0500, Richard Kimberly Heck wrote: > > > >> On 2/19/20 4:48 PM, Jean-Marc Lasgouttes wrote: > >>> It is a

Ctest failing on updated TL19

2020-02-21 Thread Scott Kostyshak
The following ctest fails on an updated TeX Live 2019: Multilingual_Typesetting_with_CJKutf8_pdf4_systemF Kornel and I get the following errors: LaTeX.cpp (787): Log line: Missing character: There is no χ in font grmn1000! LaTeX.cpp (787): Log line: Missing character: There is no α in font

lyx2lyx error: \begin{english} is inside a bold layout instead of outside

2020-02-21 Thread Scott Kostyshak
The following tests are failing on master: export/examples/ko/Welcome_lyx22 (Failed) export/examples/ko/Welcome_lyx23 (Failed) To reproduce manually, export Welcome.lyx in mater to LyX 2.3.x format. Then open the created file either with master or 2.3.x and compile with the default format (Xe

Re: [LyX/master] Make the directories in LyX application bundle read only.

2020-02-21 Thread Scott Kostyshak
On Fri, Feb 21, 2020 at 06:28:24PM +0100, Jean-Marc Lasgouttes wrote: > Le 21/02/2020 à 17:45, Stephan Witt a écrit : > > commit ca7defab45a685bbc0303c32b94afb5ec98d4118 > > Author: Stephan Witt > > Date: Fri Feb 21 18:04:28 2020 +0100 > > > > Make the directories in LyX application bundle

Re: Ctest failing on updated TL19

2020-02-22 Thread Scott Kostyshak
On Sat, Feb 22, 2020 at 07:20:18PM -, Guenter Milde wrote: > On 2020-02-21, Scott Kostyshak wrote: > > > [-- Type: text/plain, Encoding: quoted-printable --] > > > The following ctest fails on an updated TeX Live 2019: > > > Multilingual_Typesetting_with_CJKu

Re: Memory leak from list

2020-02-23 Thread Scott Kostyshak
On Tue, Feb 18, 2020 at 08:28:33PM -0500, Scott Kostyshak wrote: > On Tue, Feb 18, 2020 at 07:33:39PM -0500, Richard Kimberly Heck wrote: > > On 2/18/20 6:07 PM, Scott Kostyshak wrote: > > > Valgrind gave me the following error: > > > > > > ==732== 112 (72 di

Re: [PATCH] Fix write to uninitialized bytes for XCB event

2020-02-23 Thread Scott Kostyshak
On Wed, Feb 19, 2020 at 08:07:46PM +0100, Enrico Forestieri wrote: > On Wed, Feb 19, 2020 at 01:19:54PM -0500, Scott Kostyshak wrote: > > > > It seems I committed too soon. Sorry for not waiting. Both the macro > > approach and Enrico's proposal are cleaner than my appro

Re: lyx2lyx error: \begin{english} is inside a bold layout instead of outside

2020-02-23 Thread Scott Kostyshak
On Fri, Feb 21, 2020 at 11:26:08AM -0500, Scott Kostyshak wrote: > The following tests are failing on master: > > export/examples/ko/Welcome_lyx22 (Failed) > export/examples/ko/Welcome_lyx23 (Failed) > > To reproduce manually, export Welcome.lyx in mater to LyX 2.3.x forma

Re: [PATCH] Fix write to uninitialized bytes for XCB event

2020-02-23 Thread Scott Kostyshak
On Sun, Feb 23, 2020 at 03:10:37PM +0100, Enrico Forestieri wrote: > On Sun, Feb 23, 2020 at 08:22:55AM -0500, Scott Kostyshak wrote: > > On Wed, Feb 19, 2020 at 08:07:46PM +0100, Enrico Forestieri wrote: > > > On Wed, Feb 19, 2020 at 01:19:54PM -0500, Scott Kostyshak wrote: &

Re: how to use parselog flag

2020-02-23 Thread Scott Kostyshak
On Sun, Feb 23, 2020 at 05:48:02PM +, Amra, Nasir wrote: > Hello Scott, > >    I ran lyx with the debug flag as you suggested. However, I don’t see any > output in the command line and I don’t know where to find the debug log on a > windows installation of lyx. Do you know where that is? >

Re: Memory leak from list

2020-02-23 Thread Scott Kostyshak
On Sun, Feb 23, 2020 at 12:50:42PM -0500, Richard Kimberly Heck wrote: > On 2/23/20 8:23 AM, Scott Kostyshak wrote: > > On Tue, Feb 18, 2020 at 08:28:33PM -0500, Scott Kostyshak wrote: > >> On Tue, Feb 18, 2020 at 07:33:39PM -0500, Richard Kimberly Heck wrote: > >>

Re: Memory leak from list

2020-02-23 Thread Scott Kostyshak
On Sun, Feb 23, 2020 at 03:54:06PM -0500, Richard Kimberly Heck wrote: > On 2/23/20 2:31 PM, Scott Kostyshak wrote: > > On Sun, Feb 23, 2020 at 12:50:42PM -0500, Richard Kimberly Heck wrote: > >> On 2/23/20 8:23 AM, Scott Kostyshak wrote: > >>> On Tue, Feb 18, 2

Re: [PATCH] Fix write to uninitialized bytes for XCB event

2020-02-23 Thread Scott Kostyshak
On Sun, Feb 23, 2020 at 10:40:32PM +0100, Enrico Forestieri wrote: > On Sun, Feb 23, 2020 at 12:04:20PM -0500, Scott Kostyshak wrote: > > On Sun, Feb 23, 2020 at 03:10:37PM +0100, Enrico Forestieri wrote: > > > On Sun, Feb 23, 2020 at 08:22:55AM -0500, Scott Kostyshak wrote: >

Re: Memory leak from list

2020-02-23 Thread Scott Kostyshak
On Sun, Feb 23, 2020 at 05:00:43PM -0500, Richard Kimberly Heck wrote: > On 2/23/20 4:11 PM, Scott Kostyshak wrote: > > On Sun, Feb 23, 2020 at 03:54:06PM -0500, Richard Kimberly Heck wrote: > >> On 2/23/20 2:31 PM, Scott Kostyshak wrote: > >>> On Sun, Feb 23, 202

Re: [LyX/master] Clear background behind sublables when necessary.

2020-02-24 Thread Scott Kostyshak
On Mon, Feb 24, 2020 at 10:44:11AM +0100, Jean-Marc Lasgouttes wrote: > Le 06/02/2020 à 03:16, Scott Kostyshak a écrit : > > A bisect led me here. Open the attached example .lyx file. There are two > > "Undefined" insets. Place the cursor at the end of the document (i.e.,

Re: [PATCH] Fix write to uninitialized bytes for XCB event

2020-02-24 Thread Scott Kostyshak
On Mon, Feb 24, 2020 at 12:39:49PM +0100, Enrico Forestieri wrote: > On Sun, Feb 23, 2020 at 08:41:12PM -0500, Scott Kostyshak wrote: > > On Sun, Feb 23, 2020 at 10:40:32PM +0100, Enrico Forestieri wrote: > > > On Sun, Feb 23, 2020 at 12:04:20PM -0500, Scott Kostyshak wrote: >

Re: LaTeX3 Error: Backend request inconsistent with engine: using 'pdfmode'

2020-02-24 Thread Scott Kostyshak
On Mon, Feb 24, 2020 at 12:50:57PM +0100, Kornel Benko wrote: > Am Mon, 24 Feb 2020 11:37:36 - (UTC) > schrieb Guenter Milde : > > > >> How about PDF (pdflatex)? > > > > > This works. > > > > Good. > > > > > BTW, changing the document language from French to English makes the doc > > >

Re: [PATCH] Fix write to uninitialized bytes for XCB event

2020-02-24 Thread Scott Kostyshak
On Mon, Feb 24, 2020 at 06:39:25PM +0100, Enrico Forestieri wrote: > On Mon, Feb 24, 2020 at 11:05:51AM -0500, Scott Kostyshak wrote: > > > > Apparently another approach would be to add the following: > > > > memset(&padded_event, 0, sizeof(padded_event)); >

Re: [PATCH] Fix write to uninitialized bytes for XCB event

2020-02-24 Thread Scott Kostyshak
On Mon, Feb 24, 2020 at 09:56:41PM +0100, Enrico Forestieri wrote: > On Mon, Feb 24, 2020 at 02:02:32PM -0500, Scott Kostyshak wrote: > > On Mon, Feb 24, 2020 at 06:39:25PM +0100, Enrico Forestieri wrote: > > > On Mon, Feb 24, 2020 at 11:05:51AM -0500, Sco

Currently working on a patch to address deprecations that trigger -Werror with Qt 5.14.1

2020-02-28 Thread Scott Kostyshak
Compiling LyX with Qt 5.14.1 gives deprecation warnings, which breaks compilation of LyX with -Werror. I'm working on a patch to address these. I'm sending this message just to avoid duplication of effort in case anyone else comes across these warnings. I'll hopefully finish the patch next week. S

Re: Ctest failing on updated TL19

2020-02-28 Thread Scott Kostyshak
On Fri, Feb 28, 2020 at 09:43:06PM -, Guenter Milde wrote: > On 2020-02-23, Guenter Milde wrote: > > On 2020-02-22, Scott Kostyshak wrote: > > >> [-- Type: text/plain, Encoding: quoted-printable --] > > >> On Sat, Feb 22, 2020 at 07:20:18PM -, Guenter

Re: Currently working on a patch to address deprecations that trigger -Werror with Qt 5.14.1

2020-02-29 Thread Scott Kostyshak
On Fri, Feb 28, 2020 at 02:35:18PM -0500, Scott Kostyshak wrote: > Compiling LyX with Qt 5.14.1 gives deprecation warnings, which breaks > compilation of LyX with -Werror. I'm working on a patch to address > these. I'm sending this message just to avoid duplication of effort in

Re: [LyX/master] Fix header.

2020-02-29 Thread Scott Kostyshak
On Sat, Feb 29, 2020 at 05:45:29AM +0100, Richard Kimberly Heck wrote: > commit 4460df329226ab5e72adab0ff764b7496022bbbd > Author: Richard Kimberly Heck > Date: Fri Feb 28 23:52:06 2020 -0500 > > Fix header. > --- > src/support/Systemcall.h |2 +- > 1 files changed, 1 insertions(+), 1

Re: [LyX/master] Fix header.

2020-02-29 Thread Scott Kostyshak
On Sat, Feb 29, 2020 at 02:56:19PM -0500, Richard Kimberly Heck wrote: > On 2/29/20 12:38 PM, Scott Kostyshak wrote: > > On Sat, Feb 29, 2020 at 05:45:29AM +0100, Richard Kimberly Heck wrote: > >> commit 4460df329226ab5e72adab0ff764b7496022bbbd > >> Author: Richard Kimb

Re: evince-files

2020-03-01 Thread Scott Kostyshak
On Sun, Mar 01, 2020 at 03:55:40PM +0100, Kornel Benko wrote: > Am Sun, 01 Mar 2020 15:39:29 +0100 > schrieb Jürgen Spitzmüller : > > > Am Sonntag, den 01.03.2020, 15:20 +0100 schrieb Kornel Benko: > > > Since 2017 we have some python files in 3rdparty/evince_sync, > > > which are not addressed, n

Re: [LyX/master] Fix header.

2020-03-02 Thread Scott Kostyshak
On Sun, Mar 01, 2020 at 10:00:08PM +0100, Pavel Sanda wrote: > On Sun, Mar 01, 2020 at 03:33:13PM -0500, Richard Kimberly Heck wrote: > > But my understanding, anyway, is that the intent was to reduce the size of > > includes where possible. André was really big on this for a while. > > Yeah, over

Re: Currently working on a patch to address deprecations that trigger -Werror with Qt 5.14.1

2020-03-02 Thread Scott Kostyshak
On Sun, Mar 01, 2020 at 08:04:47PM +0100, Jean-Marc Lasgouttes wrote: > Le 29/02/2020 à 18:27, Scott Kostyshak a écrit : > > In Qt 5.11, horizontalAdvance() was added "to replace the confusingly > > named width() function", which was deprecated in the same release. [1]

Re: lyx2lyx error: \begin{english} is inside a bold layout instead of outside

2020-03-02 Thread Scott Kostyshak
On Sun, Mar 01, 2020 at 09:43:52PM -, Guenter Milde wrote: > On 2020-02-23, Scott Kostyshak wrote: > > On Fri, Feb 21, 2020 at 11:26:08AM -0500, Scott Kostyshak wrote: > >> The following tests are failing on master: > > >> export/examples/ko/Welcome_lyx22 (Fai

Re: [LyX/master] Fix header.

2020-03-02 Thread Scott Kostyshak
On Mon, Mar 02, 2020 at 04:55:52PM +0100, Pavel Sanda wrote: > On Mon, Mar 02, 2020 at 09:47:33AM -0500, Scott Kostyshak wrote: > > On Sun, Mar 01, 2020 at 10:00:08PM +0100, Pavel Sanda wrote: > > > On Sun, Mar 01, 2020 at 03:33:13PM -0500, Richard Kimberly Heck wrote: > >

Re: lyx2lyx error: \begin{english} is inside a bold layout instead of outside

2020-03-03 Thread Scott Kostyshak
he reason, it has been a long and tricky journey: > > > > On 2020-03-02, Scott Kostyshak wrote: > > > On Sun, Mar 01, 2020 at 09:43:52PM -0000, Guenter Milde wrote: > > >> On 2020-02-23, Scott Kostyshak wrote: > > >> > On Fri, Feb 21, 2020 at 11:26:

Re: Currently working on a patch to address deprecations that trigger -Werror with Qt 5.14.1

2020-03-03 Thread Scott Kostyshak
On Fri, Feb 28, 2020 at 02:35:18PM -0500, Scott Kostyshak wrote: > Compiling LyX with Qt 5.14.1 gives deprecation warnings, which breaks > compilation of LyX with -Werror. I'm working on a patch to address > these. I'm sending this message just to avoid duplication of effort in

Re: Currently working on a patch to address deprecations that trigger -Werror with Qt 5.14.1

2020-03-03 Thread Scott Kostyshak
On Tue, Mar 03, 2020 at 11:32:51PM +0100, Pavel Sanda wrote: > On Tue, Mar 03, 2020 at 02:24:39PM -0500, Scott Kostyshak wrote: > > understand what "**it" is, or how it works. Does this mean that somehow > > a QTreeWidgetItem::operator* is defined or something li

Re: Currently working on a patch to address deprecations that trigger -Werror with Qt 5.14.1

2020-03-05 Thread Scott Kostyshak
On Thu, Mar 05, 2020 at 12:00:32PM +0100, Pavel Sanda wrote: > On Tue, Mar 03, 2020 at 08:40:38PM -0500, Scott Kostyshak wrote: > > When you dereference an iterator, isn't it usually expected to return the > > object, not a pointer to the object? > > It might be we don&

Re: Currently working on a patch to address deprecations that trigger -Werror with Qt 5.14.1

2020-03-05 Thread Scott Kostyshak
On Tue, Mar 03, 2020 at 02:24:39PM -0500, Scott Kostyshak wrote: > On Fri, Feb 28, 2020 at 02:35:18PM -0500, Scott Kostyshak wrote: > > Compiling LyX with Qt 5.14.1 gives deprecation warnings, which breaks > > compilation of LyX with -Werror. I'm working on a patch to ad

Re: Currently working on a patch to address deprecations that trigger -Werror with Qt 5.14.1

2020-03-05 Thread Scott Kostyshak
Fix deprecation warnings from use of qSort() in master at 14f369b4. Scott signature.asc Description: PGP signature -- lyx-devel mailing list lyx-devel@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-devel

Re: Broken scrolling in current master

2020-03-07 Thread Scott Kostyshak
On Sat, Mar 07, 2020 at 12:15:25PM +0100, Kornel Benko wrote: > While selecting next page with a shortcut (like page down) works, > scrolling with a mouse or scrollbar does not. > > Open a fairly big file > Position the cursor at start > Scroll for instance with the middle mouse or use the the scr

Re: Broken scrolling in current master

2020-03-07 Thread Scott Kostyshak
On Sat, Mar 07, 2020 at 11:26:37AM -0500, Scott Kostyshak wrote: > On Sat, Mar 07, 2020 at 12:15:25PM +0100, Kornel Benko wrote: > > While selecting next page with a shortcut (like page down) works, > > scrolling with a mouse or scrollbar does not. > > > > Open a fairl

Re: Code Preview Pane not updating in current master

2020-03-07 Thread Scott Kostyshak
On Sat, Mar 07, 2020 at 12:02:39PM +0100, Kornel Benko wrote: > Select 'Automatic update'. > One gets an update only if changing any settings, for instance switching > between > formats. I can reproduce. I can bisect tomorrow if no one gets to it today. Scott signature.asc Description: PGP sig

Re: Broken scrolling in current master

2020-03-07 Thread Scott Kostyshak
On Sat, Mar 07, 2020 at 09:37:47PM +, Jean-Marc Lasgouttes wrote: > Thanks Scott. This is what I thought as well (although I have no idea of the > actual reason). > > I'll have a look next week. Feel free to revert the commit, I cannot do it > right now. Sounds good. I'll revert just becau

Re: Code Preview Pane not updating in current master

2020-03-07 Thread Scott Kostyshak
On Sun, Mar 08, 2020 at 12:27:56AM +0100, Kornel Benko wrote: > Am Sat, 7 Mar 2020 21:28:39 +0100 > schrieb Kornel Benko : > > > Am Sat, 7 Mar 2020 14:22:11 -0500 > > schrieb Scott Kostyshak : > > > > > On Sat, Mar 07, 2020 at 12:02:39PM +0100, Kornel Benk

Re: ThesisENStyle and I love to enter in the Project

2020-03-09 Thread Scott Kostyshak
On Sun, Mar 08, 2020 at 04:20:05AM +, Hilário Araújo wrote: > Hello, > > My name is Hilário Araújo and I am a student from Portuguese Naval > Academy. have been developing for almost 1 month in a master's thesis > model to be used in Lyx. > > I really liked the project and would like to cont

[PATCH] outline-up/down: preserve cursor's position

2020-03-09 Thread Scott Kostyshak
s been this way for a long time, at least since 71f356c3. Attached is a patch to remove it so that the cursor position does not change when executing those actions. Scott From 452256b432268ffd69abc9c615d4f8131b1357ca Mon Sep 17 00:00:00 2001 From: Scott Kostyshak Date: Mon, 9 Mar 2020 20:01:5

Re: [PATCH] outline-up/down: preserve cursor's position

2020-03-10 Thread Scott Kostyshak
On Tue, Mar 10, 2020 at 08:55:06AM +0100, Pavel Sanda wrote: > On Tue, Mar 10, 2020 at 01:24:31AM -0400, Richard Kimberly Heck wrote: > > On 3/9/20 9:25 PM, Scott Kostyshak wrote: > > > Is there a reason to do the following for outline-up and outline-down? > > > > >

Re: Path to extending Lyx to a full featured Jupyter-like IDE

2020-03-11 Thread Scott Kostyshak
On Tue, Mar 10, 2020 at 10:05:58PM -0400, Richard Kimberly Heck wrote: > On 3/10/20 9:24 PM, Allen Barker wrote: > > It would be nice to have an option to have the LFUN just return the > > filename rather than running an editor process on the file. > > Sometimes users might want to edit the inset t

Re: [PATCH] outline-up/down: preserve cursor's position

2020-03-11 Thread Scott Kostyshak
On Tue, Mar 10, 2020 at 04:56:35PM +0100, Pavel Sanda wrote: > On Tue, Mar 10, 2020 at 10:31:10AM -0400, Scott Kostyshak wrote: > > your questions. I tried to test regarding Pavel's concern, but I don't > > know a situation when the depth changes; > > Act

Re: Path to extending Lyx to a full featured Jupyter-like IDE

2020-03-11 Thread Scott Kostyshak
On Wed, Mar 11, 2020 at 10:05:10AM -0400, Richard Kimberly Heck wrote: > On 3/11/20 9:45 AM, Scott Kostyshak wrote: > > On Tue, Mar 10, 2020 at 10:05:58PM -0400, Richard Kimberly Heck wrote: > >> On 3/10/20 9:24 PM, Allen Barker wrote: > >>> It would be nice to have a

Re: [PATCH] outline-up/down: preserve cursor's position

2020-03-11 Thread Scott Kostyshak
On Wed, Mar 11, 2020 at 03:43:00PM +0100, Jean-Marc Lasgouttes wrote: > Le 10/03/2020 à 15:31, Scott Kostyshak a écrit : > > Perhaps the following be more reasonable and safer? > > > >setCursor(cur, cur.pit(), cur.pos()); > > > > The above seems safe since

Re: [LyX/master] outline-up/down: preserve cursor's position

2020-03-11 Thread Scott Kostyshak
On Wed, Mar 11, 2020 at 03:48:04PM -0400, Richard Kimberly Heck wrote: > On 3/11/20 3:12 PM, Jean-Marc Lasgouttes wrote: > > Le 11/03/2020 à 19:14, Scott Kostyshak a écrit : > >> commit adb7283b69f5dddfabb8d807a432cd1e5e60b221 > >> Author: Scott Kostyshak > >&

Re: [LyX/master] outline-up/down: preserve cursor's position

2020-03-11 Thread Scott Kostyshak
On Wed, Mar 11, 2020 at 10:16:10PM +0100, Jean-Marc Lasgouttes wrote: > Le 11/03/2020 à 21:03, Scott Kostyshak a écrit : > > I'm glad I'm not the only one that originally interpretted JMarc's > > comment like that. I made a patch thinking he was hinting that I should

Re: [LyX/master] outline-up/down: preserve cursor's position

2020-03-11 Thread Scott Kostyshak
On Wed, Mar 11, 2020 at 07:56:02PM -0400, Scott Kostyshak wrote: > On Wed, Mar 11, 2020 at 10:16:10PM +0100, Jean-Marc Lasgouttes wrote: > > Le 11/03/2020 à 21:03, Scott Kostyshak a écrit : > > > I'm glad I'm not the only one that originally interpretted JMarc's

[PATCH] CMake build: find enchant 2.x binary and lib

2020-03-12 Thread Scott Kostyshak
I've tested this patch on Ubuntu 20.04 daily for Enchant 2.x, and on Ubuntu 19.10 for Enchant 1.x. Kornel, any thoughts? Scott From 1314d3885ec6c477db18d2ef6628e4e217c6c089 Mon Sep 17 00:00:00 2001 From: Scott Kostyshak Date: Thu, 12 Mar 2020 22:36:49 -0400 Subject: [PATCH] CMake build:

Re: Many warnings when compiling master with Clang

2020-03-12 Thread Scott Kostyshak
On Thu, Jan 03, 2019 at 11:55:43AM -0500, Scott Kostyshak wrote: > On Thu, Jan 03, 2019 at 10:43:12AM +0100, Jean-Marc Lasgouttes wrote: > > Le 02/01/2019 à 20:46, Scott Kostyshak a écrit : > > > Thanks. Just checked and almost all of them are gone. I still get the > > >

Re: [PATCH] CMake build: find enchant 2.x binary and lib

2020-03-13 Thread Scott Kostyshak
On Fri, Mar 13, 2020 at 11:17:57AM +0100, Jean-Marc Lasgouttes wrote: > Le 13/03/2020 à 03:40, Scott Kostyshak a écrit : > > I've tested this patch on Ubuntu 20.04 daily for Enchant 2.x, and on > > Ubuntu 19.10 for Enchant 1.x. > > Do you need something for autoconf too?

supported-languages.lyx: languages output order can vary and cause (?) failed compile

2020-03-14 Thread Scott Kostyshak
When I run the ctests, sometimes the supported-languages tests fail. After comparing the failing .tex file produced to when I export on the command line, it seems that the .tex files are slightly different. The difference that causes the failure seems to be the order of the languages in the \docume

Re: [LyX/master] Introduce maintain unincluded children "mostly"

2020-03-14 Thread Scott Kostyshak
On Fri, Mar 13, 2020 at 03:29:53PM +0100, Juergen Spitzmueller wrote: > commit f4af191403bb77fad00cdcaa7c20b7bc8fcb1e47 > Author: Juergen Spitzmueller > Date: Fri Mar 13 15:46:35 2020 +0100 > > Introduce maintain unincluded children "mostly" > > This is a mode for includeonly handl

Re: [LyX/master] Introduce maintain unincluded children "mostly"

2020-03-15 Thread Scott Kostyshak
On Sun, Mar 15, 2020 at 09:33:04AM +0100, Jürgen Spitzmüller wrote: > Am Samstag, den 14.03.2020, 20:37 -0400 schrieb Scott Kostyshak: > > The lyx16 ctests are now failing. Here's one manual reproduction: > > > > $ lyx -e lyx16x lib/examples/Welcome.lyx && lyx

tex2lyx tests failing on master

2020-03-15 Thread Scott Kostyshak
The tex2lyx tests are failing on master. Scott signature.asc Description: PGP signature -- lyx-devel mailing list lyx-devel@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-devel

Re: tex2lyx tests failing on master

2020-03-15 Thread Scott Kostyshak
On Sun, Mar 15, 2020 at 05:19:58PM +0100, Jürgen Spitzmüller wrote: > Am Sonntag, den 15.03.2020, 11:56 -0400 schrieb Scott Kostyshak: > > The tex2lyx tests are failing on master. > > I forgot to update the tests. > > Better now? Yes, thanks for the quick fix. Scott sign

Re: supported-languages.lyx: languages output order can vary and cause (?) failed compile

2020-03-18 Thread Scott Kostyshak
On Mon, Mar 16, 2020 at 11:30:23AM -, Guenter Milde wrote: > On 2020-03-14, Scott Kostyshak wrote: > > > When I run the ctests, sometimes the supported-languages tests fail. > > After comparing the failing .tex file produced to when I export on the > > command line

Re: QT_AUTO_SCREEN_SCALE_FACTOR=1 interferes with other applications

2020-03-18 Thread Scott Kostyshak
On Sun, Sep 01, 2019 at 09:48:35PM +0200, Jean-Marc Lasgouttes wrote: > Le 28/08/2019 à 15:29, Jean-Marc Lasgouttes a écrit : > > We should set Qt::AA_EnableHighDpiScaling in LyX. Description in > > https://doc.qt.io/qt-5/qt.html says: > > Here is a tentative patch against master. Could some kind

Re: Save on save

2020-03-19 Thread Scott Kostyshak
On Thu, Mar 19, 2020 at 09:53:19AM -0400, Richard Kimberly Heck wrote: > On 3/19/20 9:46 AM, racoon wrote: > > On 2020-03-19 14:43, Richard Kimberly Heck wrote: > >> On 3/19/20 5:43 AM, Daniel wrote: > >>> All applications (Libre Writer, Pages, Visual Studio Code, TextEdit, > >>> etc.) I tested sav

Re: Save on save

2020-03-19 Thread Scott Kostyshak
On Thu, Mar 19, 2020 at 03:14:00PM +0100, racoon wrote: > On 2020-03-19 15:08, Scott Kostyshak wrote: > > On Thu, Mar 19, 2020 at 09:53:19AM -0400, Richard Kimberly Heck wrote: > > > On 3/19/20 9:46 AM, racoon wrote: > > > > On 2020-03-19 14:43, Richard Kimberly Heck

Re: [LyX/master] Fix Qt deprecation warns for setTextColor()

2020-03-19 Thread Scott Kostyshak
On Thu, Mar 19, 2020 at 03:44:41PM +0100, Jürgen Spitzmüller wrote: > Am Donnerstag, den 19.03.2020, 15:11 +0100 schrieb Scott Kostyshak: > > commit 8583410617c756e072ee997f918395d6f29b8246 > > Author: Scott Kostyshak > > Date: Thu Mar 19 10:16:19 2020 -0400 > >

[PATCH] cat.py: fix Python deprecation warning

2020-03-19 Thread Scott Kostyshak
2. Should I add a version check? i.e., use mode "rU" if Python 2, and mode "r" if Python 3? Scott From 3e81b02a659d8bc64823e9b4a292e88bb230aec0 Mon Sep 17 00:00:00 2001 From: Scott Kostyshak Date: Thu, 19 Mar 2020 18:22:16 -0400 Subject: [PATCH] cat.py: fix Python deprecation

Re: Currently working on a patch to address deprecations that trigger -Werror with Qt 5.14.1

2020-03-19 Thread Scott Kostyshak
On Mon, Mar 02, 2020 at 10:00:18AM -0500, Scott Kostyshak wrote: > On Sun, Mar 01, 2020 at 08:04:47PM +0100, Jean-Marc Lasgouttes wrote: > > Le 29/02/2020 à 18:27, Scott Kostyshak a écrit : > > > In Qt 5.11, horizontalAdvance() was added "to replace the confusingly >

Re: [LyX/master] Fix Qt dep warn and remove XLFD font workaround

2020-03-20 Thread Scott Kostyshak
On Fri, Mar 20, 2020 at 12:15:32PM +0100, Enrico Forestieri wrote: > On Thu, Mar 19, 2020 at 05:12:19PM +0100, Scott Kostyshak wrote: > > commit d4ff3a295959d27e21fb914d78505cebd96732ad > > Author: Scott Kostyshak > > Date: Thu Mar 19 12:20:16 2020 -0400 > > > &g

Re: Currently working on a patch to address deprecations that trigger -Werror with Qt 5.14.1

2020-03-20 Thread Scott Kostyshak
On Fri, Mar 20, 2020 at 10:17:51AM +0100, Jean-Marc Lasgouttes wrote: > Le 20/03/2020 à 03:41, Scott Kostyshak a écrit : > > > The entry in the change log hints (from my understanding) that it is a > > > renaming, but the blog article I linked to suggests things could be m

Re: [PATCH] cat.py: fix Python deprecation warning

2020-03-20 Thread Scott Kostyshak
On Fri, Mar 20, 2020 at 12:29:34PM +0100, Kornel Benko wrote: > Am Thu, 19 Mar 2020 18:53:46 -0400 > schrieb Scott Kostyshak : > > > See attached patch regarding our development script cat.py. It fixes a > > Python 3 deprecation warning. However, I believe it changes behav

Re: Currently working on a patch to address deprecations that trigger -Werror with Qt 5.14.1

2020-03-20 Thread Scott Kostyshak
On Fri, Mar 20, 2020 at 03:08:20PM +0100, Jean-Marc Lasgouttes wrote: > Le 20/03/2020 à 14:49, Scott Kostyshak a écrit : > > > I would say that we don't care, so width() is better since is is shorter > > > and > > > easier to understand :) > > >

Re: [LyX/master] Fix Qt dep warn and remove XLFD font workaround

2020-03-20 Thread Scott Kostyshak
On Fri, Mar 20, 2020 at 06:37:20PM +0100, Pavel Sanda wrote: > On Thu, Mar 19, 2020 at 05:12:19PM +0100, Scott Kostyshak wrote: > > commit d4ff3a295959d27e21fb914d78505cebd96732ad > > Author: Scott Kostyshak > > Date: Thu Mar 19 12:20:16 2020 -0400 > > > >

Re: [LyX/master] Cmake build: Extend build info in Help>About

2020-03-25 Thread Scott Kostyshak
On Wed, Mar 25, 2020 at 01:33:15PM +0100, Kornel Benko wrote: > commit 3df9525a13de33b235d41a94cac9d2b1b8546c9b > Author: Kornel Benko > Date: Wed Mar 25 13:48:16 2020 +0100 > > Cmake build: Extend build info in Help>About > > Added list of used cmake options and info about used co

Re: [LyX/master] Cmake build: Extend build info in Help>About

2020-03-25 Thread Scott Kostyshak
On Wed, Mar 25, 2020 at 03:09:42PM +0100, Kornel Benko wrote: > Am Wed, 25 Mar 2020 14:44:09 +0100 > schrieb Kornel Benko : > > > > Nice! Can we add "Qt version" to the CMake output? In case it is > > > helpful, here are my current outputs for master with CMake and with > > > autotools: > > > > >

Re: [LyX/master] Cmake build: Extend build info in Help>About

2020-03-25 Thread Scott Kostyshak
On Wed, Mar 25, 2020 at 05:56:30PM +0100, Kornel Benko wrote: > Am Wed, 25 Mar 2020 12:17:31 -0400 > schrieb Scott Kostyshak : > > > On Wed, Mar 25, 2020 at 03:09:42PM +0100, Kornel Benko wrote: > > > Am Wed, 25 Mar 2020 14:44:09 +0100 > > > schrieb Kornel Benko

Re: Assertion with BATCH_outline-beamer test

2020-03-26 Thread Scott Kostyshak
On Thu, Mar 26, 2020 at 06:55:19PM +0100, Jean-Marc Lasgouttes wrote: > Le 26/03/2020 à 18:33, Kornel Benko a écrit : > > > > The command: > > /BUILD/BUILDMint18/BuildLyxGitQt5.9.5local-gcc8.3.0/bin/lyx2.4 '-userdir' > > '/BUILD/BUILDMint18/BuildLyxGitQt5.9.5local-gcc8.3.0/Testing/.lyxbatch'

Re: Assertion with BATCH_outline-beamer test

2020-03-26 Thread Scott Kostyshak
On Thu, Mar 26, 2020 at 08:08:50PM +0100, Jean-Marc Lasgouttes wrote: > Le 26/03/2020 à 19:35, Scott Kostyshak a écrit : > > Note that I made a recent change in a setCursor() call in outline-down > > so that is a good candidate. > > Indeed :) Attached is an example file.

PreviewLoader: change 2^(20) to pow(2, 20)?

2020-03-28 Thread Scott Kostyshak
increases pow(2, 20) to pow(2, 22), which is PID_MAX_LIMIT on most 64-bit systems, but perhaps there was a reason pow(2, 20) was used? I don't understand the purpose of these fake PIDs so I'm not sure. Scott From bf3ed2d53a0d343e07334c096a521254b94bb712 Mon Sep 17 00:00:00 2001 From: Scott Kosty

Re: [LyX/master] Fix crash after 24926b2e239.

2020-03-28 Thread Scott Kostyshak
On Sat, Mar 28, 2020 at 08:05:04PM +0100, Richard Kimberly Heck wrote: > commit 104fdcc9be40df19d50cddad7f8ae9ab63bbf5f7 > Author: Richard Kimberly Heck > Date: Sat Mar 28 15:23:13 2020 -0400 > > Fix crash after 24926b2e239. > > The matched element may not have a parent. I guess th

Re: PreviewLoader: change 2^(20) to pow(2, 20)?

2020-03-28 Thread Scott Kostyshak
On Sat, Mar 28, 2020 at 02:57:31PM -0400, Richard Kimberly Heck wrote: > On 3/28/20 1:10 PM, Scott Kostyshak wrote: > > Can someone check whether the attached changes make sense? The first > > patch just changes the code to what I think is intended. But is it worth > > it t

Re: [LyX/master] Fix crash after 24926b2e239.

2020-03-29 Thread Scott Kostyshak
On Sat, Mar 28, 2020 at 11:06:36PM -0400, Richard Kimberly Heck wrote: > On 3/28/20 7:03 PM, Scott Kostyshak wrote: > > On Sat, Mar 28, 2020 at 08:05:04PM +0100, Richard Kimberly Heck wrote: > >> commit 104fdcc9be40df19d50cddad7f8ae9ab63bbf5f7 > >> Author: Richard Kimb

Re: PreviewLoader: change 2^(20) to pow(2, 20)?

2020-03-29 Thread Scott Kostyshak
On Sat, Mar 28, 2020 at 11:23:27PM -0400, Richard Kimberly Heck wrote: > On 3/28/20 7:31 PM, Scott Kostyshak wrote: > > On Sat, Mar 28, 2020 at 02:57:31PM -0400, Richard Kimberly Heck wrote: > >> On 3/28/20 1:10 PM, Scott Kostyshak wrote: > >>> Can someone check whe

Re: Integral sign appears in the wrong location inside lyx-2.3.4

2020-04-05 Thread Scott Kostyshak
On Sun, Jan 26, 2020 at 11:24:09PM +0100, Jean-Marc Lasgouttes wrote: > Le 20/01/2020 à 22:21, Anand Rangarajan a écrit : > > OS: linux (opensuse leap 15.1) > > Qt version: 5.14.0 > > > > I compiled and ran lyx-2.3.4 with the configuration shown below. A > > problem seen in Feb 2019 > > (https://w

Re: [LyX/master] Cmake tests: Start preparing for tests involving valgrind

2020-04-07 Thread Scott Kostyshak
On Thu, Jan 01, 1970 at 12:00:00AM +, Kornel Benko wrote: > commit 353295e4997e5719b1189d119b9745031bc45af4 > Author: Kornel Benko > Date: Tue Apr 7 12:12:29 2020 +0200 > > Cmake tests: Start preparing for tests involving valgrind > --- Thanks! I look forward to testing this someday.

Re: [LyX/master] Debug output for paragraph params.

2020-04-08 Thread Scott Kostyshak
On Wed, Apr 08, 2020 at 11:03:56PM +0200, Richard Kimberly Heck wrote: > commit eea4ef9b6e8c103b8d77fb456214a116c68f58a7 > Author: Richard Kimberly Heck > Date: Wed Apr 8 17:17:14 2020 -0400 > > Debug output for paragraph params. > --- > src/ParagraphParameters.cpp |6 ++ > src/Par

Re: [LyX/master] Improve Update::FitCursor when there is a selection

2020-04-12 Thread Scott Kostyshak
On Tue, Jan 07, 2020 at 09:56:28AM +0100, Jean-Marc Lasgouttes wrote: > commit 294969c6a2ba456c231e52d79b4637cdd50a6a95 > Author: Jean-Marc Lasgouttes > Date: Mon Jan 6 17:10:38 2020 +0100 > > Improve Update::FitCursor when there is a selection > > It is better indeed to try to mak

Re: [LyX/master] Improve Update::FitCursor when there is a selection

2020-04-14 Thread Scott Kostyshak
On Tue, Apr 14, 2020 at 06:02:06PM +0200, Jean-Marc Lasgouttes wrote: > Le 12/04/2020 à 17:37, Scott Kostyshak a écrit : > > This seems to cause problems when scrolling with large insets. To > > reproduce: > > > > 1. Open the attached mwe.23.lyx. > > 2. Scrol

Re: [LyX/master] Debug output for paragraph params.

2020-04-26 Thread Scott Kostyshak
On Sun, Apr 26, 2020 at 03:20:59AM -0400, Richard Kimberly Heck wrote: > On 4/8/20 8:20 PM, Scott Kostyshak wrote: > > What effect does the friend have? ParagraphParameters::write() is public. > > I think I was just mimicking other code. Gone now. Thanks, Scott signature.asc D

Re: Selecting system fonts depending on some features

2020-05-01 Thread Scott Kostyshak
On Fri, May 01, 2020 at 03:16:21PM +0200, Jürgen Spitzmüller wrote: > Am Freitag, den 01.05.2020, 14:59 +0200 schrieb Kornel Benko: > > In the struggle of gathering the relevant info from the fonts, > > I came up with a perl script, I would like to commit into > > lib/scripts. > > Why don't you us

Re: Selecting system fonts depending on some features

2020-05-01 Thread Scott Kostyshak
On Fri, May 01, 2020 at 04:10:06PM +0200, Jürgen Spitzmüller wrote: > Am Freitag, den 01.05.2020, 16:08 +0200 schrieb Kornel Benko: > > No GUI at the moment. (I am not good in programming GUI, as you > > probably know) > > > > For a tester it is sometimes important to get a useful subset of the >

Regression on master: Help > User Guide gives "Incompatible command name."

2020-05-03 Thread Scott Kostyshak
Just compiled current master (544770a5) and when I do Help > User Guide I get an error "Incompatible command name." Scott signature.asc Description: PGP signature -- lyx-devel mailing list lyx-devel@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-devel

Minor comments on the new counter feature

2020-05-03 Thread Scott Kostyshak
Riki, thanks for your work on the counter inset! Can this feature be used to set an enumerate to start with 2? See attached for my naive attempt. It doesn't work because the counter is reset to 1 when the enumerate begins. I can put it in a "list preamble" inset inside the enumerate and then the P

Re: Old windows compilation instructions on wiki

2020-05-09 Thread Scott Kostyshak
On Sat, May 09, 2020 at 07:59:59PM +0200, David Belius wrote: > Ah, I had tried previously, but misread the login page of the wiki as > saying I should ask on the list to get the password to be able to edit. I > have now updated the page. Sorry for the noise. Thanks for updating the page, David! B

Re: Old windows compilation instructions on wiki

2020-05-13 Thread Scott Kostyshak
On Wed, May 13, 2020 at 09:39:35AM +0200, David Belius wrote: > Den lör 9 maj 2020 kl 22:33 skrev Scott Kostyshak : > > > On Sat, May 09, 2020 at 07:59:59PM +0200, David Belius wrote: > > > Ah, I had tried previously, but misread the login page of the wiki as > > > s

Allow document settings window to be maximized?

2020-05-22 Thread Scott Kostyshak
It is sometimes useful to be able to maximize the document settings window. For example, when adding modules some of the module names are wide. I tried to allow it, but could not get it to work. Does anyone have an idea? Attached is a patch with my attempt that does not work. Scott diff --git a/sr

Re: Allow document settings window to be maximized?

2020-05-23 Thread Scott Kostyshak
On Fri, May 22, 2020 at 10:46:03PM -0400, Richard Kimberly Heck wrote: > On 5/22/20 1:45 PM, Scott Kostyshak wrote: > > It is sometimes useful to be able to maximize the document settings > > window. For example, when adding modules some of the module names are > > wide. I t

Add binding to Insert > Separated Above

2020-05-23 Thread Scott Kostyshak
Any thoughts on the attached patch? Scott From 852199c92c5ca07ef51ca44818a436b016c19305 Mon Sep 17 00:00:00 2001 From: Scott Kostyshak Date: Sat, 23 May 2020 09:03:51 -0400 Subject: [PATCH 1/3] Add bind to Insert > Separated Above The binding is already used for environment-split outer, so

Advanced find pane takes longer to appear on master

2020-05-23 Thread Scott Kostyshak
If I open a long document, e.g., User Guide, and then do "ctrl + shift + f", on 2.3.x the advanced find pane appears almost instantly where on master there is a small, but noticeable, delay (maybe 1/2 second?). Can anyone else reproduce? Scott signature.asc Description: PGP signature -- lyx-de

Re: Advanced find pane takes longer to appear on master

2020-05-23 Thread Scott Kostyshak
On Sat, May 23, 2020 at 04:20:03PM +0200, Jean-Marc Lasgouttes wrote: > Le 23/05/2020 à 16:15, Scott Kostyshak a écrit : > > If I open a long document, e.g., User Guide, and then do "ctrl + shift + f", > > on 2.3.x the advanced find pane appears almost instantly where

<    4   5   6   7   8   9   10   11   12   13   >