Re: Spellcheck suggestions not visible in context meny of Frame environment

2021-03-09 Thread Scott Kostyshak
On Mon, Dec 07, 2020 at 12:37:16PM +0100, Pavel Sanda wrote: > Hi, > > as stated in title, the spellcheck suggestions are not added to the context > menu > for the misspelled word as is the case in usual text. You have to be in the > 'Frame title' inset you usually see in Frame environment. >

Re: Reproducible Assertion in Master

2021-03-09 Thread Scott Kostyshak
On Sun, Dec 06, 2020 at 12:22:02AM -0500, Richard Kimberly Heck wrote: > Open a new file and attempt to activate a module with missing requires. > I get an assertion in GuiIdListModel, due to our attempting to set an > invalid role. > > I can try to bisect tomorrow. Did this get figured out?

Re: Default font encoding for Lithuanian, Latvian, and Polish (was: Regression while adding unnumbered chapters to ToC?)

2021-03-09 Thread Scott Kostyshak
On Mon, Nov 23, 2020 at 10:11:24PM -, Guenter Milde wrote: > Dear LyX developers, > > triggerd by the "Regression while adding unnumbered chapters to ToC", I had > a closer look at lib/languages and tried a tentative fix. > > On 2020-09-17, Günter Milde wrote: > > On 17.09.20, Scott

Re: Bug in Testing Release of 2.4.0 Development Branch

2021-03-09 Thread Scott Kostyshak
On Fri, Oct 30, 2020 at 03:41:56PM -0400, Richard Kimberly Heck wrote: > > > Forwarded Message > Subject: Re: Testing Release of 2.4.0 Development Branch > Date: Fri, 30 Oct 2020 22:39:38 +0300 > From: Baris Erkus > To: Richard Kimberly Heck > > > I

Re: Paragraph spacing problem

2021-03-09 Thread Richard Kimberly Heck
On 3/9/21 10:37 AM, Jean-Marc Lasgouttes wrote: > Le 09/02/2021 à 11:56, Jean-Marc Lasgouttes a écrit : >> Le 09/02/2021 à 08:26, Richard Kimberly Heck a écrit : >>> See attached file. This is in both master and 2.3.x. >> >> Does this solve your problem? If it is what you are after, the same >>

Re: Paragraph spacing problem

2021-03-09 Thread Jean-Marc Lasgouttes
Le 09/02/2021 à 11:56, Jean-Marc Lasgouttes a écrit : Le 09/02/2021 à 08:26, Richard Kimberly Heck a écrit : See attached file. This is in both master and 2.3.x. Does this solve your problem? If it is what you are after, the same should probably be done in many places. Ping! JMarc --

Re: Why is debug output in message pane different from terminal

2021-03-09 Thread Jean-Marc Lasgouttes
Le 25/02/2021 à 07:30, Stephan Witt a écrit : Am 25.02.2021 um 00:31 schrieb Richard Kimberly Heck : On 2/24/21 4:03 PM, Stephan Witt wrote: Hi all, while trying to understand bug #11013 I have a problem with message pane output. The output is as follows: frontends/qt/GuiApplication.cpp

Re: Crash removing Format

2021-03-09 Thread Scott Kostyshak
On Tue, Mar 09, 2021 at 01:45:41PM +0100, Kornel Benko wrote: > Am Tue, 9 Mar 2021 00:32:26 -0500 > schrieb Scott Kostyshak : > > > > > > > > > $ egrep -i epub preferences > > > > \format "" "epub" "Epub" "" "" "" "" "" > > > > \converter "docbook5" "" "dbtoepub -o $$o $$i" "" > > > > > > > >

Re: [LyX/master] Add +/- buttons to zoom slider

2021-03-09 Thread Jürgen Spitzmüller
Am Di., 9. März 2021 um 14:48 Uhr schrieb Jean-Marc Lasgouttes < lasgout...@lyx.org>: > The slider is still not aligned, but the status bar is taller :( > OK, reverted. Jürgen -- lyx-devel mailing list lyx-devel@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-devel

Re: [LyX/master] Add +/- buttons to zoom slider

2021-03-09 Thread Jean-Marc Lasgouttes
Le 09/03/2021 à 14:24, Jürgen Spitzmüller a écrit : Am Di., 9. März 2021 um 13:54 Uhr schrieb Jürgen Spitzmüller mailto:sp...@lyx.org>>: Another way might be using a parent widget with a layout. But I haven't yet succeeded to implement this. Better now? The slider is still not

Re: Crash removing Format

2021-03-09 Thread Kornel Benko
Am Tue, 9 Mar 2021 00:32:26 -0500 schrieb Scott Kostyshak : > > > > > > $ egrep -i epub preferences > > > \format "" "epub" "Epub" "" "" "" "" "" > > > \converter "docbook5" "" "dbtoepub -o $$o $$i" "" > > > > > > Restart lyx > > > remove converter docbook5 -> epub > > > Apply! > > > remove

Re: [LyX/master] Add +/- buttons to zoom slider

2021-03-09 Thread Jürgen Spitzmüller
Am Di., 9. März 2021 um 12:45 Uhr schrieb Pavel Sanda : > - Plus sign is now enabled even when no document is loaded (and causes > crash > if triggered in such scenario). > Cut and paste error. Should be fixed. > - Both signs are not verticaly aligned with the slider and thus are > somewhat

Re: [LyX/master] Simplify checking whether files are controlled by SVN and GIT.

2021-03-09 Thread Pavel Sanda
On Mon, Mar 08, 2021 at 10:48:07PM -0500, Richard Kimberly Heck wrote: > > Riki, unless you object I suggest to revert the whole 7e5c42593e45 because > > it seems > > to bring more problems then it solves... Would that be Ok with you? > > OK, go ahead. We can try something else later.

Re: [LyX/master] Add +/- buttons to zoom slider

2021-03-09 Thread Pavel Sanda
On Tue, Mar 09, 2021 at 08:37:28AM +0100, Juergen Spitzmueller wrote: > commit ebb7ee7d5f8a5aea29142ffc794617e34ee13fb8 > Author: Juergen Spitzmueller > Date: Tue Mar 9 08:42:27 2021 +0100 > > Add +/- buttons to zoom slider > --- > src/frontends/qt/GuiView.cpp | 35